.elementor-widget-wts-textseparator .elementor-widget-container {
overflow: hidden;
}
.wts-eae-textseparator {
align-items: center;
display: flex;
flex-flow: row nowrap;
margin: auto;
}
body.rtl .wts-eae-textseparator {
flex-direction: row-reverse;
}
.eae-separator-icon-inner i {
height: 1em;
width: 1em;
text-align: center;
position: relative;
display: block;
}
.eae-separator-icon-inner i:before {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.wts-eae-textseparator .eae-sep-holder {
flex: 1 1 auto;
height: 1px;
min-width: 10%;
position: relative;
}
.wts-eae-textseparator .eae-sep-holder .eae-sep-lines {
border-top-width: 1px;
display: block;
height: 1px;
position: relative;
top: 1px;
width: 100%;
}
.eae-separator-title {
margin: 0;
-moz-box-flex: 0;
flex: 0 1 auto;
line-height: 1em;
margin: 0;
overflow-wrap: break-word;
}
.sep-align-right .sep-right {
display: none;
}
.sep-align-left .sep-left {
display: none;
}
.eae-icon-view-stacked i {
color: #fff;
}
.eae-icon-view-framed .eae-separator-icon-inner {
border: 1px solid;
}
.eae-icon-shape-circle .eae-separator-icon-inner {
border-radius: 50%;
}
.eae-separator-icon-wrapper,
.eae-separator-title {
margin: 0 5px !important;
}
.eae-separator-icon-inner {
line-height: 1;
} .wts-price-box-wrapper .eae-pt-heading,
.wts-price-box-wrapper .eae-pt-sub-heading {
margin: 5px 0;
text-align: center;
}
.plan-price-shape {
display: table;
height: 6em;
margin: auto;
width: 6em;
}
.eae-pt-price-box-shape-circle .plan-price-shape,
.eae-pt-price-box-shape-square .plan-price-shape {
border: 1px solid;
}
.eae-pt-price-box-shape-circle .plan-price-shape {
border-radius: 50%;
}
.plan-price-block {
padding: 10px 0;
}
.plan-price-shape-inner {
display: table-cell;
vertical-align: middle;
padding: 10px;
}
.plan-price-shape-inner > span {
display: block;
font-size: 1em;
text-align: center;
}
.eae-pt-feature-list {
list-style: outside none none;
text-align: center;
margin: 10px 0;
}
.eae-pt-button-wrapper > a {
text-align: center;
display: inline-block;
line-height: 1;
}
.eae-pt-button-wrapper {
text-align: center;
}
.wts-price-box-wrapper .heading-wrapper,
.wts-price-box-wrapper .plan-features-wrapper {
padding: 10px 5px;
}
.eae-pt-button-wrapper {
padding: 15px 0;
}
.eae-pt-button-wrapper a {
padding: 5px 15px;
border-radius: 3px;
}
.eae-pt-align-icon-right {
float: right;
}
.strike-feature {
text-decoration: line-through;
} .eae-flip-box {
width: 100%;
text-align: center;
}
.eae-flip-box-wrapper {
display: inline-block;
width: 100%;
}
.eae-flip-box-inner {
width: 100%;
height: 200px;
position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.eae-flip-box-inner .eae-flip-box-front,
.eae-flip-box-inner .eae-flip-box-back {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
text-align: center;
padding: 10px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}
.eae-flip-box-front {
z-index: 2;
}
.eae-flip-box-back {
z-index: 1;
}
.eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-front {
-webkit-transform: perspective(1000px) rotateX(0deg);
-ms-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-back {
-webkit-transform: perspective(1000px) rotateX(180deg);
transform: perspective(1000px) rotateX(180deg);
-ms-transform: perspective(1000px) rotateX(180deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-front {
-webkit-transform: perspective(1000px) rotateX(180deg);
transform: perspective(1000px) rotateX(180deg);
-ms-transform: perspective(1000px) rotateX(180deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-back {
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg);
-ms-transform: perspective(1000px) rotateX(0deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-front {
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg);
-ms-transform: perspective(1000px) rotateY(0deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-back {
-webkit-transform: perspective(1000px) rotateY(180deg);
transform: perspective(1000px) rotateY(180deg);
-ms-transform: perspective(1000px) rotateY(180deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-front {
-webkit-transform: perspective(1000px) rotateY(180deg);
transform: perspective(1000px) rotateY(180deg);
-ms-transform: perspective(1000px) rotateY(180deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-back {
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg);
-ms-transform: perspective(1000px) rotateY(0deg);
}
.eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-front {
opacity: 1;
}
.eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-back {
opacity: 0;
}
.eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-front {
opacity: 0;
}
.eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-back {
opacity: 1;
}
.eae-flip-box-wrapper:hover .eae-flip-box-back,
.eae-flip-box-wrapper:focus .eae-flip-box-back {
z-index: 2;
}
.eae-flip-box-wrapper:hover .eae-flip-box-front,
.eae-flip-box-wrapper:focus .eae-flip-box-front {
z-index: 1;
}
.fade .eae-flip-box-wrapper .eae-flip-box-front {
opacity: 1;
transition: 1s;
}
.fade .eae-flip-box-wrapper .eae-flip-box-back {
opacity: 0;
transition: 1s;
}
.fade .eae-flip-box-wrapper:hover .eae-flip-box-front,
.fade .eae-flip-box-wrapper:focus .eae-flip-box-front {
opacity: 0;
}
.fade .eae-flip-box-wrapper:hover .eae-flip-box-back,
.fade .eae-flip-box-wrapper:focus .eae-flip-box-back {
opacity: 1;
}
.eae-fb-animate-flip .eae-flip-box-wrapper {
perspective: 800px;
}
.eae-fb-animate-flip .eae-flip-box-inner {
transform-style: preserve-3d;
transform: rotateX(0) rotateY(0) rotateZ(0);
transition: 1s;
}
.eae-fb-animate-flip .eae-flip-box-front {
transform: translate3d(0, 0, 1px);
}
.eae-fb-animate-flip .eae-flip-box-back {
transform: rotateY(180deg) translate3d(0, 0, 0);
}
.eae-fb-animate-flip .eae-flip-box-wrapper:hover .eae-flip-box-inner,
.eae-fb-animate-flip .eae-flip-box-wrapper:focus .eae-flip-box-inner {
transform: rotateY(180deg);
}
.up .eae-flip-box-front {
transform: translate3d(0, 0, 1px);
}
.up .eae-flip-box-back {
transform: rotateX(180deg) translate3d(0, 0, 0);
}
.up .eae-flip-box-wrapper:hover .eae-flip-box-inner,
.up .eae-flip-box-wrapper:focus .eae-flip-box-inner {
transform: rotateX(180deg);
}
.box .eae-flip-box-front {
transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.box .eae-flip-box-back {
transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.box.up .eae-flip-box-back {
transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.hideback .eae-flip-box-front,
.hideback .eae-flip-box-back {
backface-visibility: hidden;
}
.eae-fb-animate-nananana .eae-flip-box-wrapper {
}
.eae-fb-animate-nananana .eae-flip-box-wrapper:hover .eae-flip-box-front,
.eae-fb-animate-nananana .eae-flip-box-wrapper:focus .eae-flip-box-front {
z-index: 10;
animation: batman 1s 2 alternate linear;
} .eae-fb-animate-flipcard .eae-flip-box-front,
.eae-fb-animate-flipcard .eae-flip-box-back {
transition: transform 0.4s ease;
transform-origin: center center -150px;
-webkit-transform-origin: center center -150px;
} .flipcard-rotate-top-down .eae-flip-box-front {
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-top-down .eae-flip-box-back {
transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-top-down
.eae-flip-box-wrapper:hover
.eae-flip-box-front {
transform: rotateX(-90deg) rotateY(0) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-top-down
.eae-flip-box-wrapper:hover
.eae-flip-box-back {
z-index: 99999;
transform: rotateX(0deg) rotateY(0deg) rotateZ(0);
} .flipcard-rotate-down-top .eae-flip-box-front {
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-down-top .eae-flip-box-back {
transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-down-top
.eae-flip-box-wrapper:hover
.eae-flip-box-front {
transform: rotateX(90deg) rotateY(0) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-down-top
.eae-flip-box-wrapper:hover
.eae-flip-box-back {
z-index: 99999;
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
} .flipcard-rotate-left-right .eae-flip-box-front {
transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-left-right .eae-flip-box-back {
transform: perspective(0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-left-right
.eae-flip-box-wrapper:hover
.eae-flip-box-front {
transform: perspective(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-left-right
.eae-flip-box-wrapper:hover
.eae-flip-box-back {
z-index: 99999;
transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
} .flipcard-rotate-right-left .eae-flip-box-front {
transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-right-left .eae-flip-box-back {
transform: perspective(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-right-left
.eae-flip-box-wrapper:hover
.eae-flip-box-front {
transform: perspective(0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-right-left
.eae-flip-box-wrapper:hover
.eae-flip-box-back {
z-index: 99999;
transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
@keyframes batman {
0% {
transform: scale(1, 1) rotateZ(0);
}
100% {
transform: scale(0, 0) rotateZ(720deg);
opacity: 0;
}
}
.eae-flip-box-front i,
.eae-flip-box-back i {
font-size: 32px;
height: 1em;
width: 1em;
position: relative;
display: block;
}
.eae-flip-box-front i:before,
.eae-flip-box-back i:before {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
transform: translate(-50%);
}
.eae-fb-icon-view-framed {
border: 1px solid #92be43;
}
.eae-fb-icon-shape-circle {
border-radius: 50%;
}
.eae-flip-box-wrapper .icon-wrapper {
display: inline-block;
padding: 10px;
line-height: 1;
}
.eae-flip-box-wrapper .front-icon-title,
.eae-flip-box-wrapper .back-icon-title {
margin: 10px auto;
color: #fff;
}
.eae-flip-box-wrapper .flipbox-content {
display: block;
position: relative;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.flipbox-content p {
margin-bottom: 10px;
}
.eae-fb-button {
display: inline-block;
padding: 5px 10px;
}
.eae-flip-box-front {
background: #a0ce4e;
}
.eae-flip-box-back {
background: #73b9dc;
}
@media only screen and (max-width: 768px) {
.flipbox-content,
.eae-flip-box-front,
.eae-flip-box-back {
cursor: pointer;
overflow: visible !important;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
} .elementor-widget-wts-shape-separator svg {
display: block;
} .wts-eae-pl-wrapper ul {
margin: 0;
}
.wts-eae-pl-wrapper ul li {
list-style: none;
overflow: hidden;
margin-bottom: 10px;
}
.eae-pl-img-align-none .eae-pl-image-wrapper a {
text-align: center;
}
.eae-pl-title {
margin: 0;
}
.eae-pl-title a {
display: block;
}
.eae-pl-readmore a {
display: inline-block;
border-radius: 2px;
color: #fff;
padding: 4px 8px;
}  .eae-at-animation-text-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.eae-at-animation-text-wrapper .eae-at-animation-text {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
[data-elementor-device-mode="mobile"] .eae-at-animation-text {
white-space: normal;
}
.eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
position: relative;
}
.no-js .eae-at-animation-text-wrapper .eae-at-animation-text {
opacity: 0;
}
.no-js .eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
opacity: 1;
}
.eae-animtext-wrapper {
font-size: 40px;
} .eae-st-rest-text {
display: inline-block;
}
.eae-st-split-text {
display: inline-block;
}
body.rtl .eae-st-transform-text-title {
display: flex;
flex-direction: row-reverse;
}
body.rtl .eae-text-align-left .eae-st-transform-text-title {
justify-content: flex-start;
}
body.rtl .eae-text-align-right .eae-st-transform-text-title {
justify-content: flex-end;
}
body.rtl .eae-text-align-center .eae-st-transform-text-title {
justify-content: center;
} .eae-at-animation.type .eae-at-animation-text-wrapper {
vertical-align: bottom;
overflow: hidden;
}
.eae-at-animation.type .eae-at-animation-text-wrapper::after { content: "";
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
}
.eae-at-animation.type .eae-at-animation-text-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.eae-at-animation.type .eae-at-animation-text-wrapper.selected::after {
visibility: hidden;
}
.eae-at-animation.type .eae-at-animation-text {
visibility: hidden;
}
.eae-at-animation.type .eae-at-animation-text.is-visible {
visibility: visible;
}
.eae-at-animation.type i {
position: absolute;
visibility: hidden;
}
.eae-at-animation.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
}  .eae-img-comp-container {
width: 100%;
position: relative;
text-align: center;
}
.eae-img-comp-container img {
vertical-align: middle;
}
.eae-img-comp-img { position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
overflow: hidden;
transform: translateZ(0px);
backface-visibility: hidden;
}
.eae-img-comp-img img {
display: block;
max-width: 100%;
width: 100%;
}
.eae-img-comp-slider {
position: absolute;
z-index: 9; width: 40px;
height: 40px;
background-color: #2196f3;
opacity: 1;
border-radius: 50%;
}
.icon-horizontal {
cursor: ew-resize;
}
.icon-vertical {
cursor: n-resize;
}
.eae-img-comp-overlay {
}
.mode-horizontal .eae-img-comp-overlay img {
position: absolute;
left: 0;
top: 0;
display: block;
width: auto;
height: 100% !important;
max-width: none !important;
}
.mode-vertical .eae-img-comp-overlay img {
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: auto !important;
max-width: none !important;
}
.eae-slider-icon,
.eae-img-comp-slider svg {
top: 50%;
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 50%;
color: white;
}
.elementor-widget-wts-ab-image {
text-align: center;
}
.elementor-widget-wts-ab-image .elementor-widget-container {
display: inline-block;
margin: 0 auto !important;
overflow: hidden;
}
.eae-text-before {
position: absolute !important;
padding: 10px;
transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
color: #d36118;
z-index: 0;
background: rgba(255, 255, 255, 0.5);
margin: 20px;
}
.eae-text-after {
position: absolute !important;
padding: 10px;
transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
color: #d36118;
z-index: 0;
background: rgba(255, 255, 255, 0.5);
margin: 20px;
} .divTest {
display: inline-block;
background-color: #00a0d2;
padding: 20px;
}        .eae-particle-wrapper {
position: absolute;
left: 0;
top: 0;
}
.eae-particle-wrapper.eae-particle-area {
width: 100%;
height: 100%;
}
body:not(.elementor-editor-active) .eae-particle-wrapper {
width: 100%;
height: 100%;
}
body:not(.elementor-editor-active)
.eae-particle-wrapper
.particles-js-canvas-el {
height: 100%;
position: absolute;
z-index: 0;
}
body:not(.elementor-editor-active)
.eae-particle-wrapper
.tsparticles-canvas-el {
height: 100%;
position: absolute !important;
z-index: 0 !important;
}
body.elementor-editor-active .eae-particle-areas .tsparticles-canvas-el {
z-index: 0 !important;
height: 100%;
width: 100%;
position: absolute !important;
}  .eae-section-bs {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left:0;
}
.eae-section-bs-inner {
width: 100%;
height: 100% !important;
} .eae-popup.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.eae-popup-link {
padding: 12px 24px;
color: #fff;
display: inline-flex;
line-height: 1;
}
.eae-popup-link svg {
fill: #fff;
}
.eae-popup-link:hover {
color: #fff;
}
.eae-popup.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.eae-popup .mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.eae-popup .mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.eae-popup .mfp-align-top .mfp-container:before {
display: none;
}
.eae-popup .mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.eae-modal-content {
padding: 20px;
}
.eae-pop-btn-align-left .eae-popup-wrapper {
text-align: left;
}
.eae-pop-btn-align-right .eae-popup-wrapper {
text-align: right;
}
.eae-pop-btn-align-center .eae-popup-wrapper {
text-align: center;
}
.eae-pop-btn-align-justify .eae-popup-wrapper {
text-align: center;
}
.eae-pop-btn-align-justify .eae-popup-wrapper a {
display: block;
}
.eae-popup .mfp-inline-holder .mfp-content,
.eae-popup .mfp-ajax-holder .mfp-content {
width: 50%;
background-color: #fff;
cursor: auto;
overflow: hidden;
}
.eae-popup .mfp-ajax-cur {
cursor: progress;
}
.eae-popup .mfp-zoom-out-cur,
.eae-popup .mfp-zoom-out-cur .mfp-image-holder .eae-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.eae-popup .mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.eae-popup.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.eae-popup .eae-close,
.eae-popup .mfp-arrow,
.eae-popup .mfp-preloader,
.eae-popup .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.eae-popup .mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.eae-popup .mfp-preloader a {
color: #ccc;
}
.eae-popup .mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.eae-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.eae-popup .eae-close {
width: 28px;
height: 28px;
line-height: 1em;
position: absolute;
right: 10px;
top: 10px;
text-decoration: none;
text-align: center;
opacity: 1;
color: #fff;
font-size: 28px;
z-index: 1500;
}
.eae-close:hover,
.eae-close:focus {
opacity: 1;
cursor: pointer;
}
.eae-close:active {
top: 1px;
}
.eae-close:before {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.eae-popup.eae-close-btn-in .eae-close {
color: #fff;
}
.mfp-image-holder .eae-close,
.mfp-iframe-holder .eae-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .eae-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .eae-popup .mfp-figure {
line-height: 0;
}
.eae-popup .mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.eae-popup .mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.eae-popup .mfp-figure figure {
margin: 0;
}
.eae-popup .mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.eae-popup .mfp-title {
text-align: left;
line-height: 1;
word-wrap: break-word;
color: #ffffff;
background-color: #4054b2;
padding: 20px 20px 20px 20px;
}
.eae-popup .mfp-image-holder .mfp-content {
max-width: 100%;
}
.eae-popup .mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .eae-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
.elementor-element.eae-animated-gradient-yes,
.elementor-element.eae-animated-gradient-yes .animated-gradient {
background-size: 400% 400% !important;
-webkit-animation: AnimateGradient 15s ease-in-out infinite;
-moz-animation: AnimateGradient 15s ease-in-out infinite;
animation: AnimateGradient 15s ease-in-out infinite;
}
.animated-gradient {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
@-webkit-keyframes AnimateGradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@-moz-keyframes AnimateGradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes AnimateGradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} .eae-swiper-outer-wrapper .swiper-slide {
height: auto;
overflow: inherit;
}
.eae-swiper-outer-wrapper .swiper-slide-wrapper,
.eae-swiper-outer-wrapper .testimonial-wrapper {
height: 100%;
}
.eae-grid {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.eae-masonry- .eae-grid-item {
position: relative;
height: 100%;
}
.eae-masonry- .eae-grid-item .testimonial-wrapper {
height: 100%;
}
.eae-grid-container {
transition: 0.1s all ease;
}
.eae-grid-container {
display: inline-block;
}
.wrapper .content {
margin: 10px 0;
} .skin-2.testimonial-wrapper {
display: flex;
flex-direction: column;
background-color: #9c989821;
min-height: 300px;
padding: 10px 20px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #696969;
}
.skin-2 .content-wrapper {
padding: 10px;
position: relative;
background-color: #fff;
border-radius: 10px;
color: #77778e;
}
.skin-2 i.before-content,
.skin-2 i.after-content {
position: absolute;
}
.skin-2 i.before-content {
top: 10px;
left: 20px;
}
.skin-2 i.after-content {
bottom: 10px;
right: 20px;
}
.skin-2 blockquote {
position: relative;
font-size: 14px;
padding: 10px;
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
font-style: italic;
}
.skin-2 blockquote::before,
.skin-2 blockquote::after {
font-family: "FontAwesome";
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
.skin-2 blockquote::before {
top: 10px;
left: 20px;
}
.skin-2 blockquote::after {
content: "\201D";
right: 20px;
}
.skin-2 .image-wrapper {
position: relative;
max-width: 100%;
text-align: center;
}
.skin-2 img {
width: 100px;
border-radius: 25%;
}
.skin-2 .detail-wrapper {
text-align: center;
}
.skin-2 .rating-wrapper,
.skin-2 .title,
.skin-2 .designation,
.skin-2 .company {
padding: 5px 0;
}
.skin-2 .rating-wrapper {
color: #000080;
}
.skin-2 .title {
font-weight: 800;
color: #000000;
}
.skin-2 blockquote p {
margin: 10px 0 !important;
} .skin-1.testimonial-wrapper {
display: flex;
flex-direction: column;
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: black;
}
.skin-1 .content-wrapper {
order: 0;
}
.skin-1 .image-wrapper {
order: 1;
text-align: center;
margin: 15px 0;
}
.skin-1 .detail-wrapper {
order: 2;
}
.skin-1 .content-wrapper {
padding: 10px;
position: relative;
}
.skin-1 i.before-content,
.skin-1 i.after-content {
position: absolute;
}
.skin-1 i.before-content {
top: 10px;
left: 20px;
}
.skin-1 i.after-content {
bottom: 10px;
right: 20px;
}
.skin-1 blockquote {
position: relative;
background-color: #ffffff;
font-size: 14px;
padding: 10px;
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
font-style: italic;
}
.skin-1 blockquote::before,
.skin-1 blockquote::after {
font-family: "FontAwesome";
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
.skin-1 blockquote::before {
top: 10px;
left: 20px;
}
.skin-1 blockquote::after {
content: "\201D";
right: 20px;
}
.skin-1 .image-wrapper {
position: relative;
max-width: 100%;
}
.skin-1 img {
width: 100px;
height: auto;
border-radius: 50%;
}
.skin-1 .detail-wrapper {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
padding: 10px;
background-color: rgba(157, 163, 156, 0.18);
}
.skin-1 .rating-wrapper,
.skin-1 .title,
.skin-1 .designation {
margin: 0 5px;
}
.skin-1 .title-wrapper {
display: flex;
flex-direction: row;
}
.skin-1 .rating-wrapper {
color: #fecc1f;
} .skin-4.testimonial-wrapper {
flex-direction: column;
display: flex;
background-color: #bfbfb6bd;
min-height: 300px;
padding: 10px 0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #77778e;
}
.skin-4 .content-wrapper {
padding: 10px;
position: relative;
}
.skin-4 .content-wrapper {
order: 2;
color: #3c3c3c;
}
.skin-4 i.before-content,
.skin-4 i.after-content {
position: absolute;
}
.skin-4 i.before-content {
top: 10px;
left: 20px;
}
.skin-4 i.after-content {
bottom: 10px;
right: 20px;
}
.skin-4 blockquote {
position: relative;
font-size: 14px;
padding: 10px;
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
font-style: italic;
}
.skin-4 blockquote::before,
.skin-4 blockquote::after {
font-family: "FontAwesome";
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
.skin-4 blockquote::before {
top: 10px;
left: 20px;
}
.skin-4 blockquote::after {
content: "\201D";
right: 20px;
}
.skin-4 .image-wrapper {
position: relative;
max-width: 100%;
text-align: center;
}
.skin-4 img {
width: 100px;
border-radius: 50%;
}
.skin-4 .detail-wrapper {
text-align: center;
}
.skin-4 .rating-wrapper,
.skin-2 .title,
.skin-2 .designation {
padding: 5px 0;
}
.skin-4 .rating-wrapper {
color: #690a69;
}
.skin-4 .title {
font-weight: 800;
color: #000000;
} .skin-3.testimonial-wrapper {
display: flex;
flex-direction: row;
background-color: #9c989821;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: black;
overflow: hidden;
}
.skin-3 .content-section {
display: flex;
flex-direction: column;
align-self: center;
}
.skin-3 .content-wrapper {
padding: 10px;
position: relative;
}
.skin-3 i.before-content,
.skin-2 i.after-content {
position: absolute;
}
.skin-3 i.before-content {
top: 10px;
left: 20px;
}
.skin-3 i.after-content {
bottom: 10px;
right: 20px;
}
.skin-3 blockquote {
position: relative;
font-size: 18px;
padding: 10px;
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
font-style: italic;
}
.skin-3 blockquote::before,
.skin-3 blockquote::after {
font-family: "FontAwesome";
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
.skin-3 blockquote::before {
top: 10px;
left: 20px;
}
.skin-3 blockquote::after {
content: "\201D";
right: 20px;
}
.skin-3 .image-wrapper {
position: relative;
max-width: 30%;
max-height: 250px;
text-align: center;
align-self: center;
}
.skin-3 img {
width: 100%;
}
.testimonial-wrapper .skin-3 .eae-person-avatar {
border-radius: 50%;
}
.skin-3 .detail-wrapper {
text-align: left;
padding-left: 20px;
}
.skin-3 .rating-wrapper,
.skin-3 .title,
.skin-3 .designation {
padding: 3px 0;
}
.skin-3 .rating-wrapper {
color: #800040;
}
.skin-3 .title {
font-weight: 800;
}
.eae-swiper-outer-wrapper .swiper-button-prev {
-webkit-mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
background-image: none;
background-color: #007aff;
transform: translateY(-50%);
margin-top: 0px;
}
.eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-prev {
-webkit-mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
}
.eae-swiper-outer-wrapper .swiper-button-next {
-webkit-mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
background-image: none;
background-color: #007aff;
transform: translateY(-50%);
margin-top: 0px;
}
.eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-next {
-webkit-mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
} .eae-swiper-outer-wrapper
.swiper-button-prev, .eae-swiper-outer-wrapper
.swiper-button-next {
-webkit-mask: none;
mask: none;
-webkit-mask-size: unset;
mask-size: unset;
background-image: none;
background-color: unset;
width: auto;
height: auto;
transform: translateY(-50%);
margin-top: 0px;
}
.swiper-container .swiper-button-next i,
.swiper-container .swiper-button-prev i {
width: 1em;
height: 1em;
text-align: center;
position: relative;
}
.elementor-widget-wts-testimonial-slider
.eae-swiper-outer-wrapper
.eae-swiper-button-wrapper {
position: absolute;
height: auto;
line-height: 0;
}
.eae-hpos-right.eae-vpos-top .eae-swiper-button-wrapper {
bottom: auto;
top: 0;
width: auto;
right: 0;
}
.eae-vpos-top.eae-hpos-left .eae-swiper-button-wrapper {
bottom: auto;
top: 0;
width: auto;
left: 0;
}
.eeae-hpos-right.eae-vpos-bottom .eae-swiper-button-wrapper {
bottom: 0;
top: auto;
width: auto;
right: 0;
}
.eae-vpos-bottom.eae-hpos-left .eae-swiper-button-wrapper {
bottom: 0;
top: auto;
width: auto;
left: 0;
}
.eae-hpos-right.eae-vpos-middle .eae-swiper-button-wrapper {
bottom: auto;
top: 50%;
width: auto;
right: 0;
}
.eae-hpos-left.eae-vpos-middle .eae-swiper-button-wrapper {
bottom: auto;
top: 50%;
width: auto;
left: 0;
}
.eae-hpos-right .swiper-button-prev,
.eae-hpos-left .swiper-button-prev,
.eae-hpos-right .swiper-button-next,
.eae-hpos-left .swiper-button-next {
position: relative;
display: inline-block;
right: auto;
left: auto;
}
.eae-hpos-right.eae-vpos-bottom .swiper-button-prev,
.eae-hpos-right.eae-vpos-bottom .swiper-button-next {
top: auto;
bottom: 0;
transform: unset;
}
.eae-hpos-right.eae-vpos-top .swiper-button-next,
.eae-hpos-right.eae-vpos-top .swiper-button-prev {
top: 0;
bottom: auto;
transform: unset;
}
.eae-hpos-left.eae-vpos-top .swiper-button-prev,
.eae-hpos-left.eae-vpos-top .swiper-button-next {
top: 0;
bottom: auto;
transform: unset;
}
.eae-hpos-left.eae-vpos-bottom .swiper-button-next,
.eae-hpos-left.eae-vpos-bottom .swiper-button-prev {
top: auto;
bottom: 0;
transform: unset;
}
.eae-hpos-center.eae-vpos-bottom .swiper-button-next,
.eae-hpos-center.eae-vpos-bottom .swiper-button-prev {
top: auto;
bottom: 0;
transform: unset;
}
.eae-hpos-center.eae-vpos-top .swiper-button-next,
.eae-hpos-center.eae-vpos-top .swiper-button-prev {
top: 0;
bottom: auto;
transform: unset;
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .eae-info-circle {
position: relative;
width: 90%;
margin: 0 auto;
border-radius: 50%;
display: block;
}
.eae-info-circle:before {
content: "";
display: block;
position: absolute;
top: 4%;
left: 4%;
width: 92%;
height: 92%;
border-radius: 50%;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
pointer-events: none;
}
.eae-info-circle:after {
content: "";
display: block;
padding-top: 100%;
}
.eae-info-circle .eae-ic-icon-wrap {
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
z-index: 2;
line-height: 1em;
vertical-align: middle;
overflow: hidden;
max-width: 100%;
}
.eae-info-circle .eae-info-circle-item {
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.eae-info-circle
.eae-info-circle-item.eae-active
.eae-info-circle-item__content-wrap {
visibility: visible;
opacity: 1;
display: flex;
}
.eae-info-circle .eae-info-circle-item__content-wrap {
visibility: visible;
display: none;
height: 91%;
width: 91%;
opacity: 0;
top: 50%;
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 50%;
border-radius: 50%;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.eae-info-circle .eae-info-circle-item__content-wrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.eae-info-circle .eae-info-circle-item__content {
display: inline-block;
top: 50%;
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 50%;
vertical-align: middle;
z-index: 1;
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
width: 75%;
} @media screen and (max-width: 767px) {
.eae-info-circle.eae-info-circle .eae-info-circle-item__content-wrap:before {
display: none;
}
.eae-info-circle:before,
.eae-info-circle:after {
display: none;
}
.eae-info-circle {
width: 100% !important;
}
.eae-info-circle-wrapper:before,
.eae-info-circle-wrapper:after {
display: none;
}
.eae-info-circle .eae-ic-icon-wrap {
display: block;
text-align: center;
position: relative !important;
left: unset !important;
margin-left: 0 !important;
margin-top: 0 !important;
margin-bottom: 10px;
}
.eae-info-circle-item {
position: relative !important;
border-radius: 0 !important;
padding: 0px;
margin: 10px 0;
}
.eae-info-circle .eae-info-circle-item__content-wrap {
visibility: visible;
opacity: 1 !important;
display: flex !important;
border-radius: 0 !important;
border: none !important;
margin: 0 !important;
padding-right: 0 !important;
padding-left: 0 !important;
padding-bottom: 0 !important;
width: 100%;
height: auto;
line-height: 1.5em;
position: relative;
top: unset;
left: unset;
transform: unset;
}
.eae-info-circle .eae-info-circle-item__content {
position: relative;
top: unset;
left: unset;
transform: unset;
width: 100%;
padding: 10px;
}
} .eae-icon-wrap i {
height: 1.25em;
width: 1.25em;
line-height: 1.25em;
display: block;
}
.eae-icon-wrap i img {
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
position: absolute;
}
.eae-icon {
display: inline-block;
text-align: center;
vertical-align: middle;
max-width: 100%;
overflow: hidden;
padding: 10px;
}
.eae-icon-shape-circle:not(.elementor-element) {
border-radius: 50%;
}
.eae-icon-view-framed:not(.elementor-element) {
border-width: 1px;
border-style: solid;
}
.eae-icon-wrapper {
display: flex;
}
.eae-icon-wrapper .eae-icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
line-height: 1;
} .eae-timeline {
position: relative;
display: inline-block;
width: 100%;
}
.eae-timline-progress-bar {
width: 4px;
background-color: #f45b69;
top: 0;
bottom: 50px;
position: absolute;
transform: translateX(-50%);
}
.eae-timeline-item {
position: relative;
display: flex;
flex-direction: row;
padding-bottom: 50px;
}
.eae-timeline-item:last-child {
padding-bottom: 0px !important;
}
.eae-tl-top .eae-timeline-item {
align-items: flex-start;
}
.eae-tl-top .eae-tl-item-content::before {
top: 10px;
}
.eae-timeline-item.image-position-row-reverse .eae-tl-item-image,
.eae-timeline-item.image-position-row .eae-tl-item-image {
margin-top: 0;
margin-bottom: 0;
}
.eae-tl-item-meta-wrapper-inner {
display: none;
}
.eae-tl-bottom .eae-timeline-item {
align-items: flex-end;
}
.eae-tl-bottom .eae-tl-item-content::before {
bottom: 10px;
}
.eae-tl-center .eae-timeline-item {
align-items: center;
}
.eae-tl-center .eae-tl-item-content::before {
bottom: calc(50% - 5px);
}
.eae-layout-center .eae-timline-progress-bar {
left: 50%;
}
.eae-layout-center .eae-timeline-item:nth-child(odd) {
flex-direction: row-reverse;
}
.eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-meta-wrapper {
margin-right: 0px;
margin-left: 0px;
justify-content: flex-start;
}
body:not(.rtl)[data-elementor-device-mode="tablet"]
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-content-wrapper,
body.rtl[data-elementor-device-mode="tablet"]
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-content-wrapper {
padding-right: 20px;
padding-left: 0px;
}
body:not(.rtl)[data-elementor-device-mode="tablet"]
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-content-wrapper,
body.rtl[data-elementor-device-mode="tablet"]
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-content-wrapper {
padding-right: 0px;
padding-left: 20px;
}
body:not(.rtl) .eae-layout-left .eae-tl-content-wrapper {
padding-right: 10px;
padding-left: 20px;
}
body.rtl .eae-layout-left .eae-tl-content-wrapper {
padding-right: 20px;
padding-left: 10px;
}
.eae-layout-left .eae-timline-progress-bar {
display: none;
}
.eae-layout-left .eae-tl-item-meta-wrapper {
display: none;
}
.eae-layout-left .eae-tl-item-meta-wrapper-inner {
display: block;
}
.eae-layout-right .eae-timline-progress-bar {
display: none;
}
body:not(.rtl) .eae-layout-right .eae-tl-content-wrapper {
padding-right: 20px;
padding-left: 10px;
}
body.rtl .eae-layout-right .eae-tl-content-wrapper {
padding-right: 10px;
padding-left: 20px;
}
.eae-layout-right .eae-tl-icon-wrapper {
order: 3;
}
.eae-layout-right .eae-tl-item-meta-wrapper {
display: none;
}
.eae-layout-right .eae-tl-item-meta-wrapper-inner {
display: block;
}
.eae-tl-item-meta-wrapper {
flex-grow: 1;
order: 0;
flex-basis: 50%;
flex-direction: initial;
justify-content: flex-end;
display: flex;
align-items: center;
margin-right: 0px;
}
.eae-tl-item-meta {
padding: 0px 20px;
}
.eae-tl-icon-wrapper {
height: auto;
width: auto;
flex-grow: 0;
flex-shrink: 0;
order: 1;
margin-left: 0px;
margin-right: 0px;
min-width: 10px;
min-height: 10px;
border-radius: 999px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.eae-tl-content-wrapper {
flex-grow: 1;
order: 2;
flex-basis: 50%;
position: relative;
padding-right: 0px;
padding-left: 20px;
}
.eae-tl-item-content {
background: #f4f4f4;
padding: 25px;
overflow: hidden;
text-align: center;
display: flex;
flex-direction: row;
}
.eae-tl-content {
display: inline-block;
position: relative;
padding: 10px;
width: 100%;
color: #000;
}
.image-position-row
.eae-timeline
.eae-timeline-item:not(.custom-image-style-yes)
.eae-content-inner,
.image-position-row-reverse
.eae-timeline
.eae-timeline-item:not(.custom-image-style-yes)
.eae-content-inner,
.eae-timeline-item.custom-image-style-yes.image-position-row .eae-content-inner,
.eae-timeline-item.custom-image-style-yes.image-position-row-reverse
.eae-content-inner {
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
line-height: 1;
width: 100%;
}
.custom-image-style-.image-position-row .eae-content-inner,
.custom-image-style-.image-position-row-reverse .eae-content-inner,
.custom-image-style-no.image-position-row .eae-content-inner,
.custom-image-style-no.image-position-row-reverse .eae-content-inner {
left: unset;
top: unset;
transform: unset;
}
.eae-tl-item-image {
display: inline-block;
}
.image-position-row .eae-tl-item-image img,
.image-position-row-reverse .eae-tl-item-image img {
object-fit: cover;
height: 100% !important;
}
.image-position-row .eae-tl-item-image,
.image-position-row-reverse .eae-tl-item-image {
margin: 0px;
}
.image-position-column .eae-tl-item-image {
margin: auto;
}
.custom-image-style-no.image-position-column .eae-tl-item-image,
.custom-image-style-.image-position-column .eae-tl-item-image {
margin: 0 auto;
}
.eae-pb-inner-line {
width: 100%;
background-color: #3d5ac3;
}
.eae-tl-item-content::before {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 16px 8px 0;
border-color: transparent #f4f4f4 transparent transparent;
}
.eae-icon-wrapper {
display: flex;
}
.elementor-widget-bpel-timeline .eae-icon-wrapper {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
line-height: 1;
}
.eae-tl-read-more {
display: inline-block;
padding: 5px;
border: 2px solid #000000;
}
.image-position-row
.eae-timeline.eae-timeline-alternate-yes
.eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
.eae-tl-item-content {
flex-direction: row-reverse !important;
}
.image-position-row-reverse
.eae-timeline.eae-timeline-alternate-yes
.eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
.eae-tl-item-content {
flex-direction: row !important;
}
@media screen and (min-width: 1024px) {
.eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-content-wrapper,
body.rtl
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-content-wrapper {
padding-right: 20px;
padding-left: 0px;
}
.eae-layout-center .eae-timeline-item:nth-child(even) .eae-tl-content-wrapper,
body.rtl
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-content-wrapper {
padding-right: 0px;
padding-left: 20px;
}
.eae-layout-right .eae-tl-item-content::before,
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
body.rtl .eae-layout-left .eae-tl-item-content::before,
body.rtl
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-item-content::before {
right: 4px;
left: unset;
border-width: 8px 0 8px 16px;
border-color: transparent transparent transparent #f4f4f4;
}
.eae-layout-left .eae-tl-item-content::before,
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-item-content::before,
body.rtl .eae-layout-right .eae-tl-item-content::before,
body.rtl
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before {
left: 4px;
right: unset;
border-width: 8px 16px 8px 0;
border-color: transparent #f4f4f4 transparent transparent;
}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
.image-position-row
.eae-timeline.eae-timeline-alternate-yes
.eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
.eae-tl-item-content {
flex-direction: row-reverse !important;
}
.image-position-row-reverse
.eae-timeline.eae-timeline-alternate-yes
.eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
.eae-tl-item-content {
flex-direction: row !important;
}
.eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper {
display: none;
}
.eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper-inner {
display: block;
}
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item {
flex-direction: row !important;
}
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item {
flex-direction: row-reverse !important;
}
.eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(even)
.eae-tl-item-content::before,
body:not(.rtl) .eae-layout-left .eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
body.rtl .eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
body.rtl .eae-layout-right .eae-tl-item-content::before,
body.rtl
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
body.rtl
.eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before {
left: 4px !important;
border-width: 8px 16px 8px 0 !important;
border-color: transparent #f4f4f4 transparent transparent !important;
}
body.rtl
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before {
left: 4px !important;
right: unset !important;
border-width: 8px 16px 8px 0 !important;
border-color: transparent #f4f4f4 transparent transparent !important;
}
body.rtl .eae-layout-left .eae-tl-item-content::before,
body.rtl .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl) .eae-layout-right .eae-tl-item-content::before,
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body.rtl
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(even)
.eae-tl-item-content::before,
body.rtl
.eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before {
right: 4px !important;
border-width: 8px 0 8px 16px !important;
border-color: transparent transparent transparent #f4f4f4 !important;
}
body.rtl
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper,
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper {
padding-right: 0px !important;
padding-left: 20px !important;
}
body.rtl
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper,
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper {
padding-right: 20px !important;
padding-left: 0px !important;
}
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timline-progress-bar {
left: 13px;
}
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timline-progress-bar {
left: calc(100% - 13px);
}
}
@media screen and (max-width: 767px) {
.eae-tl-item-meta-wrapper {
display: none;
}
.eae-tl-item-meta-wrapper-inner {
display: block;
}
.elementor-widget-bpel-timeline:not(.image-position-column)
.eae-timeline
.eae-tl-item-content {
flex-direction: column-reverse !important;
}
.elementor-widget-bpel-timeline:not(.image-position-column) .eae-tl-content,
.eae-tl-item-image {
width: 100% !important;
}
.eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item,
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item {
flex-direction: row !important;
}
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item,
.eae-tl-res-style-mobile.eae-tl-res-layout-right .eae-timeline-item {
flex-direction: row-reverse !important;
}
body:not(.rtl)
.eae-tl-res-style-mobile.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
.eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile.eae-tl-res-layout-left
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
.eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
body.rtl
.eae-timeline.eae-tl-res-style-mobile.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body.rtl
.eae-timeline.eae-layout-right
.eae-timeline-item
.eae-tl-item-content::before {
left: 4px !important;
border-width: 8px 16px 8px 0 !important;
border-color: transparent #f4f4f4 transparent transparent !important;
}
body.rtl
.eae-tl-res-style-mobile.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-tl-res-style-mobile.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body.rtl .eae-layout-left .eae-timeline-item .eae-tl-item-content::before {
right: 4px !important;
border-width: 8px 0 8px 16px !important;
border-color: transparent transparent transparent #f4f4f4 !important;
}
body:not(.rtl)
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper
body.rtl
.eae-timeline.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper,
.eae-timeline.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper {
padding-right: 0px !important;
padding-left: 20px !important;
}
body:not(.rtl)
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper,
body.rtl
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper,
body.rtl
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper {
padding-right: 20px !important;
padding-left: 0px !important;
}
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
.eae-timline-progress-bar,
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timline-progress-bar {
left: 13px;
}
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
.eae-timline-progress-bar,
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timline-progress-bar {
left: calc(100% - 13px);
}
body.rtl
.eae-layout-center.eae-timeline.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper
.eae-tl-item-content::before {
left: 4px;
right: unset;
}
body.rtl
.eae-layout-center.eae-timeline.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper
.eae-tl-item-content::before {
left: unset;
right: 4px;
border-width: 8px 0 8px 16px !important;
border-color: transparent transparent transparent #f4f4f4 !important;
}
} [data-element_type="eae-evergreen-timer.skin1"] .eae-evergreen-wrapper {
display: block;
text-align: center;
}
[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv {
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 30px;
}
[data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
padding: 10px;
border-radius: 3px;
background: #00bf96;
display: inline-block;
overflow: hidden;
}
[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div > span {
padding: 15px;
width: 100%;
background: #00816a;
display: inline-block;
}
[data-element_type="eae-evergreen-timer.skin1"] .smalltext {
padding: 7px;
font-size: 16px;
}
[data-element_type="eae-evergreen-timer.skin1"] .eae-egt-hide {
display: none;
}
.eae-egt-message {
display: none;
}
@media screen and (max-width: 767px) {
[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div > span {
padding: 5px;
}
[data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
padding: 5px;
}
} [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-evergreen-wrapper {
display: inline-block;
width: 100%;
text-align: center;
margin: auto;
}
[data-element_type="eae-evergreen-timer.skin2"] .timer-container {
display: inline-block;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
a:hover {
color: #fff;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
list-style: none;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper.clearfix:before,
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper.clearfix:after {
content: " ";
display: table;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper.clearfix:after {
clear: both;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper.clearfix {
*zoom: 1;
} [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium a {
color: #313333;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:before,
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after {
content: " "; display: table; }
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after {
clear: both;
} [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
position: relative;
float: left;
margin: 5px;
width: 60px;
height: 90px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 87px;
text-decoration: none !important;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li:first-child {
z-index: 2;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden;
outline: 1px solid transparent;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div
.shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4);
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div
div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.up
div.inn {
top: 0;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.down
div.inn {
bottom: 0;
} [data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-before {
z-index: 3;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper .flip {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-active {
-webkit-animation: asd 0.01s 0.49s linear both;
-moz-animation: asd 0.01s 0.49s linear both;
animation: asd 0.01s 0.49s linear both;
z-index: 5;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 20px;
height: 100px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider:first-child {
width: 0;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider
.flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider.minutes
.flip-clock-label {
right: -88px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider.seconds
.flip-clock-label {
right: -91px;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.top {
top: 30%;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.bottom {
bottom: 30%;
}
@-webkit-keyframes asd {
0% {
z-index: 2;
}
100% {
z-index: 4;
}
}
@-moz-keyframes asd {
0% {
z-index: 2;
}
100% {
z-index: 4;
}
}
@-o-keyframes asd {
0% {
z-index: 2;
}
100% {
z-index: 4;
}
}
@keyframes asd {
0% {
z-index: 2;
}
100% {
z-index: 4;
}
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-active
.down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg);
}
100% {
-webkit-transform: rotateX(0deg);
}
}
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg);
}
100% {
-moz-transform: rotateX(0deg);
}
}
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg);
}
100% {
-o-transform: rotateX(0deg);
}
}
@keyframes turn {
0% {
transform: rotateX(90deg);
}
100% {
transform: rotateX(0deg);
}
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-before
.up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg);
}
100% {
-webkit-transform: rotateX(-90deg);
}
}
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg);
}
100% {
-moz-transform: rotateX(-90deg);
}
}
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg);
}
100% {
-o-transform: rotateX(-90deg);
}
}
@keyframes turn2 {
0% {
transform: rotateX(0deg);
}
100% {
transform: rotateX(-90deg);
}
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li.flip-clock-active {
z-index: 3;
} [data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-before
.up
.shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, rgba(0, 0, 0, 0.1)),
color-stop(100%, black)
);
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-active
.up
.shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, rgba(0, 0, 0, 0.1)),
color-stop(100%, black)
);
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both;
} [data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-before
.down
.shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, black),
color-stop(100%, rgba(0, 0, 0, 0.1))
);
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-active
.down
.shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, black),
color-stop(100%, rgba(0, 0, 0, 0.1))
);
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@media screen and (max-width: 767px) {
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
width: 15px;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
height: 5px;
width: 5px;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
height: 40px;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
height: 50px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li {
line-height: 37px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div
div.inn {
font-size: 24px;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
margin: 2px;
} }  [data-element_type="eae-evergreen-timer.skin3"] #timer {
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 30px;
}
[data-element_type="eae-evergreen-timer.skin3"] .desc {
display: flex;
justify-content: center;
}
[data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-right
.desc {
justify-content: flex-end;
}
[data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-left
.desc {
justify-content: flex-start;
}
[data-element_type="eae-evergreen-timer.skin3"] .desc .egt-time-text {
display: inline-block;
padding: 0 50px 0 50px;
}
[data-element_type="eae-evergreen-timer.skin3"] .eae-time-wrapper {
padding: 50px;
border-radius: 3px;
background: #00bf96;
display: inline-block;
overflow: hidden;
margin: 5px;
line-height: 1em;
}
[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(1) {
background: khaki;
}
[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(2) {
background: indianred;
}
[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(3) {
background: cadetblue;
}
[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(4) {
background: cornflowerblue;
}
[data-element_type="eae-evergreen-timer.skin3"] .fade {
animation: flip 0.7s ease forwards;
}
@keyframes flip {
0% {
transform: rotateY(0) scaleY(1.1);
opacity: 0.5;
}
50% {
transform: rotateY(180deg) scaleY(1.3);
opacity: 0;
}
100% {
transform: rotateY(0);
opacity: 1;
}
}
@media screen and (max-width: 767px) {
[data-element_type="eae-evergreen-timer.skin3"] #timer span {
font-size: 22px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider
.flip-clock-label {
top: -1.5em;
right: -42px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider.minutes
.flip-clock-label {
right: -48px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider.seconds
.flip-clock-label {
right: -51px;
}
} [data-element_type="eae-evergreen-timer.skin4"] .eae-evergreen-wrapper {
width: 100%;
}
[data-element_type="eae-evergreen-timer.skin4"] .container {
margin: 0 auto;
}
[data-element_type="eae-evergreen-timer.skin4"] .special {
position: relative;
width: 840px;
height: 47px;
}
[data-element_type="eae-evergreen-timer.skin4"] #counter {
position: absolute;
z-index: 4000;
}
[data-element_type="eae-evergreen-timer.skin4"] .digit-separator {
position: relative;
float: left;
width: 17px;
height: 44px;
overflow: hidden;
background-image: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/digit-sep-svg.svg);
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: #4054b2;
}
[data-element_type="eae-evergreen-timer.skin4"] .digit {
background-image: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/digits-svg-alpha.svg);
background-color: #4054b2;
} .eae-ct-wrapper * {
box-sizing: border-box;
margin: 0;
outline: 0;
}
article.eae-ct-wrapper {
width: 100%;
max-width: 1000px;
margin: 0 auto;
position: relative;
}
.eae-ct-wrapper tbody tr.eae-ct-header td,
.eae-ct-wrapper th {
position: relative;
}
.eae-ct-wrapper ul {
display: none;
top: 0px;
z-index: 10;
padding-bottom: 14px;
}
.eae-ct-wrapper li {
list-style: none;
flex: 1;
position: relative;
}
.eae-ct-wrapper li:hover {
cursor: pointer;
}
.eae-ct-wrapper li:last-child { }
.eae-ct-wrapper .eae-ct-heading {
width: 100%;
padding: 10px;
background: #fff;
font-size: 20px;
font-weight: bold;
height: 60px;
color: #999;
text-align: center;
}
.eae-ct-wrapper li.eae-ct-heading .eae-ct-heading-inner {
position: absolute;
align-self: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.eae-ct-wrapper li.eae-ct-heading.active {
background: #f5f5f5;
}
.eae-ct-wrapper table {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
}
.eae-ct-wrapper th {
background: #f5f5f5;
display: none;
}
.eae-ct-wrapper td,
.eae-ct-wrapper th {
height: 53px;
vertical-align: middle;
}
.eae-ct-wrapper table {
border: none;
} .eae-ct-wrapper table th,
.eae-ct-wrapper table td {
border: none;
}
.eae-ct-wrapper table tr td:first-child,
.eae-ct-wrapper table tr td:last-child,
.eae-ct-wrapper td,
.eae-ct-wrapper td,
.eae-ct-wrapper th {
padding: 10px;
empty-cells: show;
}
.eae-ct-wrapper td,
.eae-ct-wrapper th {
text-align: center;
}
.eae-ct-wrapper td + td,
.eae-ct-wrapper th + th {
text-align: center;
}
.eae-ct-wrapper tr:first-child {
background: none !important;
}
.eae-ct-wrapper ul li:nth-child(1) {
display: table-cell;
}
.eae-ct-wrapper tr td:nth-child(2) {
display: table-cell;
}
.eae-ct-wrapper td:nth-child(1) {
display: table-cell;
}
.eae-ct-wrapper td {
display: none;
}
.eae-ct-wrapper .sep {
background: #f5f5f5;
font-weight: bold;
}
.eae-ct-price-wrapper {
display: flex;
justify-content: center;
}
.eae-ct-tt-type-icon .eae-ct-feature .tooltip {
float: right;
}
.eae-ct-wrapper .tooltiptext::before {
content: "";
border-width: 5px 5px 0 5px;
border-color: #fff;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
bottom: -10px;
width: 0;
height: 0;
border-style: solid;
position: absolute;
margin: 5px;
left: 42%;
}
.eae-ct-wrapper .eae-ct-price {
font-size: 28px;
font-weight: bold;
line-height: 1em;
}
.eae-ct-wrapper .eae-ct-currency {
align-self: flex-start;
margin-right: 3px;
}
.eae-ct-wrapper .eae-ct-fractional-price {
align-self: flex-start;
margin-left: 3px;
}
.eae-ct-wrapper .eae-ct-duration {
align-self: flex-start;
}
.eae-ct-wrapper .eae-ct-original-price {
margin-right: 5px;
text-decoration: line-through;
align-self: flex-end;
}
.eae-ct-wrapper .tick {
font-size: 18px;
color: #2ca01c;
}
.feature-heading-blank.eae-ct-wrapper .hide {
border: unset !important;
background: unset !important;
}
.eae-ct-wrapper .hide.eae-ct-hide.eae-fbox-heading {
border: 0px solid black;
}
.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
position: absolute;
top: 0;  width: 100px;
overflow: hidden;
height: 100px;
z-index: 998;
padding: 8px 12px;
}
.eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
position: absolute;
top: 0;
width: 100%;
overflow: hidden;
height: 50px;
z-index: 999;
padding: 8px 12px;
}
.eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper-top {
background-color: rgba(63, 195, 135, 0.8);
color: #fff;
transform: translateY(-100%);
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.eae-ct-ribbons-h-left.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
left: 0;
right: auto;
}
.eae-ct-ribbons-h-right.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(90deg);
left: auto;
right: 0;
}
.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper span.eae-ct-ribbons-inner {
position: absolute;
text-align: center;
left: 0;
top: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
background: rgba(63, 195, 135, 0.8);
padding: 8px 12px;
color: #ffffff;
}
.eae-ct-wrapper .tooltip {
position: relative;
display: inline-block;
}
.eae-ct-wrapper .tooltip .tooltiptext {
visibility: hidden;
min-width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0; position: absolute;
z-index: 1;
bottom: 120%;
left: 50%;
margin-left: -60px;
}
.eae-ct-wrapper .tooltip:hover .tooltiptext {
visibility: visible;
}
.eae-ct-heading-tooltip {
text-decoration-line: underline;
text-decoration-style: dotted;
}
.eae-ct-btn {
padding: 10px 15px 10px 15px;
color: #fff;
display: inline-block;
line-height: 1em;
}
.eae-ct-btn:hover {
color: #fff;
}
.eae-ct-wrapper i.fa.fa-check,
.eae-ct-wrapper i.fas.fa-check {
color: #38f146;
}
.eae-ct-wrapper i.fa.fa-close,
.eae-ct-wrapper i.fas.fa-times {
color: #ff0000;
}
.button-heading-blank.eae-ct-wrapper tr:last-child td:first-child {
background: none !important;
border: none !important;
}
.eae-ct-wrapper tr:last-child {
background: none !important;
}
.eae-ct-wrapper tbody tr:nth-child(2) {
background: none !important;
}
@media (min-width: 767px) {
.eae-ct-wrapper td,
.eae-ct-wrapper .eae-ct-header {
width: 330px;
}
.eae-ct-wrapper td + td,
.eae-ct-wrapper th + th {
width: auto;
}
}
.eae-tab-format-all .eae-ct-wrapper ul {
display: flex;
}
.hide.eae-ct-hide {
display: table-cell;
}
@media (min-width: 1023px) {
.eae-tab-format-all tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-tab-mob .eae-ct-wrapper td,
.eae-tab-format-tab-mob .eae-ct-wrapper th,
.eae-tab-format-mobile .eae-ct-wrapper td,
.eae-tab-format-mobile .eae-ct-wrapper th {
display: table-cell !important;
}
.eae-tab-format-all .hide.eae-ct-hide {
display: table-cell;
}
.eae-tab-format-tab-mob .hide.eae-ct-hide,
.eae-tab-format-mobile .hide.eae-ct-hide {
display: none !important;
}
}
@media (max-width: 1023px) {
.eae-tab-format-tab-mob .eae-ct-wrapper ul {
display: flex;
}   .eae-tab-format-all tbody tr.eae-ct-header,
.eae-tab-format-tab-mob tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-all .hide.eae-ct-hide {
display: table-cell;
}
.eae-tab-format-tab-mob .hide.eae-ct-hide {
display: table-cell;
}
}
@media (max-width: 1023px) and (min-width: 768px) {
.eae-tab-format-mobile .eae-ct-wrapper td,
.eae-tab-format-mobile .eae-ct-wrapper th {
display: table-cell !important;
}   .eae-tab-format-all tbody tr.eae-ct-header,
.eae-tab-format-tab-mob tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-tab-mob .hide.eae-ct-hide {
display: table-cell;
}
}
@media (max-width: 767px) {
.eae-tab-format-mobile .eae-ct-wrapper ul {
display: flex;
}
.eae-tab-format-mobile tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-mobile tbody tr.eae-ct-header,
.eae-tab-format-all tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-mobile .hide.eae-ct-hide {
display: table-cell;
}
}
td.eae-ct-feature .tooltip {
opacity: 1;
} .eae-progress-bar-wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 15px 0;
}
.eae-progress-bar-wrapper.eae-progress-bar {
width: 100%;
position: relative;
box-sizing: border-box;
}
.eae-pb-bar,
.eae-pb-bar-inner,
.eae-pb-bar-value,
.eae-pb-bar-skill {
box-sizing: border-box;
}
.eae-pb-bar {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.eae-pb-bar--no-overflow {
overflow: visible;
}
.eae-pb-bar-inner {
position: absolute;
top: 0;
left: 0;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
body.rtl .eae-pb-bar .eae-pb-bar-inner {
position: absolute;
top: 0;
right: 0 !important;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
.eae-pb-bar-inner.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
transition-delay: 1.5s;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
body.rtl .eae-pb-bar .eae-pb-bar-inner.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
transition-delay: 1.5s;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.eae-pb-bar-skill,
.eae-pb-bar-value {
font-size: 14px;
letter-spacing: 1px;
}
body:not(.rtl) .eae-pb-bar-value--aligned-value {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
body.rtl .eae-pb-bar-value--aligned-value {
-webkit-transform: translateX(50%);
transform: translateX(50%);
} .eae-progress-bar-skin1 {
height: 20px;
padding: 4px;
border: 1px solid #dddddd;
border-radius: 20px;
}
.eae-pb-bar-skin1 {
border-radius: 20px;
}
.eae-pb-bar-inner-skin1 {
background-color: #00bfb3;
background-size: 200%;
background-position: 0 0;
border-radius: 20px;
}
.eae-pb-bar-skill-skin1 {
position: absolute;
bottom: 20px;
left: 0px;
opacity: 0;
}
body.rtl .eae-pb-bar-skill-skin1 {
right: 0px;
}
.eae-pb-bar-skill-skin1.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
left: 0;
opacity: 1;
}
body.rtl .eae-pb-bar-skill-skin1.js-animated {
right: 0 !important;
}
.eae-pb-bar-value-skin1 {
position: absolute;
bottom: 20px;
opacity: 1;
}
body:not(.rtl) .eae-pb-bar-value-skin1 {
right: 0;
}
body.rtl .eae-pb-bar-value-skin1 {
left: 0% !important;
}
.eae-pb-bar-value-skin1.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
opacity: 1;
}
body:not(.rtl) .eae-pb-bar-value-skin1.js-animated {
right: 0;
} .eae-progress-bar-skin2 {
height: 15px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
@-webkit-keyframes progress-2-bg-animation-rtl {
100% {
background-position: 0 0, 0 0;
}
0% {
background-position: 0 0, 42px 0;
}
}
@keyframes progress-2-bg-animation-rtl {
100% {
background-position: 0 0, 0 0;
}
0% {
background-position: 0 0, 42px 0;
}
}
@-webkit-keyframes progress-2-bg-animation {
0% {
background-position: 0 0, 0 0;
}
1000% {
background-position: 0 0, 42px 0;
}
}
@keyframes progress-2-bg-animation {
0% {
background-position: 0 0, 0 0;
}
100% {
background-position: 0 0, 42px 0;
}
}
.eae-pb-bar-inner-skin2 {
background-image: linear-gradient(
to top,
rgba(255, 255, 255, 0.15),
rgba(0, 0, 0, 0.2)
),
linear-gradient(
135deg,
#5eeb5b,
#5eeb5b 33%,
#358600 33%,
#358600 66%,
#5eeb5b 66%
);
background-size: 100% 100%, 42px 100%;
background-position: 0 0, 0 0;
border-radius: 3px;
}
body:not(.rtl) .eae-pb-bar-inner-skin2.js-animated {
-webkit-animation: progress-2-bg-animation 1.5s linear 0s infinite;
animation: progress-2-bg-animation 1.5s linear 0s infinite;
}
body.rtl .eae-pb-bar-inner-skin2.js-animated {
-webkit-animation: progress-2-bg-animation-rtl 1.5s linear 0s infinite;
animation: progress-2-bg-animation-rtl 1.5s linear 0s infinite;
}
.eae-pb-bar-skill-skin2 {
position: absolute;
opacity: 0;
}
body:not(.rtl) .eae-pb-bar-skill-skin2 {
left: 0;
}
body.rtl .eae-pb-bar-skill-skin2 {
right: 0;
}
.eae-pb-bar-skill-skin2.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
bottom: 20px;
opacity: 1;
}
.eae-pb-bar-value-skin2 {
position: absolute;
opacity: 0;
}
body:not(.rtl) .eae-pb-bar-value-skin2 {
right: 0;
}
body.rtl .eae-pb-bar-value-skin2 {
left: 0%;
}
.eae-pb-bar-value-skin2.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
bottom: 20px;
opacity: 1;
} .eae-progress-bar-skin3 {
height: 5px;
background-color: #efefef;
}
.eae-pb-bar-value-skin3,
.eae-pb-bar-inner-skin3 {
background-color: #f40076;
}
.eae-pb-bar-value-skin3:after,
.eae-pb-bar-inner:after {
border-top-color: #f40076;
}
.eae-pb-bar-skill-skin3 {
position: absolute;
bottom: 10px;
left: -10px;
opacity: 0;
}
.eae-pb-bar-skill-skin3.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
opacity: 1;
}
body:not(.rtl) .eae-pb-bar-skill-skin3.js-animated {
left: 0;
}
body.rtl .eae-pb-bar-skill-skin3.js-animated {
right: 0;
}
.eae-pb-bar-value-skin3 {
position: absolute;
display: inline-block;
padding: 0px 8px;
font-size: 14px;
color: #fff;
opacity: 0;
}
.eae-pb-bar-value-skin3:after {
position: absolute;
left: 50%;
bottom: -10px;
display: block;
width: 0;
height: 0;
content: "";
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-width: 5px;
border-style: solid;
border-color: #f40076 transparent transparent transparent;
}
.eae-pb-bar-inner-skin3.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
transition-delay: 1.5s;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.eae-pb-bar-value-skin3.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
transition-delay: 2s;
bottom: 14px;
opacity: 1;
} .eae-progress-bar-skin4 {
height: 3px;
background-color: #efefef;
}
.eae-pb-bar-inner-skin4 {
background-color: #000;
}
.eae-pb-bar-inner-skin4:after {
position: absolute;
top: 50%;
display: block;
width: 8px;
height: 8px;
content: "";
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #000;
border-radius: 50%;
}
body:not(.rtl) .eae-pb-bar-inner-skin4:after {
right: 0;
}
body.rtl .eae-pb-bar-inner-skin4:after {
left: 0;
}
.eae-pb-bar-value-skin4 {
position: absolute;
bottom: 2px;
font-size: 14px;
opacity: 0;
}
.eae-pb-bar-value-skin4.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: linear;
transition-delay: 1.5s;
opacity: 1;
}
.eae-pb-bar-skill-skin4 {
position: absolute;
bottom: 2px;
left: -20px;
opacity: 0;
}
.eae-pb-bar-skill-skin4.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
opacity: 1;
}
body:not(.rtl) .eae-pb-bar-skill-skin4.js-animated {
left: 0;
}
body.rtl .eae-pb-bar-skill-skin4.js-animated {
right: 0;
} .eae-progress-bar-skin5 {
height: 30px;
background-color: #f7f7f7;
}
.eae-pb-bar-inner-skin5 {
background-color: #57b8ff;
}
.eae-pb-bar-skill-skin5 {
position: absolute;
top: 50%;
color: #fff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
}
body:not(.rtl) .eae-pb-bar-skill-skin5 {
left: 10px;
}
body:not(.rtl) .eae-pb-bar-skill-skin5 {
right: 10px;
}
.eae-pb-bar-skill-skin5.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
opacity: 1;
}
.eae-pb-bar-value-skin5 {
position: absolute;
top: 50%;
color: #fff;
opacity: 0;
z-index: 10;
}
body:not(.rtl) .eae-pb-bar-value-skin5 {
-webkit-transform: translateX(-100%) translateX(-10px) translateY(-50%);
transform: translateX(-100%) translateX(-10px) translateY(-50%);
}
body.rtl .eae-pb-bar-value-skin5 {
-webkit-transform: translateX(100%) translateX(10px) translateY(-50%);
transform: translateX(100%) translateX(10px) translateY(-50%);
}
.eae-pb-bar-value-skin5.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: linear;
transition-delay: 1.5s;
opacity: 1;
} .eae-dual-button-wrapper .eae-button-1-wrapper,
.eae-dual-button-wrapper .eae-button-2-wrapper {
overflow: hidden;
}
.eae-dual-button-wrapper.button-style-horizontal {
display: flex;
flex-direction: row;
position: relative;
}
.eae-dual-button-main-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
}
.eae-dual-button-wrapper a {
min-width: 0px;
}
.eae-dual-button-wrapper.button-style-vertical {
display: inline-flex;
flex-direction: column;
position: relative;
}
.eae-button-1.icon-before,
.eae-button-2.icon-before {
display: flex;
flex-direction: row;
}
body.rtl .eae-button-1.icon-before,
body.rtl .eae-button-2.icon-before {
display: flex;
flex-direction: row-reverse;
}
.eae-button-1.icon-after,
.eae-button-2.icon-after {
display: flex;
flex-direction: row-reverse;
}
body.rtl .eae-button-1.icon-after,
body.rtl .eae-button-2.icon-after {
display: flex;
flex-direction: row;
}
.eae-button-1-wrapper .eae-button-1,
.eae-button-2-wrapper .eae-button-2 {
color: black;
align-items: center;
}
.eae-button-1-wrapper:hover .eae-button-1,
.eae-button-2-wrapper:hover .eae-button-2 {
color: black;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-before,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-before,
.eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-after,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-after {
justify-content: center;
}
.eae-button-1.icon-up,
.eae-button-2.icon-up {
display: flex;
flex-direction: column;
text-align: center;
}
.eae-button-1.icon-down,
.eae-button-2.icon-down {
display: flex;
flex-direction: column-reverse;
text-align: center;
}
.eae-button-1-wrapper {
background: lightpink;
display: flex;
justify-content: center;
width: 100%;
line-height: 1;
}
.eae-button-2-wrapper {
background: orange;
display: flex;
justify-content: center;
width: 100%;
line-height: 1;
}
.eae-button-1.icon-up .icon-wrapper,
.eae-button-2.icon-up .icon-wrapper,
.eae-button-2.icon-down .icon-wrapper,
.eae-button-2.icon-down .icon-wrapper {
text-align: center;
}
.eae-button-1.icon-up .eae-button-text,
.eae-button-2.icon-up .eae-button-text,
.eae-button-2.icon-down .eae-button-text,
.eae-button-2.icon-down .eae-button-text {
text-align: center;
}
.eae-button-1.icon-before i,
.eae-button-2.icon-before i,
.eae-button-2.icon-after i {
align-self: center;
margin: 0 10px 0 0;
}
.eae-button-1.icon-after i,
.eae-button-2.icon-after i {
align-self: center;
margin: 0 0 0 10px;
}
.eae-button-1.icon-up i,
.eae-button-1.icon-down i,
.eae-button-2.icon-up i,
.eae-button-2.icon-down i {
align-self: center;
margin: 5px 0;
}
.eae-dual-button-wrapper.button-style-horizontal .eae-button-1-wrapper,
.eae-dual-button-wrapper.button-style-horizontal .eae-button-2-wrapper {
padding: 12px 30px;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button-1-wrapper,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2-wrapper {
padding: 20px 30px;
}
.eae-button1,
.eae-button2 {
position: relative;
display: flex;
}
.eae-dual-button-wrapper.button-style-horizontal .eae-button1,
.eae-dual-button-wrapper.button-style-horizontal .eae-button2 {
min-width: 150px;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button1 {
display: flex;
flex-direction: column;
}
.eae-button-separator-wrapper .eae-button-separator {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
z-index: 1;
box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
background: #fafaf8;
color: #444;
text-transform: uppercase;
text-align: center;
vertical-align: middle;
font-weight: 400;
font-size: 14px;
position: absolute;
transform: translateY(-50%);
}
.eae-button-separator span {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
body.rtl.elementor-editor-active
.eae-dual-button-main-wrapper
.button-style-horizontal
.eae-button1
.eae-button-separator-wrapper.not-rtl
.eae-button-separator {
display: none !important;
}
body:not(.rtl).elementor-editor-active
.eae-dual-button-main-wrapper
.button-style-horizontal
.eae-button2
.eae-button-separator-wrapper.rtl
.eae-button-separator,
body:not(.rtl).elementor-editor-preview
.eae-dual-button-main-wrapper
.button-style-horizontal
.eae-button2
.eae-button-separator-wrapper.rtl
.eae-button-separator {
display: none !important;
} .eae-sweep-right {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.eae-sweep-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-sweep-right:hover,
.eae-sweep-right:focus,
.eae-sweep-right:active {
color: white;
}
.eae-sweep-right:hover:before,
.eae-sweep-right:focus:before,
.eae-sweep-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .eae-sweep-left {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.eae-sweep-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-sweep-left:hover,
.eae-sweep-left:focus,
.eae-sweep-left:active {
color: white;
}
.eae-sweep-left:hover:before,
.eae-sweep-left:focus:before,
.eae-sweep-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .eae-sweep-bottom {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.eae-sweep-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-sweep-bottom:hover,
.eae-sweep-bottom:focus,
.eae-sweep-bottom:active {
color: white;
}
.eae-sweep-bottom:hover:before,
.eae-sweep-bottom:focus:before,
.eae-sweep-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .eae-sweep-top {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.eae-sweep-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-sweep-top:hover,
.eae-sweep-top:focus,
.eae-sweep-top:active {
color: white;
}
.eae-sweep-top:hover:before,
.eae-sweep-top:focus:before,
.eae-sweep-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .eae-bounce-right {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.eae-bounce-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-bounce-right:hover,
.eae-bounce-right:focus,
.eae-bounce-right:active {
color: white;
}
.eae-bounce-right:hover:before,
.eae-bounce-right:focus:before,
.eae-bounce-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .eae-bounce-left {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.eae-bounce-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-bounce-left:hover,
.eae-bounce-left:focus,
.eae-bounce-left:active {
color: white;
}
.eae-bounce-left:hover:before,
.eae-bounce-left:focus:before,
.eae-bounce-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .eae-bounce-bottom {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.eae-bounce-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-bounce-bottom:hover,
.eae-bounce-bottom:focus,
.eae-bounce-bottom:active {
color: white;
}
.eae-bounce-bottom:hover:before,
.eae-bounce-bottom:focus:before,
.eae-bounce-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .eae-bounce-top {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.eae-bounce-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-bounce-top:hover,
.eae-bounce-top:focus,
.eae-bounce-top:active {
color: white;
}
.eae-bounce-top:hover:before,
.eae-bounce-top:focus:before,
.eae-bounce-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .eae-markers .marker {
display: none;
}
.eae-markers p {
margin-bottom: 0;
} .eae-fg-wrapper {
display: flex;
flex-direction: column;
overflow: hidden;
}
.eae-gallery-filter {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.eae-filter-label {
padding: 5px 10px;
background-color: #a0ce4e;
color: #fff;
margin: 0px 3px 0px 3px;
}
.eae-filter-label.current {
background-color: #73b9dc;
}
.eae-fg-image {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.eae-fg-wrapper .eae-gallery-item-inner img {
width: 100%;
height: auto;
display: block !important;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.eae-gallery-item {
height: auto;
}
.eae-gallery-filter a {
color: #ffffff;
text-decoration: none;
}
.eae-gallery-filter a.current {
font-weight: bold;
}
.eae-gallery-item-inner {
position: relative;
overflow: hidden;
} .eae-overlay-always .eae-gallery-item .eae-grid-overlay {
display: block;
}
.eae-overlay-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
display: block;
}
.eae-overlay-hide-on-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
display: none;
}
.eae-overlay-hide-on-hover .eae-grid-overlay {
display: block;
}
.eae-grid-overlay {
position: absolute;
top: 0;
left: 0;
display: none;
z-index: 99;
background: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
}
.eae-grid-overlay-inner {
display: block;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.eae-fg-wrapper .eae-icon-wrapper {
display: flex;
justify-content: center;
} .eae-overlay-caption {
display: block;
line-height: 1em;
margin-top: 15px;
color: #73b9dc;
font-size: 20px;
}
.eae-overlay-icon {
line-height: 1em;
padding: 0.5em;
display: inline-block;
}
.eae-overlay-icon svg {
height: auto;
}
.eae-icon-view-framed .eae-overlay-icon {
padding: 0.5em;
color: #73b9dc;
border: 3px solid #73b9dc;
background-color: transparent;
}
.eae-icon-view-stacked .eae-overlay-icon {
padding: 0.5em;
color: #fff;
background-color: #818a91;
}
.eae-hover-direction-effect .eae-grid-overlay {
position: absolute;
z-index: 99;
background: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
}
.eae-fg-wrapper.eae-image-ratio-yes
.eae-gallery-item-inner
.eae-fg-img-wrapper {
position: relative;
top: 0;
overflow: hidden;
left: 0;
right: 0;
border: 0;
}
.eae-fg-wrapper.eae-image-ratio-yes
.eae-gallery-item-inner
.eae-fg-img-wrapper
img {
height: 100%;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
} .wts-eae-ribbons-badges-wrapper {
display: none;
}
.wts-eae-enable-ribbons-badges-yes
.elementor-column-wrap
> .wts-eae-ribbons-badges-wrapper {
display: block;
} .wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
> .wts-eae-ribbons-badges-wrapper {
position: absolute;
top: 0;
left: auto;
right: 0; -ms-transform: rotate(90deg); width: 150px;
overflow: hidden;
height: 150px;
z-index: 999;
padding: 8px 12px;
}
.wts-eae-badge-h-left.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
> .wts-eae-ribbons-badges-wrapper {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
left: 0;
right: auto;
}
.wts-eae-badge-h-right.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
> .wts-eae-ribbons-badges-wrapper {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(90deg);
left: auto;
right: 0;
}
.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
position: absolute;
text-align: center;
left: 0;
top: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
background: rgba(63, 195, 135, 0.8);
padding: 8px 12px;
}  .wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-badge
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
min-height: 3.236em;
min-width: 3.236em;
padding: 0;
font-size: 1em;
font-weight: 700;
position: absolute;
text-align: center;
line-height: 3.236;
top: -0.5em;
left: -0.5em;
margin: 0;
border-radius: 100%;
background-color: #77a464;
color: #fff;
font-size: 0.857em;
z-index: 9;
}
.wts-eae-badge-h-left.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
left: 20px;
right: auto;
top: auto;
bottom: 20px;
}
.wts-eae-badge-h-left.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
left: 20px;
right: auto;
top: 20px;
bottom: auto;
}
.wts-eae-badge-h-right.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
left: auto;
right: 20px;
top: auto;
bottom: 20px;
}
.wts-eae-badge-h-right.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
left: auto;
right: 20px;
top: 20px;
bottom: auto;
}   .eae-flip-box-front svg,
.eae-flip-box-back svg {
width: 25px;
height: auto;
} .wts-eae-textseparator svg {
width: 25px;
height: auto;
} .eae-img-comp-slider svg {
width: 22px;
height: auto;
} .eae-popup-link svg {
display: inline-block;
width: 1em;
}
.eae-popup svg:hover,
.eae-popup svg:focus {
opacity: 1;
cursor: pointer;
}
.eae-popup svg:active {
top: 1px;
}
.eae-popup svg.eae-close {
width: 28px;
height: 28px;
line-height: 1em;
text-decoration: none;
text-align: center;
opacity: 1;
background-color: #fff;
} .eae-dual-button-wrapper svg {
width: 1em;
height: auto;
display: block;
}
eae-button-separator i {
position: relative;
display: block;
}
.eae-button-1.icon-before svg,
.eae-button-2.icon-before svg,
.eae-button-2.icon-after svg {
align-self: center;
margin: 0 10px 0 0;
}
.eae-button-1.icon-after svg,
.eae-button-2.icon-after svg {
align-self: center;
margin: 0 0 0 10px;
}
.eae-button-1.icon-up svg,
.eae-button-1.icon-down svg,
.eae-button-2.icon-up svg,
.eae-button-2.icon-down svg {
align-self: center;
margin: 5px 0;
} .eae-pt-button-wrapper a svg {
width: 1em;
}
.eae-pt-action-button .eae-pt-align-icon-left {
float: left;
}
.eae-pt-action-button .eae-pt-align-icon-right {
float: right;
}
.eae-icon-wrap svg {
width: 20px;
height: auto;
font-size: 20px;
display: block;
}
.eae-info-circle .eae-icon-wrap svg {
width: 20px;
height: auto;
font-size: 20px;
}
.eae-icon-view-stacked svg {
fill: #fff;
}
.ae-link-yes {
cursor: pointer;
} .eae-element-unfold-content {
padding: 10px 0px;
background-color: #d3d3d3c4; width: 100%;
position: absolute;
left: 0;
bottom: 0;
z-index: 999;
}
a.eae-unfold-link {
background-color: #61ce70;
color: #fff;
display: inline-block;
overflow: hidden;
}
a.eae-unfold-link svg {
background-color: #fff;
}
.eae-unfold-button-icon {
vertical-align: middle;
}
.eae-fold-yes.elementor-section .elementor-container,
.eae-fold-yes .elementor-column-wrap,
.eae-fold-yes.elementor-widget {
overflow: hidden;
}
body.elementor-editor-active
.elementor.elementor-edit-mode
.elementor-element.elementor-section.eae-widget-unfold-yes
.elementor-container,
body.elementor-editor-preview
.elementor.elementor-edit-mode
.elementor-element.elementor-section.eae-widget-unfold-yes
.elementor-container {
overflow: hidden;
}
body.elementor-editor-active
.elementor.elementor-edit-mode
.elementor-element.elementor-column.eae-widget-unfold-yes
.elementor-column-wrap,
body.elementor-editor-preview
.elementor.elementor-edit-mode
.elementor-element.elementor-column.eae-widget-unfold-yes
.elementor-column-wrap {
overflow: hidden;
}
body.elementor-editor-active
.elementor.elementor-edit-mode
.elementor-element.elementor-widget.eae-widget-unfold-yes,
body.elementor-editor-preview
.elementor.elementor-edit-mode
.elementor-element.elementor-widget.eae-widget-unfold-yes {
overflow: hidden;
}
.eae-widget-unfold-yes .elementor-widget-container .eae-fold-yes.eae-rc {
display: none !important;
}
.eae-unfold-button-icon svg {
line-height: 1em;
text-decoration: none;
-webkit-mask-repeat: no-repeat !important;
text-align: center;
opacity: 1;
}
.eae-unfold-icon-type-svg .eae-unfold-button-icon,
.eae-fold-icon-type-svg .eae-unfold-button-icon {
-webkit-mask-size: cover !important;
background-image: none;
transform: translateY(-50%);
}
.elementor-section.elementor-section-items-middle.eae-widget-unfold-yes
> .elementor-container,
.elementor-section.elementor-section-items-bottom.eae-widget-unfold-yes
> .elementor-container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: start;
}
.elementor-section.elementor-section-content-middle.eae-widget-unfold-yes
> .elementor-container,
.elementor-section.elementor-section-content-bottom.eae-widget-unfold-yes
> .elementor-container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: start;
} .elementor-widget-wts-modal-popup.eae-pop-btn-type-image .eae-popup-link {
padding: 0px;
background-color: transparent;
overflow: hidden;
} [data-elementor-device-mode="tablet"]
.eae-tab-format-mobile
.eae-ct-hide.eae-fbox-heading {
display: none !important;
} .eae-timeline-item .eae-icon-view-stacked {
border-width: 0px !important;
} .eae-content-switcher-wrapper {
display: block;
text-align: center;
}
.eae-cs-layout-skin1 .eae-cs-switch-wrapper {
display: inline-flex;
flex-wrap: wrap;
padding: 8px 12px;
background: #54595f;
border-radius: 50px;
} .eae-cs-switch-container {
display: block;
text-align: center;
}
.eae-cs-layout-skin1 .eae-cs-label-wrapper {
display: inline-block;
overflow: hidden;
}
.eae-cs-layout-skin1 .eae-content-switch-button {
border-radius: 50px;
padding: 8px 12px;
background-color: #7a7a7a;
color: #ffffff;
overflow: hidden;
display: block;
min-width: 150px;
position: relative;
text-align: center;
margin: 3px;
}
.eae-cs-layout-skin1 .eae-content-switch-button:before {
height: 100%;
top: 0;
left: 0;
z-index: 0;
content: "";
width: 0;
position: absolute;
right: 0;
transition: all 300ms ease-out;
}
.eae-cs-layout-skin1 .eae-content-switch-button.active:before {
width: 100%;
left: 0;
right: auto;
background-color: #61ce70;
}
.eae-cs-layout-skin1 .eae-content-switch-label {
position: relative;
} .eae-cs-content-section {
display: none;
}
.eae-cs-content-section.active {
display: block;
}
@media only screen and (max-width: 768px) {
.eae-cs-switch-wrapper {
display: inline-block !important;
}
} .eae-cs-layout-skin2 .eae-cs-switch-wrapper {
display: inline-flex;
flex-wrap: wrap;
padding: 0px;
background: none;
}
.eae-cs-layout-skin2 .eae-cs-label-wrapper {
display: inline-block;
}
.eae-cs-layout-skin2 .eae-content-switch-button {
width: auto;
margin: 3px 8px;
padding: 10px 12px;
background-color: #e2e2e2;
overflow: hidden;
display: block;
position: relative;
text-align: center;
border-radius: 5px;
border: 1px solid rgba(130, 130, 130, 0.26);
color: rgba(71, 71, 71, 0.44);
}
.eae-cs-layout-skin2 .eae-content-switch-button.active {
box-shadow: 0px 10px 34px -9px rgba(0, 0, 0, 0.38);
background-color: white;
color: #575757;
border-color: white;
}
h5.eae-cs-label {
margin: 0px;
} .eae-cs-layout-skin3 .eae-cs-switch-wrapper {
display: block;
justify-content: center;
align-items: center;
}
.eae-content-switch-label.primary-label {
margin-right: 30px;
}
.eae-content-switch-label.secondary-label {
margin-left: 30px;
}
.eae-cs-layout-skin3 .eae-cs-switch-label {
position: relative;
display: inline-block;
width: 4.5em;
height: 2.3em;
vertical-align: middle;
}
.eae-cs-layout-skin3 .eae-content-switch-label {
margin: 0px;
display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-switch-button {
display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-label {
display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-switch-label input.eae-content-toggle-switch {
display: none;
}
.eae-cs-layout-skin3
.eae-cs-switch-label
input.eae-content-toggle-switch
+ span {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-border-radius: 1.5em;
border-radius: 1.5em;
background: #2e394d;
border: 2px solid #2e394d;
}
.eae-cs-layout-skin3
.eae-cs-switch-label
input.eae-content-toggle-switch
+ span:before {
position: absolute;
content: "";
height: 28px;
width: 28px;
left: 4px;
transform: translateY(-52%);
top: 50%;
transition: 0.4s;
transition: 0.4s;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #88cf8f;
border: 2px solid #88cf8f;
}
body.rtl
.eae-cs-layout-skin3
.eae-cs-switch-label
input.eae-content-toggle-switch
+ span:before {
left: unset;
right: 4px;
}
.eae-cs-layout-skin3
.eae-cs-switch-label
input:checked.eae-content-toggle-switch
+ span:before {
transform: translate(36px, -52%);
}
body.rtl
.eae-cs-layout-skin3
.eae-cs-switch-label
input:checked.eae-content-toggle-switch
+ span:before {
transform: translate(-36px, -52%);
}
.eae-content-switch-label.active {
color: #61ce70;
} .eae-cs-layout-skin4 .eae-cs-switch-wrapper {
display: block;  }
.eae-cs-layout-skin4 .eae-content-switch-label.primary-label {
margin-right: 30px;
}
.eae-cs-layout-skin4 .eae-content-switch-label.secondary-label {
margin-left: 30px;
}
.eae-cs-layout-skin4 .eae-content-switch-label {
display: inline-block;
}
.eae-cs-layout-skin4 .eae-cs-switch-label {
position: relative;
display: inline-block;
width: 70px;
height: 20px;
vertical-align: middle;
}
.eae-cs-layout-skin4 .eae-cs-label {
display: inline-block;
}
.eae-cs-layout-skin4 .eae-content-toggle-switch {
display: none;
}
.eae-cs-layout-skin4 .eae-content-toggle-switcher {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-border-radius: 1.5em;
border-radius: 1.5em;
background: #2e394d;
border: 2px solid #2e394d;
}
.eae-cs-layout-skin4 .eae-cs-switch-button {
display: inline-block;
}
.eae-cs-layout-skin4 .eae-content-toggle-switcher:before {
position: absolute;
content: "";
height: 34px;
width: 34px;
left: -12px;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid #88cf8f;
background: #88cf8f;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.eae-cs-layout-skin4 .eae-cs-switch-container {
padding: 15px 0px;
}
body.rtl .eae-cs-layout-skin4 .eae-content-toggle-switcher:before {
right: -12px !important;
}
.eae-cs-layout-skin4 input:checked + .eae-content-toggle-switcher:before {
transform: translate(55px, -50%);
}
body.rtl
.eae-cs-layout-skin4
input:checked
+ .eae-content-toggle-switcher:before {
transform: translate(-55px, -50%);
} .eae-swiper-outer-wrapper {
position: relative;
}
.eae-swiper-container {
position: relative;
}
.eae-thumb-container {
position: absolute;
}
.eae-swiper-outer-wrapper .eae-swiper-slide {
height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: right;
}
.eae-swiper-outer-wrapper .eae-swiper-slide .eae-slide-inner {
color: #7a7a7a; display: flex;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 20px;
}
.eae-slide-inner .eae-slide-content {
padding: 20px 30px;
}
.eae-slide-inner .eae-slide-heading {
font-size: 35px;
font-weight: bold;
line-height: 1;
}
.eae-slide-inner .eae-slide-text {
font-size: 17px;
line-height: 1.4;
}
.eae-slide-inner .eae-slide-button {
display: inline-block;
}
.eae-slide-inner .eae-slide-btn {
display: inline-block;
font-size: 15px;
padding: 12px 24px;
border-radius: 3px;
cursor: pointer;
transition: all 0.3s;
}
.eae-slide-inner .eae-slide-heading:not(:last-child),
.eae-slide-inner .eae-slide-text:not(:last-child) {
margin-bottom: 30px;
}
.eae--hr-position-left .eae-slide-inner {
-webkit-box-pack: start;
justify-content: flex-start;
}
.eae--hr-position-right .eae-slide-inner {
-webkit-box-pack: end;
justify-content: flex-end;
}
.eae--hr-position-center .eae-slide-inner {
-webkit-box-pack: center;
justify-content: center;
}
.eae--vr-position-top .eae-slide-inner {
-webkit-box-pack: start;
align-items: flex-start;
}
.eae--vr-position-middle .eae-slide-inner {
-webkit-box-align: center;
align-items: center;
}
.eae--vr-position-bottom .eae-slide-inner {
-webkit-box-pack: end;
align-items: flex-end;
}
.eae-swiper-button-prev {
left: 10px;
}
.eae-swiper-button-next {
right: 10px;
}
.eae-swiper-button {
position: absolute;
display: inline-flex;
z-index: 1;
cursor: pointer;
color: #7a7a7a;
top: 50%;
transform: translateY(-50%);
}
.swiper-pagination-bullet {
margin-bottom: 5px !important;
}
.eae-swiper-outer-wrapper .eae-swiper-slide .eae-background-overlay {
width: 100%;
height: 100%; position: absolute;
}
.eae-swiper-outer-wrapper .eae-gallery-thumbs {
box-sizing: border-box;
text-align: center;
}
.eae-swiper-outer-wrapper .eae-gallery-thumbs .eae-thumb-slide {
background-size: cover;
background-position: center;
height: 100%;
opacity: 0.7;
}
.eae-swiper-outer-wrapper .eae-gallery-thumbs .swiper-slide-thumb-active {
opacity: 1;
}   .eae-chart-outer-container {
position: relative;
}
.eae-chart-overlay {
width: 100%;
height: 100%;
position: absolute;
} .eae-table {
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: none;
border-collapse: collapse;
}
.eae-table tr {
border-style: none;
}
.eae-table__body_row_column {
border: none;
overflow: hidden;
}
.eae-table__head_column {
transition: all 0.3s ease-in-out;
}
.eae-table__body_row_column {
transition: all 0.3s ease-in-out;
} .eae-head-icon {
vertical-align: middle;
}
.eae-table__head-column-wrapper .eae-head-img {
width: 50px;
display: inline-block;
}
.eae-table__head-column-wrapper .eae-lottie-animation svg {
width: 70px !important;
line-height: 0;
}
.eae-head-icon-before {
margin-right: 5px;
}
.eae-head-icon-after {
margin-left: 5px;
} .eae-table__col-inner {
display: block;
}
.eae-body-icon {
vertical-align: middle;
}
.eae-table__body-column-wrapper .eae-body-image {
width: 70px;
display: inline-block;
}
.eae-table__body-column-wrapper .eae-table-lottie-animation svg {
width: 70px !important;
line-height: 0;
}
.eae-body-icon-before {
margin-right: 5px;
}
.eae-body-icon-after {
margin-left: 5px;
}
.eae-table-body__text {
vertical-align: middle;
} .eae-table .eae-table-search-hide {
display: none;
}
.eae-table-search-wrap {
padding: 0;
margin: 0;
margin-bottom: 10px;
}
.eae-search-wrap {
padding: 0;
margin: 0;
width: 50%;
display: inline-flex;
align-items: center;
box-sizing: border-box;
overflow: hidden;
align-items: center;
}
.eae-table-search-wrap .eae-table-search-field {
margin: 0;
padding: 0;
border: 0;
outline: none;
background-color: #eceeef;
width: 100%;
font-size: 15px;
color: #7a7a7a;
padding: 10px;
line-height: 0;
display: inline-block;
box-sizing: border-box;
}
.eae-table-search-wrap .eae-table-search-field:focus {
background-color: #eceeef;
}
::placeholder {
opacity: 0.5;
}
.search-icon {
background-color: #eceeef;
padding: 0;
margin: 0;
padding: 10px;
}
.search-icon i {
color: #7a7a7a73;
display: flex;
align-items: center;
left: 0px;
font-size: 20px;
} .eae-table__sortable .eae-table__sortable-head {
cursor: pointer;
}
.eae-table__head__wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.eae-sort-icon {
padding: 0;
margin: 0;
align-self: center;
}
.eae-table__head-column-wrapper {
flex-grow: 3;
display: inline-block;
width: 100%;
margin: 0px 3px;
}
.eae-icon-sort-icon {
vertical-align: middle;
display: inline-block;
margin: 0px 3px;
}
.eae-icon {
padding: 0;
margin: 0;
}
.eae-table__head__wrapper .eae-sort-icon .eae-icon {
font-size: 25px;
}
.eae-table__sortable .eae-table__head__wrapper .eae-sort-icon-down,
.eae-table__sortable .eae-table__head__wrapper .eae-sort-icon-up {
display: none;
}
.eae-table__sortable
.eae-table__sort-Desc
.eae-table__head__wrapper
.eae-icon-sort-icon,
.eae-table__sortable
.eae-table__sort-Asc
.eae-table__head__wrapper
.eae-icon-sort-icon {
display: none;
}
.eae-table__sortable
.eae-table__sort-Desc
.eae-table__head__wrapper
.eae-sort-icon-down,
.eae-table__sortable
.eae-table__sort-Asc
.eae-table__head__wrapper
.eae-sort-icon-up {
display: block;
}
.eae-table-wrap {
overflow-x: auto;
}
.eae-table-body__text,
.eae-table__col-inner {
white-space: nowrap !important;
}
.eae-table-wrapper {
max-width: 100%;
} .wts-eae-main .wpcf7 h1,
.wts-eae-main .wpcf7 h2,
.wts-eae-main .wpcf7 h3,
.wts-eae-main .wpcf7 h4,
.wts-eae-main .wpcf7 h5,
.wts-eae-main .wpcf7 h6,
.wts-eae-main .wpcf7 p,
.wts-eae-main .wpcf7 label {
color: #7a7a7a;
} .wts-eae-main .wpcf7 .wpcf7-date {
color: #cbcbcb;
background-color: #fafafa;
border-radius: 0;
padding: 10px 15px;
outline: 0px; } .wts-eae-main .wpcf7 .wpcf7-select {
color: #cbcbcb;
background-color: #fafafa;
} .wts-eae-main .wpcf7 .wpcf7-submit {
background-color: #61ce70;
}  .radio-orientation-vertical .wts-eae-main .wpcf7 .wpcf7-radio {
display: flex;
flex-direction: column;
}
.checkbox-orientation-vertical .wts-eae-main .wpcf7 .wpcf7-checkbox {
display: flex;
flex-direction: column;
} .wts-eae-main .wpcf7 input[type="radio"] {
appearance: none;
color: #ffffff;
background-repeat: no-repeat;
background-color: currentColor;
width: 1.2rem;
height: 1.2rem;
display: inline-block;
text-align: center;
margin-right: 5px;
border-radius: 50%;
vertical-align: middle;
}
.wts-eae-main .wpcf7 input[type="radio"] + span {
vertical-align: middle;
}
.wts-eae-main .wpcf7 input[type="radio"]:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: #61ce70;
}
.wts-eae-main .wpcf7 .wpcf7-list-item {
padding-right: 1rem;
}   .wts-eae-main .wpcf7 input[type="checkbox"] {
appearance: none;
color: #ffffff;
background-repeat: no-repeat;
background-color: currentColor;
width: 1.2rem;
height: 1.2rem;
display: inline-block;
text-align: center;
margin-right: 5px;
vertical-align: middle;
border-radius: 4px;
border: 3.4px solid black;
}
.wts-eae-main .wpcf7 input[type="checkbox"] + span {
vertical-align: middle;
}
.wts-eae-main .wpcf7 input[type="checkbox"]:checked {
background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/%3e%3c/svg%3e');
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: #61ce70;
}  .wts-cf7-style-box
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wts-cf7-style-box .wpcf7-select,
.wts-cf7-style-box .wpcf7-textarea {
border: 0px;
}
.wts-cf7-style-underline
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wts-cf7-style-underline .wpcf7-select,
.wts-cf7-style-underline .wpcf7-textarea {
border: 0px;
outline: 0px;
} .wts-eae-main .wpcf7-submit {
display: flex;
width: auto;
text-align: center;
justify-content: center;
border: 0px;
} .cf7-btn-size-sm .wpcf7-submit {
font-size: 15px;
padding: 12px 24px;
}
.cf7-btn-size-md .wpcf7-submit {
font-size: 16px;
padding: 15px 30px;
}
.cf7-btn-size-lg .wpcf7-submit {
font-size: 18px;
padding: 20px 40px;
}
.cf7-btn-size-xl .wpcf7-submit {
font-size: 20px;
padding: 15px 30px;
width: 100%;
} .cf7-btn-alignment-left .wpcf7-submit {
margin-left: 0;
margin-right: auto;
}
.cf7-btn-alignment-center .wpcf7-submit {
margin-left: auto;
margin-right: auto;
}
.cf7-btn-alignment-right .wpcf7-submit {
margin-left: auto;
margin-right: 0;
text-align: center;
justify-content: center;
} .wpcf7-file {
width: 40%;
color: #cbcbcb;
background-color: #fafafa;
border-radius: 0;
padding: 10px 15px;
outline: 0px;
border-style: solid;
} @media only screen and (max-width: 600px) {
.wpcf7-file {
width: 100%;
}
}       .wts-eae-main .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border: none;
margin: 0.5em 0em;
padding: 0em;
}
.wts-eae-main .wpcf7 form.sent .wpcf7-response-output {
border: none;
margin: 0.5em 0em;
padding: 0em;
}
.eae-cf7-error-output-hide .wpcf7-response-output {
display: none;
}
.eae-cf7-error-output-show .wpcf7-response-output {
display: block;
} .eae-cf7-error-validation-hide .wpcf7-not-valid-tip {
display: none;
}
.eae-cf7-error-validation-show .wpcf7-not-valid-tip {
display: block;
}  .wts-eae-main .wpcf7 .wpcf7-list-item {
margin-left: 0px;
}
.sent-box {
margin: 1em 0em;
}
.error-box {
margin-top: 1em;
} .wts-eae-main .wpcf7 .error-field {
color: #dc3232;
font-size: 1em;
} .mfp-zoom-in {   }
.mfp-zoom-in .mfp-content {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-newspaper .mfp-content {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.5s;
transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
opacity: 1;
transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content {
transform: scale(0) rotate(500deg);
opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-horizontal {   }
.mfp-move-horizontal .mfp-content {
opacity: 0;
transition: all 0.3s;
transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
opacity: 0;
transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-content {
opacity: 1;
transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
transform: translateX(50px);
opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-from-top .mfp-content {
vertical-align: top;
}
.mfp-move-from-top .mfp-content {
opacity: 0;
transition: all 0.2s;
transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
opacity: 0;
transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
opacity: 1;
transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
transform: translateY(-50px);
opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-3d-unfold .mfp-content {
perspective: 2000px;
}
.mfp-3d-unfold .mfp-content {
opacity: 0;
transition: all 0.3s ease-in-out;
transform-style: preserve-3d;
transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
opacity: 1;
transform: rotateY(1deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
transform: rotateY(60deg);
opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-zoom-out .mfp-content {
opacity: 0;
transition: all 0.3s ease-in-out;
transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
transform: scale(1.3);
opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0;
} @keyframes hinge {
0% {
transform: rotate(0);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%,
60% {
transform: rotate(80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40% {
transform: rotate(60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
80% {
transform: rotate(60deg) translateY(0);
opacity: 1;
transform-origin: top left;
animation-timing-function: ease-in-out;
}
100% {
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
animation-duration: 1s;
animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
opacity: 0;
transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
opacity: 0;
} .eae-post-item {
background-color: white;
border: 1px solid #f2f2f2;
}
.eae-post-title {
margin: 0px;
}
.eae-post-media-wrapper.eae_image_ratio_yes {
display: block;
position: relative;
}
.eae-post-media-wrapper.eae_image_ratio_yes img {
height: 100%;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
}
.eae-layout-grid.eae-image-pos-left .eae-post-item-inner {
display: flex;
flex-direction: row;
}
.eae-layout-grid.eae-image-pos-up .eae-post-item-inner {
display: flex;
flex-direction: column;
} .eae-layout-grid.eae-image-pos-right .eae-post-item-inner {
display: flex;
flex-direction: row-reverse;
} @media (max-width: 767px) {
.eae-posts-layout-collapse-mobile
.eae-post-layout-horizontal
.eae-post-item-inner {
display: block;
}
} @media screen and (max-width: 1024px) {
.eae-posts-layout-collapse-tablet
.eae-post-layout-horizontal
.eae-post-item-inner {
display: block;
}
} .eae-hide-lastRow-yes .eae-ct-wrapper tbody tr:last-child {
display: none;
}
.eae-hide-priceRow-yes .eae-ct-wrapper table tr:nth-child(2) td.eae-ct-plan,
.eae-hide-priceRow-yes .eae-ct-wrapper table tr:nth-child(2) td.hide {
display: none !important;
}
.eae-hide-titleRow-yes .eae-ct-wrapper table tr:nth-child(1) {
display: none !important;
} .eae-alert-box{
display: flex;
flex-direction: row;
margin: 0px;
}
.eae-alert-type-info .eae-alert-box {
background:lightblue;
}
.eae-alert-type-success .eae-alert-box {
background:rgb(176, 218, 198);
}
.eae-alert-type-warning .eae-alert-box {
background:rgb(217, 223, 184);
}
.eae-alert-type-danger .eae-alert-box{
background:rgb(226, 175, 175);
}
.eae-icon-position-top .eae-alert-box{
flex-direction: column;
}
.eae-icon-position-left .eae-alert-box{
flex-direction: row;
}
.eae-alert-icon{
display: flex;
align-items: flex-start;
}
.eae-alert-icon i{
display:flex;
}
.wts-eae-icon-view-stacked .eae-alert-icon i{
color: #fff;
background-color: #2098d1;
}
.wts-eae-icon-view-framed .eae-alert-icon i{
color: #fff;
background-color: #2098d1; 
}
.wts-eae-icon-shape-circle .eae-alert-icon i {
border-radius: 50% !important ;
}
.eae-alert-box .eae-alert-dismiss{
position: absolute;
display: flex;
}
.eae-alert-content{
display: flex;
flex-direction: column;
flex-grow: 1;
gap:5px;
}
.eae-alert-text h3 , .eae-alert-text p{
margin: 0px;
}
.eae-alert-action {
margin:0px;
display: flex;
white-space: nowrap;
align-items: center;
line-height: 1;
}
.eae-alert-action a{
display: flex;
flex-direction: row;
}
.eae-button-icon-pos-before {
display: inline-flex;
flex-direction: row-reverse;
align-items: center;
}
.eae-button-icon-pos-after {
display: inline-flex;
flex-direction: unset;
align-items: center;
padding-top: 5px;
}
.eae-alert-text{
display: flex;
flex-direction: column;
gap:5px;
}
.eae-alert-text h3{
margin:0px !important;
line-height: 0.8;
}
.eae-alert-box{
padding: 16px;
gap:12px;
}
.eae-alert-dismiss{
padding: 16px;
}
.eae-alert-action a {
display: flex;
gap:5px;
} .eae-advance-button{
display: flex;
justify-content: center;
}
.elementor-widget-eae-advance-button a.eae-button{
text-decoration: none;
border-radius: 5px;
padding:10px 20px;
gap:10px;
flex-direction: var(--eae-ab-dir);
line-height: 1;
}
.eae-advance-button-separator-row{
display: var(--eae-ab-sep-row);
}
.eae-advance-button-separator-col{
display: var(--eae-ab-sep-col);
}
.eae-button{
display: flex;
flex-direction: column;
align-items: center;
transition-duration: 0.4s;
padding:5px;
}
.eae-advance-button-title .heading{
display: flex;
margin: 0px !important;
}
.eae-advance-button-title{
display: flex;
align-self: center;
}
.eae-advance-button-title i {
display: flex;
align-items: center;
}
.eae-advance-button-title i:before {
padding:2px;
}
.eae-advance-button-separator{
display: flex;
}
.wts-eae-advance-button-icon-view-stacked .eae-advance-button-title i:before{
color: #fff;
background: #2098d1;
padding:10px;
}
.wts-eae-advance-button-icon-view-framed .eae-advance-button-title i:before{
color: #2098d1;
border: 1px solid #2098d1;
padding:10px;
}
.wts-eae-advance-button-icon-shape-circle .eae-advance-button-title i:before{
border-radius: 50%;
}
.icon-align-before .eae-advance-button-title{
display: flex;
flex-direction: row;
align-items:center;
}
.icon-align-after .eae-advance-button-title{ 
display: flex;
flex-direction: row-reverse;
align-items:center;
} .eae-content-ticker-wrapper{
display: flex;
flex-direction: row;
align-items: center;
overflow: hidden;
position: relative;
background-color: #f5f5f5;
}
.eae-content-ticker-heading{
display: flex;
align-items: center;
padding: 14px 28px; 
gap: 10px;
align-self: stretch;
flex:none;
position: relative;
}
.eae-heading-arrow .eae-content-ticker-heading::after{
content: '';
position: absolute;
right: -20px;
border: 10px solid transparent; top: 50%;
transform: translateY(-50%);
z-index: 3;
}
.eae-content-ticker{
display: flex;
align-items: center;
}
.eae-content-ticker > div{
display: flex;
align-items: center;
width:100%;
}
.eae-content-ticker-content-wrapper{
display: flex;
overflow: hidden;
align-self: stretch;
width:96%;
padding-left:20px;
}
.eae-navigation-icon-wrapper{
position: absolute;
right: 0%;
top: 50%;
transform: translateY(-50%);
z-index: 3;
display: flex;
gap: 30px;
}
.eae-navigation-icon-wrapper > div {
background: unset;
}
.eae-navigation-icon-wrapper i {
display: flex;
justify-content: center;
align-items: center;
height: 1em;
width: 1em;
}
.eae-navigation-icon-wrapper .swiper-button-prev, .eae-navigation-icon-wrapper .swiper-button-next{
position: relative;
}
.eae-navigation-icon-wrapper .swiper-button-prev, .eae-navigation-icon-wrapper .swiper-button-next{
-webkit-mask: none;
mask: none;
-webkit-mask-size : unset;
mask-size : unset;
background-image: none;
background-color: unset;
width: auto;
height: auto;
font-size:24px;
margin-top: 0;
}
.eae-content-ticker-wrapper .eae-content-ticker.swiper-wrapper .swiper-slide a{
color: inherit;
} .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
display: none;
}
@media (max-width: 767px) {
.eae-mobile-stack.eae-content-ticker-wrapper{
flex-direction: column;
}
.eae-nav-on-mobile .eae-navigation-icon-wrapper{
display:none;
}
.eae-heading-arrow .eae-content-ticker-heading::after{
display: none;
}
.eae-content-ticker-heading{
align-self: stretch;
}
.eae-navigation-icon-wrapper{
top:25%;
}
.eae-content-ticker-wrapper.eae-slide-vertical{
height : auto !important;
}
} .eae-pie-chart-wrapper{
position: relative;
}
.eae-pie-chart-overlay{
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
left: auto;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
font-size: 42px;
border-radius: 50%;
}
.chart-overlay-content{
text-align: center;
display:flex; 
}
.eae-custom-text{ 
text-align: center;
display:flex;
align-items: center;
}
.eae-pie-chart-container{
display:flex;
}
.chart-overlay-content .center-content{
display:  none;
}
.chart-overlay-content .eae-custom-text.start .center-content{
display: block;
}
.chart-overlay-content span.eae-custom-text{
display:  none;
}
.chart-overlay-content span.start{
display: inline-block;
display: flex;
}
.tooltip-parent{
border-radius: 6px;
background-color: #000;
}
.tooltip-label{
font-family: "Roboto", Sans-serif;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
padding: 4px 4px 4px 4px;
border-style: none;
}
.tooltip-value{
font-family: "Roboto", Sans-serif;
font-weight: 400;
color: #FFFFFF;
border-style: none;
}
.eae-tooltip-value-parent-first{
font-size:12px;
display: flex;
padding-left: 7px;
padding-bottom: 3px;
align-items: center;
padding: 0px 4px 4px 4px;
gap:2px
}
.tooltip-parent::after{
content: '';
position: absolute;
left: -14px;
border: 7px solid transparent;
border-right-color: #000;  
top: 50%;
transform: translateY(-50%);
} 
.eae-tooltip-value-parent-second{
height: 1em;
width: 1em;
background-color: #000;
border: 1px solid rgb(255, 255, 255);
}
.eae-radial-chart-wrapper{
width:100%;
}  
.eae-swiper-container, .eae-thumb-container.swiper-container {
overflow: hidden;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
}.peel {
position: relative;
opacity: 0;
}
.peel-ready {
opacity: 1;
}
.peel-svg-clip-element {
position: absolute;
top: -10000px;
left: -10000px;
width: 1px;
height: 1px;
opacity: 0;
}
.peel-layer {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
transform-origin: top left;
} .peel-top {
background-color: #81afcb;
}
.peel-back {
background-color: #a0c7df;
}
.peel-bottom {
background-color: #688394;
}.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border: none;
padding: 0;
margin: 0;
}
.vegas-overlay {
opacity: .5;
//background: transparent url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/vegas/overlays/02.png) center center repeat;
}
.vegas-timer {
top: auto;
bottom: 0;
height: 2px;
}
.vegas-timer-progress {
width: 0%;
height: 100%;
background: white;
-webkit-transition: width ease-out;
transition: width ease-out;
}
.vegas-timer-running .vegas-timer-progress {
width: 100%;
}
.vegas-slide,
.vegas-slide-inner {
margin: 0;
padding: 0;
background: transparent center center no-repeat;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform, opacity;
}
body .vegas-container {
overflow: hidden !important;
position: relative;
}
.vegas-video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
body.vegas-container {
overflow: auto;
position: static;
z-index: -2;
}
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
position: fixed;
z-index: -1;
} _::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
bottom: -76px;
}   .vegas-transition-blur,
.vegas-transition-blur2 {
opacity: 0;
-webkit-filter: blur(32px);
filter: blur(32px);
}
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
.vegas-transition-blur2-out {
opacity: 0;
}   .vegas-transition-burn,
.vegas-transition-burn2 {
opacity: 0;
-webkit-filter: contrast(1000%) saturate(1000%);
filter: contrast(1000%) saturate(1000%);
}
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
opacity: 1;
-webkit-filter: contrast(100%) saturate(100%);
filter: contrast(100%) saturate(100%);
}
.vegas-transition-burn2-out {
opacity: 0;
-webkit-filter: contrast(1000%) saturate(1000%);
filter: contrast(1000%) saturate(1000%);
}   .vegas-transition-fade,
.vegas-transition-fade2 {
opacity: 0;
}
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
opacity: 1;
}
.vegas-transition-fade2-out {
opacity: 0;
}   .vegas-transition-flash,
.vegas-transition-flash2 {
opacity: 0;
-webkit-filter: brightness(25);
filter: brightness(25);
}
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
opacity: 1;
-webkit-filter: brightness(1);
filter: brightness(1);
}
.vegas-transition-flash2-out {
opacity: 0;
-webkit-filter: brightness(25);
filter: brightness(25);
}   .vegas-transition-negative,
.vegas-transition-negative2 {
opacity: 0;
-webkit-filter: invert(100%);
filter: invert(100%);
}
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
opacity: 1;
-webkit-filter: invert(0);
filter: invert(0);
}
.vegas-transition-negative2-out {
opacity: 0;
-webkit-filter: invert(100%);
filter: invert(100%);
}   .vegas-transition-slideDown,
.vegas-transition-slideDown2 {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.vegas-transition-slideDown2-out {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}   .vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.vegas-transition-slideLeft2-out {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}   .vegas-transition-slideRight,
.vegas-transition-slideRight2 {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.vegas-transition-slideRight2-out {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}   .vegas-transition-slideUp,
.vegas-transition-slideUp2 {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.vegas-transition-slideUp2-out {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}   .vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
-webkit-transform: scale(2) rotate(35deg);
transform: scale(2) rotate(35deg);
opacity: 0;
}
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
}
.vegas-transition-swirlLeft2-out {
-webkit-transform: scale(2) rotate(-35deg);
transform: scale(2) rotate(-35deg);
opacity: 0;
}   .vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
-webkit-transform: scale(2) rotate(-35deg);
transform: scale(2) rotate(-35deg);
opacity: 0;
}
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
}
.vegas-transition-swirlRight2-out {
-webkit-transform: scale(2) rotate(35deg);
transform: scale(2) rotate(35deg);
opacity: 0;
}   .vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.vegas-transition-zoomIn2-out {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}   .vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.vegas-transition-zoomOut2-out {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}   .vegas-animation-kenburns {
-webkit-animation: kenburns ease-out;
animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes kenburns {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}   .vegas-animation-kenburnsDownLeft {
-webkit-animation: kenburnsDownLeft ease-out;
animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, -10%);
transform: scale(1.5) translate(10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDownLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, -10%);
transform: scale(1.5) translate(10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsDownRight {
-webkit-animation: kenburnsDownRight ease-out;
animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, -10%);
transform: scale(1.5) translate(-10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDownRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, -10%);
transform: scale(1.5) translate(-10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsDown {
-webkit-animation: kenburnsDown ease-out;
animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
0% {
-webkit-transform: scale(1.5) translate(0, -10%);
transform: scale(1.5) translate(0, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDown {
0% {
-webkit-transform: scale(1.5) translate(0, -10%);
transform: scale(1.5) translate(0, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsLeft {
-webkit-animation: kenburnsLeft ease-out;
animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 0);
transform: scale(1.5) translate(10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 0);
transform: scale(1.5) translate(10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsRight {
-webkit-animation: kenburnsRight ease-out;
animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 0);
transform: scale(1.5) translate(-10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 0);
transform: scale(1.5) translate(-10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUpLeft {
-webkit-animation: kenburnsUpLeft ease-out;
animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 10%);
transform: scale(1.5) translate(10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUpLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 10%);
transform: scale(1.5) translate(10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUpRight {
-webkit-animation: kenburnsUpRight ease-out;
animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 10%);
transform: scale(1.5) translate(-10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUpRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 10%);
transform: scale(1.5) translate(-10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUp {
-webkit-animation: kenburnsUp ease-out;
animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
0% {
-webkit-transform: scale(1.5) translate(0, 10%);
transform: scale(1.5) translate(0, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUp {
0% {
-webkit-transform: scale(1.5) translate(0, 10%);
transform: scale(1.5) translate(0, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}@font-face {
font-family: "ep-icon-module";
src: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.eot);
src: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.eot?#iefix) format('eot'),
url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.woff2) format('woff2'),
url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.woff) format('woff'),
url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.ttf) format('truetype'),
url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.svg#ep-icon-module) format('svg');
}
.ep-icon-module:before {
font-family: "ep-icon-module";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal; text-decoration: none;
text-transform: none;
}
.ep-icon-module-abacus:before {
content: "\E001";
}
.ep-icon-module-abandoned:before {
content: "\E002";
}
.ep-icon-module-ac-both:before {
content: "\E003";
}
.ep-icon-module-ac-foot:before {
content: "\E004";
}
.ep-icon-module-ac-head:before {
content: "\E005";
}
.ep-icon-module-acorn:before {
content: "\E006";
}
.ep-icon-module-add-bag:before {
content: "\E007";
}
.ep-icon-module-add-book:before {
content: "\E008";
}
.ep-icon-module-add-calendar:before {
content: "\E009";
}
.ep-icon-module-add-cloud:before {
content: "\E00A";
}
.ep-icon-module-add-datebase:before {
content: "\E00B";
}
.ep-icon-module-add-folder:before {
content: "\E00C";
}
.ep-icon-module-aid-kit:before {
content: "\E00D";
}
.ep-icon-module-air-balloon:before {
content: "\E00E";
}
.ep-icon-module-air-conditioning:before {
content: "\E00F";
}
.ep-icon-module-airbag:before {
content: "\E010";
}
.ep-icon-module-airplane-landing:before {
content: "\E011";
}
.ep-icon-module-airplane-takeoff:before {
content: "\E012";
}
.ep-icon-module-airplane:before {
content: "\E013";
}
.ep-icon-module-alarm:before {
content: "\E014";
}
.ep-icon-module-alert:before {
content: "\E015";
}
.ep-icon-module-ambulance:before {
content: "\E016";
}
.ep-icon-module-american-express:before {
content: "\E017";
}
.ep-icon-module-anchor:before {
content: "\E018";
}
.ep-icon-module-angel-2:before {
content: "\E019";
}
.ep-icon-module-angel:before {
content: "\E01A";
}
.ep-icon-module-announce:before {
content: "\E01B";
}
.ep-icon-module-apartment:before {
content: "\E01C";
}
.ep-icon-module-aperture:before {
content: "\E01D";
}
.ep-icon-module-apple:before {
content: "\E01E";
}
.ep-icon-module-auto:before {
content: "\E01F";
}
.ep-icon-module-axle:before {
content: "\E020";
}
.ep-icon-module-baby-book:before {
content: "\E021";
}
.ep-icon-module-baby-bottle:before {
content: "\E022";
}
.ep-icon-module-baby-mobile:before {
content: "\E023";
}
.ep-icon-module-baby-monitor:before {
content: "\E024";
}
.ep-icon-module-backpack:before {
content: "\E025";
}
.ep-icon-module-badge-1:before {
content: "\E026";
}
.ep-icon-module-badge-2:before {
content: "\E027";
}
.ep-icon-module-badge-3:before {
content: "\E028";
}
.ep-icon-module-badge-4:before {
content: "\E029";
}
.ep-icon-module-bag-return:before {
content: "\E02A";
}
.ep-icon-module-bag:before {
content: "\E02B";
}
.ep-icon-module-bag2:before {
content: "\E02C";
}
.ep-icon-module-balance-scale:before {
content: "\E02D";
}
.ep-icon-module-balloon:before {
content: "\E02E";
}
.ep-icon-module-balloons:before {
content: "\E02F";
}
.ep-icon-module-bandaid:before {
content: "\E030";
}
.ep-icon-module-bandaids:before {
content: "\E031";
}
.ep-icon-module-bar:before {
content: "\E032";
}
.ep-icon-module-baseball:before {
content: "\E033";
}
.ep-icon-module-basket-ball:before {
content: "\E034";
}
.ep-icon-module-basket:before {
content: "\E035";
}
.ep-icon-module-bathrobe:before {
content: "\E036";
}
.ep-icon-module-bathroom:before {
content: "\E037";
}
.ep-icon-module-battery-empty:before {
content: "\E038";
}
.ep-icon-module-battery-full:before {
content: "\E039";
}
.ep-icon-module-battery-level-1:before {
content: "\E03A";
}
.ep-icon-module-battery-level-2:before {
content: "\E03B";
}
.ep-icon-module-bear:before {
content: "\E03C";
}
.ep-icon-module-bell:before {
content: "\E03D";
}
.ep-icon-module-bell2:before {
content: "\E03E";
}
.ep-icon-module-belt:before {
content: "\E03F";
}
.ep-icon-module-bicycle:before {
content: "\E040";
}
.ep-icon-module-binoculars:before {
content: "\E041";
}
.ep-icon-module-blazer:before {
content: "\E042";
}
.ep-icon-module-bomb:before {
content: "\E043";
}
.ep-icon-module-bonfire:before {
content: "\E044";
}
.ep-icon-module-boots-2:before {
content: "\E045";
}
.ep-icon-module-boots:before {
content: "\E046";
}
.ep-icon-module-bowling-ball:before {
content: "\E047";
}
.ep-icon-module-bowtie:before {
content: "\E048";
}
.ep-icon-module-boxing-glove:before {
content: "\E049";
}
.ep-icon-module-bra:before {
content: "\E04A";
}
.ep-icon-module-brake:before {
content: "\E04B";
}
.ep-icon-module-bread-slice:before {
content: "\E04C";
}
.ep-icon-module-bread:before {
content: "\E04D";
}
.ep-icon-module-breakfast:before {
content: "\E04E";
}
.ep-icon-module-briefcase:before {
content: "\E04F";
}
.ep-icon-module-bucket-2:before {
content: "\E050";
}
.ep-icon-module-burger:before {
content: "\E051";
}
.ep-icon-module-bus:before {
content: "\E052";
}
.ep-icon-module-button:before {
content: "\E053";
}
.ep-icon-module-cable-car:before {
content: "\E054";
}
.ep-icon-module-cake:before {
content: "\E055";
}
.ep-icon-module-calculator:before {
content: "\E056";
}
.ep-icon-module-calendar:before {
content: "\E057";
}
.ep-icon-module-camera-1:before {
content: "\E058";
}
.ep-icon-module-camera-2:before {
content: "\E059";
}
.ep-icon-module-camera-3:before {
content: "\E05A";
}
.ep-icon-module-camera-lens:before {
content: "\E05B";
}
.ep-icon-module-camera:before {
content: "\E05C";
}
.ep-icon-module-camping:before {
content: "\E05D";
}
.ep-icon-module-candy-cane:before {
content: "\E05E";
}
.ep-icon-module-cap:before {
content: "\E05F";
}
.ep-icon-module-car-battery:before {
content: "\E060";
}
.ep-icon-module-car-rental:before {
content: "\E061";
}
.ep-icon-module-car:before {
content: "\E062";
}
.ep-icon-module-carabiner:before {
content: "\E063";
}
.ep-icon-module-carrot:before {
content: "\E064";
}
.ep-icon-module-cart:before {
content: "\E065";
}
.ep-icon-module-check-book:before {
content: "\E066";
}
.ep-icon-module-check-calendar:before {
content: "\E067";
}
.ep-icon-module-check-cloud:before {
content: "\E068";
}
.ep-icon-module-check-datebase:before {
content: "\E069";
}
.ep-icon-module-check-folder:before {
content: "\E06A";
}
.ep-icon-module-cheese:before {
content: "\E06B";
}
.ep-icon-module-chef:before {
content: "\E06C";
}
.ep-icon-module-cherry:before {
content: "\E06D";
}
.ep-icon-module-chicken:before {
content: "\E06E";
}
.ep-icon-module-christmas-light:before {
content: "\E06F";
}
.ep-icon-module-christmas-tree-star:before {
content: "\E070";
}
.ep-icon-module-christmas-tree:before {
content: "\E071";
}
.ep-icon-module-clapperboard:before {
content: "\E072";
}
.ep-icon-module-clipboard:before {
content: "\E073";
}
.ep-icon-module-close-book:before {
content: "\E074";
}
.ep-icon-module-close-calendar:before {
content: "\E075";
}
.ep-icon-module-close-cloud:before {
content: "\E076";
}
.ep-icon-module-close-datebase:before {
content: "\E077";
}
.ep-icon-module-close-folder:before {
content: "\E078";
}
.ep-icon-module-coat:before {
content: "\E079";
}
.ep-icon-module-cog:before {
content: "\E07A";
}
.ep-icon-module-comb:before {
content: "\E07B";
}
.ep-icon-module-compass:before {
content: "\E07C";
}
.ep-icon-module-concierge:before {
content: "\E07D";
}
.ep-icon-module-corndog:before {
content: "\E07E";
}
.ep-icon-module-cost:before {
content: "\E07F";
}
.ep-icon-module-coupon:before {
content: "\E080";
}
.ep-icon-module-credit-card:before {
content: "\E081";
}
.ep-icon-module-crib:before {
content: "\E082";
}
.ep-icon-module-cricket:before {
content: "\E083";
}
.ep-icon-module-croissant:before {
content: "\E084";
}
.ep-icon-module-cupcake-2:before {
content: "\E085";
}
.ep-icon-module-cupcake:before {
content: "\E086";
}
.ep-icon-module-deer:before {
content: "\E087";
}
.ep-icon-module-delta-credit-card:before {
content: "\E088";
}
.ep-icon-module-diaper:before {
content: "\E089";
}
.ep-icon-module-directions:before {
content: "\E08A";
}
.ep-icon-module-disabled:before {
content: "\E08B";
}
.ep-icon-module-discover-credit-card:before {
content: "\E08C";
}
.ep-icon-module-diving:before {
content: "\E08D";
}
.ep-icon-module-doctor:before {
content: "\E08E";
}
.ep-icon-module-dollar-currency:before {
content: "\E08F";
}
.ep-icon-module-donut:before {
content: "\E090";
}
.ep-icon-module-download-book:before {
content: "\E091";
}
.ep-icon-module-download-calendar:before {
content: "\E092";
}
.ep-icon-module-download-cloud:before {
content: "\E093";
}
.ep-icon-module-download-datebase:before {
content: "\E094";
}
.ep-icon-module-download-folder:before {
content: "\E095";
}
.ep-icon-module-dress:before {
content: "\E096";
}
.ep-icon-module-driving-wheel:before {
content: "\E097";
}
.ep-icon-module-drop:before {
content: "\E098";
}
.ep-icon-module-dumbbell:before {
content: "\E099";
}
.ep-icon-module-earth-quake:before {
content: "\E09A";
}
.ep-icon-module-earth:before {
content: "\E09B";
}
.ep-icon-module-egg:before {
content: "\E09C";
}
.ep-icon-module-electricity-tower:before {
content: "\E09D";
}
.ep-icon-module-electricity:before {
content: "\E09E";
}
.ep-icon-module-elevator:before {
content: "\E09F";
}
.ep-icon-module-engine:before {
content: "\E0A0";
}
.ep-icon-module-euro-currency:before {
content: "\E0A1";
}
.ep-icon-module-evaluative:before {
content: "\E0A2";
}
.ep-icon-module-exposure:before {
content: "\E0A3";
}
.ep-icon-module-factory:before {
content: "\E0A4";
}
.ep-icon-module-fan:before {
content: "\E0A5";
}
.ep-icon-module-female-user-check:before {
content: "\E0A6";
}
.ep-icon-module-female-user-minus:before {
content: "\E0A7";
}
.ep-icon-module-female-user-plus:before {
content: "\E0A8";
}
.ep-icon-module-female-user-x:before {
content: "\E0A9";
}
.ep-icon-module-female-user:before {
content: "\E0AA";
}
.ep-icon-module-film-roll:before {
content: "\E0AB";
}
.ep-icon-module-film-strip:before {
content: "\E0AC";
}
.ep-icon-module-fire:before {
content: "\E0AD";
}
.ep-icon-module-fish:before {
content: "\E0AE";
}
.ep-icon-module-fitness-center:before {
content: "\E0AF";
}
.ep-icon-module-flame:before {
content: "\E0B0";
}
.ep-icon-module-flash-left:before {
content: "\E0B1";
}
.ep-icon-module-flash-right:before {
content: "\E0B2";
}
.ep-icon-module-flooding:before {
content: "\E0B3";
}
.ep-icon-module-floor-plan:before {
content: "\E0B4";
}
.ep-icon-module-fog-headlights:before {
content: "\E0B5";
}
.ep-icon-module-for-rent:before {
content: "\E0B6";
}
.ep-icon-module-for-sale:before {
content: "\E0B7";
}
.ep-icon-module-free-toiletries:before {
content: "\E0B8";
}
.ep-icon-module-fries:before {
content: "\E0B9";
}
.ep-icon-module-gamepad:before {
content: "\E0BA";
}
.ep-icon-module-gas:before {
content: "\E0BB";
}
.ep-icon-module-gaslamp:before {
content: "\E0BC";
}
.ep-icon-module-gavel:before {
content: "\E0BD";
}
.ep-icon-module-gearbox:before {
content: "\E0BE";
}
.ep-icon-module-gift:before {
content: "\E0BF";
}
.ep-icon-module-gingerbread-man:before {
content: "\E0C0";
}
.ep-icon-module-glasses-2:before {
content: "\E0C1";
}
.ep-icon-module-glasses:before {
content: "\E0C2";
}
.ep-icon-module-globe:before {
content: "\E0C3";
}
.ep-icon-module-golf-ball:before {
content: "\E0C4";
}
.ep-icon-module-gopro:before {
content: "\E0C5";
}
.ep-icon-module-gurney:before {
content: "\E0C6";
}
.ep-icon-module-hairdryer:before {
content: "\E0C7";
}
.ep-icon-module-hand-bell:before {
content: "\E0C8";
}
.ep-icon-module-handbrake:before {
content: "\E0C9";
}
.ep-icon-module-hanger:before {
content: "\E0CA";
}
.ep-icon-module-hat:before {
content: "\E0CB";
}
.ep-icon-module-headlights-2:before {
content: "\E0CC";
}
.ep-icon-module-headlights:before {
content: "\E0CD";
}
.ep-icon-module-heating:before {
content: "\E0CE";
}
.ep-icon-module-helicopter:before {
content: "\E0CF";
}
.ep-icon-module-high-heels-2:before {
content: "\E0D0";
}
.ep-icon-module-high-heels:before {
content: "\E0D1";
}
.ep-icon-module-holly:before {
content: "\E0D2";
}
.ep-icon-module-hoodie:before {
content: "\E0D3";
}
.ep-icon-module-horn:before {
content: "\E0D4";
}
.ep-icon-module-hospital-2:before {
content: "\E0D5";
}
.ep-icon-module-hospital:before {
content: "\E0D6";
}
.ep-icon-module-hot-dog:before {
content: "\E0D7";
}
.ep-icon-module-ice-cream-2:before {
content: "\E0D8";
}
.ep-icon-module-ice-cream-3:before {
content: "\E0D9";
}
.ep-icon-module-ice-cream:before {
content: "\E0DA";
}
.ep-icon-module-iron:before {
content: "\E0DB";
}
.ep-icon-module-jcb-credit-card:before {
content: "\E0DC";
}
.ep-icon-module-jerry-can:before {
content: "\E0DD";
}
.ep-icon-module-jewelry:before {
content: "\E0DE";
}
.ep-icon-module-kayak:before {
content: "\E0DF";
}
.ep-icon-module-keys:before {
content: "\E0E0";
}
.ep-icon-module-lamp:before {
content: "\E0E1";
}
.ep-icon-module-laundry:before {
content: "\E0E2";
}
.ep-icon-module-life-jacket:before {
content: "\E0E3";
}
.ep-icon-module-light-bulb:before {
content: "\E0E4";
}
.ep-icon-module-linens:before {
content: "\E0E5";
}
.ep-icon-module-lounge:before {
content: "\E0E6";
}
.ep-icon-module-luggage-2:before {
content: "\E0E7";
}
.ep-icon-module-luggage:before {
content: "\E0E8";
}
.ep-icon-module-lungs:before {
content: "\E0E9";
}
.ep-icon-module-maestro-credit-card:before {
content: "\E0EA";
}
.ep-icon-module-mail:before {
content: "\E0EB";
}
.ep-icon-module-male-user-check:before {
content: "\E0EC";
}
.ep-icon-module-male-user-minus:before {
content: "\E0ED";
}
.ep-icon-module-male-user-plus:before {
content: "\E0EE";
}
.ep-icon-module-male-user-x:before {
content: "\E0EF";
}
.ep-icon-module-mannequin:before {
content: "\E0F0";
}
.ep-icon-module-map-2:before {
content: "\E0F1";
}
.ep-icon-module-map:before {
content: "\E0F2";
}
.ep-icon-module-mastercard-card:before {
content: "\E0F3";
}
.ep-icon-module-medal:before {
content: "\E0F4";
}
.ep-icon-module-medical-phone:before {
content: "\E0F5";
}
.ep-icon-module-medical:before {
content: "\E0F6";
}
.ep-icon-module-medicine:before {
content: "\E0F7";
}
.ep-icon-module-milk:before {
content: "\E0F8";
}
.ep-icon-module-minibar:before {
content: "\E0F9";
}
.ep-icon-module-mitten:before {
content: "\E0FA";
}
.ep-icon-module-mobile-app:before {
content: "\E0FB";
}
.ep-icon-module-mortgage:before {
content: "\E0FC";
}
.ep-icon-module-motorcycle:before {
content: "\E0FD";
}
.ep-icon-module-natural-energy:before {
content: "\E0FE";
}
.ep-icon-module-newspapers:before {
content: "\E0FF";
}
.ep-icon-module-no-smoking:before {
content: "\E100";
}
.ep-icon-module-nurse:before {
content: "\E101";
}
.ep-icon-module-oil:before {
content: "\E102";
}
.ep-icon-module-onesie:before {
content: "\E103";
}
.ep-icon-module-open-door:before {
content: "\E104";
}
.ep-icon-module-orange:before {
content: "\E105";
}
.ep-icon-module-ornament-2:before {
content: "\E106";
}
.ep-icon-module-ornament-3:before {
content: "\E107";
}
.ep-icon-module-ornament:before {
content: "\E108";
}
.ep-icon-module-outlet:before {
content: "\E109";
}
.ep-icon-module-pacifier:before {
content: "\E10A";
}
.ep-icon-module-parfume:before {
content: "\E10B";
}
.ep-icon-module-parking:before {
content: "\E10C";
}
.ep-icon-module-partial:before {
content: "\E10D";
}
.ep-icon-module-pause-book:before {
content: "\E10E";
}
.ep-icon-module-pause-calendar:before {
content: "\E10F";
}
.ep-icon-module-pause-cloud:before {
content: "\E110";
}
.ep-icon-module-pause-datebase:before {
content: "\E111";
}
.ep-icon-module-pause-folder:before {
content: "\E112";
}
.ep-icon-module-paypal:before {
content: "\E113";
}
.ep-icon-module-pear:before {
content: "\E114";
}
.ep-icon-module-pets:before {
content: "\E115";
}
.ep-icon-module-piggy-bank:before {
content: "\E116";
}
.ep-icon-module-pill-2:before {
content: "\E117";
}
.ep-icon-module-pill:before {
content: "\E118";
}
.ep-icon-module-ping-pong:before {
content: "\E119";
}
.ep-icon-module-piston:before {
content: "\E11A";
}
.ep-icon-module-pizza:before {
content: "\E11B";
}
.ep-icon-module-plug:before {
content: "\E11C";
}
.ep-icon-module-pocket-knife:before {
content: "\E11D";
}
.ep-icon-module-polaroid:before {
content: "\E11E";
}
.ep-icon-module-pool-ball:before {
content: "\E11F";
}
.ep-icon-module-pool:before {
content: "\E120";
}
.ep-icon-module-pound-currency:before {
content: "\E121";
}
.ep-icon-module-purse:before {
content: "\E122";
}
.ep-icon-module-radio:before {
content: "\E123";
}
.ep-icon-module-radioactive:before {
content: "\E124";
}
.ep-icon-module-rattle:before {
content: "\E125";
}
.ep-icon-module-reaload-calendar:before {
content: "\E126";
}
.ep-icon-module-recycle-bin:before {
content: "\E127";
}
.ep-icon-module-recycle:before {
content: "\E128";
}
.ep-icon-module-refresh-book:before {
content: "\E129";
}
.ep-icon-module-refresh-calendar:before {
content: "\E12A";
}
.ep-icon-module-refresh-cloud:before {
content: "\E12B";
}
.ep-icon-module-refresh-datebase:before {
content: "\E12C";
}
.ep-icon-module-refresh-folder:before {
content: "\E12D";
}
.ep-icon-module-refreshment:before {
content: "\E12E";
}
.ep-icon-module-refrigerator:before {
content: "\E12F";
}
.ep-icon-module-reload-book:before {
content: "\E130";
}
.ep-icon-module-remove-book:before {
content: "\E131";
}
.ep-icon-module-remove-calendar:before {
content: "\E132";
}
.ep-icon-module-remove-cloud:before {
content: "\E133";
}
.ep-icon-module-remove-datebase:before {
content: "\E134";
}
.ep-icon-module-remove-folder:before {
content: "\E135";
}
.ep-icon-module-repair:before {
content: "\E136";
}
.ep-icon-module-restaurant:before {
content: "\E137";
}
.ep-icon-module-rocking-horse:before {
content: "\E138";
}
.ep-icon-module-rollers:before {
content: "\E139";
}
.ep-icon-module-rope:before {
content: "\E13A";
}
.ep-icon-module-rubber-duck:before {
content: "\E13B";
}
.ep-icon-module-rugby-ball:before {
content: "\E13C";
}
.ep-icon-module-ruler:before {
content: "\E13D";
}
.ep-icon-module-rupee-currency:before {
content: "\E13E";
}
.ep-icon-module-safe:before {
content: "\E13F";
}
.ep-icon-module-safety-pin:before {
content: "\E140";
}
.ep-icon-module-santa-hat:before {
content: "\E141";
}
.ep-icon-module-santa:before {
content: "\E142";
}
.ep-icon-module-satellite-channels:before {
content: "\E143";
}
.ep-icon-module-sausage:before {
content: "\E144";
}
.ep-icon-module-scarf:before {
content: "\E145";
}
.ep-icon-module-sd-card:before {
content: "\E146";
}
.ep-icon-module-search:before {
content: "\E147";
}
.ep-icon-module-seashell:before {
content: "\E148";
}
.ep-icon-module-seat-belt:before {
content: "\E149";
}
.ep-icon-module-secure:before {
content: "\E14A";
}
.ep-icon-module-security:before {
content: "\E14B";
}
.ep-icon-module-service:before {
content: "\E14C";
}
.ep-icon-module-ship:before {
content: "\E14D";
}
.ep-icon-module-shirt:before {
content: "\E14E";
}
.ep-icon-module-shovel-2:before {
content: "\E14F";
}
.ep-icon-module-shower:before {
content: "\E150";
}
.ep-icon-module-shuttle-service:before {
content: "\E151";
}
.ep-icon-module-shuttlecock:before {
content: "\E152";
}
.ep-icon-module-skating:before {
content: "\E153";
}
.ep-icon-module-ski:before {
content: "\E154";
}
.ep-icon-module-sleigh:before {
content: "\E155";
}
.ep-icon-module-slippers:before {
content: "\E156";
}
.ep-icon-module-small-battery:before {
content: "\E157";
}
.ep-icon-module-smoking:before {
content: "\E158";
}
.ep-icon-module-snowboard:before {
content: "\E159";
}
.ep-icon-module-snowflake:before {
content: "\E15A";
}
.ep-icon-module-snowman:before {
content: "\E15B";
}
.ep-icon-module-soccer-ball:before {
content: "\E15C";
}
.ep-icon-module-socks:before {
content: "\E15D";
}
.ep-icon-module-soda:before {
content: "\E15E";
}
.ep-icon-module-solar-panel:before {
content: "\E15F";
}
.ep-icon-module-sold:before {
content: "\E160";
}
.ep-icon-module-solo-credit-card:before {
content: "\E161";
}
.ep-icon-module-soundproof:before {
content: "\E162";
}
.ep-icon-module-spa:before {
content: "\E163";
}
.ep-icon-module-star:before {
content: "\E164";
}
.ep-icon-module-stethoscope:before {
content: "\E165";
}
.ep-icon-module-stocking:before {
content: "\E166";
}
.ep-icon-module-strawberry:before {
content: "\E167";
}
.ep-icon-module-stroller:before {
content: "\E168";
}
.ep-icon-module-studio-light:before {
content: "\E169";
}
.ep-icon-module-sun-deck:before {
content: "\E16A";
}
.ep-icon-module-support:before {
content: "\E16B";
}
.ep-icon-module-suspension:before {
content: "\E16C";
}
.ep-icon-module-sustainability:before {
content: "\E16D";
}
.ep-icon-module-switch:before {
content: "\E16E";
}
.ep-icon-module-syringe:before {
content: "\E16F";
}
.ep-icon-module-t-shirt:before {
content: "\E170";
}
.ep-icon-module-tag:before {
content: "\E171";
}
.ep-icon-module-tap:before {
content: "\E172";
}
.ep-icon-module-taxi:before {
content: "\E173";
}
.ep-icon-module-telephone:before {
content: "\E174";
}
.ep-icon-module-temperature:before {
content: "\E175";
}
.ep-icon-module-tennis-ball:before {
content: "\E176";
}
.ep-icon-module-thermometer:before {
content: "\E177";
}
.ep-icon-module-thermos:before {
content: "\E178";
}
.ep-icon-module-tie:before {
content: "\E179";
}
.ep-icon-module-timer:before {
content: "\E17A";
}
.ep-icon-module-toaster:before {
content: "\E17B";
}
.ep-icon-module-toilet:before {
content: "\E17C";
}
.ep-icon-module-tools:before {
content: "\E17D";
}
.ep-icon-module-tooth:before {
content: "\E17E";
}
.ep-icon-module-towels:before {
content: "\E17F";
}
.ep-icon-module-trailer:before {
content: "\E180";
}
.ep-icon-module-train:before {
content: "\E181";
}
.ep-icon-module-transport:before {
content: "\E182";
}
.ep-icon-module-tree:before {
content: "\E183";
}
.ep-icon-module-trophy:before {
content: "\E184";
}
.ep-icon-module-trousers:before {
content: "\E185";
}
.ep-icon-module-tulip:before {
content: "\E186";
}
.ep-icon-module-tv:before {
content: "\E187";
}
.ep-icon-module-umbrella:before {
content: "\E188";
}
.ep-icon-module-underwear-2:before {
content: "\E189";
}
.ep-icon-module-underwear:before {
content: "\E18A";
}
.ep-icon-module-upload-book:before {
content: "\E18B";
}
.ep-icon-module-upload-calendar:before {
content: "\E18C";
}
.ep-icon-module-upload-cloud:before {
content: "\E18D";
}
.ep-icon-module-upload-datebase:before {
content: "\E18E";
}
.ep-icon-module-upload-folder:before {
content: "\E18F";
}
.ep-icon-module-user:before {
content: "\E190";
}
.ep-icon-module-users-check:before {
content: "\E191";
}
.ep-icon-module-users-minus:before {
content: "\E192";
}
.ep-icon-module-users-plus:before {
content: "\E193";
}
.ep-icon-module-users-x:before {
content: "\E194";
}
.ep-icon-module-users:before {
content: "\E195";
}
.ep-icon-module-verified:before {
content: "\E196";
}
.ep-icon-module-vespa:before {
content: "\E197";
}
.ep-icon-module-video-camera-1:before {
content: "\E198";
}
.ep-icon-module-video-camera-2:before {
content: "\E199";
}
.ep-icon-module-video-camera-3:before {
content: "\E19A";
}
.ep-icon-module-video-camera-4:before {
content: "\E19B";
}
.ep-icon-module-villa:before {
content: "\E19C";
}
.ep-icon-module-visa-credit-card:before {
content: "\E19D";
}
.ep-icon-module-visa-electron:before {
content: "\E19E";
}
.ep-icon-module-volley-ball:before {
content: "\E19F";
}
.ep-icon-module-wallet:before {
content: "\E1A0";
}
.ep-icon-module-warning:before {
content: "\E1A1";
}
.ep-icon-module-water-supply:before {
content: "\E1A2";
}
.ep-icon-module-watermill:before {
content: "\E1A3";
}
.ep-icon-module-wheel:before {
content: "\E1A4";
}
.ep-icon-module-wifi:before {
content: "\E1A5";
}
.ep-icon-module-wind-turbine:before {
content: "\E1A6";
}
.ep-icon-module-windmill:before {
content: "\E1A7";
}
.ep-icon-module-windshield-heat:before {
content: "\E1A8";
}
.ep-icon-module-windshield-washer:before {
content: "\E1A9";
}
.ep-icon-module-winter-hat:before {
content: "\E1AA";
}
.ep-icon-module-yen-currency:before {
content: "\E1AB";
}
.ep-icon-module-zoom-in:before {
content: "\E1AC";
}
.ep-icon-module-zoom-out:before {
content: "\E1AD";
}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none; }
.flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 5px;
width: 60px;
height: 90px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 87px;
text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden; 
outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 20px;
height: 100px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px; }
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none; }
.flip-clock-divider.minutes .flip-clock-label {
right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
right: -91px; }
.flip-clock-dot.top {
top: 30px; }
.flip-clock-dot.bottom {
bottom: 30px; }
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.elementor-widget-video_slider.elementor-widget iframe,
.elementor-widget-video_slider.elementor-widget .fluid-width-video-wrapper {
margin: 0;
}
.elementor-widget-video_slider.elementor-widget .ep-nav-title {
margin: 0;
text-transform: none;
font-size: 20px;
text-align: left;
}
.elementor-widget-video_slider .slick-arrow {
top: auto;
padding: 0;
transform: none;
line-height: normal;
right: auto;
height: auto;
left: auto;
width: auto;
}
.elementor-widget-video_slider .slick-slider:hover .slick-next {
right: 0;
}
.elementor-widget-video_slider .slick-slider:hover .slick-prev {
left: 0;
}
.elementor-widget-video_slider .slick-prev:hover,
.elementor-widget-video_slider .slick-prev:focus,
.elementor-widget-video_slider .slick-next:hover,
.elementor-widget-video_slider .slick-next:focus {
color: #fff;
}
.elementor-widget-video_slider .slick-arrow:before {
display: none;
}
.elementor-widget-video_slider.elementor-widget .slick-arrow,
.elementor-widget-cta.elementor-widget .elementor-button,
.elementor-widget-button_plus.elementor-widget .elementor-button,
.elementor-widget-justified-gallery.elementor-widget .jg-entry {
text-decoration: none;
text-transform: none;
border: 0;
box-shadow: none;
}
.elementor-widget-video_slider p {
margin: 0;
}
.elementor-label {
display: inline-block;
text-align: center;
}
.elementor-label .elementor-label-content-wrapper {
display: inline-flex;
}
.elementor-align-justify .elementor-label {
width: 100%;
}
.elementor-label .elementor-align-icon-left {
order: 0;
margin-right: 5px;
}
.elementor-label .elementor-align-icon-right {
order: 1;
margin-left: 5px;
}
.elementor-widget-button_plus .elementor-button {
text-align: center;
}
.elementor-widget-button_plus .elementor-button .elementor-button-content-wrapper {
flex-direction: column;
}
.elementor-widget-button_plus .elementor-button .elementor-button-content-wrapper .elementor-button-text {
display: block;
}
.hide-gallery {
display: none;
}
.cta-text {
display: block;
}
.ep-video-slider {
width: 80%;
float: left;
}
.ep-slider-nav {
width: 20%;
float: left;
}
.ep-slider-container:after {
content: "";
display: table;
clear: both;
}
.ep-slider-nav .slick-prev {
top: 0;
}
.ep-slider-nav.left .slick-next,
.ep-slider-nav.right .slick-next {
bottom: 0;
}
.ep-slider-nav .slick-list,
.ep-slider-nav .slick-list .slick-track {
height: 100% !important;
}
.ep-slider-nav.left .slick-slide,
.ep-slider-nav.right .slick-slide {
height: 25%;
}
.ep-slider-nav .slick-arrow {
text-align: center;
color: #fff;
font-size: 20px;
position: absolute;
z-index: 1;
cursor: pointer;
}
.ep-nav-slide {
height: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
cursor: pointer;
}
.ep-slider-nav.left .slick-arrow,
.ep-slider-nav.right .slick-arrow {
width: 100%;
}
.ep-slider-nav.below .slick-arrow {
top: 0;
padding: 0 10px;
height: 100%;
line-height: 100%;
}
.ep-slider-nav.below .slick-arrow:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.ep-slider-nav.below .slick-prev {
left: 0;
}
.ep-slider-nav.below .slick-next {
right: 0;
}
.ep-slider-nav.left .slick-prev,
.ep-slider-nav.right .slick-prev {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 1%, rgba(255, 255, 255, 0) 100%);
transition: opacity 0.3s;
opacity: 0.7;
}
.ep-slider-nav.left .slick-prev:hover,
.ep-slider-nav.right .slick-prev:hover {
opacity: 1;
}
.ep-slider-nav.left .slick-next,
.ep-slider-nav.right .slick-next {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
transition: opacity 0.3s;
opacity: 0.7;
}
.ep-slider-nav.left .slick-next:hover,
.ep-slider-nav.right .slick-next:hover {
opacity: 1;
}
.ep-slider-nav.below .slick-prev {
background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
transition: opacity 0.3s;
opacity: 0.7;
}
.ep-slider-nav.below .slick-prev:hover {
opacity: 1;
}
.ep-slider-nav.below .slick-next {
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
transition: opacity 0.3s;
opacity: 0.7;
}
.ep-slider-nav.below .slick-next:hover {
opacity: 1;
}
.ep-nav-slide::before {
content: '';
width: 100%;
height: 100%;
display: block;
}
.slick-slide:hover .ep-nav-slide::before {
transition: opacity 0.3s;
opacity: 0;
}
.ep-nav-title {
position: absolute;
bottom: 0;
width: 100%;
cursor: pointer;
}
.ep-nav-title,
.ep-nav-slide::before {
opacity: 1;
transition: opacity 0.3s;
}
.slick-current .ep-nav-title,
.slick-current .ep-nav-slide::before {
opacity: 0;
}
.ep-video-slider.below,
.ep-slider-nav.below {
width: 100%;
float: none;
}
.ep-video-slider.left,
.ep-slider-nav.left {
float: right;
}
.ep-slider-nav.below .ep-nav-slide {
height: 100px;
margin-right: 1px;
}
.ep-video-slider.below {
margin-bottom: 1px;
}
.elementor-widget-dual-button .elementor-button .elementor-align-icon-left {
order: 0;
} #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
}
#status {
width: 40px;
height: 40px;
position: absolute;
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
font-size: 40px;
line-height: 40px;
}
.elementor-editor-active #preloader {
display: none;
} #ep-tooltip-text {
display: none;
}
[data-tooltip] {
position: relative;
z-index: 1000;
cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
visibility: hidden;
opacity: 0;
pointer-events: none;
}
[data-tooltip]:before {
position: absolute;
padding: 7px;
border-radius: 3px;
background-color: #000;
background-color: rgba(51, 51, 51, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;
}
.ept-top[data-tooltip]:before {
bottom: calc(100% + 15px);
left: 50%;
transform: translateX(-50%);
}
.ept-bottom[data-tooltip]:before {
top: calc(100% + 15px);
left: 50%;
transform: translateX(-50%);
}
.ept-right[data-tooltip]:before {
top: 0;
left: calc(100% + 20px);
margin: 0;
min-height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}
.ept-left[data-tooltip]:before {
top: 0;
right: calc(100% + 20px);
margin: 0;
min-height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
visibility: visible;
opacity: 1;
} .ep-icon-module {
font-family: "ep-icon-module";
font-style: normal;
} .ep-flipclock-align-left {
text-align: left;
}
.ep-flipclock-align-center {
text-align: center;
}
.ep-flipclock-align-right {
text-align: right;
}
.no-label .flip-clock-label {
display: none;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper {
width: auto;
display: inline-block;
}
.elementor-widget-ep_flipclock .flip-clock-divider .flip-clock-label {
position: absolute;
left: 90px;
top: -25px;
right: auto;
transform: translateX(-50%);
}
.elementor-widget-ep_flipclock .flip-clock-divider:first-child .flip-clock-label {
margin-left: -20px;
} .elementor-widget-ep-image-hover-effects .ep-ihe {
height: 0;
overflow: hidden;
background: white;
position: relative;
}
.elementor-widget-ep-image-hover-effects .ep-ihe .img-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .ep-dual-button-horizontal {
display: flex;
}
.elementor-align-justify .ep-dual-button-horizontal {
justify-content: space-evenly;
}
.elementor-align-left .ep-dual-button-horizontal {
justify-content: flex-start;
}
.elementor-align-center .ep-dual-button-horizontal {
justify-content: center;
}
.elementor-align-right .ep-dual-button-horizontal {
justify-content: flex-end;
}
.elementor-align-justify .ep-dual-button-horizontal .elementor-button-wrapper {
width: 50%;
} @media only screen and (max-width: 1024px) {
.ep-video-slider,
.ep-slider-nav {
width: 100%;
float: none;
}
.ep-video-slider {
margin-bottom: 1px;
}
.ep-slider-nav.slick-slider {
max-height: 100px;
}
.ep-slider-nav .ep-nav-slide {
height: 100px;
margin-right: 1px;
}
.ep-slider-nav.left .slick-slide,
.ep-slider-nav.right .slick-slide {
height: 100%;
}
.ep-slider-nav .slick-prev {
left: 0;
}
.ep-slider-nav .slick-next {
right: 0;
}
.ep-slider-nav.slick-slider .slick-arrow {
width: auto;
}
.ep-slider-nav .slick-arrow:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.ep-slider-nav .slick-arrow {
top: 0;
padding: 0 10px;
height: 100%;
line-height: 100%;
}
}
@media (max-width: 767px) {
.elementor-widget-ep_flipclock .flip-clock-label {
display: none;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul {
height: 50px;
line-height: 48px;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul li {
height: 50px;
line-height: 48px;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul li a div.up:after {
top: 24px;
}
.elementor-widget-ep_flipclock .flip-clock-divider {
height: 50px;
width: 10px;
}
.elementor-widget-ep_flipclock .flip-clock-dot {
height: 6px;
width: 6px;
left: 2px;
}
.elementor-widget-ep_flipclock .flip-clock-dot.top {
top: 17px;
}
.elementor-widget-ep_flipclock .flip-clock-dot.bottom {
bottom: 8px;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul {
width: 37px;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul li a div div.inn {
font-size: 30px;
}
}[class*="ep-filter"] {
position: relative;
}
[class*="ep-filter"]::before {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.ep-filter-1977 {
-webkit-filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
}
.ep-filter-aden {
-webkit-filter: sepia(.2) brightness(1.15) saturate(1.4);
filter: sepia(.2) brightness(1.15) saturate(1.4);
}
.ep-filter-aden::before {
background: rgba(125, 105, 24, .1);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-amaro {
-webkit-filter: sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3);
filter: sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3);
}
.ep-filter-amaro::before {
background: rgba(125, 105, 24, .2);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-ashby {
-webkit-filter: sepia(.5) contrast(1.2) saturate(1.8);
filter: sepia(.5) contrast(1.2) saturate(1.8);
}
.ep-filter-ashby::before {
background: rgba(125, 105, 24, .35);
content: "";
mix-blend-mode: lighten;
}
.ep-filter-brannan {
-webkit-filter: sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg);
filter: sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg);
}
.ep-filter-brooklyn {
-webkit-filter: sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg);
filter: sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg);
}
.ep-filter-brooklyn::before {
background: rgba(127, 187, 227, .2);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-charmes {
-webkit-filter: sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg);
filter: sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg);
}
.ep-filter-charmes::before {
background: rgba(125, 105, 24, .25);
content: "";
mix-blend-mode: darken;
}
.ep-filter-clarendon {
-webkit-filter: sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg);
filter: sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg);
}
.ep-filter-clarendon::before {
background: rgba(127, 187, 227, .4);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-crema {
-webkit-filter: sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg);
filter: sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg);
}
.ep-filter-crema::before {
background: rgba(125, 105, 24, .2);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-dogpatch {
-webkit-filter: sepia(.35) saturate(1.1) contrast(1.5);
filter: sepia(.35) saturate(1.1) contrast(1.5);
}
.ep-filter-earlybird {
-webkit-filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
}
.ep-filter-earlybird::before {
background: radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-gingham {
-webkit-filter: contrast(1.1) brightness(1.1);
filter: contrast(1.1) brightness(1.1);
}
.ep-filter-gingham::before {
background: #e6e6e6;
content: "";
mix-blend-mode: soft-light;
}
.ep-filter-ginza {
-webkit-filter: sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg);
filter: sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg);
}
.ep-filter-ginza::before {
background: rgba(125, 105, 24, .15);
content: "";
mix-blend-mode: darken;
}
.ep-filter-hefe {
-webkit-filter: sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg);
filter: sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg);
}
.ep-filter-hefe::before {
background: radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-helena {
-webkit-filter: sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35);
filter: sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35);
}
.ep-filter-helena::before {
background: rgba(158, 175, 30, .25);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-hudson {
-webkit-filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
}
.ep-filter-hudson::before {
background: radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-inkwell {
-webkit-filter: brightness(1.25) contrast(.85) grayscale(1);
filter: brightness(1.25) contrast(.85) grayscale(1);
}
.ep-filter-juno {
-webkit-filter: sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8);
filter: sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8);
}
.ep-filter-juno::before {
background: rgba(127, 187, 227, .2);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-kelvin {
-webkit-filter: sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg);
filter: sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg);
}
.ep-filter-kelvin::before {
background: radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
background: -webkit-radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-lark {
-webkit-filter: sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25);
filter: sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25);
}
.ep-filter-lofi {
-webkit-filter: saturate(1.1) contrast(1.5);
filter: saturate(1.1) contrast(1.5);
}
.ep-filter-ludwig {
-webkit-filter: sepia(.25) contrast(1.05) brightness(1.05) saturate(2);
filter: sepia(.25) contrast(1.05) brightness(1.05) saturate(2);
}
.ep-filter-ludwig::before {
background: rgba(125, 105, 24, .1);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-maven {
-webkit-filter: sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75);
filter: sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75);
}
.ep-filter-maven::before {
background: rgba(158, 175, 30, .25);
content: "";
mix-blend-mode: darken;
}
.ep-filter-mayfair {
-webkit-filter: contrast(1.1) brightness(1.15) saturate(1.1);
filter: contrast(1.1) brightness(1.15) saturate(1.1);
}
.ep-filter-mayfair::before {
background: radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-moon {
-webkit-filter: brightness(1.4) contrast(.95) saturate(0) sepia(.35);
filter: brightness(1.4) contrast(.95) saturate(0) sepia(.35);
}
.ep-filter-nashville {
-webkit-filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
}
.ep-filter-nashville::before {
background: radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
background: -webkit-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
content: "";
mix-blend-mode: screen;
}
.ep-filter-perpetua {
-webkit-filter: contrast(1.1) brightness(1.25) saturate(1.1);
filter: contrast(1.1) brightness(1.25) saturate(1.1);
}
.ep-filter-perpetua::before {
background: linear-gradient(to bottom, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
background: -o-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
background: -moz-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
background: -webkit-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 154, .25)), to(rgba(230, 193, 61, .25)));
content: "";
mix-blend-mode: multiply;
}
.ep-filter-poprocket {
-webkit-filter: sepia(.15) brightness(1.2);
filter: sepia(.15) brightness(1.2);
}
.ep-filter-poprocket::before {
background: radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, black 80%);
background: -o-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, black 80%);
background: -moz-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, black 80%);
background: -webkit-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, black 80%);
content: "";
mix-blend-mode: screen;
}
.ep-filter-reyes {
-webkit-filter: sepia(.75) contrast(.75) brightness(1.25) saturate(1.4);
filter: sepia(.75) contrast(.75) brightness(1.25) saturate(1.4);
}
.ep-filter-rise {
-webkit-filter: sepia(.25) contrast(1.25) brightness(1.2) saturate(.9);
filter: sepia(.25) contrast(1.25) brightness(1.2) saturate(.9);
}
.ep-filter-rise::before {
background: radial-gradient(circle closest-corner, transparent 0, rgba(230, 193, 61, .25) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(230, 193, 61, .25) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 0, rgba(230, 193, 61, .25) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(230, 193, 61, .25) 100%);
content: "";
mix-blend-mode: lighten;
}
.ep-filter-sierra {
-webkit-filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
}
.ep-filter-sierra::before {
background: radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(0, 0, 0, .65) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(0, 0, 0, .65) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(0, 0, 0, .65) 100%);
background: -webkit-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(0, 0, 0, .65) 100%);
content: "";
mix-blend-mode: screen;
}
.ep-filter-skyline {
-webkit-filter: sepia(.15) contrast(1.25) brightness(1.25) saturate(1.2);
filter: sepia(.15) contrast(1.25) brightness(1.25) saturate(1.2);
}
.ep-filter-slumber {
-webkit-filter: sepia(.35) contrast(1.25) saturate(1.25);
filter: sepia(.35) contrast(1.25) saturate(1.25);
}
.ep-filter-slumber::before {
background: rgba(125, 105, 24, .2);
content: "";
mix-blend-mode: darken;
}
.ep-filter-stinson {
-webkit-filter: sepia(.35) contrast(1.25) brightness(1.1) saturate(1.25);
filter: sepia(.35) contrast(1.25) brightness(1.1) saturate(1.25);
}
.ep-filter-stinson::before {
background: rgba(125, 105, 24, .45);
content: "";
mix-blend-mode: lighten;
}
.ep-filter-sutro {
-webkit-filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
}
.ep-filter-sutro::before {
background: radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
background: -o-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
background: -moz-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
background: -webkit-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
content: "";
mix-blend-mode: darken;
}
.ep-filter-toaster {
-webkit-filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
}
.ep-filter-toaster::before {
background: radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
background: -o-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
background: -moz-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
background: -webkit-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
content: "";
mix-blend-mode: screen;
}
.ep-filter-valencia {
-webkit-filter: sepia(.25) contrast(1.1) brightness(1.1);
filter: sepia(.25) contrast(1.1) brightness(1.1);
}
.ep-filter-valencia::before {
background: rgba(230, 193, 61, .1);
content: "";
mix-blend-mode: lighten;
}
.ep-filter-vesper {
-webkit-filter: sepia(.35) contrast(1.15) brightness(1.2) saturate(1.3);
filter: sepia(.35) contrast(1.15) brightness(1.2) saturate(1.3);
}
.ep-filter-vesper::before {
background: rgba(125, 105, 24, .25);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-walden {
-webkit-filter: sepia(.35) contrast(.8) brightness(1.25) saturate(1.4);
filter: sepia(.35) contrast(.8) brightness(1.25) saturate(1.4);
}
.ep-filter-walden::before {
background: rgba(229, 240, 128, .5);
content: "";
mix-blend-mode: darken;
}
.ep-filter-willow {
-webkit-filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
}
.ep-filter-xpro-ii {
-webkit-filter: sepia(.45) contrast(1.25) brightness(1.75) saturate(1.3) hue-rotate(-5deg);
filter: sepia(.45) contrast(1.25) brightness(1.75) saturate(1.3) hue-rotate(-5deg);
}
.ep-filter-xpro-ii::before {
background: radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
background: -webkit-radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
content: "";
mix-blend-mode: multiply;
}@keyframes ep-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.element-search-form-wrap {
width: 100%;
display: block;
}
.element-search-form {
display: flex;
align-items: center;
height: 40px;
position: relative;
width: 100%;
}
.element-search-form .element-search-category-select {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
max-width: 27%;
height: 100%;
-webkit-appearance: none;
appearance: none;
background-clip: padding-box;
background-size: 9px;
background-position: right .75rem center;
background-repeat: no-repeat;
padding: 10px 28px 10px 10px;
margin: 0;
box-shadow: none;
background-color: #fff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
color: #313131;
font-size: 16px;
border-radius: 3px 0 0 3px;
border: 1px solid #dedede;
border-right: 0;
}
.element-search-form .element-search-input-wrap {
height: 100%;
flex: auto;
position: relative;
line-height: normal;
margin: 0;
padding: 0;
}
.element-search-form .element-search-input {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
height: 100%;
width: 100% !important;
font-size: 16px;
border-radius: 0;
border: 1px solid #dedede;
margin: 0;
padding: 10px;
box-shadow: none;
}
.element-search-form .element-search-input:hover,
.element-search-form .element-search-input:focus {
box-shadow: none;
outline: 0;
border-width: 1px;
border-color: inherit;
}
.element-search-form .element-search-spinner {
border: 3px solid rgba(0, 0, 0, 0.35);
border-top-color: rgba(0, 0, 0, 0.875);
border-radius: 100%;
height: 18px;
width: 18px;
animation: ep-rotate .8s infinite linear;
position: absolute;
right: 10px;
top: 11px;
opacity: 0;
}
.element-search-form .element-search-spinner.visible {
opacity: 0.4;
}
.element-search-form .element-search-results {
position: absolute;
list-style: none;
top: 100%;
left: 0;
width: 100%;
background: #fff;
border-radius: 0 0 3px 3px;
margin: 1px 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding: 10px 0;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
z-index: 125;
display: none;
font-family: sans-serif;
}
.element-search-form .element-search-results-item {
margin: 0;
font-size: 13px;
}
.element-search-form .element-search-results-item a {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
padding: 15px;
display: flex;
color: #313131;
text-decoration: none !important;
border: 0;
box-shadow: none;
}
.element-search-form .element-search-results-item a:hover {
background-color: #F5F5F5;
border: 0;
box-shadow: none;
}
.element-search-form .element-search-results-item .element-search-results-item-thumb {
margin-right: 15px;
max-width: 55px;
}
.element-search-form .element-search-results-item .element-search-results-item-title {
font-size: 16px;
font-weight: bold;
margin: 0 0 5px;
}
.element-search-form .element-search-results-item .element-search-results-item-title:last-child {
margin-bottom: 0;
}
.element-search-form .element-search-results-item .element-search-results-item-excerpt {
margin: 0;
opacity: 0.8;
}
.element-search-form .element-search-results-item .element-search-results-item-excerpt:empty {
display: none;
}
.element-search-form .element-search-results-item.highlighted a {
background-color: #F5F5F5;
}
.element-search-form .element-search-results-item.error a {
color: #ff786d;
}
.element-search-form button.element-search-btn {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
height: 100%;
flex: none;
font-size: 16px;
padding: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 0 3px 3px 0;
border: 1px solid #dedede;
border-left: 0;
background: none;
box-shadow: none;
margin: 0;
}
.element-search-form .element-search-all-results {
text-align: center;
}.elements-plus-countdown-wrap {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #fff;
}
.elements-plus-countdown-wrap .elements-plus-countdown-item {
text-align: center;
background-color: #000;
padding: 10px 15px;
border-radius: 2px;
color: #fff;
line-height: normal;
margin: 0 3px;
flex-grow: 1;
flex-basis: 0;
}
.elements-plus-countdown-wrap .elements-plus-countdown-number {
font-weight: bold;
margin: 0 0 5px;
line-height: normal;
color: #fff;
}
.elements-plus-countdown-wrap .elements-plus-countdown-number:only-child {
margin: 0;
}
.elements-plus-countdown-wrap .elements-plus-countdown-label {
font-weight: normal;
margin: 0;
font-size: inherit;
color: #fff;
}.elementor-widget-ep_tables .ep-table-body td > :only-child,
.elementor-widget-ep_tables .ep-table-body td :last-child {
margin-bottom: 0;
}
.elementor-widget-ep_tables .ep-table-body td ol,
.elementor-widget-ep_tables .ep-table-body td ul {
padding-left: 1.1em;
}
@media (max-width: 767px) {
.elementor-widget-ep_tables .ep-table-responsive {
display: block;
max-width: 100%;
width: 100%;
border-collapse: collapse;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.elementor-widget-ep_tables .ep-table-responsive th,
.elementor-widget-ep_tables .ep-table-responsive td {
white-space: nowrap;
}
}@keyframes fade-in-up {
0% {
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.elementor-widget-video .elementor-wrapper iframe {
max-width: 100%;
max-height: 100%;
}
.elementor-widget-video .elementor-wrapper.stuck {
position: fixed;
transform: translateY(100%);
animation: fade-in-up .25s ease forwards;
padding-bottom: 0;
z-index: 1000;
}
.elementor-widget-video .elementor-wrapper.stuck .close {
position: absolute;
top: -10px;
right: -10px;
background: #000;
z-index: 100;
color: #fff;
border-radius: 50%;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
font-size: 15px;
cursor: pointer;
}
.elementor-widget-video .elementor-widget-container.ep-sticky-wrapper {
overflow: visible;
transform: none;
}.ep-accordion-container {
width: 100%;
max-width: 100%;
overflow: hidden;
}
.ep-accordion-container ul {
width: 100%;
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.ep-accordion-container ul li {
flex-grow: 1;
position: relative;
width: 16.666%;
background-repeat: no-repeat;
background-position: center center;
transition: all 500ms ease;
}
.ep-accordion-container ul li.active {
width: 100%;
}
.ep-accordion-container ul li.active span * {
opacity: 1;
transform: translateX(0);
}
.ep-accordion-container ul li.active span .ep-accordion-content a {
display: inline-block;
}
.ep-accordion-container ul li div {
display: block;
overflow: hidden;
width: 100%;
height: 100%;
}
.ep-accordion-container ul li div span {
display: table;
height: 100%;
width: 100%;
position: relative;
z-index: 3;
vertical-align: bottom;
padding: 15px 20px;
box-sizing: border-box;
text-decoration: none;
transition: all 200ms ease;
}
.ep-accordion-container ul li div span * {
opacity: 0;
margin: 0;
width: 100%;
position: relative;
z-index: 5;
overflow: hidden;
transform: translateX(-100%);
transition: all 400ms ease;
}
.ep-accordion-container ul li div span .ep-accordion-content {
padding: 10px;
display: table-cell;
vertical-align: bottom;
}
.ep-accordion-container ul li div span .ep-accordion-content a {
display: none;
}
.ep-accordion-container ul:hover li,
.ep-accordion-container ul:focus-within li {
width: 8%;
}
.ep-accordion-container ul li:focus {
outline: none;
}
.ep-accordion-container ul:hover li:hover,
.ep-accordion-container ul li:focus,
.ep-accordion-container ul:focus-within li:focus {
width: 60%;
}
.ep-accordion-container ul:hover li:hover span *,
.ep-accordion-container ul li:focus span *,
.ep-accordion-container ul:focus-within li:focus span * {
opacity: 1;
transform: translateX(0);
}
.ep-accordion-container ul:hover li:hover span .ep-accordion-content a,
.ep-accordion-container ul li:focus span .ep-accordion-content a,
.ep-accordion-container ul:focus-within li:focus span .ep-accordion-content a {
display: inline-block;
}
.ep-accordion-container ul:hover li {
width: 8%;
}
.ep-accordion-container ul:hover li span * {
opacity: 0 !important;
}
.ep-accordion-container ul:hover li:hover {
width: 60%;
}
.ep-accordion-container ul:hover li:hover span * {
opacity: 1 !important;
transform: translateX(0);
}
.ep-accordion-container ul:hover li:hover span .ep-accordion-content a {
display: inline-block;
}
.ep-accordion-container ul:hover li span,
.ep-accordion-container ul:focus li span {
background: transparent;
}
@media screen and (max-width: 767px) {
.ep-accordion-container {
height: auto !important;
}
.ep-accordion-container ul {
flex-direction: column;
}
.ep-accordion-container ul li {
display: block;
width: 100%;
}
.ep-accordion-container ul:hover li:hover,
.ep-accordion-container ul li:focus,
.ep-accordion-container ul:focus-within li:focus {
width: 100%;
}
.ep-accordion-container ul:hover li {
width: 100%;
}
.ep-accordion-container ul:hover li:hover {
width: 100%;
}
}.ep-ct-switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin-bottom: 0;
}
.ep-ct-switch input {
opacity: 0;
width: 0;
height: 0;
}
.ep-ct-switch input:checked + .ep-ct-slider:before {
transform: translateX(26px);
}
.ep-ct-switch .ep-ct-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: .4s;
}
.ep-ct-switch .ep-ct-slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
transition: .4s;
}
.ep-ct-switch .ep-ct-slider.ep-ct-round {
border-radius: 34px;
}
.ep-ct-switch .ep-ct-slider.ep-ct-round::before {
border-radius: 50%;
}
.ep-ct-content-wrapper {
position: relative;
}
.ep-ct-content-wrapper .ep-ct-content {
display: none;
}
.ep-ct-content-wrapper .ep-ct-content.active {
display: block;
}
.ep-ct-switch-label {
position: relative;
top: 3px;
margin: 0 7px;
}.elementor-widget-ep-heading .elementor-heading-title {
display: flex;
margin-bottom: 0;
}
.elementor-widget-ep-heading .elementor-heading-title a {
display: flex;
}
.elementor-widget-ep-heading .elementor-heading-title span {
display: flex;
flex-direction: column;
justify-content: center;
}.ep-pricing-list-item {
display: flex;
align-items: center;
margin-bottom: 45px;
}
.ep-pricing-list-item.ep-image-right {
flex-direction: row-reverse;
}
.ep-pricing-list-item .ep-pricing-list-item-thumb {
flex-basis: 15%;
}
.ep-pricing-list-item .ep-pricing-list-item-thumb.ep-image-left {
margin-right: 25px;
}
.ep-pricing-list-item .ep-pricing-list-item-thumb.ep-image-right {
margin-left: 25px;
}
.ep-pricing-list-item .ep-pricing-list-item-content {
flex: 1;
}
.ep-pricing-list-item .ep-pricing-list-item-content .ep-pricing-list-item-title {
margin-bottom: 5px;
display: flex;
justify-content: space-between;
}
.ep-pricing-list-item .ep-pricing-list-item-content .ep-pricing-list-item-title .ep-pricing-list-item-price {
order: 3;
}
.ep-pricing-list-item .ep-pricing-list-item-content .ep-pricing-list-item-description {
margin-bottom: 0;
}@-ms-viewport {
width: auto;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.grid-container:before, .grid-5:before, .grid-10:before, .grid-15:before, .grid-20:before, .grid-25:before, .grid-30:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, .grid-55:before, .grid-60:before, .grid-65:before, .grid-70:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-90:before, .grid-95:before, .grid-100:before, .grid-33:before, .grid-66:before, [class*="mobile-grid-"]:before,[class*="tablet-grid-"]:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
[class*="mobile-grid-"]:after,
[class*="tablet-grid-"]:after,
.clearfix:after {
content: ".";
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.grid-container:after, .grid-5:after, .grid-10:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after,  .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, [class*="mobile-grid-"]:after, [class*="tablet-grid-"]:after, .clearfix:after {
clear: both;
}
.grid-container {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding-left: 10px;
padding-right: 10px;
}
.grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66, [class*="mobile-grid-"], [class*="tablet-grid-"] {
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
.grid-parent {
padding-left: 0;
padding-right: 0;
}
@media (max-width: 767px) {
[class*="mobile-push-"],
[class*="mobile-pull-"] {
position: relative;
}
.hide-on-mobile {
display: none !important;
}
.mobile-grid-5 {
float: left;
width: 5%;
}
.mobile-prefix-5 {
margin-left: 5%;
}
.mobile-suffix-5 {
margin-right: 5%;
}
.mobile-push-5 {
left: 5%;
}
.mobile-pull-5 {
left: -5%;
}
.mobile-grid-10 {
float: left;
width: 10%;
}
.mobile-prefix-10 {
margin-left: 10%;
}
.mobile-suffix-10 {
margin-right: 10%;
}
.mobile-push-10 {
left: 10%;
}
.mobile-pull-10 {
left: -10%;
}
.mobile-grid-15 {
float: left;
width: 15%;
}
.mobile-prefix-15 {
margin-left: 15%;
}
.mobile-suffix-15 {
margin-right: 15%;
}
.mobile-push-15 {
left: 15%;
}
.mobile-pull-15 {
left: -15%;
}
.mobile-grid-20 {
float: left;
width: 20%;
}
.mobile-prefix-20 {
margin-left: 20%;
}
.mobile-suffix-20 {
margin-right: 20%;
}
.mobile-push-20 {
left: 20%;
}
.mobile-pull-20 {
left: -20%;
}
.mobile-grid-25 {
float: left;
width: 25%;
}
.mobile-prefix-25 {
margin-left: 25%;
}
.mobile-suffix-25 {
margin-right: 25%;
}
.mobile-push-25 {
left: 25%;
}
.mobile-pull-25 {
left: -25%;
}
.mobile-grid-30 {
float: left;
width: 30%;
}
.mobile-prefix-30 {
margin-left: 30%;
}
.mobile-suffix-30 {
margin-right: 30%;
}
.mobile-push-30 {
left: 30%;
}
.mobile-pull-30 {
left: -30%;
}
.mobile-grid-35 {
float: left;
width: 35%;
}
.mobile-prefix-35 {
margin-left: 35%;
}
.mobile-suffix-35 {
margin-right: 35%;
}
.mobile-push-35 {
left: 35%;
}
.mobile-pull-35 {
left: -35%;
}
.mobile-grid-40 {
float: left;
width: 40%;
}
.mobile-prefix-40 {
margin-left: 40%;
}
.mobile-suffix-40 {
margin-right: 40%;
}
.mobile-push-40 {
left: 40%;
}
.mobile-pull-40 {
left: -40%;
}
.mobile-grid-45 {
float: left;
width: 45%;
}
.mobile-prefix-45 {
margin-left: 45%;
}
.mobile-suffix-45 {
margin-right: 45%;
}
.mobile-push-45 {
left: 45%;
}
.mobile-pull-45 {
left: -45%;
}
.mobile-grid-50 {
float: left;
width: 50%;
}
.mobile-prefix-50 {
margin-left: 50%;
}
.mobile-suffix-50 {
margin-right: 50%;
}
.mobile-push-50 {
left: 50%;
}
.mobile-pull-50 {
left: -50%;
}
.mobile-grid-55 {
float: left;
width: 55%;
}
.mobile-prefix-55 {
margin-left: 55%;
}
.mobile-suffix-55 {
margin-right: 55%;
}
.mobile-push-55 {
left: 55%;
}
.mobile-pull-55 {
left: -55%;
}
.mobile-grid-60 {
float: left;
width: 60%;
}
.mobile-prefix-60 {
margin-left: 60%;
}
.mobile-suffix-60 {
margin-right: 60%;
}
.mobile-push-60 {
left: 60%;
}
.mobile-pull-60 {
left: -60%;
}
.mobile-grid-65 {
float: left;
width: 65%;
}
.mobile-prefix-65 {
margin-left: 65%;
}
.mobile-suffix-65 {
margin-right: 65%;
}
.mobile-push-65 {
left: 65%;
}
.mobile-pull-65 {
left: -65%;
}
.mobile-grid-70 {
float: left;
width: 70%;
}
.mobile-prefix-70 {
margin-left: 70%;
}
.mobile-suffix-70 {
margin-right: 70%;
}
.mobile-push-70 {
left: 70%;
}
.mobile-pull-70 {
left: -70%;
}
.mobile-grid-75 {
float: left;
width: 75%;
}
.mobile-prefix-75 {
margin-left: 75%;
}
.mobile-suffix-75 {
margin-right: 75%;
}
.mobile-push-75 {
left: 75%;
}
.mobile-pull-75 {
left: -75%;
}
.mobile-grid-80 {
float: left;
width: 80%;
}
.mobile-prefix-80 {
margin-left: 80%;
}
.mobile-suffix-80 {
margin-right: 80%;
}
.mobile-push-80 {
left: 80%;
}
.mobile-pull-80 {
left: -80%;
}
.mobile-grid-85 {
float: left;
width: 85%;
}
.mobile-prefix-85 {
margin-left: 85%;
}
.mobile-suffix-85 {
margin-right: 85%;
}
.mobile-push-85 {
left: 85%;
}
.mobile-pull-85 {
left: -85%;
}
.mobile-grid-90 {
float: left;
width: 90%;
}
.mobile-prefix-90 {
margin-left: 90%;
}
.mobile-suffix-90 {
margin-right: 90%;
}
.mobile-push-90 {
left: 90%;
}
.mobile-pull-90 {
left: -90%;
}
.mobile-grid-95 {
float: left;
width: 95%;
}
.mobile-prefix-95 {
margin-left: 95%;
}
.mobile-suffix-95 {
margin-right: 95%;
}
.mobile-push-95 {
left: 95%;
}
.mobile-pull-95 {
left: -95%;
}
.mobile-grid-33 {
float: left;
width: 33.33333%;
}
.mobile-prefix-33 {
margin-left: 33.33333%;
}
.mobile-suffix-33 {
margin-right: 33.33333%;
}
.mobile-push-33 {
left: 33.33333%;
}
.mobile-pull-33 {
left: -33.33333%;
}
.mobile-grid-66 {
float: left;
width: 66.66667%;
}
.mobile-prefix-66 {
margin-left: 66.66667%;
}
.mobile-suffix-66 {
margin-right: 66.66667%;
}
.mobile-push-66 {
left: 66.66667%;
}
.mobile-pull-66 {
left: -66.66667%;
}
.mobile-grid-100 {
clear: both;
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
[class*="tablet-push-"],
[class*="tablet-pull-"] {
position: relative;
}
.hide-on-tablet {
display: none !important;
}
.tablet-grid-5 {
float: left;
width: 5%;
}
.tablet-prefix-5 {
margin-left: 5%;
}
.tablet-suffix-5 {
margin-right: 5%;
}
.tablet-push-5 {
left: 5%;
}
.tablet-pull-5 {
left: -5%;
}
.tablet-grid-10 {
float: left;
width: 10%;
}
.tablet-prefix-10 {
margin-left: 10%;
}
.tablet-suffix-10 {
margin-right: 10%;
}
.tablet-push-10 {
left: 10%;
}
.tablet-pull-10 {
left: -10%;
}
.tablet-grid-15 {
float: left;
width: 15%;
}
.tablet-prefix-15 {
margin-left: 15%;
}
.tablet-suffix-15 {
margin-right: 15%;
}
.tablet-push-15 {
left: 15%;
}
.tablet-pull-15 {
left: -15%;
}
.tablet-grid-20 {
float: left;
width: 20%;
}
.tablet-prefix-20 {
margin-left: 20%;
}
.tablet-suffix-20 {
margin-right: 20%;
}
.tablet-push-20 {
left: 20%;
}
.tablet-pull-20 {
left: -20%;
}
.tablet-grid-25 {
float: left;
width: 25%;
}
.tablet-prefix-25 {
margin-left: 25%;
}
.tablet-suffix-25 {
margin-right: 25%;
}
.tablet-push-25 {
left: 25%;
}
.tablet-pull-25 {
left: -25%;
}
.tablet-grid-30 {
float: left;
width: 30%;
}
.tablet-prefix-30 {
margin-left: 30%;
}
.tablet-suffix-30 {
margin-right: 30%;
}
.tablet-push-30 {
left: 30%;
}
.tablet-pull-30 {
left: -30%;
}
.tablet-grid-35 {
float: left;
width: 35%;
}
.tablet-prefix-35 {
margin-left: 35%;
}
.tablet-suffix-35 {
margin-right: 35%;
}
.tablet-push-35 {
left: 35%;
}
.tablet-pull-35 {
left: -35%;
}
.tablet-grid-40 {
float: left;
width: 40%;
}
.tablet-prefix-40 {
margin-left: 40%;
}
.tablet-suffix-40 {
margin-right: 40%;
}
.tablet-push-40 {
left: 40%;
}
.tablet-pull-40 {
left: -40%;
}
.tablet-grid-45 {
float: left;
width: 45%;
}
.tablet-prefix-45 {
margin-left: 45%;
}
.tablet-suffix-45 {
margin-right: 45%;
}
.tablet-push-45 {
left: 45%;
}
.tablet-pull-45 {
left: -45%;
}
.tablet-grid-50 {
float: left;
width: 50%;
}
.tablet-prefix-50 {
margin-left: 50%;
}
.tablet-suffix-50 {
margin-right: 50%;
}
.tablet-push-50 {
left: 50%;
}
.tablet-pull-50 {
left: -50%;
}
.tablet-grid-55 {
float: left;
width: 55%;
}
.tablet-prefix-55 {
margin-left: 55%;
}
.tablet-suffix-55 {
margin-right: 55%;
}
.tablet-push-55 {
left: 55%;
}
.tablet-pull-55 {
left: -55%;
}
.tablet-grid-60 {
float: left;
width: 60%;
}
.tablet-prefix-60 {
margin-left: 60%;
}
.tablet-suffix-60 {
margin-right: 60%;
}
.tablet-push-60 {
left: 60%;
}
.tablet-pull-60 {
left: -60%;
}
.tablet-grid-65 {
float: left;
width: 65%;
}
.tablet-prefix-65 {
margin-left: 65%;
}
.tablet-suffix-65 {
margin-right: 65%;
}
.tablet-push-65 {
left: 65%;
}
.tablet-pull-65 {
left: -65%;
}
.tablet-grid-70 {
float: left;
width: 70%;
}
.tablet-prefix-70 {
margin-left: 70%;
}
.tablet-suffix-70 {
margin-right: 70%;
}
.tablet-push-70 {
left: 70%;
}
.tablet-pull-70 {
left: -70%;
}
.tablet-grid-75 {
float: left;
width: 75%;
}
.tablet-prefix-75 {
margin-left: 75%;
}
.tablet-suffix-75 {
margin-right: 75%;
}
.tablet-push-75 {
left: 75%;
}
.tablet-pull-75 {
left: -75%;
}
.tablet-grid-80 {
float: left;
width: 80%;
}
.tablet-prefix-80 {
margin-left: 80%;
}
.tablet-suffix-80 {
margin-right: 80%;
}
.tablet-push-80 {
left: 80%;
}
.tablet-pull-80 {
left: -80%;
}
.tablet-grid-85 {
float: left;
width: 85%;
}
.tablet-prefix-85 {
margin-left: 85%;
}
.tablet-suffix-85 {
margin-right: 85%;
}
.tablet-push-85 {
left: 85%;
}
.tablet-pull-85 {
left: -85%;
}
.tablet-grid-90 {
float: left;
width: 90%;
}
.tablet-prefix-90 {
margin-left: 90%;
}
.tablet-suffix-90 {
margin-right: 90%;
}
.tablet-push-90 {
left: 90%;
}
.tablet-pull-90 {
left: -90%;
}
.tablet-grid-95 {
float: left;
width: 95%;
}
.tablet-prefix-95 {
margin-left: 95%;
}
.tablet-suffix-95 {
margin-right: 95%;
}
.tablet-push-95 {
left: 95%;
}
.tablet-pull-95 {
left: -95%;
}
.tablet-grid-33 {
float: left;
width: 33.33333%;
}
.tablet-prefix-33 {
margin-left: 33.33333%;
}
.tablet-suffix-33 {
margin-right: 33.33333%;
}
.tablet-push-33 {
left: 33.33333%;
}
.tablet-pull-33 {
left: -33.33333%;
}
.tablet-grid-66 {
float: left;
width: 66.66667%;
}
.tablet-prefix-66 {
margin-left: 66.66667%;
}
.tablet-suffix-66 {
margin-right: 66.66667%;
}
.tablet-push-66 {
left: 66.66667%;
}
.tablet-pull-66 {
left: -66.66667%;
}
.tablet-grid-100 {
clear: both;
width: 100%;
} .inside-footer-widgets > div {
margin-bottom: 50px;
}
.inside-footer-widgets > div:nth-child(odd) {
clear: both;
}
.active-footer-widgets-1 .footer-widget-1,
.active-footer-widgets-3 .footer-widget-3,
.active-footer-widgets-5 .footer-widget-5 {
width: 100%;
margin-bottom: 0;
}
.active-footer-widgets-2 .inside-footer-widgets > div,
.active-footer-widgets-4 .footer-widget-3,
.active-footer-widgets-4 .footer-widget-4 {
margin-bottom: 0;
}
}
@media (min-width: 1025px) {
.push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
position: relative;
}
.hide-on-desktop {
display: none !important;
}
.grid-5 {
float: left;
width: 5%;
}
.prefix-5 {
margin-left: 5%;
}
.suffix-5 {
margin-right: 5%;
}
.push-5 {
left: 5%;
}
.pull-5 {
left: -5%;
}
.grid-10 {
float: left;
width: 10%;
}
.prefix-10 {
margin-left: 10%;
}
.suffix-10 {
margin-right: 10%;
}
.push-10 {
left: 10%;
}
.pull-10 {
left: -10%;
}
.grid-15 {
float: left;
width: 15%;
}
.prefix-15 {
margin-left: 15%;
}
.suffix-15 {
margin-right: 15%;
}
.push-15 {
left: 15%;
}
.pull-15 {
left: -15%;
}
.grid-20 {
float: left;
width: 20%;
}
.prefix-20 {
margin-left: 20%;
}
.suffix-20 {
margin-right: 20%;
}
.push-20 {
left: 20%;
}
.pull-20 {
left: -20%;
}
.grid-25 {
float: left;
width: 25%;
}
.prefix-25 {
margin-left: 25%;
}
.suffix-25 {
margin-right: 25%;
}
.push-25 {
left: 25%;
}
.pull-25 {
left: -25%;
}
.grid-30 {
float: left;
width: 30%;
}
.prefix-30 {
margin-left: 30%;
}
.suffix-30 {
margin-right: 30%;
}
.push-30 {
left: 30%;
}
.pull-30 {
left: -30%;
}
.grid-35 {
float: left;
width: 35%;
}
.prefix-35 {
margin-left: 35%;
}
.suffix-35 {
margin-right: 35%;
}
.push-35 {
left: 35%;
}
.pull-35 {
left: -35%;
}
.grid-40 {
float: left;
width: 40%;
}
.prefix-40 {
margin-left: 40%;
}
.suffix-40 {
margin-right: 40%;
}
.push-40 {
left: 40%;
}
.pull-40 {
left: -40%;
}
.grid-45 {
float: left;
width: 45%;
}
.prefix-45 {
margin-left: 45%;
}
.suffix-45 {
margin-right: 45%;
}
.push-45 {
left: 45%;
}
.pull-45 {
left: -45%;
}
.grid-50 {
float: left;
width: 50%;
}
.prefix-50 {
margin-left: 50%;
}
.suffix-50 {
margin-right: 50%;
}
.push-50 {
left: 50%;
}
.pull-50 {
left: -50%;
}
.grid-55 {
float: left;
width: 55%;
}
.prefix-55 {
margin-left: 55%;
}
.suffix-55 {
margin-right: 55%;
}
.push-55 {
left: 55%;
}
.pull-55 {
left: -55%;
}
.grid-60 {
float: left;
width: 60%;
}
.prefix-60 {
margin-left: 60%;
}
.suffix-60 {
margin-right: 60%;
}
.push-60 {
left: 60%;
}
.pull-60 {
left: -60%;
}
.grid-65 {
float: left;
width: 65%;
}
.prefix-65 {
margin-left: 65%;
}
.suffix-65 {
margin-right: 65%;
}
.push-65 {
left: 65%;
}
.pull-65 {
left: -65%;
}
.grid-70 {
float: left;
width: 70%;
}
.prefix-70 {
margin-left: 70%;
}
.suffix-70 {
margin-right: 70%;
}
.push-70 {
left: 70%;
}
.pull-70 {
left: -70%;
}
.grid-75 {
float: left;
width: 75%;
}
.prefix-75 {
margin-left: 75%;
}
.suffix-75 {
margin-right: 75%;
}
.push-75 {
left: 75%;
}
.pull-75 {
left: -75%;
}
.grid-80 {
float: left;
width: 80%;
}
.prefix-80 {
margin-left: 80%;
}
.suffix-80 {
margin-right: 80%;
}
.push-80 {
left: 80%;
}
.pull-80 {
left: -80%;
}
.grid-85 {
float: left;
width: 85%;
}
.prefix-85 {
margin-left: 85%;
}
.suffix-85 {
margin-right: 85%;
}
.push-85 {
left: 85%;
}
.pull-85 {
left: -85%;
}
.grid-90 {
float: left;
width: 90%;
}
.prefix-90 {
margin-left: 90%;
}
.suffix-90 {
margin-right: 90%;
}
.push-90 {
left: 90%;
}
.pull-90 {
left: -90%;
}
.grid-95 {
float: left;
width: 95%;
}
.prefix-95 {
margin-left: 95%;
}
.suffix-95 {
margin-right: 95%;
}
.push-95 {
left: 95%;
}
.pull-95 {
left: -95%;
}
.grid-33 {
float: left;
width: 33.33333%;
}
.prefix-33 {
margin-left: 33.33333%;
}
.suffix-33 {
margin-right: 33.33333%;
}
.push-33 {
left: 33.33333%;
}
.pull-33 {
left: -33.33333%;
}
.grid-66 {
float: left;
width: 66.66667%;
}
.prefix-66 {
margin-left: 66.66667%;
}
.suffix-66 {
margin-right: 66.66667%;
}
.push-66 {
left: 66.66667%;
}
.pull-66 {
left: -66.66667%;
}
.grid-100 {
clear: both;
width: 100%;
}
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
margin: 0;
padding: 0;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
ol,
ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
padding: 5px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
a {
background-color: transparent;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: normal;
text-transform: none;
font-size: 17px;
line-height: 1.5;
}
p {
margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}
pre {
background: rgba(0, 0, 0, 0.05);
font-family: inherit;
font-size: inherit;
line-height: normal;
margin-bottom: 1.5em;
padding: 20px;
overflow: auto;
max-width: 100%;
}
blockquote {
border-left: 5px solid rgba(0, 0, 0, 0.05);
padding: 20px;
font-size: 1.2em;
font-style: italic;
margin: 0 0 1.5em;
position: relative;
}
blockquote p:last-child {
margin: 0;
}
table,
th,
td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.5em;
width: 100%;
}
th,
td {
padding: 8px;
}
th {
border-width: 0 1px 1px 0;
}
td {
border-width: 0 1px 1px 0;
}
hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 40px;
margin-top: 40px;
}
fieldset {
padding: 0;
border: 0;
min-width: inherit;
}
fieldset legend {
padding: 0;
margin-bottom: 1.5em;
}
h1 {
font-size: 42px;
margin-bottom: 20px;
line-height: 1.2em;
font-weight: normal;
text-transform: none;
}
h2 {
font-size: 35px;
margin-bottom: 20px;
line-height: 1.2em;
font-weight: normal;
text-transform: none;
}
h3 {
font-size: 29px;
margin-bottom: 20px;
line-height: 1.2em;
font-weight: normal;
text-transform: none;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h4,
h5,
h6 {
margin-bottom: 20px;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
code,
kbd,
tt,
var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; max-width: 100%; } button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid transparent;
background: #55555e;
cursor: pointer; -webkit-appearance: button; padding: 10px 20px;
color: #FFF;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
background: #FAFAFA;
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
padding: 10px 15px;
box-sizing: border-box;
max-width: 100%;
}
textarea {
overflow: auto; vertical-align: top; width: 100%;
}
input[type="file"] {
max-width: 100%;
box-sizing: border-box;
} a,
button,
input {
transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
a {
text-decoration: none;
}
.button,
.wp-block-button .wp-block-button__link {
padding: 10px 20px;
display: inline-block;
}
.wp-block-button .wp-block-button__link {
font-size: inherit;
line-height: inherit;
}
.using-mouse :focus {
outline: 0;
}
.using-mouse ::-moz-focus-inner {
border: 0;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.no-sidebar .entry-content .alignfull {
margin-left: calc( -100vw / 2 + 100% / 2);
margin-right: calc( -100vw / 2 + 100% / 2);
max-width: 100vw;
width: auto;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.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;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
content: "";
display: table;
clear: both;
} .main-navigation {
z-index: 100;
padding: 0;
clear: both;
display: block;
}
.main-navigation a {
display: block;
text-decoration: none;
font-weight: normal;
text-transform: none;
font-size: 15px;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation .main-nav ul li a {
padding-left: 20px;
padding-right: 20px;
line-height: 60px;
}
.inside-navigation {
position: relative;
}
.main-navigation li {
float: left;
position: relative;
}
.sf-menu > li.menu-item-float-right {
float: right !important;
}
.nav-float-right .inside-header .main-navigation {
float: right;
clear: right;
}
.nav-float-left .inside-header .main-navigation {
float: left;
clear: left;
}
.nav-aligned-right .main-navigation:not(.toggled) .menu > li,
.nav-aligned-center .main-navigation:not(.toggled) .menu > li {
float: none;
display: inline-block;
}
.nav-aligned-right .main-navigation:not(.toggled) ul,
.nav-aligned-center .main-navigation:not(.toggled) ul {
letter-spacing: -0.31em;
font-size: 1em;
}
.nav-aligned-right .main-navigation:not(.toggled) ul li,
.nav-aligned-center .main-navigation:not(.toggled) ul li {
letter-spacing: normal;
}
.nav-aligned-center .main-navigation {
text-align: center;
}
.nav-aligned-right .main-navigation {
text-align: right;
}
.main-navigation li.search-item {
float: right;
}
.main-navigation .mobile-bar-items a {
padding-left: 20px;
padding-right: 20px;
line-height: 60px;
} .main-navigation ul ul {
display: block;
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
float: left;
position: absolute;
left: -99999px;
opacity: 0;
z-index: 99999;
width: 200px;
text-align: left;
top: auto;
transition: opacity 80ms linear;
transition-delay: 0s;
pointer-events: none;
height: 0;
overflow: hidden;
}
.main-navigation ul ul a {
display: block;
}
.main-navigation ul ul li {
width: 100%;
}
.main-navigation .main-nav ul ul li a {
line-height: normal;
padding: 10px 20px;
font-size: 14px;
}
.main-navigation .main-nav ul li.menu-item-has-children > a {
padding-right: 0;
position: relative;
}
.main-navigation.sub-menu-left ul ul {
box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.main-navigation.sub-menu-left .sub-menu {
right: 0;
}
.main-navigation:not(.toggled) ul li:hover > ul,
.main-navigation:not(.toggled) ul li.sfHover > ul {
left: auto;
opacity: 1;
transition-delay: 150ms;
pointer-events: auto;
height: auto;
overflow: visible;
}
.main-navigation:not(.toggled) ul ul li:hover > ul,
.main-navigation:not(.toggled) ul ul li.sfHover > ul {
left: 100%;
top: 0;
}
.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
right: 100%;
left: auto;
}
.nav-float-right .main-navigation ul ul ul {
top: 0;
}
.menu-item-has-children .dropdown-menu-toggle {
display: inline-block;
height: 100%;
clear: both;
padding-right: 20px;
padding-left: 10px;
}
.menu-item-has-children ul .dropdown-menu-toggle {
padding-top: 10px;
padding-bottom: 10px;
margin-top: -10px;
}
nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
float: right;
} .widget-area .main-navigation li {
float: none;
display: block;
width: 100%;
padding: 0;
margin: 0;
}
.sidebar .main-navigation.sub-menu-right ul li:hover ul,
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul {
top: 0;
left: 100%;
}
.sidebar .main-navigation.sub-menu-left ul li:hover ul,
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul {
top: 0;
right: 100%;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 2em;
overflow: hidden;
}
.site-main .post-navigation {
margin-bottom: 0;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
display: none;
}
.paging-navigation .nav-links > * {
padding: 0 5px;
}
.paging-navigation .nav-links .current {
font-weight: bold;
} .nav-links > *:first-child {
padding-left: 0;
} .site-header {
position: relative;
}
.inside-header {
padding: 20px 40px;
}
.main-title {
margin: 0;
font-size: 25px;
line-height: 1.2em;
word-wrap: break-word;
font-weight: bold;
text-transform: none;
}
.site-description {
margin: 0;
line-height: 1.5;
font-weight: normal;
text-transform: none;
font-size: 15px;
}
.site-logo {
display: inline-block;
max-width: 100%;
}
.site-header .header-image {
vertical-align: middle;
}
.header-widget {
float: right;
overflow: hidden;
max-width: 50%;
}
.header-widget .widget {
padding: 0 0 20px;
margin-bottom: 0;
}
.header-widget .widget:last-child {
padding-bottom: 0;
}
.header-widget .widget-title {
margin-bottom: 15px;
}
.nav-float-right .header-widget {
position: relative;
top: -10px;
}
.nav-float-right .header-widget .widget {
padding: 0 0 10px;
}
.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
float: right;
clear: right;
}
.nav-float-left .inside-header:after {
clear: both;
content: '';
display: table;
}
.nav-float-right .inside-header .site-branding {
display: inline-block;
}
.site-branding-container {
display: inline-flex;
align-items: center;
text-align: left;
}
.site-branding-container .site-logo {
margin-right: 1.5em;
}
.header-aligned-center .site-header {
text-align: center;
}
.header-aligned-right .site-header {
text-align: right;
}
.header-aligned-right .site-branding-container {
text-align: right;
}
.header-aligned-right .site-branding-container .site-logo {
order: 10;
margin-right: 0;
margin-left: 1.5em;
} .sticky {
display: block;
}
.posted-on .updated,
.entry-header .gp-icon {
display: none;
}
.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
display: inline;
}
footer.entry-meta .byline,
footer.entry-meta .posted-on {
display: block;
}
.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
margin-top: 2em;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
display: none;
}
.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
margin-top: 0;
}
.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
margin-bottom: 0;
}
.site-content,
.entry-header {
word-wrap: break-word;
}
.entry-title {
margin-bottom: 0;
}
.author .page-header .page-title {
display: flex;
align-items: center;
}
.author .page-header .avatar {
margin-right: 20px;
}
.page-header > *:last-child,
.page-header .author-info > *:last-child {
margin-bottom: 0;
}
.entry-meta {
font-size: 85%;
margin-top: .5em;
line-height: 1.5;
}
footer.entry-meta {
margin-top: 2em;
}
.cat-links,
.tags-links,
.comments-link {
display: block;
}
.taxonomy-description p:last-child,
.read-more-container,
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
margin-bottom: 0;
}  .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
position: relative;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto 0;
max-width: 100%;
}
.wp-caption .wp-caption-text {
font-size: 75%;
padding-top: 5px;
opacity: 0.8;
}
.wp-caption img {
position: relative;
vertical-align: bottom;
}
.wp-block-image figcaption {
font-size: 13px;
text-align: center;
} .wp-block-gallery,
ul.blocks-gallery-grid {
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
background: rgba(255, 255, 255, 0.7);
color: #000;
padding: 10px;
box-sizing: border-box;
}
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.site-main .gallery {
margin-bottom: 1.5em;
}
.gallery-item img {
vertical-align: bottom;
}
.gallery-icon {
padding: 5px;
}
embed,
iframe,
object {
max-width: 100%;
} .wp-block-post-template {
margin-left: 0;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment,
.comment-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.comment-author-info {
display: inline-block;
vertical-align: middle;
}
.comment-meta .avatar {
float: left;
margin-right: 10px;
border-radius: 50%;
}
.comment-author cite {
font-style: normal;
font-weight: bold;
}
.entry-meta.comment-metadata {
margin-top: 0;
}
.comment-content {
margin-top: 1.5em;
}
.comment-respond {
margin-top: 0;
}
.comment-form > .form-submit {
margin-bottom: 0;
}
.comment-form input,
.comment-form-comment {
margin-bottom: 10px;
}
.comment-form-comment textarea {
resize: vertical;
}
.comment-form #author,
.comment-form #email,
.comment-form #url {
display: block;
}
.comment-metadata .edit-link:before {
display: none;
}
.comment-body {
padding: 30px 0;
}
.comment-content {
padding: 30px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
.depth-1.parent > .children {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.comment .children {
padding-left: 30px;
margin-top: -30px;
border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.pingback .comment-body,
.trackback .comment-body {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pingback .edit-link {
font-size: 13px;
}
.comment-content p:last-child {
margin-bottom: 0;
}
.comment-list > .comment:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
ol.comment-list {
margin-bottom: 1.5em;
}
.comment-form-cookies-consent {
display: flex;
align-items: center;
}
.comment-form-cookies-consent input {
margin-right: 0.5em;
margin-bottom: 0;
}
.one-container .comments-area {
margin-top: 1.5em;
}
.comment-content .reply {
font-size: 85%;
}
#cancel-comment-reply-link {
padding-left: 10px;
} .widget-area .widget {
padding: 40px;
}
.widget select {
max-width: 100%;
}
.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
margin-bottom: 0;
}
.widget-title {
margin-bottom: 30px;
font-size: 20px;
line-height: 1.5;
font-weight: normal;
text-transform: none;
}
.widget ul,
.widget ol {
margin: 0;
}
.widget .search-field {
width: 100%;
}
.widget_search .search-submit {
display: none;
}
.widget {
margin: 0 0 30px;
box-sizing: border-box;
}
.widget:last-child,
.separate-containers .widget:last-child {
margin-bottom: 0;
}
.sidebar .widget,
.footer-widgets .widget {
font-size: 17px;
}
.widget ul li {
list-style-type: none;
position: relative;
padding-bottom: 5px;
}
.widget_categories .children {
margin-left: 1.5em;
padding-top: 5px;
}
.widget_categories .children li:last-child {
padding-bottom: 0;
}
.widget_nav_menu ul ul,
.widget_pages ul ul {
margin-left: 1em;
margin-top: 5px;
}
.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
padding-bottom: 0;
}
#wp-calendar {
table-layout: fixed;
font-size: 80%;
}
#wp-calendar #prev,
#wp-calendar #prev + .pad {
border-right: 0;
}
.sidebar .grid-container {
max-width: 100%;
width: 100%;
} .post {
margin: 0 0 2em;
}
.page-header {
margin-bottom: 30px;
} .one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
margin-right: 20px;
}
.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
margin-left: 20px;
}
.one-container:not(.page) .inside-article {
padding: 0 0 30px 0;
}
.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
margin-right: 40px;
}
.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
margin-left: 40px;
}
.one-container.both-sidebars .site-main {
margin: 0px 40px 0px 40px;
}
.one-container .site-content {
padding: 40px;
} .separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
padding: 40px;
}
.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header {
margin-bottom: 20px;
}
.separate-containers .site-main {
margin: 20px;
}
.separate-containers.no-sidebar .site-main {
margin-left: 0;
margin-right: 0;
}
.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
margin-left: 0;
}
.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
margin-right: 0;
}
.separate-containers.both-right .inside-left-sidebar,
.separate-containers.both-left .inside-left-sidebar {
margin-right: 10px;
}
.separate-containers.both-right .inside-right-sidebar,
.separate-containers.both-left .inside-right-sidebar {
margin-left: 10px;
}
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
margin-top: 20px;
margin-bottom: 20px;
}
.inside-page-header {
padding: 40px;
}
.widget-area .main-navigation {
margin-bottom: 20px;
}
.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
margin-bottom: 0;
} .full-width-content .container.grid-container {
max-width: 100%;
}
.full-width-content.no-sidebar.separate-containers .site-main {
margin: 0;
}
.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
padding: 0;
}
.full-width-content .entry-content .alignwide {
margin-left: 0;
width: auto;
max-width: unset;
} .contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
padding: 0;
} .site-info {
text-align: center;
font-size: 15px;
}
.site-info {
padding: 20px 40px;
}
.footer-widgets {
padding: 40px;
}
.site-footer .footer-widgets-container .inner-padding {
padding: 0px 0px 0px 40px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
margin-left: -40px;
} .footer-bar-active .footer-bar .widget {
padding: 0;
}
.footer-bar .widget_nav_menu > div > ul {
display: inline-block;
vertical-align: top;
}
.footer-bar .widget_nav_menu li {
margin: 0 10px;
float: left;
padding: 0;
}
.footer-bar .widget_nav_menu li:first-child {
margin-left: 0;
}
.footer-bar .widget_nav_menu li:last-child {
margin-right: 0;
}
.footer-bar .widget_nav_menu li ul {
display: none;
}
.footer-bar .textwidget p:last-child {
margin: 0;
}
.footer-bar .widget-title {
display: none;
}
.footer-bar-align-right .copyright-bar {
float: left;
}
.footer-bar-align-right .footer-bar {
float: right;
text-align: right;
}
.footer-bar-align-left .copyright-bar {
float: right;
text-align: right;
}
.footer-bar-align-left .footer-bar {
float: left;
text-align: left;
}
.footer-bar-align-center .copyright-bar {
float: none;
text-align: center;
}
.footer-bar-align-center .footer-bar {
float: none;
text-align: center;
margin-bottom: 10px;
} .post-image:not(:first-child) {
margin-top: 2em;
}
.page-header-image,
.page-header-image-single {
line-height: 0; }
.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
margin-bottom: 2em;
margin-top: 0;
}
.inside-article .page-header-image-single.page-header-below-title {
margin-top: 2em;
}
.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-content,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
margin-top: 20px;
} .top-bar {
font-weight: normal;
text-transform: none;
font-size: 13px;
}
.top-bar .inside-top-bar .widget {
padding: 0;
display: inline-block;
margin: 0;
}
.top-bar .inside-top-bar .textwidget p:last-child {
margin: 0;
}
.top-bar .widget-title {
display: none;
}
.top-bar .widget_nav_menu li {
margin: 0 10px;
float: left;
padding: 0;
}
.top-bar .widget_nav_menu li:first-child {
margin-left: 0;
}
.top-bar .widget_nav_menu li:last-child {
margin-right: 0;
}
.top-bar .widget_nav_menu li ul {
display: none;
}
.top-bar .widget_nav_menu > div > ul {
display: inline-block;
vertical-align: top;
}
.inside-top-bar {
padding: 10px 40px;
}
.top-bar-align-center {
text-align: center;
}
.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
margin-left: 10px;
}
.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
display: block;
}
.top-bar-align-right {
text-align: right;
}
.top-bar-align-right .inside-top-bar > .widget:nth-child(even) {
float: left;
margin-right: 10px;
}
.top-bar-align-right .inside-top-bar > .widget:nth-child(odd) {
margin-left: 10px;
}
.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
float: left;
margin-right: 10px;
}
.top-bar-align-left .inside-top-bar > .widget:nth-child(even) {
margin-left: 10px;
float: right;
} .gp-icon {
display: inline-flex;
align-self: center;
}
.gp-icon svg {
height: 1em;
width: 1em;
top: .125em;
position: relative;
fill: currentColor;
}
.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
display: none;
}
.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
display: block;
}
.entry-meta .gp-icon {
margin-right: 0.6em;
opacity: 0.7;
}
nav.toggled .icon-arrow-left svg {
transform: rotate(-90deg);
}
nav.toggled .icon-arrow-right svg {
transform: rotate(90deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
transform: rotate(180deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
transform: rotate(-270deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
transform: rotate(270deg);
}  .container.grid-container {
width: auto;
} .infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .so-panel.widget {
padding: 0;
} #mc_embed_signup .clear {
display: block;
height: auto;
visibility: visible;
width: auto;
}