Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/scss/shortcodes/_fullpage_bak.scss |
html.fp-enabled,
.fp-enabled body {
margin: 0;
padding: 0;
/*Avoid flicker on slides transitions for mobile phones #336 */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.fp-enabled.is-mobile {
height: 100% !important;
}
.fp-scrollable {
overflow: hidden;
position: relative;
}
.fp-scroller {
overflow: hidden;
}
.iScrollIndicator {
display: none !important;
}
.fp-notransition {
-webkit-transition: none !important;
transition: none !important;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
height: auto !important;
}
@keyframes opacityout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes scaleDown {
from {
/*opacity: 1; */
transform: translateY(0);
}
to {
/*opacity: 0; */
transform: scale(0.85);
}
}
@keyframes moveparallaxup {
from {
/*opacity: 1; */
transform: translateY(0);
}
to {
/*opacity: .8; */
transform: translateY(70%);
}
}
@keyframes moveparallaxdown {
from {
/*opacity: 1; */
transform: translateY(0);
}
to {
/*opacity: .8; */
transform: translateY(-70%);
}
}
@keyframes movecurtainup {
from {
/*opacity: 1; */
transform: translateY(0);
}
to {
/*opacity: .8; */
transform: translateY(5%);
}
}
@keyframes movecurtaindown {
from {
/*opacity: 1; */
transform: translateY(0);
}
to {
/*opacity: .8; */
transform: translateY(-5%);
}
}
@keyframes moveFromBottom {
from {
/*opacity: 1; */
transform: translateY(100%);
}
}
@keyframes moveFromTop {
from {
/*opacity: 1; */
transform: translateY(-100%);
}
}
@keyframes moveFromBottomInner {
from {
/*opacity: 1; */
transform: translateY(-50%);
}
}
@keyframes moveFromTopInner {
from {
/*opacity: 1; */
transform: translateY(50%);
}
}
@keyframes moveFromBottomtrid {
25% {
transform: scale(0.8);
}
50%,
100% {
transform: translateY(-100%) scale(0.8);
}
}
@keyframes moveFromToptrid {
25% {
transform: scale(0.8);
}
50%,
100% {
transform: translateY(100%) scale(0.8);
}
}
@keyframes moveFromBottomtridIn {
0%,
25% {
transform: scale(0.8) translateY(125%);
}
50% {
transform: scale(0.8) translateY(0);
}
75%,
100% {
transform: scale(1);
}
}
@keyframes moveFromToptridIn {
0%,
25% {
transform: scale(0.8) translateY(-125%);
}
50% {
transform: scale(0.8) translateY(0);
}
75%,
100% {
transform: scale(1);
}
}
.fp-section {
width: 100%;
}
html:not(.is-mobile) body.wvc-fullpage-slide .column_parent {
height: 100% !important;
}
html:not(.is-mobile) body.wvc-fullpage-slide:not(.wvc-fullpage-none) {
height: 100vh !important;
}
html.is-mobile body.wvc-fullpage-slide:not(.wvc-fullpage-none) {
height: 100% !important;
}
body.wvc-fullpage-slide:not(.wvc-fullpage-none) .fullpage-wrapper {
position: relative;
touch-action: none;
top: 0px;
}
body.wvc-fullpage-slide:not(.wvc-fullpage-none) .fp-section {
overflow: hidden;
}
.safari body.wvc-fullpage-slide:not(.wvc-fullpage-none) .fp-section .uncont,
.safari body.wvc-fullpage-slide:not(.wvc-fullpage-none) .block-bg-overlay {
-webkit-backface-visibility: hidden !important;
-webkit-transform: translateZ(0) !important;
}
.safari body.wvc-fullpage-slide:not(.wvc-fullpage-none) .add-kburns .tmb-overlay-showed.tmb .t-entry-visual .t-entry-visual-overlay,
.safari body.wvc-fullpage-slide:not(.wvc-fullpage-none) .add-kburns .tmb .t-entry-visual .t-entry {
-webkit-backface-visibility: hidden !important;
-webkit-transform: translateZ(0) !important;
}
body.wvc-fullpage-slide:not(.wvc-fullpage-none) .wvc-scroll-lock {
position: absolute;
margin-top: 10000px;
visibility: hidden;
width: 100%;
}
body.wvc-fullpage-slide:not(.wvc-fullpage-none) .wvc-scroll-lock.wvc-scroll-active {
visibility: visible;
margin-top: 0;
}
body.wvc-fullpage-slide #colophon {
position: absolute;
}
.safari body.wvc-fullpage-slide #colophon,
.safari body.wvc-fullpage-slide #colophon .row-parent {
-webkit-backface-visibility: hidden !important;
-webkit-transform: translateZ(0) !important;
}
.is-mobile body.wvc-fullpage-slide #colophon.active {
overflow: visible;
z-index: 5;
}
.is-mobile body.wvc-fullpage-slide #colophon.active::before {
content: '';
display: block !important;
position: absolute;
width: 100%;
height: 2000px;
top: -2000px;
}
body.wvc-fullpage-slide .box-wrapper.ls-overflow-visible {
overflow: hidden !important;
}
body.wvc-scroll-snap #colophon {
display: block;
}
html.fp-enabled .row-container.row-navigation,
html.fp-enabled .post-after,
html.fp-enabled .post-footer {
display: none;
}