.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
.elementor-editor-active #wgl-envato-toolbar {
    display: none
}

#wgl-envato-toolbar {
    position: absolute;
    z-index: 4000
}

.wgl-toolbar__container {
    background: #fff;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .45s ease-in-out;
    width: 672px;
    z-index: 100000
}

.wgl-toolbar__container .wgl-toolbar_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 44px;
    margin-top: 30px
}

.wgl-toolbar__container .wgl-toolbar_wrapper .wgl-toolbar_title {
    flex: 1 1 100%;
    width: 100%
}

.wgl-toolbar__container .wgl-toolbar_wrapper .wgl-toolbar_container {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-sizing: border-box;
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
    padding: 10px;
    transition: all .45s
}

.wgl-toolbar__container .wgl-toolbar_wrapper:last-child {
    margin-bottom: 0
}

.wgl-toolbar__container .wgl-toolbar_wrapper .wgl-toolbar_container {
    margin-bottom: 10px
}

.wgl-toolbar__container .wgl-toolbar_wrapper .wgl-toolbar_container:hover {
    border-color: #181818
}

.wgl-toolbar__container .wgl-env-theme__title {
    color: #232323;
    font-family: Nunito Sans;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 14px;
    padding: 0
}

.wgl-toolbar__container .wgl-env-theme__desc {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0
}

.wgl-toolbar__container .wgl-env-theme__btn {
    margin: 0 0 42px
}

.wgl-toolbar__container .wgl-env-theme__btn .wgl-toolbar_btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.wgl-toolbar__container .wgl-env-theme__btn .wgl-toolbar_link {
    background: #f3f3f3;
    border-radius: 5px;
    color: #232323;
    display: inline-block;
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 11px 0;
    transition: all .45s;
    width: 100%
}

.wgl-toolbar__container .wgl-env-theme__btn .wgl-toolbar_link:last-child {
    margin-bottom: 0
}

.wgl-toolbar__container .wgl-env-theme__btn .wgl-toolbar_link.toolbar_btn-support,.wgl-toolbar__container .wgl-env-theme__btn .wgl-toolbar_link:hover {
    background: #f03759;
    color: #fff
}

.wgl-toolbar__container .wgl-env-theme__btn .wgl-toolbar_link.toolbar_btn-support:hover {
    background: #f3f3f3;
    color: #232323
}

.wgl-toolbar__container .wgl-toolbar_title {
    margin-bottom: 14px;
    position: relative;
    text-align: left
}

.wgl-toolbar__container .wgl-toolbar_title.wgl-toolbar__sale-items .wgl-toolbar_title_inner {
    background: #ff3030;
    color: #fff
}

.wgl-toolbar__container .wgl-toolbar_title.wgl-toolbar__sale-items .wgl-toolbar_line:after {
    background: #ff3030
}

.wgl-toolbar__container .wgl-toolbar_title.wgl-toolbar__bestseller-items .wgl-toolbar_title_inner {
    background: #ffbc00;
    color: #fff
}

.wgl-toolbar__container .wgl-toolbar_title.wgl-toolbar__bestseller-items .wgl-toolbar_line:after {
    background: #ffbc00
}

.wgl-toolbar__container .wgl-toolbar_title.wgl-toolbar__new-items .wgl-toolbar_title_inner {
    background: #06b600;
    color: #fff
}

.wgl-toolbar__container .wgl-toolbar_title.wgl-toolbar__new-items .wgl-toolbar_line:after {
    background: #06b600
}

.wgl-toolbar__container .wgl-toolbar_title_wrapper {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1
}

.wgl-toolbar__container .wgl-toolbar_title_inner {
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0 #00000026;
    color: #363439;
    display: inline-block;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 21px;
    padding: 0 9px;
    text-transform: uppercase
}

.wgl-toolbar__container .wgl-toolbar_line {
    background: #e5e5e5;
    display: block;
    flex: 1;
    height: 1px;
    width: 100%
}

.wgl-toolbar__container .wgl-toolbar_line:after {
    background: #f03759;
    border-radius: 1.5px;
    content: "";
    height: 3px;
    margin-top: -1.5px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    z-index: 1
}

.wgl-toolbar__container .wgl-toolbar_content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    margin-top: 12px;
    text-align: left
}

.wgl-toolbar__container .wgl-toolbar_image {
    transform: translateY(0);
    transition: .5s
}

.wgl-toolbar__container .wgl-toolbar_image img {
    border-radius: 5px;
    box-shadow: 5px 4px 16px 0 #00000026;
    transition: .5s
}

.wgl-toolbar__container .wgl-toolbar_image img.lazy-image {
    opacity: 0
}

.wgl-toolbar__container .wgl-toolbar_image img.lazy-image.loaded {
    opacity: 1
}

.wgl-toolbar__container .wgl-toolbar__desc .wgl-toolbar__title {
    color: #363439;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700
}

.wgl-toolbar__container .wgl-toolbar__desc .wgl-toolbar__cats {
    color: #bcbcbc;
    font-family: Nunito Sans;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.wgl-toolbar__container .wgl-toolbar__price {
    color: #f03759;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700
}

.wgl-toolbar__container .wgl-toolbar__price del {
    color: #bcbcbc;
    margin-right: 6px
}

.wgl-toolbar__container .wgl-toolbar__price ins {
    color: inherit;
    text-decoration: none
}

.wgl-toolbar__container .wgl-toolbar__desc .wgl-toolbar__cats:before {
    content: "/";
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px
}

.wgl-toolbar__theme-list {
    box-sizing: border-box;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    padding: 15px 30px 20px;
    scrollbar-width: none;
    text-align: center;
    transition: .3s ease-in
}

.wgl-toolbar__theme-list::-webkit-scrollbar {
    display: none
}

#wgl-envato-toolbar.opened .wgl-toolbar__container {
    transform: translateX(0)
}

#wgl-envato-toolbar .wgl-toolbar__toggle-element {
    align-items: center;
    backface-visibility: hidden;
    background-color: #f03759;
    border-radius: 0 5px 5px 0;
    bottom: calc(50% - 230px);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 700;
    height: 200px;
    justify-content: flex-start;
    left: -40px;
    line-height: 40px;
    max-height: 250px;
    min-width: 40px;
    opacity: 1;
    overflow: hidden;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    text-orientation: mixed;
    transform: rotate(180deg);
    transition: .45s ease-in-out;
    white-space: nowrap;
    writing-mode: vertical-rl
}

#wgl-envato-toolbar .wgl-toolbar__toggle-element .wgl-env-theme-close_icon {
    left: 0;
    margin-top: 34px;
    position: absolute;
    transition: .45s
}

#wgl-envato-toolbar.active .wgl-toolbar__toggle-element .wgl-env-theme-close_icon {
    opacity: 0;
    visibility: hidden
}

#wgl-envato-toolbar.active .wgl-toolbar__toggle-element {
    max-height: 54px
}

#wgl-envato-toolbar .wgl-toolbar__toggle-element .laptop {
    display: inline-block;
    fill: #fff;
    height: 24px;
    left: 50%;
    margin-bottom: 0;
    margin-left: -12px;
    position: absolute;
    transform: rotate(90deg) translateY(0)
}

#wgl-envato-toolbar .wgl-toolbar__overlay {
    background: #0000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

#wgl-envato-toolbar.opened .wgl-toolbar__overlay {
    background: #000;
    opacity: .4;
    visibility: visible
}

@media only screen and (max-width: 1200px) {
    #wgl-envato-toolbar {
        display:none
    }
}

.wgl-toolbar__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    left: 10px;
    max-width: 70%;
    position: absolute;
    top: 10px;
    z-index: 2
}

.wgl-toolbar__labels .wgl-label {
    border-radius: 5px;
    color: #fff;
    font-family: Nunito Sans;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 11px;
    text-transform: capitalize
}

.wgl-toolbar__labels .wgl-label.sale {
    background: #ff1f57
}

.wgl-toolbar__labels .wgl-label.popular {
    background: #ac46ff
}

.wgl-toolbar__labels .wgl-label.seller {
    background: #fd9a00
}

.wgl-toolbar-theme__title {
    color: #181818;
    font-family: Nunito Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0 16px;
    max-width: 90%;
    padding: 0;
    text-align: left
}

.wgl-toolbar-theme__title .highlight {
    color: #e32359;
    font-weight: 800
}

.wgl-toolbar__filters {
    text-align: left
}

.wgl-toolbar__filters input[type=checkbox]+label,.wgl-toolbar__filters label {
    color: inherit;
    cursor: pointer;
    display: initial;
    font-family: Nunito Sans
}

.wgl-toolbar__filters .wgl-toolbar__checkbox-group input[type=checkbox] {
    appearance: none
}

.wgl-toolbar__filters .wgl-toolbar__checkbox-group label {
    background-color: #fafafa;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #232323;
    cursor: pointer!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 10px;
    position: relative;
    transition: all .45s;
    z-index: 2
}

.wgl-toolbar__filters .wgl-toolbar__checkbox-group label:has(input[type=radio]:checked) {
    background: #f03759;
    border-color: #f03759;
    color: #fff
}

.wgl-toolbar__filters .wgl-toolbar__checkbox-group input[type=checkbox],.wgl-toolbar__filters .wgl-toolbar__checkbox-group input[type=radio] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.wgl-toolbar__filters .wgl-toolbar__select-group>div>div {
    background-color: #fafafa;
    border: 1px solid #18181826;
    border-radius: 5px;
    box-shadow: none!important;
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    min-height: 38px;
    outline: 0!important;
    position: relative
}

.wgl-toolbar__filters .wgl-toolbar__select-group>div>div,.wgl-toolbar__filters .wgl-toolbar__select-group>div>div>div>div {
    color: #232323;
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 700
}

.wgl-toolbar__filters .wgl-toolbar__select-group>div>div+div {
    display: block;
    text-align: left;
    width: 100%;
    z-index: 99
}

.wgl-toolbar__filters .wgl-toolbar__select-group>div>div+div input[type=checkbox] {
    --input-color: #232323;
    appearance: none;
    background: unset!important;
    border: 1px solid #dcdcdc!important;
    border-radius: 4px;
    color: currentColor;
    display: inline-grid!important;
    font-size: 20px;
    height: 1em;
    margin: 0 5px 0 0;
    min-height: unset;
    min-width: unset;
    opacity: 1;
    place-content: center;
    position: static;
    transition: .4s;
    vertical-align: middle;
    visibility: visible;
    width: 1em
}

.wgl-toolbar__filters .wgl-toolbar__select-group>div>div+div input[type=checkbox]:before {
    background: unset;
    background: currentColor;
    border-radius: inherit;
    box-shadow: inset 1em 1em #dcdcdc;
    box-shadow: unset;
    color: #232323;
    content: "";
    height: min(1em - 6px,8px);
    height: 1em;
    -webkit-mask-image: var(--wgl-toolbar-success);
    mask-image: var(--wgl-toolbar-success);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: calc(1em - 6px);
    mask-size: calc(1em - 6px);
    min-height: unset;
    min-width: unset;
    position: static;
    transform: scale(0);
    transition: transform .12s ease-in-out;
    width: min(1em - 6px,8px);
    width: 1em
}

.wgl-toolbar__filters .wgl-toolbar__select-group>div>div+div input[type=checkbox]:checked:before {
    transform: scale(1)
}

.wgl-toolbar__filters .wgl-toolbar__select-group>div>div+div label:before {
    display: none
}

.wgl-toolbar__filters .wgl-toolbar__select-group .wgl-option {
    background-color: #0000;
    color: #272727
}

.wgl-toolbar__filters .wgl-toolbar__select-group .wgl-option.selected,.wgl-toolbar__filters .wgl-toolbar__select-group .wgl-option:hover {
    background-color: #eaeaeb
}

.wgl-toolbar__filters .wgl-toolbar__select-group .wgl-option.selected input[type=checkbox] {
    background: #f03759!important;
    color: #fff!important
}

.wgl-toolbar__filters .wgl-toolbar__select-group .wgl-option.selected input[type=checkbox]:before {
    background: #fff!important;
    color: #fff!important
}

.wgl-toolbar__filters .wgl-toolbar__select-group input[type=text] {
    background-color: #0000;
    border: solid #e3ebf4;
    border-radius: unset;
    border-width: 0 0 1px;
    color: #7b92ad;
    display: block;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    line-height: 1.7;
    margin: 0;
    max-width: 100%;
    padding: 0 10px;
    text-transform: unset;
    transition: all .3s,height 0s
}

.wgl-toolbar-theme__feature {
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 8px
}

.wgl-toolbar-theme__feature-item {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 7px
}

.wgl-toolbar-theme__feature .wgl-toolbar-theme__icon {
    background-color: #e32359;
    box-shadow: none;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    height: 20px;
    line-height: 1;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    padding: 0;
    text-transform: none;
    width: 20px
}

.wgl-toolbar-theme__feature .wgl-toolbar-theme__icon.elementor-based {
    -webkit-mask-image: var(--wgl-toolbar-elementor);
    mask-image: var(--wgl-toolbar-elementor)
}

.wgl-toolbar-theme__feature .wgl-toolbar-theme__icon.fast-performance {
    -webkit-mask-image: var(--wgl-toolbar-performance);
    mask-image: var(--wgl-toolbar-performance)
}

.wgl-toolbar-theme__feature .wgl-toolbar-theme__icon.layout-options {
    -webkit-mask-image: var(--wgl-toolbar-options);
    mask-image: var(--wgl-toolbar-options)
}

.wgl-toolbar-theme__feature .wgl-toolbar-theme__icon.demo-import {
    -webkit-mask-image: var(--wgl-toolbar-import);
    mask-image: var(--wgl-toolbar-import)
}

.wgl-toolbar-theme__feature .wgl-toolbar-theme__icon.updates-support {
    -webkit-mask-image: var(--wgl-toolbar-support);
    mask-image: var(--wgl-toolbar-support)
}

.wgl-toolbar-theme__feature-item .wgl-toolbar-theme__text {
    color: #4e4e4e;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600
}

.wgl-toolbar-theme__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px
}

.wgl-toolbar-theme__btn .wgl-toolbar_link {
    background: #2562ff;
    border: 1px solid #0000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    padding: 7px 15px 5px 40px;
    position: relative;
    transition: all .45s
}

.wgl-toolbar-theme__btn .wgl-toolbar_link:hover {
    background: #e32359
}

.wgl-toolbar-theme__btn .wgl-toolbar_link span {
    box-shadow: none;
    content: "";
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    height: 1em;
    left: 0;
    line-height: 1;
    margin-left: 15px;
    padding: 0;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: translateY(-50%);
    width: 1em
}

:root {
    --woocommerce: #7F54B3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7F54B3;
    --wc-primary-text: white;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set,.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before {
    content: " ";
    display: table
}

.woocommerce .col2-set::after,.woocommerce-page .col2-set::after {
    clear: both
}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img,.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products,.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before {
    content: " ";
    display: table
}

.woocommerce ul.products::after,.woocommerce-page ul.products::after {
    clear: both
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first,.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after {
    clear: both
}

.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before {
    content: " ";
    display: table
}

.woocommerce form .form-row::after,.woocommerce-page form .form-row::after {
    clear: both
}

.woocommerce form .form-row label,.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last,.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input,.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,.woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after {
    color: #585858
}

.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: inherit;
    font-weight: 700
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0!important;
    margin: 0 0 1.618em!important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
        padding-right:30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
        padding-right:15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
        padding-right:30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
        margin-right:54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width: 38.75em) {
    .twentyfifteen .t15wc {
        margin-right:7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width: 59.6875em) {
    .twentyfifteen .t15wc {
        margin-left:8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0!important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width: 44.375em) {
    .twentysixteen .site-main {
        margin-right:23.0769%
    }
}

@media screen and (min-width: 56.875em) {
    .twentysixteen .site-main {
        margin-right:0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}
@charset "UTF-8"; :root {
    --woocommerce: #7F54B3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7F54B3;
    --wc-primary-text: white;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/star.eot);
    src: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #7f54b3;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none
}

.woocommerce-store-notice a,p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0
}

.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom:1;margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6a6a6a
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5,1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #b3af54;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before {
    content: " ";
    display: table
}

.woocommerce .products ul::after,.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132,132,132,.5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #cfc8d8;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #816e99
}

.woocommerce .cart .button,.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0,0,0,.1)
}

.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #e9e6ed;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,.woocommerce ul.order_details::before {
    content: " ";
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom:1}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #7f54b3;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #7f54b3
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #35224c;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #dcd7e3;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #7f54b3;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #7249a4;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #7f54b3;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e9e6ed
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #b3af54;
    font-size: 1.25em
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #b3af54
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: red
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #b3af54
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login {
    display: block!important
}

.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none!important
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {
    float: right
}

.woocommerce-error li,.woocommerce-info li,.woocommerce-message li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #b3af54
}

#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e9e6ed
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c2b9ce;
    border-top-color: #b5aac3
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(//wgl-dsites.net/littledino/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}
@charset "UTF-8";
@font-face {
font-family: "Flaticon";
src: url(https://wgl-dsites.net/littledino/wp-content/themes/littledino/fonts/flaticon/Flaticon.eot);
src: url(https://wgl-dsites.net/littledino/wp-content/themes/littledino/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://wgl-dsites.net/littledino/wp-content/themes/littledino/fonts/flaticon/Flaticon.woff2) format("woff2"),
url(https://wgl-dsites.net/littledino/wp-content/themes/littledino/fonts/flaticon/Flaticon.woff) format("woff"),
url(https://wgl-dsites.net/littledino/wp-content/themes/littledino/fonts/flaticon/Flaticon.ttf) format("truetype"),
url(https://wgl-dsites.net/littledino/wp-content/themes/littledino/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://wgl-dsites.net/littledino/wp-content/themes/littledino/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: inherit;
font-style: normal;
}
.flaticon-dummy:before { content: "\f100"; }
.flaticon-play-button:before { content: "\f101"; }
.flaticon-close-cross:before { content: "\f102"; }
.flaticon-star:before { content: "\f103"; }
.flaticon-arrow-point-to-right:before { content: "\f104"; }
.flaticon-info:before { content: "\f105"; }
.flaticon-question:before { content: "\f106"; }
.flaticon-close:before { content: "\f107"; }
.flaticon-arrow-down-sign-to-navigate:before { content: "\f108"; }
.flaticon-shopping-cart:before { content: "\f109"; }
.flaticon-navigate-up-arrow:before { content: "\f10a"; }
.flaticon-arrowhead-thin-outline-to-the-left:before { content: "\f10b"; }
.flaticon-check-mark:before { content: "\f10c"; }
.flaticon-musica-searcher:before { content: "\f10d"; }
.flaticon-phone-call:before { content: "\f10e"; }
.flaticon-tyrannosaurus-rex:before { content: "\f10f"; }
.flaticon-footprint:before { content: "\f110"; }
.flaticon-footprint-1:before { content: "\f111"; }
.flaticon-triceratops:before { content: "\f112"; }
.flaticon-telephone:before { content: "\f113"; }
.flaticon-pencil:before { content: "\f114"; }
.flaticon-baby-bottle:before { content: "\f115"; }
.flaticon-dummy-1:before { content: "\f116"; }
.flaticon-teddy-bear:before { content: "\f117"; }
.flaticon-ducky:before { content: "\f118"; }
.flaticon-lollipop:before { content: "\f119"; }
.flaticon-footprint-2:before { content: "\f11a"; }
.flaticon-cake:before { content: "\f11b"; }
.flaticon-dish:before { content: "\f11c"; }
.flaticon-abc:before { content: "\f11d"; }
.flaticon-baby-mobile:before { content: "\f11e"; }
.flaticon-ball:before { content: "\f11f"; }
.flaticon-toy-1:before { content: "\f120"; }
.flaticon-baby-carriage:before { content: "\f121"; }
.flaticon-butterfly:before { content: "\f122"; }
.flaticon-placeholder:before { content: "\f123"; }
.flaticon-sending:before { content: "\f124"; }
.flaticon-pencil-1:before { content: "\f125"; }
.flaticon-start-up:before { content: "\f126"; }
.flaticon-thumbs-up-hand-symbol:before { content: "\f127"; }
.flaticon-heart:before { content: "\f128"; }
.flaticon-eye:before { content: "\f129"; }
.flaticon-eye-1:before { content: "\f12a"; }
.flaticon-share:before { content: "\f12b"; }
.flaticon-share-1:before { content: "\f12c"; }
.flaticon-web-link:before { content: "\f12d"; }
.flaticon-twitter-logo-silhouette:before { content: "\f12e"; }
.flaticon-facebook-logo:before { content: "\f12f"; }
.flaticon-linkedin-logo:before { content: "\f130"; }
.flaticon-instagram:before { content: "\f131"; }
.flaticon-pinterest-logo:before { content: "\f132"; }
.flaticon-pinterest:before { content: "\f133"; }@font-face{font-family:'FontAwesome';src:url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery: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}
  html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
outline: 0;
padding: 0;
margin: 0;
border: 0;
}
body {
position: relative;
overflow-x: hidden;
}
body,
html {
max-width: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
mark {
padding: 0 5px;
color: inherit;
}
strong {
font-weight: 700;
}
pre {
padding: 20px;
word-wrap: break-word;
background: #ebf0f9;
max-width: 100%;
overflow: auto;
margin-bottom: 20px;
}
code,
kbd,
tt,
var,
pre {
font-family: monospace;
}
ul,
ol {
padding: 0 0 20px 0;
}
li ul {
padding-bottom: 0;
}
textarea {
min-height: 50px;
height: 122px;
}
p a {
transition: color 300ms;
}
img {
vertical-align: top;
max-width: 100%;
height: auto;
-webkit-user-select: none;
user-select: none;
}
label,
legend {
display: block;
margin-bottom: 5px;
font-weight: 500;
font-size: 18px;
}
iframe {
width: 100%;
display: block;
}
table {
width: 100%;
border-collapse: collapse;
}
p {
margin: 0 0 20px 0;
}
p:empty {
display: none;
padding: 0;
margin: 0;
}
* {
box-sizing: border-box;
}
*:focus {
outline: none !important;
}
a {
transition: all 0.4s;
text-decoration: none;
}
a:active,
a:focus,
a:hover {
text-decoration: none;
} ::selection {
color: #ffffff;
} body input[type=text],
body input[type=url],
body input[type=search],
body input[type=email],
body input[type=password],
body input[type=tel],
body input[type=time],
select,
textarea {
display: block;
height: 52px;
max-width: 100%;
margin: 0;
border: 1px solid #ebe9e5;
padding: 10px 20px;
font-family: inherit;
font-size: 16px;
font-weight: 400;
line-height: 1.7;
outline: none;
border-radius: 26px;
transition: 0.3s;
background: #ffffff;
}
body input[type=text]::placeholder,
body input[type=url]::placeholder,
body input[type=search]::placeholder,
body input[type=email]::placeholder,
body input[type=password]::placeholder,
body input[type=tel]::placeholder,
body input[type=time]::placeholder,
select::placeholder,
textarea::placeholder {
outline: none;
-webkit-appearance: none;
transition: 0.3s;
}
body input[type=text]:focus::placeholder, body input[type=text]:active::placeholder,
body input[type=url]:focus::placeholder,
body input[type=url]:active::placeholder,
body input[type=search]:focus::placeholder,
body input[type=search]:active::placeholder,
body input[type=email]:focus::placeholder,
body input[type=email]:active::placeholder,
body input[type=password]:focus::placeholder,
body input[type=password]:active::placeholder,
body input[type=tel]:focus::placeholder,
body input[type=tel]:active::placeholder,
body input[type=time]:focus::placeholder,
body input[type=time]:active::placeholder,
select:focus::placeholder,
select:active::placeholder,
textarea:focus::placeholder,
textarea:active::placeholder {
opacity: 0;
}
input[type=radio],
input[type=checkbox] {
margin: 5px 0.4375em 0 0;
}
input[type=radio] ~ label,
input[type=checkbox] ~ label {
display: inline;
}
form .row.transparent-01 input,
form .row.transparent-01 textarea {
background: rgba(255, 255, 255, 0.1);
border-color: transparent;
}
form .row.transparent-01 input:focus, form .row.transparent-01 input:active,
form .row.transparent-01 textarea:focus,
form .row.transparent-01 textarea:active {
background: rgba(255, 255, 255, 0.6);
border-color: transparent;
}
form .row.transparent-01 input::placeholder,
form .row.transparent-01 textarea::placeholder {
color: #ffffff !important;
}
form .row.transparent-01 .wgl_col-3 input.wpcf7-submit {
width: 100%;
}
form .row.transparent-01 input.wpcf7-submit {
background: #ffffff;
color: #313131 !important;
}
form .row.transparent-01 input.wpcf7-submit:hover {
background: rgba(255, 255, 255, 0.7);
}
form.post-password-form {
margin-bottom: 20px;
}
form.post-password-form p:first-child {
margin-bottom: 24px;
}
form.post-password-form label {
display: inline-block;
width: calc(100% - 130px);
max-width: 270px;
margin-right: 5px;
}
form.post-password-form label input[type=password] {
width: 100%;
margin-top: 5px;
}
form.post-password-form input[type=submit] {
position: relative;
top: -1px;
height: 50px;
min-width: 170px;
margin-top: 15px;
margin-right: 5px;
border-color: transparent;
}
form.post-password-form input[type=submit], form.post-password-form input[type=submit]:hover {
color: #ffffff;
}
.select__field:before {
content: "\f0d7";
display: block;
position: absolute;
z-index: 0;
right: 20px;
font-family: FontAwesome;
font-size: 14px;
line-height: 45px;
pointer-events: none;
}
textarea {
height: 120px;
}
@keyframes dashed_border_running {
100% {
stroke-dashoffset: -1000;
}
}
.button__wrapper {
display: inline-block;
position: relative;
text-align: center;
transition: 0.3s;
}
.button__wrapper *:not(span) {
position: relative;
z-index: 1;
}
.button__wrapper svg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
}
.button__wrapper svg {
stroke: #fff;
}
.button__wrapper:hover svg {
animation-play-state: running;
}
.button__wrapper .disabled + svg.wgl-dashes,
.button__wrapper button[disabled] + svg.wgl-dashes {
animation-play-state: paused;
}
input[type=submit],
button {
display: inline-block;
height: 60px;
margin-bottom: 0;
border-width: 1px;
border-style: solid;
border-radius: 30px;
padding: 6px 32px;
font-family: inherit;
font-size: 18px;
line-height: 32px;
letter-spacing: 0;
color: #ffffff;
outline: none;
cursor: pointer;
-webkit-appearance: none;
background: transparent;
transition: 0.4s;
border-color: currentColor;
text-transform: capitalize;
letter-spacing: 0;
}
input[type=submit]:hover,
button:hover {
color: #ffffff;
}
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
background: transparent;
}
dl {
margin-bottom: 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
} .wgl-container {
width: 1170px;
margin-right: auto;
margin-left: auto;
}
.wgl-container.full-width {
width: 100%;
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.wgl-container .wgl-container {
width: 100%;
}
.wgl-icon {
display: inline-block;
font-size: 30px;
line-height: 1;
text-align: center;
transition: 0.3s;
}
.wgl-icon svg {
height: 1em;
width: 1em;
transition: inherit;
}
body.elementor-page main .wgl-container,
body.elementor-page .footer_top-area .wgl-container,
body.elementor-editor-active main .wgl-container,
body.elementor-editor-active .footer_top-area .wgl-container,
body.elementor-editor-preview main .wgl-container,
body.elementor-editor-preview .footer_top-area .wgl-container {
margin-left: auto;
margin-right: auto;
width: auto;
max-width: none;
}
body.elementor-page main .wgl-container.full-width,
body.elementor-page .footer_top-area .wgl-container.full-width,
body.elementor-editor-active main .wgl-container.full-width,
body.elementor-editor-active .footer_top-area .wgl-container.full-width,
body.elementor-editor-preview main .wgl-container.full-width,
body.elementor-editor-preview .footer_top-area .wgl-container.full-width {
width: 100%;
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
body.elementor-page.single-footer main:not(:empty) .wgl-container,
body.elementor-page.single-footer .footer_top-area:not(:empty) .wgl-container,
body.elementor-editor-active.single-footer main:not(:empty) .wgl-container,
body.elementor-editor-active.single-footer .footer_top-area:not(:empty) .wgl-container,
body.elementor-editor-preview.single-footer main:not(:empty) .wgl-container,
body.elementor-editor-preview.single-footer .footer_top-area:not(:empty) .wgl-container {
max-width: none;
margin-left: auto;
margin-right: auto;
}
body.elementor-default .footer_top-area:not(.widgets_area) .wgl-container {
margin-left: auto;
margin-right: auto;
width: auto;
max-width: none;
}
body.elementor-default .footer_top-area:not(.widgets_area) .wgl-container.full-width {
width: 100%;
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.wgl-container .elementor-section-boxed .elementor-column-gap-default .elementor-row {
width: calc(100% + 20px);
margin: -10px;
}
.wgl-container .elementor-section-boxed .elementor-column-gap-narrow .elementor-row {
width: calc(100% + 10px);
margin: -5px;
}
.wgl-container .elementor-section-boxed .elementor-column-gap-extended .elementor-row {
width: calc(100% + 30px);
margin: -15px;
}
.wgl-container .elementor-section-boxed .elementor-column-gap-wide .elementor-row {
width: calc(100% + 40px);
margin: -20px;
}
.wgl-container .elementor-section-boxed .elementor-column-gap-wider .elementor-row {
width: calc(100% + 60px);
margin: -30px;
}
.wgl-container .elementor-section-boxed .elementor-section-boxed .elementor-container {
width: 100%;
}
#main .wgl-container .wgl_wrapper {
left: 0 !important;
}
.fullwidth-wrapper {
width: 100%;
padding: 0 30px;
}
.row:before, .row:after,
.wgl-container:before,
.wgl-container:after,
.clearfix:before,
.clearfix:after {
content: "";
display: table;
line-height: 0;
}
.wgl-container:after,
.row:after,
.clear,
.clearfix:after {
clear: both;
}
[class*=wgl_col-] {
float: left;
min-height: 1px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row [class*=wgl_col-] {
display: block;
width: 100%;
padding-right: 15px;
padding-left: 15px;
} .slick-slider a, .slick-slider a:hover, .slick-slider a:focus {
transition: 0.4s;
}
a:hover {
color: inherit;
} .z-index-1 {
z-index: 1;
}
.relative {
position: relative;
}
.text-uppercase {
text-transform: uppercase;
}
.bypostauthor {
opacity: 1;
}
.ohidden {
overflow: hidden;
}
.ovisible {
overflow: visible;
} .aleft {
text-align: left;
}
.acenter {
text-align: center;
}
.aright {
text-align: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
margin: 0 30px 10px 0;
}
.alignright {
float: right;
margin: 0 0 10px 30px;
}
.wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.5em 0;
}
.wp-caption,
.gallery-caption {
font-style: italic;
max-width: 100%;
}
.sticky-sidebar_init #main {
padding-bottom: 120px;
}
#main {
padding: 40px 0;
position: relative;
z-index: 0;
min-height: 50vh;
overflow: hidden;
}
.row.sidebar_left #main-content {
float: right;
}
.wpb_single_image * {
border-radius: inherit;
}
.gm-control-active {
border-radius: 0;
box-shadow: none;
}
hr {
border: none;
border-bottom: 1px solid #1d1f21;
margin: 20px 0 20px;
}
hr.wp-block-separator {
max-width: 100px;
}
hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-dots {
max-width: 100%;
} table td,
table th {
padding: 5px 10px;
border: 1px solid #ebebee;
text-align: left;
}
table:not(:last-child) {
margin-bottom: 22px;
}
.col-md-delimiter .vc_column_container:not(:last-child):before {
content: "";
position: absolute;
z-index: 1;
right: 0;
top: 50%;
width: 1px;
height: 65%;
background: #eee;
transform: translateY(-50%);
} .screen-reader-text {
position: absolute !important;
height: 1px;
width: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
word-wrap: normal !important;
overflow: hidden;
}
.screen-reader-text:focus {
display: block;
z-index: 100000;
top: 5px;
left: 5px;
width: auto;
height: auto;
padding: 15px 23px 14px;
font-size: 1em;
line-height: normal;
color: #444;
text-decoration: none;
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
}
.mejs-container {
margin-bottom: 20px;
}
.wp-block-gallery {
margin-bottom: 16px;
}
.wp-block-gallery li.blocks-gallery-item {
padding-left: 0;
margin-bottom: 16px;
}
.wp-block-gallery li.blocks-gallery-item:before {
display: none;
}
.wp-block-gallery li.blocks-gallery-item figcaption {
line-height: 1.5;
}
.wp-block-gallery.alignwide {
clear: both;
}
.particles-js {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
.extended-parallax {
position: absolute;
z-index: -1;
width: 100%;
pointer-events: none;
}
.page-header .particles-js {
left: 0;
top: 0;
}
.morph-svg {
position: absolute;
z-index: -1;
width: 100%;
}
.wgl-background-image_parallax {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.wgl-background-image_parallax div {
height: 100%;
} .wgl-theme-header {
position: relative;
z-index: 2;   }
.wgl-theme-header .wrapper a {
color: inherit;
}
.wgl-theme-header .wrapper .littledino_module_button a {
margin-bottom: 0;
box-shadow: none;
color: #fff;
}
.wgl-theme-header .wgl-button.elementor-button {
border-width: 1px;
border-style: solid;
color: #fff;
}
.wgl-theme-header .wgl-button.elementor-button svg.wgl-dashes {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running_left 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
opacity: 1;
visibility: visible;
stroke: currentColor;
}
.wgl-theme-header .wgl-button.elementor-button:hover svg.wgl-dashes {
animation-play-state: running;
}
.wgl-theme-header .wrapper a:hover {
opacity: 1;
}
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a,
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a > img {
max-height: none !important;
}
.wgl-theme-header .wgl-mobile-header {
display: none;
}
.wgl-theme-header .mobile_nav_wrapper .primary-nav .menu {
display: none;
}
.wgl-theme-header.header_overlap {
position: absolute;
z-index: 99;
width: 100%;
left: 0;
top: 0;
}
.wgl-theme-header.header_shadow {
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
}
.wgl-theme-header .wgl_button {
z-index: 0;
}
.wgl-theme-header .login-in {
display: inline-block;
padding-top: 0;
}
.wgl-theme-header .login-in.woocommerce {
display: inline-block;
padding-top: 0;
}
.wgl-theme-header .login-in .login-in_wrapper {
display: flex;
align-items: center;
height: 100%;
color: inherit;
}
.wgl-theme-header .login-in .login-in_wrapper a {
cursor: pointer;
font-size: 16px;
font-weight: 600;
color: inherit;
text-transform: uppercase;
}
.wgl-theme-header .login-in .wgl_modal-window {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: auto;
outline: none;
background: #fff;
z-index: 1000000;
opacity: 0;
visibility: hidden;
-webkit-overflow-scrolling: touch;
text-align: center;
transition: all 0.45s ease;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog {
margin: 12rem auto 0;
max-width: 430px;
position: relative;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog .col2-set {
width: 100%;
margin-right: 0;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog .col2-set > .col-1 {
padding: 40px 50px 1px;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.login, .wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.register {
padding: 0;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog .modal_content {
overflow: hidden;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog .littledino_module_message_box {
margin-bottom: 20px;
}
.wgl-theme-header .login-in.open_login .wgl_modal-window {
opacity: 1;
visibility: visible;
}
.wgl-theme-header .login-in.open_login .overlay {
opacity: 1;
visibility: visible;
}
.wgl-theme-header .login-in.open_login .wgl-woocommerce-tabs {
transform: translateY(0);
opacity: 1;
}
.wgl-theme-header .login-in .overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
opacity: 0;
visibility: hidden;
transition: all 0.4s;
}
.wgl-theme-header .login-in .wgl-woocommerce-tabs {
transform: translateY(50px);
transition: all 0.3s ease-in-out;
opacity: 0;
transition-delay: 0.3s;
}
.wgl-theme-header .wishlist-mini-cart {
display: inline-block;
position: relative;
}
.wgl-theme-header .wishlist-mini-cart.woocommerce {
display: inline-flex;
align-items: center;
line-height: 0;
padding-top: 0;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: inherit;
position: relative;
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist::before {
content: "";
position: absolute;
top: -6px;
left: -6px;
width: calc(100% + 8px);
height: calc(100% + 8px);
border: 2px dashed currentColor;
border-radius: inherit;
animation: spin_left 5s linear infinite;
animation-play-state: paused;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .header_wishlist-button {
margin-top: 2px;
color: #ffffff;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .header_wishlist-button:before {
content: "\f128";
font-family: Flaticon;
font-size: 19px;
vertical-align: middle;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .woo_wishlist-count span {
display: inline-block;
position: absolute;
z-index: 1;
height: 20px;
min-width: 20px;
margin-top: 7px;
margin-left: -3px;
border-radius: 50%;
padding: 0 5px;
font-size: 11px;
line-height: 20px;
font-weight: 700;
font-style: normal;
color: #ffffff;
text-align: center;
vertical-align: middle;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
cursor: pointer;
background-color: #434344;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist:hover::before {
animation-play-state: running;
}
.wgl-theme-header .mini-cart {
display: inline-block;
position: relative;
}
.wgl-theme-header .mini-cart.woocommerce {
display: inline-block;
padding-top: 0;
}
.wgl-theme-header .mini-cart .mini_cart-overlay {
position: fixed;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
opacity: 0;
visibility: hidden;
transition: all 0.4s;
}
.wgl-theme-header .mini-cart .woo_icon_wrapper {
display: flex;
align-items: center;
height: 100%;
}
.wgl-theme-header .mini-cart a {
color: inherit;
cursor: pointer;
}
.wgl-theme-header .mini-cart a.woo_icon {
position: relative;
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
}
.wgl-theme-header .mini-cart a.woo_icon:before {
content: "";
position: absolute;
top: -6px;
left: -6px;
width: calc(100% + 8px);
height: calc(100% + 8px);
border: 2px dashed currentColor;
border-radius: inherit;
animation: spin_left 5s linear infinite;
animation-play-state: paused;
}
.wgl-theme-header .mini-cart a.woo_icon:hover:before {
animation-play-state: running;
}
.wgl-theme-header .mini-cart:hover svg line.st_transform-left {
transform: rotate(-60deg);
}
.wgl-theme-header .mini-cart:hover svg line.st_transform-right {
transform: rotate(60deg);
}
.wgl-theme-header .mini-cart.open_cart .mini_cart-overlay {
background: #000000;
visibility: visible;
opacity: 0.4;
}
.wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
transform: translate(-20px);
}
.wgl-theme-header .mini-cart .woo_mini_cart:before {
content: "";
position: absolute;
width: 100%;
height: 38px;
top: -38px;
left: 0;
right: 0;
}
.wgl-theme-header .mini-cart .header_cart-button {
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 26px;
height: 32px;
margin-top: -4px;
position: relative;
}
.wgl-theme-header .mini-cart .header_cart-button svg {
transition: 0.3s;
}
.wgl-theme-header .mini-cart .header_cart-button svg g path {
fill: currentColor !important;
}
.wgl-theme-header .mini-cart .header_cart-button svg .st0 {
stroke: currentColor !important;
transform-origin: bottom left;
transform-box: fill-box;
transition: 0.45s;
}
.wgl-theme-header .mini-cart .header_cart-button svg .st0.st_transform-right {
transform-origin: bottom right;
}
.wgl-theme-header .mini-cart .header_cart-button svg line {
stroke: currentColor !important;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
position: relative;
margin-top: 0;
margin-bottom: 24px;
padding-left: 0;
padding-right: 0;
line-height: 1.1;
text-align: left;
list-style: none;
clear: both;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a {
display: block;
padding-right: 24px;
font-size: 18px;
font-weight: 400;
line-height: 23px;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover {
opacity: 0.8;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity {
display: block;
margin-top: 8px;
font-size: 18px;
font-weight: 400;
color: #d5d5d5;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
display: inline-block;
padding-right: 1px;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
margin-bottom: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
content: "";
display: block;
height: 0;
clear: both;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
display: inline;
float: right;
position: absolute;
z-index: 2;
top: -4px;
right: -4px;
margin: 0;
margin-top: 0;
padding: 9px;
font: 0/0 serif;
text-shadow: none;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:after {
top: 3px;
right: 4px;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
float: left;
position: relative;
max-width: 70px;
margin-top: 0;
margin-left: 0;
margin-right: 30px;
border: 2px dashed;
border-radius: 20px;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img[src=""] {
display: none;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
margin-top: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
margin-bottom: 0;
}
.wgl-theme-header .mini-cart .flaticon-shopcart-icon {
color: #ffffff;
}
.wgl-theme-header .mini-cart .flaticon-shopcart-icon:before {
content: "\f109";
font-family: flaticon;
margin-left: -2px;
font-size: 19px;
line-height: 40px;
vertical-align: middle;
}
.wgl-theme-header .woo_mini_cart {
position: fixed;
z-index: 100000;
top: 0;
right: 0;
width: 400px;
min-height: 300px;
max-height: calc(100% - 40px);
margin-top: 20px;
border-radius: 20px;
padding: 38px;
text-align: center;
box-shadow: none;
overflow-y: scroll;
overflow-x: hidden;
transform: translate(100%);
scrollbar-width: none;
transition: 0.3s ease-in;
}
.wgl-theme-header .woo_mini_cart::-webkit-scrollbar {
display: none;
}
.wgl-theme-header .woo_mini_cart p {
margin-bottom: 0;
color: currentColor;
}
.wgl-theme-header .woo_mini_cart ul {
margin: 0;
padding: 0;
}
.wgl-theme-header .woo_mini_cart .mini_cart_title {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 44px;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 18px;
text-align: left;
text-transform: capitalize;
}
.wgl-theme-header .woo_mini_cart .mini_cart_title h4 {
font-size: 24px;
}
.wgl-theme-header .woo_mini_cart .close_mini_cart:after {
content: "\f169";
padding-left: 10px;
font-family: flaticon;
font-size: 13px;
line-height: 0;
color: #c2c2c2;
text-rendering: auto;
box-shadow: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
transition: 0.3s;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total {
display: flex;
align-items: baseline;
margin-top: 31px;
margin-bottom: 8px;
font-size: 24px;
font-weight: 400;
text-align: left;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong {
font-weight: inherit;
text-transform: capitalize;
padding-right: 16px;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
padding-right: 1px;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons .button__wrapper {
display: block;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons .button__wrapper:last-child {
margin-top: 10px;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons .button__wrapper svg {
stroke: transparent;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons .button__wrapper:hover svg {
stroke: #ffffff;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a {
display: inline-block;
left: auto;
margin: 0;
border: unset;
border-radius: 28px;
padding: 10px 25px;
font-size: 18px;
font-weight: 400;
line-height: 2;
color: #ffffff;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: capitalize;
box-shadow: none;
overflow: visible;
cursor: pointer;
transition: 0.4s;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:last-child {
margin-top: 10px;
margin-bottom: 0;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation {
padding-top: 12px;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation + .quantity {
display: inline-block !important;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dt.variation-Size {
padding-right: 5px;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dd.variation-Size {
margin: 0;
}
.wgl-theme-header .wgl-header-row .header_side[class^=position_center] .header_area_container > div.mini-cart {
padding: 0;
}
.wgl-theme-header .wgl-header-row .header_side[class^=position_center] .primary-nav > ul li.mega-menu > ul.mega-menu {
left: 0;
right: 0;
margin: 0 auto;
}
.wgl-theme-header .woo_mini-count span {
display: inline-block;
position: absolute;
z-index: 1;
height: 20px;
min-width: 20px;
margin-top: 27px;
margin-left: -2px;
border-radius: 50%;
padding: 0 5px;
font-size: 11px;
line-height: 20px;
font-weight: 700;
font-style: normal;
color: #ffffff;
text-align: center;
vertical-align: middle;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
cursor: pointer;
background-color: #434344;
}
.wgl-theme-header .fullwidth-wrapper {
padding: 0;
}
.wgl-header-row .wgl-header-row_wrapper {
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.wgl-header-row .header_side.display_normal {
flex: 0 auto;
}
.wgl-header-row .header_side.display_grow {
flex: 1;
}
.wgl-header-row .header_side.display_grow .primary-nav > .menu {
white-space: nowrap;
}
.wgl-header-row .header_side.v_align_middle {
align-self: center;
}
.wgl-header-row .header_side.v_align_bottom {
align-self: flex-end;
}
.wgl-header-row .header_side.v_align_bottom .primary-nav > ul > li > a {
align-self: flex-end;
align-items: flex-end;
}
.wgl-header-row .header_side.v_align_bottom .header_area_container > *,
.wgl-header-row .header_side.v_align_bottom .header_search-button {
vertical-align: bottom;
}
.wgl-header-row .header_side.v_align_top {
align-self: flex-start;
}
.wgl-header-row .header_side.v_align_top .primary-nav > ul > li > a {
align-self: flex-start;
align-items: flex-start;
}
.wgl-header-row .header_side.v_align_top .header_area_container > *,
.wgl-header-row .header_side.v_align_top .header_search-button {
vertical-align: top;
}
.wgl-header-row .header_side.h_align_left {
text-align: left;
}
.wgl-header-row .header_side.h_align_center {
text-align: center;
}
.wgl-header-row .header_side.h_align_right {
text-align: right;
}
.wgl-header-row .header_side.display_grow.h_align_right {
margin-left: auto;
}
.wgl-header-row .header_side.display_grow.h_align_center {
margin-right: auto;
margin-left: auto;
}
.wgl-header-row .header_side.display_grow.h_align_left {
margin-right: auto;
}
.wgl-header-row .header_side.display_grow.h_align_left .header_area_container {
justify-content: flex-start;
}
.wgl-header-row .header_side.display_grow.h_align_center .header_area_container {
justify-content: center;
}
.wgl-header-row .header_side.display_grow.h_align_right .header_area_container {
justify-content: flex-end;
}
.wgl-header-row .header_side[class^=position_left] .header_area_container > *:first-child {
padding-left: 0;
}
.wgl-header-row .header_side[class^=position_left] .header_area_container > *:last-child {
padding-right: 0;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav ul li ul {
left: 0;
right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li ul .sub-menu {
left: 100%;
right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(1) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(2) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(3) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(4) > .sub-menu {
left: 0;
right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(1) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(2) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(3) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(4) > .sub-menu .sub-menu {
left: 100%;
right: auto;
}
.wgl-header-row .header_side,
.wgl-header-row .header_render_editor,
.wgl-header-row .wrapper,
.wgl-header-row .header_area_container {
max-width: 100%;
box-sizing: border-box;
}
.header_area_container {
display: inline-block;
height: 100%;
max-height: 100%;
}
.header_area_container > * {
display: inline-block;
vertical-align: middle;
}
.delimiter {
display: inline-block;
position: relative;
}
.large_delimiter {
display: inline-block;
padding-left: 30px;
padding-right: 30px;
}
.large_delimiter:after {
content: "";
display: block;
position: absolute;
top: 0;
width: 1px;
height: 50px;
margin-left: 0;
border: 0;
font-size: initial;
line-height: 50px;
background: #fff;
visibility: visible;
opacity: 0.2;
}
.wgl-logotype-container img {
vertical-align: middle;
max-height: 100%;
}
.wgl-logotype-container .logo-name {
color: inherit;
font-size: 40px;
}
.wgl-logotype-container a {
color: inherit;
}
.primary-nav {
letter-spacing: 0; }
.primary-nav a {
transition: 0.3s;
}
.primary-nav .lavalamp_animate .lavalamp-object {
opacity: 1;
}
.primary-nav .lavalamp-object {
z-index: 0;
opacity: 0;
}
.primary-nav > ul.lavalamp > li > a > span:after {
display: none !important;
}
.primary-nav ul li {
display: inline-block;
vertical-align: middle;
line-height: inherit;
}
.primary-nav ul li:before {
display: none;
}
.primary-nav > ul li {
position: relative;
padding-left: 0;
margin-bottom: 0;
}
.primary-nav > ul li.mega-menu {
position: static !important;
}
.primary-nav > ul li.mega-menu > ul.mega-menu {
left: auto;
}
.primary-nav > ul {
height: 100%;
padding: 0;
margin: 0 -25px;
}
.primary-nav > ul > li {
height: 100%;
}
.primary-nav > ul > li.mega-menu-links > ul.mega-menu {
padding-left: 10px;
padding-right: 10px;
}
.primary-nav > ul > li.current-menu-item > a > span:after, .primary-nav > ul > li.current_page_item > a > span:after, .primary-nav > ul > li.current-menu-ancestor > a > span:after, .primary-nav > ul > li.current-menu-parent > a > span:after, .primary-nav > ul > li.current_page_parent > a > span:after, .primary-nav > ul > li.current_page_ancestor > a > span:after {
opacity: 1;
visibility: visible;
}
.primary-nav > ul > li > a {
display: flex;
position: relative;
z-index: 1;
height: 100%;
vertical-align: middle;
padding: 0 25px;
align-items: center;
color: inherit;
opacity: 1;
}
.primary-nav > ul > li > a > span {
position: relative;
}
.primary-nav > ul > li > a > span:after {
display: block;
content: "";
position: absolute;
bottom: 0;
border-radius: 5px;
width: calc(100% + 14px);
height: 100%;
left: -7px;
z-index: -1;
transition: all 0.4s ease;
opacity: 0;
visibility: hidden;
}
.primary-nav > ul > li > ul:before {
content: "";
position: absolute;
top: -10px;
left: 0;
right: 0;
width: 100%;
height: 10px;
}
.primary-nav > ul > li:hover > a > span:after {
opacity: 1;
visibility: visible;
}
.primary-nav ul li ul li {
display: block;
}
.primary-nav ul li ul li:first-child > a {
border-radius: 15px 15px 0 0;
}
.primary-nav ul li ul li:last-child > a {
border-radius: 0 0 15px 15px;
}
.primary-nav ul li ul li:only-child > a {
border-radius: 15px;
}
.primary-nav ul li ul ul {
top: -3px;
left: 100%;
}
.primary-nav ul li ul,
.primary-nav ul li div.mega-menu-container {
display: block;
position: absolute;
z-index: 555;
top: calc(100% + 15px);
left: -12px;
min-width: 250px;
white-space: nowrap;
margin-top: 0;
border: unset;
border-radius: 20px;
padding: 22px 0;
text-align: left;
opacity: 0;
visibility: hidden;
transition: 0.3s ease-in;
box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.primary-nav ul li ul:after,
.primary-nav ul li div.mega-menu-container:after {
content: "";
position: absolute;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
border: 2px dashed;
border-radius: 15px;
}
.primary-nav ul li ul li:hover ul {
top: -22px;
}
.primary-nav ul li ul .menu-item {
line-height: inherit;
transition: 0s;
}
.primary-nav ul li ul .menu-item a {
display: block;
padding: 4px 30px;
overflow: hidden;
color: inherit;
transition: background 0.3s;
opacity: 1;
}
.primary-nav ul li:hover > ul,
.primary-nav ul li:hover > div.mega-menu-container {
opacity: 1;
visibility: visible;
transform: rotateX(0) translateZ(0);
top: calc(100% + 10px);
}
.primary-nav ul li:hover > ul.mega-menu > ul.mega-menu, .primary-nav ul li:hover > ul.mega-menu > li > ul.mega-menu,
.primary-nav ul li:hover > ul > ul.mega-menu,
.primary-nav ul li:hover > ul > li > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container.mega-menu > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container.mega-menu > li > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container > li > ul.mega-menu {
opacity: 1;
visibility: visible;
transform: rotateX(0) translateZ(0);
}
.primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span, .primary-nav ul li ul li.current-menu-item > a > span, .primary-nav ul li ul li.current_page_item > a > span, .primary-nav ul li ul li:hover > a > span {
color: #fff;
}
.primary-nav ul li ul li > a > span {
display: block;
position: relative;
padding-left: 0;
transition: color 0.3s, opacity 0.3s;
}
.primary-nav > ul > li.menu-item-has-children > a > span,
.primary-nav > ul > li.mega-menu.mega-cat > a > span {
padding-right: 14px;
}
.primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:before, .primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:after,
.primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:before,
.primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:after {
position: absolute;
content: "";
z-index: 1;
background: currentColor;
}
.primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:before,
.primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:before {
width: 8px;
height: 2px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:after,
.primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:after {
width: 2px;
height: 8px;
right: 3px;
top: 50%;
transform: translateY(-50%);
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span > .menu-item_plus:before, .primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span > .menu-item_plus:after {
position: absolute;
content: "";
z-index: 1;
background: currentColor;
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span > .menu-item_plus:before {
width: 8px;
height: 2px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span > .menu-item_plus:after {
width: 2px;
height: 8px;
right: 3px;
top: 50%;
transform: translateY(-50%);
}
.primary-nav > .menu > .menu-item:nth-last-child(1) .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
left: auto;
}
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu {
right: 0;
}
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
right: 100%;
}
.admin-bar .wgl-sticky-header {
top: 32px;
}
.admin-bar .wgl-theme-header .woo_mini_cart {
max-height: calc(100% - 72px);
margin-top: 52px;
}
.primary-nav ul li.mega-menu-links > ul {
padding: 0;
box-sizing: border-box;
width: 1170px;
display: flex;
flex-wrap: wrap;
}
.primary-nav ul li.mega-menu-links > ul > li {
float: left;
box-sizing: border-box;
margin-top: 40px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 16px !important;
font-weight: 600 !important;
text-transform: uppercase;
}
.primary-nav ul li.mega-menu-links > ul > li:after {
content: unset;
display: none;
position: absolute;
top: 30px;
right: 0;
width: 1px;
height: calc(100% - 60px);
background: unset;
}
.primary-nav ul li.mega-menu-links > ul > li:hover ~ li {
z-index: 0;
}
.primary-nav ul li.mega-menu-links > ul > li.hide-mega-headings > a {
display: none;
}
.primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
background: none !important;
}
.primary-nav ul li.mega-menu-links > ul > li > a {
position: relative;
padding-top: 4px;
padding-bottom: 0;
padding-left: 28px;
padding-right: 20px;
border-radius: 0 !important;
}
.primary-nav ul li.mega-menu-links > ul > li > a > span {
padding-left: 0 !important;
}
.primary-nav ul li.mega-menu-links > ul > li > a:after {
display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li {
width: 100%;
}
.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li:after {
display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li {
width: 50%;
}
.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li:nth-child(2n):after {
display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li {
width: 33.33333%;
}
.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li:nth-child(3n):after {
display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li {
width: 25%;
}
.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li:nth-child(4n):after {
display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li {
width: 20%;
}
.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li:nth-child(5n):after {
display: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
position: relative;
left: 0 !important;
right: auto !important;
padding-top: 6px;
padding-bottom: 25px;
top: 0;
opacity: 0;
min-width: auto;
visibility: hidden;
margin-top: 0;
background: transparent;
border: 0;
box-shadow: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li {
padding-left: 0;
padding-right: 0;
text-transform: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul {
left: 100% !important;
right: auto !important;
}
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu {
width: 1170px;
}
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu.sub-menu-columns-item {
width: 100%;
}
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu > li > ul {
position: relative;
left: 0 !important;
right: auto !important;
top: 0;
opacity: 0;
min-width: auto;
visibility: hidden;
margin-top: 0;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
width: 100%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
width: 50%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
width: 33.33333%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
width: 25%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
width: 20%;
}
.primary-nav ul li.mega-menu.mega-cat .ajax_menu .item {
padding-left: 10px;
padding-right: 10px;
float: left;
box-sizing: border-box;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
float: left;
width: 80%;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts .preloader_type {
width: 80%;
margin-left: 20%;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container {
overflow: hidden;
width: 100%;
padding: 0;
box-sizing: border-box;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container:after {
content: "";
display: block;
height: 0;
clear: both;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
opacity: 0;
transform: translateY(20px);
transition: transform 0.6s ease, opacity 0.4s ease;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
transition-delay: 0s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
transition-delay: 0.1s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
transition-delay: 0.2s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
transition-delay: 0.3s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
transition-delay: 0.4s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
opacity: 1;
transform: translateY(0);
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {
position: relative;
box-shadow: none;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
width: 20%;
padding: 0;
background: rgba(0, 0, 0, 0.04);
float: left;
box-sizing: border-box;
border-top: 0;
margin: 0;
padding-bottom: 1500px;
margin-bottom: -1500px;
border: 0;
box-shadow: none;
padding-top: 19px;
min-width: initial;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
transition: background 0.4s, color 0.3s, border-color 0.4s;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
padding: 0;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item > a {
padding: 10px 28px 10px 28px;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
background: #fff;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal {
border: 0;
box-shadow: none;
padding: 20px;
background: transparent;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
display: block;
content: "";
height: 0;
clear: both;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li {
float: left;
padding: 0;
margin-right: 10px;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li:last-child {
margin-right: 0;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a {
color: #fff;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li > a {
display: block;
padding: 3px 13px;
font-size: 14px;
text-align: center;
box-sizing: border-box;
transition: background 0.3s, color 0.3s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
padding: 0 10px;
}
.mega_menu_wrapper_overlay {
background: #fff;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 1;
transition: opacity 0.2s ease;
}
.mega_menu_wrapper_preloader {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 16px;
height: 16px;
}
.preloader_type {
width: 100%;
height: 100%;
position: relative;
}
.mega_menu_wrapper_preloader span {
height: 16px;
width: 16px;
background-color: #999;
animation: wgl_circle 1.4s infinite ease-in-out both;
position: absolute;
top: 0;
border-radius: 100%;
}
.mega_menu_wrapper_preloader span:first-of-type {
left: -22px;
animation-delay: -0.32s;
}
.mega_menu_wrapper_preloader span:nth-of-type(2) {
animation-delay: -0.16s;
}
.mega_menu_wrapper_preloader span:last-of-type {
left: 22px;
}
@keyframes wgl_circle {
0%, 80%, to {
transform: scale(0);
opacity: 0;
}
40% {
transform: scale(1);
opacity: 1;
}
}
.wgl-sticky-header {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
transform: translateY(-100%);
opacity: 0;
transition: 0.3s;
}
.wgl-sticky-header.sticky_active {
transform: translateY(0);
opacity: 1;
}
.wgl-sticky-header.header_sticky_shadow {
box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}
.lavalamp {
position: static;
}
.lavalamp-object {
position: absolute;
top: 50%;
left: -7px;
border-radius: 5px;
}
.lavalamp .lavalamp-object {
transition-property: transform, width, height;
}
.lavalamp .lavalamp-object.ease-in-out {
transition-timing-function: ease-in-out;
}
.lavalamp .lavalamp-object.linear {
transition-timing-function: linear;
}
.lavalamp .lavalamp-object.easeInQuad {
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lavalamp .lavalamp-object.easeInCubic {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lavalamp .lavalamp-object.easeInQuart {
transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.lavalamp .lavalamp-object.easeInQuint {
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.lavalamp .lavalamp-object.easeInSine {
transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.lavalamp .lavalamp-object.easeInExpo {
transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.lavalamp .lavalamp-object.easeInCirc {
transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.lavalamp .lavalamp-object.easeInBack {
transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.lavalamp .lavalamp-object.easeOutQuad {
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lavalamp .lavalamp-object.easeOutCubic {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lavalamp .lavalamp-object.easeOutQuart {
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lavalamp .lavalamp-object.easeOutQuint {
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.lavalamp .lavalamp-object.easeOutSine {
transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.lavalamp .lavalamp-object.easeOutExpo {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.lavalamp .lavalamp-object.easeOutCirc {
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lavalamp .lavalamp-object.easeOutBack {
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lavalamp .lavalamp-object.easeInOutQuad {
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lavalamp .lavalamp-object.easeInOutCubic {
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp .lavalamp-object.easeInOutQuart {
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp .lavalamp-object.easeInOutQuint {
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.lavalamp .lavalamp-object.easeInOutSine {
transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lavalamp .lavalamp-object.easeInOutExpo {
transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.lavalamp .lavalamp-object.easeInOutCirc {
transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.lavalamp .lavalamp-object.easeInOutBack {
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
} .hamburger-box {
display: inline-block;
position: relative;
width: 20px;
height: 20px;
}
.mobile-hamburger-toggle {
padding: 0 0;
display: none;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
height: 20px;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: calc(1px / -2);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
position: absolute;
width: 20px;
height: 1px;
background-color: currentColor;
transition: transform 0.15s ease;
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
top: -6px;
}
.hamburger-inner::after {
top: auto;
bottom: -6px;
}
.hamburger-box .hamburger-inner {
top: 0;
transition: background-color 0s 0.13s linear;
}
.hamburger-box .hamburger-inner::before {
top: 6px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-box .hamburger-inner::after {
top: 12px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-hamburger-toggle.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent;
}
.mobile-hamburger-toggle.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.mobile-hamburger-toggle.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 6px, 0) rotate(-45deg);
}
body.mobile_switch_on .mobile_nav_wrapper .wgl-menu_overlay {
opacity: 1;
visibility: visible;
}
.mobile_nav_wrapper .wgl-menu_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
visibility: hidden;
opacity: 0;
transition: all 0.45s ease-in-out;
}
.mobile_nav_wrapper .primary-nav ul li ul li > a > span:before {
display: none;
}
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span:before,
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item > a > span:before,
.mobile_nav_wrapper .primary-nav ul li ul li.current_page_item > a > span:before {
display: inline-block;
}
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after {
display: none;
}
.mobile_nav_wrapper .primary-nav ul li a {
position: relative;
text-transform: capitalize;
}
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.mega-menu.mega-cat > a:after {
display: none;
}
.mobile_nav_wrapper .primary-nav > ul > li > a:after {
display: none;
}
.mobile_nav_wrapper .primary-nav > ul > li > a > span {
padding-right: 0 !important;
}
.mobile_nav_wrapper .primary-nav > ul > li > a > span:after {
display: block;
content: "";
position: absolute;
bottom: 0;
border-radius: 5px;
width: calc(100% + 14px);
height: 100%;
left: -7px;
z-index: -1;
transition: all 0.4s ease;
opacity: 0;
visibility: hidden;
}
.mobile_nav_wrapper .primary-nav > ul > li.current-menu-item > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_item > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current-menu-ancestor > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current-menu-parent > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_parent > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_ancestor > a > span:after {
opacity: 1;
visibility: visible;
}
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span,
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item > a > span,
.mobile_nav_wrapper .primary-nav ul li ul li.current_page_item > a > span,
.mobile_nav_wrapper .primary-nav ul li ul li:hover > a > span {
color: inherit;
}
.mobile_nav_wrapper .primary-nav > ul > li > a > span.button_switcher:after,
.mobile_nav_wrapper .primary-nav ul li ul li > a:before {
display: none;
}
.primary-nav ul li ul .menu-item.back {
margin-left: -21px;
}
.primary-nav ul li ul .menu-item.back a {
display: inline-block !important;
color: inherit !important;
}
.primary-nav ul li ul .menu-item.back:before {
content: "\f177";
display: inline-block;
position: static;
width: auto;
height: auto;
padding-right: 5px;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
transition: color 0.4s;
color: inherit !important;
}
.mobile_nav_wrapper .primary-nav ul li ul {
position: relative;
top: 0 !important;
left: 0;
right: 0 !important;
width: 100%;
box-sizing: border-box;
padding: 0 0 0 30px;
color: inherit;
opacity: 1;
visibility: visible;
transition: 0s;
white-space: initial;
overflow: hidden;
transform: none !important;
}
body.admin-bar .wgl-menu_outer {
top: 32px;
height: calc(100vh - 32px);
}
.wgl-menu_outer {
position: fixed;
z-index: 999;
background-color: #222328;
transition: opacity 0.2s;
width: 400px;
overflow: hidden;
height: 100%;
top: 0;
transform: translateX(-100%);
transition: transform 0.45s ease-in-out;
-webkit-user-select: none;
user-select: none;
}
.wgl-menu_outer.sub-menu-position_right {
right: 0;
transform: translateX(100%);
}
.wgl-menu_outer .mobile-hamburger-close {
position: relative;
z-index: 999;
}
.wgl-menu_outer .mobile-hamburger-toggle {
position: absolute;
top: 50%;
margin-top: -10px;
right: 16px;
}
.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent;
}
.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner::before {
background: currentColor;
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner::after {
background: currentColor;
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.wgl-menu_outer .wgl-menu_header {
position: relative;
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 30px 30px 10px;
align-items: center;
justify-content: space-between;
}
.wgl-menu_outer .wgl-menu_content {
position: relative;
width: 100%;
height: 100%;
} body.mobile_switch_on {
position: fixed;
overflow: hidden;
width: 100%;
height: 100%;
}
body.mobile_switch_on .wgl-menu_outer {
transform: translateX(0%);
}
.mobile_nav_wrapper .primary-nav {
position: absolute;
padding: 0 0 30px;
width: calc(100% + 17px);
bottom: 17px;
top: 0;
right: 0;
left: 0;
overflow-y: scroll;
}
.mobile_nav_wrapper .primary-nav > ul li {
position: static;
}
.mobile_nav_wrapper .primary-nav > ul.mobile_switch_on {
position: relative;
left: 0;
width: 100%;
height: auto;
box-sizing: border-box;
margin: 0;
padding: 10px 30px 30px 30px;
text-align: left;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
display: block;
float: none;
height: auto;
padding: 0; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li:before {
display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu {
min-height: inherit !important;
padding-right: 30px !important;
padding-left: 30px !important;
max-width: none !important;
background-image: none !important;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li {
width: 100%;
margin-top: 0;
font-weight: inherit !important;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li.hide-mega-headings a {
display: block;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul.show_sub_menu {
visibility: visible;
opacity: 1;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul li:after {
display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li:after {
display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
padding: 10px 0;
margin: 0;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span {
display: inline;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span.menu-item_plus {
display: none;
}
.mobile_nav_wrapper .primary-nav > ul > li > a span:before {
display: none;
}
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after {
display: none;
}
.mobile_nav_wrapper .primary-nav ul li ul li {
border-bottom: 0;
margin: 0;
}
.mobile_nav_wrapper .primary-nav ul li ul li:hover > a {
background: transparent;
color: inherit;
}
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item.current-menu-item > a {
background: transparent;
}
.mobile_nav_wrapper .primary-nav ul li ul li > a > span {
padding: 0;
background: none !important;
}
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li > a:before {
display: none;
}
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
color: inherit;
}
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
box-shadow: none;
margin-top: 0;
border: none;
width: 100%;
transition: 0s;
background-color: #222328;
display: none;
}
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul:after {
display: none;
}
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
padding-top: 0;
padding-bottom: 0;
}
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover, .mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
padding-left: 0;
} .mobile_nav_wrapper .primary-nav .button_switcher {
width: 50px;
height: 50px;
z-index: 1;
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
margin-right: 0;
}
.mobile_nav_wrapper .primary-nav .button_switcher:before {
content: "";
display: inline-block;
border-top-width: 1px;
border-top-style: solid;
border-left-width: 1px;
border-left-style: solid;
transform: translate(-50%, -50%) rotate(135deg);
opacity: 0.8;
transition: all 0.3s ease;
background: none !important;
position: absolute;
top: 50%;
left: 50%;
margin: auto;
width: 8px;
height: 8px;
visibility: visible;
margin-top: 0;
border-radius: 0;
color: inherit;
margin-left: 0 !important;
}
.mobile_nav_wrapper .primary-nav .button_switcher.is-active:before {
transform: translate(-50%, -50%) rotate(225deg);
}
.wgl-mobile-header .mini-cart {
position: static;
}
@media only screen and (max-width: 440px) {
.wgl-mobile-header .woo_mini_cart {
width: calc(100vw - 40px);
}
}
@media only screen and (max-width: 420px) {
.wgl-menu_outer {
width: 100%;
}
}
@media only screen and (max-width: 1200px) {
.wgl-theme-header .wgl-sticky-header {
display: none;
}
}
@media screen and (max-width: 782px) {
body.admin-bar .wgl-menu_outer {
top: 46px;
height: calc(100vh - 46px);
}
} .side_panel {
min-width: 105px;
text-align: center;
}
.side_panel .side_panel_inner {
display: block;
height: 100%;
}
.side_panel .side_panel_inner .side_panel-toggle {
border-color: currentColor;
color: currentColor;
}
.side_panel .side_panel_inner .side_panel-toggle:before {
content: "";
display: inline-block;
vertical-align: middle;
position: relative;
height: 100%;
}
.side_panel .side_panel-toggle {
display: block;
height: 100%;
width: 100%;
}
.side_panel .side_panel-toggle:hover span:nth-child(1) {
left: 18px;
}
.side_panel .side_panel-toggle:hover span:nth-child(3) {
left: 0px;
}
.side_panel .side_panel-toggle:hover span:nth-child(7) {
left: 18px;
}
.side_panel .side_panel-toggle:hover span:nth-child(9) {
left: 0px;
}
.side_panel .side_panel-toggle-inner {
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 24px;
height: 24px;
margin-top: 0;
position: relative;
color: inherit;
line-height: 9px;
}
.side_panel .side_panel-toggle-inner span {
background: transparent;
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
border-width: 1px;
border-style: solid;
border-color: currentColor;
transition: all 0.3s ease-out;
color: inherit;
vertical-align: top;
position: absolute;
left: 0;
}
.side_panel .side_panel-toggle-inner span:nth-child(2) {
left: 9px;
}
.side_panel .side_panel-toggle-inner span:nth-child(3) {
left: 18px;
}
.side_panel .side_panel-toggle-inner span:nth-child(4) {
top: 9px;
}
.side_panel .side_panel-toggle-inner span:nth-child(5) {
top: 9px;
left: 9px;
}
.side_panel .side_panel-toggle-inner span:nth-child(6) {
top: 9px;
left: 18px;
}
.side_panel .side_panel-toggle-inner span:nth-child(7) {
top: 18px;
}
.side_panel .side_panel-toggle-inner span:nth-child(8) {
top: 18px;
left: 9px;
}
.side_panel .side_panel-toggle-inner span:nth-child(9) {
top: 18px;
left: 18px;
}
body.admin-bar #side-panel.side-panel_open, body.admin-bar #side-panel.side-panel_active {
top: 32px;
}
body.side-panel_active .side-panel_overlay {
opacity: 1;
visibility: visible;
background: rgba(65, 65, 65, 0.6);
}
.side-panel_overlay {
background: transparent;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
visibility: hidden;
opacity: 0;
transition: all 0.45s ease-in-out;
z-index: 9999;
}
.elementor-editor-active.single-side_panel #side-panel, .elementor-editor-active.single-side_panel #side-panel.side-panel_position_left {
left: auto;
right: auto;
transform: translateX(0);
margin: 0 auto;
position: static;
height: 100vh;
}
body.side_panel-template-default.admin-bar #side-panel {
top: 32px;
}
body.side_panel-template-default #side-panel {
right: auto;
top: 0;
}
#side-panel {
position: fixed;
bottom: 0;
right: 0;
width: 480px;
background: #fff;
transform: translateX(calc(100% + 30px));
transition: transform 0.45s ease-in-out;
z-index: 10000;
top: 100000%;
}
#side-panel.side-panel_position_left {
left: 0;
right: auto;
transform: translateX(calc(-100% - 105px));
}
#side-panel.side-panel_position_left .side-panel_close {
left: calc(100% - 105px);
right: 0;
}
#side-panel.side-panel_open {
transform: translateX(0);
top: 0;
}
#side-panel.side-panel_active {
top: 0;
}
#side-panel .side-panel_sidebar {
position: absolute;
padding: 105px 90px;
width: calc(100% + 17px);
bottom: -17px;
top: 0;
right: 0;
left: 0;
overflow-y: scroll;
overscroll-behavior-y: contain;
scrollbar-width: none;
}
#side-panel .side-panel_sidebar::-webkit-scrollbar {
display: none;
}
#side-panel .side-panel_sidebar .widget .widget-title:before {
display: none;
}
#side-panel .side-panel_sidebar .widget ul li {
color: inherit;
}
#side-panel .side-panel_sidebar .widget ul li a {
color: inherit;
}
#side-panel .side-panel_sidebar .widget:not(:first-child) {
padding-top: 40px;
}
#side-panel .side-panel_sidebar .widget_media_gallery .gallery-item .gallery-icon {
margin: 10px;
}
#side-panel .side-panel_sidebar .widget_media_gallery .gallery {
margin: -10px;
}
#side-panel .side-panel_close {
display: block;
position: absolute;
right: 0;
top: 0;
color: #fff;
font-size: 21px;
width: 105px;
height: 105px;
line-height: 105px;
cursor: pointer;
z-index: 9999;
transition: all 0.45s ease-in-out;
background: #323232;
text-align: center;
}
#side-panel .side-panel_close .side-panel_close_icon {
display: inline-block;
position: relative;
width: 20px;
height: 20px;
margin-top: 0;
vertical-align: middle;
cursor: pointer;
}
#side-panel .side-panel_close .side-panel_close_icon:before, #side-panel .side-panel_close .side-panel_close_icon:after {
content: "";
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
border: 3px solid currentColor;
}
#side-panel .side-panel_close .side-panel_close_icon:before {
width: 0;
height: 100%;
border-radius: 0;
border-width: 0.5px;
left: 50%;
background-color: currentColor;
transition: all 0.3s, background-color 0s linear 0.3s;
transform: translateX(-0.5px) rotate(45deg);
}
#side-panel .side-panel_close .side-panel_close_icon:after {
border-width: 0.5px;
width: 0;
margin-left: 0;
margin-top: 0;
background-color: currentColor;
transition: all 0.3s;
height: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
} .ps__rail-x {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
height: 15px; bottom: 0px; position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
width: 15px; right: 0; position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
} .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color 0.2s linear, height 0.2s ease-in-out;
-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
height: 6px; bottom: 2px; position: absolute;
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color 0.2s linear, width 0.2s ease-in-out;
-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
width: 6px; right: 2px; position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px;
} @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
} .page-header {
padding: 10px 0;
position: relative;
z-index: 1;
}
.page-header_wrapper {
height: 100%;
}
.page-header_wrapper .wgl-container {
height: 100%;
}
.page-header .page-header_content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.page-header_align_left .page-header_content {
align-items: flex-start;
}
.page-header_align_center .page-header_content {
align-items: center;
}
.page-header_align_right .page-header_content {
align-items: flex-end;
}
.page-header.breadcrumbs_align_left .page-header_breadcrumbs {
align-self: flex-start;
}
.page-header.breadcrumbs_align_center .page-header_breadcrumbs {
align-self: center;
}
.page-header.breadcrumbs_align_right .page-header_breadcrumbs {
align-self: flex-end;
}
.page-header.breadcrumbs_inline .page-header_content {
flex-direction: row;
align-items: center;
}
.page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
align-self: auto;
}
.page-header.breadcrumbs_inline.page-header_align_left .page-header_content {
justify-content: space-between;
}
.page-header.breadcrumbs_inline.page-header_align_right .page-header_content {
justify-content: space-between;
flex-direction: row-reverse;
}
.page-header.breadcrumbs_inline.page-header_align_center .page-header_breadcrumbs {
margin-left: 20px;
}
.page-header_title {
text-transform: capitalize;
color: inherit;
}
.page-header_breadcrumbs:not(:first-child) {
margin-top: 8px;
}
.page-header_breadcrumbs a {
color: inherit;
}
.page-header_breadcrumbs a:hover {
opacity: 1;
}
.page-header_breadcrumbs .breadcrumbs {
white-space: nowrap;
letter-spacing: 0;
text-transform: capitalize;
font-weight: 800;
}
.page-header_breadcrumbs .breadcrumbs > * {
opacity: 0.7;
}
.page-header_breadcrumbs .breadcrumbs > *.current {
opacity: 1;
}
.page-header_breadcrumbs .divider:not(:last-child) {
color: inherit;
margin: 0 5px;
opacity: 1;
}
.page-header_breadcrumbs .divider:not(:last-child):before {
content: "";
display: inline-block;
vertical-align: middle;
width: 5px;
height: 5px;
border-radius: 50%;
transition: 0.3s;
} .header_search {
position: relative;
}
.header_search:before {
content: "";
display: inline-block;
position: relative;
height: 100%;
vertical-align: middle;
}
.header_search-button-wrapper {
width: 40px;
height: 40px;
display: inline-block;
position: relative;
vertical-align: middle;
text-align: center;
border-radius: 50%;
cursor: pointer;
}
.header_search-button-wrapper:before {
position: absolute;
content: "";
height: calc(100% + 12px);
width: calc(100% + 12px);
border: 2px dashed currentColor;
top: -6px;
left: -6px;
border-radius: inherit;
animation: spin_left 5s linear infinite;
animation-play-state: paused;
box-sizing: border-box;
}
.header_search-button-wrapper:hover:before {
animation-play-state: running;
}
.header_search-button {
display: inline-block;
position: relative;
width: 20px;
height: 20px;
margin-top: 0;
vertical-align: bottom;
cursor: pointer;
}
.header_search-button svg {
transition: 0.3s;
}
.header_search-button svg .st_transform {
stroke: currentColor !important;
transform-origin: bottom left;
transform-box: fill-box;
transition: 0.45s;
}
.header_search-button svg g path {
fill: currentColor !important;
}
.header_search-button svg line {
stroke: currentColor !important;
}
.header_search-button:hover svg path.st_transform {
transform: rotate(-185deg);
}
.header_search-button:before, .header_search-button:after {
content: "";
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
border: 3px solid #fff;
}
.header_search-button:before {
width: 90%;
height: 90%;
border-radius: 50%;
border-width: 2px;
transform: rotate(45deg);
transition: all 0.3s, background-color 0s linear 0s;
}
.header_search-button:after {
border-width: 0.5px;
width: 0;
height: 35%;
left: 90%;
top: 90%;
margin-left: 0;
margin-top: 0;
background-color: #fff;
transform: translate(-50%, -50%) rotate(-45deg);
transition: all 0.3s;
}
.header_search.search_alt .header_search-field {
opacity: 0;
visibility: hidden;
transform: scale3d(0.8, 0.8, 0.8);
position: fixed;
z-index: 100001;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 100vh;
opacity: 0;
visibility: hidden;
transition: all 300ms;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header_search.search_alt .header_search-field .search-form {
position: relative;
z-index: 1;
width: 80%;
max-width: 1170px;
}
.header_search.search_alt .header_search-field .search-form:after {
content: "";
display: block;
position: absolute;
top: 50%;
right: 15px;
width: 20px;
height: 20px;
margin-top: -10px;
font-size: 0;
line-height: 0;
transform: translate(0, 0);
background: url(//wgl-dsites.net/littledino/wp-content/themes/littledino/img/icons/search/search.svg);
opacity: 1;
transition: 0.4s;
}
.header_search.search_alt .header_search-field .search-form:hover:after {
opacity: 0.6;
}
.header_search.search_alt .header_search-field .search-field {
width: 100%;
height: 50px;
font-weight: 400;
padding: 14px 50px 11px 20px;
font-size: 16px;
border: unset;
border-radius: 15px;
background: transparent;
border-width: 2px;
border-style: dashed;
border-radius: 15px;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
box-sizing: border-box;
}
.header_search.search_alt .header_search-field .search-field:placeholder {
font-size: 16px;
font-weight: 400;
color: #ffffff;
}
.header_search.search_alt .header_search-field .search-button {
position: absolute;
z-index: 2;
height: 100%;
width: 50px;
right: 0;
top: 0;
font-size: 0;
background: transparent;
border: none;
box-shadow: none;
outline: none;
padding: 0;
margin: 0;
cursor: pointer;
}
.header_search.search_alt .header_search-field .search-button:focus, .header_search.search_alt .header_search-field .search-button:active {
box-shadow: none;
background: transparent;
}
.header_search.search_alt .header_search-field .header_search-wrap {
display: flex;
flex-direction: column;
width: 80%;
max-width: 1170px;
margin-bottom: 40px;
}
.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
font-size: 250px;
color: #f6f6f6;
line-height: 0.12;
margin-left: -114px;
}
.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
font-weight: 800;
font-size: 40px;
line-height: 52px;
}
.header_search.search_alt .header_search-field .header_search-close {
position: fixed;
top: 12.5%;
right: 3.8%;
font-size: 70px;
color: #979797;
cursor: pointer;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.header_search.search_standard .header_search-field {
position: absolute;
z-index: 2;
top: 100%;
right: 0;
border-radius: 20px;
box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.05);
padding: 20px;
transform: scale3d(0.8, 0.8, 0.8);
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.header_search.search_standard .header_search-field .search-form {
position: relative;
z-index: 1;
}
.header_search.search_standard .header_search-field .search-form:after {
display: inline-block;
position: absolute;
z-index: 1;
width: 50px;
height: 100%;
top: 0;
right: 0;
content: "\f10d";
font: normal normal normal 14px/1 flaticon;
font-size: 21px;
line-height: 50px;
text-align: center;
transition: opacity 0.3s;
color: inherit;
border-radius: 0 5px 5px 0;
}
.header_search.search_standard .header_search-field .search-form:hover:after {
opacity: 0.6;
}
.header_search.search_standard .header_search-field .search-field {
width: 260px;
height: 50px;
border: unset;
padding: 8px 70px 8px 20px;
font-weight: 400;
font-size: 16px;
background: transparent;
border-width: 2px;
border-style: dashed;
border-radius: 15px;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
box-sizing: border-box;
}
.header_search.search_standard .header_search-field .search-field:focus, .header_search.search_standard .header_search-field .search-field:active {
box-shadow: none;
}
.header_search.search_standard .header_search-field .search-button {
position: absolute;
z-index: 2;
height: 100%;
width: 50px;
right: 0;
top: 0;
font-size: 0;
background: transparent;
border: none;
box-shadow: none;
outline: none;
padding: 0;
margin: 0;
cursor: pointer;
}
.header_search.search_standard .header_search-field .search-button:focus, .header_search.search_standard .header_search-field .search-button:active {
box-shadow: none;
background: transparent;
}
.header_search.header_search-open.search_standard .header_search-field, .header_search.header_search-open.search_alt .header_search-field {
opacity: 1;
visibility: visible;
transform: translateY(0);
transform: scale3d(1, 1, 1);
}
.header_search.header_search-open.search_standard .header_search-button:before, .header_search.header_search-open.search_alt .header_search-button:before {
width: 0;
height: 100%;
border-radius: 0;
border-width: 0.5px;
left: 50%;
background-color: #fff;
transition: all 0.3s, background-color 0s linear 0.3s;
transform: translateX(-0.5px) rotate(45deg);
}
.header_search.header_search-open.search_standard .header_search-button:after, .header_search.header_search-open.search_alt .header_search-button:after {
height: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
}
.header_search.header_search-open.search_standard .header_search-close, .header_search.header_search-open.search_alt .header_search-close {
opacity: 1;
}
.header_search.header_search-open.search_standard .header_search-close:before, .header_search.header_search-open.search_alt .header_search-close:before {
content: "\f102";
font: normal normal normal 14px/1 flaticon;
font-size: 21px;
cursor: pointer;
}
@media screen and (max-width: 600px) {
.header_search-field .header_search-wrap .header_search-heading_bg {
font-size: 90px;
}
}
@media screen and (max-width: 480px) {
.header_search .header_search-field .littledino_module_double_headings {
text-align: center;
}
.header_search .header_search-field .search-field {
max-width: 340px;
}
.header_search-field .search-form {
width: auto;
}
.header_search-field .header_search-wrap .header_search-heading_bg {
font-size: 60px;
}
.header_search-field .header_search-wrap .header_search-heading_description {
font-size: 30px;
}
}
@media only screen and (max-width: 440px) {
.header_search .header_search-field .search-field {
max-width: 260px;
}
.header_search-field .search-form {
width: auto;
}
}
@media only screen and (max-width: 369px) {
.header_search .header_search-field .search-field {
max-width: 240px;
}
.header_search-field .search-form {
width: auto;
}
}
@media only screen and (max-width: 329px) {
.header_search .header_search-field .search-field {
max-width: 200px;
}
.header_search-field .search-form {
width: auto;
}
}
@media only screen and (max-width: 280px) {
.header_search .header_search-field .search-field {
max-width: 180px;
}
.header_search-field .search-form {
width: auto;
}
} span.highlighter {
border-radius: 0.1875em;
padding: 0 0.2em;
color: #ffffff;
}
blockquote {
position: relative;
z-index: 1;
font-size: 24px;
line-height: 36px;
}
blockquote p:last-of-type {
margin-bottom: 5px;
}
blockquote cite {
display: block;
position: relative;
margin-top: 12px;
font-style: normal;
font-size: 18px;
line-height: 1.2;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 0;
margin-top: 22px;
}
blockquote:before {
content: "“";
display: block;
width: 50px;
height: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
border-radius: 10px;
font-size: 72px;
line-height: 1.2;
font-weight: 400;
text-align: center;
color: #fff;
}
.wp-block-pullquote blockquote {
padding-bottom: 0;
}
.elementor-widget-text-editor .elementor-text-editor span.elementor-drop-cap,
.dropcap,
.dropcap-bg {
float: left;
margin-right: 0.6em !important;
text-align: center;
line-height: 1.7em;
font-size: 1.875em;
}
.elementor-widget-text-editor .elementor-text-editor span.elementor-drop-cap,
.dropcap-bg {
position: relative;
width: 1.5em;
height: 1.5em;
margin-top: 0.25em;
border-radius: 10px;
border: unset;
color: #ffffff;
}
.elementor-drop-cap-letter {
position: absolute;
left: calc(50% - 0.3em);
top: calc(50% - 0.45em);
line-height: 1;
}
p.has-drop-cap:not(:focus):first-letter {
font-size: 3em;
line-height: 1.2;
font-weight: 600;
}
small {
font-size: 0.8em;
}
code, tt, kbd {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
i, cite, em, var, address, dfn, q {
font-style: italic;
}
kbd {
font-family: monospace;
}
sub {
vertical-align: sub;
font-size: smaller;
}
sup {
vertical-align: super;
font-size: smaller;
} .footer_wrapper {
padding: 24px 0;
}
.footer_top-area p {
margin-bottom: 0;
}
.footer_top-area strong {
font-weight: inherit;
}
.footer_top-area .textwidget img {
margin-bottom: 20px;
}
.footer_top-area .widget.widget_wgl_posts .recent-posts-widget {
padding-top: 0;
}
.footer_top-area .primary-nav.footer-menu .menu-item a {
font-weight: 500;
}
.footer_top-area .footer-link {
position: relative;
z-index: 1;
}
.footer_top-area .footer-link:before {
content: "";
position: absolute;
z-index: 1;
display: block;
bottom: 0;
border-bottom: 1px solid;
width: 0;
right: auto;
left: 50%;
transform: translateX(-50%);
visibility: visible;
transition: all 0.3s ease-in-out 0s, color 0s;
}
.footer_top-area .footer-link:hover {
color: #ffffff !important;
}
.footer_top-area .footer-link:hover:before {
width: 100%;
color: #ffffff !important;
}
.footer {
position: relative;
overflow: hidden;
}
.footer .blog-posts .meta-wrapper * {
line-height: 22px;
}
.footer .blog-posts .blog-post_title {
margin-top: -5px;
}
.footer .blog-posts .item:last-child .blog-post {
margin-bottom: 0;
}
.footer .gallery-caption {
display: none;
}
.footer .mc4wp-form-fields {
position: relative;
}
.footer .mc4wp-form-fields input[type=email]:not([type=checkbox]) {
width: 100%;
text-align: left;
border: 0;
border-bottom: 1px solid #6d7078;
background-color: transparent;
color: #dbdbdb;
height: 40px;
font-size: 14px;
font-weight: 400;
padding-right: 0;
padding-left: 0;
margin-bottom: 20px;
}
.footer .mc4wp-form-fields input[type=email]:not([type=checkbox])::placeholder {
color: #dbdbdb;
}
.footer .mc4wp-form-fields input[type=submit] {
transition: all 400ms;
margin-bottom: 0;
padding: 0 34px;
height: 44px;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
color: #fff !important;
letter-spacing: 0;
}
.footer .mc4wp-form-fields input[type=submit]:hover, .footer .mc4wp-form-fields input[type=submit]:active, .footer .mc4wp-form-fields input[type=submit]:focus {
background: transparent !important;
}
.footer .littledino_wave_footer {
display: block;
position: absolute;
top: 0;
width: 100%;
}
.footer .littledino_wave_footer svg {
width: 100%;
left: 0;
top: 0;
height: 100%;
position: absolute;
}
.primary-nav.footer-menu .menu-item {
display: inline-block;
margin: 0 20px;
}
.copyright {
font-size: 14px;
}
.copyright p {
margin: 0px;
} body.new-elementor main .wgl-container.wgl-content-sidebar, body.new-elementor.single main .wgl-container:not(.wgl-content-sidebar) {
padding-right: 15px;
padding-left: 15px;
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor, body.new-elementor.single main .wgl-container:not(.wgl-content-sidebar) .elementor {
margin-left: -15px;
margin-right: -15px;
}
.new-elementor .elementor-container > .elementor-column > .elementor-widget-wrap {
padding-top: 0;
padding-bottom: 0;
}
.elementor-element.elementor-widget.elementor-widget-spacer {
margin-bottom: 0;
}
.elementor-image-gallery .gallery-item {
margin-top: 0 !important;
}
.elementor-image-gallery img {
border: 0 !important;
}
.elementor-section.wgl-add-background-text:before {
margin-left: calc(8.9vw / 2);
}
.elementor-section.wgl-add-background-text:before, .elementor-section.wgl-add-background-text .wgl-background-text {
position: absolute;
font-size: 13.0225vw;
line-height: 1;
z-index: 0;
width: 100%;
text-align: center;
letter-spacing: 8.9vw;
white-space: nowrap;
color: #f7f7f7;
display: block;
-webkit-user-select: none;
user-select: none;
}
.elementor-section.wgl-add-background-text.wgl-animation-background-text:before {
display: none;
}
.elementor-section.wgl-add-background-text .wgl-background-text .letter {
display: inline-block;
text-indent: 0;
opacity: 0;
}
.elementor-section.wgl-add-background-text .wgl-background-text .letter:last-child {
margin-right: -8.9vw;
}
body.elementor-editor-active .elementor-section.wgl-add-background-text.wgl-animation-background-text:before {
display: block;
}
body.elementor-editor-active .wgl-products.appear-animation .product {
opacity: 1;
transform: unset;
}
body .elementor-element-overlay ul li:before,
body .elementor-select-preset ul li:before {
background: transparent;
}
.elementor-widget-container .elementor-counter .elementor-counter-title {
line-height: 1.3;
margin-top: 12px;
font-weight: 500;
}
.elementor-widget-container .elementor-text-editor, .elementor-widget-container .elementor-text-editor #wpgmza_map {
border-radius: inherit;
} .page_404_wrapper {
margin-top: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
position: relative;
}
.page_404_wrapper-container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
}
.page_404_wrapper .main_404-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
padding: 14px 0 90px;
}
.page_404_wrapper .banner_404 {
padding-top: 0;
margin-bottom: 0;
margin-top: 32px;
}
.page_404_wrapper .banner_404_logotype {
position: relative;
z-index: 2;
}
.page_404_wrapper .banner_404_title {
padding-bottom: 7px;
font-size: 48px;
line-height: 1.277;
margin-top: 0;
letter-spacing: -1px;
text-transform: uppercase;
}
.page_404_wrapper .banner_404_text {
margin-left: auto;
margin-right: auto;
margin-bottom: 29px;
font-size: 18px;
margin-top: 20px;
max-width: 471px;
line-height: 36px;
letter-spacing: 0;
}
.page_404_wrapper .banner_404_desc_number {
font-size: 3em;
line-height: 0.9215;
margin-bottom: 11px;
}
.page_404_wrapper .banner_404_number {
font-size: 18.75em;
line-height: 0.86;
letter-spacing: -4.5px;
}
.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
width: 100%;
max-width: 460px;
}
.page_404_wrapper .search-form {
display: inline-block;
position: relative;
z-index: 1;
margin-bottom: 28px;
transition: all 0.45s;
}
.page_404_wrapper .search-form .search-field {
margin-bottom: 0;
padding-right: 50px;
background: #fcf9f4;
height: 50px;
font-size: 16px;
padding-top: 8px;
border: 0;
}
.page_404_wrapper .search-form:hover:after {
opacity: 0.7;
}
.page_404_wrapper input[type=submit].search-button {
position: absolute;
z-index: 2;
width: 50px;
height: 100%;
top: 0;
right: 0;
border: none;
padding: 0;
font-size: 0;
cursor: pointer;
background: transparent;
opacity: 0;
}
.page_404_wrapper .search-form:after {
content: "\f10d";
position: absolute;
z-index: 1;
height: 100%;
width: 50px;
right: 0;
top: 0;
color: #fff;
display: inline-block;
font-family: flaticon;
font-size: 20px;
line-height: 42px;
text-align: center;
text-rendering: auto;
transform: translate(0, 0);
border-radius: 50%;
transition: all 0.3s;
border: 4px solid #fff;
box-sizing: border-box;
}
.page_404_wrapper .littledino_404_button.wgl_button .wgl_button_link {
min-width: 172px;
display: inline-block;
color: #ffffff;
border: 0;
line-height: 1.5;
padding: 16.5px 29px;
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
margin-top: 0;
letter-spacing: 0;
border-radius: 30px;
}
.page_404_wrapper .littledino_404_button.wgl_button .wgl_button_link span {
position: relative;
z-index: 1;
} header.searсh-header {
margin-bottom: 30px;
}
header.searсh-header .page-title {
font-size: 36px;
line-height: 1.65;
}
header.searсh-header .page-title span {
font-size: 1.15em;
line-height: inherit;
}
.search-no-results .page_404_wrapper {
padding-bottom: 50px;
min-height: 100%;
}
.search-no-results .page_404_wrapper .banner_404_text {
color: inherit;
font-size: 18px;
line-height: 28px;
}
.search-no-results .page_404_wrapper .littledino_404_button.wgl_button .wgl_button_link:hover {
color: #fff;
}  .blog-style-standard .blog-post {
background: #fff;
margin-bottom: 50px;
transition: 0.4s;
}
.blog-style-standard .blog-post_wrapper {
border-radius: 30px;
transition: 0.4s;
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info {
position: absolute;
left: 30px;
bottom: 30px;
z-index: 12;
transition: 0.45s;
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper {
margin: 0;
font-weight: 700;
font-size: 14px;
}
.blog-style-standard .blog-post_wrapper > .blog-post_meta_info {
position: relative;
left: initial;
top: initial;
bottom: initial;
margin-bottom: 18px;
}
.blog-style-standard .blog-post_wrapper .blog-post_media img {
width: 100%;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
.blog-style-standard .blog-post_wrapper .blog-post_media img {
width: auto;
}
}
.blog-style-standard .blog-post_content {
padding: 24px 0 16px;
}
.blog-style-standard .wgl_col-12 .blog-post {
margin-bottom: 70px;
}
.blog-style-standard .wgl_col-12 .blog-post.format-standard-image, .blog-style-standard .wgl_col-12 .blog-post.format-gallery:not(.format-no_featured), .blog-style-standard .wgl_col-12 .blog-post.format-audio, .blog-style-standard .wgl_col-12 .blog-post.format-video:not(.format-no_featured) {
margin-bottom: 50px;
}
.blog-style-standard .wgl_col-12 .blog-post_text {
margin-bottom: 14px;
}
.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-audio) .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-audio .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper {
padding: 38px 40px 30px;
background: transparent;
}
.blog-style-standard .blog-post.format-standard-image, .blog-style-standard .blog-post.format-gallery:not(.format-no_featured), .blog-style-standard .blog-post.format-video:not(.format-no_featured) {
margin-bottom: 40px;
}
.blog-style-standard .blog-post:after {
content: "";
display: block;
height: 0;
clear: both;
}
.blog-style-standard .blog-post.format-quote .blog-post_media {
margin-bottom: 20px;
margin-top: -5px;
}
.blog-style-standard .blog-post.format-link .blog-post_media {
margin-bottom: 20px;
margin-top: -5px;
}
.blog-style-standard .blog-post .blog-post_content > .meta-wrapper {
margin-bottom: 6px;
}
.blog-style-standard .blog-post blockquote cite {
padding-left: 0;
}
.blog-style-standard .blog-post .wgl-video-popup .videobox_link {
width: 65px;
height: 65px;
}
.blog-style-standard .format-no_featured:not(.format-audio) .blog-post_wrapper,
.blog-style-standard .format-quote .blog-post_wrapper,
.blog-style-standard .format-audio .blog-post_wrapper,
.blog-style-standard .format-link .blog-post_wrapper {
background: transparent;
border-width: 2px;
border-style: dashed;
}
.blog-style-standard .blog-post.hide_media {
margin-bottom: 30px;
}
.blog-style-standard .blog-post.hide_media .blog-post_content {
padding-bottom: 10px;
}
.blog-style-standard.blog_carousel .slick-slide {
margin-bottom: 0;
}
.blog-style-standard.blog_carousel .slick-slide.item_slick {
margin-bottom: 0;
}
.blog-style-standard .blog-post_text {
font-size: 16px;
}
.blog-style-standard .blog-post_text blockquote {
padding-bottom: 65px;
}
.blog-style-standard .blog-post_text:after {
content: "";
display: table;
clear: both;
}
.blog-style-standard .blog-post_meta-wrap {
line-height: 0;
float: right;
}
.blog-style-standard .blog-post_meta-wrap:after {
content: "";
display: table;
clear: both;
}
.blog-style-standard .blog-post_meta-wrap .meta-wrapper {
border-top-width: 0 !important;
padding-top: 0;
padding-bottom: 0;
overflow: hidden;
}
.blog-style-standard .blog-post_content > .blog-post_meta-wrap {
float: none;
overflow: hidden;
}
.blog-style-standard .blog-post_info-wrap > div:last-child {
margin-left: 0;
}
.blog-style-standard .share_post-container {
margin-top: 2px;
} .blog-style-hero .meta-wrapper {
margin-bottom: 4px;
}
.blog-style-hero .blog-post_title {
margin-bottom: 12px;
}
.blog-style-hero .blog-post {
transition: all 0.3s ease;
margin-bottom: 30px;
border-radius: 0;
transition: all 0.4s;
overflow: hidden;
}
.blog-style-hero .blog-post.format-standard .blog-post-hero-content_front, .blog-style-hero .blog-post.format-link .blog-post-hero-content_front, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero-content_front, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero-content_front, .blog-style-hero .blog-post.format-audio .blog-post-hero-content_front, .blog-style-hero .blog-post.format-quote .blog-post-hero-content_front {
display: none;
}
.blog-style-hero .blog-post.format-standard .blog-post-hero-content_back, .blog-style-hero .blog-post.format-link .blog-post-hero-content_back, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero-content_back, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero-content_back, .blog-style-hero .blog-post.format-audio .blog-post-hero-content_back, .blog-style-hero .blog-post.format-quote .blog-post-hero-content_back {
opacity: 1;
visibility: visible;
}
.blog-style-hero .blog-post.format-standard .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-link .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-audio .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-quote .blog-post-hero-content_back .blog-post_text {
opacity: 1;
transform: translateZ(0);
}
.blog-style-hero .blog-post.format-standard .blog-post-hero_content, .blog-style-hero .blog-post.format-link .blog-post-hero_content, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero_content, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero_content, .blog-style-hero .blog-post.format-audio .blog-post-hero_content, .blog-style-hero .blog-post.format-quote .blog-post-hero_content {
position: relative;
padding: 34px 40px 65px;
}
.blog-style-hero .blog-post.format-standard .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-link .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-audio .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-quote .blog-post-hero_wrapper .blog-post_feature-link:before {
display: none;
}
.blog-style-hero .blog-post.format-standard .btn-read-more, .blog-style-hero .blog-post.format-link .btn-read-more, .blog-style-hero .blog-post.format-video.format-no_featured .btn-read-more, .blog-style-hero .blog-post.format-gallery.format-no_featured .btn-read-more, .blog-style-hero .blog-post.format-audio .btn-read-more, .blog-style-hero .blog-post.format-quote .btn-read-more {
display: none;
}
.blog-style-hero .blog-post.format-standard .button-read-more, .blog-style-hero .blog-post.format-link .button-read-more, .blog-style-hero .blog-post.format-video.format-no_featured .button-read-more, .blog-style-hero .blog-post.format-gallery.format-no_featured .button-read-more, .blog-style-hero .blog-post.format-audio .button-read-more, .blog-style-hero .blog-post.format-quote .button-read-more {
transform: translate3d(-10px, 0, 0);
transition: 0.45s ease;
}
.blog-style-hero .blog-post.format-standard:hover .button-read-more, .blog-style-hero .blog-post.format-link:hover .button-read-more, .blog-style-hero .blog-post.format-video.format-no_featured:hover .button-read-more, .blog-style-hero .blog-post.format-gallery.format-no_featured:hover .button-read-more, .blog-style-hero .blog-post.format-audio:hover .button-read-more, .blog-style-hero .blog-post.format-quote:hover .button-read-more {
visibility: visible;
opacity: 1;
transform: translateX(0);
}
.blog-style-hero .blog-post.format-standard .blog-post-featured_media, .blog-style-hero .blog-post.format-link .blog-post-featured_media, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-featured_media, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-featured_media, .blog-style-hero .blog-post.format-audio .blog-post-featured_media, .blog-style-hero .blog-post.format-quote .blog-post-featured_media {
position: relative;
margin-bottom: 12px;
}
.blog-style-hero .blog-post.format-standard .blog-post_title a, .blog-style-hero .blog-post.format-link .blog-post_title a, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post_title a, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post_title a, .blog-style-hero .blog-post.format-audio .blog-post_title a, .blog-style-hero .blog-post.format-quote .blog-post_title a {
color: #232323;
}
.blog-style-hero .blog-post.format-quote .blog-post_text {
display: none;
}
.blog-style-hero .blog-post .wgl-video-popup {
margin-bottom: 30px;
}
.blog-style-hero .button-read-more {
opacity: 0;
visibility: hidden;
position: absolute;
margin-top: 3px;
}
.blog-style-hero .blog-post-hero_thumb {
position: relative;
overflow: hidden;
z-index: 0;
}
.blog-style-hero .blog-post-hero_content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
padding: 10px 40px 60px;
}
.blog-style-hero .blog-post-hero_content .meta-wrapper span + span:before {
background: currentColor;
}
.blog-style-hero .blog-post-hero_content .blog-post_title > a {
font-size: 24px;
line-height: 36px;
}
.blog-style-hero .blog-post_bg_media {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center center;
transform: scale(1);
will-change: transform;
transition: all 0.45s ease;
z-index: 0;
}
.blog-style-hero .blog-post_bg_media:before {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(202, 202, 202, 0) 24%, #3d3d3d 88%, #232323 100%); opacity: 0.6;
}
.blog-style-hero .blog-post_bg_media:after {
display: block;
content: "";
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
transition: all 0.45s ease;
opacity: 0.1;
visibility: visible;
}
.blog-style-hero .blog-post-hero_wrapper {
padding: 0;
background: #f9f9f9;
}
.blog-style-hero .blog-post-hero_wrapper:hover .blog-post_bg_media {
transform: scale(1.05);
}
.blog-style-hero .blog-post-hero_wrapper:hover .blog-post_bg_media:after {
opacity: 1;
visibility: visible;
}
.blog-style-hero .blog-post-hero_wrapper:hover .blog-post-hero-content_back {
opacity: 1;
visibility: visible;
}
.blog-style-hero .blog-post-hero_wrapper:hover .blog-post-hero-content_back .blog-post_text {
opacity: 1;
transform: translateZ(0);
}
.blog-style-hero .blog-post-hero_wrapper:hover .blog-post-hero-content_front {
opacity: 0;
visibility: hidden;
}
.blog-style-hero .blog-post-hero_wrapper:hover .btn-read-more .blog-post-read-more {
opacity: 1;
visibility: visible;
}
.blog-style-hero .blog-post-hero_wrapper:hover .divider_post_info {
width: 0;
opacity: 0;
visibility: hidden;
}
.blog-style-hero .blog-post-hero_wrapper .blog-post_feature-link {
position: relative;
width: 100%;
display: block;
vertical-align: top;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 100%;
transition: transform 0.3s ease, opacity 0.3s;
max-height: 460px;
}
.blog-style-hero .blog-post-hero_wrapper .blog-post_feature-link:before {
display: block;
content: "";
width: 100%;
padding-top: 124.328%;
}
.blog-style-hero .blog-post-hero_wrapper .blog-post_feature-link:after {
display: block;
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.blog-style-hero .blog-post-hero_wrapper .divider_post_info {
width: 90px;
height: 1px;
display: block;
position: absolute;
left: 0;
bottom: 45px;
transition: all 0.45s ease;
border: 0;
}
.blog-style-hero .blog-post-hero-content_back {
opacity: 0;
visibility: hidden;
transition: all 0.35s ease;
}
.blog-style-hero .blog-post-hero-content_back .blog-post_text {
opacity: 0;
transform: translate3d(0, 30px, 0);
transition: 0.3s ease;
margin-bottom: 14px;
}
.blog-style-hero .blog-post-hero-content_front {
transition: all 0.35s ease;
}
.blog-style-hero .btn-read-more .blog-post-read-more {
position: absolute;
right: 0;
top: 0;
z-index: 1;
width: 45px;
height: 45px;
background: #d30;
display: block;
text-align: center;
line-height: 45px;
opacity: 0;
visibility: hidden;
transition: all 0.45s ease;
}
.blog-style-hero .btn-read-more .blog-post-read-more:before {
content: "\f153";
font-family: "Flaticon";
font-size: 12px;
font-weight: 500;
display: inline-block;
text-align: center;
border-radius: 0;
vertical-align: top;
color: #fff;
}
.blog-style-hero .blog-post_text {
font-size: 14px;
line-height: 30px;
}
.blog-post {
margin-bottom: 30px;
position: relative;
}
.blog-post_text {
margin-bottom: 17px;
}
.blog-post_text *:last-child {
margin-bottom: 0;
}
.blog-post.format-gallery .blog-post_media_part {
overflow: hidden;
}
.blog-post.format-gallery .blog-post_media:hover .wgl-carousel .slick-prev {
margin-left: 0;
}
.blog-post.format-gallery .blog-post_media:hover .wgl-carousel .slick-next {
margin-right: 0;
}
.blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
margin-bottom: 12px;
}
.blog-post.format-quote .blog-post_media, .blog-post.format-link .blog-post_media, .blog-post.format-audio .blog-post_media {
position: static;
}
.blog-post.format-quote .blog-post_meta_info, .blog-post.format-link .blog-post_meta_info, .blog-post.format-audio .blog-post_meta_info {
position: relative;
left: 0;
top: 0;
}
.blog-post .blog-post_media {
position: relative;
}
.blog-post .blog-post_media img {
box-sizing: border-box;
}
.blog-post .blog-post_media .blog-post_media_part {
position: relative;
border-radius: 30px;
line-height: 0;
}
.blog-post .blog-post_media .blog-post_media_part img {
border-radius: 30px;
}
.blog-post .blog-post_media .blog-post_media_part .parallax-video .blog-post_feature-link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 99999;
}
.blog-post.format-standard-image .blog-post_media, .blog-post.format-image .blog-post_media {
position: relative;
z-index: 1;
}
.blog-post.format-standard-image .blog-post_media .blog-post_media_part, .blog-post.format-image .blog-post_media .blog-post_media_part {
overflow: hidden;
}
.blog-post.format-standard-image .blog-post_media .blog-post_feature-link:before, .blog-post.format-image .blog-post_media .blog-post_feature-link:before {
content: "";
display: block;
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
transition: all 0.3s;
}
.blog-post.format-standard-image .blog-post_media .blog-post_feature-link, .blog-post.format-image .blog-post_media .blog-post_feature-link {
display: inline-block;
position: relative;
z-index: 1;
}
.blog-post.format-standard-image .blog-post_media:hover .blog-post_feature-link:before, .blog-post.format-image .blog-post_media:hover .blog-post_feature-link:before {
opacity: 1;
}
.blog-post.format-quote .blog-post_text-bg {
top: 37px;
}
.blog-post.format-quote .blog-post_media .blog-post_meta_info {
margin-top: 34px;
}
.blog-post.format-audio .blog-post_media .blog-post_meta_info {
margin-top: 42px;
}
.blog-post.format-audio .blog-post_media {
margin-bottom: 20px;
}
.blog-post.format-link .blog-post_media .blog-post_meta_info {
margin-top: 38px;
}
.blog-post.format-standard-image .blog-post_media, .blog-post.format-image .blog-post_media {
position: relative;
z-index: 1;
}
.blog-post.format-standard-image .blog-post_media .blog-post_media_part, .blog-post.format-image .blog-post_media .blog-post_media_part {
overflow: hidden;
}
.blog-post.format-standard-image .blog-post_media .blog-post_feature-link, .blog-post.format-image .blog-post_media .blog-post_feature-link {
display: inline-block;
position: relative;
z-index: 1;
}
.blog-post.format-standard.link .blog-post_title:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 20px;
content: "\f0c1";
}
.blog-post.format-quote .blog-post_quote-author {
font-size: 18px;
font-weight: 600;
margin-top: 5px;
text-align: left;
text-transform: capitalize;
padding-left: 70px;
line-height: 1.875;
}
.blog-post.format-quote .blog-post_quote-author-pos {
font-weight: 300;
}
.blog-post.format-quote .blog-post_quote-author img {
border-radius: 50%;
}
.blog-post .littledino_module_videobox.button_align-right.with_image .videobox_link_wrapper {
right: 50px;
top: auto;
transform: translate(0%, 0%);
bottom: 50px;
}
.format-video .blog-post_media .blog-post_media_part {
width: 100%;
overflow: hidden;
}
.wgl_col-12.item .format-video .blog-post_media .blog-post_media_part {
padding-bottom: 48.8%;
}
.wgl_col-12.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
padding-bottom: 0;
}
.wgl_col-12.item .format-audio .blog-post_media .blog-post_media_part {
padding-bottom: 48.8%;
overflow: hidden;
}
.format-audio .blog-post_media .blog-post_media_part {
border-radius: 0;
}
.format-video .blog-post_media .blog-post_media_part,
.format-audio .blog-post_media .blog-post_media_part {
padding-bottom: 81.43%;
}
.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
padding-bottom: 0;
}
.related_posts .format-video .blog-post_media .blog-post_media_part {
padding-bottom: 56.5%;
}
.format-video .blog-post_media iframe,
.format-audio .blog-post_media iframe {
position: absolute;
z-index: 1;
height: 100%;
}
.blog-post_quote-text {
font-weight: 400;
font-size: 30px;
line-height: 40px;
padding-bottom: 0;
padding-top: 0px;
vertical-align: top;
padding-left: 70px;
}
.blog-post_quote-text:before {
content: "“";
z-index: 1;
font-size: 2.4em;
line-height: 1.2;
font-weight: 400;
opacity: 1;
text-align: left;
padding-left: 0;
box-sizing: border-box;
font-style: normal;
display: inline-block;
position: absolute;
left: 14px;
top: -8px;
}
.blog-post_quote-author .blog-post_quote-image {
width: 30px;
vertical-align: middle;
margin-right: 10px;
}
.format-no_featured .blog-post_wrapper,
.format-standard .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-audio .blog-post_wrapper,
.format-link .blog-post_wrapper {
padding: 38px 40px 30px;
}
.format-no_featured .blog-post_wrapper .blog-post_content,
.format-standard .blog-post_wrapper .blog-post_content,
.format-quote .blog-post_wrapper .blog-post_content,
.format-audio .blog-post_wrapper .blog-post_content,
.format-link .blog-post_wrapper .blog-post_content {
padding: 0;
}
.blog_columns-2 .format-standard .blog-post_wrapper,
.blog_columns-2 .format-quote .blog-post_wrapper,
.blog_columns-2 .format-link .blog-post_wrapper,
.blog_columns-3 .format-standard .blog-post_wrapper,
.blog_columns-3 .format-quote .blog-post_wrapper,
.blog_columns-3 .format-link .blog-post_wrapper,
.blog_columns-4 .format-standard .blog-post_wrapper,
.blog_columns-4 .format-quote .blog-post_wrapper,
.blog_columns-4 .format-link .blog-post_wrapper {
padding: 38px 40px 30px;
}
.blog_columns-2 .format-standard .blog-post_wrapper .blog-post_content,
.blog_columns-2 .format-quote .blog-post_wrapper .blog-post_content,
.blog_columns-2 .format-link .blog-post_wrapper .blog-post_content,
.blog_columns-3 .format-standard .blog-post_wrapper .blog-post_content,
.blog_columns-3 .format-quote .blog-post_wrapper .blog-post_content,
.blog_columns-3 .format-link .blog-post_wrapper .blog-post_content,
.blog_columns-4 .format-standard .blog-post_wrapper .blog-post_content,
.blog_columns-4 .format-quote .blog-post_wrapper .blog-post_content,
.blog_columns-4 .format-link .blog-post_wrapper .blog-post_content {
padding: 0;
}
.blog_columns-2 .wgl-carousel .slick-arrow,
.blog_columns-3 .wgl-carousel .slick-arrow,
.blog_columns-4 .wgl-carousel .slick-arrow {
width: 36px;
height: 36px;
}
.blog_columns-2 .wgl-carousel .slick-arrow:after,
.blog_columns-3 .wgl-carousel .slick-arrow:after,
.blog_columns-4 .wgl-carousel .slick-arrow:after {
line-height: 36px;
font-size: 14px;
}
.blog_columns-2 .wgl-carousel .slick-arrow.slick-next,
.blog_columns-3 .wgl-carousel .slick-arrow.slick-next,
.blog_columns-4 .wgl-carousel .slick-arrow.slick-next {
right: 45px;
}
.blog_columns-2 .wgl-carousel .slick-arrow.slick-prev,
.blog_columns-3 .wgl-carousel .slick-arrow.slick-prev,
.blog_columns-4 .wgl-carousel .slick-arrow.slick-prev {
left: 45px;
}
.format-quote .blog-post_wrapper .blog-post_content,
.format-audio .blog-post_wrapper .blog-post_content,
.format-standard .blog-post_wrapper .blog-post_content,
.format-link .blog-post_wrapper .blog-post_content {
padding: 0 !important;
}
.blog-posts-list.blog-posts .blog-post.sticky-post .blog-post_wrapper {
border-width: 2px;
border-style: solid;
padding: 43px 45px 35px;
background-color: rgba(252, 249, 244, 0.55);
}
.blog-post_link {
position: relative;
z-index: 1;
padding-top: 0;
}
.blog-post_link > .link_post {
font-size: 30px;
font-weight: 400;
line-height: 40px;
display: block;
padding-left: 68px;
margin-top: 3px;
}
.blog-post_link a:before {
content: "\f12d";
font-family: "Flaticon";
font-size: 26px;
font-weight: 400;
display: inline-block;
text-align: center;
border-radius: 0;
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
}
.blog-posts .blog-post_title {
display: block;
clear: both;
word-wrap: break-word;
font-size: 36px;
line-height: 42px;
letter-spacing: -0.3px;
}
.blog-posts .blog-post_title > a {
font-size: inherit;
line-height: inherit;
} .blog-post_content h1,
.row > div > h1,
.blog-post_content h2,
.row > div > h2,
.blog-post_content h3,
.row > div > h3,
.blog-post_content h4,
.row > div > h4,
.blog-post_content h5,
.row > div > h5,
.blog-post_content h6,
.row > div > h6 {
margin-bottom: 8px;
} .blog-posts-list:after {
display: block;
height: 0;
content: "";
clear: both;
}
.blog-posts-list + .wgl-pagination {
margin-bottom: 25px;
}
.home .sidebar_right .blog-posts-list,
.home .sidebar_left .blog-posts-list,
.archive .sidebar_right .blog-posts-list,
.archive .sidebar_left .blog-posts-list {
margin-top: 0;
}
.home .wgl-container:not(.wgl-content-sidebar) .blog-posts-list,
.archive .wgl-container:not(.wgl-content-sidebar) .blog-posts-list {
margin-top: 50px;
}
.archive .blog-posts-list {
margin-top: 0;
}
.home .row.sidebar_right,
.home .row.sidebar_left {
margin-top: 50px;
} .blog-posts .blog-style-medium_img .format-link .blog-post_wrapper, .blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper {
overflow: visible;
}
.blog-posts .blog-style-medium_img .blog-post_wrapper {
background: transparent;
padding: 0;
overflow: hidden;
}
.blog-posts .blog-style-medium_img .blog-post_wrapper:after {
display: block;
height: 0;
content: "";
clear: both;
}
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper > .blog-post_media,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper > .blog-post_media {
width: 100%;
float: none;
padding-right: 0;
}
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper > .blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper > .blog-post_content {
width: 100%;
float: none;
padding-right: 0;
}
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper {
padding: 50px;
}
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper .blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper .blog-post_content {
width: 100%;
float: none;
}
.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper {
padding: 50px;
}
.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper .blog-post_content {
width: 100%;
float: none;
}
.blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
margin-bottom: 0;
padding-bottom: 237px;
}
.blog-posts .blog-style-medium_img .format-audio .blog-post_content {
padding-top: 30px !important;
}
.blog-posts .blog-style-medium_img .blog-post_media {
width: 250px;
padding-right: 30px;
margin-bottom: 0;
float: left;
margin-top: -1px;
margin-left: -1px;
}
.blog-posts .blog-style-medium_img .blog-post_media .blog-post_media {
width: 100%;
margin-right: 0;
margin-left: 0;
margin-top: 0;
float: none;
margin-bottom: 0;
padding-right: 0;
}
.blog-posts .blog-style-medium_img .blog-post_title {
clear: none;
}
.blog-posts .blog-style-medium_img .blog-post_text {
margin-bottom: 11px;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap {
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
float: left;
line-height: 0;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap:after {
content: "";
display: table;
clear: both;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper {
border-top-width: 0 !important;
float: left;
padding-top: 0;
padding-bottom: 0;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper > span + span {
margin-left: 30px;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper span.comments_post a:before {
color: inherit;
}
.blog-posts .blog-style-medium_img .blog-post_info-wrap > div:last-child {
margin-left: 0;
}
.blog-posts .blog-style-medium_img .blog-post_meta-categories span + span:before {
color: inherit;
}
.blog-posts .blog-style-medium_img .blog-post_media .blog-post_feature-link:before {
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.blog-posts .blog-style-medium_img .blog-post_content {
padding-right: 30px;
padding-left: 0;
margin-left: 0;
float: left;
width: calc(100% - 250px);
}
.blog-posts .blog-style-medium_img .blog-post_content > .meta-wrapper {
margin-bottom: 15px;
} .blog-posts .blog-style-tiny_img .wgl-carousel .slick-prev,
.blog-posts .blog-style-tiny_img .wgl-carousel .slick-next {
display: none !important;
}
.blog-posts .blog-style-tiny_img .blog-post .blog-post_link > .link_post {
margin-top: 0;
}
.blog-posts .blog-style-tiny_img .blog-post .blog-post_link:before {
top: 0;
}
.blog-posts .blog-style-tiny_img .blog-post .blog-post_quote-text {
margin-top: 0;
}
.blog-posts .blog-style-tiny_img .blog-post.format-standard .blog-post_media {
width: auto;
margin-right: 0;
float: none;
}
.blog-posts .blog-style-tiny_img .format-no_featured .blog-post_media {
margin-bottom: 20px;
}
.blog-posts .blog-style-tiny_img .format-link .blog-post_media, .blog-posts .blog-style-tiny_img .format-quote .blog-post_media {
width: 100%;
margin-right: 0;
float: none;
}
.blog-posts .blog-style-tiny_img .blog-post_media {
width: 70px;
margin-right: 20px;
margin-bottom: 0;
float: left;
}
.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media {
width: 100%;
margin-right: 0;
margin-left: 0;
margin-top: 0;
float: none;
margin-bottom: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_feature-link:before {
left: 0;
width: 100%;
height: 100%;
top: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_media img {
border-radius: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_title {
clear: none;
}
.blog-posts .blog-style-tiny_img .meta-wrapper {
padding-top: 0;
padding-bottom: 0;
line-height: 1;
margin-bottom: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap, .blog-posts .blog-style-tiny_img .meta-wrapper {
padding-left: 0;
padding-right: 0;
background: none;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap {
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
float: left;
line-height: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap:after {
content: "";
display: table;
clear: both;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper {
border-top-width: 0 !important;
float: left;
padding-top: 0;
padding-bottom: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper > span + span {
margin-left: 30px;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper span.comments_post a:before {
color: inherit;
}
.blog-posts .blog-style-tiny_img .blog-post_info-wrap > div:last-child {
margin-left: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-categories span + span:before {
color: inherit;
}
.mega-ajax-content .item .blog-post_media {
margin-bottom: 14px;
}
.mega-ajax-content .item .blog-post_title {
margin-bottom: 5px;
}
.mega-ajax-content .item .blog-post_content {
white-space: normal;
}
.mega-ajax-content .item .meta-wrapper {
background: none;
padding-left: 0;
padding-right: 0;
}
.mega-ajax-content .format-video .blog-post_media .blog-post_media_part, .mega-ajax-content .format-audio .blog-post_media .blog-post_media_part {
padding-bottom: 70.272%;
}
.blog_carousel .blog-post {
margin-bottom: 0 !important;
}
.blog_carousel .wgl-carousel .slick-dots {
margin-top: 0;
}
.blog_carousel.row {
margin-left: 0;
margin-right: 0;
}
.blog_carousel .wgl-carousel-wrapper {
overflow: visible;
}
.blog-post_meta-wrap {
line-height: 0;
}
.blog-post_meta-wrap:after {
content: "";
display: table;
clear: both;
}
.blog-post_meta-wrap .meta-wrapper {
border-top-width: 0 !important;
float: left;
padding-top: 0;
padding-bottom: 0;
}
.blog-post_meta-wrap .share_post-container > a:before,
.blog-post_meta-wrap .share_post-container:before {
font-weight: 400;
}
.blog-post_meta-wrap .author_post img {
border-radius: 50%;
margin-right: 5px;
}
.meta-wrapper {
margin-bottom: 0px;
font-weight: 600;
padding-top: 0;
font-size: 16px;
text-transform: capitalize;
line-height: 0;
}
.meta-wrapper * {
line-height: 34px;
transition: color 0.4s;
letter-spacing: -0.2px;
}
.meta-wrapper span {
opacity: 1;
display: inline-block;
vertical-align: middle;
position: relative;
}
.meta-wrapper span:hover {
opacity: 1;
}
.meta-wrapper span + span:before {
content: "";
margin: 0 10px 0 9px;
display: inline-block;
width: 5px;
height: 5px;
vertical-align: middle;
margin-top: -2.5px;
border-radius: 50%;
}
.meta-wrapper img {
border-radius: 50%;
margin-right: 5px;
}
.meta-wrapper .author_post a {
text-decoration: underline;
}
.blog-post .blog-post_meta-categories {
line-height: 1;
}
.blog-post .blog-post_meta-categories a {
display: inline-block;
transition: 0.4s;
color: #fff;
box-shadow: none;
padding: 0 10px;
line-height: 28px;
border-radius: 5px;
border-style: solid;
border-width: 1px;
text-transform: uppercase;
letter-spacing: 0;
font-weight: 400;
}
.blog-post .blog-post_meta-categories a:hover {
background: #fff !important;
color: inherit;
}
.blog-post .blog-post_meta-categories span {
line-height: 1;
margin-bottom: 5px;
}
.blog-post .blog-post_meta-categories span:before {
display: none !important;
}
.blog-post .blog-post_meta-categories span:not(:last-child) {
margin-right: 5px;
}
.blog-post .blog-post_meta-categories span:last-child a {
margin-right: 0px;
}
.single_meta.format-video .blog-post_media .blog-post_media_part, .single_meta.format-audio .blog-post_media .blog-post_media_part {
padding-bottom: 58%;
}
.single_meta.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax), .single_meta.format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
padding-bottom: 0;
}
.single_meta .wgl-carousel {
overflow: hidden;
}
.single_meta .littledino_module_videobox img {
box-shadow: none;
}
.single_meta .meta-wrapper {
padding-top: 0;
}
.single_meta .blog-post_title {
line-height: 1.142858;
margin-bottom: 18px;
margin-top: 7px;
word-wrap: break-word;
overflow-wrap: break-word;
}
.single_meta .blog-post_media {
margin-bottom: 24px;
}
.single_meta .blog-post_media {
margin-bottom: 27px;
}
.single_meta.format-link .blog-post_media {
margin-bottom: 25px;
}
.single_meta.post_format-post-format-quote .blog-post_media .blog-post_media_part {
padding-top: 0;
}
.single_meta .blog-post_media .blog-post_meta_info {
position: absolute;
left: 30px;
bottom: 30px;
z-index: 12;
transition: all 0.45s ease;
}
.single_meta.format-quote .blog-post_media .blog-post_meta_info, .single_meta.format-link .blog-post_media .blog-post_meta_info, .single_meta.format-audio .blog-post_media .blog-post_meta_info {
position: relative;
left: 0;
top: 0;
bottom: auto;
} .single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
min-height: 30px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper *.blog-post_meta-categories {
line-height: 0;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content > .meta-wrapper {
margin-bottom: 0;
margin-top: -12px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_title + .meta-wrapper {
margin-bottom: 43px;
}
.single_type-1 .single_meta .blog-post_media {
margin-bottom: 20px;
}
.single_type-1 .single_meta .blog-post_title {
margin-top: 11px;
margin-bottom: 30px;
font-size: 42px;
} .single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
min-height: 30px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content > .meta-wrapper {
margin-bottom: 0;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
margin-top: 11px;
margin-bottom: 19px;
font-size: 42px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title + .meta-wrapper {
margin-bottom: 25px;
} .post_featured_bg {
position: relative;
background: #14081f;
margin-top: -40px;
margin-bottom: 70px;
}
.post_featured_bg .blog-post_meta-categories span:after {
color: #fff;
}
.post_featured_bg .parallax-video {
z-index: 1 !important;
}
.post_featured_bg .parallax-video + .wgl-container {
z-index: 2;
position: relative;
}
.post_featured_bg .blog-post_bg_media {
background-repeat: no-repeat;
background-size: cover;
background-position: center 0;
}
.post_featured_bg .blog-post_bg_media:before {
background-color: rgba(34, 35, 40, 0.4);
}
.post_featured_bg .blog-post_meta-wrap {
position: relative;
padding: 8px 0;
}
.post_featured_bg .blog-post_meta-wrap > * {
display: inline-block;
float: none;
vertical-align: middle;
}
.post_featured_bg .blog-post_meta-wrap .wgl-likes .sl-icon {
color: inherit;
transition: 0.4s;
}
.post_featured_bg .blog-post_meta-wrap .blog-post_likes-wrap:before,
.post_featured_bg .blog-post_meta-wrap .blog-post_views-wrap:before {
content: "";
margin: 0 10px;
display: inline-block;
width: 4px;
height: 4px;
vertical-align: middle;
background: #ffffff;
}
.post_featured_bg .blog-post_meta-wrap .blog-post_likes-wrap {
margin-left: 0;
}
.post_featured_bg .blog-post_meta-wrap .blog-post_views-wrap .wgl-views:before {
color: inherit;
}
.post_featured_bg .blog-post {
margin-bottom: 0;
}
.post_featured_bg .blog-post_title {
position: relative;
z-index: 1;
max-width: 770px;
margin: 22px auto 0;
line-height: 1.143;
font-size: 36px;
background: none;
padding-left: 0;
padding-right: 0;
letter-spacing: -1.1px;
}
@media all and (min-width: 768px) {
.post_featured_bg .blog-post_title {
font-size: 42px;
}
}
.post_featured_bg .blog-post_likes-wrap .wgl-likes {
padding-right: 0;
vertical-align: middle;
}
.post_featured_bg .wgl-likes:hover .sl-icon {
color: #ef52a3;
}
.post_featured_bg .wgl-likes .sl-count,
.post_featured_bg .meta-wrapper {
background: none;
padding-left: 0;
padding-right: 0;
}
.post_featured_bg .wgl-likes .sl-count > span.author_post a:after,
.post_featured_bg .meta-wrapper > span.author_post a:after {
border-color: #ffffff;
}
.post_featured_bg .wgl-likes .sl-count .blog-post_meta-categories a:hover,
.post_featured_bg .meta-wrapper .blog-post_meta-categories a:hover {
color: inherit;
}
.post_featured_bg .blog-post_meta-wrap {
background: none;
}
.post_featured_bg .content-container {
position: relative;
text-align: center;
}
.post_featured_bg .content-container_wrapper {
text-align: center;
background: #fff;
display: inline-block;
border-radius: 30px;
padding: 10% 10% 6%;
max-width: 100%;
position: relative;
min-width: 600px;
}
.post_featured_bg .content-container_wrapper:after {
display: block;
opacity: 1;
visibility: visible;
position: absolute;
content: "";
height: calc(100% - 24px);
width: calc(100% - 24px);
border: 2px dashed currentColor;
top: 10px;
left: 10px;
border-radius: 30px;
pointer-events: none;
}
@media all and (min-width: 768px) {
.post_featured_bg .content-container_wrapper {
padding: 54px 78px 38px;
}
}
.post_featured_bg .date_info {
margin-top: 25px;
}
.single #main-content > .blog-post {
margin-bottom: 40px;
}
.blog-post_text + .clear + .button-read-more,
.blog-post_text + .page-link + .clear + .button-read-more {
margin-bottom: 21px;
}
.blog-post_meta-desc .button-read-more + .blog-post_meta-wrap {
margin-top: 0;
}
.blog-post_meta-desc:after {
content: "";
height: 0;
display: block;
clear: both;
}
.blog-post_text + .page-link {
margin-bottom: 21px;
}
.button-read-more {
display: inline-block;
position: relative;
vertical-align: middle;
transition: all 0.3s ease-in-out;
box-sizing: border-box;
margin-left: 0;
margin-bottom: 0;
font-size: 18px;
text-transform: capitalize;
padding-right: 28px;
line-height: 34px;
}
.button-read-more.wgl-read-more_icon.fa:before {
font-family: FontAwesome;
}
.button-read-more.wgl-read-more_icon:before {
font-size: 20px;
margin-top: 0;
opacity: 1;
color: inherit;
vertical-align: middle;
position: absolute;
right: 0;
transform: rotate(90deg);
transition: transform 0.45s;
}
.button-read-more.wgl-read-more_icon:hover:before {
transform: rotate(-90deg);
}
.tagcloud-wrapper {
float: left;
margin: 0;
}
.tagcloud-wrapper .title_tags {
font-size: 14px;
margin-right: 18px;
}
.single_meta .divider_post_info {
margin-top: 22px;
padding-bottom: 0;
border-top: 1px solid #e5e5e5;
}
.single_post_info .tagcloud {
float: left;
}
.single_post_info .blog-post_views-wrap {
float: right;
}
.single_post_info .blog-post_likes-wrap {
float: right;
}
.single_post_info .divider_post_info {
margin-top: 22px;
padding-bottom: 0;
border-top: 1px solid #e5e5e5;
}
.single_post_info:after {
content: "";
display: table;
clear: both;
}
.single_post_info div:not(.blog-post_likes-wrap):not(.share_post-list-container):only-child {
float: none !important;
display: block;
text-align: center;
margin-left: 0;
}
.single_post_info div.share_post-container:only-child {
float: right !important;
}
.single_post_info .blog-post_share-wrap {
float: left;
}
.single_post_info.post_info {
padding-top: 20px;
padding-bottom: 12px;
clear: both;
min-height: 66px;
}
.single_post_info.post_info > .blog-post_meta-wrap > .tagcloud-wrapper .tagcloud,
.single_post_info.post_info > .meta-wrapper > .tagcloud-wrapper .tagcloud {
text-align: left;
}
.single_post_info .blog-post_info-wrap > div {
margin-left: 19px;
}
.divider_post_info {
clear: both;
}
.blog-post_excerpt {
margin: 0 0 38px;
font-size: 20px;
font-weight: 400;
line-height: 1.8;
}
.blog-post_excerpt > p:last-child {
margin-bottom: 0;
}
.blog-post_info-wrap {
float: right;
line-height: 0;
}
.blog-post_info-wrap > div {
margin-left: 18px;
}
.blog-post_info-wrap .blog-post_views-wrap {
margin-left: 0;
}
.blog-post_info-wrap > .meta-wrapper {
float: right;
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
}
.blog-post_info-wrap > .meta-wrapper * {
letter-spacing: 0;
}
.blog-post_likes-wrap {
float: right;
}
.blog-post_likes-wrap + .share_post {
padding-right: 20px;
}
.blog-post_likes-wrap .wgl-likes {
line-height: 29px;
} .blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
clear: left;
}
.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
clear: left;
}
.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
clear: left;
}
.single.related_posts {
margin-top: 94px;
}
@keyframes dashed_border_running_right {
100% {
stroke-dashoffset: -1000;
}
}
@keyframes dashed_border_running_left {
100% {
stroke-dashoffset: 1000;
}
} .littledino-post-navigation {
padding: 0;
margin-bottom: -30px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.littledino-post-navigation:after {
display: block;
height: 0;
content: "";
clear: both;
}
.prev-link,
.next-link {
font-size: 13px;
font-weight: 700;
transition: all 300ms;
position: relative;
text-transform: uppercase;
background: #f2f2f2;
z-index: 1;
padding: 20px 7.5px;
float: right;
color: #939393;
}
.prev-link_icon,
.next-link_icon {
display: inline-block;
width: 0;
height: 0px;
margin-left: 5px;
margin-right: 5px;
position: relative;
vertical-align: top;
color: inherit;
}
.prev-link_icon:before,
.next-link_icon:before {
content: "\f104";
font-family: "Flaticon";
font-size: 12px;
display: inline-block;
border: 0;
vertical-align: middle;
font-style: normal;
position: absolute;
left: -6px;
top: 2px;
}
.prev-link:hover,
.next-link:hover {
color: #ffffff !important;
}
.prev-link {
float: left;
}
.prev-link_wrapper {
float: left;
margin-bottom: 30px;
}
.prev-link_wrapper a:hover .image_prev:before {
visibility: visible;
opacity: 1;
}
.prev-link_wrapper a:hover .image_prev:before {
margin-left: 0;
}
.prev-link_wrapper a:hover .image_prev img {
opacity: 0;
visibility: hidden;
}
.prev-link_wrapper a:hover .image_prev svg.outter-dashes {
opacity: 1;
visibility: visible;
animation-play-state: running;
}
.prev-link_wrapper a:hover .image_prev svg.outter-dashes:after {
animation: scroll_up_anim 1.5s infinite;
}
.prev-link_wrapper .image_prev {
display: inline-block;
width: 80px;
height: 80px;
overflow: hidden;
vertical-align: top;
margin-right: 20px;
position: relative;
transition: all 0.3s;
border-radius: 50%;
}
.prev-link_wrapper .image_prev.no_image:before, .prev-link_wrapper .image_prev.no_image:after, .prev-link_wrapper .image_prev.no_image svg.outter-dashes {
opacity: 1;
visibility: visible;
margin-left: 0;
}
.prev-link_wrapper .image_prev:before {
content: "\f10b";
font-family: "Flaticon";
font-size: 21px;
position: absolute;
line-height: 60px;
width: 60px;
height: 60px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
margin-left: 0;
opacity: 1;
color: #fff;
display: block;
text-align: center;
z-index: 2;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
border-radius: 50%;
}
.prev-link_wrapper .image_prev svg.outter-dashes {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running_left 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
opacity: 0;
visibility: hidden;
}
.prev-link_wrapper .image_prev img {
transition: all 0.45s;
border-radius: 50%;
}
.prev-link_wrapper .prev_title {
max-width: 225px;
line-height: 24px;
display: inline-block;
word-wrap: break-word;
}
.prev-link_wrapper .meta-wrapper span {
font-weight: 700;
color: #aeb6c2;
font-size: 14px;
}
.prev-link_icon {
margin-left: 5px;
margin-right: 5px;
}
.prev-link_icon:before {
content: "\f140";
left: auto;
right: -6px;
}
.next-link:before {
right: 0;
left: auto;
transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
}
.next-link:hover:before {
right: auto;
left: 0;
}
.next-link_wrapper {
text-align: right;
float: right;
margin-bottom: 30px;
margin-left: auto;
}
.next-link_wrapper a:hover .image_next:before {
visibility: visible;
opacity: 1;
}
.next-link_wrapper a:hover .image_next:before {
margin-right: 0;
}
.next-link_wrapper a:hover .image_next img {
opacity: 0;
visibility: hidden;
}
.next-link_wrapper a:hover .image_next svg.outter-dashes {
animation-play-state: running;
opacity: 1;
visibility: visible;
}
.next-link_wrapper a:hover .image_next svg.outter-dashes:after {
animation: scroll_up_anim 1.5s infinite;
}
.next-link_wrapper .image_next {
display: inline-block;
width: 80px;
height: 80px;
overflow: hidden;
vertical-align: top;
margin-left: 20px;
position: relative;
transition: all 0.3s;
border-radius: 50%;
}
.next-link_wrapper .image_next.no_image:before, .next-link_wrapper .image_next.no_image:after, .next-link_wrapper .image_next.no_image svg.outter-dashes {
opacity: 1;
visibility: visible;
margin-right: 0;
}
.next-link_wrapper .image_next:before {
content: "\f104";
font-family: "Flaticon";
font-size: 21px;
position: absolute;
line-height: 60px;
width: 60px;
height: 60px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
margin-left: 0;
opacity: 1;
color: #fff;
display: block;
text-align: center;
z-index: 2;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
border-radius: 50%;
}
.next-link_wrapper .image_next svg.outter-dashes {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running_right 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
opacity: 0;
visibility: hidden;
}
.next-link_wrapper .image_next img {
transition: all 0.45s;
border-radius: 50%;
}
.next-link_wrapper .next_title {
max-width: 225px;
display: inline-block;
text-align: right;
line-height: 24px;
word-wrap: break-word;
}
.next-link_wrapper .meta-wrapper span {
font-weight: 700;
color: #aeb6c2;
font-size: 14px;
}
.info_prev-link_wrapper > a,
.info_next-link_wrapper > a {
display: flex;
align-items: center;
}
.prev-link-info_wrapper > span,
.next-link-info_wrapper > span {
display: block;
}
.prev-link-info_wrapper .meta-wrapper,
.next-link-info_wrapper .meta-wrapper {
margin-top: -4px;
padding-left: 0;
padding-right: 0;
background: none;
} .author-info_wrapper {
position: relative;
z-index: 0;
margin: 96px 0 50px;
padding-bottom: 22px;
background-color: #fcf9f4;
background-repeat: no-repeat;
border-radius: 15px;
}
.author-info_avatar {
margin-top: -65px;
margin-bottom: 15px;
text-align: center;
}
.author-info_avatar img {
border-radius: 50%;
padding: 10px;
background: #ffffff;
box-sizing: content-box;
}
.author-info_content {
text-align: center;
}
.author-info_name {
font-size: 20px;
line-height: 30px;
margin-bottom: 6px !important;
}
.author-info_name span {
margin-right: 5px;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.author-info_description {
max-width: 760px;
margin: 0 auto;
padding: 0 10px 0;
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #6e6e6e;
}
.author-info_social-link {
display: inline-block;
position: relative;
width: 35px;
height: 35px;
font-size: 14px;
text-transform: uppercase;
line-height: 35px;
text-align: center;
color: currentColor;
}
.author-info_social-link:last-child {
margin-right: 0;
}
.author-info_social-link:hover {
transform: translateY(-5px);
}
.author-info_social-wrapper {
line-height: 1;
padding-bottom: 5px;
margin-top: 12px;
}
.single .single.related_posts .littledino_module_title {
padding-bottom: 27px;
margin-bottom: 0;
font-size: 36px;
line-height: 42px;
}
.single .single.related_posts .littledino_module_title * {
font-size: inherit;
line-height: inherit;
}
.single .single.related_posts .blog-post_content {
padding: 11px 0 7px;
}
.single .single.related_posts .single_post_info .divider_post_info {
margin-top: 25px;
padding-bottom: 10px;
border: 0;
}
.single .single.related_posts .blog-post_wrapper .blog-post_title {
font-size: 30px;
line-height: 42px;
margin-top: 10px;
letter-spacing: -0.3px;
margin-bottom: 12px;
}
.single .single.related_posts .blog-post_wrapper .blog-post_title > a {
font-size: inherit;
line-height: inherit;
}
.single .single.related_posts a {
transition: all 0.45s;
}
@media only screen and (max-width: 1200px) {
.vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner,
.vc_row:not(.vc_row-no-padding) .theiaStickySidebar > .vc_column-inner {
padding-left: 15px !important;
padding-right: 15px !important;
}
}
@media only screen and (max-width: 992px) {
.vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_media, .vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_media {
width: 100%;
margin-right: 0;
margin-left: 0;
padding-right: 30px;
text-align: left;
margin-top: 30px;
padding-left: 30px;
}
.vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_content, .vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_content {
padding-bottom: 20px;
padding-right: 30px;
padding-left: 30px;
margin-left: 0;
float: left;
width: 100%;
width: 100%;
width: 100%;
box-sizing: border-box;
}
.vc_col-sm-8 .blog-style-standard.row .wgl_col-6, .vc_col-sm-9 .blog-style-standard.row .wgl_col-6 {
width: 100%;
}
.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
width: 50%;
}
.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
clear: none;
}
.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(2n+1) {
clear: left;
}
}
@media only screen and (max-width: 768px) {
.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
width: 100%;
}
.littledino-post-navigation .back-nav_page {
display: none;
}
}
@media only screen and (max-width: 600px) {
.blog-posts .blog-style-medium_img .blog-post_media {
width: 180px;
}
.blog-posts .blog-style-medium_img .blog-post_content {
width: calc(100% - 180px);
}
}
@media only screen and (max-width: 1024px) {
.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
clear: none;
}
.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
clear: none;
}
.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
clear: none;
}
.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
clear: left;
}
.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
clear: left;
}
.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(2n+1) {
clear: left;
}
.littledino-post-navigation {
margin-bottom: 0;
}
.blog-style-hero.blog_columns-3 .wgl_col-4 {
width: 50%;
}
.blog-style-hero.blog_columns-3 .wgl_col-4:nth-child(3n+1) {
clear: none;
}
.blog-style-hero.blog_columns-3 .wgl_col-4:nth-child(2n+1) {
clear: left;
}
.blog-style-hero.blog_columns-4 .wgl_col-3 {
width: 50%;
}
.blog-style-hero.blog_columns-4 .wgl_col-3:nth-child(4n+1) {
clear: none;
}
.blog-style-hero.blog_columns-4 .wgl_col-3:nth-child(2n+1) {
clear: left;
}
.post_featured_bg .content-container_wrapper {
min-width: auto;
}
}
@media only screen and (max-width: 767px) {
.blog-style-hero.blog_columns-3 .wgl_col-4 {
width: 100%;
}
.blog-style-hero.blog_columns-4 .wgl_col-3 {
width: 100%;
}
}
@media only screen and (max-width: 600px) {
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper,
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper {
max-width: 100%;
}
.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-audio) .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-standard .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-audio .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper {
padding: 28px 30px 20px;
}
.blog-style-standard .format-no_featured:not(.format-audio) .blog-post_wrapper,
.blog-style-standard .format-standard .blog-post_wrapper,
.blog-style-standard .format-audio .blog-post_wrapper,
.blog-style-standard .format-quote .blog-post_wrapper,
.blog-style-standard .format-link .blog-post_wrapper {
padding: 28px 30px 20px;
}
}
@media screen and (max-width: 420px) {
.single_meta .meta-wrapper span:after {
display: none;
}
.blog-posts .blog-style-medium_img .blog-post_media {
width: 100%;
padding-right: 0;
margin-right: -1px;
}
.blog-posts .blog-style-medium_img .blog-post_content {
width: 100%;
padding-left: 30px;
}
.blog-post_quote-text {
padding-left: 50px;
}
.blog-post_quote-text:before {
left: 0;
}
.blog-post_link > .link_post {
padding-left: 48px;
}
.blog-post_link a:before {
left: 0;
}
}
.blog-post_wrapper .blog-post_media .littledino_module_videobox img {
box-shadow: none;
}
.blog-post_wrapper .blog-post_media .littledino_module_videobox .videobox_link {
width: 80px;
height: 80px;
box-shadow: none;
background: #fff;
border-color: #ffffff;
}
.blog-post_wrapper .blog-post_content .littledino_module_videobox .videobox_wrapper_link:before {
display: none;
}
.blog-post_wrapper .blog-post_content .littledino_module_videobox {
margin-bottom: 50px;
}
.blog-post_wrapper .blog-post_text a.more-link {
display: none;
}
.blog-post_bg_media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}
.blog-post_bg_media:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
display: block;
left: 0;
top: 0;
transition: all 0.3s ease;
}
.blog-post_bg_media .slider-wrapper, .blog-post_bg_media .blog-post_media-slider {
height: 100%;
} .slider-wrapper.wgl-carousel .blog-post_media-slider_slick {
height: 100%;
}
.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick {
height: 100%;
width: 100%;
position: relative;
z-index: 5;
}
.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick span {
height: 100%;
width: 100%;
display: block;
background-size: cover;
background-position: center;
transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
overflow: hidden;
border-radius: 30px;
}
.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick span img {
transition: all 500ms ease-in-out;
transform: scale(1.25, 1.25);
}
.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
transform: scale(1, 1);
}
.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-list,
.slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-track {
height: 100%;
}
.slider-wrapper.wgl-carousel .slick-slider {
z-index: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.slider-wrapper.wgl-carousel .slick-slider .slick-arrow {
z-index: 100;
}
.blog_carousel_title-arrow .wgl-carousel .slick-prev.slick-arrow, .blog_carousel_title-arrow .wgl-carousel .slick-next.slick-arrow {
display: none !important;
}
.blog_title.littledino_module_title {
justify-content: flex-start;
padding-bottom: 15px;
}
.wgl_module_title.item_title {
position: relative;
}
.wgl_module_title.item_title .carousel_arrows {
position: absolute;
right: 0;
top: 2px;
text-align: center;
z-index: 2;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow] {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
margin: 0 0 0 40px;
border: unset;
border-radius: unset;
padding: 0;
text-align: center;
font-size: 0;
font-weight: 300;
letter-spacing: 0;
text-indent: 0;
cursor: pointer;
opacity: 1;
box-shadow: unset;
transition: 0.4s;
border-radius: 50%;
color: #fff;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow]:before {
content: "";
position: absolute;
top: -10px;
left: -10px;
height: calc(100% + 20px);
width: calc(100% + 20px);
border: 2px dashed currentColor;
border-radius: inherit;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
box-sizing: border-box;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow].left_slick_arrow:before {
animation: spin_left 5s linear infinite;
animation-play-state: paused;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow]:after {
display: inline-block;
position: relative;
vertical-align: middle;
width: 100%;
height: 100%;
border: inherit;
border-radius: inherit;
font-family: Flaticon;
font-size: 18px;
line-height: 50px;
color: inherit;
transition: 0;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow]:hover:before {
animation-play-state: running;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow].left_slick_arrow:after {
content: "\f10b";
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow]:after {
content: "\f104";
}
.row.sidebar_left .content-container {
float: right;
}
.container-grid.row > .wgl-carousel {
margin-left: 0;
margin-right: 0;
}
.container-grid.row > .wgl-carousel.navigation_offset_element {
padding-left: 40px;
padding-right: 40px;
overflow: hidden;
}
.container-grid.row > .wgl-carousel.navigation_offset_element > .slick-slider {
overflow: visible;
}
.container-grid.row > .wgl-carousel.navigation_offset_element .slick-list {
overflow: hidden;
}
.blog_title {
margin-bottom: 30px;
}
.blog_subtitle {
margin-bottom: 45px;
font-size: 18px;
line-height: 1.6;
} .blog-post_views-wrap {
text-align: center;
line-height: 28px;
font-size: 12px;
color: #989898;
}
.blog-post_views-wrap .wgl-views {
display: inline-block;
}
.blog-post_views-wrap .wgl-views:before {
margin-right: 6px;
vertical-align: middle;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f06e";
}
.blog-post_views-wrap .counts {
font-weight: 600;
vertical-align: middle;
}
.blog-post_views-wrap .counts_text {
font-size: 12px;
font-weight: 600;
text-transform: capitalize;
vertical-align: middle;
display: none;
} .attachment_media .meta-wrapper {
margin-bottom: 10px;
font-weight: 600;
}
.attachment_media .meta-wrapper > span {
position: relative;
padding-left: 23px;
}
.attachment_media .meta-wrapper > span:first-child {
padding-left: 0;
}
.attachment_media .meta-wrapper > span:first-child:before {
display: none;
}
.parallax-video {
position: absolute !important;
z-index: 2 !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.jarallax {
position: relative;
z-index: 0;
}
.jarallax > .jarallax-img {
position: absolute;
-o-object-fit: cover;
object-fit: cover; font-family: "object-fit: cover;";
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
} .blog_archive-cat {
margin-bottom: 20px;
text-align: center;
}
.blog_archive-cat_title {
text-transform: capitalize;
}
.archive .wgl_blog_list {
margin-bottom: 30px;
} .wp-block-media-text {
margin-bottom: 20px;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 10px 8%;
}  .single_post_info .share_post-list-container {
position: relative;
-webkit-user-select: none;
user-select: none;
display: inline-block;
color: #fff;
line-height: 0;
font-size: 0;
vertical-align: middle;
float: right;
}
.single_post_info .share_post-list-container .share_post {
display: block;
color: inherit;
}
.single_post_info .share_post-list-container span {
line-height: inherit;
display: block;
}
.single_post_info .share_post-list-container > a {
line-height: 29px;
display: block;
text-align: center;
pointer-events: none;
color: #989898;
}
.single_post_info .share_post-list-container > a:before {
font-size: 13px;
font-family: "Flaticon";
font-weight: normal;
content: "\f12b";
padding: 0;
}
.single_post_info .share_post-list-container:hover .share_social-wpapper {
visibility: visible;
opacity: 1;
margin-top: 0;
}
.single_post_info .share_post-list-container .share_social-wpapper {
padding: 0;
display: block;
position: absolute;
right: 0%;
top: -100%;
margin-top: 10px;
margin-right: 0;
z-index: 2;
box-shadow: none;
opacity: 0;
visibility: hidden;
border-radius: 12.5px;
padding: 0 10px;
transition: all 0.4s ease-in-out;
}
.single_post_info .share_post-list-container .share_social-wpapper:after {
content: "";
position: absolute;
pointer-events: none;
right: 10px;
bottom: -10px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 0px 0 25px;
border-color: #45b3df transparent transparent transparent;
}
.single_post_info .share_post-list-container .share_social-wpapper:before {
content: "";
width: 100%;
height: 20px;
position: absolute;
bottom: -20px;
left: 0;
}
.single_post_info .share_post-list-container .share_social-wpapper ul {
padding: 0;
line-height: inherit;
white-space: nowrap;
color: #fff;
}
.single_post_info .share_post-list-container .share_social-wpapper ul li {
text-align: center;
width: 25px;
height: 25px;
padding: 0;
line-height: 25px;
display: inline-block;
vertical-align: top;
transition: all 0.3s;
opacity: 1;
visibility: visible;
margin-bottom: 0;
}
.single_post_info .share_post-list-container .share_social-wpapper ul li:before {
display: none;
}
.single_post_info .share_post-list-container .share_social-wpapper ul li span.fa {
text-align: center;
transition: all 0.5s ease;
font-size: 14px;
}
.share_post-container {
position: relative;
-webkit-user-select: none;
user-select: none;
display: inline-block;
color: #fff;
line-height: 0;
font-size: 0;
vertical-align: middle;
float: right;
}
.share_post-container .share_social-wpapper {
display: inline-block;
}
.share_post-container .share_post > a:before,
.share_post-container .share_social-wpapper a span {
font-size: 14px;
}
.share_post-container .share_post {
display: block;
color: inherit;
}
.share_post-container .share_post span.fa {
border-radius: 50%;
color: inherit;
transition: 0.45s ease;
}
.share_post-container span {
line-height: inherit;
display: block;
}
.share_post-container > a {
width: 30px;
height: 30px;
line-height: 30px;
display: block;
text-align: center;
pointer-events: none;
color: #fff;
border-radius: 50%;
}
.share_post-container > a:before {
content: "\f12b";
font-size: 13px;
font-family: "Flaticon";
font-weight: 400;
vertical-align: middle;
}
.share_post-container:hover .share_social-wpapper {
visibility: visible;
opacity: 1;
}
.share_post-container:hover .share_social-wpapper ul li {
opacity: 1;
visibility: visible;
width: 30px;
}
.share_post-container:hover .share_social-wpapper ul li:nth-child(1) {
transition-delay: 0.4s;
}
.share_post-container:hover .share_social-wpapper ul li:nth-child(2) {
transition-delay: 0.3s;
}
.share_post-container:hover .share_social-wpapper ul li:nth-child(3) {
transition-delay: 0.2s;
}
.share_post-container:hover .share_social-wpapper ul li:nth-child(4) {
transition-delay: 0.1s;
}
.share_post-container:hover .share_social-wpapper ul li:nth-child(5) {
transition-delay: 0s;
}
.share_post-container .share_social-wpapper {
display: block;
z-index: 4;
padding: 0;
box-shadow: none;
visibility: hidden;
font-size: 0;
line-height: 0;
position: absolute;
right: 0;
top: 0%;
padding-right: 40px;
}
.share_post-container .share_social-wpapper ul {
padding: 0;
line-height: inherit;
white-space: nowrap;
}
.share_post-container .share_social-wpapper ul li {
display: inline-block;
text-align: center;
width: 0;
height: 30px;
margin: 0 5px;
padding: 0;
line-height: 30px;
display: inline-block;
vertical-align: top;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.share_post-container .share_social-wpapper ul li:before {
display: none;
}
.share_post-container .share_social-wpapper ul li:nth-child(5) {
transition-delay: 0.4s;
}
.share_post-container .share_social-wpapper ul li:nth-child(4) {
transition-delay: 0.3s;
}
.share_post-container .share_social-wpapper ul li:nth-child(3) {
transition-delay: 0.2s;
}
.share_post-container .share_social-wpapper ul li:nth-child(2) {
transition-delay: 0.1s;
}
.share_post-container .share_social-wpapper ul li:nth-child(1) {
transition-delay: 0s;
}
.share_post-container .share_social-wpapper ul li:last-child {
margin-right: 0;
}
.share_post-container .share_social-wpapper ul li:first-child {
margin-left: 0;
}
.share_post-container .share_social-wpapper ul li .share_post {
box-shadow: none;
color: #fff;
border-radius: 50%;
}
.share_post-container .share_social-wpapper ul li .share_post:hover span.fa:after {
visibility: visible;
animation-play-state: running;
opacity: 1;
}
.share_post-container .share_social-wpapper ul li .share_post span.fa:after {
content: "";
position: absolute;
top: -5px;
left: -5px;
width: calc(100% + 10px);
height: calc(100% + 10px);
border: 2px dashed currentColor;
border-radius: inherit;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
box-sizing: border-box;
opacity: 0;
visibility: hidden;
transition: 0.45s ease;
}
.share_post-container .share_social-wpapper ul li .share_facebook span.fa {
background: #3f88db;
}
.share_post-container .share_social-wpapper ul li .share_facebook span.fa:after {
border-color: #3f88db;
}
.share_post-container .share_social-wpapper ul li .share_facebook:hover {
background: #3f88db;
}
.share_post-container .share_social-wpapper ul li .share_facebook:hover span.fa {
color: #fff !important;
}
.share_post-container .share_social-wpapper ul li .share_google span.fa {
background: #db4437;
}
.share_post-container .share_social-wpapper ul li .share_google span.fa:after {
border-color: #db4437;
}
.share_post-container .share_social-wpapper ul li .share_google:hover {
background: #db4437;
}
.share_post-container .share_social-wpapper ul li .share_google:hover span.fa {
color: #fff !important;
}
.share_post-container .share_social-wpapper ul li .share_twitter span.fa {
background: #45b3df;
}
.share_post-container .share_social-wpapper ul li .share_twitter span.fa:after {
border-color: #45b3df;
}
.share_post-container .share_social-wpapper ul li .share_twitter:hover {
background: #45b3df;
}
.share_post-container .share_social-wpapper ul li .share_twitter:hover span.fa {
color: #fff !important;
}
.share_post-container .share_social-wpapper ul li .share_pinterest span.fa {
background: #fd8383;
}
.share_post-container .share_social-wpapper ul li .share_pinterest span.fa:after {
border-color: #fd8383;
}
.share_post-container .share_social-wpapper ul li .share_pinterest:hover {
background: #fd8383;
}
.share_post-container .share_social-wpapper ul li .share_pinterest:hover span.fa {
color: #fff !important;
}
.share_post-container .share_social-wpapper ul li .share_linkedin span.fa {
background: #43b9e8;
}
.share_post-container .share_social-wpapper ul li .share_linkedin span.fa:after {
border-color: #43b9e8;
}
.share_post-container .share_social-wpapper ul li .share_linkedin:hover {
background: #43b9e8;
}
.share_post-container .share_social-wpapper ul li .share_linkedin:hover span.fa {
color: #fff !important;
} .single_info-share_social-wpapper > span {
font-size: 16px;
font-weight: 600;
margin-right: 26px;
text-transform: uppercase;
}
.single_info-share_social-wpapper:only-child {
border: 0;
padding: 0;
}
.single_info-share_social-wpapper .share_social-wpapper {
font-size: 0;
line-height: 0;
margin-top: 5px;
display: inline-block;
}
.single_info-share_social-wpapper .share_link, .single_info-share_social-wpapper .share_post {
position: relative;
display: inline-block;
transition: all 0.45s ease-in-out;
}
.single_info-share_social-wpapper .share_link + .share_link {
margin-left: 5px;
}
.single_info-share_social-wpapper .share_link {
box-shadow: none;
color: #fff;
border-radius: 50%;
}
.single_info-share_social-wpapper .share_facebook span.fa {
background: #3f88db;
}
.single_info-share_social-wpapper .share_facebook span.fa:after {
border-color: #3f88db;
}
.single_info-share_social-wpapper .share_facebook:hover {
background: #3f88db;
}
.single_info-share_social-wpapper .share_facebook:hover span.fa {
color: #fff !important;
}
.single_info-share_social-wpapper .share_google span.fa {
background: #db4437;
}
.single_info-share_social-wpapper .share_google span.fa:after {
border-color: #db4437;
}
.single_info-share_social-wpapper .share_google:hover {
background: #db4437;
}
.single_info-share_social-wpapper .share_google:hover span.fa {
color: #fff !important;
}
.single_info-share_social-wpapper .share_twitter span.fa {
background: #45b3df;
}
.single_info-share_social-wpapper .share_twitter span.fa:after {
border-color: #45b3df;
}
.single_info-share_social-wpapper .share_twitter:hover {
background: #45b3df;
}
.single_info-share_social-wpapper .share_twitter:hover span.fa {
color: #fff !important;
}
.single_info-share_social-wpapper .share_pinterest span.fa {
background: #fd8383;
}
.single_info-share_social-wpapper .share_pinterest span.fa:after {
border-color: #fd8383;
}
.single_info-share_social-wpapper .share_pinterest:hover {
background: #fd8383;
}
.single_info-share_social-wpapper .share_pinterest:hover span.fa {
color: #fff !important;
}
.single_info-share_social-wpapper .share_linkedin span.fa {
background: #43b9e8;
}
.single_info-share_social-wpapper .share_linkedin span.fa:after {
border-color: #43b9e8;
}
.single_info-share_social-wpapper .share_linkedin:hover {
background: #43b9e8;
}
.single_info-share_social-wpapper .share_linkedin:hover span.fa {
color: #fff !important;
}
.single_info-share_social-wpapper .share_link span.fa {
display: inline-block;
position: relative;
z-index: 1;
width: 38px;
height: 38px;
line-height: 38px;
font-size: 14px;
text-align: center;
transition: 0.5s;
}
.single_info-share_social-wpapper .share_link + .share_link {
margin-left: 18px;
} .author-info_social-wrapper .author-info_social-link.fa-facebook {
color: #3f88db;
}
.author-info_social-wrapper .author-info_social-link.fa-google {
color: #db4437;
}
.author-info_social-wrapper .author-info_social-link.fa-twitter {
color: #45b3df;
}
.author-info_social-wrapper .author-info_social-link.fa-pinterest {
color: #fd8383;
}
.author-info_social-wrapper .author-info_social-link.fa-linkedin {
color: #43b9e8;
}
.author-info_social-wrapper .author-info_social-link.fa-instagram {
color: #fd9db7;
} .wgl-social-share_pages {
position: absolute;
z-index: 90;
}
.wgl-social-share_pages.fixed {
position: fixed;
z-index: 90;
}
.wgl-social-share_pages.standard_style li {
padding: 0;
margin-bottom: 5px;
}
.wgl-social-share_pages.standard_style li:before {
display: none;
}
.wgl-social-share_pages.standard_style a {
line-height: 40px;
width: 60px;
text-align: right;
border-radius: 0 30px 30px 0;
color: #bbc8d7;
display: block;
box-sizing: border-box;
padding-right: 16px;
transition: all 0.45s ease;
}
.wgl-social-share_pages.standard_style a:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 0%;
height: 100%;
border-radius: 0 30px 30px 0;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in;
}
.wgl-social-share_pages.standard_style a:hover {
color: #fff;
}
.wgl-social-share_pages.standard_style a:hover:before {
width: 100%;
opacity: 1;
visibility: visible;
}
.wgl-social-share_pages.standard_style a span {
width: 20px;
display: inline-block;
text-align: center;
position: relative;
z-index: 1;
}
.wgl-social-share_pages.hovered_style {
top: 40%;
left: 40px;
}
.wgl-social-share_pages.hovered_style .share_social-desc {
width: 40px;
height: 40px;
position: absolute;
z-index: -1;
}
.wgl-social-share_pages.hovered_style .share_social-title {
transform: translateY(0%) rotate(180deg);
border-radius: 0;
writing-mode: vertical-rl;
text-orientation: mixed;
padding: 0;
z-index: 12;
white-space: nowrap;
transition: all 0.45s ease;
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
color: #323232;
line-height: 40px;
position: absolute;
bottom: calc(100% + 14px);
text-transform: uppercase;
}
.wgl-social-share_pages.hovered_style .share_social-icon-plus {
height: 40px;
line-height: 40px;
vertical-align: middle;
transition: transform 0.2s ease-in-out;
border-radius: 50%;
display: inline-block;
width: 40px;
position: absolute;
cursor: pointer;
bottom: 0;  }
.wgl-social-share_pages.hovered_style .share_social-icon-plus:before {
width: 2px;
height: 12px;
margin-left: -1px;
margin-top: -6px;
}
.wgl-social-share_pages.hovered_style .share_social-icon-plus:after {
width: 12px;
height: 2px;
margin-top: -1px;
margin-left: -6px;
}
.wgl-social-share_pages.hovered_style .share_social-icon-plus:before, .wgl-social-share_pages.hovered_style .share_social-icon-plus:after {
position: absolute;
content: "";
z-index: 1;
top: 50%;
left: 50%;
background: #fff;
}
.wgl-social-share_pages.hovered_style ul {
width: 40px;
margin: 0;
position: absolute;
bottom: 100%;
left: 0;
transform: translate(0, 30px);
opacity: 0;
transition: 0.2s ease-in-out;
visibility: hidden;
padding: 0;
z-index: 2;
padding-bottom: 10px;
}
.wgl-social-share_pages.hovered_style ul li {
padding: 0;
text-align: center;
}
.wgl-social-share_pages.hovered_style ul li:before {
display: none;
}
.wgl-social-share_pages.hovered_style ul li a {
color: #323232;
}
.wgl-social-share_pages.hovered_style ul li a span {
font-size: 14px;
width: 20px;
display: inline-block;
text-align: center;
}
.wgl-social-share_pages.hovered_style:hover .share_social-title {
opacity: 0;
}
.wgl-social-share_pages.hovered_style:hover .share_social-icon-plus {
transform: rotate(-45deg);
}
.wgl-social-share_pages.hovered_style:hover ul {
opacity: 1;
visibility: visible;
transform: translate(0, 0);
} .wgl-portfolio-single_item .single_info-share_social-wpapper {
margin-top: 5px;
text-align: center;
}
.wgl-portfolio-single_item .single_info-share_social-wpapper .share_title {
font-weight: 700;
}
.wgl-portfolio-single_item .single_info-share_social-wpapper > span {
text-transform: capitalize;
} .wgl-portfolio-item_annotation_social .single_info-share_social-wpapper {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 20px 0 0;
}
.wgl-portfolio-item_annotation_social .single_info-share_social-wpapper > span {
font-size: 18px;
text-transform: capitalize;
}
.wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_social-wpapper {
margin: 0;
margin-right: -6px;
}
.wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_link:hover span.fa:after {
opacity: 1;
visibility: visible;
animation-play-state: running;
}
.wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_link span {
border: 0;
transform: translateY(0);
}
.wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_link span.fa {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 14px;
border-radius: 50%;
}
.wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_link span.fa:after {
opacity: 0;
visibility: hidden;
transition: all 0.45s ease;
position: absolute;
content: "";
height: calc(100% + 10px);
width: calc(100% + 10px);
border-width: 2px;
box-sizing: border-box;
border-style: dashed;
top: -5px;
left: -5px;
border-radius: inherit;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
} .woocommerce div.product .share_social-wpapper .share_link {
color: #c2c2c2;
margin-right: 20px;
font-size: 12px;
}
.woocommerce div.product .share_social-wpapper .share_link span.fa {
transition: all 0.45s ease-in-out;
}
.woocommerce div.product .share_social-wpapper .share_link:last-child {
margin-right: 0;
} .wgl-likes {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
color: #989898;
}
.wgl-likes .sl-button {
color: inherit;
cursor: pointer;
}
.wgl-likes .sl-count {
transition: all 0.3s ease;
}
.wgl-likes .sl-icon {
margin-right: 5px;
transform: translateZ(0);
display: inline-block;
font-size: 13px;
color: #fe3e5d;
padding: 0 1px;
font-weight: 600;
}
.wgl-likes:hover .sl-icon {
animation-name: pulse_like;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes pulse_like {
25% {
transform: scale(1.2);
}
75% {
transform: scale(0.9);
}
}   .isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
} .isotope,
.isotope .isotope-item {
transition-duration: 0.8s;
}
.isotope {
transition-property: height, width;
}
.isotope .isotope-item {
transition-property: transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
transition-duration: 0s;
} body ul[class^=wgl-], body ol[class^=wgl-] {
font-size: 24px;
}
body ul[class^=wgl-] li, body ol[class^=wgl-] li {
line-height: 1.68;
}
body ul li, body ol li {
z-index: 1;
padding-left: calc(1em + 5px);
line-height: 32px;
list-style: none;
position: relative;
margin-bottom: 10px;
}
ul li:before {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 14px;
left: 2px;
width: 0.3125em;
height: 0.3125em;
border-radius: 50%;
}
body ul > li:last-child, body ol > li:last-child {
padding-bottom: 0;
}
body ul.wgl-dash li {
padding-left: calc(1em + 8px);
}
body ul.wgl-dash li:before {
content: "";
top: 0.7em;
width: 0.625em;
height: 0.0835em;
border-radius: unset;
}
body ul.wgl-plus li {
padding-left: calc(1em + 3px);
}
body ul.wgl-plus li:before {
content: "";
position: absolute;
z-index: 1;
top: 0.79em;
left: 0.3em;
width: 0.417em;
height: 0.0835em;
border-radius: unset;
}
body ul.wgl-plus li:after {
content: "";
position: absolute;
z-index: 1;
top: 0.64em;
left: 0.46em;
width: 0.0835em;
height: 0.417em;
}
body ul.wgl-check li {
padding-left: calc(1em + 23px);
margin-bottom: 16px;
}
body ul.wgl-check li:before {
content: "\f10c";
top: 0.368em;
left: 0;
width: 2.5em;
height: 2.5em;
border-radius: 50%;
font-family: flaticon;
font-size: 0.5em;
line-height: 2.5em;
text-align: center;
color: #fff;
}
body ul.wgl-check li:last-child {
margin-bottom: 0;
}
body ul.wgl-slash li {
padding-left: calc(1em + 3px);
}
body ul.wgl-slash li:before {
content: "/";
width: 0;
height: 0;
top: 0.2em;
left: 0.3em;
font-size: 0.8em;
}
body ul.wgl-pencil li {
margin-bottom: 20px;
padding-top: 4px;
padding-left: calc(1.3em + 16px);
}
body ul.wgl-pencil li:before {
content: "";
width: 1.25em;
height: 1.25em;
top: 0.02em;
left: 0;
border-radius: unset;
background: url(//wgl-dsites.net/littledino/wp-content/themes/littledino/img/icons/pencil.png);
background-size: contain;
background-repeat: no-repeat;
}
body ul.no-list-style li {
padding: 0;
}
body ul.no-list-style li:before {
display: none;
}
body ol {
counter-reset: li;
}
body ol[start="1"] {
counter-reset: li 0;
}
body ol[start="2"] {
counter-reset: li 1;
}
body ol[start="3"] {
counter-reset: li 2;
}
body ol[start="4"] {
counter-reset: li 3;
}
body ol[start="5"] {
counter-reset: li 4;
}
body ol[start="6"] {
counter-reset: li 5;
}
body ol[start="7"] {
counter-reset: li 6;
}
body ol[start="8"] {
counter-reset: li 7;
}
body ol[start="9"] {
counter-reset: li 8;
}
body ol[start="10"] {
counter-reset: li 9;
}
body ol[start="11"] {
counter-reset: li 10;
}
body ol[start="12"] {
counter-reset: li 11;
}
body ol[start="13"] {
counter-reset: li 12;
}
body ol[start="14"] {
counter-reset: li 13;
}
body ol[start="15"] {
counter-reset: li 14;
}
body ol[start="16"] {
counter-reset: li 15;
}
body ol[start="17"] {
counter-reset: li 16;
}
body ol[start="18"] {
counter-reset: li 17;
}
body ol[start="19"] {
counter-reset: li 18;
}
body ol[start="20"] {
counter-reset: li 19;
}
body ol[start="21"] {
counter-reset: li 20;
}
body ol[start="22"] {
counter-reset: li 21;
}
body ol[start="23"] {
counter-reset: li 22;
}
body ol[start="24"] {
counter-reset: li 23;
}
body ol[start="25"] {
counter-reset: li 24;
}
body ol[start="26"] {
counter-reset: li 25;
}
body ol[start="27"] {
counter-reset: li 26;
}
body ol[start="28"] {
counter-reset: li 27;
}
body ol[start="29"] {
counter-reset: li 28;
}
body ol[start="30"] {
counter-reset: li 29;
}
body ol > li {
position: relative;
counter-increment: li;
}
body ol > li:before {
content: "." counter(li);
margin-left: calc(-1em - 5px);
margin-right: 5px;
z-index: 1;
left: 0;
font-size: inherit;
display: inline-block;
line-height: inherit;
direction: rtl;
font-weight: 600;
width: auto;
height: auto;
position: static;
}
body ul ol > li:before {
top: 0;
background-color: transparent !important;
}
body li ol {
margin-bottom: 0;
padding-bottom: 0;
} .single.related_posts + .row #comments {
padding-top: 0;
margin-top: 81px;
}
.littledino-post-navigation + .row #comments {
margin-top: 92px;
}
#comments {
margin-top: 20px;
margin-bottom: 44px;
}
#comments:before {
content: "";
clear: both;
display: block;
}
#comments > h3 {
margin-bottom: 12px;
padding-bottom: 16px;
z-index: 10;
position: relative;
font-size: 36px;
line-height: 42px;
}
#comments > h3 span {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
#comments .pingback .edit-link .comment-edit-link {
font-size: 12px;
color: #7e7676;
margin-left: 5px;
}
#comments .pingback .edit-link .comment-edit-link:hover {
color: #b9a9cd;
}
#comments .comment-notes {
margin-bottom: 25px;
margin-top: 0px;
font-size: 16px;
}
#comments .form-submit {
margin-bottom: 0;
clear: both;
margin-top: 0;
display: inline-block;
}
#comments .form-submit input[type=submit] {
color: #fff;
}
#comments .form-submit:hover {
background: transparent;
}
#comments .comment-respond {
margin-top: 74px;
border-radius: 30px;
background: #fcf9f4;
padding: 42px 46px 50px;
}
@media (max-width: 480px) {
#comments .comment-respond {
padding: 28px 30px 30px;
}
}
#comments .children {
font-size: 16px;
}
#comments .commentlist {
list-style: none;
margin: 0;
padding: 0;
position: relative;
line-height: inherit;
font-size: 16px;
}
#comments .commentlist li.pingback,
#comments .commentlist li.trackback {
padding: 0;
}
#comments .commentlist li.pingback:before,
#comments .commentlist li.trackback:before {
display: none;
}
#comments .commentlist + * {
margin-top: 52px;
}
#comments .commentlist .comment-respond {
margin: 20px 0;
}
#comments .commentlist .comment {
padding: 0;
}
#comments .commentlist .comment:before, #comments .commentlist .comment:after {
display: none;
}
#comments .commentlist .comment .stand_comment {
padding: 35px 0 35px 110px;
margin-bottom: 0;
border-bottom: 1px solid #e5e5e5;
}
#comments .commentlist .comment .stand_comment .thiscommentbody {
position: relative;
z-index: 1;
min-height: 70px;
}
#comments .commentlist .comment .commentava {
position: absolute;
z-index: 1;
left: -110px;
top: 2px;
height: 80px;
width: 80px;
}
#comments .commentlist .comment .commentava img {
border-radius: 50%;
}
#comments .commentlist .comment.pingback .stand_comment {
padding-left: 0;
}
#comments .commentlist .comment .children .comment {
margin-left: 70px;
}
#comments .commentlist .comment .children .stand_comment {
padding-left: 80px;
}
#comments .commentlist .comment .children .stand_comment .commentava {
left: -80px;
width: 50px;
height: 50px;
}
#comments .commentlist > .comment > .children > .comment {
margin-left: 110px;
}
#comments .commentlist > .comment:last-child {
margin-bottom: -1px;
}
#comments .commentlist > .comment:last-child .stand_comment:last-child {
border-bottom: 0;
}
#comments .commentlist .comment_info {
padding-right: 90px;
}
#comments .commentlist .comment_info .meta-wrapper {
margin-bottom: 0;
opacity: 1;
line-height: 24px;
background: none;
}
#comments .commentlist .comment_info .meta-wrapper * {
font-size: 13px;
text-transform: uppercase;
line-height: 1;
vertical-align: unset;
font-weight: 700;
}
#comments .commentlist .comment_info .meta-wrapper > span {
text-transform: capitalize;
margin-right: 5px;
color: #aeb6c2;
}
#comments .commentlist .comment_info .meta-wrapper .comment-edit-link {
transition: color 0.3s ease;
}
#comments .commentlist .comment_info .meta-wrapper .comment-edit-link span {
transition: 0s;
}
#comments .commentlist .comment_info .meta-wrapper .comment-edit-link:hover {
color: #232323;
}
#comments .commentlist .comment_author_says {
font-size: 18px;
line-height: 18px;
padding-top: 0;
margin-bottom: 2px;
}
#comments .commentlist .comment_author_says a {
font-weight: inherit;
font-size: inherit;
}
#comments .commentlist .comment_content {
margin-top: 3px;
font-weight: 400;
line-height: 30px;
font-size: 16px;
}
#comments .commentlist .comment_content p {
margin-bottom: 0;
padding-bottom: 5px;
}
#comments .commentlist .comment_content h1, #comments .commentlist .comment_content h2, #comments .commentlist .comment_content h3, #comments .commentlist .comment_content h4, #comments .commentlist .comment_content h5, #comments .commentlist .comment_content h6 {
margin-bottom: 8px;
}
#comments .comment-reply-link {
display: inline-block;
vertical-align: middle;
font-size: 0.875em;
box-sizing: border-box;
transition: all 0.3s ease;
position: absolute;
right: 0;
top: 2px;
line-height: 20px;
padding: 0;
text-transform: capitalize;
}
#comments #cancel-comment-reply-link {
font-weight: 300;
opacity: 0.8;
text-transform: capitalize;
}
#comments small #cancel-comment-reply-link {
font-size: 18px;
margin-left: 10px;
}
#comments ol.commentlist > li:first-child > .stand_comment {
padding-top: 0;
}
.comments-title {
margin-bottom: 28px;
}
body .comment-respond .comment-reply-title {
position: relative;
font-size: 36px;
line-height: 42px;
margin-bottom: -6px;
}
body .comment-respond .comment-form {
margin: 0 -10px;
}
body .comment-respond .comment-form [class*=wgl_col-],
body .comment-respond .comment-form > p {
position: relative;
padding-left: 10px;
padding-right: 10px;
}
body .comment-respond .comment-form [class*=wgl_col-].logged-in-as,
body .comment-respond .comment-form > p.logged-in-as {
margin-bottom: 25px;
}
body .comment-respond label {
margin: 0;
}
body .comment-respond .form_field {
width: 100%;
margin-bottom: 20px !important;
}
body .comment-respond textarea.form_field {
resize: none;
margin-bottom: 20px !important;
}
body .comment-form-cookies-consent {
clear: both;
}
body .comment-form-cookies-consent > * {
display: inline-block;
}
body .comment-form-cookies-consent > input {
margin-right: 7px;
margin-left: 0;
}
body .comment-form-cookies-consent > label {
display: inline;
font-size: 14px;
vertical-align: middle;
margin-top: -5px;
}
.wp-block-latest-comments > li {
padding-left: 0;
}
.wp-block-latest-comments > li:before {
display: none;
} .wpcf7-form-control-wrap {
display: block;
margin-bottom: 20px;
}
.wpcf7 .wpcf7-response-output {
margin: 0;
}
.wpcf7 input:not([type=submit]),
.wpcf7 select,
.wpcf7 textarea {
width: 100%;
}
.wpcf7 input:not([type=submit])::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
color: #79859c !important;
}
.wpcf7 select {
color: #79859c;
}
.wpcf7-form .row {
margin-left: -10px;
margin-right: -10px;
}
.wpcf7-form .row [class*=wgl_col-] {
position: relative;
padding-left: 10px;
padding-right: 10px;
}
.wpcf7 .ajax-loader {
display: none !important;
}
.wpcf7-not-valid {
border-color: #ff0000;
}
.wpcf7-not-valid-tip {
padding-top: 5px;
}
.wpcf7 .form-icon {
position: absolute;
z-index: 1;
top: 9px;
right: 35px;
font-size: 14px;
color: #bababa;
}
.wpcf7 .wpcf7-submit {
margin-top: 0;
color: #ffffff;
}
.wpcf7 .wpcf7-submit:hover {
background: #fff;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
display: flex;
align-items: center;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
width: auto;
height: auto;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input + .wpcf7-list-item-label,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input + .wpcf7-list-item-label {
padding-left: 0.5em;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
-webkit-appearance: radio;
appearance: radio;
}
.wpb_text_column .wpcf7 .wpcf7-form-control-wrap {
display: block;
margin-bottom: 20px;
}
.sign_up {
display: flex;
justify-content: center;
margin-right: -20px;
}
.sign_up input[type=submit] {
margin-left: 20px;
height: 50px;
}
.sign_up input[type=email] {
width: 350px;
}
.sign_up .ajax-loader {
display: none;
} .footer .wpcf7 input:not([type=submit]) {
width: 100%;
height: 46px;
margin: unset;
border: unset;
border-bottom: 1px solid #d9d8d7;
padding: 0px 20px 0 33px;
font-size: 14px;
font-weight: 400;
color: inherit;
outline: unset;
background: transparent;
box-shadow: unset;
overflow: hidden;
}
.footer .wpcf7 input:not([type=submit])::placeholder {
color: #9a9a9a;
}
.footer .wpcf7 input:not([type=submit]):focus, .footer .wpcf7 input:not([type=submit]):active {
border-color: inherit;
background: transparent;
}
.footer .wpcf7 span[class*=email] {
position: relative;
}
.footer .wpcf7 span[class*=email]:after {
content: "\f137";
position: absolute;
top: 0;
left: 0;
font-family: flaticon;
font-size: 20px;
line-height: 42px;
color: #9a9a9a;
}
.footer .wpcf7 input[type=submit] {
background-color: #ffffff;
border: 1px solid;
}
.footer .wpcf7 input[type=submit]:hover {
color: #ffffff;
}  .cf7-inline .wpcf7 .wpcf7-form-control-wrap {
display: inline-block;
vertical-align: top;
margin-right: 10px;
}
.cf7-inline .wpcf7 input:not([type=submit]), .cf7-inline .wpcf7 .wpcf7 select, .cf7-inline .wpcf7 .wpcf7 textarea {
display: inline-block;
width: auto;
height: 60px;
border-color: #ebe9e5;
background: #ffffff;
}
.cf7-full-width-button .button__wrapper,
.cf7-full-width-button .wpcf7-submit {
display: block;
width: 100%;
}
.wpcf7 .choose-1 .wpcf7-form-control-wrap {
margin-bottom: 20px;
}
.wpcf7 .choose-1 select {
text-indent: 11px;
}
.wpcf7 .choose-1 .wpcf7-submit {
margin-top: 0;
width: 100%;
color: #ffffff;
}
.wpcf7 .choose-1 .wpcf7-submit:hover {
background: #ffffff;
}
.wpcf7 .choose-2 .wgl_col-5 {
width: 37%;
}
.wpcf7 .choose-2 .wgl_col-2 {
width: 24%;
}
.wpcf7 .choose-2 .wpcf7-submit {
margin-top: 0;
color: #ffffff;
}
.wpcf7 .choose-2 .wpcf7-submit:hover {
background: #ffffff;
}
.wpcf7 .choose-2 .wpcf7-form-control-wrap {
margin-bottom: 10px;
}
.wpcf7 .call_to_action_1.subscribe .wgl_col-5 {
width: 300px;
}
.wpcf7 .call_to_action_1.subscribe .wgl_col-2 {
width: 19.6025%;
min-width: 170px;
}
.wpcf7 .call_to_action_1.subscribe input:not([type=submit]), .wpcf7 .call_to_action_1.subscribe .wpcf7 select, .wpcf7 .call_to_action_1.subscribe .wpcf7 textarea {
font-size: 16px;
}
.wpcf7 .call_to_action_1 input:not([type=submit]), .wpcf7 .call_to_action_1 .wpcf7 select, .wpcf7 .call_to_action_1 .wpcf7 textarea {
background-color: transparent;
border-color: #4b4b4b;
height: 56px;
padding-bottom: 0;
color: #ffffff;
}
.wpcf7 .call_to_action_1 input:not([type=submit])::placeholder, .wpcf7 .call_to_action_1 .wpcf7 select::placeholder, .wpcf7 .call_to_action_1 .wpcf7 textarea::placeholder {
color: #ffffff !important;
}
.wpcf7 .call_to_action_1 input:not([type=submit]):focus, .wpcf7 .call_to_action_1 input:not([type=submit]):active, .wpcf7 .call_to_action_1 .wpcf7 select:focus, .wpcf7 .call_to_action_1 .wpcf7 select:active, .wpcf7 .call_to_action_1 .wpcf7 textarea:focus, .wpcf7 .call_to_action_1 .wpcf7 textarea:active {
background: transparent;
}
.wpcf7 .call_to_action_1 .wgl_col-5 {
width: 37.5%;
}
.wpcf7 .call_to_action_1 .wgl_col-2 {
width: 25%;
}
.wpcf7 .call_to_action_1 .wgl_col-2 .wpcf7-submit {
width: 100%;
color: #ffffff;
margin-top: 0;
} .wgl-carousel {
position: relative;
z-index: 1;
margin-left: -15px;
margin-right: -15px;
}
.wgl-carousel .slick-slider {
display: block;
-webkit-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden;
}
.wgl-carousel .slick-list {
position: relative;
z-index: 1;
display: block;
}
.wgl-carousel .slick-track {
position: relative;
z-index: 1;
}
.wgl-carousel .slick-track:after {
content: "";
display: table;
clear: both;
}
.wgl-carousel .slick-slide {
padding-left: 15px;
padding-right: 15px;
float: left;
height: 100%;
min-height: 1px;
cursor: pointer;
}
.wgl-carousel .slick-slide.dragging img {
pointer-events: none;
}
.wgl-carousel .slick-loading .slick-track,
.wgl-carousel .slick-loading .slick-slide {
visibility: hidden;
}
.wgl-carousel-wrapper,
.wgl-carousel_wrapper {
overflow: hidden;
} .wgl-pagination {
padding-bottom: 30px;
margin-top: 16px;
}
.wgl-pagination .page {
display: inline-block;
vertical-align: top;
margin: 0 5px;
padding: 0;
}
.wgl-pagination .page-numbers {
position: relative;
z-index: 1;
height: 34px;
width: 30px;
line-height: 34px;
font-size: 18px;
font-weight: 600;
display: block;
padding: 0;
text-align: center;
transition: 0.4s;
}
.wgl-pagination .page-numbers .fa {
font-size: 18px;
}
.wgl-pagination .page-numbers:after {
display: block;
height: 3px;
content: "";
width: 100%;
position: absolute;
bottom: 0;
left: 0;
background: #fcf9f4;
border-radius: 2px;
transition: 0.4s;
}
.wgl-pagination .page-numbers.next {
margin-left: 5px;
}
.wgl-pagination .page-numbers.prev {
margin-right: 5px;
}
.wgl-pagination .page-numbers.next, .wgl-pagination .page-numbers.prev {
width: 34px;
border-radius: 50%;
color: #fff;
}
.wgl-pagination .page-numbers.next:after, .wgl-pagination .page-numbers.prev:after {
display: none;
}
.wgl-pagination .page .current {
cursor: default;
}
.wgl-pagination .page:before, .wgl-pagination .page:after {
display: none;
}
.page-link {
clear: both;
}
.page-link .post-page-numbers {
position: relative;
z-index: 1;
height: 34px;
width: 30px;
line-height: 34px;
font-size: 18px;
font-weight: 600;
display: inline-block;
padding: 0;
text-align: center;
transition: 0.4s;
}
.page-link .post-page-numbers .fa {
font-size: 18px;
}
.page-link .post-page-numbers:after {
display: block;
height: 3px;
content: "";
width: 100%;
position: absolute;
bottom: 0;
left: 0;
background: #fcf9f4;
border-radius: 2px;
transition: 0.4s;
}
.page-link .post-page-numbers.next {
margin-left: 5px;
}
.page-link .post-page-numbers.prev {
margin-right: 5px;
}
.page-link .post-page-numbers.next, .page-link .post-page-numbers.prev {
width: 34px;
border-radius: 50%;
color: #fff;
}
.page-link .post-page-numbers.next:after, .page-link .post-page-numbers.prev:after {
display: none;
} .load_more_wrapper {
position: relative;
z-index: 1;
margin-top: 20px;
text-align: center;
}
.load_more_wrapper .button_wrapper:hover .load_more_item {
transform: translate(0);
}
.load_more_wrapper .button_wrapper {
display: inline-block;
position: relative;
margin-bottom: 20px;
}
.load_more_wrapper .load_more_item {
display: inline-block;
position: relative;
margin: 0;
border: 0;
border-radius: 30px;
padding: 13.5px 52px;
font-size: 18px;
font-weight: 400;
color: #ffffff;
text-transform: capitalize;
white-space: nowrap;
transition: 0.4s;
}
.load_more_wrapper .load_more_item:before {
content: "\f021";
display: inline-block;
position: absolute;
z-index: 99;
top: 50%;
left: 50%;
margin: -10px 0 0 -8px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 19px;
color: #fff;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
opacity: 0;
transition: all 0.4s, color 0s;
animation: rotating 2s linear infinite;
}
.load_more_wrapper .load_more_item span {
position: relative;
z-index: 1;
}
.load_more_wrapper .load_more_item:hover {
color: #fff !important;
}
.load_more_wrapper .load_more_item.loading:before {
color: inherit;
opacity: 1;
}
.load_more_wrapper .load_more_item.loading span {
opacity: 0;
}
.load_more_wrapper .load_more_item.blog_load_more {
margin-top: 10px;
}
.load_more_wrapper .load_more_item.full_width_btn .load_more_item {
width: 100%;
}
@keyframes rotating {
0% {
transform: rotate(0turn);
}
100% {
transform: rotate(1turn);
}
} #preloader-wrapper {
background-color: #fdfaf8;
z-index: 10000;
position: fixed;
width: 100%;
height: 100%;
}
.preloader-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.preloader-container .cssload-loader {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-left: -25px;
width: 50px;
height: 10px;
border-radius: 5px;
animation: css_loader 1.8s ease-in-out infinite;
}
.preloader-container .cssload-loader:before, .preloader-container .cssload-loader:after {
position: absolute;
display: block;
content: "";
animation: css_loader 1.8s ease-in-out infinite;
height: 10px;
border-radius: 5px;
}
.preloader-container .cssload-loader:before {
top: -20px;
left: 10px;
width: 40px;
}
.preloader-container .cssload-loader:after {
bottom: -20px;
width: 35px;
}
@keyframes css_loader {
0% {
transform: translateX(40px);
}
50% {
transform: translateX(-30px);
}
100% {
transform: translateX(40px);
}
} #scroll_up {
position: fixed;
z-index: 20;
right: 20px;
bottom: 20px;
width: 50px;
height: 50px;
line-height: 47px;
text-align: center;
border-radius: 50%;
opacity: 0;
cursor: pointer;
transform: translateX(130%);
transition: 0.4s;
}
#scroll_up:after {
content: "\f10a";
display: inline-block;
font-family: flaticon;
font-size: 13px;
}
#scroll_up:before {
content: "";
position: absolute;
top: -10px;
left: -10px;
height: calc(100% + 16px);
width: calc(100% + 16px);
border: 2px dashed currentColor;
border-radius: inherit;
animation: spin 7s linear infinite;
animation-play-state: paused;
}
@keyframes spin {
100% {
transform: rotateZ(-360deg);
}
}
#scroll_up.active {
opacity: 1;
transform: translateY(0);
}
#scroll_up:hover:after {
animation: scroll_up_anim 1.5s infinite;
}
#scroll_up:hover:before {
animation-play-state: running;
}
@keyframes scroll_up_anim {
0% {
transform: translateY(-3px);
}
50% {
transform: translateY(3px);
}
100% {
transform: translateY(-3px);
}
} body .wpml-ls a span:focus {
outline: none;
}
body li.wpml-ls-menu-item ul li a {
width: auto;
}
.wgl-theme-header [class^=position_right] .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
right: 0;
left: auto;
}
.sitepress_container > .wpml-ls {
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
}
.sitepress_container > .wpml-ls > ul, .sitepress_container > .wpml-ls > ul > li {
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
}
.sitepress_container > .wpml-ls > ul {
letter-spacing: 0.02em;
}
.sitepress_container > .wpml-ls > ul > li:before {
display: none;
}
.sitepress_container > .wpml-ls li a {
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
box-sizing: border-box;
}
.sitepress_container > .wpml-ls li a:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
.sitepress_container > .wpml-ls li a .wpml-ls-flag {
width: 20px;
height: 20px;
}
body .wpml-ls-legacy-dropdown {
width: auto;
text-align: center;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover {
background: none;
border: 0;
color: inherit !important;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
background: none;
border: 0;
color: inherit !important;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
border-top: 0;
padding: 24px 0;
margin-top: 0;
min-width: 200px;
box-sizing: border-box;
text-align: left;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in;
top: calc(100% + 15px);
box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
border-radius: 15px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
line-height: 30px;
padding: 6px 25px 6px 25px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before {
display: none;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
padding: 0;
width: 100%;
line-height: inherit;
position: relative;
transition: color 0.4s, opacity 0.4s, background 0.4s;
padding: 0 15px;
border-radius: 25px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover {
color: #fff !important;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span {
position: relative;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
content: "";
position: absolute;
z-index: -1;
top: -10px;
left: 0;
width: 100%;
height: 10px;
}
body .wpml-ls-legacy-dropdown a {
background: none;
border: 0;
color: inherit;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
padding: 5px 0;
line-height: 0;
}
body .wpml-ls-legacy-dropdown a:hover {
color: inherit;
background: none;
transition: 0s;
}
body .wpml-ls-legacy-dropdown a:active {
color: inherit;
background: none;
transition: 0s;
}
body .wpml-ls-legacy-dropdown a:visited {
color: inherit;
background: none;
transition: 0s;
}
body .wpml-ls-legacy-dropdown a:link {
color: inherit;
background: none;
transition: 0s;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
display: none;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span {
padding-right: 14px;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:after, body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:before {
position: absolute;
content: "";
z-index: 1;
background: currentColor;
margin-top: 1px;
vertical-align: middle;
display: inline-block;
border: 0;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:before {
width: 8px;
height: 2px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:after {
width: 2px;
height: 8px;
right: 3px;
top: 50%;
transform: translateY(-50%);
} .rev_slider .tp-caption a {
color: inherit;
transition: all 0.3s ease;
}
.rev_slider .tp-caption .littledino_module_social a {
line-height: 26px !important;
transition: all 0.3s ease !important;
}
.add_wave_rev_slider .rev_slider_wrapper > .rev_slider:before {
content: "";
display: block;
position: absolute;
z-index: 22;
bottom: 0;
width: 100%;
background: url(//wgl-dsites.net/littledino/wp-content/themes/littledino/img/wave_rev.svg);
height: 50%;
background-size: 100% 100%;
} .woo_product_post_media {
margin: 0;
}
ul.wgl-products,
.woocommerce .products ul.wgl-products {
padding: 0;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
margin-left: 0;
margin-right: -30px;
}
ul.wgl-products.animated_products li,
.woocommerce .products ul.wgl-products.animated_products li {
opacity: 0;
transform: translate3d(0, 20px, 0);
}
ul.wgl-products.animated_products li.visible_item,
.woocommerce .products ul.wgl-products.animated_products li.visible_item {
animation-fill-mode: both;
animation-duration: 0.3s;
animation-name: wgl_fadeInUp;
}
ul.wgl-products li,
.woocommerce .products ul.wgl-products li {
display: block;
margin: 0 30px 48px 0;
border: 2px dashed currentColor;
border-radius: 30px;
}
ul.wgl-products li, ul.wgl-products li:last-child,
.woocommerce .products ul.wgl-products li,
.woocommerce .products ul.wgl-products li:last-child {
padding: 0 0 39px;
}
ul.wgl-products li .woo_product_image,
ul.wgl-products li .woo_product_image *:not(.onsale),
.woocommerce .products ul.wgl-products li .woo_product_image,
.woocommerce .products ul.wgl-products li .woo_product_image *:not(.onsale) {
border-radius: 25px;
}
ul.wgl-products li:before,
.woocommerce .products ul.wgl-products li:before {
display: none;
}
ul.wgl-products li .picture,
.woocommerce .products ul.wgl-products li .picture {
position: relative;
overflow: hidden;
transition: 0.6s;
}
ul.wgl-products li .picture .woo_post-link,
.woocommerce .products ul.wgl-products li .picture .woo_post-link {
display: block;
position: relative;
padding: 10px;
overflow: hidden;
}
ul.wgl-products li .picture img,
.woocommerce .products ul.wgl-products li .picture img {
transition: filter 0.6s, opacity 0.7s, transform 0.6s;
}
ul.wgl-products li .picture img.attachment-shop_catalog,
.woocommerce .products ul.wgl-products li .picture img.attachment-shop_catalog {
position: absolute;
top: 0;
left: 0;
right: auto;
border-right: 35px;
padding: 10px;
pointer-events: none;
filter: blur(0);
opacity: 0;
transition: filter 0.6s, opacity 0.7s, transform 0.6s;
}
ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog,
.woocommerce .products ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog {
opacity: 1;
pointer-events: inherit;
}
ul.wgl-products li:hover .group_button-woo,
.woocommerce .products ul.wgl-products li:hover .group_button-woo {
bottom: -28px;
opacity: 1;
visibility: visible;
}
ul.wgl-products li:hover .group_button-woo > *,
.woocommerce .products ul.wgl-products li:hover .group_button-woo > * {
opacity: 1;
visibility: visible;
}
ul.wgl-products li.product-category > a,
.woocommerce .products ul.wgl-products li.product-category > a {
display: block;
position: relative;
padding: 10px 10px 0px 10px;
overflow: hidden;
}
ul.wgl-products .woocommerce-loop-category__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title {
text-align: center;
transition: all 0.4s;
}
ul.wgl-products .woocommerce-loop-category__title .count,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title .count {
background: transparent;
padding: 0;
}
ul.wgl-products .woocommerce-loop-product__title,
ul.wgl-products .woocommerce-loop-category__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title {
margin-top: 21px;
margin-bottom: 0;
font-size: 22px;
line-height: 22px;
}
ul.wgl-products .woocommerce-loop-product__title + .price,
ul.wgl-products .woocommerce-loop-category__title + .price,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title + .price,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title + .price {
display: block;
}
ul.wgl-products .woocommerce-loop-product__title a,
ul.wgl-products .woocommerce-loop-category__title a,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title a,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title a {
font-family: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}
ul.wgl-products .star-rating,
.woocommerce .products ul.wgl-products .star-rating {
float: none;
margin: 14px auto 10px;
letter-spacing: 5px;
width: 6.6em;
font-size: 12px;
line-height: 1;
}
ul.wgl-products .star-rating:before,
.woocommerce .products ul.wgl-products .star-rating:before {
content: "\f005\f005\f005\f005\f005";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ul.wgl-products .star-rating:last-child,
.woocommerce .products ul.wgl-products .star-rating:last-child {
float: none;
}
ul.wgl-products .price,
.woocommerce .products ul.wgl-products .price {
display: inline-block;
padding-top: 7px;
font-size: 20px;
line-height: 1.5;
}
ul.wgl-products .price del,
.woocommerce .products ul.wgl-products .price del {
margin-right: 9px;
color: #d5d5d5;
}
ul.wgl-products .price ins,
.woocommerce .products ul.wgl-products .price ins {
text-decoration: unset;
}
ul.wgl-products .products-post_wrapper .woo_product_content,
.woocommerce .products ul.wgl-products .products-post_wrapper .woo_product_content {
text-align: center;
}
ul.wgl-products .products-post_wrapper .group_button-woo,
.woocommerce .products ul.wgl-products .products-post_wrapper .group_button-woo {
display: flex;
position: absolute;
z-index: 2;
width: 100%;
bottom: -10px;
justify-content: center;
padding: 0;
opacity: 0;
visibility: hidden;
color: #ffffff;
transition: 0.4s;
}
ul.wgl-products .products-post_wrapper .group_button-woo > *,
.woocommerce .products ul.wgl-products .products-post_wrapper .group_button-woo > * {
margin: 0;
transition: 0.45s;
}
ul.wgl-products .products-post_wrapper .group_button-woo > *.clear,
.woocommerce .products ul.wgl-products .products-post_wrapper .group_button-woo > *.clear {
display: none;
margin: 0;
}
ul.wgl-products .products-post_wrapper .group_button-woo a,
.woocommerce .products ul.wgl-products .products-post_wrapper .group_button-woo a {
color: #b2b2b2;
}
ul.wgl-products .products-post_wrapper .add_to_cart-btn,
.woocommerce .products ul.wgl-products .products-post_wrapper .add_to_cart-btn {
position: relative;
min-width: 40%;
border-radius: 30px;
margin: 0 25px;
padding: 0;
line-height: 1;
text-align: center;
}
ul.wgl-products .products-post_wrapper .add_to_cart-btn:hover a.button,
ul.wgl-products .products-post_wrapper .add_to_cart-btn:hover a.add_to_cart_button,
ul.wgl-products .products-post_wrapper .add_to_cart-btn:hover .added_to_cart.wc-forward,
.woocommerce .products ul.wgl-products .products-post_wrapper .add_to_cart-btn:hover a.button,
.woocommerce .products ul.wgl-products .products-post_wrapper .add_to_cart-btn:hover a.add_to_cart_button,
.woocommerce .products ul.wgl-products .products-post_wrapper .add_to_cart-btn:hover .added_to_cart.wc-forward {
opacity: 1;
visibility: visible;
}
ul.wgl-products .products-post_wrapper a.button,
ul.wgl-products .products-post_wrapper a.add_to_cart_button,
ul.wgl-products .products-post_wrapper .added_to_cart.wc-forward,
.woocommerce .products ul.wgl-products .products-post_wrapper a.button,
.woocommerce .products ul.wgl-products .products-post_wrapper a.add_to_cart_button,
.woocommerce .products ul.wgl-products .products-post_wrapper .added_to_cart.wc-forward {
display: inline-block;
border-radius: inherit;
padding: 15.5px 24.2px;
font-size: 18px;
line-height: 1.4;
color: #ffffff;
}
ul.wgl-products .products-post_wrapper a.button:before,
ul.wgl-products .products-post_wrapper a.add_to_cart_button:before,
ul.wgl-products .products-post_wrapper .added_to_cart.wc-forward:before,
.woocommerce .products ul.wgl-products .products-post_wrapper a.button:before,
.woocommerce .products ul.wgl-products .products-post_wrapper a.add_to_cart_button:before,
.woocommerce .products ul.wgl-products .products-post_wrapper .added_to_cart.wc-forward:before {
content: "\f109";
display: inline-block;
padding-right: 10px;
font-family: flaticon;
font-size: 0.835em;
line-height: 1;
vertical-align: middle;
transition: 0.45s;
}
ul.wgl-products .products-post_wrapper a.button.added,
ul.wgl-products .products-post_wrapper button.button.added,
ul.wgl-products .products-post_wrapper input.button.added,
.woocommerce .products ul.wgl-products .products-post_wrapper a.button.added,
.woocommerce .products ul.wgl-products .products-post_wrapper button.button.added,
.woocommerce .products ul.wgl-products .products-post_wrapper input.button.added {
display: none;
}
ul.wgl-products .products-post_wrapper a.button.added:before,
ul.wgl-products .products-post_wrapper button.button.added:before,
ul.wgl-products .products-post_wrapper input.button.added:before,
.woocommerce .products ul.wgl-products .products-post_wrapper a.button.added:before,
.woocommerce .products ul.wgl-products .products-post_wrapper button.button.added:before,
.woocommerce .products ul.wgl-products .products-post_wrapper input.button.added:before {
display: none;
}
ul.wgl-products .products-post_wrapper a.button.added:after,
ul.wgl-products .products-post_wrapper button.button.added:after,
ul.wgl-products .products-post_wrapper input.button.added:after,
.woocommerce .products ul.wgl-products .products-post_wrapper a.button.added:after,
.woocommerce .products ul.wgl-products .products-post_wrapper button.button.added:after,
.woocommerce .products ul.wgl-products .products-post_wrapper input.button.added:after {
display: none;
}
ul.wgl-products .products-post_wrapper a.button.loading,
ul.wgl-products .products-post_wrapper button.button.loading,
ul.wgl-products .products-post_wrapper input.button.loading,
.woocommerce .products ul.wgl-products .products-post_wrapper a.button.loading,
.woocommerce .products ul.wgl-products .products-post_wrapper button.button.loading,
.woocommerce .products ul.wgl-products .products-post_wrapper input.button.loading {
padding: 28px 55px;
font-size: 0;
vertical-align: inherit;
opacity: 1;
visibility: visible;
transition: 0s;
}
ul.wgl-products .products-post_wrapper a.button.loading:after,
ul.wgl-products .products-post_wrapper button.button.loading:after,
ul.wgl-products .products-post_wrapper input.button.loading:after,
.woocommerce .products ul.wgl-products .products-post_wrapper a.button.loading:after,
.woocommerce .products ul.wgl-products .products-post_wrapper button.button.loading:after,
.woocommerce .products ul.wgl-products .products-post_wrapper input.button.loading:after {
content: "";
position: absolute;
top: calc(50% - 14px);
left: calc(50% - 14px);
width: 24px;
height: 24px;
border-radius: 50%;
border: 2px solid #fff;
border-top-color: #12265a;
padding: 0;
transform: initial;
animation: spinner_loading 0.9s linear infinite;
}
ul.wgl-products .products-post_wrapper a.button.loading:before,
ul.wgl-products .products-post_wrapper button.button.loading:before,
ul.wgl-products .products-post_wrapper input.button.loading:before,
.woocommerce .products ul.wgl-products .products-post_wrapper a.button.loading:before,
.woocommerce .products ul.wgl-products .products-post_wrapper button.button.loading:before,
.woocommerce .products ul.wgl-products .products-post_wrapper input.button.loading:before {
display: none;
}
.woocommerce span.onsale {
display: inline-block;
top: 18px;
left: 18px;
width: auto;
height: auto;
min-width: 40px;
min-height: auto;
border-radius: 30px;
padding: 0 9.38px;
font-size: 14px;
line-height: 1.75;
color: #ffffff;
text-transform: capitalize;
}
.woocommerce .woocommerce-product-rating .star-rating {
width: 6em;
margin: 0;
margin-right: 10px;
margin-left: 0;
font-size: 16px;
line-height: 1;
letter-spacing: 5px;
}
.woocommerce .woocommerce-product-rating .star-rating:before {
content: "\f005\f005\f005\f005\f005";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woocommerce .star-rating {
letter-spacing: 5px;
width: 6.6em;
font-size: 12px;
line-height: 1;
}
.woocommerce .star-rating:before {
content: "\f005\f005\f005\f005\f005";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woocommerce .star-rating span:before {
content: "\f005\f005\f005\f005\f005";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.columns-1 ul.wgl-products li {
width: calc(100% - 30px);
}
.columns-2 ul.wgl-products li {
width: calc(50% - 30px);
}
.columns-3 ul.wgl-products li {
width: calc(33.33333% - 30px);
}
.columns-4 ul.wgl-products li {
width: calc(25% - 30px);
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
display: inline;
width: 50%;
margin: 0 0 30px;
float: left;
font-size: 16px;
font-weight: 400;
color: #a5a5a5;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
display: inline;
width: 50%;
margin: 0 0 30px;
float: left;
text-align: right;
}
.woocommerce .woocommerce-ordering .select__field {
display: inline-block;
position: relative;
}
.woocommerce .woocommerce-ordering .select__field:before {
line-height: 52px;
}
.woocommerce .woocommerce-ordering select {
display: block;
float: right;
width: 270px;
max-width: 100%;
margin: unset;
border: unset;
outline: unset;
padding: 0 35px 0 20px;
font-family: inherit;
font-size: 16px;
line-height: 1.4;
font-weight: 400;
background-color: #fcf9f4;
-webkit-appearance: none;
-moz-appearance: none;
}
.wgl-products-catalog,
.wgl-products-related {
clear: both;
}
.wgl-products-catalog {
margin-top: 10px;
}
.woo_product_image {
display: flex;
justify-content: center;
}
.wgl-woocommerce-sorting {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.wgl-woocommerce-sorting:after {
content: "";
display: block;
height: 0;
clear: both;
}
.wgl-woocommerce-sorting .littledino_module_message_box {
width: 100%;
}
.wgl-woocommerce-sorting .littledino_module_message_box:before {
display: none;
}
.wgl-woocommerce-sorting .woocommerce-notices-wrapper {
flex: 1 1 100%;
}
@keyframes wgl_fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 40px, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes spinner_loading {
to {
transform: rotate(360deg);
}
}
@keyframes wgl_opacity_in {
from {
opacity: 0;
visibility: hidden;
}
to {
opacity: 1;
visibility: visible;
}
}
@keyframes wgl_flash_in_bottom {
from {
opacity: 0;
visibility: hidden;
transform: translateY(-20px);
}
to {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
} body.single-product .wgl-container.single_product {
margin-top: 55px;
}
.product .flex-control-nav li {
margin-left: 0;
padding: 0;
}
.product .flex-control-nav li:before {
display: none;
}
.product .flex-control-nav li img {
margin: 0 auto;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
width: 48%;
max-width: 540px;
margin-bottom: 2.5em;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
width: 49%;
}
.woocommerce.single div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .flex-viewport,
.woocommerce.single div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
border: 2px dashed currentColor;
border-radius: 30px;
}
.woocommerce.single div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
margin-bottom: 51px;
padding: 5px;
}
.woocommerce.single div.product .woocommerce-product-gallery .flex-viewport figure > div > a > img {
border-radius: 32px;
padding: 5px;
margin-bottom: 5px;
}
.woocommerce.single div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
border-radius: 25px;
}
.woocommerce.single div.product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
display: inline-block;
width: 25%;
}
.woocommerce.single div.product .woocommerce-product-gallery .flex-control-thumbs {
margin-top: 20px;
margin-bottom: 32px;
overflow: visible !important;
}
.woocommerce.single div.product .woocommerce-product-gallery .flex-control-thumbs:after {
content: "";
display: block;
height: 0;
clear: both;
}
.woocommerce.single div.product .woocommerce-product-gallery .flex-control-thumbs li {
float: left;
width: 120px;
margin-right: 20px;
margin-bottom: 20px;
list-style: none;
overflow: visible;
cursor: pointer;
}
.woocommerce.single div.product .woocommerce-product-gallery .flex-control-thumbs li:last-child {
margin-right: 0;
}
.woocommerce.single div.product .woocommerce-product-gallery .flex-control-thumbs img {
border: 2px solid #f4f4f4;
border-radius: 20px;
padding: 2px;
opacity: 0.5;
transition: 0.45s;
}
.woocommerce.single div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce.single div.product .woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1;
}
.woocommerce.single div.product .woocommerce-product-gallery img {
display: block;
}
.woocommerce.single div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: calc(33.3333% - 14px);
}
.woocommerce.single div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
margin-right: 0;
}
.woocommerce.single div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: calc(25% - 15px);
}
.woocommerce.single div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
margin-right: 0;
}
.woocommerce.single div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: calc(20% - 16px);
}
.woocommerce.single div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
margin-right: 0;
}
.woocommerce.single div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
position: absolute;
z-index: 99;
top: 30px;
right: 30px;
width: 45px;
height: 45px;
border-radius: 50%;
color: #ffffff;
text-decoration: none;
}
.woocommerce.single div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger:after {
top: 24px;
left: 27px;
background: #000;
transition: 0.4s;
}
.woocommerce.single div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger:before {
top: 14px;
left: 14px;
border: 2px solid #000;
transition: 0.4s;
}
.woocommerce.single div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger:hover {
color: #ffffff;
}
.woocommerce.single div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger:hover:after {
background: #ffffff;
}
.woocommerce.single div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger:hover:before {
border: 2px solid #ffffff;
}
.woocommerce.single div.product div.summary {
margin-bottom: 48px;
}
.woocommerce.single div.product div.summary .product_meta {
margin-top: 43px;
border-top-width: 1px;
border-bottom-width: 1px;
border-style: solid;
border-color: #e1e1e1;
padding-top: 26px;
padding-bottom: 29px;
}
.woocommerce.single div.product div.summary .product_meta > span {
display: block;
margin-bottom: 0;
font-size: 18px;
line-height: 39px;
}
.woocommerce.single div.product div.summary .product_meta > span:last-child {
margin-bottom: 0;
}
.woocommerce.single div.product div.summary .product_meta > span > * {
padding-left: 5px;
}
.woocommerce.single div.product div.summary form.cart {
margin-top: 45px;
margin-bottom: 25px !important;
padding-bottom: 18px;
}
.woocommerce.single div.product div.summary form.cart + .yith-wcwl-add-to-wishlist {
margin-top: -40px;
margin-bottom: 40px;
}
.woocommerce.single div.product div.summary .price {
margin-top: 12px;
margin-bottom: 15px;
font-size: 30px;
}
.woocommerce.single div.product div.summary .price .woocommerce-Price-currencySymbol {
margin-right: 5px;
}
.woocommerce.single div.product div.summary .price ins {
text-decoration: none;
}
.woocommerce.single div.product div.summary .woocommerce-product-rating {
margin-bottom: 0.7em;
}
.woocommerce.single div.product .woocommerce-product-rating {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.woocommerce.single div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: none;
}
.woocommerce.single div.product .product_title {
margin-top: -4px;
margin-bottom: 8px;
font-size: 48px;
line-height: 1;
}
@media all and (max-width: 380px) {
.woocommerce.single div.product .product_title {
font-size: 30px;
}
}
.woocommerce-review-link {
font-size: 16px;
}
.woocommerce div.product form.cart .variations tr {
border: 0;
border-bottom: 10px solid transparent;
}
.woocommerce div.product form.cart .variations th.label {
background-color: transparent;
padding: 0;
width: 130px;
line-height: 24px;
vertical-align: middle;
}
.woocommerce div.product form.cart .variations th.label label::after {
content: ":";
}
.woocommerce div.product form.cart .variations td.value {
max-width: 270px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
text-align: left;
line-height: 1;
padding: 0;
list-style: none;
background-color: transparent;
}
.woocommerce div.product form.cart .variations .select__field {
display: inline;
position: relative;
}
.woocommerce div.product form.cart .variations .select__field:before {
right: 15px;
line-height: 52px;
}
.woocommerce div.product form.cart .variations select {
display: inline-block;
height: 52px;
min-width: auto;
margin-right: 0;
padding: 0 30px;
border: unset;
border-radius: 52px;
background-color: #fcf9f4;
-webkit-appearance: none;
-moz-appearance: none;
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button {
margin-top: 20px;
}
.woocommerce div.product form.cart div.quantity {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-right: 20px;
margin-bottom: 20px;
background-color: white;
border-radius: 0;
}
.woocommerce div.product form.cart div.quantity label.label-qty {
display: none;
}
.woocommerce div.product form.cart .button__wrapper {
border-radius: 30px;
margin-bottom: 20px;
}
.woocommerce div.product form.cart .button {
position: relative;
height: auto;
min-height: 56px;
border: unset;
border-radius: 30px;
padding: 18.5px 41.45px;
font-size: 18px;
line-height: 1.3;
color: #ffffff;
text-transform: capitalize;
background: transparent;
letter-spacing: 0.5px;
transition: 0.45s;
}
.woocommerce div.product form.cart .group_table tr {
border: 0;
}
.woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
text-align: left;
}
.woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__price {
font-weight: 600;
}
.woocommerce div.product form.cart .group_table tr td {
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table tr td label {
margin-bottom: 0;
font-size: 18px;
}
.woocommerce .quantity-wrapper {
display: inline-block;
position: relative;
border: 1px solid #ebe9e5;
border-radius: 28px;
padding: 0 30px;
}
.woocommerce .quantity-wrapper .qty {
display: inline-block;
width: 48px;
height: 58px;
border: 0;
padding: 0;
font-size: 24px;
vertical-align: middle;
background: transparent;
}
.woocommerce .quantity-wrapper span {
cursor: pointer;
display: block;
position: absolute;
top: 0;
width: 39px;
height: 100%;
transition: transform 0.3s;
}
.woocommerce .quantity-wrapper span:before, .woocommerce .quantity-wrapper span:after {
content: "";
position: absolute;
display: block;
width: 12px;
height: 3px;
bottom: 29px;
background: currentColor;
transition: 0.5s;
}
.woocommerce .quantity-wrapper span.minus {
left: 0;
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
}
.woocommerce .quantity-wrapper span.minus:after {
right: 6px;
}
.woocommerce .quantity-wrapper span.minus:before {
content: unset;
}
.woocommerce .quantity-wrapper span.plus {
right: 0;
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
}
.woocommerce .quantity-wrapper span.plus:after, .woocommerce .quantity-wrapper span.plus:before {
left: 6px;
}
.woocommerce .quantity-wrapper span.plus:before {
transform: rotate(90deg);
}
.woocommerce .quantity-wrapper input[type=number] {
-webkit-appearance: textfield;
appearance: textfield;
}
.woocommerce .quantity-wrapper input[type=number]::-webkit-inner-spin-button, .woocommerce .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.woocommerce .quantity-wrapper .number-input {
border: 2px solid #ddd;
display: inline-flex;
}
.woocommerce .quantity-wrapper .number-input button {
position: relative;
width: 3rem;
height: 3rem;
margin: 0;
outline: none;
justify-content: center;
border: none;
-webkit-appearance: none;
background-color: transparent;
align-items: center;
cursor: pointer;
}
.woocommerce .quantity-wrapper .number-input button:before, .woocommerce .quantity-wrapper .number-input button:after {
content: "";
display: inline-block;
position: absolute;
width: 1rem;
height: 2px;
background-color: #212121;
transform: translate(-50%, -50%);
}
.woocommerce .quantity-wrapper .number-input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce .quantity-wrapper .number-input input[type=number] {
font-family: sans-serif;
max-width: 5rem;
padding: 0.5rem;
border: solid #ddd;
border-width: 0 2px;
font-size: 2rem;
height: 3rem;
font-weight: bold;
text-align: center;
}
.woocommerce del {
margin-right: 4px;
color: #d5d5d5;
}
.woocommerce del .woocommerce-Price-amount.amount {
color: inherit !important;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
display: block;
float: right;
position: relative;
margin-top: 4px;
margin-left: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment_author_says {
display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
display: block;
float: none;
position: static;
top: 0;
left: 0;
width: 100%;
height: auto;
margin: 0;
border: 0;
padding: 0;
box-shadow: none;
background: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment_content {
margin-top: 0;
}
.related,
.upsells.products {
margin-top: 0;
}
.related > h2,
.upsells.products > h2 {
position: relative;
z-index: 1;
margin-bottom: 36px;
padding-bottom: 0;
font-size: 38px;
line-height: 42px;
text-align: center;
text-transform: capitalize;
clear: both;
}
.related.products {
margin-top: 14px;
}
.pswp__caption .pswp__caption__center {
text-align: center;
}
.wishlist_table .product-price {
font-weight: 900;
font-size: 24px;
}
.wishlist_table .product-price ins {
text-decoration: unset;
}
.yith-wcwl-share ul li {
padding-left: 0;
margin: 0;
}
.yith-wcwl-share ul li::before {
display: none;
} .woocommerce ul#shipping_method .amount {
font-weight: 600;
font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
font-size: 16px;
font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
line-height: 36px;
vertical-align: top;
}
.woocommerce table.shop_table {
border: 0;
border-radius: 0;
margin: 0;
font-size: 18px;
border-collapse: collapse;
}
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
font-size: 24px;
}
@media (max-width: 767px) {
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
font-size: 18px;
}
}
.woocommerce table.shop_table.cart .button {
height: 56px;
padding: 10px 36.9px;
border: unset;
border-radius: 28px;
font-size: 18px;
line-height: 1.5;
letter-spacing: 0;
text-align: center;
}
.woocommerce table.shop_table td {
padding-top: 30px;
padding-bottom: 30px;
padding-left: 0;
padding-right: 0;
border: 0;
border-top: 1px solid #f7f7f7;
}
.woocommerce table.shop_table td.product-remove {
padding-left: 2px;
padding-right: 2px;
text-align: center;
}
.woocommerce table.shop_table td.product-name .product-quantity {
color: #d5d5d5;
opacity: 0.6;
}
.woocommerce table.shop_table td.product-quantity label.label-qty {
display: none;
}
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-thumbnail {
text-align: left;
}
.woocommerce table.shop_table td.product-thumbnail {
white-space: nowrap;
width: 12%;
padding-left: 10px;
}
.woocommerce table.shop_table td.product-name {
font-size: 24px;
}
@media (max-width: 767px) {
.woocommerce table.shop_table td.product-name {
font-size: 18px;
}
}
.woocommerce table.shop_table td.product-name a {
color: inherit;
}
.woocommerce table.shop_table tbody tr:first-child td {
border-top: 0;
}
.woocommerce table.shop_table tbody td.woocommerce-orders-table__cell-order-number {
padding-left: 20px;
}
.woocommerce table.shop_table thead tr {
border: 0;
}
.woocommerce table.shop_table thead th {
padding: 6px 0;
border: 0;
font-size: 24px;
line-height: 2;
color: #ffffff;
}
@media (max-width: 767px) {
.woocommerce table.shop_table thead th {
font-size: 18px;
}
}
.woocommerce table.shop_table thead th:first-child {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.woocommerce table.shop_table thead th:last-child {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
padding-right: 10px;
}
.woocommerce table.shop_table thead th.product-name {
padding-left: 10px;
text-align: left;
}
.woocommerce table.shop_table thead th.product-name:first-child {
padding-left: 40px;
}
@media (max-width: 767px) {
.woocommerce table.shop_table thead th.product-name:first-child {
padding-left: 25px;
}
}
.woocommerce table.shop_table thead th.woocommerce-orders-table__header-order-number:first-child {
padding-left: 20px;
}
.woocommerce table.shop_table tfoot tr th {
text-align: left;
padding-left: 20px;
border-top: 0;
}
.woocommerce table.shop_table th {
border: 0;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th {
font-size: 24px;
color: #ffffff;
}
@media (max-width: 1200px) {
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th {
font-size: 18px;
}
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
padding-left: 40px;
}
@media (max-width: 1200px) {
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
padding-left: 25px;
}
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody tr:last-child th, .woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody tr:last-child td {
padding-bottom: 35px;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th {
text-align: left;
padding-left: 40px;
border-top: 0;
}
@media (max-width: 1200px) {
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th {
padding-left: 25px;
}
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th, .woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr td {
border-top: 1px solid rgba(97, 97, 97, 0.1);
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table td {
border-top: 0;
}
.woocommerce-cart .cart-collaterals .button,
.woocommerce-checkout .cart-collaterals .button {
width: 100%;
}
.woocommerce ul#shipping_method li {
padding-left: 0;
margin: 0;
}
.woocommerce ul#shipping_method li input {
vertical-align: middle;
margin-top: 0;
}
.woocommerce ul#shipping_method li label {
font-size: 16px;
font-weight: 500;
}
.woocommerce ul#shipping_method li:before {
display: none;
}
.checkout.woocommerce-checkout #ship-to-different-address,
.checkout.woocommerce-checkout #ship-to-different-address span,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
font-size: 14px;
line-height: 24px;
font-weight: 500;
margin-bottom: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
margin-top: 11px;
}
.woocommerce-account main .woocommerce .col2-set {
width: 100%;
margin-right: 0;
}
.woocommerce-account main .woocommerce .col2-set > .col-1 {
width: 100%;
border-radius: 30px;
}
.woocommerce-account main .woocommerce .col2-set > .col-2 {
width: 100%;
border-radius: 30px;
}
@media only screen and (min-width: 992px) {
.woocommerce-account main .woocommerce .col2-set > .col-1 {
width: calc(50% - 30px);
float: left;
}
.woocommerce-account main .woocommerce .col2-set > .col-2 {
width: calc(50% - 30px);
float: right;
}
}
.woocommerce-account main .woocommerce .col2-set form.login,
.woocommerce-account main .woocommerce .col2-set form.register {
padding: 0;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
width: calc(100% - 370px - 30px);
margin-top: 60px;
}
@media only screen and (max-width: 768px) {
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
width: 100%;
}
}
.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2 {
font-size: 24px;
line-height: 1.3;
text-align: left;
padding-bottom: 31px;
}
.woocommerce .cart-collaterals .cross-sells .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
width: calc(50% - 30px);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.woocommerce .cart-collaterals .cross-sells .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
width: calc(100% - 30px);
}
}
@media only screen and (max-width: 600px) {
.woocommerce .cart-collaterals .cross-sells .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
width: 100%;
margin-right: 0;
}
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
float: right;
width: 370px;
max-width: 100%;
margin-top: 15px;
margin-bottom: 60px;
border: 0;
border-radius: 30px;
padding: 0;
background: #fcf9f4;
box-shadow: none;
}
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
margin-bottom: 0;
border: 0;
padding: 45px 37px 14px;
font-size: 30px;
line-height: 32px;
text-transform: capitalize;
}
.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
border: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr > *:first-child,
.woocommerce-page .cart-collaterals .cart_totals table tr > *:first-child {
padding-left: 37px;
}
.woocommerce .cart-collaterals .cart_totals table tr > *:last-child,
.woocommerce-page .cart-collaterals .cart_totals table tr > *:last-child {
padding-right: 37px;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
padding-bottom: 15px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
padding-bottom: 20px;
padding-top: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
font-weight: 700;
margin-left: 5px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
max-width: 232px;
margin-right: 0;
padding: 0;
margin-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row-wide,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row-wide {
max-width: unset;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .select2-container--default .select2-selection--single,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .select2-container--default .select2-selection--single {
max-width: 232px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button {
height: 50px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
font-size: 24px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th, .woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
padding-top: 30px;
padding-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td {
text-align: left;
padding: 4px 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
width: 1%;
border: 0;
font-size: 24px;
white-space: nowrap;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
padding-left: 10px;
font-size: 16px;
font-weight: 400;
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title=Shipping],
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title=Shipping] {
padding-top: 28px;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
font-size: 16px;
font-weight: 600;
text-align: right;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 270px;
height: 56px;
margin-right: 10px;
border: 0;
padding: 0 20px;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
background: #fcf9f4;
}
@media (max-width: 767px) {
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 100%;
}
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 80px;
min-width: 80px;
border: 2px dashed;
border-radius: 20px;
}
#add_payment_method table.cart img[src=""],
.woocommerce-cart table.cart img[src=""],
.woocommerce-checkout table.cart img[src=""] {
display: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background: #fff;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
content: "";
display: block;
position: absolute;
top: -0.75em;
left: 0;
margin: -1em 0 0 2em;
border: 1em solid #fff;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
padding: 12px 30px 30px;
}
#add_payment_method .wc-proceed-to-checkout .button__wrapper,
.woocommerce-cart .wc-proceed-to-checkout .button__wrapper,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper {
width: 100%;
}
#add_payment_method .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper .checkout-button {
border: 0 !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
font-size: 18px;
text-transform: capitalize;
margin-bottom: 0;
border: unset;
border-radius: 28px;
padding: 16.5px 25px;
line-height: 1.5;
letter-spacing: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
color: #ffffff;
}
#add_payment_method .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-calculator {
margin-left: -107px;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
margin-top: 0;
font-size: 14px;
color: #b3b3b3;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
display: none;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
margin: 0;
padding-bottom: 0;
padding-top: 24px;
border-radius: 0;
border: 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
border: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
border-radius: 0;
transition: 0.3s;
}
.woocommerce button.button {
padding: 0 25px;
border: unset;
border-radius: 28px;
font-size: 18px;
line-height: 1.5;
vertical-align: top;
letter-spacing: 0;
}
.woocommerce button.button, .woocommerce button.button:hover {
color: #ffffff;
}
.woocommerce form.login,
.woocommerce form.register {
padding: 40px 50px;
background: #fcf9f4;
border-radius: 30px;
border: unset;
}
.woocommerce form.checkout_coupon {
border-color: #ebe9e5;
border-radius: 20px;
}
.woocommerce form.checkout_coupon .form-row {
float: left;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
padding-left: 0;
padding-right: 5px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
padding-left: 5px;
padding-right: 0;
}
.woocommerce form.checkout_coupon .form-row button.button {
height: 45px;
line-height: 45px;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
height: 45px;
}
.woocommerce form .form-row textarea {
height: 120px;
min-height: 120px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
height: 56px;
border: unset;
border-radius: 28px;
padding: 10px 36.9px;
font-size: 18px;
line-height: 1.5;
color: #ffffff;
letter-spacing: 0;
text-transform: capitalize;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
height: 56px;
font-size: 18px;
line-height: 1.5;
padding: 10px 36.9px;
border: unset;
border-radius: 28px;
color: #ffffff;
letter-spacing: 0;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
color: #ffffff;
}
.woocommerce .cart button.button[name=update_cart]:hover {
color: #ffffff;
}
.woocommerce a.button {
padding: 12px 25px;
border-radius: 30px;
font-size: 18px;
line-height: 1.5;
color: #ffffff;
text-transform: capitalize;
} .woocommerce a.remove {
display: inline-block;
position: relative;
width: 10px;
height: 10px;
margin: 0;
border-radius: unset;
padding: 9px;
font: 0/0 serif;
line-height: inherit;
color: #d5d5d5 !important;
text-shadow: none;
background: transparent;
vertical-align: middle;
cursor: pointer;
}
.woocommerce a.remove:after {
content: "\f102";
position: absolute;
top: 4px;
left: 4px;
font-family: flaticon;
font-size: 10px;
line-height: 1;
transition: inherit;
}
.woocommerce a.remove:hover {
background: transparent !important;
color: rgba(0, 0, 0, 0.5) !important;
}
.woocommerce a.remove:hover:after {
color: #ff144b;
} .woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
font-size: 14px;
font-weight: 400;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
font-size: 14px;
font-weight: 400;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
padding: 0;
outline: none;
margin: 0;
width: 100%;
max-width: 100%;
display: block;
font-size: 14px;
font-weight: 400;
line-height: 1.7;
border-width: 0;
border-style: solid;
box-sizing: border-box;
font-family: inherit;
height: 40px;
border-width: 0;
border-style: solid;
border-color: #dddddd;
border-radius: 0;
background: transparent;
text-align: left;
-webkit-appearance: none;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 0;
height: 45px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-style: solid;
border-width: 0;
height: auto;
left: -15px;
margin-left: 0;
margin-top: 0;
position: absolute;
top: 50%;
width: auto;
transform: translateY(-50%);
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
content: "\f107";
font-family: FontAwesome;
font-size: 14px;
font-weight: 600;
margin-left: 5px;
vertical-align: middle;
display: inline-block;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
padding-left: 0;
padding-right: 0;
color: #767676;
}
body .select2-dropdown {
border-color: #e4e4e4;
border-radius: 0;
}
body .select2-dropdown ul li:before {
display: none;
}  .widget_shopping_cart.woocommerce .blockUI.blockOverlay,
.mini-cart.woocommerce .blockUI.blockOverlay {
background: transparent !important;
}  .checkout.woocommerce-checkout {
margin-top: 30px;
}
.checkout.woocommerce-checkout h3 {
margin-bottom: 0;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields > h3,
.checkout.woocommerce-checkout #order_review_heading {
margin-bottom: 30px;
}
.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
display: none;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
padding: 0 28px;
border-radius: 30px;
font-size: 18px;
line-height: 1.5;
border: unset;
}
.woocommerce #payment #place_order, .woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order,
.woocommerce-page #payment #place_order:hover {
color: #ffffff;
}
.woocommerce-error {
border-top: 0;
margin: 0;
padding: 0;
}
.woocommerce-error:before {
display: none;
}
.woocommerce-error li:before {
display: none !important;
}
.woocommerce .col2-set {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%;
}
.woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2,
.woocommerce .col2-set > [class^=col] {
width: 100%;
float: none;
margin-bottom: 30px;
padding: 40px 50px;
background: #fcf9f4;
}
@media (max-width: 767px) {
.woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2,
.woocommerce .col2-set > [class^=col] {
padding: 20px 30px;
}
}
.woocommerce .col2-set > .col-1 {
margin-bottom: 0;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
padding-bottom: 0;
}
.woocommerce .col2-set > .col-2 {
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.woocommerce .woocommerce-checkout > .col2-set {
margin-bottom: 70px;
}
.woocommerce #ship-to-different-address label > span {
font-size: 18px;
}
.woocommerce #order_review_heading, .woocommerce #order_review {
width: 47.8260869565%;
float: right;
margin-right: 0;
}
.woocommerce #order_review_heading {
margin: 0;
padding-top: 40px;
}
.woocommerce #order_review table.shop_table tbody tr:first-child td, .woocommerce #order_review table.shop_table tbody tr:first-child th,
.woocommerce .woocommerce-order-details table.shop_table tbody tr:first-child td,
.woocommerce .woocommerce-order-details table.shop_table tbody tr:first-child th {
padding-top: 35px;
}
.woocommerce #order_review table.shop_table tbody tr.cart_item td:first-child,
.woocommerce .woocommerce-order-details table.shop_table tbody tr.cart_item td:first-child {
padding-left: 40px;
}
@media (max-width: 1200px) {
.woocommerce #order_review table.shop_table tbody tr.cart_item td:first-child,
.woocommerce .woocommerce-order-details table.shop_table tbody tr.cart_item td:first-child {
padding-left: 25px;
}
}
.woocommerce #order_review table.shop_table tfoot tr:last-child td, .woocommerce #order_review table.shop_table tfoot tr:last-child th,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr:last-child td,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr:last-child th {
padding-bottom: 35px;
}
.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table tfoot th,
.woocommerce .woocommerce-order-details table.shop_table td,
.woocommerce .woocommerce-order-details table.shop_table tfoot th {
padding-top: 15px;
padding-bottom: 15px;
}
.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
margin-bottom: 0;
}
.woocommerce form .form-row .select2-container {
border: 1px solid #ebe9e5;
border-radius: 25px;
padding: 4px 20px;
background-color: #ffffff;
transition: border-radius 0.3s;
}
.woocommerce form .form-row .select2-container--open.select2-container--above {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.woocommerce form .form-row .select2-container--open.select2-container--below {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
@media (max-width: 1200px) {
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 100%;
}
}
.woocommerce-checkout #payment {
border-radius: 30px;
}
.woocommerce form .form-row .required {
text-decoration: none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
border-color: #fcf9f4;
background-color: #fcf9f4;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
padding: 2em 2.5em 0;
border-bottom: 0;
}
@media (max-width: 767px) {
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
padding: 20px 30px 0;
}
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
padding-top: 0;
line-height: 1.7;
padding-left: 0;
}
#add_payment_method #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-cart #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
background: transparent;
padding: 20px 0 10px;
margin-bottom: 20px;
border-radius: 0;
border: unset;
}
#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
display: none !important;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
padding: 1em 2.5em 2.5em;
}
@media (max-width: 767px) {
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
padding: 20px 30px 20px;
}
}
.woocommerce-billing-fields__field-wrapper {
margin-top: -6px;
}
.woocommerce form .form-row label {
margin-top: 6px;
margin-bottom: -6px;
padding-bottom: 7px;
}
.woocommerce div.product form.cart .reset_variations {
font-size: 0;
text-shadow: none;
color: transparent !important;
margin: 0 0 0 5px;
display: inline;
line-height: inherit;
}
.woocommerce div.product form.cart .reset_variations:before {
content: "\f0e2";
display: inline-block;
font-family: FontAwesome;
font-size: 16px;
color: #737373;
text-rendering: auto;
font-weight: initial;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
box-shadow: none;
}
.woocommerce-order-received ul.order_details li:before {
display: none;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
font-size: 40px;
margin-bottom: 30px;
text-transform: capitalize;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
width: 100%;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
margin-bottom: 30px;
width: 100%;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column.col-1 {
float: left;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column.col-2 {
float: right;
}
@media only screen and (min-width: 768px) {
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
width: calc(50% - 15px);
}
}
.woocommerce-order-received .woocommerce-customer-details address {
border: unset;
padding: 25px 30px;
background-color: #fff;
border-radius: 10px;
box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
margin-bottom: 18px;
margin-top: 0;
text-transform: capitalize;
}
.woocommerce .woocommerce-customer-details table.shop_table tbody tr td:first-child,
.woocommerce .woocommerce-order-details table.shop_table tbody tr td:first-child,
.woocommerce .woocommerce-order-downloads table.shop_table tbody tr td:first-child {
padding-left: 40px;
}
@media (max-width: 767px) {
.woocommerce .woocommerce-customer-details table.shop_table tbody tr td:first-child,
.woocommerce .woocommerce-order-details table.shop_table tbody tr td:first-child,
.woocommerce .woocommerce-order-downloads table.shop_table tbody tr td:first-child {
padding-left: 25px;
}
}
.woocommerce .woocommerce-customer-details table.shop_table.woocommerce-table--order-details tfoot tr th,
.woocommerce .woocommerce-order-details table.shop_table.woocommerce-table--order-details tfoot tr th,
.woocommerce .woocommerce-order-downloads table.shop_table.woocommerce-table--order-details tfoot tr th {
font-size: 24px;
font-weight: 900;
padding-left: 40px;
border-top: 1px solid #f7f7f7;
}
@media (max-width: 767px) {
.woocommerce .woocommerce-customer-details table.shop_table.woocommerce-table--order-details tfoot tr th,
.woocommerce .woocommerce-order-details table.shop_table.woocommerce-table--order-details tfoot tr th,
.woocommerce .woocommerce-order-downloads table.shop_table.woocommerce-table--order-details tfoot tr th {
padding-left: 25px;
font-size: 18px;
}
}
.woocommerce .woocommerce-customer-details table.shop_table.woocommerce-table--order-details tfoot tr td,
.woocommerce .woocommerce-order-details table.shop_table.woocommerce-table--order-details tfoot tr td,
.woocommerce .woocommerce-order-downloads table.shop_table.woocommerce-table--order-details tfoot tr td {
border-top: 1px solid #f7f7f7;
}
.woocommerce .woocommerce-customer-details .woocommerce-column--billing-address,
.woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address,
.woocommerce .woocommerce-order-details .woocommerce-column--billing-address,
.woocommerce .woocommerce-order-details .woocommerce-column--shipping-address,
.woocommerce .woocommerce-order-downloads .woocommerce-column--billing-address,
.woocommerce .woocommerce-order-downloads .woocommerce-column--shipping-address {
padding: 40px 50px;
border-radius: 30px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column--billing-address > address,
.woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address > address,
.woocommerce .woocommerce-order-details .woocommerce-column--billing-address > address,
.woocommerce .woocommerce-order-details .woocommerce-column--shipping-address > address,
.woocommerce .woocommerce-order-downloads .woocommerce-column--billing-address > address,
.woocommerce .woocommerce-order-downloads .woocommerce-column--shipping-address > address {
box-shadow: unset;
border-radius: 2px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-order-details .woocommerce-column__title,
.woocommerce .woocommerce-order-downloads .woocommerce-column__title {
font-size: 40px;
line-height: 1.25em;
} .littledino_module_message_box {
position: relative;
z-index: 0;
padding: 11px 9px 9px 71px;
border: 1px solid #ebe9e5;
border-radius: 20px;
background-color: #ffffff;
box-shadow: unset;
}
.littledino_module_message_box.closable {
padding-right: 53px;
}
.littledino_module_message_box .message_title {
margin-bottom: -1px;
font-size: 18px;
line-height: 1.25;
color: inherit;
}
.littledino_module_message_box .message_text {
font-size: 16px;
line-height: 1.45;
}
.littledino_module_message_box .message_text li {
margin-bottom: 0;
}
.littledino_module_message_box .message_icon_wrap {
position: absolute;
z-index: 1;
top: -1px;
left: -1px;
width: 73px;
height: calc(100% + 2px);
border-radius: unset;
}
.littledino_module_message_box .message_icon {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
box-sizing: border-box;
text-align: center;
font-style: normal;
font-size: 32px;
line-height: 1;
}
.littledino_module_message_box .message_icon:before {
font-family: flaticon;
}
.littledino_module_message_box .message_close_button {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
width: 53px;
height: auto;
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
text-align: center;
font-size: 16px;
line-height: 1;
color: #d2d2d2;
cursor: pointer;
transition: 0.4s;
}
.littledino_module_message_box .message_close_button:before {
content: "\f102";
font-family: flaticon;
}
.littledino_module_message_box .message_close_button:hover {
color: #ff144b;
}
.littledino_module_message_box.type_info {
color: #45b3df;
}
.littledino_module_message_box.type_info .message_icon:before {
content: "\f105";
}
.littledino_module_message_box.type_info .message_close_button {
color: #45b3df;
}
.littledino_module_message_box.type_success {
color: #87d267;
}
.littledino_module_message_box.type_success .message_icon:before {
content: "\f10c";
}
.littledino_module_message_box.type_success .message_close_button {
color: #87d267;
}
.littledino_module_message_box.type_error {
color: #c10e0e;
}
.littledino_module_message_box.type_error .message_icon:before {
content: "\f107";
}
.littledino_module_message_box.type_error .woocommerce-error strong,
.littledino_module_message_box.type_error .message_close_button {
color: #c10e0e;
}
.littledino_module_message_box.type_warning {
color: #fad07b;
}
.littledino_module_message_box.type_warning .message_icon {
transform: rotate(0.5turn);
}
.littledino_module_message_box.type_warning .message_icon:before {
content: "\f105";
}
.littledino_module_message_box.type_warning .message_close_button {
color: #fad07b;
}
.littledino_module_message_box.type_custom .message_icon:before {
font-family: fontawesome;
}
.littledino_module_message_box:before {
content: unset;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
background-color: transparent;
}
.woocommerce-message a.button {
display: inline-block;
left: auto;
margin: 0 10px 0 0;
border: unset;
border-radius: 20px;
padding: 0 25px;
font-size: 14px;
line-height: 40px;
font-weight: bold;
text-decoration: none;
text-shadow: none;
text-align: center;
text-transform: capitalize;
box-shadow: none;
overflow: visible;
cursor: pointer;
transition: 0.4s;
}
.woocommerce-message a.button, .woocommerce-message a.button:hover {
color: #ffffff;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
color: #fff;
}
.woocommerce .littledino_module_message_box .message_text {
line-height: 40px;
}
.woocommerce-notices-wrapper {
margin-bottom: 20px;
}
.woocommerce-notices-wrapper:empty {
display: none;
}
.woocommerce .woocommerce-checkout .littledino_module_message_box {
margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .type_error .message_icon_wrap {
background: transparent;
}
.woocommerce .woocommerce-checkout .type_error .message_icon_wrap .message_icon {
color: #fd2231;
}
.woocommerce .woocommerce-checkout .type_error .message_close_button {
display: none;
}
p.cart-empty.woocommerce-info {
margin-bottom: 1em;
padding-left: 26px;
}
p.cart-empty.woocommerce-info:before {
display: none;
} .notifyjs-corner {
top: 120px !important;
}  .woocommerce nav.woocommerce-pagination {
margin-top: 6px;
padding-bottom: 30px;
text-align: left;
list-style: none;
}
.woocommerce nav.woocommerce-pagination ul {
display: block;
white-space: nowrap;
clear: both;
border: 0;
border-right: 0;
margin: 0;
text-align: center;
font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
display: inline-block;
vertical-align: top;
padding: 0;
border: 0;
margin: 0 5px;
float: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
display: block;
position: relative;
z-index: 1;
width: 30px;
height: 34px;
border: none;
font-size: 18px;
font-weight: 500;
line-height: 34px;
border-radius: 0;
padding: 0;
text-align: center;
box-sizing: content-box;
transition: 0.4s;
}
.woocommerce nav.woocommerce-pagination ul li span:after, .woocommerce nav.woocommerce-pagination ul li a:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
border-radius: 2px;
background: #fcf9f4;
transition: 0.4s;
}
.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:active, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:active {
background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
width: 34px;
border-radius: 50%;
color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li span.next:after, .woocommerce nav.woocommerce-pagination ul li span.prev:after, .woocommerce nav.woocommerce-pagination ul li a.next:after, .woocommerce nav.woocommerce-pagination ul li a.prev:after {
content: unset;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li:before {
display: none;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li span {
cursor: default;
} .woocommerce #review_form #respond {
margin-top: 50px;
margin-bottom: 50px;
border-radius: 30px;
padding: 38px 50px 50px;
background: #fcf9f4;
}
@media (max-width: 480px) {
.woocommerce #review_form #respond {
padding: 28px 30px 30px;
}
}
.woocommerce #review_form #respond p a {
margin-right: 9px;
color: #f9d322;
}
.woocommerce #review_form #respond form#commentform {
margin-left: -15px;
margin-right: -15px;
}
.woocommerce #review_form #respond form#commentform > p {
padding-left: 0;
padding-right: 0;
}
.woocommerce #review_form #respond form#commentform > p.comment-form-author, .woocommerce #review_form #respond form#commentform > p.comment-form-email {
width: 50%;
float: left;
margin-bottom: 16px;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce #review_form #respond form#commentform > p.comment-form-author input, .woocommerce #review_form #respond form#commentform > p.comment-form-email input {
position: relative;
width: 100%;
}
@media (max-width: 767px) {
.woocommerce #review_form #respond form#commentform > p.comment-form-author, .woocommerce #review_form #respond form#commentform > p.comment-form-email {
width: 100%;
}
}
.woocommerce #review_form #respond form#commentform > p.comment-notes {
margin-bottom: 20px;
}
.woocommerce #review_form #respond form#commentform > p textarea {
position: relative;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating,
.woocommerce #review_form #respond form#commentform .comment-notes,
.woocommerce #review_form #respond form#commentform .comment-form-comment,
.woocommerce #review_form #respond form#commentform .form-submit,
.woocommerce #review_form #respond form#commentform .comment-form-cookies-consent {
padding-left: 15px;
padding-right: 15px;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating {
margin-bottom: 11px;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars {
display: inline-block;
height: 1em;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars > span {
display: flex;
height: inherit;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars a {
margin-right: 0 !important;
padding-right: 1.5em;
vertical-align: baseline;
}
.woocommerce #review_form #respond form#commentform #comment {
height: 118px;
}
.woocommerce #review_form #respond form#commentform .form-submit {
margin-top: 20px;
}
.woocommerce #review_form #respond input#submit {
display: inline-block;
height: 60px;
min-width: 150px;
margin: 0;
border-radius: 30px;
outline: none;
padding: 15px 30px;
font-family: inherit;
font-size: 18px;
line-height: 28px;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
vertical-align: top;
-webkit-appearance: none;
transition: 0.4s;
} .woocommerce.single div.product .woocommerce-tabs {
text-align: center;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs {
display: inline-flex;
position: relative;
margin: 0;
border: 2px dashed currentColor;
border-radius: 30px;
padding: 0;
font-size: 0;
text-align: center;
overflow: visible;
}
@media (max-width: 767px) {
.woocommerce.single div.product .woocommerce-tabs ul.tabs {
flex-wrap: wrap;
width: 100%;
}
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li {
display: inline-block;
position: relative;
z-index: 0;
margin: 3px;
border: 0;
border-radius: inherit;
padding: 0;
text-align: center;
cursor: pointer;
background: transparent;
transition: 0.3s ease-in-out;
width: 100%;
}
@media (min-width: 768px) {
.woocommerce.single div.product .woocommerce-tabs ul.tabs li {
width: auto;
}
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
display: block;
position: relative;
min-width: 100px;
padding: 9px 15px;
font-size: 18px;
letter-spacing: 0;
text-decoration: none;
text-transform: capitalize;
box-shadow: none;
}
@media (min-width: 768px) {
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
padding: 9px 37px;
}
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:hover a {
color: #ffffff;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs:before {
content: unset;
}
.woocommerce.single div.product .woocommerce-tabs .panel {
margin-bottom: 24px;
padding: 38px 0 16px 0;
text-align: left;
}
.woocommerce.single div.product .woocommerce-tabs .panel > h2,
.woocommerce.single div.product .woocommerce-tabs .panel #comments > h2 {
display: none;
}
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
padding-left: 35px;
padding-right: 35px;
text-align: justify;
margin-bottom: 42px;
}
@media (max-width: 767px) {
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
padding-left: 0;
padding-right: 0;
}
}
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
padding-top: 38px;
margin-bottom: 24px;
}
.woocommerce.single div.product .woocommerce-tabs .panel #comments {
padding-top: 0;
margin-top: 0;
margin-bottom: 0;
}
.woocommerce.single div.product .woocommerce-tabs .panel #respond #commentform label {
display: inline;
font-weight: 500;
margin: 5px 0;
}
.woocommerce.single div.product .woocommerce-tabs .panel #respond #commentform label[for=wp-comment-cookies-consent] {
margin-top: 0;
}
.woocommerce.single div.product .woocommerce-tabs .panel #review_form form#commentform .comment-form-rating .stars {
line-height: 1.2em;
margin: 0 0 10px 20px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes {
border: 0;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr {
border: 0;
float: left;
width: 50%;
display: flex;
align-items: baseline;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:only-child {
width: 100%;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(2n) th {
padding-left: 60px;
}
@media (max-width: 767px) {
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr {
width: 100%;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr th {
padding-right: 0 !important;
padding-left: 0 !important;
}
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th {
display: flex;
flex: 1 1 auto;
align-items: baseline;
width: auto;
border: 0;
padding: 10px 0 10px 40px;
font-size: 16px;
font-weight: 600;
background: transparent;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th:after {
content: "";
flex: 1 1 auto;
border-top: 1px solid #e1e1e1;
margin-left: 30px;
min-width: 20px;
}
@media (max-width: 767px) {
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th:after {
margin-left: 15px;
}
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes td {
font-style: normal;
border: 0;
padding-left: 30px;
padding-right: 40px;
background: transparent;
}
@media (max-width: 767px) {
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes td {
padding-left: 15px;
}
}
.woocommerce.single div.product .woocommerce-tabs .comment-reply-title {
display: block;
font-size: 36px;
line-height: 1.3;
} .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
text-align: center;
}
.woocommerce .products .star-rating {
margin: 5px auto 10px;
}
.woocommerce .star-rating span:before {
color: #f9d322;
}
.product_list_widget .product-title {
font-size: 18px;
line-height: 24px;
transition: color 0.3s;
}
.product_list_widget del {
margin-right: 14px;
color: #d5d5d5;
}
.product_list_widget del .woocommerce-Price-amount {
color: inherit !important;
}
.product_list_widget .woocommerce-Price-amount {
font-size: 18px;
margin-top: 8px;
margin-right: 4px;
}
.woocommerce div.product p.price del {
opacity: 1;
font-size: 16px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
margin-top: 16px;
margin-bottom: 20px;
padding: 0;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
margin-bottom: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
font-size: 18px;
line-height: 24px;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
margin-top: 4px;
margin-bottom: -2px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
float: left;
width: 80px;
margin-left: 0;
margin-right: 20px;
margin-top: 4px;
border-width: 2px;
border-style: dashed;
border-radius: 20px;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins {
text-decoration: none;
}
.woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:before {
display: none;
}
.woocommerce .widget_price_filter .widget-title {
margin-bottom: 22px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
top: calc(50% - 0.5em);
width: 1em;
height: 1em;
margin-left: -0.5em;
border-radius: 50%;
font-size: 17px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
content: "";
position: absolute;
top: 2px;
left: 2px;
width: calc(1em - 4px);
height: calc(1em - 4px);
border-radius: inherit;
background: #ffffff;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 7px;
margin: 31px 0 21px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
border: 0;
border-radius: 4px;
background: #e4e4e4;
}
.woocommerce .widget_price_filter .price_slider_amount {
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
margin-bottom: 0;
font-size: 16px;
line-height: 40px;
font-weight: 600;
text-transform: capitalize;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
display: inline-block;
left: auto;
height: auto;
margin: 0;
border: 0;
border-radius: 0;
padding: 0;
font-size: 18px;
line-height: 24px;
color: #fff;
text-decoration: none;
text-shadow: none;
box-shadow: none;
background: transparent;
cursor: pointer;
overflow: visible;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
font-size: 18px;
font-weight: 600;
}
.woocommerce .widget_price_filter .price_slider_amount span {
font-size: 16px;
}
.woocommerce .widget_price_filter .price_slider_amount span.from {
margin-left: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .clear {
display: none;
}
.woocommerce ul.cart_list li .quantity {
font-size: 18px;
color: #d5d5d5;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
padding-left: 0;
padding-right: 15px;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
display: inline-block;
left: auto;
right: 0;
font: 0/0 serif;
text-shadow: none;
margin: 0;
top: 4px;
background: transparent;
width: 10px;
height: 10px;
margin-top: 0;
vertical-align: middle;
cursor: pointer;
color: rgba(165, 165, 165, 0.5) !important;
transition: color 0.3s;
}
.woocommerce.widget_shopping_cart .cart_list li:before,
.woocommerce .widget_shopping_cart .cart_list li:before {
display: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
margin-bottom: 15px;
border: 0;
padding-top: 33px;
font-size: 24px;
text-align: center;
}
.woocommerce.widget_shopping_cart .total .woocommerce-Price-amount,
.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount {
margin-left: 5px;
font-weight: 700;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
font-size: 20px;
text-transform: capitalize;
font-weight: 500;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
display: inline-block;
left: auto;
margin: 0;
margin-bottom: 10px;
border: unset;
border-radius: 30px;
padding: 14.5px 25px;
font-size: 18px;
line-height: 1.5;
text-align: center;
text-decoration: none;
text-transform: capitalize;
text-shadow: none;
overflow: visible;
cursor: pointer;
box-shadow: none;
transition: 0.4s;
}
.woocommerce.widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a:hover,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a:hover {
color: #ffffff;
}
.woocommerce.widget_shopping_cart .buttons a:last-child,
.woocommerce .widget_shopping_cart .buttons a:last-child {
margin-bottom: 0;
margin-right: 0;
}
.woocommerce > .littledino_module_message_box {
margin-bottom: 20px;
}
.woocommerce-mini-cart__buttons.buttons .button__wrapper {
margin-bottom: 10px;
border-radius: 28px;
}
.woocommerce-mini-cart__buttons.buttons .button__wrapper a.button {
margin-bottom: 0;
}
.woocommerce-mini-cart__buttons.buttons .button__wrapper svg {
stroke: transparent;
}
.woocommerce-mini-cart__buttons.buttons .button__wrapper:hover svg {
stroke: #ffffff;
}
.woocommerce-mini-cart__buttons.buttons .button__wrapper,
.woocommerce-mini-cart__buttons.buttons a.button {
width: 100%;
} @media only screen and (max-width: 1200px) {
.woocommerce-mini-cart__buttons.buttons {
display: block;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
width: 100%;
}
}
@media only screen and (max-width: 1024px) {
.woocommerce .widget_shopping_cart .buttons .button__wrapper:first-child, .woocommerce.widget_shopping_cart .buttons .button__wrapper:first-child {
margin-right: 10px;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
margin-bottom: 0;
margin-right: 10px;
}
}
@media only screen and (max-width: 992px) {
.columns-4 ul.wgl-products li {
width: calc(50% - 30px);
}
.woocommerce ul.wgl-products .products-post_wrapper .group_button-woo {
bottom: -28px;
opacity: 1;
visibility: visible;
}
.woocommerce ul.wgl-products .products-post_wrapper .add_to_cart-btn {
margin: 0 10px;
}
}
@media only screen and (max-width: 768px) {
.wgl-products-wrapper ul.wgl-products li {
width: calc(50% - 30px);
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
width: 100%;
clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
margin-right: 0;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
border: 0;
}
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table tfoot tr th {
padding-left: 20px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color: transparent;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
display: block;
width: auto;
}
.woocommerce .col2-set {
width: 100%;
float: left;
margin-right: 0;
}
.woocommerce #order_review_heading,
.woocommerce #order_review {
width: 100%;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
width: auto;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
width: 100%;
}
#add_payment_method .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-calculator {
margin-left: 0;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
padding-left: 28px;
}
.woocommerce table.shop_table_responsive tr.woocommerce-orders-table__row--status-processing,
.woocommerce-page table.shop_table_responsive tr.woocommerce-orders-table__row--status-processing {
padding: 20px 30px;
margin-bottom: 30px;
border: 1px solid #f7f7f7;
}
.woocommerce table.shop_table_responsive tr.woocommerce-orders-table__row--status-processing td,
.woocommerce-page table.shop_table_responsive tr.woocommerce-orders-table__row--status-processing td {
padding: 10px 0;
border: unset;
}
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
font-size: 18px;
margin-right: 25px;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr {
position: relative;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr:not(:last-child),
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr:not(:last-child) {
padding: 20px 30px;
margin-bottom: 30px;
border: 1px solid #f7f7f7;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td {
border: unset;
background-color: #fff !important;
padding: 6px 0;
line-height: 32px;
font-size: 20px;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-thumbnail,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-thumbnail {
display: block;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-thumbnail:before,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-thumbnail:before {
display: none;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-name,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-name {
padding-top: 15px;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-quantity .quantity-wrapper .qty,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-quantity .quantity-wrapper .qty {
font-size: 16px;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-remove,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-remove {
position: absolute;
right: 27px;
top: 25px;
width: 30px;
height: 30px;
padding: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-remove a.remove:before,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-remove a.remove:before {
padding: 17px 12px;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td .woocommerce-Price-amount.amount,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td .woocommerce-Price-amount.amount {
font-size: 20px;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td .quantity-wrapper .qty,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td .quantity-wrapper .qty {
height: 35px;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td .quantity-wrapper span:before, .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td .quantity-wrapper span:after,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td .quantity-wrapper span:before,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td .quantity-wrapper span:after {
bottom: 16px;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.order-total td::before,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr.order-total td::before {
font-weight: 700;
}
.woocommerce table.cart td.actions .coupon .button__wrapper, .woocommerce #content table.cart td.actions .coupon .button__wrapper,
.woocommerce-page table.cart td.actions .coupon .button__wrapper,
.woocommerce-page #content table.cart td.actions .coupon .button__wrapper {
width: 100%;
}
.woocommerce table.cart td.actions .coupon .button__wrapper .input-text,
.woocommerce table.cart td.actions .coupon .button__wrapper .button,
.woocommerce table.cart td.actions .coupon .button__wrapper input, .woocommerce #content table.cart td.actions .coupon .button__wrapper .input-text,
.woocommerce #content table.cart td.actions .coupon .button__wrapper .button,
.woocommerce #content table.cart td.actions .coupon .button__wrapper input,
.woocommerce-page table.cart td.actions .coupon .button__wrapper .input-text,
.woocommerce-page table.cart td.actions .coupon .button__wrapper .button,
.woocommerce-page table.cart td.actions .coupon .button__wrapper input,
.woocommerce-page #content table.cart td.actions .coupon .button__wrapper .input-text,
.woocommerce-page #content table.cart td.actions .coupon .button__wrapper .button,
.woocommerce-page #content table.cart td.actions .coupon .button__wrapper input {
width: 100%;
}
.woocommerce table.cart td.actions .coupon .button__wrapper:last-child, .woocommerce #content table.cart td.actions .coupon .button__wrapper:last-child,
.woocommerce-page table.cart td.actions .coupon .button__wrapper:last-child,
.woocommerce-page #content table.cart td.actions .coupon .button__wrapper:last-child {
margin-top: 15px;
}
}
@media only screen and (max-width: 600px) {
.woocommerce form.checkout_coupon .form-row {
width: 100%;
}
ul.wgl-products li,
.woocommerce ul.wgl-products li {
width: 100%;
margin-right: 0;
}
ul.wgl-products,
.woocommerce ul.wgl-products {
margin-right: 0;
}
.wgl-woocommerce-sorting {
display: block;
}
.wgl-woocommerce-sorting p.woocommerce-result-count {
width: 100%;
margin: 0 0 20px 0;
text-align: right;
}
.wgl-woocommerce-sorting form.woocommerce-ordering {
width: 100%;
margin: 0 0 30px 0;
}
.woocommerce table.shop_attributes th {
width: auto;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
padding: 14px 20px;
}
.woocommerce .littledino_module_message_box .message_text {
display: flex;
flex-direction: column;
}
.woocommerce .littledino_module_message_box .message_text a {
width: max-content;
}
.woocommerce .littledino_module_message_box .message_text .button {
order: 1;
}
.woocommerce .widget_shopping_cart .buttons .button__wrapper, .woocommerce.widget_shopping_cart .buttons .button__wrapper {
display: block;
margin-right: 0;
}
.woocommerce table.cart td.actions .coupon .button__wrapper, .woocommerce #content table.cart td.actions .coupon .button__wrapper,
.woocommerce-page table.cart td.actions .coupon .button__wrapper,
.woocommerce-page #content table.cart td.actions .coupon .button__wrapper {
width: 100%;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 100%;
}
}
@media only screen and (max-width: 426px) {
.woocommerce .littledino_module_message_box .message_text {
line-height: inherit;
}
} body .footer .widget_categories a:after,
body .footer .widget_product_categories a:after {
background: #fff;
}
body .footer .widget.widget_rss ul li .rssSummary,
body .footer .widget_rss ul li cite,
body .footer .widget.widget_recent_comments ul li a,
body .footer .widget.widget_recent_comments ul li,
body .footer .widget_categories ul li .post_count,
body .footer .widget_categories ul li .count,
body .footer .widget_product_categories ul li .post_count,
body .footer .widget_product_categories ul li .count,
body .footer .widget_meta ul li .post_count,
body .footer .widget_meta ul li .count,
body .footer .widget_archive ul li .post_count,
body .footer .widget_archive ul li .count {
color: #fff;
}
body .footer .tagcloud a {
background: #fff;
}
body .footer .widget_comments > ul > li:before,
body .footer .widget_meta > ul > li:before,
body .footer .widget_archive > ul > li:before,
body .footer .widget_recent_comments > ul > li:before,
body .footer .widget_recent_entries > ul > li:before {
color: #fff;
}
body .footer .widget .widget-title .widget-title_wrapper,
body .footer .widget .widget-title .rsswidget {
color: inherit;
}
body .widget {
position: relative;
z-index: 1;
}
body .widget:not(:first-child) {
padding-top: 42px;
}
body .widget .widget-title {
margin-bottom: 25px;
position: relative;
text-align: center;
}
body .widget .widget-title .widget-title_wrapper {
font-size: 20px;
line-height: 1.6;
position: relative;
z-index: 1;
display: inline-block;
text-transform: uppercase;
}
body .widget .widget-title .rsswidget {
margin-right: 5px;
line-height: 0;
}
body .widget .widget-title .rsswidget img {
margin-top: 6px;
}
body .widget .widget-title .widget-title_inner {
display: inline;
margin: 0 -12px;
padding: 0 12px;
background-repeat: no-repeat;
background-size: 100% 0.55em;
background-position: 0% 80%;
}
body .widget .wp-caption {
font-size: 18px;
}
body .widget ul li {
font-size: 18px;
line-height: 36px;
margin-bottom: 0;
}
body .widget ul li a {
color: inherit;
transition: 0.3s;
}
body .widget ul li:before {
display: none;
}
body .widget > ul,
body .widget > div > ul {
padding-bottom: 0;
}
body .widget > #recentcomments {
margin-top: -11px;
margin-bottom: -15px;
}
body .widget > ul > li li,
body .widget > div > ul > li li {
padding-top: 10px;
padding-bottom: 0;
padding-left: 15px;
line-height: 30px;
}
body .widget > ul > li li:last-child,
body .widget > div > ul > li li:last-child {
padding-bottom: 10px;
}
body .widget > ul > li > ul ul li {
padding-left: 30px;
}
body .widget_archive > ul, body .widget_recent_entries > ul, body .widget_categories > ul, body .widget_product_categories > ul, body .widget_meta > ul {
margin-bottom: -15px;
}
body .widget_archive ul, body .widget_recent_entries ul, body .widget_categories ul, body .widget_product_categories ul, body .widget_meta ul {
margin-top: -11px;
}
body .widget_archive ul li:before, body .widget_recent_entries ul li:before, body .widget_categories ul li:before, body .widget_product_categories ul li:before, body .widget_meta ul li:before {
display: block;
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
position: absolute;
z-index: 1;
left: 2px;
top: 18px;
color: inherit;
}
body .widget_archive ul li ul li:last-child, body .widget_recent_entries ul li ul li:last-child, body .widget_categories ul li ul li:last-child, body .widget_product_categories ul li ul li:last-child, body .widget_meta ul li ul li:last-child {
border-bottom: 0;
}
body .widget_archive ul ul, body .widget_recent_entries ul ul, body .widget_categories ul ul, body .widget_product_categories ul ul, body .widget_meta ul ul {
margin-top: 0;
padding: 5px 0;
}
body .widget_archive ul ul a, body .widget_recent_entries ul ul a, body .widget_categories ul ul a, body .widget_product_categories ul ul a, body .widget_meta ul ul a {
font-size: 16px;
color: #939393;
padding: 0;
}
body .widget_archive ul ul li:before, body .widget_recent_entries ul ul li:before, body .widget_categories ul ul li:before, body .widget_product_categories ul ul li:before, body .widget_meta ul ul li:before {
top: 25px;
}
body .widget_archive ul ul li:after, body .widget_recent_entries ul ul li:after, body .widget_categories ul ul li:after, body .widget_product_categories ul ul li:after, body .widget_meta ul ul li:after {
display: none;
}
body .widget_archive > ul > li > ul, body .widget_recent_entries > ul > li > ul, body .widget_categories > ul > li > ul, body .widget_product_categories > ul > li > ul, body .widget_meta > ul > li > ul {
margin-top: -3px;
}
body .widget_archive > ul > li:last-child > ul, body .widget_recent_entries > ul > li:last-child > ul, body .widget_categories > ul > li:last-child > ul, body .widget_product_categories > ul > li:last-child > ul, body .widget_meta > ul > li:last-child > ul {
padding-bottom: 0;
margin-bottom: -8px;
}
body .widget_categories ul li li, body .widget_product_categories ul li li {
padding-top: 0;
line-height: 40px;
}
body .widget_categories ul li, body .widget_product_categories ul li, body .widget_meta ul li, body .widget_archive ul li {
padding-left: 0;
transition: all 0.3s ease;
display: flex;
align-items: center;
flex-wrap: wrap;
word-break: break-all;
}
body .widget_categories ul li img, body .widget_product_categories ul li img, body .widget_meta ul li img, body .widget_archive ul li img {
max-width: 40px;
margin-right: 15px;
vertical-align: middle;
margin-top: -4px;
}
body .widget_categories ul li .post_count, body .widget_categories ul li .count, body .widget_product_categories ul li .post_count, body .widget_product_categories ul li .count, body .widget_meta ul li .post_count, body .widget_meta ul li .count, body .widget_archive ul li .post_count, body .widget_archive ul li .count {
font-size: 15px;
margin-left: auto;
}
body .widget_categories ul li ul li .post_count, body .widget_categories ul li ul li .count, body .widget_product_categories ul li ul li .post_count, body .widget_product_categories ul li ul li .count, body .widget_meta ul li ul li .post_count, body .widget_meta ul li ul li .count, body .widget_archive ul li ul li .post_count, body .widget_archive ul li ul li .count {
top: 0;
}
body .widget_categories ul li ul li img, body .widget_product_categories ul li ul li img, body .widget_meta ul li ul li img, body .widget_archive ul li ul li img {
display: none;
}
body .widget_categories ul li:before, body .widget_product_categories ul li:before, body .widget_meta ul li:before, body .widget_archive ul li:before {
display: none;
}
body .widget_categories ul li ul li:last-child, body .widget_product_categories ul li ul li:last-child, body .widget_meta ul li ul li:last-child, body .widget_archive ul li ul li:last-child {
padding-bottom: 0;
}
body .widget_categories ul li ul li:after, body .widget_product_categories ul li ul li:after, body .widget_meta ul li ul li:after, body .widget_archive ul li ul li:after {
bottom: initial;
top: 0;
}
body .widget_categories a, body .widget_product_categories a, body .widget_meta a, body .widget_archive a {
text-transform: capitalize;
padding-right: 0;
display: inline-block;
font-size: 18px;
font-weight: 400;
padding: 2px 0;
position: relative;
flex: 0 0 auto;
}
body .widget_comments > ul > li:before, body .widget_meta > ul > li:before, body .widget_archive > ul > li:before, body .widget_recent_comments > ul > li:before, body .widget_recent_entries > ul > li:before {
content: "\f150";
position: relative;
z-index: 1;
font-family: "flaticon";
top: 0;
width: auto;
height: auto;
font-weight: 300;
font-size: 20px;
display: inline-block !important;
vertical-align: baseline;
background-color: transparent !important;
margin-right: 15px;
color: #939393;
}
body .widget_categories ul li, body .widget_product_categories ul li {
padding-left: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
word-break: break-all;
}
body .widget_categories ul li ul, body .widget_product_categories ul li ul {
flex: 1 1 100%;
padding-left: 18px;
}
body .widget_meta > ul > li:before {
content: "\f02c";
font-family: "fontawesome";
}
body .widget_archive > ul > li:before {
content: "\f125";
vertical-align: middle;
font-size: 14px;
margin-top: 0;
}
body .widget_recent_comments ul li {
padding: 0;
}
body .widget_recent_comments > ul > li:before {
content: "\f0e5";
font-family: fontawesome;
}
body .widget_recent_entries > ul > li:before {
content: "\f0c6";
font-size: 18px;
font-family: fontawesome;
margin-right: 10px;
}
body .widget_recent_entries ul li {
padding: 3px 0 3px 0;
}
body .widget_recent_entries ul li .post-date {
font-size: 0.8em;
float: right;
}
body .widget_recent_entries ul li:before {
display: none;
}
body .widget_recent_entries ul li:after {
content: "";
clear: both;
display: table;
}
body .widget_pages ul {
margin-top: -11px;
}
body .widget_pages ul ul {
margin-top: 0;
}
body .widget_pages ul li {
line-height: 40px;
}
body .widget_pages > ul > li > a:before {
position: absolute;
z-index: 1;
font-family: "flaticon";
left: 0;
width: auto;
height: auto;
font-weight: 400;
display: inline-block !important;
vertical-align: baseline;
background-color: transparent !important;
margin-right: 15px;
color: currentColor;
content: "\f114";
vertical-align: middle;
font-size: 14px;
margin-top: 0;
}
body .widget_rss .widget-title > a {
font-size: 20px;
line-height: 1.4;
text-align: center;
font-weight: 500;
margin-bottom: 12px;
padding-bottom: 12px;
position: relative;
text-transform: capitalize;
letter-spacing: 0.01em;
}
body .widget_rss .widget-title > a img {
display: none;
}
body .widget_rss ul li {
padding: 40px 0 0 0;
}
body .widget_rss ul li:first-child {
padding-top: 0;
}
body .widget_rss ul li .rsswidget {
font-size: 18px;
line-height: 28px;
display: inline-block;
}
body .widget_rss ul li .rss-date {
font-size: 16px;
display: block;
font-style: normal;
line-height: 1.5;
margin: 0 0 20px;
color: #aeb6c2;
}
body .widget_rss ul li .rssSummary {
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-bottom: 15px;
}
body .widget_rss ul li cite {
display: block;
position: relative;
margin-top: 0;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-transform: capitalize;
color: #7e7e7e;
}
body .widget_rss ul li cite:before {
content: "–";
margin-right: 5px;
}
body .widget .select__field:before {
line-height: 48px;
}
body .widget .select__field:before {
display: none;
}
body .widget select {
border-radius: 25px;
width: 100%;
height: 52px;
font-size: 16px;
}
body .widget select:focus, body .widget select:active {
border-color: #ebe9e5;
}
.wp-block-archives-dropdown {
display: inline-block;
position: relative;
}
.wp-block-archives-dropdown select {
border-radius: 25px;
height: 52px;
min-width: 270px;
font-size: 16px;
}
.wp-block-archives-dropdown select:focus, .wp-block-archives-dropdown select:active {
border-color: #d2d2d2;
}
ul.wp-block-archives.wp-block-archives-list li {
padding-left: 0;
margin-bottom: 0;
line-height: 36px;
}
ul.wp-block-archives.wp-block-archives-list li:before {
position: relative;
z-index: 1;
font-family: "flaticon";
top: 0;
width: auto;
height: auto;
font-weight: 300;
display: inline-block !important;
vertical-align: baseline;
background-color: transparent !important;
margin-right: 15px;
content: "\f125";
vertical-align: middle;
font-size: 14px;
margin-top: 0;
}
ul.wp-block-archives.wp-block-archives-list li a {
text-transform: capitalize;
padding-right: 0;
display: inline-block;
font-size: 18px;
font-weight: 400;
padding: 2px 0;
position: relative;
flex: 0 0 auto;
}
ul.wp-block-latest-posts li {
padding-left: 0;
margin-bottom: 10px;
line-height: 30px;
font-size: 18px;
}
ul.wp-block-latest-posts li:before {
content: "\f114";
position: relative;
z-index: 1;
font-family: "flaticon";
top: 0;
width: auto;
height: auto;
font-weight: 400;
font-size: 14px;
display: inline-block !important;
vertical-align: baseline;
background-color: transparent !important;
margin-right: 8px;
margin-top: 0;
}
ul.wp-block-latest-posts li a {
color: inherit;
}
ul.wp-block-categories.wp-block-categories-list li {
margin-bottom: 0;
line-height: 36px;
}
ul.wp-block-categories.wp-block-categories-list li:before {
display: none;
}
ul.wp-block-categories.wp-block-categories-list li a {
text-transform: capitalize;
padding-right: 0;
display: inline-block;
font-size: 18px;
font-weight: 400;
padding: 2px 0;
position: relative;
}
ul.wp-block-categories.wp-block-categories-list li a:after {
content: "";
display: block;
position: absolute;
height: 5px;
width: 5px;
top: 50%;
left: -18px;
margin-top: -2.5px;
transition: all 0.3s ease;
border-radius: 50%;
background: #323232;
}
ul.wp-block-categories.wp-block-categories-list li .post_count {
font-size: 15px;
font-weight: 400;
text-align: center;
box-sizing: border-box;
vertical-align: super;
display: inline-block;
margin-top: -30px;
transition: all 0.3s ease;
}
ul.wp-block-categories.wp-block-categories-list > li li {
line-height: 30px;
padding-left: 40px;
}
ul.wp-block-categories.wp-block-categories-list > li li a {
font-size: 16px;
}
ul.wp-block-categories.wp-block-categories-list ul {
padding: 5px 0;
} body .widget_search:not(:first-child),
body .widget_product_search:not(:first-child) {
padding-top: 30px;
}
body .widget_search .search-form, body .widget_search .woocommerce-product-search,
body .widget_product_search .search-form,
body .widget_product_search .woocommerce-product-search {
position: relative;
z-index: 1;
}
body .widget_search .search-form .search-field, body .widget_search .woocommerce-product-search .search-field,
body .widget_product_search .search-form .search-field,
body .widget_product_search .woocommerce-product-search .search-field {
width: 100%;
height: 50px;
padding: 0px 50px 0 24px;
border: 0;
outline: none;
font-weight: 400;
overflow: hidden;
margin-bottom: 0;
border-radius: 25px;
border: 0;
background: #fcf9f4;
}
body .widget_search .search-form .search-field::placeholder, body .widget_search .woocommerce-product-search .search-field::placeholder,
body .widget_product_search .search-form .search-field::placeholder,
body .widget_product_search .woocommerce-product-search .search-field::placeholder {
font-size: 16px;
font-weight: 400;
transition: all 0.5s;
}
body .widget_search .search-form .search-field:focus::placeholder, body .widget_search .woocommerce-product-search .search-field:focus::placeholder,
body .widget_product_search .search-form .search-field:focus::placeholder,
body .widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
opacity: 0;
}
body .widget_search .search-form .search-field:focus, body .widget_search .search-form .search-field :active, body .widget_search .woocommerce-product-search .search-field:focus, body .widget_search .woocommerce-product-search .search-field :active,
body .widget_product_search .search-form .search-field:focus,
body .widget_product_search .search-form .search-field :active,
body .widget_product_search .woocommerce-product-search .search-field:focus,
body .widget_product_search .woocommerce-product-search .search-field :active {
border-color: #d2d2d2;
}
body .widget_search .search-form .search-button,
body .widget_search .search-form button[type=submit], body .widget_search .search-form:after, body .widget_search .woocommerce-product-search .search-button,
body .widget_search .woocommerce-product-search button[type=submit], body .widget_search .woocommerce-product-search:after,
body .widget_product_search .search-form .search-button,
body .widget_product_search .search-form button[type=submit],
body .widget_product_search .search-form:after,
body .widget_product_search .woocommerce-product-search .search-button,
body .widget_product_search .woocommerce-product-search button[type=submit],
body .widget_product_search .woocommerce-product-search:after {
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 50px;
height: 50px;
font-size: 0;
text-align: center;
opacity: 0;
padding: 0;
margin: 0;
cursor: pointer;
}
body .widget_search .search-form .search-button, body .widget_search .woocommerce-product-search .search-button,
body .widget_product_search .search-form .search-button,
body .widget_product_search .woocommerce-product-search .search-button {
z-index: 2;
}
body .widget_search .search-form:after, body .widget_search .woocommerce-product-search:after,
body .widget_product_search .search-form:after,
body .widget_product_search .woocommerce-product-search:after {
content: "\f10d";
font-family: "Flaticon";
line-height: 40px;
font-size: 20px;
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
opacity: 1;
transition: all 0.4s;
right: 0;
color: #fff;
border-radius: 50%;
border: 5px solid #fff;
box-sizing: border-box;
} body .widget_wgl_posts .recent-posts-widget {
padding: 0;
margin-top: 18px;
}
body .widget_wgl_posts .recent-posts-widget li {
padding: 0;
line-height: inherit;
}
body .widget_wgl_posts .recent-posts-widget li img {
float: left;
max-width: 80px;
border-radius: 20px;
}
body .widget_wgl_posts .recent-posts-widget li:after {
content: "";
clear: both;
position: relative;
display: table;
height: 0;
}
body .widget_wgl_posts .recent-posts-widget li:not(:first-child) {
margin-top: 30px;
}
body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper {
overflow: hidden;
margin-right: 20px;
}
body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper,
body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
float: left;
}
body .widget_wgl_posts .recent-posts-widget .with_image .recent-posts-content_wrapper {
width: calc(100% - 100px);
}
body .widget_wgl_posts .recent-posts-widget .meta-wrapper span {
line-height: 1;
margin-top: 10px;
font-size: 14px;
color: #aeb6c2;
font-weight: 700;
text-transform: capitalize;
}
body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
width: calc(100% - 20px);
}
body .widget_wgl_posts .recent-posts-widget .post_title {
font-size: 16px;
line-height: 24px;
margin-top: 2px;
}
body .widget_wgl_posts .recent-posts-widget .counter_posts {
font-size: 16px;
font-weight: 500;
color: #fff;
width: 30px;
height: 30px;
line-height: 24px;
text-align: center;
border: 3px solid #fafafa;
display: inline-block;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
margin-left: -13px;
margin-top: -15px;
}
body .widget_postshero .with_image .recent-posts-content {
height: 240px;
position: relative;
}
body .widget_postshero .post_title {
font-size: 22px;
}
body .widget_postshero .post_title a:hover {
opacity: 0.8;
}
body .widget_postshero .meta-wrapper {
background: rgba(18, 19, 20, 0.4);
color: #ffffff;
font-size: 12px;
display: flex;
align-self: flex-start;
padding: 0 10px;
}
body .widget_postshero .post_cat a {
color: #ffffff;
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
padding: 3px 10px;
}
body .widget_postshero .post_cat a:hover {
background: rgba(18, 19, 20, 0.4);
}
body .widget_postshero .meta-data:before {
content: "\f148";
font-family: "Flaticon";
font-size: 12px;
display: inline-block;
border: 0;
vertical-align: middle;
margin-right: 7px;
color: #ffffff;
}
body .widget_postshero li {
padding: 0 !important;
line-height: inherit;
}
body .widget_postshero li:not(:last-child) {
margin-bottom: 30px;
}
body .widget_postshero li:after {
display: none;
}
body .widget_postshero li.with_image .recent-posts-content_wrapper {
position: absolute;
z-index: 1;
bottom: 0;
width: 100%;
height: 100%;
padding: 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
body .widget_postshero li.with_image .recent-posts-image_wrapper:before, body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.5s;
}
body .widget_postshero li.with_image .recent-posts-image_wrapper:before {
background: linear-gradient(to top, #000020 0, rgba(0, 0, 0, 0) 60%);
opacity: 0.4;
}
body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
background: #000020;
opacity: 0;
}
body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:before {
opacity: 0;
}
body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:after {
opacity: 0.4;
}
body .widget_postshero li.with_image .post_cat {
position: absolute;
z-index: 1;
top: 20px;
left: 20px;
line-height: 1;
}
body .widget_postshero li.with_image .post_title {
margin-bottom: 15px;
}
body .widget_postshero li.with_image .post_title a {
color: #ffffff;
font-weight: 500;
} .tagcloud {
font-size: 0;
line-height: 0;
margin-bottom: -10px;
}
.tagcloud a {
position: relative;
z-index: 1;
display: inline-block;
font-size: 14px !important;
line-height: 29px;
font-weight: 400;
margin-right: 10px;
margin-bottom: 10px;
padding: 0 16px;
border: 0;
transition: all 0.4s;
text-transform: lowercase;
border-radius: 15px;
background: #fcf9f4;
color: #6e6e6e;
}
.tagcloud a:hover {
color: #ffffff;
} body .widget_nav_menu .menu-main-container {
margin-top: -11px;
}
body .widget_nav_menu > div > ul > li > a:before, body .widget_nav_menu > div > ul > li > a:after {
position: absolute;
content: "";
z-index: 1;
background: currentColor !important;
}
body .widget_nav_menu > div > ul > li > a:before {
width: 9px;
height: 1px;
left: 0;
top: 17px;
}
body .widget_nav_menu > div > ul > li > a:after {
width: 1px;
height: 9px;
left: 4px;
top: 13px;
}
body .widget_nav_menu ul.menu li {
padding-left: 16px;
}
body .widget_nav_menu ul.menu > li > a {
display: block;
}
body .widget_nav_menu ul.menu .sub-menu > li:last-child:after {
display: none;
}
body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children {
padding-bottom: 0;
}
body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children > a {
display: block;
} .littledino_author-widget {
margin-bottom: 12px;
}
.author-widget_wrapper {
background-position: center;
background-repeat: no-repeat;
text-align: center;
position: relative;
padding: 0 20px 0;
background-size: cover;
}
.author-widget_wrapper .author-widget_social_wrapper {
position: absolute;
bottom: -34px;
right: -22px;
}
.author-widget_wrapper .author-widget_social_wrapper svg {
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -20px;
width: calc(100% + 40px);
}
.author-widget_wrapper .author-widget_social {
margin-top: 0;
position: relative;
display: inline-block;
text-align: center;
line-height: 95px;
}
.author-widget_img-wrapper {
margin-bottom: 0;
position: relative;
display: inline-block;
margin: 16px 25px 61px;
}
.author-widget_img-wrapper:after {
display: block;
content: "";
position: absolute;
content: "";
height: calc(100% + 26px);
width: calc(100% + 26px);
border: 2px dashed currentColor;
top: -15px;
left: -15px;
border-radius: 50%;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
z-index: -1;
}
.author-widget_title {
font-size: 24px;
line-height: 24px;
margin-bottom: 0;
}
.author-widget_text {
font-size: 16px;
line-height: 30px;
margin-bottom: 0;
margin-top: 7px;
font-weight: 400;
}
.author-widget_social a {
display: inline-block;
position: relative;
z-index: 1;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 13px;
text-align: center;
transition: 0.5s;
}
.author-widget_social a.fa-facebook {
color: #ffffff;
}
.author-widget_social a.fa-twitter {
color: #ffffff;
}
.author-widget_social a.fa-linkedin, .author-widget_social a.fa-linkedin-square {
color: #ffffff;
}
.author-widget_social a.fa-pinterest, .author-widget_social a.fa-pinterest-p {
color: #ffffff;
}
.author-widget_social a.fa-instagram {
color: #ffffff;
}
.author-widget_social a.fa-google {
color: #ffffff;
}
.author-widget_social a:hover {
transform: translateY(-5px);
}
.author-widget_social-link {
margin: 0 5px;
}
.author-widget_img_sign-wrapper {
text-align: center;
margin: 0 auto 13px;
} .textwidget p:last-child {
margin-bottom: 0;
} .widget.littledino_widget.littledino_banner-widget {
display: block;
max-width: 370px;
margin-top: 50px;
border-radius: 30px;
padding: 15px;
text-align: center;
background-size: cover;
background-position: center center;
position: relative;
}
.widget.littledino_widget.littledino_banner-widget .littledino_banner-widget-wrapper {
position: relative;
}
.widget.littledino_widget.littledino_banner-widget .banner-widget_img-wrapper {
display: block;
margin: 0 auto 30px;
text-align: center;
}
.widget.littledino_widget.littledino_banner-widget .banner-widget_text_sub {
font-size: 30px;
margin-bottom: 32px;
color: #ffffff;
line-height: 38px;
letter-spacing: -1px;
margin: 0 0 25px;
}
.widget.littledino_widget.littledino_banner-widget .banner-widget_text {
margin-bottom: 20px;
padding: 0 5px;
font-size: 26px;
line-height: 38px;
color: #ffffff;
letter-spacing: -1px;
}
.widget.littledino_widget.littledino_banner-widget .banner-widget_text_bg {
position: relative;
z-index: -1;
margin-top: -20px;
font-size: 60px;
font-weight: 900;
color: #fffefe;
text-transform: uppercase;
text-align: center;
}
.widget.littledino_widget.littledino_banner-widget .banner-widget_button {
display: inline-block;
padding: 13px 40px;
border-width: 0;
border-style: solid;
transition: all 0.45s ease;
font-size: 16px;
background: #fff;
border-radius: 30px;
}
.widget.littledino_widget.littledino_banner-widget .banner-widget_button:hover {
color: #fff;
}
.widget.littledino_widget.littledino_banner-widget .banner-widget_button:hover + svg {
stroke: #fff !important;
} body .widget_media_gallery .gallery, body .elementor-widget-wp-widget-media_gallery .gallery {
margin: -5px !important;
}
body .widget_media_gallery .gallery-item, body .elementor-widget-wp-widget-media_gallery .gallery-item {
margin: 0 !important;
}
body .widget_media_gallery .gallery-item .gallery-icon, body .elementor-widget-wp-widget-media_gallery .gallery-item .gallery-icon {
margin: 5px;
position: relative;
z-index: 1;
}
body .widget_media_gallery .gallery-item .gallery-icon > a, body .elementor-widget-wp-widget-media_gallery .gallery-item .gallery-icon > a {
display: inline-block;
position: relative;
}
body .widget_media_gallery .gallery-item .gallery-icon a:before, body .elementor-widget-wp-widget-media_gallery .gallery-item .gallery-icon a:before {
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
transition: opacity 0.4s;
background: #ffffff;
border-radius: 20px;
}
body .widget_media_gallery .gallery-item .gallery-icon a:hover:before, body .elementor-widget-wp-widget-media_gallery .gallery-item .gallery-icon a:hover:before {
opacity: 0.6;
}
body .widget_media_gallery .gallery-item img, body .elementor-widget-wp-widget-media_gallery .gallery-item img {
border: 0 !important;
border-radius: 20px;
}
body .widget_media_gallery .gallery .gallery-caption, body .elementor-widget-wp-widget-media_gallery .gallery .gallery-caption {
display: none;
} body .widget_calendar .calendar_wrap {
width: 100%;
max-width: 370px;
margin-bottom: 10px;
}
body .widget_calendar .calendar_wrap table td {
font-size: 14px;
padding: 4px 0px;
position: relative;
z-index: 1;
text-align: center;
font-weight: 500;
}
body .widget_calendar .calendar_wrap table td > a {
display: inline-block;
width: 100%;
height: 100%;
color: #ffffff;
}
body .widget_calendar .calendar_wrap table td#today {
color: #ffffff;
}
body .widget_calendar .calendar_wrap table tr {
border: 0;
}
body .widget_calendar .calendar_wrap table th {
padding: 5px 0px;
text-align: center;
}
body .widget_calendar .calendar_wrap table caption {
font-size: 18px;
padding: 7px;
color: #ffffff;
}
body .widget_calendar .calendar_wrap table tfoot {
display: none;
}
body .widget_calendar .calendar_wrap table td#today:before,
body .widget_calendar .calendar_wrap tbody td > a:before {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.footer .calendar_wrap tbody,
.footer .calendar_wrap td#today {
color: inherit;
} .wgl-accordion .wgl-accordion_header {
display: flex;
align-items: center;
font-size: 24px;
line-height: 1.5;
cursor: pointer;
transition: 0.4s;
}
.wgl-accordion .wgl-accordion_title {
order: 1;
font-size: inherit;
line-height: inherit;
color: inherit;
}
.wgl-accordion .wgl-accordion_content {
display: none;
font-size: 16px;
}
.wgl-accordion .wgl-accordion_content p:last-child {
margin-bottom: 0;
}
.wgl-accordion .wgl-accordion_panel .wgl-accordion_content {
font-weight: 400;
}
.wgl-accordion .wgl-accordion_icon {
position: relative;
z-index: 1;
margin-right: 25px;
border-width: 1px;
border-style: dashed;
border-color: currentColor;
transition: 0.4s;
}
.wgl-accordion .wgl-accordion_icon:before {
position: absolute;
top: calc(50% - 0.5em);
left: calc(50% - 0.45em);
transform-origin: 45% 50%;
transition: 0.5s ease-in-out, color 0s;
}
.wgl-accordion .wgl-accordion_icon.fa-chevron-right:before {
left: calc(50% - 0.3em);
}
.wgl-accordion .wgl-accordion_icon.fa-chevron-circle-right:before, .wgl-accordion .wgl-accordion_icon.fa-plus:before {
top: calc(50% - 0.5em);
left: calc(50% - 0.45em);
transform-origin: 50%;
}
.wgl-accordion .wgl-accordion_icon.fa-angle-double-right:before {
top: calc(50% - 0.55em);
left: calc(50% - 0.25em);
}
.wgl-accordion.icon-def .wgl-accordion_header .wgl-accordion_icon {
font-size: 20px;
line-height: 1;
}
.wgl-accordion.icon-def .wgl-accordion_header .wgl-accordion_icon:before {
content: "\f104";
font-family: flaticon;
font-style: normal;
}
.wgl-accordion.icon-def .wgl-accordion_header.active .wgl-accordion_icon, .wgl-accordion.icon-def .wgl-accordion_header:hover .wgl-accordion_icon, .wgl-accordion.icon-custom .wgl-accordion_header.active .wgl-accordion_icon, .wgl-accordion.icon-custom .wgl-accordion_header:hover .wgl-accordion_icon {
border-color: transparent;
}
.wgl-accordion.icon-def .wgl-accordion_header.active .wgl-accordion_icon:before, .wgl-accordion.icon-custom .wgl-accordion_header.active .wgl-accordion_icon:before {
transform: rotate(90deg);
} .wgl-button.elementor-button {
position: relative;
text-align: center;
}
.wgl-button.elementor-button .button-content-wrapper {
display: flex;
align-items: center;
justify-content: center;
float: none;
}
.wgl-button.elementor-button .align-icon-left {
flex-direction: row;
}
.wgl-button.elementor-button .align-icon-right {
flex-direction: row-reverse;
}
.wgl-button.elementor-button .wgl-icon i {
display: inline-block;
transition: all 0.4s, color 0s;
}
.wgl-button.elementor-button.size-xl {
border-radius: 28px;
padding: 21px 43.15px;
font-size: 18px;
}
.wgl-button.elementor-button.size-lg {
border-radius: 30px;
padding: 19px 38.15px;
font-size: 18px;
}
.wgl-button.elementor-button.size-md {
border-radius: 25px;
padding: 16.5px 35.5px;
font-size: 17px;
}
.wgl-button.elementor-button.size-sm {
border-radius: 23px;
padding: 15px 32.9px;
font-size: 16px;
}
.wgl-button.elementor-button.size-xs {
border-radius: 20px;
padding: 13px 30.66px;
font-size: 14px;
}
.wgl-button.elementor-button svg.inner-dashed-border {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
}
.wgl-button.elementor-button:hover .animated-dashes.inner-dashed-border {
animation-play-state: running;
}
.wgl-button.elementor-button:not([href]) {
cursor: default;
}
@media (max-width: 767px) {
.wgl-button.elementor-button .wgl-button-wrapper.elementor-icon-box-icon {
margin-bottom: 0;
}
} .wgl-double_heading {
display: flex;
flex-direction: column;
margin-bottom: 15px;
}
.wgl-double_heading .dbl-titles_wrapper {
line-height: 0;
}
.wgl-double_heading .dbl-title__wrap {
line-height: 0;
}
.wgl-double_heading .dbl-title__wrap > span {
display: inline;
margin: 0 -12px;
padding: 0 12px;
background-repeat: no-repeat;
background-size: 0% 0.521em;
background-position: 0% 74%;
transition: background-size 1.8s 0.7s;
}
.wgl-double_heading .dbl-title__wrap.appeared > span {
background-size: 100% 0.521em;
}
.wgl-double_heading .dbl-title__1, .wgl-double_heading .dbl-title__2, .wgl-double_heading .dbl-title__3 {
position: relative;
z-index: 1;
font-size: 48px;
line-height: 1.25;
font-weight: inherit;
}
.wgl-double_heading .dbl-subtitle {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.wgl-double_heading .dbl-subtitle span {
position: relative;
z-index: 1;
}
.wgl-double_heading .dbl-subtitle span:before, .wgl-double_heading .dbl-subtitle span:after {
content: "";
position: absolute;
z-index: 1;
width: 10px;
height: 3px;
border-radius: 2px;
top: 50%;
margin-top: -2px;
background-color: currentColor;
}
.wgl-double_heading .dbl-subtitle span:before {
left: -20px;
}
.wgl-double_heading .dbl-subtitle span:after {
right: -20px;
}
.wgl-double_heading.aleft .dbl-subtitle span:before {
opacity: 0;
}
.wgl-double_heading.aright .dbl-subtitle span:after {
opacity: 0;
}
.elementor-widget-wgl-double-headings.dbl-1st-inline .dbl-title__1 {
margin-right: 0;
padding-right: 0;
}
.elementor-widget-wgl-double-headings.dbl-2nd-inline .dbl-title__2 {
margin: 0;
padding: 0;
}
.elementor-widget-wgl-double-headings.dbl-3rd-inline .dbl-title__3 {
margin-left: 0;
padding-left: 0;
} .elementor-widget.elementor-widget-wgl-info-box.elementor-position-top .elementor-icon-box-icon {
margin-bottom: 5px;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-top .elementor-image-box-img {
margin-bottom: 20px;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-right .elementor-icon-box-icon {
margin-left: 5px;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-right .elementor-image-box-img {
margin-left: 20px;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-right.ib-align-left .wgl-infobox-icon_wrapper {
flex-grow: 1;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-right.ib-align-right .wgl-infobox-content_wrapper {
flex-grow: 1;
text-align: right;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-left .elementor-icon-box-icon {
margin-right: 5px;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-left .elementor-image-box-img {
margin-right: 20px;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-left.ib-align-left .wgl-infobox-content_wrapper {
flex-grow: 1;
}
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-left.ib-align-right .wgl-infobox-icon_wrapper {
flex-grow: 1;
justify-content: flex-end;
}
.elementor-widget.elementor-widget-wgl-info-box.ib-align-center .wgl-infobox_wrapper {
justify-content: center;
}
.elementor-widget.elementor-widget-wgl-info-box:hover svg.animated-dashes.inner-dashed-border {
animation-play-state: running;
}
.elementor-widget.wgl-hover_shift-yes {
padding-top: 20px;
transition: 0.5s;
}
.elementor-widget.wgl-hover_shift-yes:hover > .elementor-widget-container {
transform: translateY(-20px);
}
.elementor-widget.wgl-hover_shift-yes > .elementor-widget-container {
position: relative;
transition: 0.5s;
}
.elementor-widget .wgl-infobox {
transition: 0.5s;
}
.elementor-widget .wgl-infobox_title {
position: relative;
z-index: 1;
margin-bottom: 10px;
font-size: 28px;
line-height: 1.4;
word-break: break-word;
transition: 0.45s;
}
.elementor-widget .wgl-infobox-title_wrapper {
position: relative;
}
.elementor-widget .wgl-infobox_bg_title {
position: absolute;
top: 0;
left: -6px;
width: 100%;
font-size: 30px;
line-height: 1;
color: #f7f7f7;
-webkit-user-select: none;
user-select: none;
transition: 0.45s;
}
.elementor-widget .wgl-infobox_content {
font-size: 16px;
transition: 0.45s;
}
.elementor-widget .wgl-infobox_content a {
color: inherit;
}
.elementor-widget .wgl-infobox_content p:last-child {
margin-bottom: 0;
}
.elementor-widget .wgl-infobox-button_wrapper {
border-radius: inherit;
}
.elementor-widget .wgl-infobox_button {
position: relative;
line-height: 1;
cursor: default;
}
.elementor-widget .wgl-infobox_button[href] {
cursor: pointer;
}
.elementor-widget .wgl-infobox_button.read-more-icon i {
display: inline-block;
}
.elementor-widget .wgl-infobox_button.read-more-icon.corner-attached {
position: absolute;
bottom: 0;
display: inline-block;
}
.elementor-widget .wgl-infobox_button.read-more-icon.corner-attached.corner-position_right {
right: 0;
}
.elementor-widget .wgl-infobox_button.read-more-icon.corner-attached.corner-position_left {
left: 0;
}
.elementor-widget .wgl-infobox_button svg.btn-dashes {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
}
.elementor-widget .wgl-infobox_button:hover .btn_animated-dashes.btn-dashes {
animation-play-state: running;
}
.elementor-widget .wgl-infobox_item_link {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.elementor-widget .wgl-infobox .button-read-more {
padding-left: 0;
}
.elementor-widget .wgl-infobox .button-read-more:before, .elementor-widget .wgl-infobox .button-read-more:after {
display: none;
}
.elementor-widget .wgl-infobox .button-read-more i {
transition: all 0.3s ease-in-out, color 0s;
}
.elementor-widget .wgl-infobox svg.inner-dashed-border {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
}
.wgl-icon {
margin: 0;
transition: 0.4s;
}
.wgl-icon.icon_circle {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #ffffff;
border-radius: 40px;
}
.wgl-icon.icon_circle.icon_shadow {
box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19);
}
.wgl-icon.opacity_icon:hover {
opacity: 0.5;
}
a .wgl-icon {
cursor: pointer;
} .elementor-view-stacked .wgl-icon {
padding: 0.5em;
fill: #fff;
color: #fff;
background-color: #818a91;
}
.elementor-view-framed .wgl-icon {
padding: 0.5em;
color: #818a91;
border: 3px solid #818a91;
background-color: transparent;
}
.elementor-shape-circle .wgl-icon {
border-radius: 50%;
}  .wgl-testimonials .wgl-carousel {
margin: 0 -15px;
overflow: hidden;
}
.wgl-testimonials .wgl-carousel_wrapper {
margin-right: 2%;
}
.wgl-testimonials .wgl-carousel .slick-list {
overflow: visible;
}
.wgl-testimonials .wgl-carousel .testimonials__item-wrap {
margin: 0;
}
.wgl-testimonials {
display: flex;
flex-wrap: wrap;
position: relative;
margin-right: -2%;
}
.wgl-testimonials.hover_animation .testimonials__item-wrap {
padding-top: 20px;
}
.wgl-testimonials.hover_animation .testimonials__item-wrap:hover .testimonials__item {
transform: translateY(-20px);
}
.wgl-testimonials .testimonials__item-wrap {
margin-bottom: 30px;
margin-right: 2%;
transition: 0.4s;
}
.wgl-testimonials .testimonials__item {
position: relative;
padding: 35px 0 0;
border-radius: 15px;
transform: translate(0);
transition: inherit;
}
.wgl-testimonials .testimonials__content-wrap {
transition: inherit;
}
.wgl-testimonials .testimonials__quote {
position: relative;
z-index: 0;
font-size: 20px;
line-height: 1.8;
transition: inherit;
}
.wgl-testimonials .testimonials__meta-wrap {
display: flex;
align-items: center;
line-height: 1;
transition: inherit;
}
.wgl-testimonials .testimonials__name-wrap {
display: flex;
flex-direction: column;
transition: inherit;
}
.wgl-testimonials .testimonials__name {
font-size: 20px;
line-height: 1.2;
transition: inherit;
}
.wgl-testimonials .testimonials__name a {
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
}
.wgl-testimonials .testimonials__position {
display: inline-block;
font-size: 16px;
line-height: 1.2;
}
.wgl-testimonials.add_quote_icon .testimonials__quote:after {
content: "“";
display: inline-block;
position: absolute;
z-index: -1;
top: 16px;
left: 28px;
font-size: 150px;
line-height: 1;
text-align: center;
transition: inherit;
}
.wgl-testimonials.type-inline_top .testimonials__image {
margin-right: 15px;
}
.wgl-testimonials.type-inline_top .testimonials__quote {
margin-top: 20px;
}
.wgl-testimonials.type-inline_bottom .testimonials__item {
overflow: hidden;
margin-bottom: 30px;
background: #ffffff;
}
.wgl-testimonials.type-inline_bottom .testimonials__meta-wrap {
padding-left: 80px;
}
.wgl-testimonials.type-inline_bottom .testimonials__image {
padding-right: 20px;
}
.wgl-testimonials.type-inline_bottom .testimonials__content-wrap {
padding-bottom: 36px;
}
.wgl-testimonials.type-inline_bottom .quote_svg {
position: absolute;
top: calc(100% - 4px);
width: 30px;
transition: inherit;
}
.wgl-testimonials.type-inline_bottom.align-left .quote_svg {
left: 40px;
}
.wgl-testimonials.type-inline_bottom.align-right .quote_svg {
right: 40px;
transform: rotateY(0.5turn);
}
.wgl-testimonials.type-inline_bottom .wgl-carousel-wrapper {
overflow: unset;
}
.wgl-testimonials.type-author_top .testimonials__image {
margin-bottom: 25px;
}
.wgl-testimonials.type-author_top .testimonials__content-wrap {
margin-bottom: 21px;
}
.wgl-testimonials.type-author_bottom .testimonials__meta-wrap {
flex-direction: column;
padding-top: 47px;
}
.wgl-testimonials.type-author_bottom .testimonials__meta-wrap .testimonials__image {
margin-top: -18px;
margin-bottom: 28px;
}
.wgl-testimonials.type-author_bottom .wgl-carousel:not(.prev_next_pos_right) .wgl-carousel_slick {
margin-left: 72px;
margin-right: 72px;
}
.wgl-testimonials.type-author_bottom .wgl-carousel:not(.prev_next_pos_right) .wgl-carousel_slick .testimonials__item {
padding-left: 11%;
padding-right: 11%;
}
.wgl-testimonials.align-left {
text-align: left;
}
.wgl-testimonials.align-left.type-author_top .testimonials__meta-wrap {
justify-content: flex-start;
}
.wgl-testimonials.align-left.type-author_bottom .testimonials__meta-wrap {
align-items: flex-start;
}
.wgl-testimonials.align-left.type-inline_bottom .testimonials__meta-wrap {
justify-content: flex-start;
}
.wgl-testimonials.align-center {
text-align: center;
}
.wgl-testimonials.align-center.type-author_top .testimonials__meta-wrap, .wgl-testimonials.align-center.type-inline_bottom .testimonials__meta-wrap {
justify-content: center;
}
.wgl-testimonials.align-right {
text-align: right;
}
.wgl-testimonials.align-right.type-author_top .testimonials__meta-wrap {
justify-content: flex-end;
}
.wgl-testimonials.align-right.type-author_bottom .testimonials__meta-wrap {
align-items: flex-end;
}
.wgl-testimonials.align-right.type-inline_bottom .testimonials__meta-wrap {
justify-content: flex-end;
}
.wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow {
width: 58px;
height: 58px;
}
.wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow:after {
font-size: 40px;
line-height: 58px;
}
.wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow.slick-prev {
left: 20px;
transform: translate(0, -50%) rotate(0.5turn);
}
.wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow.slick-prev:after {
content: "\f134";
}
.wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow.slick-next {
right: 20px;
transform: translate(0, -50%);
}
.wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow.slick-next:after {
content: "\f134";
}
.wgl-testimonials .wgl-carousel:not(.prev_next_pos_right):hover .slick-prev {
transform: translate(-14px, -50%) rotate(0.5turn);
}
.wgl-testimonials .wgl-carousel:not(.prev_next_pos_right):hover .slick-next {
transform: translate(14px, -50%);
}
.wgl-testimonials.grid_col-1 .testimonials__item-wrap {
width: 100%;
}
.wgl-testimonials.grid_col-2 .testimonials__item-wrap {
width: 48%;
}
.wgl-testimonials.grid_col-3 .testimonials__item-wrap {
width: 31.33333%;
}
.wgl-testimonials.grid_col-4 .testimonials__item-wrap {
width: 23%;
}
.wgl-testimonials.grid_col-5 .testimonials__item-wrap {
width: 18%;
} .isotope-filter {
font-weight: 400;
font-size: 18px;
}
.isotope-filter a {
display: inline-block;
transition: all 0.5s;
position: relative;
line-height: 22px;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
margin-right: 20px;
padding: 12px 30px;
}
.isotope-filter a:after {
content: "";
display: block;
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
width: 100%;
height: 0;
transition: 0.35s;
}
.isotope-filter a .number_filter {
display: none;
position: absolute;
z-index: 1;
top: -15px;
right: -18px;
width: 26px;
height: 16px;
font-size: 11px;
line-height: 16px;
font-weight: 800;
color: #ffffff;
text-align: center;
transform: translateY(4px);
transition: 0.5s;
}
.isotope-filter a:last-child {
margin-right: 28px;
}
.isotope-filter a.active .number_filter {
transform: translateY(0);
}
.isotope-filter a.active:after {
height: 12px;
}
.isotope-filter a.empty {
display: none;
}
.isotope-filter.filter-center {
text-align: center;
}
.isotope-filter.filter-left {
text-align: left;
}
.isotope-filter.filter-right {
text-align: right;
}
.wgl_portfolio_list .wgl-pagination {
padding-top: 40px;
}
.row .wgl_portfolio_list .load_more_wrapper {
margin-top: 0;
}
.wgl-portfolio_wrapper + .wgl-pagination {
margin-top: 70px;
}
.isotope-filter + .wgl-portfolio-list_wrapper {
overflow: hidden;
}
.row .wgl-portfolio-list_item {
padding-left: 0;
padding-right: 0;
display: inline-block;
vertical-align: top;
}
.row .wgl-portfolio-list_item.slick-slide {
display: inline-block;
}
body.page .wgl-container:not(.single_portfolio) .wgl-portfolio_container:not(.no_gap) {
margin-right: -15px;
margin-left: -15px;
padding-bottom: 20px;
}
body.page .wgl-container:not(.single_portfolio) .wgl-portfolio_container:not(.no_gap) .slick-dots {
padding: 0 0 25px 0;
}
.wgl-portfolio-item_meta {
font-size: 14px;
font-weight: 600;
}
.wgl-portfolio-item_meta a,
.wgl-portfolio-item_meta span {
color: inherit;
}
.wgl-portfolio-item_meta .post_cats {
position: relative;
z-index: 1;
display: block;
line-height: 1.4;
transition: all 0.5s;
font-size: 13px;
font-weight: 400;
}
.wgl-portfolio-item_meta .post_cats a {
position: relative;
display: inline-block;
text-transform: uppercase;
}
.wgl-portfolio-item_meta .post_cats .delimiter-comma {
margin-left: 4px;
margin-right: 4px;
}
.wgl-portfolio-item_wrapper .overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
border-radius: 30px;
background-color: rgba(65, 65, 65, 0.65);
transition: 0.5s;
}
.wgl-portfolio-item_wrapper .portfolio_link {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 24px;
opacity: 0;
transition: 0.5s;
}
.wgl-portfolio-item_wrapper .portfolio_link-icon {
transition: 0.5s;
}
.wgl-portfolio-item_wrapper.gallery_type .portfolio_link {
justify-content: center;
align-items: center;
}
.wgl-portfolio-item_wrapper.gallery_type .wgl-portfolio-item_gallery-icon {
border-radius: 50%;
padding: 18px;
font-size: 54px;
line-height: 1;
color: #fff;
transition: 0.4s;
}
.wgl-portfolio-item_wrapper.gallery_type .wgl-portfolio-item_gallery-icon i {
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
width: 1em;
height: 1em;
} .wgl-portfolio-item_image {
border-radius: 30px;
} .wgl-portfolio-item_title .title {
font-size: 30px;
line-height: 1.2;
}
.wgl-portfolio-item_title span, .wgl-portfolio-item_title a {
color: inherit;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.under_image {
position: relative;
z-index: 1;
padding-bottom: 55px;
}
.under_image .wgl-portfolio-item_image {
position: relative;
overflow: hidden;
transition: 0.6s ease-in-out;
}
.under_image .wgl-portfolio-item_image img {
transform: translateY(0);
transition: 0.5s;
}
.under_image .wgl-portfolio-item_title .title {
font-size: 24px;
}
.under_image .wgl-portfolio-item_title .title:hover a {
opacity: 0.7;
}
.under_image .portfolio_link {
display: flex;
justify-content: center;
align-items: center;
}
.under_image .wgl-portfolio-item_meta {
margin-top: 10px;
margin-bottom: 12px;
}
.under_image .wgl-portfolio-item_meta .post_cats a:hover {
opacity: 0.7;
}
.under_image .post_cats {
color: #b3b3b3;
}
.under_image .wgl-portfolio-item_description {
position: absolute;
z-index: 3;
left: 35px;
bottom: 0;
width: calc(100% - 70px);
border-radius: 30px 30px 0 0;
padding: 25px 20px 10px;
background: #fff;
transition: 0.35s ease-out;
}
.under_image.h_align_right .wgl-portfolio-item_description {
text-align: right;
}
.under_image.h_align_center .wgl-portfolio-item_description {
text-align: center;
}
.under_image .wgl-portfolio-item_description:empty {
display: none;
}
.under_image:hover .wgl-portfolio-item_description {
bottom: 55px;
} .inside_image {
position: relative;
}
.inside_image .wgl-portfolio-item_image {
overflow: hidden;
}
.inside_image .wgl-portfolio-item_description {
position: absolute;
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 40px;
opacity: 0;
transition: all 0.5s;
overflow: hidden;
}
.inside_image .wgl-portfolio-item_meta {
position: relative;
z-index: 2;
margin-bottom: 15px;
color: #ffffff;
}
.inside_image .wgl-portfolio-item_meta .delimiter-comma {
opacity: 0.6;
}
.inside_image .wgl-portfolio-item_title {
position: relative;
z-index: 2;
margin-bottom: 7px;
}
.inside_image .wgl-portfolio-item_title .title {
color: #ffffff;
}
.inside_image .wgl-portfolio-item_title .title:hover, .inside_image .wgl-portfolio-item_title .title a:hover {
color: rgba(255, 255, 255, 0.8);
}
.inside_image .wgl-portfolio-item_meta a:hover {
color: rgba(255, 255, 255, 0.8);
}
.inside_image .wgl-portfolio-item_content {
position: relative;
z-index: 2;
color: #cccccc;
}
.inside_image .portfolio_link {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
transition: all 0.5s;
}
.inside_image .portfolio_link .portfolio_link-icon {
display: none;
}
.inside_image.zoom_in_animation .overlay {
top: 5%;
left: 5%;
width: calc(100% - 10%);
height: calc(100% - 10%);
transform: scale(0.7);
}
.inside_image.zoom_in_animation .wgl-portfolio-item_description {
transform: scale(0.9);
}
.inside_image.zoom_in_animation:hover .overlay,
.inside_image.zoom_in_animation:hover .wgl-portfolio-item_description {
transform: scale(1);
}
.inside_image.outline_animation .overlay:before {
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: 0.5s;
border-radius: 30px;
}
.inside_image.offset_animation {
z-index: 1;
}
.inside_image.offset_animation:before {
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
border: 2px dashed;
box-sizing: border-box;
border-radius: 30px;
background: #fff;
transition: 0.5s;
}
.inside_image.offset_animation .wgl-portfolio-item_offset {
position: relative;
z-index: 1;
transition: 0.5s;
}
.inside_image.offset_animation:hover {
z-index: 2;
}
.inside_image.offset_animation:hover .wgl-portfolio-item_offset {
transform: translate(20px, 20px);
}
.inside_image.sub_layer_animation .wgl-portfolio-item_description {
width: calc(100% - 50px);
height: auto;
left: 25px;
bottom: 25px;
top: initial;
border-radius: 30px;
align-items: flex-start;
padding: 26px 30px;
transform: translateY(10px);
text-align: left;
}
.inside_image.sub_layer_animation .wgl-portfolio-item_meta {
margin-bottom: 10px;
}
.inside_image.simple_animation .wgl-portfolio-item_meta {
position: absolute;
bottom: 0;
margin-bottom: 0;
left: 50%;
transform: translateX(-50%);
color: #ffffff;
padding: 6px 15px;
border-radius: 5px 5px 0 0;
background: rgba(255, 255, 255, 0.3);
}
.inside_image.simple_animation .post_cats a {
opacity: 1;
font-weight: 400;
}
.inside_image.simple_animation .wgl-portfolio-item_title {
margin: 0;
}
.inside_image.bordered_animation svg.inner-dashed-border {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
}
.inside_image.bordered_animation .inner-dashed-border {
opacity: 0;
visibility: hidden;
stroke: #fff;
}
.inside_image.bordered_animation:hover .inner-dashed-border {
z-index: 1;
opacity: 1;
visibility: visible;
}
.inside_image.bordered_animation:hover .inner-dashed-border.animated-dashes {
animation-play-state: running;
}
.inside_image:hover .wgl-portfolio-item_description,
.inside_image:hover .overlay,
.inside_image:hover .portfolio_link, .inside_image.always_info_animation .wgl-portfolio-item_description,
.inside_image.always_info_animation .overlay,
.inside_image.always_info_animation .portfolio_link {
opacity: 1;
}
.inside_image.always_info_animation:hover .wgl-portfolio-item_title,
.inside_image.always_info_animation:hover .wgl-portfolio-item_content,
.inside_image.always_info_animation:hover .wgl-portfolio-item_meta,
.inside_image.always_info_animation:hover .overlay {
opacity: 0;
visibility: hidden;
}
.inside_image.sub_layer_animation:hover .wgl-portfolio-item_description {
transform: translateY(0);
}
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev,
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next {
width: 70px;
height: 70px;
top: initial;
bottom: 0;
left: 50%;
right: initial;
background: transparent;
transition: 0s;
}
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:after,
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:after {
line-height: 70px;
transition: 0.4s;
}
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:before,
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 20px;
width: 1px;
height: 30px;
background: #dedede;
}
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev {
transform: translate(-70px, 0);
}
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:before {
top: 0;
width: 140px;
height: 70px;
border-radius: 0;
background: #ffffff;
box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next {
transform: translate(0, 0);
}
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:before {
top: 20px;
width: 1px;
height: 30px;
background: #dedede;
}
.wgl-portfolio_container .wgl-carousel.center_info .slick-current .wgl-portfolio-item_description,
.wgl-portfolio_container .wgl-carousel.center_info .slick-current .overlay,
.wgl-portfolio_container .wgl-carousel.center_info .slick-current .portfolio_link {
opacity: 1;
}
.wgl-portfolio_container .wgl-carousel .wgl-carousel_slick {
padding-bottom: 5px;
margin-bottom: 30px;
}
.wgl-portfolio_container.appear-animation .item .wgl-portfolio-item_wrapper {
opacity: 0;
}
.wgl-portfolio_container.appear-animation.anim-fade-in .animate .wgl-portfolio-item_wrapper {
animation: fade_in 0.9s ease forwards;
}
.wgl-portfolio_container.appear-animation.anim-slide-top .animate .wgl-portfolio-item_wrapper {
animation: slide_top 0.5s ease forwards;
transform: translateY(50px);
}
.wgl-portfolio_container.appear-animation.anim-slide-bottom .animate .wgl-portfolio-item_wrapper {
animation: slide_bottom 0.5s ease forwards;
transform: translateY(-50px);
}
.wgl-portfolio_container.appear-animation.anim-slide-left .animate .wgl-portfolio-item_wrapper {
animation: slide_left 0.5s ease forwards;
transform: translateX(50px);
}
.wgl-portfolio_container.appear-animation.anim-slide-right .animate .wgl-portfolio-item_wrapper {
animation: slide_right 0.5s ease forwards;
transform: translateX(-50px);
}
.wgl-portfolio_container.appear-animation.anim-zoom .animate .wgl-portfolio-item_wrapper {
animation: zoom_in 0.5s ease forwards;
transform: scale(0.5);
}
@keyframes fade_in {
100% {
opacity: 1;
}
}
@keyframes slide_top {
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slide_bottom {
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slide_left {
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slide_right {
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes zoom_in {
100% {
opacity: 1;
transform: scale(1);
}
} .wgl-portfolio-single_wrapper .wgl-portfolio-item_title_wrap:empty {
display: none;
}
.wgl-portfolio-single_wrapper.single_type-1 .wgl-portfolio-item_title_wrap {
margin-bottom: 30px;
}
.wgl-portfolio-single_wrapper.single_type-2 .wgl-portfolio-item_title_wrap {
margin-bottom: 2px;
}
.wgl-portfolio-single_wrapper.single_type-3, .wgl-portfolio-single_wrapper.single_type-4 {
margin-top: -40px;
}
.wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_title_wrap, .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_title_wrap {
color: #ffffff;
}
.wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_cats,
.wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_title, .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_cats,
.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_title {
color: inherit;
}
.wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_cats a,
.wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_meta, .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_cats a,
.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_meta {
color: inherit;
font-weight: 600;
}
.wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_title, .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_title {
font-size: 42px;
}
.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_info {
color: #ffffff;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 32px;
}
.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item-info_desc {
width: initial;
margin: 0 35px;
display: inline-block;
border-bottom: 0;
}
.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item-info_desc h5 {
color: inherit;
display: inline-block;
}
.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item-info_desc span {
display: inline-block;
}
.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_bg {
margin-bottom: 60px;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_bg {
position: relative;
z-index: 1;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 75px;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_bg:before {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #2f3441;
opacity: 0.3;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_title {
font-size: 42px;
line-height: 1.75;
letter-spacing: -0.5px;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_meta {
margin: 0;
text-transform: capitalize;
font-size: 16px;
display: inline-block;
font-weight: 800;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_meta > span {
vertical-align: middle;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_meta > span:after {
content: "";
margin-left: 9px;
margin-right: 9px;
width: 4px;
height: 4px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_meta > span:last-child:after {
display: none;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats {
vertical-align: middle;
display: inline-block;
line-height: 30px;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats a {
position: relative;
display: inline-block;
transition: 0.4s;
font-size: 16px;
text-transform: capitalize;
font-weight: 800;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats a:before {
content: "";
margin-left: 9px;
margin-right: 9px;
width: 4px;
height: 4px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
}
.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats:first-child a:first-child:before {
display: none;
}
.wgl-portfolio-single_item {
margin-bottom: 40px;
}
.wgl-portfolio-single_item .wgl-portfolio-item_image {
margin-bottom: 28px;
}
.wgl-portfolio-single_item .wgl-portfolio-item_image img {
border-radius: 30px;
}
.wgl-portfolio-single_item .wgl-portfolio-info_wrap {
margin-left: -15px;
margin-right: -15px;
}
.wgl-portfolio-single_item .wgl-portfolio-info_wrap:after {
content: "";
clear: both;
display: table;
}
.wgl-portfolio-single_item .single_post_info {
padding-bottom: 35px;
margin-bottom: 35px;
border-bottom: 1px solid #e1e1e1;
padding-top: 30px;
}
.wgl-portfolio-single_item .tags_likes_wrap .wgl-likes {
float: right;
line-height: 29px;
}
.wgl-portfolio-single_item .share_post-list-container {
margin-left: 19px;
}
.wgl-portfolio-single_item .tagcloud .tagcloud_desc {
font-size: 14px;
line-height: 30px;
vertical-align: top;
text-transform: uppercase;
color: #313131;
font-weight: 700;
margin-right: 20px;
}
.single_portfolio .related_portfolio {
margin-top: 95px;
margin-bottom: 26px;
}
.single_portfolio .related_portfolio .wgl-carousel {
margin: 0;
}
.single_portfolio .related_portfolio .littledino_module_title {
margin-bottom: 30px;
}
.single_portfolio #comments .comment-respond {
margin-top: 30px;
margin-bottom: 70px;
}
.wgl-portfolio-item_annotation_inner .wgl-portfolio-item-info_desc {
padding: 12px 0;
margin-bottom: 0;
}
.wgl-portfolio-item_annotation_inner .wgl-portfolio-item-info_desc:last-child {
border-bottom: 0;
}
.wgl-portfolio-item-info_desc {
width: 50%;
display: inline-block;
margin-bottom: 26px;
vertical-align: top;
}
.wgl-portfolio-item-info_desc h5 {
margin-right: 14px;
line-height: 30px;
font-size: 18px;
font-weight: 400;
}
.wgl-portfolio-item-info_desc span {
display: block;
font-size: 16px;
line-height: 30px;
}
.portfolio_info_item-download {
padding-bottom: 10px;
padding-top: 30px;
border-top: 1px solid #dfdfdf;
margin-top: 20px;
}
.portfolio_info_item-download .wgl_button_link {
margin-bottom: 0;
}
.wgl-portfolio-single_item .wgl-portfolio-item_annotation {
padding: 28px 20px 46px 46px;
margin-top: 8px;
border-radius: 30px;
background: #fcf9f4;
}
.wgl-portfolio-single_item .wgl-portfolio-item_annotation .single_info-share_social-wpapper {
margin-top: 26px;
}
.wgl-portfolio-single_item .wgl-portfolio-item_annotation .single_info-share_social-wpapper .share_title {
font-weight: 400;
}
.wgl-portfolio-single_item .wgl-portfolio-item_annotation-wrap:only-child {
width: 100%;
}
.wgl-portfolio-single_item .wgl-portfolio-item_annotation-wrap:only-child .wgl-portfolio-item-info_desc {
width: 25%;
}
.wgl-portfolio-single_item .wgl-portfolio-info_desc:only-child {
width: 100%;
} .portfolio_archive-cat {
margin-bottom: 30px;
text-align: center;
}
.portfolio_archive-cat_title {
text-transform: capitalize;
}
.portfolio_archive-cat + .wgl_cpt_section {
margin-bottom: 50px;
}
.archive .wgl_portfolio_list {
margin-bottom: 30px;
}
.wgl-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.wgl-ellipsis span {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.wgl-ellipsis span:nth-child(1) {
left: 6px;
animation: wgl-ellipsis1 0.6s infinite;
}
.wgl-ellipsis span:nth-child(2) {
left: 6px;
animation: wgl-ellipsis2 0.6s infinite;
}
.wgl-ellipsis span:nth-child(3) {
left: 26px;
animation: wgl-ellipsis2 0.6s infinite;
}
.wgl-ellipsis span:nth-child(4) {
left: 45px;
animation: wgl-ellipsis3 0.6s infinite;
}
@keyframes wgl-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes wgl-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
}
@keyframes wgl-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
} .wgl_module_team {
position: relative;
z-index: 1;
}
.wgl_module_team .team-items_wrap:after {
display: block;
content: "";
clear: both;
height: 0;
}
.wgl_module_team .team-item_wrap {
transition: 0.4s;
}
.wgl_module_team .team-item {
float: left;
box-sizing: border-box;
padding: 0px 15px 55px 15px;
}
.wgl_module_team .team-item.grayscale_image img {
filter: grayscale(100%);
}
.wgl_module_team .team-item.hide_info .team-item_info {
transform: translateY(-10px);
opacity: 0;
}
.wgl_module_team .team-item_content {
position: relative;
z-index: 1;
}
.wgl_module_team .team-image {
position: relative;
z-index: 1;
width: 100%;
}
.wgl_module_team .team-image img {
overflow: hidden;
border-radius: 30px;
transform: scale3d(1, 1, 1);
transition: 0.4s;
}
.wgl_module_team .team-item_info {
position: relative;
margin-top: 42px;
padding: 0;
transition: 0.4s;
text-align: center;
}
.wgl_module_team .team-title {
margin-bottom: 0;
font-size: 26px;
line-height: 1.25;
}
.wgl_module_team .team-title a {
font-weight: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}
.wgl_module_team .team-info_icons {
text-align: center;
position: absolute;
z-index: 0;
bottom: 0;
width: 100%;
margin-bottom: -25px;
}
.wgl_module_team .team-icon {
display: inline-block;
font-size: 13px;
margin: 9px;
transition: 0.4s;
text-align: center;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
}
.wgl_module_team .team-icon:first-child {
margin-left: 0;
}
.wgl_module_team .team-icon:last-child {
margin-right: 0;
}
.wgl_module_team .team-icon:after {
display: block;
content: "";
width: 100%;
position: absolute;
top: -10px;
height: 10px;
left: 0;
}
.wgl_module_team .team-icon:last-child {
margin-bottom: 0;
}
.wgl_module_team .team-icon:before {
transition: 0.4s;
}
.wgl_module_team .team-icon:hover {
color: #fff;
}
.wgl_module_team .team-icon a {
position: relative;
display: block;
height: 100%;
border-radius: 50%;
line-height: 35px;
color: #ffffff;
background: #ffffff;
transition: 0.4s ease;
}
.wgl_module_team .team-icon a:after {
content: "";
position: absolute;
top: -5px;
left: -5px;
width: calc(100% + 10px);
height: calc(100% + 10px);
border: 2px dashed currentColor;
border-radius: inherit;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
box-sizing: border-box;
opacity: 0;
visibility: hidden;
transition: 0.45s ease;
}
.wgl_module_team .team-icon a:hover:after {
opacity: 1;
visibility: visible;
animation-play-state: running;
}
.wgl_module_team .team-icon a[class*=twitter] {
background: #45b3df;
}
.wgl_module_team .team-icon a[class*=twitter]:after {
border-color: #45b3df;
}
.wgl_module_team .team-icon a[class*=facebook] {
background: #3f88db;
}
.wgl_module_team .team-icon a[class*=facebook]:after {
border-color: #3f88db;
}
.wgl_module_team .team-icon a[class*=pinterest] {
background: #fd8383;
}
.wgl_module_team .team-icon a[class*=pinterest]:after {
border-color: #fd8383;
}
.wgl_module_team .team-icon a[class*=linkedin] {
background: #43b9e8;
}
.wgl_module_team .team-icon a[class*=linkedin]:after {
border-color: #43b9e8;
}
.wgl_module_team .team-icon a[class*=instagram] {
background: #fd9db7;
}
.wgl_module_team .team-icon a[class*=instagram]:after {
border-color: #fd9db7;
}
.wgl_module_team .team-icon a[class*=youtube] {
background: #ff0000;
}
.wgl_module_team .team-icon a[class*=youtube]:after {
border-color: #ff0000;
}
.wgl_module_team .team-icon a[class*=telegram] {
background: #0088cc;
}
.wgl_module_team .team-icon a[class*=telegram]:after {
border-color: #0088cc;
}
.wgl_module_team .team-icon a[class*=whatsapp] {
background: #25d366;
}
.wgl_module_team .team-icon a[class*=whatsapp]:after {
border-color: #25d366;
}
.wgl_module_team .team-icon a[class*=dribbble] {
background: #ea4c89;
}
.wgl_module_team .team-icon a[class*=dribbble]:after {
border-color: #ea4c89;
}
.wgl_module_team .team-icon a[class*=tumblr] {
background: #35465d;
}
.wgl_module_team .team-icon a[class*=tumblr]:after {
border-color: #35465d;
}
.wgl_module_team .team-icon a[class*=skype] {
background: #00aff0;
}
.wgl_module_team .team-icon a[class*=skype]:after {
border-color: #00aff0;
}
.wgl_module_team .team-item:hover.grayscale_image img,
.wgl_module_team .team-item.slick-center.grayscale_image img {
filter: grayscale(0%);
}
.wgl_module_team .team-item:hover.hide_info .team-item_info,
.wgl_module_team .team-item.slick-center.hide_info .team-item_info {
transform: translateY(0);
opacity: 1;
}
.wgl_module_team .team-department {
font-size: 17px;
line-height: 1.4;
font-weight: 800;
margin-top: 5px;
}
.wgl_module_team .team-since {
font-size: 16px;
font-weight: 700;
margin-top: 10px;
}
.wgl_module_team .team-item_excerpt {
position: relative;
z-index: 1;
font-size: 14px;
line-height: 1.71;
color: #8a8a8a;
overflow: hidden;
margin-top: 10px;
}
.wgl_module_team.team-col_1 .team-item {
width: 100%;
}
.wgl_module_team.team-col_2 .team-item {
width: 50%;
}
.wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
clear: left;
}
.wgl_module_team.team-col_3 .team-item {
width: 33.3333333%;
}
.wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
clear: left;
}
.wgl_module_team.team-col_4 .team-item {
width: 25%;
}
.wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
clear: left;
}
.wgl_module_team.team-col_5 .team-item {
width: 20%;
}
.wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
clear: left;
}
.wgl_module_team .wgl-carousel_wrapper .wgl-carousel {
margin-left: 0;
margin-right: 0;
}
.wgl_module_team .wgl-carousel_wrapper .wgl-carousel .team-item:not(:first-child) {
clear: none;
}
.wgl_module_team .wgl-carousel_wrapper .wgl-carousel_slick {
padding-top: 20px;
}
.wgl_module_team:after {
content: "";
display: block;
clear: both;
}
.single-team .page-header {
margin-bottom: 85px !important;
}
.single-team .single_team_page .team-single_wrapper {
display: flex;
position: relative;
z-index: 1;
margin-bottom: 80px;
border: 2px dashed currentColor;
border-radius: 30px;
margin-top: 2px;
}
.single-team .single_team_page .team-image {
max-width: 550px;
}
.single-team .single_team_page .team-image img {
position: relative;
}
.single-team .single_team_page .team-image_wrap {
margin: -42px 0 -42px 48px;
border-radius: 30px;
overflow: hidden;
}
.single-team .single_team_page .team-info_wrapper {
padding-left: 6%;
flex: 1;
margin: 8px 15px 15px 0;
display: flex;
flex-direction: column;
justify-content: center;
background-position: bottom right;
background-repeat: no-repeat;
}
.single-team .single_team_page .team-title {
position: relative;
z-index: 1;
margin-bottom: 10px;
font-size: 48px;
line-height: 1.055;
}
.single-team .single_team_page .team-info_item {
margin-bottom: 0;
font-size: 18px;
}
.single-team .single_team_page .team-info_item:first-child {
margin-top: 0;
}
.single-team .single_team_page .team-info_item > * {
display: inline;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.single-team .single_team_page .team-info_item h5 {
font-weight: 400;
font-size: 20px;
}
.single-team .single_team_page .team-info_item h5 + a span, .single-team .single_team_page .team-info_item h5 + span {
margin-left: 18px;
}
.single-team .single_team_page .team-info_item a {
color: inherit;
}
.single-team .single_team_page .team-info_item.team-department {
font-size: 20px;
font-weight: 800;
margin-bottom: 18px;
}
.single-team .single_team_page .team-info_icons {
margin-top: 28px;
}
.single-team .single_team_page .team-info_icons .team-icon {
display: inline-block;
position: relative;
z-index: 1;
width: 35px;
height: 35px;
line-height: 35px;
font-size: 13px;
text-align: center;
transition: 0.5s;
border-radius: 50%;
}
.single-team .single_team_page .team-info_icons .team-icon a {
display: block;
line-height: 35px;
color: #fff;
border-radius: 50%;
}
.single-team .single_team_page .team-info_icons .team-icon a:after {
opacity: 0;
visibility: hidden;
transition: all 0.45s ease;
position: absolute;
content: "";
height: calc(100% + 10px);
width: calc(100% + 10px);
border: 2px dashed currentColor;
top: -5px;
left: -5px;
border-radius: inherit;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
box-sizing: border-box;
}
.single-team .single_team_page .team-info_icons .team-icon a:hover:after {
opacity: 1;
visibility: visible;
animation-play-state: running;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=twitter] {
background: #45b3df;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=twitter]:after {
border-color: #45b3df;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=facebook] {
background: #3f88db;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=facebook]:after {
border-color: #3f88db;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=pinterest] {
background: #fd8383;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=pinterest]:after {
border-color: #fd8383;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=linkedin] {
background: #43b9e8;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=linkedin]:after {
border-color: #43b9e8;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=instagram] {
background: #fd9db7;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=instagram]:after {
border-color: #fd9db7;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=youtube] {
background: #ff0000;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=youtube]:after {
border-color: #ff0000;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=telegram] {
background: #0088cc;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=telegram]:after {
border-color: #0088cc;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=whatsapp] {
background: #25d366;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=whatsapp]:after {
border-color: #25d366;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=dribbble] {
background: #ea4c89;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=dribbble]:after {
border-color: #ea4c89;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=tumblr] {
background: #35465d;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=tumblr]:after {
border-color: #35465d;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=skype] {
background: #00aff0;
}
.single-team .single_team_page .team-info_icons .team-icon a[class*=skype]:after {
border-color: #00aff0;
}
.single-team .single_team_page .team-info_icons .team-icon + .team-icon {
margin-left: 9px;
}
.single-team .single_team_page .team-single_speaches-title {
font-weight: 400;
margin-bottom: 30px;
}
.single-team .single_team_page .team-single_speaches-info .speech-info_item {
margin-bottom: 30px;
padding: 30px;
border: 1px solid #dddddd;
border-radius: 10px;
}
.single-team .single_team_page .team-single_speaches-info .speech-info_day {
margin-bottom: 6px;
font-size: 22px;
}
.single-team .single_team_page .team-single_speaches-info .speech-info_time {
margin-bottom: 8px;
}
.single-team .single_team_page .team-single_speaches-info .speech-info_time,
.single-team .single_team_page .team-single_speaches-info .speech-info_desc {
font-size: 18px;
} .elementor-widget-wgl-countdown .wgl-countdown .countdown-row {
display: flex;
justify-content: center;
align-items: center;
}
.elementor-widget-wgl-countdown .wgl-countdown .countdown-section {
color: inherit;
position: relative;
margin-right: 15px;
margin-left: 15px;
font-size: 110px;
}
.elementor-widget-wgl-countdown .wgl-countdown .countdown-section .countdown-amount {
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
font-size: 1em;
line-height: 1;
color: inherit;
}
.elementor-widget-wgl-countdown .wgl-countdown .countdown-section .countdown-period {
display: block;
font-size: 18px;
line-height: 1;
font-weight: 400;
color: inherit;
text-transform: capitalize;
text-align: center;
}
.elementor-widget-wgl-countdown .wgl-countdown.show_separating .countdown-section:not(:last-child):before, .elementor-widget-wgl-countdown .wgl-countdown.show_separating .countdown-section:not(:last-child):after {
content: "";
position: absolute;
z-index: 1;
right: -17px;
width: 0.11em;
height: 0.11em;
border-radius: 50%;
transform: translateX(50%);
}
.elementor-widget-wgl-countdown .wgl-countdown.show_separating .countdown-section:not(:last-child):before {
top: calc(50% - 0.16em);
}
.elementor-widget-wgl-countdown .wgl-countdown.show_separating .countdown-section:not(:last-child):after {
top: calc(50% + 0.1em);
}
.elementor-widget-wgl-countdown .wgl-countdown.hide-period .countdown-section .countdown-period {
display: none;
}
.elementor-widget-wgl-countdown.cd__align-left .wgl-countdown {
text-align: left;
}
.elementor-widget-wgl-countdown.cd__align-left .countdown-row {
justify-content: flex-start;
}
.elementor-widget-wgl-countdown.cd__align-center .wgl-countdown {
text-align: center;
}
.elementor-widget-wgl-countdown.cd__align-right .wgl-countdown {
text-align: right;
}
.elementor-widget-wgl-countdown.cd__align-right .countdown-row {
justify-content: flex-end;
}
.elementor-widget-wgl-countdown.cd__align-justify .countdown-section {
flex: 1;
}
@media (max-width: 1025px) {
.elementor-widget-wgl-countdown .wgl-countdown .countdown-section {
font-size: 75px;
}
}
@media (max-width: 767px) {
.elementor-widget-wgl-countdown .wgl-countdown .countdown-section {
font-size: 34px;
}
.elementor-widget-wgl-countdown .wgl-countdown .countdown-period {
font-size: 15px;
}
}  @keyframes spin_right {
100% {
transform: rotateZ(360deg);
}
}
@keyframes spin_left {
100% {
transform: rotateZ(-360deg);
}
}
.wgl-carousel .slick-arrow {
display: block;
position: absolute;
z-index: 100;
top: 50%;
width: 50px;
height: 50px;
margin: 0;
border: unset;
border-radius: unset;
padding: 0;
text-align: center;
font-size: 0;
line-height: 0;
font-weight: 300;
letter-spacing: 0;
text-indent: 0;
color: #ffffff;
cursor: pointer;
opacity: 1;
box-shadow: unset;
transition: 0.4s;
border-radius: 50%;
}
.wgl-carousel .slick-arrow:before {
content: "";
position: absolute;
top: -10px;
left: -10px;
height: calc(100% + 20px);
width: calc(100% + 20px);
border: 2px dashed currentColor;
border-radius: inherit;
animation: spin_right 5s linear infinite;
animation-play-state: paused;
box-sizing: border-box;
}
.wgl-carousel .slick-arrow.slick-prev:before {
animation: spin_left 5s linear infinite;
animation-play-state: paused;
}
.wgl-carousel .slick-arrow:after {
display: inline-block;
position: relative;
vertical-align: middle;
width: 100%;
height: 100%;
border: inherit;
border-radius: inherit;
font-family: Flaticon;
font-size: 18px;
line-height: 50px;
color: inherit;
transition: 0;
}
.wgl-carousel .slick-arrow:hover {
color: #ffffff;
}
.wgl-carousel .slick-arrow:hover:before {
animation-play-state: running;
}
.wgl-carousel .slick-prev {
left: 57px;
right: auto;
transform: translate(0, -50%);
}
.wgl-carousel .slick-prev:after {
content: "\f10b";
}
.wgl-carousel .slick-next {
left: auto;
right: 57px;
transform: translate(0, -50%);
}
.wgl-carousel .slick-next:after {
content: "\f104";
}
.wgl-carousel .littledino_carousel_list {
overflow: hidden;
}
.wgl-carousel.prev_next_pos_right .wgl-carousel_slick {
margin-right: 50px;
}
.wgl-carousel.prev_next_pos_right .slick-arrow {
top: auto;
bottom: 97px;
left: auto;
right: 16px;
transform: translate(0, 0);
}
.wgl-carousel.prev_next_pos_right .slick-arrow:after {
margin: 0;
}
.wgl-carousel.prev_next_pos_right .slick-prev {
right: 66px;
} .wgl-carousel .slick-dots {
padding: 0;
margin: 30px 15px 0 15px;
line-height: 0;
font-size: 0;
min-height: 50px;
}
.wgl-carousel .slick-dots li {
display: inline-block;
font-size: 0;
line-height: 0;
list-style: none;
padding: 5px;
margin: 0;
opacity: 1;
cursor: pointer;
}
.wgl-carousel .slick-dots li button {
position: relative;
z-index: 1;
display: inline-block;
font-size: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
border: 0;
vertical-align: bottom;
}
.wgl-carousel .slick-dots li button:focus {
outline: none;
}
.wgl-carousel .slick-dots li:before {
display: none;
}
.wgl-carousel .slick-dots li:last-child {
margin-right: 0;
}
.wgl-carousel .vc_row {
margin-left: 0;
margin-right: 0;
}
.wgl-carousel.pag_align_left .slick-dots {
text-align: left;
}
.wgl-carousel.pag_align_right .slick-dots {
text-align: right;
}
.wgl-carousel.pag_align_center .slick-dots {
text-align: center;
}
.wgl-carousel.pagination_circle .slick-dots li button {
border-radius: 50%;
width: 4px;
height: 4px;
opacity: 0.3;
}
.wgl-carousel.pagination_circle .slick-dots li button:hover {
box-shadow: 0 2px 6px 0;
}
.wgl-carousel.pagination_circle .slick-dots li.slick-active button {
opacity: 1;
box-shadow: 0 2px 6px 0;
transform: scale(2.5);
}
.wgl-carousel.pagination_circle_border .slick-dots li {
margin: 1px;
}
.wgl-carousel.pagination_circle_border .slick-dots li button {
border-radius: 50%;
width: 20px;
height: 20px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background: transparent !important;
}
.wgl-carousel.pagination_circle_border .slick-dots li button:before {
content: "";
display: block;
width: 4px;
height: 4px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -2px;
margin-left: -2px;
border-radius: 50%;
}
.wgl-carousel.pagination_line .slick-dots li {
margin: 0 5px;
padding: 10px 0;
}
.wgl-carousel.pagination_line .slick-dots li button {
width: 25px;
height: 3px;
opacity: 0.5;
background: transparent;
}
.wgl-carousel.pagination_line .slick-dots li button:before {
content: "";
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
transition: 0.3s;
}
.wgl-carousel.pagination_line .slick-dots li:hover button:before {
height: 3px;
}
.wgl-carousel.pagination_line .slick-dots li.slick-active button {
opacity: 1;
}
.wgl-carousel.pagination_line .slick-dots li.slick-active button:before {
height: 3px;
}
.wgl-carousel.pagination_square .slick-dots li {
width: 8px;
height: 8px;
margin-right: 8px;
opacity: 0.3;
}
.wgl-carousel.pagination_square .slick-dots li.slick-active {
opacity: 1;
}
.wgl-carousel.pagination_line_circle .slick-dots li {
margin: 0;
padding: 10px 5px;
}
.wgl-carousel.pagination_line_circle .slick-dots li button {
width: 8px;
height: 8px;
opacity: 0.6;
border-radius: 6px;
}
.wgl-carousel.pagination_line_circle .slick-dots li:hover button {
opacity: 1;
}
.wgl-carousel.pagination_line_circle .slick-dots li.slick-active button {
opacity: 1;
width: 24px;
} .wgl-clients {
display: flex;
flex-wrap: wrap;
}
.wgl-clients .wgl-carousel_wrapper {
width: 100%;
}
.wgl-clients .clients_image {
float: left;
display: flex;
}
.wgl-clients .clients_image .image_wrapper {
display: inline-block;
position: relative;
z-index: 1;
}
.wgl-clients .clients_image.slick-slide {
display: flex;
}
.wgl-clients .hover_image {
display: none;
position: absolute;
z-index: 1;
top: 0;
left: 0;
visibility: hidden;
}
.wgl-clients.items-1 > .clients_image {
width: 100%;
}
.wgl-clients.items-1 > .clients_image:nth-child(2), .wgl-clients.items-1 > .clients_image:nth-child(n+3) {
clear: left;
}
.wgl-clients.items-2 > .clients_image {
width: 50%;
}
.wgl-clients.items-2 > .clients_image:nth-child(3), .wgl-clients.items-2 > .clients_image:nth-child(2n+5) {
clear: left;
}
.wgl-clients.items-3 > .clients_image {
width: 33.33333%;
}
.wgl-clients.items-3 > .clients_image:nth-child(4), .wgl-clients.items-3 > .clients_image:nth-child(3n+7) {
clear: left;
}
.wgl-clients.items-4 > .clients_image {
width: 25%;
}
.wgl-clients.items-4 > .clients_image:nth-child(5), .wgl-clients.items-4 > .clients_image:nth-child(4n+9) {
clear: left;
}
.wgl-clients.items-5 > .clients_image {
width: 20%;
}
.wgl-clients.items-5 > .clients_image:nth-child(6), .wgl-clients.items-5 > .clients_image:nth-child(5n+11) {
clear: left;
}
.wgl-clients.items-6 > .clients_image {
width: 16.66666%;
}
.wgl-clients.items-6 > .clients_image:nth-child(7), .wgl-clients.items-6 > .clients_image:nth-child(6n+13) {
clear: left;
}
.wgl-clients img {
transition: all 0.3s;
}
.wgl-clients.anim-zoom .clients_image img {
transform: scale(0.95);
}
.wgl-clients.anim-zoom .clients_image:hover img {
transform: scale(1);
}
.wgl-clients.anim-opacity .clients_image img {
opacity: 0.5;
}
.wgl-clients.anim-opacity .clients_image:hover img {
opacity: 1;
}
.wgl-clients.anim-grayscale .clients_image img {
filter: grayscale(100%);
opacity: 0.2;
}
.wgl-clients.anim-grayscale .clients_image:hover img {
filter: grayscale(0);
opacity: 1;
}
.wgl-clients.anim-contrast .clients_image:hover img {
filter: contrast(300%);
}
.wgl-clients.anim-blur .clients_image:hover img {
filter: blur(1px);
}
.wgl-clients.anim-invert .clients_image:hover img {
filter: invert(100%);
}
.wgl-clients.anim-ex_images .hover_image {
display: block;
opacity: 0;
}
.wgl-clients.anim-ex_images .image_wrapper:hover .hover_image {
opacity: 1;
visibility: visible;
}
.wgl-clients.anim-ex_images .image_wrapper:hover .hover_image + .main_image {
opacity: 0;
} .wgl-image-layers {
position: relative;
line-height: 0;
max-width: 100%;
}
.wgl-image-layers .img-layer_image-wrapper {
position: relative;
line-height: 0;
display: block;
width: inherit;
max-width: 100%;
height: inherit;
max-height: 100%;
}
.wgl-image-layers .img-layer_image-wrapper:not(:first-child) {
position: absolute;
left: 0;
top: 0;
}
.wgl-image-layers .img-layer_image-wrapper .img-layer_image {
transition: all 0.5s;
}
.wgl-image-layers .img-layer_image-wrapper.fade_in .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
opacity: 0;
visibility: hidden;
}
.wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image {
transform: translateY(100%);
}
.wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image {
transform: translateY(-100%);
}
.wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image {
transform: translateX(100%);
}
.wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image {
transform: translateX(-100%);
}
.wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image {
transform: translateY(50%);
}
.wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image {
transform: translateY(-50%);
}
.wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image {
transform: translateX(50%);
}
.wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image {
transform: translateX(-50%);
}
.wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image {
transform: rotateX(-100deg);
}
.wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image {
transform: rotateY(-100deg);
}
.wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
transform: scale3d(0.2, 0.2, 0.2);
}
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.fade_in .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
opacity: 1;
visibility: visible;
}
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image {
transform: translateY(0);
}
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image {
transform: translateX(0);
}
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image {
transform: rotate(0);
}
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
transform: scale3d(1, 1, 1);
} .wgl-video-popup {
position: relative;
z-index: 1;
}
.wgl-video-popup .videobox_content {
display: inline-flex;
align-items: center;
}
.wgl-video-popup .videobox_background img {
position: relative;
z-index: 0;
width: 100%;
border-radius: 15px;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.wgl-video-popup .title {
position: relative;
z-index: 2;
font-size: 18px;
line-height: 1.35;
font-weight: 700;
}
.wgl-video-popup .videobox_link {
display: block;
position: relative;
margin: 15px 15px 15px 15px;
width: 80px;
height: 80px;
flex-shrink: 0;
border-radius: 50%;
transition: all 0.4s;
cursor: pointer;
}
.wgl-video-popup .videobox_icon {
display: block;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-40%, -50%);
width: 25%;
height: 25%;
fill: #ffffff;
}
.wgl-video-popup.with_image .videobox_content {
display: block;
}
.wgl-video-popup.with_image .videobox_link_wrapper {
display: flex;
align-items: center;
position: absolute;
z-index: 1;
top: 50%;
}
.wgl-video-popup.button_align-left {
text-align: left;
}
.wgl-video-popup.button_align-left .videobox_content,
.wgl-video-popup.button_align-left .videobox_link_wrapper {
justify-content: flex-start;
}
.wgl-video-popup.button_align-left.with_image .videobox_link_wrapper {
left: 0;
transform: translate(10%, -50%);
}
.wgl-video-popup.button_align-left.title_pos-right .videobox_content,
.wgl-video-popup.button_align-left.title_pos-right .videobox_link_wrapper {
justify-content: flex-end;
}
.wgl-video-popup.button_align-left.title_pos-top .videobox_content, .wgl-video-popup.button_align-left.title_pos-bot .videobox_content {
align-items: flex-start;
}
.wgl-video-popup.button_align-center {
text-align: center;
}
.wgl-video-popup.button_align-center .videobox_content,
.wgl-video-popup.button_align-center .videobox_link_wrapper {
justify-content: center;
}
.wgl-video-popup.button_align-center.with_image .videobox_link_wrapper {
left: 50%;
transform: translate(-50%, -50%);
}
.wgl-video-popup.button_align-center.title_pos-right .videobox_content,
.wgl-video-popup.button_align-center.title_pos-right .videobox_link_wrapper {
justify-content: center;
}
.wgl-video-popup.button_align-right {
text-align: right;
}
.wgl-video-popup.button_align-right .videobox_content,
.wgl-video-popup.button_align-right .videobox_link_wrapper {
justify-content: flex-end;
}
.wgl-video-popup.button_align-right.with_image .videobox_link_wrapper {
right: 0;
transform: translate(-10%, -50%);
}
.wgl-video-popup.button_align-right.title_pos-top .videobox_content,
.wgl-video-popup.button_align-right.title_pos-top .videobox_link_wrapper, .wgl-video-popup.button_align-right.title_pos-bot .videobox_content,
.wgl-video-popup.button_align-right.title_pos-bot .videobox_link_wrapper {
align-items: flex-end;
}
.wgl-video-popup.button_align-inline {
display: inline-block;
}
.wgl-video-popup.button_align-inline.with_image .videobox_link_wrapper {
left: 50%;
transform: translate(-50%, -50%);
}
.wgl-video-popup.title_pos-right .videobox_content,
.wgl-video-popup.title_pos-right .videobox_link_wrapper {
flex-direction: row-reverse;
justify-content: flex-start;
}
.wgl-video-popup.title_pos-top .videobox_content,
.wgl-video-popup.title_pos-top .videobox_link_wrapper {
flex-direction: column;
}
.wgl-video-popup.title_pos-bot .videobox_content,
.wgl-video-popup.title_pos-bot .videobox_link_wrapper {
flex-direction: column-reverse;
}
.wgl-video-popup .videobox_animation {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
}
.wgl-video-popup.animation_circles .videobox_animation {
z-index: 1;
border-width: 0.5px;
border-style: solid;
opacity: 0;
animation: circles 3.9s linear 0s infinite;
animation-play-state: paused;
}
.wgl-video-popup.animation_circles .videobox_animation.circle_2 {
animation-delay: 1.3s;
}
.wgl-video-popup.animation_circles .videobox_animation.circle_3 {
animation-delay: 2.6s;
}
.wgl-video-popup.animation_circles .videobox_link:hover .videobox_animation, .wgl-video-popup.animation_circles.always-run-animation .videobox_animation {
animation-play-state: running;
}
.wgl-video-popup.animation_circles.always-run-animation .videobox_link:hover .videobox_animation {
animation-play-state: paused;
}
@keyframes circles {
0% {
transform: scale(1);
opacity: 0;
}
20% {
transform: scale(1.44);
opacity: 0.5;
}
100% {
transform: scale(3.2);
opacity: 0;
}
}
.wgl-video-popup.animation_ring_pulse .videobox_animation {
z-index: -1;
opacity: 0.1;
background: inherit;
animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
animation-play-state: paused;
}
.wgl-video-popup.animation_ring_pulse .videobox_link:hover .videobox_animation, .wgl-video-popup.animation_ring_pulse.always-run-animation .videobox_animation {
animation-play-state: running;
}
.wgl-video-popup.animation_ring_pulse.always-run-animation .videobox_link:hover .videobox_animation {
animation-play-state: paused;
}
@keyframes pulse_ring {
0% {
transform: scale(1);
}
50% {
transform: scale(1.7);
}
100% {
transform: scale(1);
}
}
.wgl-video-popup.animation_ring_rotate .videobox_animation {
z-index: -1;
transform: scale(1.58);
}
.wgl-video-popup.animation_ring_rotate .videobox_animation .ring_1 {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: rotate_ring 4s linear infinite;
animation-play-state: paused;
}
.wgl-video-popup.animation_ring_rotate .videobox_link:hover .videobox_animation .ring_1, .wgl-video-popup.animation_ring_rotate.always-run-animation .videobox_animation .ring_1 {
animation-play-state: running;
}
.wgl-video-popup.animation_ring_rotate.always-run-animation .videobox_link:hover .videobox_animation .ring_1 {
animation-play-state: paused;
}
@keyframes rotate_ring {
0% {
transform: translate(-50%, -50%) rotate(0turn);
}
100% {
transform: translate(-50%, -50%) rotate(1turn);
}
}
.wgl-video-popup.animation_dash_rotate .videobox_content {
border-radius: 50%;
}
.wgl-video-popup.animation_dash_rotate svg.wgl-dashes {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
}
.wgl-video-popup.animation_dash_rotate svg.wgl-dashes {
top: calc(-12px * 2);
left: calc(-12px * 2);
width: calc(100% + 48px);
height: calc(100% + 48px);
stroke: currentColor;
}
.wgl-video-popup.animation_dash_rotate.always-run-animation .wgl-dashes,
.wgl-video-popup.animation_dash_rotate .videobox_content:hover .wgl-dashes {
animation-play-state: running;
} .wgl__pricing_plan {
position: relative;
z-index: 1;
max-width: 400px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
text-align: center;
}
.wgl__pricing_plan.hover-animation:not(.elementor-icon-box-icon) {
padding-top: 20px;
}
.wgl__pricing_plan.hover-animation:not(.elementor-icon-box-icon):hover .pricing_plan_wrap {
transform: translateY(-20px);
}
.wgl__pricing_plan .pricing_plan_wrap {
background-color: #ffffff;
background-size: cover;
background-position: center;
transition: 0.5s;
}
.wgl__pricing_plan .pricing_header {
position: relative;
z-index: 1;
padding: 43px 35px 37px;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
text-align: center;
overflow: hidden;
}
.wgl__pricing_plan .pricing_header .pricing_punch_1, .wgl__pricing_plan .pricing_header .pricing_punch_2, .wgl__pricing_plan .pricing_header .pricing_punch_3 {
position: absolute;
top: -23px;
width: 45px;
height: 45px;
border-radius: 50%;
font-size: 45px;
}
.wgl__pricing_plan .pricing_header .pricing_punch_1 {
left: 44px;
}
.wgl__pricing_plan .pricing_header .pricing_punch_2 {
left: calc(50% - 0.5em);
}
.wgl__pricing_plan .pricing_header .pricing_punch_3 {
right: 44px;
}
.wgl__pricing_plan .pricing_header .pricing_price_wrap {
font-size: 80px;
line-height: 0.01;
}
.wgl__pricing_plan .price_currency {
display: inline-block;
font-size: 1em;
line-height: 1;
color: inherit;
vertical-align: baseline;
text-decoration: inherit;
}
.wgl__pricing_plan .pricing_title_wrap {
position: absolute;
z-index: 1;
top: -40px;
left: 0;
width: 100%;
}
.wgl__pricing_plan .pricing_title {
display: inline-flex;
align-items: center;
border-radius: 1em;
padding: 6px 15px;
font-size: 20px;
line-height: 1.4;
transform: translateY(50%);
}
.wgl__pricing_plan .pricing_title .wgl-icon {
margin: 0;
font-size: 0.65em;
color: inherit;
}
.wgl__pricing_plan .pricing_title .icon:before {
position: static;
}
.wgl__pricing_plan .pricing_title.icon-left .wgl-icon {
order: 0;
}
.wgl__pricing_plan .pricing_title.icon-right .wgl-icon {
order: 1;
}
.wgl__pricing_plan .pricing_price {
display: inline-block;
position: relative;
z-index: 1;
padding-bottom: 2px;
font-family: inherit;
font-size: inherit;
line-height: 0.95;
font-weight: inherit;
color: inherit;
vertical-align: baseline;
text-decoration: inherit;
}
.wgl__pricing_plan .pricing_price .price_decimal {
position: absolute;
z-index: 1;
top: 4px;
left: 101%;
padding-left: 0.15em;
vertical-align: top;
font-family: inherit;
font-size: 0.45em;
font-weight: inherit;
color: inherit;
text-decoration: inherit;
}
.wgl__pricing_plan .pricing_period {
display: block;
font-size: 0.3em;
line-height: 1.75;
font-weight: 400;
text-decoration: inherit;
vertical-align: bottom;
}
.wgl__pricing_plan .pricing_desc {
display: block;
margin: 0 15px;
font-size: 14px;
font-weight: 400;
}
.wgl__pricing_plan .pricing_content {
position: relative;
padding: 50px 35px 0;
font-size: 18px;
}
.wgl__pricing_plan .pricing_content ul, .wgl__pricing_plan .pricing_content ol {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 0;
word-break: break-word;
}
.wgl__pricing_plan .pricing_content ul li, .wgl__pricing_plan .pricing_content ol li {
display: inline-flex;
margin-top: 12px;
}
.wgl__pricing_plan .pricing_content ul li[style*=color]:before, .wgl__pricing_plan .pricing_content ol li[style*=color]:before {
color: inherit;
}
.wgl__pricing_plan .pricing_content ul li i, .wgl__pricing_plan .pricing_content ol li i {
margin-right: 10px;
}
.wgl__pricing_plan .pricing_content p:last-child {
margin: 0;
}
.wgl__pricing_plan .pricing_footer {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
font-size: 14px;
line-height: 24px;
font-weight: 400;
}
.wgl__pricing_plan .wgl-button {
transform: translateY(50%);
} .wgl-progress_bar .progress_wrap {
display: block;
border-radius: unset;
transition: width 1.5s;
}
.wgl-progress_bar .progress_label_wrap {
display: flex;
justify-content: space-between;
align-items: baseline;
width: 100%;
line-height: 1;
white-space: nowrap;
transition: inherit;
position: relative;
}
.wgl-progress_bar .progress_bar_wrap {
display: block;
position: relative;
z-index: 0;
width: 100%;
border-width: 1px;
border-style: solid;
transition: inherit;
}
.wgl-progress_bar .progress_bar {
position: absolute;
z-index: 1;
top: 2px;
left: 2px;
width: 0;
background-size: 40px 80px;
transition: inherit;
}
.wgl-progress_bar .progress_bar.animated {
animation: slide_bg linear infinite;
}
@keyframes slide_bg {
100% {
background-position-x: 40px;
}
}
.wgl-progress_bar .progress_label {
font-size: 18px;
}
.wgl-progress_bar .progress_value_wrap {
position: relative;
z-index: 0;
margin-left: 5px;
font-size: 18px;
line-height: inherit;
}
.wgl-progress_bar .progress_label_wrap .progress_label,
.wgl-progress_bar .progress_label_wrap .progress_value_wrap {
line-height: inherit;
}
.wgl-progress_bar .progress_value,
.wgl-progress_bar .progress_units {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
text-transform: inherit;
color: inherit;
}
.wgl-progress_bar.dynamic-value .progress_label_wrap {
width: 0;
}
.wgl-progress_bar.dynamic-value .progress_value_wrap {
position: static;
padding: 6px 5px;
bottom: -16px;
} .elementor-widget-wgl-tabs .wgl-tabs_headings {
display: inline-flex;
position: relative;
align-items: stretch;
flex-direction: row;
flex-wrap: wrap;
}
.elementor-widget-wgl-tabs .wgl-tabs_header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
padding: 20px;
line-height: 1;
font-weight: 700;
text-align: center;
cursor: pointer;
transition: 0.4s;
}
.elementor-widget-wgl-tabs .wgl-tabs_content {
display: block;
}
.elementor-widget-wgl-tabs .wgl-tabs_content > .elementor {
margin: 10px;
}
.elementor-widget-wgl-tabs .wgl-tabs_icon {
line-height: 1;
color: inherit;
transition: 0.4s;
}
.elementor-widget-wgl-tabs .wgl-tabs_title {
font-size: 18px;
color: inherit;
line-height: inherit;
}
.elementor-widget-wgl-tabs .wgl-tabs.icon_position-left .wgl-tabs_header {
flex-direction: row-reverse;
}
.elementor-widget-wgl-tabs .wgl-tabs.icon_position-right .wgl-tabs_header {
flex-direction: row;
}
.elementor-widget-wgl-tabs .wgl-tabs.icon_position-top .wgl-tabs_header {
flex-direction: column-reverse;
}
.elementor-widget-wgl-tabs .wgl-tabs.icon_position-bottom .wgl-tabs_header {
flex-direction: column;
}
.elementor-widget-wgl-tabs .wgl-tabs.tabs_align-left {
text-align: left;
}
.elementor-widget-wgl-tabs .wgl-tabs.tabs_align-center {
text-align: center;
}
.elementor-widget-wgl-tabs .wgl-tabs.tabs_align-right {
text-align: right;
}
.elementor-widget-wgl-tabs .wgl-tabs.tabs_align-justify {
text-align: justify;
}
.elementor-widget-wgl-tabs .wgl-tabs_header:first-child {
margin-left: 0 !important;
}
.elementor-widget-wgl-tabs .wgl-tabs_header:last-child {
margin-right: 0 !important;
}
.elementor-widget-wgl-tabs.tabs__align-left .wgl-tabs {
text-align: left;
}
.elementor-widget-wgl-tabs.tabs__align-center .wgl-tabs {
text-align: center;
}
.elementor-widget-wgl-tabs.tabs__align-right .wgl-tabs {
text-align: right;
}
.elementor-widget-wgl-tabs.tabs__align-justify .wgl-tabs_headings {
display: flex;
}
.elementor-widget-wgl-tabs.tabs__align-justify .wgl-tabs_header {
flex: 1;
}
@media (max-width: 767px) {
.elementor-widget-wgl-tabs:not(.tabs__align-justify) .wgl-tabs .wgl-tabs_headings {
display: block;
}
} .wgl-timeline-vertical {
position: relative;
z-index: 1;
margin: 5px 0 30px;
padding: 20px 0 5px;
}
.wgl-timeline-vertical .tlv__items-wrap {
padding-bottom: 27px;
}
.wgl-timeline-vertical .tlv__items-wrap:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: calc(50% - 2px);
width: 4px;
height: 100%;
background: currentColor;
}
.wgl-timeline-vertical.appear_anim .tlv__item > * {
opacity: 0;
}
.wgl-timeline-vertical.appear_anim .tlv__item:nth-child(odd) .tlv__content {
transform: translateX(-20%);
}
.wgl-timeline-vertical.appear_anim .tlv__item:nth-child(odd) .tlv__media {
transform: translateX(20%);
}
.wgl-timeline-vertical.appear_anim .tlv__item:nth-child(even) .tlv__content {
transform: translateX(20%);
}
.wgl-timeline-vertical.appear_anim .tlv__item:nth-child(even) .tlv__media {
transform: translateX(-20%);
}
.wgl-timeline-vertical.appear_anim .appeared.tlv__item:nth-child(odd) > *, .wgl-timeline-vertical.appear_anim .appeared.tlv__item:nth-child(even) > * {
opacity: 1;
transform: translateX(0);
}
.wgl-timeline-vertical .tlv__item {
display: flex;
align-items: center;
position: relative;
transition: 0.4s;
}
.wgl-timeline-vertical .tlv__item:not(:last-child) {
margin-bottom: 60px;
}
.wgl-timeline-vertical .tlv__item .tlv__content {
width: calc(50% - 85px);
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__content {
order: 1;
text-align: right;
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__pointer {
margin-left: 72px;
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__pointer:before {
left: 100%;
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__media {
order: 3;
margin-left: 43px;
}
.wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__media {
order: 1;
width: calc(50% - 56px);
}
.wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__media .tlv__thumbnail-wrap {
margin-left: auto;
}
.wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__pointer {
margin-left: 42px;
}
.wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__pointer:before {
right: 100%;
}
.wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__content {
order: 3;
flex-grow: 1;
margin-left: 72px;
text-align: left;
}
.wgl-timeline-vertical .tlv__item.no-thumb .tlv__pointer:before {
content: unset;
}
.wgl-timeline-vertical .tlv__item.no-thumb:hover:nth-child(odd) .tlv__content {
transform: translateX(20px);
}
.wgl-timeline-vertical .tlv__item.no-thumb:hover:nth-child(even) .tlv__content {
transform: translateX(-20px);
}
.wgl-timeline-vertical .tlv__item:hover .tlv__pointer:after {
transform: scale(1);
}
.wgl-timeline-vertical .tlv__title {
margin-bottom: 8px;
font-size: 20px;
line-height: 1.4;
transition: 0.4s;
}
.wgl-timeline-vertical .tlv__date {
font-size: 30px;
line-height: 1;
white-space: nowrap;
transition: inherit;
}
.wgl-timeline-vertical .tlv__content {
display: inline-block;
position: relative;
z-index: 1;
font-size: 16px;
line-height: 24px;
transition: inherit;
overflow: hidden;
}
.wgl-timeline-vertical .tlv__content > * {
color: inherit;
}
.wgl-timeline-vertical .tlv__content p:last-child {
margin-bottom: 0;
}
.wgl-timeline-vertical .tlv__media {
overflow: hidden;
transition: inherit;
}
.wgl-timeline-vertical .tlv__thumbnail-wrap {
display: flex;
align-items: center;
justify-content: center;
border-color: currentColor;
border-radius: 50%;
transition: 0.4s, background 0.7s;
}
.wgl-timeline-vertical .tlv__thumbnail {
border-radius: inherit;
-o-object-fit: none;
object-fit: none;
transition: 0.4s;
}
.wgl-timeline-vertical .tlv__pointer {
order: 2;
position: relative;
width: 27px;
height: 27px;
border-radius: 50%;
border: 3px solid currentColor;
background: #ffffff;
transition: inherit;
}
.wgl-timeline-vertical .tlv__pointer:before, .wgl-timeline-vertical .tlv__pointer:after {
content: "";
position: absolute;
background: currentColor;
transition: inherit;
}
.wgl-timeline-vertical .tlv__pointer:before {
z-index: -1;
top: calc(50% - 2px);
width: 47px;
height: 3px;
}
.wgl-timeline-vertical .tlv__pointer:after {
z-index: 1;
top: calc(50% - 5.5px);
left: calc(50% - 5.5px);
width: 11px;
height: 11px;
border-radius: inherit;
transform: scale(0);
}
.wgl-timeline-vertical .tlv__item-first:empty,
.wgl-timeline-vertical .tlv__item-last {
position: relative;
z-index: 1;
left: calc(50% - 9px);
width: 18px;
height: 18px;
background: currentColor;
transform: rotate(45deg);
}
.wgl-timeline-vertical .tlv__item-first:empty {
top: -19px;
}
.wgl-timeline-vertical .tlv__item-last {
top: 11px;
}
.wgl-timeline-vertical.custom-start-img {
margin-top: 0;
padding-top: 0;
}
.wgl-timeline-vertical.custom-start-img .tlv__start-image {
display: inline-block;
position: relative;
z-index: 1;
left: 50%;
transform: translateX(-50%);
}
.wgl-timeline-vertical.custom-start-img .tlv__items-wrap:before {
top: 1em;
height: calc(100% - 1em);
}
@media (max-width: 992px) {
.wgl-timeline-vertical .tlv__pointer:before {
width: 33px;
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__content {
width: calc(50% - 40px);
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__pointer {
margin-left: 26px;
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__media {
width: calc(50% - 56px);
margin-left: 30px;
}
.wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__media {
width: calc(50% - 44px);
}
.wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__pointer {
margin-left: 30px;
}
.wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__content {
width: calc(50% - 44px);
margin-left: 30px;
}
}
@media (max-width: 767px) {
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__media {
width: calc(50% - 45px);
max-width: calc(50% - 45px);
}
}
@media (max-width: 600px) {
.wgl-timeline-vertical.custom-start-img .tlv__start-image,
.wgl-timeline-vertical .tlv__items-wrap:before {
left: 0;
}
.wgl-timeline-vertical .tlv__item-first:empty,
.wgl-timeline-vertical .tlv__item-last {
left: -7px;
}
.wgl-timeline-vertical .tlv__media,
.wgl-timeline-vertical .tlv__pointer:before {
display: none;
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__pointer, .wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__pointer {
order: 1;
margin-left: -12px;
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__pointer:before, .wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__pointer:before {
left: 100%;
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__content, .wgl-timeline-vertical .tlv__item:nth-child(even) .tlv__content {
width: calc(100% - 40px);
}
.wgl-timeline-vertical .tlv__item:nth-child(odd):hover:nth-child(odd) .tlv__content, .wgl-timeline-vertical .tlv__item:nth-child(odd):hover:nth-child(even) .tlv__content, .wgl-timeline-vertical .tlv__item:nth-child(odd):hover.no-thumb:nth-child(odd) .tlv__content, .wgl-timeline-vertical .tlv__item:nth-child(odd):hover.no-thumb:nth-child(even) .tlv__content, .wgl-timeline-vertical .tlv__item:nth-child(even):hover:nth-child(odd) .tlv__content, .wgl-timeline-vertical .tlv__item:nth-child(even):hover:nth-child(even) .tlv__content, .wgl-timeline-vertical .tlv__item:nth-child(even):hover.no-thumb:nth-child(odd) .tlv__content, .wgl-timeline-vertical .tlv__item:nth-child(even):hover.no-thumb:nth-child(even) .tlv__content {
transform: translateX(-10px);
}
.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__content {
margin-left: 30px;
text-align: left;
}
} .wgl-striped-services {
display: flex;
flex-direction: row;
}
.wgl-striped-services .service-item {
width: 50%;
height: 100%;
transition: 0.5s;
background-repeat: no-repeat;
}
.wgl-striped-services .service-item_title {
font-size: 48px;
line-height: 1.3;
}
.wgl-striped-services .service-item_subtitle {
font-size: 15px;
line-height: 1.1;
text-transform: uppercase;
letter-spacing: 5px;
margin-top: 14px;
}
.wgl-striped-services .service-item_content {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
height: 100%;
width: 100%;
}
.wgl-striped-services .service-item_link {
width: 100%;
height: 100%;
}
.wgl-striped-services .service-item.active {
width: 75%;
}
.wgl-striped-services .service-item .service-item_title {
font-weight: 400;
}
.wgl-striped-services .service-item .service-item_subtitle {
font-weight: 700;
}
.wgl-striped-services.onhover .service-item:not(.active) {
width: 40%;
}
@media only screen and (max-width: 1024px) {
.wgl-striped-services {
flex-direction: column;
}
.wgl-striped-services .service-item {
width: 100%;
height: 50%;
display: flex;
flex: 3;
}
.wgl-striped-services .service-item.active {
width: 100%;
height: 75%;
flex: 5;
}
.wgl-striped-services.onhover .service-item:not(.active) {
width: 100%;
height: 40%;
flex: 2;
}
} .wgl-image_comparison.cocoen {
cursor: pointer;
line-height: 0;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
-webkit-user-select: none;
user-select: none;
}
.wgl-image_comparison.cocoen img.comp-image {
max-width: none;
display: block;
width: 100%;
}
.wgl-image_comparison.cocoen > div {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 50%;
}
.wgl-image_comparison.cocoen .cocoen-drag {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 50%;
width: 2px;
margin-left: -1px;
background: #fff;
cursor: ew-resize;
}
.wgl-image_comparison.cocoen .cocoen-drag:before, .wgl-image_comparison.cocoen .cocoen-drag:after {
font-family: flaticon;
position: absolute;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
color: #232323;
background: #ffffff;
cursor: pointer;
font-size: 14px;
}
.wgl-image_comparison.cocoen .cocoen-drag:before {
content: "\f134";
left: 50%;
bottom: 50%;
}
.wgl-image_comparison.cocoen .cocoen-drag:after {
content: "\f135";
right: 50%;
top: 50%;
} .elementor-widget-wgl-service-sat .wgl-service-satellite .sat-service__wrap {
transition: 0.4s;
}
.elementor-widget-wgl-service-sat .wgl-service-satellite .sat-service__media-wrap {
position: relative;
z-index: 1;
width: 110px;
height: 110px;
line-height: 110px;
font-size: 45px;
display: inline-block;
border: 1px dashed CurrentColor;
box-sizing: content-box;
border-radius: 50%;
text-align: center;
transition: 0.4s;
}
.elementor-widget-wgl-service-sat .wgl-service-satellite .sat-service__title {
font-size: 24px;
line-height: 1.4;
transition: 0.4s;
}
.elementor-widget-wgl-service-sat .wgl-service-satellite .sat-service__satellite-wrapper {
position: absolute;
z-index: 0;
width: 78px;
height: 78px;
left: 16px;
top: 16px;
}
.elementor-widget-wgl-service-sat .wgl-service-satellite .sat-service__satellite {
border-radius: 50%;
background-position: center;
background-repeat: no-repeat;
transform: translate3d(-50%, -50%, 0);
}
.elementor-widget-wgl-service-sat .wgl-service-satellite .sat-service__item-link {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.elementor-widget-wgl-service-sat .wgl-service-satellite .elementor-icon {
display: block;
line-height: inherit;
font-size: inherit;
}
.elementor-widget-wgl-service-sat .wgl-service-satellite .elementor-icon i {
display: inline;
}
.elementor-widget-wgl-service-sat .wgl-service-satellite.wgl-widget_wrapper.elementor-image-box-img {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
line-height: 1;
}
.elementor-widget-wgl-service-sat .wgl-service-satellite .wgl-image-box_img > span {
display: flex;
}
.elementor-widget-wgl-service-sat.sat-align-left .elementor-image-box-img.wgl-service-satellite.wgl-widget_wrapper {
justify-content: flex-start;
}
.elementor-widget-wgl-service-sat.sat-align-right .elementor-image-box-img.wgl-service-satellite.wgl-widget_wrapper {
justify-content: flex-end;
}
.elementor-widget-wgl-service-sat.sat-animation-360 .wgl-service-satellite .sat-service__satellite-wrapper:nth-child(1) {
transform: rotate(0deg);
animation: satellite_1_wrap 2s infinite linear;
animation-play-state: paused;
}
.elementor-widget-wgl-service-sat.sat-animation-360 .wgl-service-satellite .sat-service__satellite-wrapper:nth-child(1) .sat-service__satellite {
animation: satellite_1 2s infinite linear;
animation-play-state: paused;
}
@keyframes satellite_1_wrap {
0% {
transform: rotate(90deg);
}
100% {
transform: rotate(450deg);
}
}
@keyframes satellite_1 {
0% {
transform: translate3d(-50%, -50%, 0) rotate(270deg);
}
100% {
transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}
}
.elementor-widget-wgl-service-sat.sat-animation-360 .wgl-service-satellite .sat-service__satellite-wrapper:nth-child(2) {
transform: rotate(180deg);
animation: satellite_2_wrap 2s infinite linear;
animation-play-state: paused;
}
.elementor-widget-wgl-service-sat.sat-animation-360 .wgl-service-satellite .sat-service__satellite-wrapper:nth-child(2) .sat-service__satellite {
animation: satellite_2 2s infinite linear;
animation-play-state: paused;
}
@keyframes satellite_2_wrap {
0% {
transform: rotate(-90deg);
}
100% {
transform: rotate(270deg);
}
}
@keyframes satellite_2 {
0% {
transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
100% {
transform: translate3d(-50%, -50%, 0) rotate(-270deg);
}
}
.elementor-widget-wgl-service-sat.sat-animation-360 .wgl-service-satellite:hover .sat-service__satellite-wrapper:nth-child(1), .elementor-widget-wgl-service-sat.sat-animation-360 .wgl-service-satellite:hover .sat-service__satellite-wrapper:nth-child(1) .sat-service__satellite, .elementor-widget-wgl-service-sat.sat-animation-360 .wgl-service-satellite:hover .sat-service__satellite-wrapper:nth-child(2), .elementor-widget-wgl-service-sat.sat-animation-360 .wgl-service-satellite:hover .sat-service__satellite-wrapper:nth-child(2) .sat-service__satellite {
animation-play-state: running;
}
.elementor-widget-wgl-service-sat.sat-animation-90 .wgl-service-satellite .sat-service__satellite-wrapper, .elementor-widget-wgl-service-sat.sat-animation-90 .wgl-service-satellite .sat-service__satellite-wrapper .sat-service__satellite {
transition: transform 1s;
}
.elementor-widget-wgl-service-sat.sat-animation-90 .wgl-service-satellite .sat-service__satellite-wrapper:nth-child(2) {
transform: rotate(180deg);
}
.elementor-widget-wgl-service-sat.sat-animation-90 .wgl-service-satellite .sat-service__satellite-wrapper:nth-child(2) .sat-service__satellite {
transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.elementor-widget-wgl-service-sat.sat-animation-90 .wgl-service-satellite:hover .sat-service__satellite-wrapper:nth-child(1) {
transform: rotate(90deg);
}
.elementor-widget-wgl-service-sat.sat-animation-90 .wgl-service-satellite:hover .sat-service__satellite-wrapper:nth-child(1) .sat-service__satellite {
transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}
.elementor-widget-wgl-service-sat.sat-animation-90 .wgl-service-satellite:hover .sat-service__satellite-wrapper:nth-child(2) {
transform: rotate(270deg);
}
.elementor-widget-wgl-service-sat.sat-animation-90 .wgl-service-satellite:hover .sat-service__satellite-wrapper:nth-child(2) .sat-service__satellite {
transform: translate3d(-50%, -50%, 0) rotate(90deg);
} .wgl-services-3 .wgl-services_image-wrap {
overflow: hidden;
}
.wgl-services-3 .wgl-services_title-wrap {
transition: 0.4s;
}
.wgl-services-3 .wgl-services_title {
font-size: 24px;
line-height: 1;
display: inline-block;
box-shadow: 8px 9px 35px rgba(49, 49, 49, 0.08);
transition: 0.4s;
}
.wgl-services-3 .wgl-services_wrap:hover .wgl-services_title-wrap {
transform: translateY(-100%);
}
.wgl-services-3 .wgl-services_wrap > .wgl-services_link {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
} .wgl-flipbox {
position: relative;
perspective: 1000px;
height: 320px;
width: 100%;
}
.wgl-flipbox_wrap {
position: relative;
z-index: 1;
transition: 0.7s;
width: 100%;
height: 100%;
transform-style: preserve-3d;
}
.wgl-flipbox_title {
font-size: 24px;
line-height: 1.4;
}
.wgl-flipbox_content p:last-child {
margin-bottom: 0;
}
.wgl-flipbox_item-link {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.wgl-flipbox_front, .wgl-flipbox_back {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: rotate(0);
transition: 0.7s;
box-shadow: 10px 8px 35px rgba(49, 49, 49, 0.08);
}
.wgl-flipbox_front {
z-index: 2;
}
.wgl-flipbox.type_flip_right .wgl-flipbox_back {
transform: rotateY(-180deg);
}
.wgl-flipbox.type_flip_right:hover .wgl-flipbox_wrap {
transform: rotateY(180deg);
}
.wgl-flipbox.type_flip_left .wgl-flipbox_back {
transform: rotateY(180deg);
}
.wgl-flipbox.type_flip_left:hover .wgl-flipbox_wrap {
transform: rotateY(-180deg);
}
.wgl-flipbox.type_flip_top .wgl-flipbox_back {
transform: rotateX(-180deg);
}
.wgl-flipbox.type_flip_top:hover .wgl-flipbox_wrap {
transform: rotateX(180deg);
}
.wgl-flipbox.type_flip_bottom .wgl-flipbox_back {
transform: rotateX(180deg);
}
.wgl-flipbox.type_flip_bottom:hover .wgl-flipbox_wrap {
transform: rotateX(-180deg);
} .wgl-counter .counter__media-wrap {
display: inline-block;
}
.wgl-counter .counter__media-wrap .wgl-widget_container {
display: flex;
}
.wgl-counter .counter__value-wrap {
display: flex;
justify-content: center;
font-size: 60px;
line-height: 1;
}
.wgl-counter .counter__prefix {
text-align: right;
}
.wgl-counter .counter__suffix {
text-align: left;
}
.wgl-counter .counter__title {
font-size: 22px;
line-height: 1.3;
}
.wgl-counter.align-left {
text-align: left;
}
.wgl-counter.align-left .counter__value-wrap {
justify-content: flex-start;
}
.wgl-counter.align-center {
text-align: center;
}
.wgl-counter.align-right {
text-align: right;
}
.wgl-counter.align-right .counter__value-wrap {
justify-content: flex-end;
} .elementor-widget-wgl-working-hours .elementor-widget-container {
position: relative;
}
.elementor-widget-wgl-working-hours .elementor-widget-container .wgl-working-hours .wh__title {
font-size: 28px;
}
.elementor-widget-wgl-working-hours .elementor-widget-container .wgl-working-hours .wh__item {
display: flex;
align-items: baseline;
}
.elementor-widget-wgl-working-hours .elementor-widget-container .wgl-working-hours .wh__item:after {
content: "";
width: 100%;
height: 1px;
flex: 1;
order: 2;
border-bottom: 2px dotted;
transform: translateY(1px);
}
.elementor-widget-wgl-working-hours .elementor-widget-container .wgl-working-hours .wh__day {
order: 1;
margin-right: 13px;
font-weight: 700;
}
.elementor-widget-wgl-working-hours .elementor-widget-container .wgl-working-hours .wh__hours {
order: 3;
margin-left: 13px;
font-size: 18px;
font-weight: 400;
}
.elementor-widget-wgl-working-hours .elementor-widget-container .wgl-working-hours svg.inner-dashed-border {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
animation: dashed_border_running 20s linear infinite both;
animation-play-state: paused;
stroke-width: 2;
stroke-dasharray: 9, 5;
stroke-dashoffset: 0;
stroke-linecap: round;
fill: none;
transition: 0.4s;
}
.elementor-widget-wgl-working-hours .elementor-widget-container .wgl-working-hours:hover .animated-dashes.inner-dashed-border {
animation-play-state: running;
} @media only screen and (max-width: 1370px) {
.wgl-testimonials.grid_col-5 .testimonials__item-wrap {
width: 23%;
}
.wgl_module_team.team-col_5 .team-item {
width: 25%;
}
.wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
clear: none;
}
.wgl_module_team.team-col_5 .team-item:nth-child(4n+1) {
clear: left;
}
}
@media only screen and (max-width: 1200px) {
body.elementor-page.single main .wgl-container,
.wgl-container {
width: 950px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container {
width: 950px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-default .elementor-row,
.wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-default .elementor-row {
width: calc(100% + 20px);
margin-left: -10px;
margin-right: -10px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-narrow .elementor-row,
.wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-narrow .elementor-row {
width: calc(100% + 10px);
margin-left: -5px;
margin-right: -5px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-extended .elementor-row,
.wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-extended .elementor-row {
width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wide .elementor-row,
.wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wide .elementor-row {
width: calc(100% + 40px);
margin-left: -20px;
margin-right: -20px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wider .elementor-row,
.wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wider .elementor-row {
width: calc(100% + 60px);
margin-left: -30px;
margin-right: -30px;
}
body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-default,
.wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(100% + 20px);
margin-left: -10px;
margin-right: -10px;
}
body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
.wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(100% + 10px);
margin-left: -5px;
margin-right: -5px;
}
body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
.wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
}
body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
.wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(100% + 40px);
margin-left: -20px;
margin-right: -20px;
}
body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
.wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(100% + 60px);
margin-left: -30px;
margin-right: -30px;
}
body.elementor-page main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
width: 950px;
}
body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 950px;
width: 100%;
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
max-width: calc(950px + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
max-width: calc(950px + 10px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
max-width: calc(950px + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
max-width: calc(950px + 40px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
max-width: calc(950px + 60px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(950px + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(950px + 10px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(950px + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(950px + 40px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(950px + 60px);
}
body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container,
body.new-elementor.single main .wgl-container .elementor-container .elementor-section-full_width .elementor-container,
body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-full_width .elementor-container {
width: 100%;
margin-left: auto;
margin-right: auto;
}
body.new-elementor main .wgl-container.wgl-content-sidebar, body.new-elementor.single main .wgl-container:not(.wgl-content-sidebar) {
padding-right: 0;
padding-left: 0;
}
.wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item {
width: 33.33333333%;
}
.wgl_module_team.team-col_5 .team-item:nth-child(4n+1), .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
clear: none;
}
.wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1) {
clear: left;
}
.wgl-testimonials.grid_col-5 .testimonials__item-wrap, .wgl-testimonials.grid_col-4 .testimonials__item-wrap {
width: 31.33333%;
}
.row:after {
clear: both;
}
.page_404_wrapper .main_404-wrapper {
margin-left: 0;
}
}
@media only screen and (max-width: 1024px) {
.wgl-testimonials.grid_col-5 .testimonials__item-wrap, .wgl-testimonials.grid_col-4 .testimonials__item-wrap, .wgl-testimonials.grid_col-3 .testimonials__item-wrap {
width: 48%;
}
.row .wgl_col-6,
.row .wgl_col-5,
.row .wgl_col-4,
.row .wgl_col-3,
.row .wgl_col-1-5,
.row .wgl_col-1-6 {
width: 50%;
}
.row .sidebar-container.wgl_col-3,
.row .sidebar-container.wgl_col-4,
.row #main-content.wgl_col-8,
.row #main-content.wgl_col-9 {
width: 100%;
}
.row .row .wgl_col-md-12 {
width: 100%;
}
.footer .row .wgl_col-3 {
margin-bottom: 30px;
}
.wgl-portfolio-single_item .wgl-portfolio-info_wrap > .wgl_col-8, .wgl-portfolio-single_item .wgl-portfolio-info_wrap > .wgl_col-4 {
width: 100%;
}
.page_404_wrapper {
background-image: none !important;
}
}
@media only screen and (max-width: 992px) {
body.elementor-page.single main .wgl-container,
.wgl-container {
width: 728px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container {
width: 728px;
}
body.elementor-page main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
width: 728px;
}
body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 728px;
width: 100%;
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
max-width: calc(728px + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
max-width: calc(728px + 10px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
max-width: calc(728px + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
max-width: calc(728px + 40px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
max-width: calc(728px + 60px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(728px + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(728px + 10px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(728px + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(728px + 40px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(728px + 60px);
}
main .alignwide {
width: auto;
margin-left: 0;
transform: translateX(0);
}
.page-header_content .page-header_title,
.page-header_content .page-header_breadcrumb {
display: block;
}
.page-header_align_left .page-header_breadcrumbs {
text-align: left;
}
.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
font-size: 125px;
line-height: 0.24;
margin-left: -74px;
}
.wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item {
width: 50%;
}
.wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1), .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
clear: none;
}
.wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1) {
clear: left;
}
.single-team .single_team_page .team-single_wrapper {
flex-direction: column;
background-position: top left;
background-size: contain;
}
.single-team .single_team_page .team-single_wrapper:before {
width: auto;
height: 100%;
left: 20px;
right: 20px;
top: 0;
bottom: 0;
}
.single-team .single_team_page .team-single_wrapper .team-image {
margin: auto;
position: relative;
max-width: unset;
}
.single-team .single_team_page .team-image_wrap {
margin: -40px 40px -42px 40px;
}
.single-team .single_team_page .team-info_icons {
left: 20px;
border-radius: 50px;
text-align: center;
}
.single-team .single_team_page .team-title:before {
left: 50%;
margin-left: -25px;
}
.single-team .single_team_page .team-title {
font-size: 36px;
}
.single-team .single_team_page .team-info_wrapper {
width: 100%;
margin-top: 29px;
margin-left: unset;
padding: 50px 30px;
}
.single-team .single_team_page .team-info_wrapper .team-title,
.single-team .single_team_page .team-info_wrapper .team-info_item {
text-align: center;
}
.single-team .single_team_page .wpb_content_element {
text-align: justify;
}
.page_404_wrapper {
padding: 0 30px;
}
.page_404_wrapper .main_404-wrapper {
margin-left: 0;
}
}
@media only screen and (max-width: 768px) {
.littledino_module_videobox.with_image.button_align-left .videobox_content {
left: 60px;
}
.littledino_module_videobox.with_image.button_align-right .videobox_content {
right: 60px;
}
.page-header_content .page-header_title + .page-header_breadcrumb {
padding-top: 5px;
}
.page-header_content .breadcrumbs {
white-space: normal;
}
}
@media only screen and (min-width: 768px) {
.row .wgl_col-12 {
width: 100%;
}
.row .wgl_col-11 {
width: 91.66666667%;
}
.row .wgl_col-10 {
width: 83.33333333%;
}
.row .wgl_col-9 {
width: 75%;
}
.row .wgl_col-8 {
width: 66.66666667%;
}
.row .wgl_col-7 {
width: 58.33333333%;
}
.row .wgl_col-6 {
width: 50%;
}
.row .wgl_col-5 {
width: 41.66666667%;
}
.row .wgl_col-4 {
width: 33.33333333%;
}
.row .wgl_col-3 {
width: 25%;
}
.row .wgl_col-1-5 {
width: 20%;
}
.row .wgl_col-1-6 {
width: 16.66%;
}
.row .wgl_col-2 {
width: 16.66666667%;
}
.row .wgl_col-1 {
width: 8.33333333%;
}
}
@media only screen and (max-width: 767px) {
.row .wgl_col-6,
.row .wgl_col-5,
.row .wgl_col-4,
.row .wgl_col-3,
.row .wgl_col-1-5,
.row .wgl_col-1-6 {
width: 100%;
}
.wpcf7 .call_to_action_1 .wgl_col-5,
.wpcf7 .call_to_action_1 .wgl_col-2 {
width: 100%;
}
.copyright {
text-align: center;
}
.littledino-post-navigation .separator_post-nav {
display: none;
}
body.elementor-page.single main .wgl-container,
.wgl-container {
width: 560px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container {
width: 560px;
}
body.elementor-page main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
width: 560px;
}
body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 560px;
width: 100%;
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
max-width: calc(560px + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
max-width: calc(560px + 10px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
max-width: calc(560px + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
max-width: calc(560px + 40px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
max-width: calc(560px + 60px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(560px + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(560px + 10px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(560px + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(560px + 40px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(560px + 60px);
}
.footer_top-area .row [class*=wgl_col-] + [class*=wgl_col-] {
margin-top: 35px;
}
.sidebar-container {
padding-top: 35px;
}
#comments .commentlist .comment .stand_comment,
#comments .commentlist .comment .children .stand_comment {
padding-left: 80px;
}
#comments .commentlist .comment .children .comment {
margin-left: 30px;
}
#comments .commentlist .comment .commentava,
#comments .commentlist .comment .children .stand_comment .commentava {
left: -60px;
height: 40px;
width: 40px;
}
.mobile_text_center,
.mobile-acenter {
text-align: center;
}
.format-standard .blog-post_wrapper,
.format-audio .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-link .blog-post_wrapper {
padding: 24px 24px 24px 24px;
}
.standard.sticky-post,
.format-standard.sticky-post .blog-post_wrapper {
padding: 12px 12px 12px 12px;
border-width: 12px;
}
.littledino_module_clients.items-3 .clients_image, .littledino_module_clients.items-4 .clients_image, .littledino_module_clients.items-5 .clients_image, .littledino_module_clients.items-6 .clients_image {
width: 50%;
}
.resp_align_center {
text-align: center !important;
}
.coming-soon.row .wgl_col-9 {
width: 75%;
}
.coming-soon.row .wgl_col-3 {
width: 25%;
}
.wgl_module_subtitle-wrapper .filter-after_subtite {
text-align: left;
}
ul.wgl-products li .woo_product_image .group_button-woo,
.woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo {
visibility: visible;
opacity: 1;
}
ul.wgl-products li .woo_product_image .group_button-woo > *,
.woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > * {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.littledino_module_pricing_plan.highlighter {
margin-left: auto;
margin-right: auto;
}
}
@media only screen and (max-width: 600px) {
body.elementor-page.single main .wgl-container,
.wgl-container {
width: 420px;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container {
width: 420px;
}
body.elementor-page main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
width: 420px;
}
body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 420px;
width: 100%;
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
max-width: calc(420px + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
max-width: calc(420px + 10px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
max-width: calc(420px + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
max-width: calc(420px + 40px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
max-width: calc(420px + 60px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(420px + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(420px + 10px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(420px + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(420px + 40px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(420px + 60px);
}
div[id*=wpadminb] {
top: -46px !important;
}
.littledino_module_ico_progress {
padding: 15px !important;
}
.littledino_module_ico_progress .littledino_module_button > a {
padding-left: 20px !important;
padding-right: 20px !important;
}
#sb_instagram .sbi_photo {
padding-bottom: 100%;
height: 0 !important;
}
#sb_instagram #sbi_images .sbi_item {
width: 33.3333% !important;
}
#sb_instagram #sbi_images .sbi_item:nth-child(even) {
margin-top: 0 !important;
}
#sb_instagram .sbi_photo:after {
font-size: 40px;
}
.single-team .single_team_page .team-info_item h5 + span {
display: block;
margin-left: unset;
}
.wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item, .wgl_module_team.team-col_2 .team-item {
width: 100%;
}
.wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1), .wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
clear: none;
}
.wgl-testimonials.grid_col-5 .testimonials__item-wrap, .wgl-testimonials.grid_col-4 .testimonials__item-wrap, .wgl-testimonials.grid_col-3 .testimonials__item-wrap, .wgl-testimonials.grid_col-2 .testimonials__item-wrap {
width: 100%;
}
#comments .commentlist .comment .stand_comment,
#comments .commentlist .comment .children .stand_comment {
padding-right: 20px;
}
#comments .commentlist .comment_info {
padding-right: 10px;
}
.page_404_wrapper .banner_404 {
font-size: 10px;
}
}
@media only screen and (max-width: 480px) {
body.elementor-page.single main .wgl-container,
.wgl-container {
width: 90%;
}
body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container {
width: 90%;
margin-left: auto;
margin-right: auto;
}
body.elementor-page main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
width: 90%;
}
body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100%;
width: 100%;
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
max-width: calc(90% + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
max-width: calc(90% + 10px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
max-width: calc(90% + 30px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
max-width: calc(90% + 40px);
}
body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
max-width: calc(90% + 60px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
width: calc(90% + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
width: calc(90% + 10px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
width: calc(90% + 30px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
width: calc(90% + 40px);
}
body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
width: calc(90% + 60px);
}
.littledino_module_infobox.layout_top .infobox_wrapper {
padding: 15px 15px 25px 20px;
}
.wgl_module_team .team-item_info {
padding: 28px 20px 15px;
}
.wgl_module_team .team-item_content:hover .team-item_excerpt {
padding-bottom: 10px;
padding-top: 10px;
margin-top: 10px;
}
#comments .commentlist .comment_author_says {
margin-bottom: 5px;
}
#comments .commentlist .comment .children .comment {
margin-left: 15px;
}
#comments .comment-reply-link {
position: relative;
}
.littledino_module_services_2 .services_logo {
left: 10%;
}
.littledino_module_services_2 .services_title,
.littledino_module_services_2 .services_subtitle {
left: 21%;
max-width: 75%;
}
.littledino_module_pricing_plan .pricing_header,
.littledino_module_pricing_plan .pricing_content,
.littledino_module_pricing_plan .pricing_footer {
padding-left: 35px;
padding-right: 35px;
}
.page_404_wrapper .banner_404_title {
font-size: 35px;
line-height: 1.5;
}
.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
font-size: 95px;
line-height: 0.3;
margin-left: -26px;
}
.littledino_module_videobox.title_pos-left .title {
margin-right: 15px;
}
.littledino_module_videobox.title_pos-right .title {
margin-left: 15px;
}
.coming-soon.row .wgl_col-9 {
width: 60%;
}
.coming-soon.row .wgl_col-3 {
width: 40%;
}
.single-team .single_team_page .team-single_wrapper {
box-shadow: none;
}
.single-team .single_team_page .team-title {
margin-bottom: 25px;
}
.single-team .single_team_page .team-info_wrapper {
margin-top: 60px;
padding: 20px;
font-size: 28px;
}
.single-team .single_team_page .team-info_item {
margin-bottom: 12px;
}
.cf7-inline .wpcf7 .wpcf7-form-control-wrap {
margin-right: 0;
}
.cf7-inline .wpcf7 input:not([type=submit]),
.cf7-inline .wpcf7 .wpcf7 select,
.cf7-inline .wpcf7 .wpcf7 textarea {
width: 100%;
}
}
@media only screen and (max-width: 379px) {
.page_404_wrapper .banner_404 {
font-size: 8px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
#comments .commentlist .comment .children .stand_comment {
padding-left: 90px;
}
#comments .commentlist .comment .children .stand_comment .commentava {
left: -70px;
width: 50px;
height: 50px;
}
} @media only screen and (min-width: 1280px) {
.text_desktop {
font-size: inherit !important;
line-height: inherit !important;
}
}
@media only screen and (min-width: 1024px) {
.text_tablet {
font-size: inherit !important;
line-height: inherit !important;
}
}
@media only screen and (min-width: 799px) {
.text_mobile {
font-size: inherit !important;
line-height: inherit !important;
}
}
@media only screen and (max-width: 1370px) {
.wgl_portfolio_list-first {
padding-left: 0;
padding-top: 0;
}
}
@media only screen and (min-width: 768px) {
.wgl_portfolio_list-first .littledino_module_double_headings.aleft {
margin-bottom: 0.78vw;
}
.wgl_portfolio_list-first .littledino_module_double_headings.aleft .heading_bgtitle {
font-size: 6.25vw !important;
padding-top: 1.825vw;
}
.wgl_portfolio_list-first .littledino_module_double_headings.aleft .heading_subtitle {
font-size: 1.15vw !important;
}
.wgl_portfolio_list-first .littledino_module_double_headings.aleft .heading_title {
font-size: 2.1vw !important;
margin-top: 0.54vw;
}
.wgl_portfolio_list-first > ul {
font-size: 0.9vw;
padding-bottom: 1vw;
}
.wgl_portfolio_list-first > ul li {
line-height: 1.88vw;
}
.wgl_portfolio_list-first .littledino_module_button {
margin-top: 0.78vw;
line-height: 1.565vw;
}
.wgl_portfolio_list-first .littledino_module_button > a {
font-size: 0.68vw;
padding: 0.72vw 1.5vw;
min-width: 8.05vw;
line-height: 1.05vw;
}
}
.theme-gradient .banner-widget_button {
border-width: 0px;
}
.theme-gradient input[type=submit],
.theme-gradient button {
padding-top: 10px;
padding-bottom: 10px;
}
.theme-gradient input[type=submit],
.theme-gradient .load_more_item,
.theme-gradient .littledino_404_button a,
.theme-gradient a.button.alt,
.theme-gradient .cart .button, .theme-gradient .woocommerce .cart input.button,
.theme-gradient .widget_shopping_cart .buttons a:not(.checkout),
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout),
.theme-gradient .woocommerce-message .button,
.theme-gradient #respond input#submit,
.theme-gradient ul.wgl-products li a.add_to_cart_button,
.theme-gradient ul.wgl-products li a.button,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward,
.theme-gradient div.product form.cart .button,
.theme-gradient .banner-widget_button,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount .button,
.theme-gradient .woocommerce form.checkout_coupon .form-row button.button, .theme-gradient.woocommerce-page #payment #place_order {
border-width: 0;
color: #ffffff !important;
}
.theme-gradient input[type=submit]:hover,
.theme-gradient .load_more_item:hover,
.theme-gradient .widget_price_filter .price_slider_amount button.button:hover,
.theme-gradient #respond input#submit:hover,
.theme-gradient a.button.alt:hover,
.theme-gradient .woocommerce-message .button:hover,
.theme-gradient .littledino_404_button a:hover,
.theme-gradient ul.wgl-products li a.add_to_cart_button:hover,
.theme-gradient ul.wgl-products li a.button:hover,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward:hover,
.theme-gradient div.product form.cart .button:hover,
.theme-gradient .banner-widget_button:hover,
.theme-gradient .blog-post_meta-categories a:hover,
.theme-gradient .wgl-portfolio-single_item .portfolio-category:hover,
.theme-gradient .banner-widget_button:hover,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount .button:hover,
.theme-gradient .widget_shopping_cart .buttons a:not(.checkout):hover,
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover,
.theme-gradient .woocommerce table.shop_table.cart input.button:hover,
.theme-gradient .woocommerce button.button[name=update_cart]:hover,
.theme-gradient .wc-proceed-to-checkout a.checkout-button:hover,
.theme-gradient .woocommerce form.checkout_coupon .form-row button.button:hover, .theme-gradient.woocommerce-page #payment #place_order:hover {
background-position: 100% !important;
}
.theme-gradient input[type=submit]:hover {
box-shadow: none !important;
}
.theme-gradient .rev_slider .rev-btn.gradient-button {
border-width: 0;
}
.theme-gradient .rev_slider .rev-btn.gradient-button:hover, .theme-gradient .rev_slider .rev-btn.gradient-button:active, .theme-gradient .rev_slider .rev-btn.gradient-button:focus {
background-position: 100% !important;
color: #fff;
}
@charset "UTF-8"; @font-face {
    font-family: eicons;
    src: url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.25.0);
    src: url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.25.0#iefix) format("embedded-opentype"),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.25.0) format("woff2"),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.25.0) format("woff"),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.25.0) format("truetype"),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.25.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: "\e800"
}

.eicon-editor-unlink:before {
    content: "\e801"
}

.eicon-editor-external-link:before {
    content: "\e802"
}

.eicon-editor-close:before {
    content: "\e803"
}

.eicon-editor-list-ol:before {
    content: "\e804"
}

.eicon-editor-list-ul:before {
    content: "\e805"
}

.eicon-editor-bold:before {
    content: "\e806"
}

.eicon-editor-italic:before {
    content: "\e807"
}

.eicon-editor-underline:before {
    content: "\e808"
}

.eicon-editor-paragraph:before {
    content: "\e809"
}

.eicon-editor-h1:before {
    content: "\e80a"
}

.eicon-editor-h2:before {
    content: "\e80b"
}

.eicon-editor-h3:before {
    content: "\e80c"
}

.eicon-editor-h4:before {
    content: "\e80d"
}

.eicon-editor-h5:before {
    content: "\e80e"
}

.eicon-editor-h6:before {
    content: "\e80f"
}

.eicon-editor-quote:before {
    content: "\e810"
}

.eicon-editor-code:before {
    content: "\e811"
}

.eicon-elementor:before {
    content: "\e812"
}

.eicon-elementor-circle:before {
    content: "\e813"
}

.eicon-pojome:before {
    content: "\e814"
}

.eicon-plus:before {
    content: "\e815"
}

.eicon-menu-bar:before {
    content: "\e816"
}

.eicon-apps:before {
    content: "\e817"
}

.eicon-accordion:before {
    content: "\e818"
}

.eicon-alert:before {
    content: "\e819"
}

.eicon-animation-text:before {
    content: "\e81a"
}

.eicon-animation:before {
    content: "\e81b"
}

.eicon-banner:before {
    content: "\e81c"
}

.eicon-blockquote:before {
    content: "\e81d"
}

.eicon-button:before {
    content: "\e81e"
}

.eicon-call-to-action:before {
    content: "\e81f"
}

.eicon-captcha:before {
    content: "\e820"
}

.eicon-carousel:before {
    content: "\e821"
}

.eicon-checkbox:before {
    content: "\e822"
}

.eicon-columns:before {
    content: "\e823"
}

.eicon-countdown:before {
    content: "\e824"
}

.eicon-counter:before {
    content: "\e825"
}

.eicon-date:before {
    content: "\e826"
}

.eicon-divider-shape:before {
    content: "\e827"
}

.eicon-divider:before {
    content: "\e828"
}

.eicon-download-button:before {
    content: "\e829"
}

.eicon-dual-button:before {
    content: "\e82a"
}

.eicon-email-field:before {
    content: "\e82b"
}

.eicon-facebook-comments:before {
    content: "\e82c"
}

.eicon-facebook-like-box:before {
    content: "\e82d"
}

.eicon-form-horizontal:before {
    content: "\e82e"
}

.eicon-form-vertical:before {
    content: "\e82f"
}

.eicon-gallery-grid:before {
    content: "\e830"
}

.eicon-gallery-group:before {
    content: "\e831"
}

.eicon-gallery-justified:before {
    content: "\e832"
}

.eicon-gallery-masonry:before {
    content: "\e833"
}

.eicon-icon-box:before {
    content: "\e834"
}

.eicon-image-before-after:before {
    content: "\e835"
}

.eicon-image-box:before {
    content: "\e836"
}

.eicon-image-hotspot:before {
    content: "\e837"
}

.eicon-image-rollover:before {
    content: "\e838"
}

.eicon-info-box:before {
    content: "\e839"
}

.eicon-inner-section:before {
    content: "\e83a"
}

.eicon-mailchimp:before {
    content: "\e83b"
}

.eicon-menu-card:before {
    content: "\e83c"
}

.eicon-navigation-horizontal:before {
    content: "\e83d"
}

.eicon-nav-menu:before {
    content: "\e83e"
}

.eicon-navigation-vertical:before {
    content: "\e83f"
}

.eicon-number-field:before {
    content: "\e840"
}

.eicon-parallax:before {
    content: "\e841"
}

.eicon-php7:before {
    content: "\e842"
}

.eicon-post-list:before {
    content: "\e843"
}

.eicon-post-slider:before {
    content: "\e844"
}

.eicon-post:before {
    content: "\e845"
}

.eicon-posts-carousel:before {
    content: "\e846"
}

.eicon-posts-grid:before {
    content: "\e847"
}

.eicon-posts-group:before {
    content: "\e848"
}

.eicon-posts-justified:before {
    content: "\e849"
}

.eicon-posts-masonry:before {
    content: "\e84a"
}

.eicon-posts-ticker:before {
    content: "\e84b"
}

.eicon-price-list:before {
    content: "\e84c"
}

.eicon-price-table:before {
    content: "\e84d"
}

.eicon-radio:before {
    content: "\e84e"
}

.eicon-rtl:before {
    content: "\e84f"
}

.eicon-scroll:before {
    content: "\e850"
}

.eicon-search:before {
    content: "\e851"
}

.eicon-select:before {
    content: "\e852"
}

.eicon-share:before {
    content: "\e853"
}

.eicon-sidebar:before {
    content: "\e854"
}

.eicon-skill-bar:before {
    content: "\e855"
}

.eicon-slider-3d:before {
    content: "\e856"
}

.eicon-slider-album:before {
    content: "\e857"
}

.eicon-slider-device:before {
    content: "\e858"
}

.eicon-slider-full-screen:before {
    content: "\e859"
}

.eicon-slider-push:before {
    content: "\e85a"
}

.eicon-slider-vertical:before {
    content: "\e85b"
}

.eicon-slider-video:before {
    content: "\e85c"
}

.eicon-slides:before {
    content: "\e85d"
}

.eicon-social-icons:before {
    content: "\e85e"
}

.eicon-spacer:before {
    content: "\e85f"
}

.eicon-table:before {
    content: "\e860"
}

.eicon-tabs:before {
    content: "\e861"
}

.eicon-tel-field:before {
    content: "\e862"
}

.eicon-text-area:before {
    content: "\e863"
}

.eicon-text-field:before {
    content: "\e864"
}

.eicon-thumbnails-down:before {
    content: "\e865"
}

.eicon-thumbnails-half:before {
    content: "\e866"
}

.eicon-thumbnails-right:before {
    content: "\e867"
}

.eicon-time-line:before {
    content: "\e868"
}

.eicon-toggle:before {
    content: "\e869"
}

.eicon-url:before {
    content: "\e86a"
}

.eicon-t-letter:before {
    content: "\e86b"
}

.eicon-wordpress:before {
    content: "\e86c"
}

.eicon-text:before {
    content: "\e86d"
}

.eicon-anchor:before {
    content: "\e86e"
}

.eicon-bullet-list:before {
    content: "\e86f"
}

.eicon-code:before {
    content: "\e870"
}

.eicon-favorite:before {
    content: "\e871"
}

.eicon-google-maps:before {
    content: "\e872"
}

.eicon-image:before {
    content: "\e873"
}

.eicon-photo-library:before {
    content: "\e874"
}

.eicon-woocommerce:before {
    content: "\e875"
}

.eicon-youtube:before {
    content: "\e876"
}

.eicon-flip-box:before {
    content: "\e877"
}

.eicon-settings:before {
    content: "\e878"
}

.eicon-headphones:before {
    content: "\e879"
}

.eicon-testimonial:before {
    content: "\e87a"
}

.eicon-counter-circle:before {
    content: "\e87b"
}

.eicon-person:before {
    content: "\e87c"
}

.eicon-chevron-right:before {
    content: "\e87d"
}

.eicon-chevron-left:before {
    content: "\e87e"
}

.eicon-close:before {
    content: "\e87f"
}

.eicon-file-download:before {
    content: "\e880"
}

.eicon-save:before {
    content: "\e881"
}

.eicon-zoom-in:before {
    content: "\e882"
}

.eicon-shortcode:before {
    content: "\e883"
}

.eicon-nerd:before {
    content: "\e884"
}

.eicon-device-desktop:before {
    content: "\e885"
}

.eicon-device-tablet:before {
    content: "\e886"
}

.eicon-device-mobile:before {
    content: "\e887"
}

.eicon-document-file:before {
    content: "\e888"
}

.eicon-folder-o:before {
    content: "\e889"
}

.eicon-hypster:before {
    content: "\e88a"
}

.eicon-h-align-left:before {
    content: "\e88b"
}

.eicon-h-align-right:before {
    content: "\e88c"
}

.eicon-h-align-center:before {
    content: "\e88d"
}

.eicon-h-align-stretch:before {
    content: "\e88e"
}

.eicon-v-align-top:before {
    content: "\e88f"
}

.eicon-v-align-bottom:before {
    content: "\e890"
}

.eicon-v-align-middle:before {
    content: "\e891"
}

.eicon-v-align-stretch:before {
    content: "\e892"
}

.eicon-pro-icon:before {
    content: "\e893"
}

.eicon-mail:before {
    content: "\e894"
}

.eicon-lock-user:before {
    content: "\e895"
}

.eicon-testimonial-carousel:before {
    content: "\e896"
}

.eicon-media-carousel:before {
    content: "\e897"
}

.eicon-section:before {
    content: "\e898"
}

.eicon-column:before {
    content: "\e899"
}

.eicon-edit:before {
    content: "\e89a"
}

.eicon-clone:before {
    content: "\e89b"
}

.eicon-trash:before {
    content: "\e89c"
}

.eicon-play:before {
    content: "\e89d"
}

.eicon-angle-right:before {
    content: "\e89e"
}

.eicon-angle-left:before {
    content: "\e89f"
}

.eicon-animated-headline:before {
    content: "\e8a0"
}

.eicon-menu-toggle:before {
    content: "\e8a1"
}

.eicon-fb-embed:before {
    content: "\e8a2"
}

.eicon-fb-feed:before {
    content: "\e8a3"
}

.eicon-twitter-embed:before {
    content: "\e8a4"
}

.eicon-twitter-feed:before {
    content: "\e8a5"
}

.eicon-sync:before {
    content: "\e8a6"
}

.eicon-import-export:before {
    content: "\e8a7"
}

.eicon-check-circle:before {
    content: "\e8a8"
}

.eicon-library-save:before {
    content: "\e8a9"
}

.eicon-library-download:before {
    content: "\e8aa"
}

.eicon-insert:before {
    content: "\e8ab"
}

.eicon-preview-medium:before {
    content: "\e8ac"
}

.eicon-sort-down:before {
    content: "\e8ad"
}

.eicon-sort-up:before {
    content: "\e8ae"
}

.eicon-heading:before {
    content: "\e8af"
}

.eicon-logo:before {
    content: "\e8b0"
}

.eicon-meta-data:before {
    content: "\e8b1"
}

.eicon-post-content:before {
    content: "\e8b2"
}

.eicon-post-excerpt:before {
    content: "\e8b3"
}

.eicon-post-navigation:before {
    content: "\e8b4"
}

.eicon-yoast:before {
    content: "\e8b5"
}

.eicon-nerd-chuckle:before {
    content: "\e8b6"
}

.eicon-nerd-wink:before {
    content: "\e8b7"
}

.eicon-comments:before {
    content: "\e8b8"
}

.eicon-download-circle-o:before {
    content: "\e8b9"
}

.eicon-library-upload:before {
    content: "\e8ba"
}

.eicon-save-o:before {
    content: "\e8bb"
}

.eicon-upload-circle-o:before {
    content: "\e8bc"
}

.eicon-ellipsis-h:before {
    content: "\e8bd"
}

.eicon-ellipsis-v:before {
    content: "\e8be"
}

.eicon-arrow-left:before {
    content: "\e8bf"
}

.eicon-arrow-right:before {
    content: "\e8c0"
}

.eicon-arrow-up:before {
    content: "\e8c1"
}

.eicon-arrow-down:before {
    content: "\e8c2"
}

.eicon-play-o:before {
    content: "\e8c3"
}

.eicon-archive-posts:before {
    content: "\e8c4"
}

.eicon-archive-title:before {
    content: "\e8c5"
}

.eicon-featured-image:before {
    content: "\e8c6"
}

.eicon-post-info:before {
    content: "\e8c7"
}

.eicon-post-title:before {
    content: "\e8c8"
}

.eicon-site-logo:before {
    content: "\e8c9"
}

.eicon-site-search:before {
    content: "\e8ca"
}

.eicon-site-title:before {
    content: "\e8cb"
}

.eicon-plus-square:before {
    content: "\e8cc"
}

.eicon-minus-square:before {
    content: "\e8cd"
}

.eicon-cloud-check:before {
    content: "\e8ce"
}

.eicon-drag-n-drop:before {
    content: "\e8cf"
}

.eicon-welcome:before {
    content: "\e8d0"
}

.eicon-handle:before {
    content: "\e8d1"
}

.eicon-cart:before {
    content: "\e8d2"
}

.eicon-product-add-to-cart:before {
    content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
    content: "\e8d4"
}

.eicon-product-categories:before {
    content: "\e8d5"
}

.eicon-product-description:before {
    content: "\e8d6"
}

.eicon-product-images:before {
    content: "\e8d7"
}

.eicon-product-info:before {
    content: "\e8d8"
}

.eicon-product-meta:before {
    content: "\e8d9"
}

.eicon-product-pages:before {
    content: "\e8da"
}

.eicon-product-price:before {
    content: "\e8db"
}

.eicon-product-rating:before {
    content: "\e8dc"
}

.eicon-product-related:before {
    content: "\e8dd"
}

.eicon-product-stock:before {
    content: "\e8de"
}

.eicon-product-tabs:before {
    content: "\e8df"
}

.eicon-product-title:before {
    content: "\e8e0"
}

.eicon-product-upsell:before {
    content: "\e8e1"
}

.eicon-products:before {
    content: "\e8e2"
}

.eicon-bag-light:before {
    content: "\e8e3"
}

.eicon-bag-medium:before {
    content: "\e8e4"
}

.eicon-bag-solid:before {
    content: "\e8e5"
}

.eicon-basket-light:before {
    content: "\e8e6"
}

.eicon-basket-medium:before {
    content: "\e8e7"
}

.eicon-basket-solid:before {
    content: "\e8e8"
}

.eicon-cart-light:before {
    content: "\e8e9"
}

.eicon-cart-medium:before {
    content: "\e8ea"
}

.eicon-cart-solid:before {
    content: "\e8eb"
}

.eicon-exchange:before {
    content: "\e8ec"
}

.eicon-preview-thin:before {
    content: "\e8ed"
}

.eicon-device-laptop:before {
    content: "\e8ee"
}

.eicon-collapse:before {
    content: "\e8ef"
}

.eicon-expand:before {
    content: "\e8f0"
}

.eicon-navigator:before {
    content: "\e8f1"
}

.eicon-plug:before {
    content: "\e8f2"
}

.eicon-dashboard:before {
    content: "\e8f3"
}

.eicon-typography:before {
    content: "\e8f4"
}

.eicon-info-circle-o:before {
    content: "\e8f5"
}

.eicon-integration:before {
    content: "\e8f6"
}

.eicon-plus-circle-o:before {
    content: "\e8f7"
}

.eicon-rating:before {
    content: "\e8f8"
}

.eicon-review:before {
    content: "\e8f9"
}

.eicon-tools:before {
    content: "\e8fa"
}

.eicon-loading:before {
    content: "\e8fb"
}

.eicon-sitemap:before {
    content: "\e8fc"
}

.eicon-click:before {
    content: "\e8fd"
}

.eicon-clock:before {
    content: "\e8fe"
}

.eicon-library-open:before {
    content: "\e8ff"
}

.eicon-warning:before {
    content: "\e900"
}

.eicon-flow:before {
    content: "\e901"
}

.eicon-cursor-move:before {
    content: "\e902"
}

.eicon-arrow-circle-left:before {
    content: "\e903"
}

.eicon-flash:before {
    content: "\e904"
}

.eicon-redo:before {
    content: "\e905"
}

.eicon-ban:before {
    content: "\e906"
}

.eicon-barcode:before {
    content: "\e907"
}

.eicon-calendar:before {
    content: "\e908"
}

.eicon-caret-left:before {
    content: "\e909"
}

.eicon-caret-right:before {
    content: "\e90a"
}

.eicon-caret-up:before {
    content: "\e90b"
}

.eicon-chain-broken:before {
    content: "\e90c"
}

.eicon-check-circle-o:before {
    content: "\e90d"
}

.eicon-check:before {
    content: "\e90e"
}

.eicon-chevron-double-left:before {
    content: "\e90f"
}

.eicon-chevron-double-right:before {
    content: "\e910"
}

.eicon-undo:before {
    content: "\e911"
}

.eicon-filter:before {
    content: "\e912"
}

.eicon-circle-o:before {
    content: "\e913"
}

.eicon-circle:before {
    content: "\e914"
}

.eicon-clock-o:before {
    content: "\e915"
}

.eicon-cog:before {
    content: "\e916"
}

.eicon-cogs:before {
    content: "\e917"
}

.eicon-commenting-o:before {
    content: "\e918"
}

.eicon-copy:before {
    content: "\e919"
}

.eicon-database:before {
    content: "\e91a"
}

.eicon-dot-circle-o:before {
    content: "\e91b"
}

.eicon-envelope:before {
    content: "\e91c"
}

.eicon-external-link-square:before {
    content: "\e91d"
}

.eicon-eyedropper:before {
    content: "\e91e"
}

.eicon-folder:before {
    content: "\e91f"
}

.eicon-font:before {
    content: "\e920"
}

.eicon-adjust:before {
    content: "\e921"
}

.eicon-lightbox:before {
    content: "\e922"
}

.eicon-heart-o:before {
    content: "\e923"
}

.eicon-history:before {
    content: "\e924"
}

.eicon-image-bold:before {
    content: "\e925"
}

.eicon-info-circle:before {
    content: "\e926"
}

.eicon-link:before {
    content: "\e927"
}

.eicon-long-arrow-left:before {
    content: "\e928"
}

.eicon-long-arrow-right:before {
    content: "\e929"
}

.eicon-caret-down:before {
    content: "\e92a"
}

.eicon-paint-brush:before {
    content: "\e92b"
}

.eicon-pencil:before {
    content: "\e92c"
}

.eicon-plus-circle:before {
    content: "\e92d"
}

.eicon-zoom-in-bold:before {
    content: "\e92e"
}

.eicon-sort-amount-desc:before {
    content: "\e92f"
}

.eicon-sign-out:before {
    content: "\e930"
}

.eicon-spinner:before {
    content: "\e931"
}

.eicon-square:before {
    content: "\e932"
}

.eicon-star-o:before {
    content: "\e933"
}

.eicon-star:before {
    content: "\e934"
}

.eicon-text-align-justify:before {
    content: "\e935"
}

.eicon-text-align-center:before {
    content: "\e936"
}

.eicon-tags:before {
    content: "\e937"
}

.eicon-text-align-left:before {
    content: "\e938"
}

.eicon-text-align-right:before {
    content: "\e939"
}

.eicon-close-circle:before {
    content: "\e93a"
}

.eicon-trash-o:before {
    content: "\e93b"
}

.eicon-font-awesome:before {
    content: "\e93c"
}

.eicon-user-circle-o:before {
    content: "\e93d"
}

.eicon-video-camera:before {
    content: "\e93e"
}

.eicon-heart:before {
    content: "\e93f"
}

.eicon-wrench:before {
    content: "\e940"
}

.eicon-help:before {
    content: "\e941"
}

.eicon-help-o:before {
    content: "\e942"
}

.eicon-zoom-out-bold:before {
    content: "\e943"
}

.eicon-plus-square-o:before {
    content: "\e944"
}

.eicon-minus-square-o:before {
    content: "\e945"
}

.eicon-minus-circle:before {
    content: "\e946"
}

.eicon-minus-circle-o:before {
    content: "\e947"
}

.eicon-code-bold:before {
    content: "\e948"
}

.eicon-cloud-upload:before {
    content: "\e949"
}

.eicon-search-bold:before {
    content: "\e94a"
}

.eicon-map-pin:before {
    content: "\e94b"
}

.eicon-meetup:before {
    content: "\e94c"
}

.eicon-slideshow:before {
    content: "\e94d"
}

.eicon-t-letter-bold:before {
    content: "\e94e"
}

.eicon-preferences:before {
    content: "\e94f"
}

.eicon-table-of-contents:before {
    content: "\e950"
}

.eicon-tv:before {
    content: "\e951"
}

.eicon-upload:before {
    content: "\e952"
}

.eicon-instagram-comments:before {
    content: "\e953"
}

.eicon-instagram-nested-gallery:before {
    content: "\e954"
}

.eicon-instagram-post:before {
    content: "\e955"
}

.eicon-instagram-video:before {
    content: "\e956"
}

.eicon-instagram-gallery:before {
    content: "\e957"
}

.eicon-instagram-likes:before {
    content: "\e958"
}

.eicon-facebook:before {
    content: "\e959"
}

.eicon-twitter:before {
    content: "\e95a"
}

.eicon-pinterest:before {
    content: "\e95b"
}

.eicon-frame-expand:before {
    content: "\e95c"
}

.eicon-frame-minimize:before {
    content: "\e95d"
}

.eicon-archive:before {
    content: "\e95e"
}

.eicon-colors-typography:before {
    content: "\e95f"
}

.eicon-custom:before {
    content: "\e960"
}

.eicon-footer:before {
    content: "\e961"
}

.eicon-header:before {
    content: "\e962"
}

.eicon-layout-settings:before {
    content: "\e963"
}

.eicon-lightbox-expand:before {
    content: "\e964"
}

.eicon-error-404:before {
    content: "\e965"
}

.eicon-theme-style:before {
    content: "\e966"
}

.eicon-search-results:before {
    content: "\e967"
}

.eicon-single-post:before {
    content: "\e968"
}

.eicon-site-identity:before {
    content: "\e969"
}

.eicon-theme-builder:before {
    content: "\e96a"
}

.eicon-download-bold:before {
    content: "\e96b"
}

.eicon-share-arrow:before {
    content: "\e96c"
}

.eicon-global-settings:before {
    content: "\e96d"
}

.eicon-user-preferences:before {
    content: "\e96e"
}

.eicon-lock:before {
    content: "\e96f"
}

.eicon-export-kit:before {
    content: "\e970"
}

.eicon-import-kit:before {
    content: "\e971"
}

.eicon-lottie:before {
    content: "\e972"
}

.eicon-products-archive:before {
    content: "\e973"
}

.eicon-single-product:before {
    content: "\e974"
}

.eicon-disable-trash-o:before {
    content: "\e975"
}

.eicon-single-page:before {
    content: "\e976"
}

.eicon-wordpress-light:before {
    content: "\e977"
}

.eicon-cogs-check:before {
    content: "\e978"
}

.eicon-custom-css:before {
    content: "\e979"
}

.eicon-global-colors:before {
    content: "\e97a"
}

.eicon-globe:before {
    content: "\e97b"
}

.eicon-typography-1:before {
    content: "\e97c"
}

.eicon-background:before {
    content: "\e97d"
}

.eicon-device-responsive:before {
    content: "\e97e"
}

.eicon-device-wide:before {
    content: "\e97f"
}

.eicon-code-highlight:before {
    content: "\e980"
}

.eicon-video-playlist:before {
    content: "\e981"
}

.eicon-download-kit:before {
    content: "\e982"
}

.eicon-kit-details:before {
    content: "\e983"
}

.eicon-kit-parts:before {
    content: "\e984"
}

.eicon-kit-upload:before {
    content: "\e985"
}

.eicon-kit-plugins:before {
    content: "\e986"
}

.eicon-kit-upload-alt:before {
    content: "\e987"
}

.eicon-hotspot:before {
    content: "\e988"
}

.eicon-paypal-button:before {
    content: "\e989"
}

.eicon-shape:before {
    content: "\e98a"
}

.eicon-wordart:before {
    content: "\e98b"
}

.eicon-checkout:before {
    content: "\e98c"
}

.eicon-container:before {
    content: "\e98d"
}

.eicon-flip:before {
    content: "\e98e"
}

.eicon-info:before {
    content: "\e98f"
}

.eicon-my-account:before {
    content: "\e990"
}

.eicon-purchase-summary:before {
    content: "\e991"
}

.eicon-page-transition:before {
    content: "\e992"
}

.eicon-spotify:before {
    content: "\e993"
}

.eicon-stripe-button:before {
    content: "\e994"
}

.eicon-woo-settings:before {
    content: "\e995"
}

.eicon-woo-cart:before {
    content: "\e996"
}

.eicon-grow:before {
    content: "\e997"
}

.eicon-order-end:before {
    content: "\e998"
}

.eicon-nowrap:before {
    content: "\e999"
}

.eicon-order-start:before {
    content: "\e99a"
}

.eicon-progress-tracker:before {
    content: "\e99b"
}

.eicon-shrink:before {
    content: "\e99c"
}

.eicon-wrap:before {
    content: "\e99d"
}

.eicon-align-center-h:before {
    content: "\e99e"
}

.eicon-align-center-v:before {
    content: "\e99f"
}

.eicon-align-end-h:before {
    content: "\e9a0"
}

.eicon-align-end-v:before {
    content: "\e9a1"
}

.eicon-align-start-h:before {
    content: "\e9a2"
}

.eicon-align-start-v:before {
    content: "\e9a3"
}

.eicon-align-stretch-h:before {
    content: "\e9a4"
}

.eicon-align-stretch-v:before {
    content: "\e9a5"
}

.eicon-justify-center-h:before {
    content: "\e9a6"
}

.eicon-justify-center-v:before {
    content: "\e9a7"
}

.eicon-justify-end-h:before {
    content: "\e9a8"
}

.eicon-justify-end-v:before {
    content: "\e9a9"
}

.eicon-justify-space-around-h:before {
    content: "\e9aa"
}

.eicon-justify-space-around-v:before {
    content: "\e9ab"
}

.eicon-justify-space-between-h:before {
    content: "\e9ac"
}

.eicon-justify-space-between-v:before {
    content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
    content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
    content: "\e9af"
}

.eicon-justify-start-h:before {
    content: "\e9b0"
}

.eicon-justify-start-v:before {
    content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
    content: "\e9b2"
}

.eicon-woocommerce-notices:before {
    content: "\e9b3"
}

.eicon-inner-container:before {
    content: "\e9b4"
}

.eicon-warning-full:before {
    content: "\e9b5"
}

.eicon-exit:before {
    content: "\e9b6"
}

.eicon-loop-builder:before {
    content: "\e9b7"
}

.eicon-notes:before {
    content: "\e9b8"
}

.eicon-read:before {
    content: "\e9b9"
}

.eicon-unread:before {
    content: "\e9ba"
}

.eicon-carousel-loop:before {
    content: "\e9bb"
}

.eicon-mega-menu:before {
    content: "\eb78"
}

.eicon-nested-carousel:before {
    content: "\e9bd"
}

.eicon-ai:before {
    content: "\e9be"
}

.eicon-taxonomy-filter:before {
    content: "\eb7d"
}

.eicon-container-grid:before {
    content: "\ef02"
}

.eicon-upgrade:before {
    content: "\e9c1"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: flex-end
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 30px
}

@media (min-width: -1) {
    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child {
        order:10
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child,.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order:0
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width: -1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order:0
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        order:10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}

.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end:var(--e-a-border);padding-block-end: 10px;
    margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}

.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start:10px;display: flex;
    justify-content: flex-end;
    gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
    background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
    background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    margin-inline-end:5px}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor *,.elementor :after,.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,.elementor iframe,.elementor object,.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width:100%
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width:100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full,.elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0,0,0,.3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
}

.elementor-custom-embed-play i,.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width: -1) {
    .elementor-widescreen-align-center {
        text-align:center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1) {
    .elementor-laptop-align-center {
        text-align:center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1) {
    .elementor-tablet_extra-align-center {
        text-align:center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align:center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1) {
    .elementor-mobile_extra-align-center {
        text-align:center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align:center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        flex-wrap:wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height:100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width: 1024px) {
    .elementor-row {
        flex-wrap:wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-10,.elementor-column[data-col="10"] {
        width:10%
    }

    .elementor-column.elementor-col-11,.elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,.elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,.elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,.elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,.elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,.elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,.elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,.elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,.elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,.elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,.elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,.elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,.elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,.elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,.elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,.elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width:10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width:10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width:10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width: -1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order:0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: -1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order:0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr)
}

@media (min-width: -1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content:"desktop"
    }
}

@media (min-width: -1) {
    #elementor-device-mode:after {
        content:"widescreen"
    }
}

@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"laptop";
        content: "tablet_extra"
    }
}

@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content:"tablet"
    }
}

@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"mobile_extra"
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content:"mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-block-start-width: 0px;
    --border-inline-end-width: 0px;
    --border-block-end-width: 0px;
    --border-inline-start-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%,var(--container-max-width,1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-block-start: 0px;
    --margin-inline-end: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --padding-block-start: var(--container-default-padding-block-start,10px);
    --padding-inline-end: var(--container-default-padding-inline-end,10px);
    --padding-block-end: var(--container-default-padding-block-end,10px);
    --padding-inline-start: var(--container-default-padding-inline-start,10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing,20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3,1fr);
    --e-con-grid-template-rows: repeat(2,1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin-block-start:var(--bc-margin-block-start,var(--margin-block-start));margin-inline-end: var(--bc-margin-inline-end,var(--margin-inline-end));
    margin-block-end:var(--bc-margin-block-end,var(--margin-block-end));margin-inline-start: var(--bc-margin-inline-start,var(--margin-inline-start));
    padding-inline-start:var(--bc-padding-inline-start,var(--padding-inline-start));padding-inline-end: var(--bc-padding-inline-end,var(--padding-inline-end));
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start:var(--bc-padding-block-start,var(--padding-block-start));padding-block-end: var(--bc-padding-block-end,var(--padding-block-end))
}

.e-con-full.e-flex,.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start:0;padding-inline-end:0;height: 100%
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
    --margin-inline-end: auto;
    --margin-inline-start: auto;
    max-width: min(100%,var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end:0}

.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition,.3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width:var(--border-block-start-width);border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width:var(--border-block-end-width);border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width),100%);
    height: max(100% + var(--border-block-start-width) + var(--border-block-end-width),100%)
}

.e-con:before {
    transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
}

.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width:var(--border-block-start-width);border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width:var(--border-block-end-width);border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width),100%);
    height: max(100% + var(--border-block-start-width) + var(--border-block-end-width),100%)
}

@media (max-width: 767px) {
    :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display:none
    }
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width: 767px) {
    .e-con.e-flex {
        --width:100%;
        --flex-wrap: wrap
    }
}

.e-con {
    --bc-margin-block-start: var(--margin-top);
    --bc-margin-block-end: var(--margin-bottom);
    --bc-margin-inline-start: var(--margin-left);
    --bc-margin-inline-end: var(--margin-right);
    --bc-padding-block-start: var(--padding-top);
    --bc-padding-block-end: var(--padding-bottom);
    --bc-padding-inline-start: var(--padding-left);
    --bc-padding-inline-end: var(--padding-right)
}

[dir=rtl] .e-con {
    --bc-margin-inline-start: var(--margin-right);
    --bc-margin-inline-end: var(--margin-left);
    --bc-padding-inline-start: var(--padding-right);
    --bc-padding-inline-end: var(--padding-left)
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0,0,0,.3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0,0%,93.3%,.9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0,0%,93.3%,.9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0,-50%,1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0,0%,93.3%,0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s;
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding:70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio,1.77777)
}

@supports not (aspect-ratio: 1/1) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square {
        position:relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh,90vw);
    height: min(90vh,90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width:85vw;
        max-height: 85vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width:95vw;
        max-height: 95vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline:none
    }

    .elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0,0,0,.5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0,0,0,.3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right,flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content:var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content:var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
        display:none
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display:none
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display:none
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra {
        display:none
    }
}

@media (min-width: 1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display:none
    }
}

@media (min-width: -1) {
    .elementor .elementor-hidden-widescreen {
        display:none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill,transparent);
    stroke: var(--stroke-color,transparent);
    stroke-width: var(--stroke-width,1px);
    transition: var(--stroke-transition) stroke,var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction,ltr);
    transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover,var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-block-start: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-end: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-block-end: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-start: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}

.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start:var(--n-tabs-title-padding-block-start);padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end:var(--n-tabs-title-padding-block-end);padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (max-width: 767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: 1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end:var(--n-accordion-item-title-space-between)}

.elementor-widget-n-accordion .e-n-accordion-item-title,: where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start:0;margin-block-end:0}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: var(--n-accordion-icon-size);
    font-size: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end:var(--n-accordion-item-title-distance-from-content);color: var(--n-accordion-title-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1em;
    height: 1em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d5d8dc
}

@media (max-width: 767px) {
    .elementor-accordion .elementor-tab-title {
        padding:12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: var(--dismiss-icon-horizontal-position,10px);
    top: var(--dismiss-icon-vertical-position,10px);
    padding: 3px;
    font-size: var(--dismiss-icon-size,20px);
    line-height: 1;
    background: transparent;
    color: var(--dismiss-icon-normal-color,inherit);
    border: none;
    cursor: pointer;
    transition-duration: var(--dismiss-icon-hover-transition-duration,.3s)
}

.elementor-alert button.elementor-alert-dismiss:hover {
    color: var(--dismiss-icon-hover-color,inherit)
}

.elementor-alert button.elementor-alert-dismiss svg {
    width: var(--dismiss-icon-size,20px);
    height: var(--dismiss-icon-size,20px);
    fill: var(--dismiss-icon-normal-color,currentColor);
    transition-duration: var(--dismiss-icon-hover-transition-duration,.3s)
}

.elementor-alert button.elementor-alert-dismiss svg:hover {
    fill: var(--dismiss-icon-hover-color,currentColor)
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width: 767px) {
    .elementor-alert {
        padding:10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-counter .elementor-counter-number-wrapper {
    display: flex;
    font-size: 69px;
    font-weight: 600;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix {
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #0c0d0e;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator {
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider {
    width: var(--container-widget-width,100%);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

@media (min-width: 768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width:50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width:50%
    }
}

@media (max-width: 479px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width:100%
    }
}

.elementor-widget-google_maps .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-google_maps .elementor-custom-embed {
    line-height: 0
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: block;
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin,15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items:flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: flex
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin,15px);
    margin-right: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin,15px);
    margin-left: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin,15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: -1) {
    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: -1) {
    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: -1) {
    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 1024px) {
    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: -1) {
    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: block;
        flex: unset
    }
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align,center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset,initial)
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size,1em);
    height: var(--e-icon-list-icon-size,1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (min-width: -1) {
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: -1) {
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: -1) {
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: 1024px) {
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: -1) {
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: 767px) {
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width: 768px) {
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display:flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left:auto!important;
        margin-right: auto!important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    border-radius: 2px
}

.elementor-progress-bar {
    display: flex;
    background-color: #69727d;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width: 767px) {
    .elementor-progress-text {
        padding-left:10px
    }
}

.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper {
    height: auto
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap,5px);
    grid-row-gap: var(--grid-row-gap,5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content,center);
    justify-items: var(--justify-content,center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size,25px);
    line-height: var(--icon-size,25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #69727d;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #69727d
}

.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width,var(--spacer-size));
    --align-self: var(--container-widget-align-self,initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height,var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty {
    position: relative;
    min-height: 22px;
    min-width: 22px
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 22px;
    height: 22px
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: flex;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width: 1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align:right;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align:right;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial,Helvetica,sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "★"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d5d8dc
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: var(--focus-outline,none)
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d5d8dc
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible {
    border: 1px solid #000
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width: 767px) {
    .elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title {
        border-style:solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width: 768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display:flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        flex-direction: column
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        justify-content: center
    }

    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
        justify-content: flex-end
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
        width: 100%
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
        height: 100%
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d5d8dc;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    margin-inline-start:-5px;width: 1em;
    height: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d5d8dc;
    display: none
}

@media (max-width: 767px) {
    .elementor-toggle .elementor-tab-title {
        padding:12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.elementor-widget-video .elementor-wrapper {
    aspect-ratio: var(--video-aspect-ratio)
}

.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000
}

@supports not (aspect-ratio: 1/1) {
    .elementor-widget-video .elementor-wrapper {
        position:relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%;
    aspect-ratio: var(--video-aspect-ratio);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@supports not (aspect-ratio: 1/1) {
    .elementor-widget-video .elementor-custom-embed-image-overlay {
        position:relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-custom-embed-image-overlay img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-rating {
    --e-rating-gap: 0px;
    --e-rating-icon-font-size: 16px;
    --e-rating-icon-color: #ccd6df;
    --e-rating-icon-marked-color: #f0ad4e;
    --e-rating-icon-marked-width: 100%;
    --e-rating-justify-content: flex-start
}

.elementor-widget-rating .e-rating {
    display: flex;
    justify-content: var(--e-rating-justify-content)
}

.elementor-widget-rating .e-rating-wrapper {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-end:calc(0px - var(--e-rating-gap));margin-inline-end: calc(0px - var(--e-rating-gap))
}

.elementor-widget-rating .e-rating .e-icon {
    position: relative;
    margin-block-end:var(--e-rating-gap);margin-inline-end: var(--e-rating-gap)
}

.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked {
    --e-rating-icon-color: var(--e-rating-icon-marked-color);
    width: var(--e-rating-icon-marked-width);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.elementor-widget-rating .e-rating .e-icon-wrapper :is(i,svg) {
    display: flex;
    flex-shrink: 0
}

.elementor-widget-rating .e-rating .e-icon-wrapper i {
    font-size: var(--e-rating-icon-font-size);
    color: var(--e-rating-icon-color)
}

.elementor-widget-rating .e-rating .e-icon-wrapper svg {
    width: auto;
    height: var(--e-rating-icon-font-size);
    fill: var(--e-rating-icon-color)
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0,0%,93.3%,.9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-swiper-button svg {
    fill: hsla(0,0%,93.3%,.9);
    height: 1em;
    width: 1em
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    transform: translate3d(0,-50%,1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}
.elementor-widget-heading .elementor-heading-title {
    color: var( --e-global-color-primary );
}

.elementor-widget-image .widget-image-caption {
    color: var( --e-global-color-text );
}

.elementor-widget-text-editor {
    color: var( --e-global-color-text );
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}

.elementor-widget-button .elementor-button {
    background-color: var( --e-global-color-accent );
}

.elementor-widget-divider {
    --divider-color: var( --e-global-color-secondary );
}

.elementor-widget-divider .elementor-divider__text {
    color: var( --e-global-color-secondary );
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var( --e-global-color-secondary );
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var( --e-global-color-secondary );
    border-color: var( --e-global-color-secondary );
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var( --e-global-color-secondary );
}

.elementor-widget-image-box .elementor-image-box-title {
    color: var( --e-global-color-primary );
}

.elementor-widget-image-box .elementor-image-box-description {
    color: var( --e-global-color-text );
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon {
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: var( --e-global-color-primary );
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: var( --e-global-color-primary );
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var( --e-global-color-text );
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: var( --e-global-color-text );
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: var( --e-global-color-text );
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: var( --e-global-color-primary );
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: var( --e-global-color-primary );
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: var( --e-global-color-secondary );
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: var( --e-global-color-primary );
}

.elementor-widget-counter .elementor-counter-title {
    color: var( --e-global-color-secondary );
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-progress .elementor-title {
    color: var( --e-global-color-primary );
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: var( --e-global-color-text );
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: var( --e-global-color-primary );
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: var( --e-global-color-secondary );
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a {
    color: var( --e-global-color-primary );
}

.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: var( --e-global-color-accent );
}

.elementor-widget-tabs .elementor-tab-content {
    color: var( --e-global-color-text );
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
    color: var( --e-global-color-primary );
}

.elementor-widget-accordion .elementor-accordion-icon svg {
    fill: var( --e-global-color-primary );
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: var( --e-global-color-accent );
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
    fill: var( --e-global-color-accent );
}

.elementor-widget-accordion .elementor-tab-content {
    color: var( --e-global-color-text );
}

.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon {
    color: var( --e-global-color-primary );
}

.elementor-widget-toggle .elementor-toggle-icon svg {
    fill: var( --e-global-color-primary );
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: var( --e-global-color-accent );
}

.elementor-widget-toggle .elementor-tab-content {
    color: var( --e-global-color-text );
}

.elementor-widget-wgl-button a.elementor-button, .elementor-widget-wgl-button .elementor-button {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-wgl-pricing-table a.elementor-button, .elementor-widget-wgl-pricing-table .elementor-button {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-wgl-pricing-table a.elementor-button:hover, .elementor-widget-wgl-pricing-table .elementor-button:hover, .elementor-widget-wgl-pricing-table a.elementor-button:focus, .elementor-widget-wgl-pricing-table .elementor-button:focus {
    background-color: var( --e-global-color-secondary );
    border-color: var( --e-global-color-primary );
}
.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
    src: url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//wgl-dsites.net/littledino/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}
@charset "UTF-8";
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:auto}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;margin-left:auto!important;margin-right:auto!important;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important;text-decoration-line:underline;text-underline-position:under}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
.animated {
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
}
}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; } .wp-block-themepunch-revslider { position: relative }   rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }
rs-sbg-px { pointer-events: none }
.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }
.rs-forcehidden * { visibility: hidden !important; } .rs_splitted_lines { display: block; white-space: nowrap !important}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: auto;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus
{
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}
.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }
rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }
rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }
rs-sbg-effectwrap {
position:absolute;top:0px;left:0px;width:100%;height:100%
}
rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }
rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}
a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }
a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }
.entry-content rs-module a, rs-module a { box-shadow: none; }
.rs-ov-hidden 		{ 	overflow:hidden !important;}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}
.rs-parallax-hidden-of rs-slide { overflow:hidden !important}
.tp-simpleresponsive img,
rs-module img{
max-width:none !important;
transition: none;
margin:0px;
padding:0px;
border:none;
}
rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}
rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }
.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}
.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}
.rs-layer-video { overflow: hidden }
.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }
rs-module rs-layer,
rs-module .rs-layer {
opacity: 0;
position:relative;
visibility: hidden; display: block;
-webkit-font-smoothing: antialiased !important;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-osx-font-smoothing: grayscale;
z-index:1;
font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
user-select: none;	
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
margin-bottom:0;
}
.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; } rs-carousel-wrap {
cursor:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
cursor:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
cursor: default;
}
rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;} .tp_inner_padding {
box-sizing:border-box;
max-height:none !important;
}
.rs-layer.rs-selectable {
user-select: text;	
}
rs-px-mask {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
max-width: none !important;
border: none;
}
rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);} rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }
rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
{ transform-style:flat;} @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ 
rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
}
.safarifix rs-layer-wrap {
perspective: 1000000;
}
@-moz-document url-prefix() {
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap { perspective: none; }
}
rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}
rs-column-wrap .rs-parallax-wrap  { vertical-align: top }
.rs-layer img,
rs-layer img { vertical-align: top }
rs-row,
rs-row.rs-layer 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto;
font-size:0px;
}
.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}
rs-column-wrap {
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;
font-size:0px;
}
rs-column {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
rs-cbg-mask-wrap {
position: absolute;
z-index: 0;
box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
position: absolute;
z-index: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.rs-pelock * { pointer-events: none !important;}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
visibility:hidden !important;
display:none !important
}  a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
pointer-events: none !important
}
rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden} rs-static-layers.rs-stl-back {
z-index:0;
}
.rs-stl-visible{
overflow: visible !important;
}
.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.tp-layer-inner-rotation {
position: relative !important;
} img.tp-slider-alternative-image	{
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}
.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; }
.rs-fsv video				{	background: #000}
.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid rs-poster	{	display: none}
.tp-video-play-button					{
background:#000;
background:rgba(0,0,0,0.3);
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
z-index: 4;
opacity: 0;
transition:opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button{
opacity: 1;
transition: none !important;
z-index: 6;
}
.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }
@supports not (-ms-high-contrast:none) { .rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; } rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute;
z-index:-2;
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;
border-radius:100px / 20px;
} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }
.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}
.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-burger {
position: relative;
box-sizing: border-box;
padding: 22px 14px 22px 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 70%;}
50% {opacity: 0;top: 70%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
border-radius: 50%;
animation: rev-ani-mouse 2.5s linear infinite;
background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
background: #333;
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{
border-radius: 3px;
}
.rev-cbutton-light	{
color: #333;
background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr	{
color: #333;
border-radius: 3px;
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
line-height: 37px;
width:37px;
height:37px;
}
.rev-sbutton-blue	{
background-color: #3B5998
}
.rev-sbutton-lightblue	{
background-color: #00A0D1;
}
.rev-sbutton-red	{
background-color: #DD4B39;
} rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px } .rs-layer img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}  .rs-layer .rs-starring				{	display: inline-block}
.rs-layer .rs-starring .star-rating {
float: none;
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.rs-layer .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} rs-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
rs-loader.off {
display: none !important;
}
rs-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner5 	{
background-image:url(//wgl-dsites.net/littledino/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
rs-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);}
100% {transform: scale(1.0);opacity: 0;}
}
rs-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);}
40% {transform: scale(1.0);}
}
rs-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
rs-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);}
50% { transform: scale(1.0);}
}
rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }
rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}
a.rs-layer { transition: none } rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
rs-poster 						 { cursor:pointer; z-index:3; }
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }  .rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
width: auto;
margin: 0;
line-height: inherit;
box-sizing: inherit;
} rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important} .rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
.dddwrapper { transform-style: flat;perspective: 10000px; } .rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}
.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);} @media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
.willow{filter:grayscale(1) contrast(.95) brightness(.9)}
.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%} rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}} .bgcanvas { display: none; position: absolute; overflow: hidden; } .RSscrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
} .avada-has-rev-slider-styles .rev_slider_wrapper {
transform:none;
}
:root {
    --woocommerce: #7F54B3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7F54B3;
    --wc-primary-text: white;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead {
    display: none
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0
}

.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th {
    display: none
}

.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr {
    display: block
}

.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right!important
}

.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left!important
}

.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left
}

.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0,0,0,.025)
}

.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left
}

.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none
}

.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: .125em .25em .125em 0
}

.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%
}

.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none!important
}

.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary {
    float: none;
    width: 100%
}

.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail {
    display: none
}

.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {
    text-align: left
}

.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: .5em
}

.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before {
    content: " ";
    display: table
}

.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after {
    clear: both
}

.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    box-sizing: border-box
}

.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button {
    float: right
}

.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    text-align: left
}

.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none
}

.woocommerce #payment .terms,.woocommerce-page #payment .terms {
    text-align: left;
    padding: 0
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em
}

.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0
}

.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%
}

.single-product .twentythirteen .panel {
    padding-left: 20px!important;
    padding-right: 20px!important
}
