.wpr-anim-transparency {
opacity: 0;
}
.wpr-element-fade-in,
.wpr-overlay-fade-in {
opacity: 0;
}
.wpr-animation-wrap-active .wpr-anim-size-small.wpr-element-fade-in,
.wpr-animation-wrap-active .wpr-anim-size-small.wpr-overlay-fade-in,
.wpr-animation-wrap:hover .wpr-anim-size-small.wpr-element-fade-in,
.wpr-animation-wrap:hover .wpr-anim-size-small.wpr-overlay-fade-in,
.wpr-animation-enter > .wpr-anim-size-small.wpr-overlay-fade-in {
opacity: 0.4;
}
.wpr-animation-wrap-active .wpr-anim-size-medium.wpr-element-fade-in,
.wpr-animation-wrap-active .wpr-anim-size-medium.wpr-overlay-fade-in,
.wpr-animation-wrap:hover .wpr-anim-size-medium.wpr-element-fade-in,
.wpr-animation-wrap:hover .wpr-anim-size-medium.wpr-overlay-fade-in,
.wpr-animation-enter > .wpr-anim-size-medium.wpr-overlay-fade-in {
opacity: 0.75;
}
.wpr-animation-wrap-active .wpr-anim-size-large.wpr-element-fade-in,
.wpr-animation-wrap-active .wpr-anim-size-large.wpr-overlay-fade-in,
.wpr-animation-wrap:hover .wpr-anim-size-large.wpr-element-fade-in,
.wpr-animation-wrap:hover .wpr-anim-size-large.wpr-overlay-fade-in,
.wpr-animation-enter > .wpr-anim-size-large.wpr-overlay-fade-in {
opacity: 1;
}
.wpr-element-fade-out,
.wpr-overlay-fade-out {
opacity: 1;
}
.wpr-animation-wrap-active .wpr-anim-size-small.wpr-element-fade-out,
.wpr-animation-wrap-active .wpr-anim-size-small.wpr-overlay-fade-out,
.wpr-animation-wrap:hover .wpr-anim-size-small.wpr-element-fade-out,
.wpr-animation-wrap:hover .wpr-anim-size-small.wpr-overlay-fade-out,
.wpr-animation-enter > .wpr-anim-size-small.wpr-overlay-fade-out {
opacity: 0.75;
}
.wpr-animation-wrap-active .wpr-anim-size-medium.wpr-element-fade-out,
.wpr-animation-wrap-active .wpr-anim-size-medium.wpr-overlay-fade-out,
.wpr-animation-wrap:hover .wpr-anim-size-medium.wpr-element-fade-out,
.wpr-animation-wrap:hover .wpr-anim-size-medium.wpr-overlay-fade-out,
.wpr-animation-enter > .wpr-anim-size-medium.wpr-overlay-fade-out {
opacity: 0.4;
}
.wpr-animation-wrap-active .wpr-anim-size-large.wpr-element-fade-out,
.wpr-animation-wrap-active .wpr-anim-size-large.wpr-overlay-fade-out,
.wpr-animation-wrap-hover .wpr-anim-size-large.wpr-element-fade-out,
.wpr-animation-wrap-hover .wpr-anim-size-large.wpr-overlay-fade-out,
.wpr-animation-wrap:hover .wpr-anim-size-large.wpr-element-fade-out,
.wpr-animation-wrap:hover .wpr-anim-size-large.wpr-overlay-fade-out,
.wpr-animation-enter > .wpr-anim-size-large.wpr-overlay-fade-out {
opacity: 0;
}
.wpr-anim-size-small.wpr-element-slide-top {
-webkit-transform: translateY(-30%);
-ms-transform: translateY(-30%);
transform: translateY(-30%);
}
.wpr-anim-size-medium.wpr-element-slide-top {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.wpr-anim-size-large.wpr-element-slide-top {
-webkit-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
}
.wpr-anim-size-small.wpr-overlay-slide-top {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.wpr-anim-size-medium.wpr-overlay-slide-top {
-webkit-transform: translateY(-70%);
-ms-transform: translateY(-70%);
transform: translateY(-70%);
}
.wpr-anim-size-large.wpr-overlay-slide-top {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.wpr-anim-size-small.wpr-element-slide-bottom {
-webkit-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);
}
.wpr-anim-size-medium.wpr-element-slide-bottom {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.wpr-anim-size-large.wpr-element-slide-bottom {
-webkit-transform: translateY(200%);
-ms-transform: translateY(200%);
transform: translateY(200%);
}
.wpr-anim-size-small.wpr-overlay-slide-bottom {
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.wpr-anim-size-medium.wpr-overlay-slide-bottom {
-webkit-transform: translateY(70%);
-ms-transform: translateY(70%);
transform: translateY(70%);
}
.wpr-anim-size-large.wpr-overlay-slide-bottom {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.wpr-animation-wrap-active .wpr-element-slide-top,
.wpr-animation-wrap-active .wpr-overlay-slide-top,
.wpr-animation-wrap:hover .wpr-element-slide-top,
.wpr-animation-wrap:hover .wpr-overlay-slide-top,
.wpr-animation-enter > .wpr-overlay-slide-top,
.wpr-animation-wrap-active .wpr-element-slide-bottom,
.wpr-animation-wrap-active .wpr-overlay-slide-bottom,
.wpr-animation-wrap:hover .wpr-element-slide-bottom,
.wpr-animation-wrap:hover .wpr-overlay-slide-bottom,
.wpr-animation-enter > .wpr-overlay-slide-bottom {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.wpr-anim-size-small.wpr-element-slide-right {
-webkit-transform: translateX(30%);
-ms-transform: translateX(30%);
transform: translateX(30%);
}
.wpr-anim-size-medium.wpr-element-slide-right {
-webkit-transform: translateX(150%);
-ms-transform: translateX(150%);
transform: translateX(150%);
}
.wpr-anim-size-large.wpr-element-slide-right {
-webkit-transform: translateX(300%);
-ms-transform: translateX(300%);
transform: translateX(300%);
}
.wpr-anim-size-small.wpr-overlay-slide-right {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.wpr-anim-size-medium.wpr-overlay-slide-right {
-webkit-transform: translateX(70%);
-ms-transform: translateX(70%);
transform: translateX(70%);
}
.wpr-anim-size-large.wpr-overlay-slide-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.wpr-anim-size-small.wpr-element-slide-left {
-webkit-transform: translateX(-30%);
-ms-transform: translateX(-30%);
transform: translateX(-30%);
}
.wpr-anim-size-medium.wpr-element-slide-left {
-webkit-transform: translateX(-150%);
-ms-transform: translateX(-150%);
transform: translateX(-150%);
}
.wpr-anim-size-large.wpr-element-slide-left {
-webkit-transform: translateX(-300%);
-ms-transform: translateX(-300%);
transform: translateX(-300%);
}
.wpr-anim-size-small.wpr-overlay-slide-left {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.wpr-anim-size-medium.wpr-overlay-slide-left {
-webkit-transform: translateX(-70%);
-ms-transform: translateX(-70%);
transform: translateX(-70%);
}
.wpr-anim-size-large.wpr-overlay-slide-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.wpr-animation-wrap-active .wpr-element-slide-right,
.wpr-animation-wrap-active .wpr-overlay-slide-right,
.wpr-animation-wrap:hover .wpr-element-slide-right,
.wpr-animation-wrap:hover .wpr-overlay-slide-right,
.wpr-animation-enter > .wpr-overlay-slide-right,
.wpr-animation-wrap-active .wpr-element-slide-left,
.wpr-animation-wrap-active .wpr-overlay-slide-left,
.wpr-animation-wrap-hover .wpr-element-slide-left,
.wpr-animation-wrap-hover .wpr-overlay-slide-left,
.wpr-animation-wrap:hover .wpr-element-slide-left,
.wpr-animation-wrap:hover .wpr-overlay-slide-left,
.wpr-animation-enter > .wpr-overlay-slide-left {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.wpr-element-slide-x-right,
.wpr-element-slide-x-left {
position: relative;
overflow: hidden;
}
.wpr-element-slide-x-right .inner-block,
.wpr-element-slide-x-left .inner-block {
position: relative;
-webkit-transition-duration: inherit;
-o-transition-duration: inherit;
transition-duration: inherit;
}
.wpr-element-slide-x-right .inner-block {
right: -100%;
}
.wpr-animation-wrap-active .wpr-element-slide-x-right .inner-block,
.wpr-animation-wrap:hover .wpr-element-slide-x-right .inner-block  {
right: 0;
}
.wpr-element-slide-x-left .inner-block {
left: -100%;
}
.wpr-animation-wrap-active .wpr-element-slide-x-left .inner-block,
.wpr-animation-wrap:hover .wpr-element-slide-x-left .inner-block {
left: 0;
}
.wpr-element-skew-top,
.wpr-overlay-skew-top {
-webkit-transform-origin: center top 0;
-ms-transform-origin: center top 0;
transform-origin: center top 0;
}
.wpr-overlay-skew-top {
top: 0 !important;
}
.wpr-anim-size-small.wpr-element-skew-top,
.wpr-anim-size-small.wpr-overlay-skew-top {
-webkit-transform: perspective(600px) rotateX(-30deg);
transform: perspective(600px) rotateX(-30deg);
}
.wpr-anim-size-medium.wpr-element-skew-top,
.wpr-anim-size-medium.wpr-overlay-skew-top {
-webkit-transform: perspective(600px) rotateX(-50deg);
transform: perspective(600px) rotateX(-50deg);
}
.wpr-anim-size-large.wpr-element-skew-top,
.wpr-anim-size-large.wpr-overlay-skew-top {
-webkit-transform: perspective(600px) rotateX(-90deg);
transform: perspective(600px) rotateX(-90deg);
}
.wpr-element-skew-bottom,
.wpr-overlay-skew-bottom {
-webkit-transform-origin: center bottom 0;
-ms-transform-origin: center bottom 0;
transform-origin: center bottom 0;
}
.wpr-overlay-skew-bottom {
top: auto !important;
bottom: 0 !important;
}
.wpr-anim-size-small.wpr-element-skew-bottom,
.wpr-anim-size-small.wpr-overlay-skew-bottom {
-webkit-transform: perspective(600px) rotateX(30deg);
transform: perspective(600px) rotateX(30deg);
}
.wpr-anim-size-medium.wpr-element-skew-bottom,
.wpr-anim-size-medium.wpr-overlay-skew-bottom {
-webkit-transform: perspective(600px) rotateX(50deg);
transform: perspective(600px) rotateX(50deg);
}
.wpr-anim-size-large.wpr-element-skew-bottom,
.wpr-anim-size-large.wpr-overlay-skew-bottom {
-webkit-transform: perspective(600px) rotateX(90deg);
transform: perspective(600px) rotateX(90deg);
}
.wpr-animation-wrap-active .wpr-element-skew-top,
.wpr-animation-wrap-active .wpr-overlay-skew-top,
.wpr-animation-wrap:hover .wpr-element-skew-top,
.wpr-animation-wrap:hover .wpr-overlay-skew-top,
.wpr-animation-enter > .wpr-overlay-skew-top,
.wpr-animation-wrap-active .wpr-element-skew-bottom,
.wpr-animation-wrap-active .wpr-overlay-skew-bottom,
.wpr-animation-wrap:hover .wpr-element-skew-bottom,
.wpr-animation-wrap:hover .wpr-overlay-skew-bottom,
.wpr-animation-enter > .wpr-overlay-skew-bottom {
opacity: 1;
-webkit-transform: perspective(600px) rotateX(0deg);
transform: perspective(600px) rotateX(0deg);
}
.wpr-element-skew-right,
.wpr-overlay-skew-right {
-webkit-transform-origin: center right 0;
-ms-transform-origin: center right 0;
transform-origin: center right 0;
}
.wpr-overlay-skew-right {
left: auto !important;
right: 0 !important;
}
.wpr-anim-size-small.wpr-element-skew-right,
.wpr-anim-size-small.wpr-overlay-skew-right {
-webkit-transform: perspective(600px) rotateY(-30deg);
transform: perspective(600px) rotateY(-30deg);
}
.wpr-anim-size-medium.wpr-element-skew-right,
.wpr-anim-size-medium.wpr-overlay-skew-right {
-webkit-transform: perspective(600px) rotateY(-50deg);
transform: perspective(600px) rotateY(-50deg);
}
.wpr-anim-size-large.wpr-element-skew-right,
.wpr-anim-size-large.wpr-overlay-skew-right {
-webkit-transform: perspective(600px) rotateY(-90deg);
transform: perspective(600px) rotateY(-90deg);
}
.wpr-element-skew-left,
.wpr-overlay-skew-left {
-webkit-transform-origin: center left 0;
-ms-transform-origin: center left 0;
transform-origin: center left 0;
}
.wpr-overlay-skew-left {
left: 0 !important;
}
.wpr-anim-size-small.wpr-element-skew-left,
.wpr-anim-size-small.wpr-overlay-skew-left {
-webkit-transform: perspective(600px) rotateY(30deg);
transform: perspective(600px) rotateY(30deg);
}
.wpr-anim-size-medium.wpr-element-skew-left,
.wpr-anim-size-medium.wpr-overlay-skew-left {
-webkit-transform: perspective(600px) rotateY(50deg);
transform: perspective(600px) rotateY(50deg);
}
.wpr-anim-size-large.wpr-element-skew-left,
.wpr-anim-size-large.wpr-overlay-skew-left {
-webkit-transform: perspective(600px) rotateY(90deg);
transform: perspective(600px) rotateY(90deg);
}
.wpr-animation-wrap-active .wpr-element-skew-right,
.wpr-animation-wrap-active .wpr-overlay-skew-right,
.wpr-animation-wrap:hover .wpr-element-skew-right,
.wpr-animation-wrap:hover .wpr-overlay-skew-right,
.wpr-animation-enter > .wpr-overlay-skew-right,
.wpr-animation-wrap-active .wpr-element-skew-left,
.wpr-animation-wrap-active .wpr-overlay-skew-left,
.wpr-animation-wrap:hover .wpr-element-skew-left,
.wpr-animation-wrap:hover .wpr-overlay-skew-left,
.wpr-animation-enter > .wpr-overlay-skew-left {
opacity: 1;
-webkit-transform: perspective(600px) rotateY(0deg);
transform: perspective(600px) rotateY(0deg);
}
.wpr-anim-size-small.wpr-element-scale-up,
.wpr-anim-size-small.wpr-overlay-scale-up {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.wpr-anim-size-medium.wpr-element-scale-up,
.wpr-anim-size-medium.wpr-overlay-scale-up {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
.wpr-anim-size-large.wpr-element-scale-up,
.wpr-anim-size-large.wpr-overlay-scale-up {
-webkit-transform: scale(0.2);
-ms-transform: scale(0.2);
transform: scale(0.2);
}
.wpr-anim-size-small.wpr-element-scale-down,
.wpr-anim-size-small.wpr-overlay-scale-down {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.wpr-anim-size-medium.wpr-element-scale-down,
.wpr-anim-size-medium.wpr-overlay-scale-down {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
.wpr-anim-size-large.wpr-element-scale-down,
.wpr-anim-size-large.wpr-overlay-scale-down {
-webkit-transform: scale(1.9);
-ms-transform: scale(1.9);
transform: scale(1.9);
}
.wpr-animation-wrap-active .wpr-element-scale-up,
.wpr-animation-wrap-active .wpr-overlay-scale-up,
.wpr-animation-wrap:hover .wpr-element-scale-up,
.wpr-animation-wrap:hover .wpr-overlay-scale-up,
.wpr-animation-enter > .wpr-overlay-scale-up,
.wpr-animation-wrap-active .wpr-element-scale-down,
.wpr-animation-wrap-active .wpr-overlay-scale-down,
.wpr-animation-wrap:hover .wpr-element-scale-down,
.wpr-animation-wrap:hover .wpr-overlay-scale-down,
.wpr-animation-enter > .wpr-overlay-scale-down {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpr-anim-size-small.wpr-element-roll-right,
.wpr-anim-size-small.wpr-overlay-roll-right {
-webkit-transform: translateX(100%) rotate(90deg);
-ms-transform: translateX(100%) rotate(90deg);
transform: translateX(100%) rotate(90deg);
}
.wpr-anim-size-medium.wpr-element-roll-right,
.wpr-anim-size-medium.wpr-overlay-roll-right {
-webkit-transform: translateX(100%) rotate(240deg);
-ms-transform: translateX(100%) rotate(240deg);
transform: translateX(100%) rotate(240deg);
}
.wpr-anim-size-large.wpr-element-roll-right,
.wpr-anim-size-large.wpr-overlay-roll-right {
-webkit-transform: translateX(100%) rotate(360deg);
-ms-transform: translateX(100%) rotate(360deg);
transform: translateX(100%) rotate(360deg);
}
.wpr-anim-size-small.wpr-element-roll-left,
.wpr-anim-size-small.wpr-overlay-roll-left {
-webkit-transform: translateX(-100%) rotate(-90deg);
-ms-transform: translateX(-100%) rotate(-90deg);
transform: translateX(-100%) rotate(-90deg);
}
.wpr-anim-size-medium.wpr-element-roll-left,
.wpr-anim-size-medium.wpr-overlay-roll-left {
-webkit-transform: translateX(-100%) rotate(-240deg);
-ms-transform: translateX(-100%) rotate(-240deg);
transform: translateX(-100%) rotate(-240deg);
}
.wpr-anim-size-large.wpr-element-roll-left,
.wpr-anim-size-large.wpr-overlay-roll-left {
-webkit-transform: translateX(-100%) rotate(-360deg);
-ms-transform: translateX(-100%) rotate(-360deg);
transform: translateX(-100%) rotate(-360deg);
}
.wpr-animation-wrap-active .wpr-element-roll-right,
.wpr-animation-wrap-active .wpr-overlay-roll-right,
.wpr-animation-wrap:hover .wpr-element-roll-right,
.wpr-animation-wrap:hover .wpr-overlay-roll-right,
.wpr-animation-enter > .wpr-overlay-roll-right,
.wpr-animation-wrap-active .wpr-element-roll-left,
.wpr-animation-wrap-active .wpr-overlay-roll-left,
.wpr-animation-wrap:hover .wpr-element-roll-left,
.wpr-animation-wrap:hover .wpr-overlay-roll-left,
.wpr-animation-enter > .wpr-overlay-roll-left {
opacity: 1;
-webkit-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
} .wpr-anim-timing-linear {
-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.wpr-anim-timing-ease-default {
-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
-o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.wpr-anim-timing-ease-in {
-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
-o-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
}
.wpr-anim-timing-ease-out {
-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
-o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.wpr-anim-timing-ease-in-out {
-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.wpr-anim-timing-ease-in-quad {
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
}
.wpr-anim-timing-ease-in-cubic {
-webkit-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
-o-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
.wpr-anim-timing-ease-in-quart {
-webkit-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
-o-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
}
.wpr-anim-timing-ease-in-quint {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-o-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
}
.wpr-anim-timing-ease-in-sine {
-webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
-o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.wpr-anim-timing-ease-in-expo {
-webkit-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
-o-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
}
.wpr-anim-timing-ease-in-circ {
-webkit-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
-o-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
}
.wpr-anim-timing-ease-in-back {
-webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
-o-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
}
.wpr-anim-timing-ease-out-quad {
-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
-o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.wpr-anim-timing-ease-out-cubic {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.wpr-anim-timing-ease-out-quart {
-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
-o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.wpr-anim-timing-ease-out-quint {
-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.wpr-anim-timing-ease-out-sine {
-webkit-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
-o-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
.wpr-anim-timing-ease-out-expo {
-webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
-o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.wpr-anim-timing-ease-out-circ {
-webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
-o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.wpr-anim-timing-ease-out-back {
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.wpr-anim-timing-ease-in-out-quad {
-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
-o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955)
}
.wpr-anim-timing-ease-in-out-cubic {
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.wpr-anim-timing-ease-in-out-quart {
-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.wpr-anim-timing-ease-in-out-quint {
-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.wpr-anim-timing-ease-in-out-sine {
-webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
-o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
}
.wpr-anim-timing-ease-in-out-expo {
-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.wpr-anim-timing-ease-in-out-circ {
-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.wpr-anim-timing-ease-in-out-back {
-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
} .wpr-slide.wpr-effect-dir-top:hover img {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.wpr-slide.wpr-effect-dir-bottom:hover img {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.wpr-slide.wpr-effect-dir-right:hover img {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.wpr-slide.wpr-effect-dir-left:hover img {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.wpr-zoom-in.wpr-effect-size-small:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.wpr-zoom-in.wpr-effect-size-medium:hover img {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.wpr-zoom-in.wpr-effect-size-large:hover img {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.wpr-zoom-out.wpr-effect-size-small img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.wpr-zoom-out.wpr-effect-size-medium img {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.wpr-zoom-out.wpr-effect-size-large img {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.wpr-zoom-out.wpr-effect-size-small:hover img,
.wpr-zoom-out.wpr-effect-size-medium:hover img,
.wpr-zoom-out.wpr-effect-size-large:hover img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpr-grayscale-in.wpr-effect-size-small:hover img {
-webkit-filter: grayscale(0.3);
filter: grayscale(0.3);
}
.wpr-grayscale-in.wpr-effect-size-medium:hover img {
-webkit-filter: grayscale(0.6);
filter: grayscale(0.6);
}
.wpr-grayscale-in.wpr-effect-size-large:hover img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.wpr-grayscale-out.wpr-effect-size-small img {
-webkit-filter: grayscale(0.3);
filter: grayscale(0.3);
}
.wpr-grayscale-out.wpr-effect-size-medium img {
-webkit-filter: grayscale(0.6);
filter: grayscale(0.6);
}
.wpr-grayscale-out.wpr-effect-size-large img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.wpr-grayscale-out.wpr-effect-size-small:hover img,
.wpr-grayscale-out.wpr-effect-size-medium:hover img,
.wpr-grayscale-out.wpr-effect-size-large:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.wpr-blur-in.wpr-effect-size-small:hover img {
-webkit-filter: blur(1px);
filter: blur(1px);
}
.wpr-blur-in.wpr-effect-size-medium:hover img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.wpr-blur-in.wpr-effect-size-large:hover img {
-webkit-filter: blur(5px);
filter: blur(5px);
}
.wpr-blur-out.wpr-effect-size-small img {
-webkit-filter: blur(1px);
filter: blur(1px);
}
.wpr-blur-out.wpr-effect-size-medium img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.wpr-blur-out.wpr-effect-size-large img {
-webkit-filter: blur(5px);
filter: blur(5px);
}
.wpr-blur-out.wpr-effect-size-small:hover img,
.wpr-blur-out.wpr-effect-size-medium:hover img,
.wpr-blur-out.wpr-effect-size-large:hover img {
-webkit-filter: blur(0px);
filter: blur(0px);
}
.wpr-slide.wpr-effect-dir-top:hover .wpr-accordion-background {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.wpr-slide.wpr-effect-dir-bottom:hover .wpr-accordion-background {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.wpr-slide.wpr-effect-dir-right:hover .wpr-accordion-background {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.wpr-slide.wpr-effect-dir-left:hover .wpr-accordion-background {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.wpr-zoom-in.wpr-effect-size-small:hover .wpr-accordion-background {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.wpr-zoom-in.wpr-effect-size-medium:hover .wpr-accordion-background {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.wpr-zoom-in.wpr-effect-size-large:hover .wpr-accordion-background {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.wpr-zoom-out.wpr-effect-size-small .wpr-accordion-background {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.wpr-zoom-out.wpr-effect-size-medium .wpr-accordion-background {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.wpr-zoom-out.wpr-effect-size-large .wpr-accordion-background {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.wpr-zoom-out.wpr-effect-size-small:hover .wpr-accordion-background,
.wpr-zoom-out.wpr-effect-size-medium:hover .wpr-accordion-background,
.wpr-zoom-out.wpr-effect-size-large:hover .wpr-accordion-background {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpr-grayscale-in.wpr-effect-size-small:hover .wpr-accordion-background {
-webkit-filter: grayscale(0.3);
filter: grayscale(0.3);
}
.wpr-grayscale-in.wpr-effect-size-medium:hover .wpr-accordion-background {
-webkit-filter: grayscale(0.6);
filter: grayscale(0.6);
}
.wpr-grayscale-in.wpr-effect-size-large:hover .wpr-accordion-background {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.wpr-grayscale-out.wpr-effect-size-small .wpr-accordion-background {
-webkit-filter: grayscale(0.3);
filter: grayscale(0.3);
}
.wpr-grayscale-out.wpr-effect-size-medium .wpr-accordion-background {
-webkit-filter: grayscale(0.6);
filter: grayscale(0.6);
}
.wpr-grayscale-out.wpr-effect-size-large .wpr-accordion-background {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.wpr-grayscale-out.wpr-effect-size-small:hover .wpr-accordion-background,
.wpr-grayscale-out.wpr-effect-size-medium:hover .wpr-accordion-background,
.wpr-grayscale-out.wpr-effect-size-large:hover .wpr-accordion-background {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.wpr-blur-in.wpr-effect-size-small:hover .wpr-accordion-background {
-webkit-filter: blur(1px);
filter: blur(1px);
}
.wpr-blur-in.wpr-effect-size-medium:hover .wpr-accordion-background {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.wpr-blur-in.wpr-effect-size-large:hover .wpr-accordion-background {
-webkit-filter: blur(5px);
filter: blur(5px);
}
.wpr-blur-out.wpr-effect-size-small .wpr-accordion-background {
-webkit-filter: blur(1px);
filter: blur(1px);
}
.wpr-blur-out.wpr-effect-size-medium .wpr-accordion-background {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.wpr-blur-out.wpr-effect-size-large .wpr-accordion-background {
-webkit-filter: blur(5px);
filter: blur(5px);
}
.wpr-blur-out.wpr-effect-size-small:hover .wpr-accordion-background,
.wpr-blur-out.wpr-effect-size-medium:hover .wpr-accordion-background,
.wpr-blur-out.wpr-effect-size-large:hover .wpr-accordion-background {
-webkit-filter: blur(0px);
filter: blur(0px);
} .wpr-animation-wrap-active .wpr-bg-anim-zoom-in,
.wpr-animation-wrap:hover .wpr-bg-anim-zoom-in {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.wpr-bg-anim-zoom-out {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.wpr-animation-wrap-active .wpr-bg-anim-zoom-out,
.wpr-animation-wrap:hover .wpr-bg-anim-zoom-out {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpr-bg-anim-move-left {
-webkit-transform: scale(1.2) translateX(8%);
-ms-transform: scale(1.2) translateX(8%);
transform: scale(1.2) translateX(8%);
}
.wpr-animation-wrap-active .wpr-bg-anim-move-left,
.wpr-animation-wrap:hover .wpr-bg-anim-move-left {
-webkit-transform: scale(1.2) translateX(-8%);
-ms-transform: scale(1.2) translateX(-8%);
transform: scale(1.2) translateX(-8%);
}
.wpr-bg-anim-move-right {
-webkit-transform: scale(1.2) translateX(-8%);
-ms-transform: scale(1.2) translateX(-8%);
transform: scale(1.2) translateX(-8%);
}
.wpr-animation-wrap-active .wpr-bg-anim-move-right,
.wpr-animation-wrap:hover .wpr-bg-anim-move-right {
-webkit-transform: scale(1.2) translateX(8%);
-ms-transform: scale(1.2) translateX(8%);
transform: scale(1.2) translateX(8%);
}
.wpr-bg-anim-move-up {
-webkit-transform: scale(1.2) translateY(8%);
-ms-transform: scale(1.2) translateY(8%);
transform: scale(1.2) translateY(8%);
}
.wpr-animation-wrap-active .wpr-bg-anim-move-up,
.wpr-animation-wrap:hover .wpr-bg-anim-move-up {
-webkit-transform: scale(1.2) translateY(-8%);
-ms-transform: scale(1.2) translateY(-8%);
transform: scale(1.2) translateY(-8%);
}
.wpr-animation-wrap-active .wpr-bg-anim-move-down,
.wpr-animation-wrap:hover .wpr-bg-anim-move-down {
-webkit-transform: scale(1.2) translateY(-8%);
-ms-transform: scale(1.2) translateY(-8%);
transform: scale(1.2) translateY(-8%);
}
.wpr-animation-wrap-active .wpr-bg-anim-move-down,
.wpr-animation-wrap:hover .wpr-bg-anim-move-down {
-webkit-transform: scale(1.2) translateY(8%);
-ms-transform: scale(1.2) translateY(8%);
transform: scale(1.2) translateY(8%);
}  .wpr-border-anim-layla::before,
.wpr-border-anim-layla::after {
position: absolute;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.wpr-border-anim-layla::before {
-webkit-transform: scale(0,1);
-ms-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.wpr-border-anim-layla::after {
-webkit-transform: scale(1,0);
-ms-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.wpr-animation-wrap-active .wpr-border-anim-layla::before,
.wpr-animation-wrap-active .wpr-border-anim-layla::after,
.wpr-animation-wrap:hover .wpr-border-anim-layla::before,
.wpr-animation-wrap:hover .wpr-border-anim-layla::after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpr-animation-wrap-active .wpr-border-anim-layla::after,
.wpr-animation-wrap:hover .wpr-border-anim-layla::after {
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
} .wpr-border-anim-oscar::before {
position: absolute;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.wpr-animation-wrap-active .wpr-border-anim-oscar::before,
.wpr-animation-wrap:hover .wpr-border-anim-oscar::before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .wpr-border-anim-bubba::before,
.wpr-border-anim-bubba::after {
position: absolute;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.wpr-border-anim-bubba::before {
-webkit-transform: scale(0,1);
-ms-transform: scale(0,1);
transform: scale(0,1);
}
.wpr-border-anim-bubba::after {
-webkit-transform: scale(1,0);
-ms-transform: scale(1,0);
transform: scale(1,0);
}
.wpr-animation-wrap-active .wpr-border-anim-bubba::before,
.wpr-animation-wrap-active .wpr-border-anim-bubba::after,
.wpr-animation-wrap:hover .wpr-border-anim-bubba::before,
.wpr-animation-wrap:hover .wpr-border-anim-bubba::after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .wpr-border-anim-romeo::before,
.wpr-border-anim-romeo::after {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
.wpr-animation-wrap-active .wpr-border-anim-romeo::before,
.wpr-animation-wrap:hover .wpr-border-anim-romeo::before {
opacity: 1;
-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
transform: translate3d(-50%,-50%,0) rotate(45deg);
}
.wpr-animation-wrap-active .wpr-border-anim-romeo::after,
.wpr-animation-wrap:hover .wpr-border-anim-romeo::after {
opacity: 1;
-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
transform: translate3d(-50%,-50%,0) rotate(-45deg);
} .wpr-border-anim-chicho::before {
position: absolute;
content: '';
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.wpr-animation-wrap-active .wpr-border-anim-chicho::before,
.wpr-animation-wrap:hover .wpr-border-anim-chicho::before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .wpr-border-anim-apollo::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: -webkit-transform 0.6s;
-o-transition: transform 0.6s;
transition: transform 0.6s;
transition: transform 0.6s, -webkit-transform 0.6s;
-webkit-transform: scale3d(2.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(2.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.wpr-animation-wrap-active .wpr-border-anim-apollo::before,
.wpr-animation-wrap:hover .wpr-border-anim-apollo::before {
-webkit-transform: scale3d(2.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(2.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
} .wpr-border-anim-jazz::after {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0;
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.wpr-animation-wrap-active .wpr-border-anim-jazz::after,
.wpr-animation-wrap:hover .wpr-border-anim-jazz::after {
opacity: 1;
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}.wpr-pointer-item {
position: relative;
}
.wpr-pointer-double-line .wpr-pointer-item:before,
.wpr-pointer-double-line .wpr-pointer-item:after,
.wpr-pointer-underline .wpr-pointer-item:after,
.wpr-pointer-overline .wpr-pointer-item:before {
content: '';
display: block;
height: 4px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.wpr-pointer-fx-none .wpr-pointer-item:before,
.wpr-pointer-fx-none .wpr-pointer-item:after {
opacity: 0;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.wpr-pointer-fx-none .wpr-pointer-item:hover:before,
.wpr-pointer-fx-none .wpr-pointer-item:hover:after {
opacity: 1;
}
.wpr-pointer-fx-fade .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:after,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:after,
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after {
opacity: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:hover:after {
opacity: 1;
}
.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:after {
width: 0;
-webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
-o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
transition: all .3s cubic-bezier(.175,.885,.32,1.075);
}
.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:hover:after {
width: 100%;
}
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:after {
position: absolute;
width: 0;
margin: 0 auto;
left: 0;
right: 0;
-webkit-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
-o-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
-webkit-transition: all .3s ease(0, 0, 0.16, 0.95);
-o-transition: all .3s ease(0, 0, 0.16, 0.95);
transition: all .3s ease(0, 0, 0.16, 0.95);
}
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:after {
opacity: 1;
width: 100%;
}
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:before {
position: absolute;
top: -10px;
}
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:hover:before {
top: 0;
opacity: 1;
}
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after {
position: absolute;
bottom: -10px;
}
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:hover:after {
bottom: 0;
opacity: 1;
}
.wpr-pointer-border-fx .wpr-pointer-item:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
opacity: 0;
border: 2px solid #000;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.wpr-pointer-border-fx .wpr-pointer-item:hover:before {
opacity: 1;
}
.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-pointer-item:before {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-pointer-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-pointer-item:before {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-pointer-item:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpr-pointer-background-fx .wpr-pointer-item:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
opacity: 0;
background: #000;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.wpr-pointer-background-fx .wpr-pointer-item:hover:before {
opacity: 1;
}
.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-pointer-item:before {
-webkit-transform: translateY(-12%);
-ms-transform: translateY(-12%);
transform: translateY(-12%);
}
.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-pointer-item:before {
-webkit-transform: perspective(600px) rotateX(90deg);
transform: perspective(600px) rotateX(90deg);
-webkit-transform-origin: center bottom 0;
-ms-transform-origin: center bottom 0;
transform-origin: center bottom 0;
}
.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-pointer-item:hover:before {
-webkit-transform: perspective(600px) rotateX(0deg);
transform: perspective(600px) rotateX(0deg);
}.elementor-animation-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.elementor-animation-forward:hover, .elementor-animation-forward:focus, .elementor-animation-forward:active {
-webkit-transform: translateX(8px);
-ms-transform: translateX(8px);
transform: translateX(8px);
} .elementor-animation-backward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.elementor-animation-backward:hover, .elementor-animation-backward:focus, .elementor-animation-backward:active {
-webkit-transform: translateX(-8px);
-ms-transform: translateX(-8px);
transform: translateX(-8px);
}  @-webkit-keyframes wpr-button-back-pulse {
50% {
opacity: 0.5;
}
}
@keyframes wpr-button-back-pulse {
50% {
opacity: 0.5;
}
}
.wpr-button-back-pulse:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
z-index: -1;
}
.wpr-button-back-pulse:hover:before {
opacity: 1;
-webkit-animation-name: wpr-button-back-pulse;
animation-name: wpr-button-back-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} .wpr-button-sweep-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-sweep-to-right:hover:before, .wpr-button-sweep-to-right:focus:before, .wpr-button-sweep-to-right:active:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
} .wpr-button-sweep-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-sweep-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-sweep-to-left:hover:before, .wpr-button-sweep-to-left:focus:before, .wpr-button-sweep-to-left:active:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
} .wpr-button-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-sweep-to-bottom:hover:before, .wpr-button-sweep-to-bottom:focus:before, .wpr-button-sweep-to-bottom:active:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
} .wpr-button-sweep-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-sweep-to-top:hover:before, .wpr-button-sweep-to-top:focus:before, .wpr-button-sweep-to-top:active:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
} .wpr-button-bounce-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.wpr-button-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-bounce-to-right:hover:before, .wpr-button-bounce-to-right:focus:before, .wpr-button-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
-o-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);
} .wpr-button-bounce-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.wpr-button-bounce-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-bounce-to-left:hover:before, .wpr-button-bounce-to-left:focus:before, .wpr-button-bounce-to-left:active:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
-o-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);
} .wpr-button-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.wpr-button-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-bounce-to-bottom:hover:before, .wpr-button-bounce-to-bottom:focus:before, .wpr-button-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
-o-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);
} .wpr-button-bounce-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.wpr-button-bounce-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-bounce-to-top:hover, .wpr-button-bounce-to-top:focus, .wpr-button-bounce-to-top:active {
color: white;
}
.wpr-button-bounce-to-top:hover:before, .wpr-button-bounce-to-top:focus:before, .wpr-button-bounce-to-top:active:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
-o-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);
} .wpr-button-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
overflow: hidden;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-radial-out:hover, .wpr-button-radial-out:focus, .wpr-button-radial-out:active {
color: white;
}
.wpr-button-radial-out:hover:before, .wpr-button-radial-out:focus:before, .wpr-button-radial-out:active:before {
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
} .wpr-button-radial-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
overflow: hidden;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 100%;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-radial-in:hover, .wpr-button-radial-in:focus, .wpr-button-radial-in:active {
color: white;
}
.wpr-button-radial-in:hover:before, .wpr-button-radial-in:focus:before, .wpr-button-radial-in:active:before {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
} .wpr-button-rectangle-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-rectangle-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-rectangle-in:hover:before, .wpr-button-rectangle-in:focus:before, .wpr-button-rectangle-in:active:before {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
} .wpr-button-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-rectangle-out:hover:before, .wpr-button-rectangle-out:focus:before, .wpr-button-rectangle-out:active:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .wpr-button-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-shutter-in-horizontal:hover:before, .wpr-button-shutter-in-horizontal:focus:before, .wpr-button-shutter-in-horizontal:active:before {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
} .wpr-button-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-shutter-out-horizontal:hover:before, .wpr-button-shutter-out-horizontal:focus:before, .wpr-button-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
} .wpr-button-shutter-in-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-shutter-in-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-shutter-in-vertical:hover:before, .wpr-button-shutter-in-vertical:focus:before, .wpr-button-shutter-in-vertical:active:before {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
} .wpr-button-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.wpr-button-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-shutter-out-vertical:hover:before, .wpr-button-shutter-out-vertical:focus:before, .wpr-button-shutter-out-vertical:active:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}  .wpr-button-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
border: none !important;
overflow: hidden;
}
.wpr-button-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
height: 4px;
-webkit-transition-property: right;
-o-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-underline-from-left:hover:before, .wpr-button-underline-from-left:focus:before, .wpr-button-underline-from-left:active:before {
right: 0;
} .wpr-button-underline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
border: none !important;
overflow: hidden;
}
.wpr-button-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
bottom: 0;
-webkit-transition-property: left, right;
-o-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-underline-from-center:hover:before, .wpr-button-underline-from-center:focus:before, .wpr-button-underline-from-center:active:before {
left: 0;
right: 0;
} .wpr-button-underline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
border: none !important;
overflow: hidden;
}
.wpr-button-underline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
bottom: 0;
-webkit-transition-property: left;
-o-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-underline-from-right:hover:before, .wpr-button-underline-from-right:focus:before, .wpr-button-underline-from-right:active:before {
left: 0;
} .wpr-button-overline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
border: none !important;
overflow: hidden;
}
.wpr-button-overline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
top: 0;
-webkit-transition-property: right;
-o-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-overline-from-left:hover:before, .wpr-button-overline-from-left:focus:before, .wpr-button-overline-from-left:active:before {
right: 0;
} .wpr-button-overline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
border: none !important;
overflow: hidden;
}
.wpr-button-overline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
top: 0;
-webkit-transition-property: left, right;
-o-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-overline-from-center:hover:before, .wpr-button-overline-from-center:focus:before, .wpr-button-overline-from-center:active:before {
left: 0;
right: 0;
} .wpr-button-overline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
border: none !important;
overflow: hidden;
}
.wpr-button-overline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
top: 0;
-webkit-transition-property: left;
-o-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-overline-from-right:hover:before, .wpr-button-overline-from-right:focus:before, .wpr-button-overline-from-right:active:before {
left: 0;
} .wpr-button-underline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
border: none !important;
overflow: hidden;
}
.wpr-button-underline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-underline-reveal:hover:before, .wpr-button-underline-reveal:focus:before, .wpr-button-underline-reveal:active:before {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .wpr-button-overline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
border: none !important;
overflow: hidden;
}
.wpr-button-overline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wpr-button-overline-reveal:hover:before, .wpr-button-overline-reveal:focus:before, .wpr-button-overline-reveal:active:before {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .wpr-button-winona {
overflow: hidden;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wpr-button-winona::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
-webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
}
.wpr-button-winona::after,
.wpr-button-winona > span {
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wpr-button-winona:hover::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.wpr-button-winona:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
} .wpr-button-wayra-left {
overflow: hidden;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wpr-button-wayra-left::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 100%;
z-index: -1;
-webkit-transform: rotate3d(0, 0, 1, -90deg) translate3d(0, -3em, 0);
transform: rotate3d(0, 0, 1, -90deg) translate3d(0, -3em, 0);
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.wpr-button-wayra-left:hover::after {
opacity: 1;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
} .wpr-button-wayra-right {
overflow: hidden;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wpr-button-wayra-right::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 150%;
height: 100%;
z-index: -1;
-webkit-transform: rotate3d(0, 0, 1, 90deg) translate3d(0, -3em, 0);
transform: rotate3d(0, 0, 1, 90deg) translate3d(0, -3em, 0);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.wpr-button-wayra-right:hover::after {
opacity: 1;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
} .wpr-button-rayen-left {
overflow: hidden;
}
.wpr-button-rayen-left::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
z-index: 10;
}
.wpr-button-rayen-left::after,
.wpr-button-rayen-left > span {
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.wpr-button-rayen-left:hover::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.wpr-button-rayen-left:hover > span {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
} .wpr-button-rayen-right {
overflow: hidden;
}
.wpr-button-rayen-right::after {
content: attr(data-text);
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
z-index: 10;
}
.wpr-button-rayen-right::after,
.wpr-button-rayen-right > span {
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.wpr-button-rayen-right:hover::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.wpr-button-rayen-right:hover > span {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
} .wpr-button-isi-left {
overflow: hidden;
}
.wpr-button-isi-left::after {
content: '';
z-index: -1;
position: absolute;
top: 50%;
right: 100%;
margin: -15px 0 0 1px;
width: 15%;
height: 30px;
border-radius: 50%;
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
-o-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.wpr-button-isi-left:hover::after {
-webkit-transform: scale3d(9, 9, 1);
} .wpr-button-isi-right {
overflow: hidden;
}
.wpr-button-isi-right::after {
content: '';
z-index: -1;
position: absolute;
top: 50%;
left: 100%;
margin: -15px 0 0 1px;
width: 15%;
height: 30px;
border-radius: 50%;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
-o-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.wpr-button-isi-right:hover::after {
-webkit-transform: scale3d(9, 9, 1);
transform: scale3d(9, 9, 1);
} .wpr-button-aylen {
overflow: hidden;
}
.wpr-button-aylen::after,
.wpr-button-aylen::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
bottom: 100%;
left: 0;
z-index: -1;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.wpr-button-aylen::after {
opacity: 0.75;
}
.wpr-button-aylen:hover::after,
.wpr-button-aylen:hover::before {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.wpr-button-aylen:hover::before {
-webkit-transition-delay: 0.175s;
-o-transition-delay: 0.175s;
transition-delay: 0.175s;
} .wpr-button-antiman {
overflow: visible !important;
border: none !important;
}
.wpr-button-antiman::after {
content: '';
z-index: -1;
border-radius: inherit;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.wpr-button-antiman::after {
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
.wpr-button-antiman:hover::after {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .wpr-button-naira {
overflow: hidden;
}
.wpr-button-naira::after {
content: '';
position: absolute;
left: -50%;
width: 200%;
height: 200%;
top: -50%;
z-index: -1;
-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.wpr-button-naira .wpr-button-button-icon {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
margin: 0 !important;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
opacity: 0;
}
.wpr-button-naira .wpr-button-button-icon i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.wpr-button-naira .wpr-button-button-text {
display: block;
}
.wpr-button-naira .wpr-button-button-text,
.wpr-button-naira .wpr-button-button-icon {
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.wpr-button-naira:hover .wpr-button-button-icon {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.wpr-button-naira:hover .wpr-button-button-text {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
@-webkit-keyframes anim-naira-1 {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes anim-naira-1 {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
.wpr-button-naira:hover::after {
-webkit-animation-name: anim-naira-1;
animation-name: anim-naira-1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
} .wpr-button-naira-up {
overflow: hidden;
}
.wpr-button-naira-up::after {
content: '';
position: absolute;
left: -50%;
width: 200%;
height: 200%;
top: -50%;
z-index: -1;
-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.wpr-button-naira-up .wpr-button-button-icon {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
margin: 0 !important;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
.wpr-button-naira-up .wpr-button-button-icon i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.wpr-button-naira-up .wpr-button-button-text {
display: block;
}
.wpr-button-naira-up .wpr-button-button-text,
.wpr-button-naira-up .wpr-button-button-icon {
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.wpr-button-naira-up:hover .wpr-button-button-icon {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.wpr-button-naira-up:hover .wpr-button-button-text {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
@-webkit-keyframes anim-naira-2 {
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes anim-naira-2 {
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
.wpr-button-naira-up:hover::after {
-webkit-animation-name: anim-naira-2;
animation-name: anim-naira-2;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
} .wpr-button-none:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.wpr-button-none:hover:before {
opacity: 1;
}
.wpr-button-effect,
.wpr-button-effect::before,
.wpr-button-effect::after,
.wpr-button-effect span {
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.wpr-button-effect::after {
text-align: center;
}.wpr-rotating-plane {
width: 40px;
height: 40px;
background-color: #333;
-webkit-animation: wpr-rotatePlane 1.2s infinite ease-in-out;
animation: wpr-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes wpr-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
@keyframes wpr-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
} .wpr-double-bounce {
width: 23px;
height: 23px;
position: relative;
}
.wpr-double-bounce .wpr-child {
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: wpr-doubleBounce 2s infinite ease-in-out;
animation: wpr-doubleBounce 2s infinite ease-in-out;
}
.wpr-double-bounce .wpr-double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes wpr-doubleBounce {
0%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes wpr-doubleBounce {
0%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
} .wpr-wave {
width: 50px;
height: 25px;
text-align: center;
}
.wpr-wave .wpr-rect {
height: 100%;
width: 4px;
margin-right: 2px;
display: inline-block;
-webkit-animation: wpr-waveStretchDelay 1.2s infinite ease-in-out;
animation: wpr-waveStretchDelay 1.2s infinite ease-in-out;
}
.wpr-wave .wpr-rect1 {
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
}
.wpr-wave .wpr-rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.wpr-wave .wpr-rect3 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.wpr-wave .wpr-rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.wpr-wave .wpr-rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes wpr-waveStretchDelay {
0%,
40%,
100% {
-webkit-transform: scaleY(0.4);
transform: scaleY(0.4);
}
20% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes wpr-waveStretchDelay {
0%,
40%,
100% {
-webkit-transform: scaleY(0.4);
transform: scaleY(0.4);
}
20% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
} .wpr-wandering-cubes {
width: 40px;
height: 40px;
position: relative;
}
.wpr-wandering-cubes .wpr-cube {
background-color: #333;
width: 10px;
height: 10px;
position: absolute;
top: 0;
left: 0;
-webkit-animation: wpr-wanderingCube 1.8s ease-in-out -1.8s infinite both;
animation: wpr-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.wpr-wandering-cubes .wpr-cube2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes wpr-wanderingCube {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
transform: translateX(30px) rotate(-90deg) scale(0.5);
}
50% { -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
transform: translateX(30px) translateY(30px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
transform: translateX(30px) translateY(30px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes wpr-wanderingCube {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
transform: translateX(30px) rotate(-90deg) scale(0.5);
}
50% { -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
transform: translateX(30px) translateY(30px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
transform: translateX(30px) translateY(30px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
} .wpr-spinner-pulse {
width: 23px;
height: 23px;
border-radius: 100%;
-webkit-animation: wpr-pulseScaleOut 1s infinite ease-in-out;
animation: wpr-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes wpr-pulseScaleOut {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes wpr-pulseScaleOut {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
} .wpr-chasing-dots {
width: 20px;
height: 20px;
position: relative;
text-align: center;
-webkit-animation: wpr-chasingDotsRotate 2s infinite linear;
animation: wpr-chasingDotsRotate 2s infinite linear;
}
.wpr-chasing-dots .wpr-child {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
border-radius: 100%;
-webkit-animation: wpr-chasingDotsBounce 2s infinite ease-in-out;
animation: wpr-chasingDotsBounce 2s infinite ease-in-out;
}
.wpr-chasing-dots .wpr-dot2 {
top: auto;
bottom: 0;
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
@-webkit-keyframes wpr-chasingDotsRotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes wpr-chasingDotsRotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes wpr-chasingDotsBounce {
0%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes wpr-chasingDotsBounce {
0%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
} .wpr-three-bounce {
width: 80px;
text-align: center;
}
.wpr-three-bounce .wpr-child {
width: 10px;
height: 10px;
border-radius: 100%;
margin-right: 1px;
display: inline-block;
-webkit-animation: wpr-three-bounce 1.4s ease-in-out 0s infinite both;
animation: wpr-three-bounce 1.4s ease-in-out 0s infinite both;
}
.wpr-three-bounce .wpr-bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.wpr-three-bounce .wpr-bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes wpr-three-bounce {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes wpr-three-bounce {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
} .wpr-circle {
width: 22px;
height: 22px;
position: relative;
}
.wpr-circle .wpr-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.wpr-circle .wpr-child:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #333;
border-radius: 100%;
-webkit-animation: wpr-circleBounceDelay 1.2s infinite ease-in-out both;
animation: wpr-circleBounceDelay 1.2s infinite ease-in-out both;
}
.wpr-circle .wpr-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.wpr-circle .wpr-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.wpr-circle .wpr-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wpr-circle .wpr-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.wpr-circle .wpr-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.wpr-circle .wpr-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.wpr-circle .wpr-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.wpr-circle .wpr-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.wpr-circle .wpr-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.wpr-circle .wpr-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.wpr-circle .wpr-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.wpr-circle .wpr-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.wpr-circle .wpr-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.wpr-circle .wpr-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.wpr-circle .wpr-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.wpr-circle .wpr-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.wpr-circle .wpr-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.wpr-circle .wpr-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.wpr-circle .wpr-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.wpr-circle .wpr-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.wpr-circle .wpr-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.wpr-circle .wpr-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes wpr-circleBounceDelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes wpr-circleBounceDelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
} .wpr-cube-grid {
width: 40px;
height: 40px; }
.wpr-cube-grid .wpr-cube {
width: 33.33%;
height: 33.33%;
background-color: #333;
float: left;
-webkit-animation: wpr-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: wpr-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.wpr-cube-grid .wpr-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.wpr-cube-grid .wpr-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.wpr-cube-grid .wpr-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.wpr-cube-grid .wpr-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.wpr-cube-grid .wpr-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.wpr-cube-grid .wpr-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.wpr-cube-grid .wpr-cube7 {
-webkit-animation-delay: 0.0s;
animation-delay: 0.0s;
}
.wpr-cube-grid .wpr-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.wpr-cube-grid .wpr-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes wpr-cubeGridScaleDelay {
0%,
70%,
100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes wpr-cubeGridScaleDelay {
0%,
70%,
100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
} .wpr-fading-circle {
width: 25px;
height: 25px;
position: relative;
}
.wpr-fading-circle .wpr-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.wpr-fading-circle .wpr-circle:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
border-radius: 100%;
-webkit-animation: wpr-circleFadeDelay 1.2s infinite ease-in-out both;
animation: wpr-circleFadeDelay 1.2s infinite ease-in-out both;
}
.wpr-fading-circle .wpr-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.wpr-fading-circle .wpr-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.wpr-fading-circle .wpr-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wpr-fading-circle .wpr-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.wpr-fading-circle .wpr-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.wpr-fading-circle .wpr-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.wpr-fading-circle .wpr-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.wpr-fading-circle .wpr-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.wpr-fading-circle .wpr-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.wpr-fading-circle .wpr-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.wpr-fading-circle .wpr-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.wpr-fading-circle .wpr-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.wpr-fading-circle .wpr-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.wpr-fading-circle .wpr-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.wpr-fading-circle .wpr-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.wpr-fading-circle .wpr-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.wpr-fading-circle .wpr-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.wpr-fading-circle .wpr-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.wpr-fading-circle .wpr-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.wpr-fading-circle .wpr-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.wpr-fading-circle .wpr-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.wpr-fading-circle .wpr-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes wpr-circleFadeDelay {
0%,
39%,
100% {
opacity: 0;
}
40% {
opacity: 1;
}
}
@keyframes wpr-circleFadeDelay {
0%,
39%,
100% {
opacity: 0;
}
40% {
opacity: 1;
}
} .wpr-folding-cube {
width: 40px;
height: 40px;
position: relative;
-webkit-transform: rotateZ(45deg);
-ms-transform: rotate(45deg);
transform: rotateZ(45deg);
}
.wpr-folding-cube .wpr-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.wpr-folding-cube .wpr-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #333;
-webkit-animation: wpr-foldCubeAngle 2.4s infinite linear both;
animation: wpr-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.wpr-folding-cube .wpr-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
-ms-transform: scale(1.1) rotate(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.wpr-folding-cube .wpr-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
-ms-transform: scale(1.1) rotate(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.wpr-folding-cube .wpr-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
-ms-transform: scale(1.1) rotate(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.wpr-folding-cube .wpr-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.wpr-folding-cube .wpr-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.wpr-folding-cube .wpr-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes wpr-foldCubeAngle {
0%,
10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes wpr-foldCubeAngle {
0%,
10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}@font-face {
font-family: 'lg';
src: url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/fonts/lg.eot?n1z373);
src: url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/fonts/lg.woff?n1z373) format("woff"), url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/fonts/lg.ttf?n1z373) format("truetype"), url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
border: none;
outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
-o-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
-o-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
-o-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
-o-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
-webkit-overflow-scrolling: touch;
overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
background: transparent url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/img/video-play.png) no-repeat scroll 0 0;
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
-moz-transition: opacity 0.08s ease 0s;
-o-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
-o-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-moz-transform: translate3d(0, 0px, 0);
-o-transform: translate3d(0, 0px, 0);
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-moz-transform: translate3d(0, 5px, 0);
-o-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.lg-group:after {
content: "";
display: table;
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
text-align: left;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//bpolatam.com/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/img/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}