@charset "UTF-8";
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//marclesser.net/wp-content/themes/Divi-Child-Theme/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}@font-face {
font-family: 'futuramedium';
src: url(//marclesser.net/wp-content/themes/Divi-Child-Theme/assets/fonts/futura_medium-webfont.woff2) format('woff2'),
url(//marclesser.net/wp-content/themes/Divi-Child-Theme/assets/fonts/futura_medium-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
h1, h2{
font-weight: 500 !important;
}
body, input, textarea, select, .post-content{
font-family:"droid-serif" !important;
}
.et_pb_column_1_3 h1{
font-size: 43px;
}
.droid h3, .droid h4{
font-family:"droid-serif";
text-transform: none;
}
.entry-content ul, .entry-content ol {
line-height:33px !important;
}
header.et-fixed-header a #logo, header a #green-logo{
display: none;
}
.css-hpmlk2{
z-index:999999 !important;
}
header.et-fixed-header a #green-logo{
display: inline-block; 
padding-top: 19px;
}
#top-menu li{
padding-right: 14px;
}
.et_pb_text_inner li{
margin-bottom: 15px;
line-height: 32px;
}
.et_pb_text_inner li:nth-last-of-type(1){
margin-bottom: 0px;
}
body .et-fixed-header#main-header {
box-shadow: 0px 0px 13px rgba(0,0,0,.1) !important;
background: #fff !important; 
}
#main-header .nav li ul li.current_page_item a{
color: #f2951f !important; 
}
#et_mobile_nav_menu li a{
color: #000;
}
#et_mobile_nav_menu li.current_page_item a{
color: #f2951f;
}
#top-menu-nav li a:hover, #top-menu-nav ul li a:hover, #et_mobile_nav_menu li a:hover{
background: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
color: #f2951f !important;
}
#et_mobile_nav_menu .et_mobile_menu .menu-item-has-children > a:hover{
background: rgba(0, 0, 0, .03) !important;
}
#main-footer{
background: url(//marclesser.net/wp-content/themes/Divi-Child-Theme/assets/images/footer_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 25px 0;
position: relative;
}
#main-footer:before{
content:'';
position: absolute;
background: rgba(0, 0, 0, 0.55);
height: 100%;
width: 100%;
top: 0px;
}
#main-footer h1{ color: #fff;
}
#main-footer .divider{
height: 5px;
max-width: 1140px;
background: #f2951f;
margin:20px 0;
}
#main-footer p, .after-head p{
font-size: 25px;
line-height: 36px;
font-style: italic;
}
.after-head.no-italic p{
font-style: normal;
}
#footer-bottom .et-social-icons, 
#footer-bottom #footer-info, 
#main-footer .et_pb_widget{
float: none !important;
text-align: center;
}
#footer-bottom #footer-info{
margin-top: 15px;
}
.flex{
display: flex;
justify-content: space-between;
align-items: center;
display: -webkit-flex;
}
.banner-top h2 span{
font-style: italic;
text-transform: none;
font-family:"droid-serif";
font-size: 56px;
}
.banner-top h2{
font-size: 60px;
}
.trng h1{
text-transform: none;
}
.trng .flex{
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.trng .flex:nth-of-type(1),
.trng .flex:nth-of-type(2){
margin-bottom: 30px;
}
.head-lowercase h1, .head-lowercase h4{
text-transform: none;
font-weight: 500;
}
.banner-top .et_pb_promo_description, 
.home-banner .et_pb_promo_description{
font-style: italic;
}
.banner-top .et_pb_button{
max-width: 420px;
}
.testimonial-listing{
text-align: center;
color: #231f20;
}
.testimonial-listing h3{ line-height: 27px;
color: #231f20;
line-height: 41px;
font-weight: 500;
margin-bottom: 50px;
text-transform: none;
}
.testi-white .testimonial-listing h3, .testi-white .testimonial-listing, .testi-white .testimonial-listing .title{
color: #fff;
}
.testimonial-listing .title{
font-family:"droid-serif";
text-transform: none;
font-weight: 700;
}
.owl-carousel button.owl-dot, .et-pb-controllers a{
height: 14px;
width: 14px;
background: #4fa09c !important;
border-radius: 50%;
margin: 0 5px;
}
.owl-carousel button.owl-dot.active, 
.et-pb-controllers a.et-pb-active-control{
background: #f2951f !important;
}
.testi-white .owl-carousel button.owl-dot.active, 
.testi-white .et-pb-controllers a.et-pb-active-control{
background: #fff !important;
}
.owl-dots{
margin-top: 30px;
}
.steps{
padding-left:30px !important;
padding-right: 30px !important;
display: flex;
display: -webkit-flex;
justify-content: space-between;
align-items: center;
}
.steps > div{
margin-right: 0px !important;
}
.steps > div:nth-of-type(2){ }
.step-1 img{
margin-bottom: -40px;
}
.step-1 > div:nth-of-type(2){
width: 30%;
}
.step-3 > div:nth-of-type(2){
width: 39% !important; padding-right: 5%;
}
.step-3 > div:nth-of-type(2) p{
padding-bottom:0px;
}
.step-3 > div:nth-of-type(3){
width: 39% !important;
padding-right: 17px;
}
.event-listing, .event-row{
display: flex;
justify-content: space-between;
display: -webkit-flex;
text-align: center;
}
.event-row > div:nth-of-type(1){width: 66.66%;
margin-right: 30px; } 
.event-row > div:nth-of-type(2){ width: calc(33.33% - 30px);
margin-left: 30px;
}
.event-row .et_pb_promo_description{padding-bottom: 0px;}
.event-listing .event-information{ width: calc(50% - 30px);
position: relative;
}
.event-listing .event-information:after{
content: '';
width: 1px;
background: #fff;
height: 86%;
top: 50%;
transform: translateY(-50%); right: -30px;
position: absolute;
}
.event-listing .content{
min-height:107px;
}
.event-listing .date {
background: #f2951f;
width: 102px;
min-width:102px;
max-width:100%;
height: 102px;
color: #fff; font-size: 27px;
line-height: 35px;
text-align: center;
padding: 15px;
margin: 0 auto 15px;
} .event-listing .event-header .title, .event-listing .date a{
color: #fff; }
.event-listing .content, .event-row p{
color: #fff;
font-style: italic;
margin: 20px 0 40px !important; font-size: 22px;
line-height: 34px;
}
.event-row h3{ font-size: 29px;
line-height: 42px;
}
.event-row .et_pb_button{text-transform: uppercase;position:absolute;bottom:0px;left:50%;transform:translatex(-50%);max-width:229px !important;width:100%;font-size:25px !important;}
.event-row .et_pb_button:after{
font-size: 36px;
line-height: 40px;
}
.event-row .et_pb_button:hover{max-width:270px !important;}
body.page-id-1290 header, 
body.page-id-1290 footer{
display: none;
} 
body.page-id-2022 footer, 
body.page-id-2298 footer, 
body.page-id-2183 footer, 
body.page-id-2124 footer, 
body.page-id-2169 footer, 
body.page-id-2359 footer,
body.page-id-1332 footer, 
body.page-id-863 footer, 
body.page-id-3037 footer{
background:#000 !important;
}
body.page-id-2022 #footer-widgets, 
body.page-id-2298 #footer-widgets, 
body.page-id-2183 #footer-widgets, 
body.page-id-2124 #footer-widgets, 
body.page-id-2169 #footer-widgets, 
body.page-id-2359 #footer-widgets,
body.page-id-1332 #footer-widgets, 
body.page-id-863 #footer-widgets, 
body.page-id-3037 #footer-widgets{
display:none;
}
body.page-id-3037 .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok, 
body.page-id-8158 .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok,
body.page-id-2207 .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok,
body.page-id-12647 .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok
{ 
display: none !important; 
}
#form_loader{display:none;margin:45px 0 20px;text-align: center;}
#searchform > div:after{
content: "\f179";
font-family: dashicons;
position: absolute;
font-size: 28px;
right: 10px;
top: 7px;
color: #fff;
}
.widget_search #searchsubmit{
color: #f2951f !important;
width: 50px;
}
.prac-inner{
display: flex;
display: -webkit-flex;
justify-content:center;
flex-wrap: wrap;
-webkit-flex-wrap:wrap;
}
.prac-inner > div{
max-width: 257px;
width: 100%;
height: 257px;
position: relative;
margin:30px 6px !important;
padding: 0px !important;
width: 257px;
}
.prac-inner > div:before{
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(55, 171, 158, 0.58);
}
.prac-inner .et_pb_text_inner{
width: 100%;
height: 100%;
}
.prac-inner h4{
position: absolute;
top: 50%;
padding-bottom: 0px;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
}
.nl-form {
margin-top: 30px;
}
.nl-form input, .nl-form textarea{
background:#fff !important;
border: none !important;
text-align: left !important;
border-radius: 0px !important;
margin-bottom: 30px !important;
box-shadow: none !important;
}
.nl-form input[type="checkbox"]{
margin-bottom: 0px !important;
}
.nl-form .cp-slidein-head{
border-bottom:none !important;
}
.nl-form .cp-chbx-label{
color: #fff !important;
}
.nl-form .cp-slidein-body{
background-color: transparent !important;
}
.nl-form .cp-slidein-content{
border-width: 0px !important;
box-shadow: none !important;
}
.nl-form .cp-submit{
border-radius: 0px !important;
font-size: 24px !important;
font-weight: 500 !important;
padding: 10px !important;
font-family: 'Oswald', sans-serif !important;
letter-spacing: 3px;
margin-top: 15px !important;
}
input, textarea{ 
border:none !important;
color: #000 !important;
width: 100%;
background-color: #eee !important;
padding: 18px !important;
font-size: 15px !important;
}
.sign-up{
max-width: 501px;
margin: auto;
}
.sign-up input, .sign-up textarea {
background: #fff !important;
margin-bottom: 15px;
}
.sign-up textarea{
height: 130px;
}
input[type="submit"]{
font-size: 30px !important;
background: #f2951f !important;
letter-spacing: 3px;
text-transform: uppercase;
font-family: 'Oswald', sans-serif !important;
color: #fff !important;
padding: 10px !important;
font-weight: 500;
display: block;
text-align: center !important;
margin-top: 15px;
transition: all 300ms ease 0ms;
margin-bottom: 0px;
}
#wpcf7-f3659-p3037-o1 input[type="submit"]{text-transform:capitalize;}
.sign-up input[type="submit"]:hover{
background: rgba(255, 255, 255, 0.2) !important;
}
.gray-btn:hover{
background-color: rgba(255, 255, 255, 0.2) !important;
}
.checkbox{
display: flex;
display:-webkit-flex;
}
.checkbox span{
font-size: 16px;
line-height: 20px;
text-align: left;
font-style: italic;
width: 100%; 
}
input[type="checkbox"]{
width: 15px;
margin-left: 0px !important;
}
Type a message
#key-content .et_pb_row:nth-of-type(1){
padding-left: 0px;
}
#key-content .et_pb_row{
padding-left: 50px;
}
#close{
cursor: pointer;
}
.et_fullwidth_nav #main-header .container{
padding-left: 80px;
padding-right: 80px;
}
.owl-caraousel .animated { 
animation-duration: 1000ms;
animation-fill-mode: both; 
}
.inquire{
display: none;
}
body.page-id-1332 .inquire{
display: block;
}
body.page-id-1332 .common-footer{
display: none;
}
body.page-id-1180 #footer-widgets, 
body.page-id-1764 #footer-widgets, 
body.page-id-1647 #footer-widgets, 
body.page-id-2530 #footer-widgets, 
body.page-id-2527 #footer-widgets, 
body.page-id-3 #footer-widgets, 
body.page-id-21166 #footer-widgets{
display:none;
}
body.page-id-1180 #main-footer, 
body.page-id-1764 #main-footer,
body.page-id-1647 #main-footer, 
body.page-id-2530 #main-footer, 
body.page-id-2527 #main-footer, 
body.page-id-3 #main-footer, 
body.page-id-21166 #main-footer{
background:#000;
}
#main-content .container{
padding-top: 138px !important;
}
#mobile_menu{
background-color: rgba(255, 255, 255, 1) !important;
}
.assets{
display: flex;
display: -webkit-flex;
justify-content: space-between;
}
.grecaptcha-badge {
display:none;
}
body.page-id-1274 .grecaptcha-badge{
display:block;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]{
padding:0px !important;
margin-top:15px !important;
}
#tribe-bar-views{
margin-top:28px !important;
}
.tribe-bar-submit{
width: 34%;
margin-left:0;
}
#tribe-bar-form input[type=text]{
padding: 20px 18px !important;
}
.tribe-bar-views-inner{
padding: 12px 0 5px !important;
margin-right:15px;
} body.post-type-archive-tribe_events #main-content .container:before, body.single-tribe_events #main-content .container:before{
background-color:#fff;
}
body.post-type-archive-tribe_events #sidebar, body.single-tribe_events #sidebar{
display:none;
}
body.post-type-archive-tribe_events #left-area, body.single-tribe_events #left-area{
width:100%;
float:none;
padding-right:0px;
}
.tribe-events-venue-details{
font-size: 20px;
font-style: normal !important;
}
.events-list .tribe-events-loop{
max-width:100%;
}
.tribe-event-schedule-details{
font-size: 18px;
font-family: 'Oswald', sans-serif !important;
font-weight: 400;
}
.single-tribe_events .tribe-events-event-meta{
font-size: 16px;
}
.tribe-events-event-url{
word-wrap: break-word;
}
.tribe-events-meta-group .tribe-events-single-section-title {
font-size: 20px;
}
#tribe-bar-views-toggle:after{
display:none;
} .tribe-events-single-event-description, 
.tribe-events-cal-links, 
form#tribe-tickets, 
.tribe-events-single-section.tribe-events-event-meta.primary, 
.tribe-events-single-section.tribe-events-event-meta.secondary  {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tribe-events-single-event-description{
order:3 !important;
}
form#tribe-tickets{
order:2;
}
.tribe-events-single-section.tribe-events-event-meta.primary {
order:4;
}
.tribe-events-cal-links{
order:1;
}
.tribe-events-single-section.tribe-events-event-meta.secondary {
order:5;
} .book-inner {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
align-items: center;
justify-content:center;
}
.audio-list{
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
justify-content: space-between;		
}
.audio-list > div {
width: calc(50% - 15px);
margin-bottom: 15px;
}
.typeform-share{
display:inline-block;
text-decoration:none;
background-color:#f2951f;
color:#fff;
font-size:30px;
line-height:1.7em;
letter-spacing: 2px;
font-family: 'Oswald', sans-serif;
text-align:center;
margin:0;
padding: .3em 1em;
border-radius:0px;
max-width:100%;
transition: all 300ms ease 0ms;
position:relative;
}
.typeform-share:after{
position: absolute;
margin-left: -1em;
opacity: 0;
text-shadow: none;
font-size: 48px;
font-family: ETmodules;
font-weight: 400;
font-style: normal;
font-variant: none;
line-height: 1.4em;
text-transform: none;
content: "\35";
transition: all 300ms ease 0ms;
top:0;
right:0;
}
.typeform-share:hover{
padding:.3em 2em .3em .7em;
}
.typeform-share:hover:after{
opacity:1;
margin-left:0px;
}
.blog-sign input {
border-bottom: 1px solid #dfdfe3 !important;
}
.blog-sign input[type="submit"]{
border-bottom:none !important;
}
.blog-sign input[type="submit"]:hover{
background: #f2951f !important;
}
#footer-bottom{
padding:15px 0px 20px; 
} .book-logo img{
max-width: 80%;
}
.steps > div:nth-of-type(1) h2{
font-size: 100px;
line-height: 72px;
}
.steps input{
padding:13px 18px !important;
}
.steps input[type="submit"]{
font-size: 23px !important;
padding: 7px 18px !important;
letter-spacing: 2px;
margin-top: 6px;
}
.book_row > div > div{
min-height:150px;
}
.maxwid, .steps{
max-width: 790px !important;
} .page-id-1290 #page-container{
padding-top: 0px !important;
}
.divider-box h1{
padding-bottom: 0px;
}
.divider-box > div > div:nth-of-type(1), .divider-box .et_pb_divider{
margin-bottom: 20px !important; 
}
#key-content ul{padding-bottom:0px;} .smile-absolute-loader,
.smile-fixed-loader {
width: 100%;
height: 100%;
background-color: transparent;
z-index: 99999;
visibility: hidden;
-webkit-transition: visibility 600ms linear, background-color 600ms linear;
-moz-transition: visibility 600ms linear, background-color 600ms linear;
transition: visibility 600ms linear, background-color 600ms linear;
} .smile-absolute-loader {
position: absolute;
} .smile-fixed-loader {
position: fixed;
} .smile-loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.smile-loading-bar {
display: inline-block;
width: 6px;
height: 29px;
border-radius: 4px;
-webkit-animation: loading 1s ease-in-out infinite;
-moz-animation: loading 1s ease-in-out infinite;
animation: loading 1s ease-in-out infinite;
margin-right: 1px;
}
.smile-loading-bar:nth-child(1) {
background-color: #3498db;
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
animation-delay: 0;
}
.smile-loading-bar:nth-child(2) {
background-color: #e74c3c;
-webkit-animation-delay: 0.09s;
-moz-animation-delay: 0.09s;
animation-delay: 0.09s;
}
.smile-loading-bar:nth-child(3) {
background-color: #f1c40f;
-webkit-animation-delay: .18s;
-moz-animation-delay: .18s;
animation-delay: .18s;
}
.smile-loading-bar:nth-child(4) {
background-color: #2ecc71;
-webkit-animation-delay: .27s;
-moz-animation-delay: .27s;
animation-delay: .27s;
}
.newsletter-smile-absolute-loader {
width: 100%;
height: 200px;
background-color: #fff;
position: relative;
display: none;
}
.page-id-1274 #footer-widgets {
display: none;
}
ol li { list-style: decimal;
margin-left: 20px;
}
body.error404 .container:before { display: none;}
body.error404 .container ul li { margin: 10px 0;}
body.error404 #footer-widgets {
display: none !important;
}
body.page-id-1332 .et_pb_section_1 .et_pb_text_align_center, 
body.page-id-1332 .et_pb_section_2 .et_pb_row_3 .et_pb_text_align_center, 
body.page-id-1332 .et_pb_section_2 .et_pb_row_4 .et_pb_text_align_center, 
body.page-id-1332 .et_pb_section_6 .et_pb_text_align_center, 
body.page-id-1647 .et_pb_section_1 .et_pb_text_align_center, 
body.page-id-1647 .et_pb_section_5 .et_pb_text_align_center, 
body.page-id-1647 .et_pb_section_2 .et_pb_row_2 .et_pb_text_align_center, 
body.page-id-1647 .et_pb_section_2 .et_pb_row_3 .et_pb_text_align_center, 
body.home .et_pb_section_6 .et_pb_text_align_center {
text-align:left;
}
.meditation{
position:relative;
}
.meditation-info{
position: relative;
margin-top: -393px;
}
.nl-form span.wpcf7-not-valid-tip {
display: none;
}
.nl-form input.wpcf7-not-valid {
border: 2px solid red !important;
}
.nl-form span.wpcf7-not-valid {
border: 1px solid red !important;
}
.nl-form div.wpcf7-response-output {
margin: 0;
}
.page-id-2777 #main-footer {
display: none;
} .home-bio img{
margin-right:5.5%;
margin-bottom:20px;
}
.home-bio img + p{
display:none;
}
.book-banner > div{
padding-top: 0px;
padding-bottom: 0px;
}
.testimonial-listing.owl-carousel .owl-item img {
width: auto !important;
margin : 0 auto; 
border-radius: 50%;
}
body.woocommerce-page button.button, 
body.woocommerce-page a.button, 
.woocommerce.add-to-cart button.tribe-button{
font-size: 22px !important;
opacity: 1 !important;
color: #fff !important;
padding: 10px 40px !important;
text-transform: uppercase;
font-family: 'Oswald', sans-serif !important;
}
#order_review_heading{
font-family: 'Oswald', sans-serif !important;
font-weight: 500 !important;
margin-top: 30px;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field{
padding: 14px;
}
.woocommerce.add-to-cart button.tribe-button{
background-color: #f2951f;
border-width: 0px;
border-radius: 0px;
letter-spacing: 2px;
line-height: 1.7em;
font-weight: 500;
-webkit-transition: all .2s;
-moz-transition: all .2s;
transition: all .2s;
cursor: pointer;
position: relative;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
height: 57px;
border-radius: 0px;
padding: 6px 12px !important;
}
body.woocommerce-page button.button:after, 
body.woocommerce-page a.button:after{
font-size:38px !important;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 56px;
padding-left: 18px !important;
font-size: 15px;
opacity: 0.8;
}
.checkout .select2-container--default .select2-selection--single{
background: #eee !important;
border: none;
height: 56px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
height: 56px;
}
.woocommerce.add-to-cart button.tribe-button:after{
position: absolute;
margin-left: -1em;
opacity: 0;
font-family: ETmodules;
font-size: 38px;
line-height: 1em;
content: "\35";
-webkit-transition: all .2s;
-moz-transition: all .2s;
transition: all .2s;
}
body.woocommerce-page button.button:hover, 
body.woocommerce-page a.button:hover, 
.woocommerce.add-to-cart button.tribe-button:hover{
background: #000 !important;
}
.woocommerce.add-to-cart button.tribe-button:hover:after{
opacity: 1;
margin-left: 0;
top: 11px;
right: 0;
}
body .tribe-events-tickets{
background: #fff !important;
font-family:"droid-serif";
}
#tribe-tickets{
max-width: 100%;
}
#tribe-tickets button#tribe-tickets__buy{max-width: 300px;background: #f2951f;
font-size: 24px;font-family: 'Oswald', sans-serif;
border:none;text-transform: uppercase;
color:#fff;letter-spacing: 2px;
font-weight: 500;border-radius: 0px;
}
#tribe-tickets button#tribe-tickets__buy:hover{background: #000;}
body .tribe-events-tickets td, body .tribe-events-tickets span, body .tribe-tickets div{
font-size: 18px !important;
color:#000 !important;
font-family:"droid-serif" !important;
font-weight: 400 !important;
line-height: 26px !important;
}
#tribe-tickets h2{
font-size: 22px !important;
font-family: 'Oswald', sans-serif;
margin-bottom: 20px;
}
.tribe-tickets__item {
padding: 20px 0 !important;
}
.tribe-tickets{
border-radius: 0px !important;
}
body.woocommerce-page a.button.cn-button.bootstrap{
font-family: sans-serif !important;
display: inline-block;
*display: inline;
margin-right: .3em;
margin-bottom: 0;
*margin-left: .3em;
line-height: 20px;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
font-style: normal;
vertical-align: middle;
cursor: pointer;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: #006dcc;
*background-color: #04c;
background-image: -moz-linear-gradient(top,#0088cc,#0044cc);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));
background-image: -webkit-linear-gradient(top,#0088cc,#0044cc);
background-image: -o-linear-gradient(top,#0088cc,#0044cc);
background-image: linear-gradient(to bottom,#0088cc,#0044cc);
background-repeat: repeat-x;
border-style: solid;
border-width: 1px;
border-color: #04c #04c #002a80;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
padding: 2px 10px !important;
font-size: 12px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: none;
text-transform: none;
letter-spacing: 0px;
}
body.woocommerce-page a.button.cn-button.bootstrap:after, .product-thumbnail{
display: none;
}
span.tribe-tickets-remaining,
.tribe-events-event-cost .tribe-tickets-left {
display: none !important;
}
.post-meta {
display: none;
}
.post-meta .published{display:none;}
.post-meta .author.vcard{position:relative;}
.post-meta .author.vcard:after{content: "";
background: #fff;
position: absolute;
display: block;
right: -12px;
top: 0;
height: 106%;
width: 6px;
} .book-list-banner{position: relative;}
.book-list-banner:before, .book-list-banner:after{ content: '';position: absolute; height: 100%;background-repeat: no-repeat;background-size: contain;}
.book-list-banner:before{ background-image: url(//marclesser.net/wp-content/themes/Divi-Child-Theme/assets/images/book-phone.png);    left: 6%;top: -5%;width: 565px;}
.book-list-banner:after{ background-image: url(//marclesser.net/wp-content/themes/Divi-Child-Theme/assets/images/plant-stone-note.png);right:0;top: 0;width: 590px;}
.buy-list ul{display: none;position: absolute;background: #fff;list-style: none;width: 100% !important;padding:0px 10px !important;z-index: 9;box-shadow: 0 5px 10px -3px #333;-webkit-box-shadow: 0 5px 10px -3px #333;opacity:1 !important;}
.buy-list ul li{border-top: 1px solid #ddd;margin-bottom: 0px;padding: 5px 0;}
.buy-list ul li:nth-of-type(1){border-top:none;}
.buy-list ul li a{color: #000;  display: block;}
.buy-list ul li a:hover{color: #f2951f;}
.buy-list{position: relative;}
.buy-list{margin-right: 10px;}
.buy-list .buy-btn, .book-list-form-btn, .learn-btn{color: #fff;padding: 14px 20px;font-size: 28px;font-family: 'Oswald', sans-serif !important;background: #f2951f;letter-spacing: 2.47px;cursor: pointer;position: relative; text-align: center;min-width: 230px;}
.learn-btn{background: #00a79d;display: inline-block;}
.book-list-form-btn{max-width: 336px;margin: auto;}
.buy-list .buy-btn::after{background: url(//marclesser.net/wp-content/themes/Divi-Child-Theme/assets/images/arrow.png);display: inline-block;position: absolute;right: 15px;height: 22px;width: 20px;background-size: cover;content: '';top: 18px;}
#book-list-form{max-width: 400px;width:100%;margin:auto;position: absolute;top: 30px;left: 50%; transform: translateX(-50%);text-align: center;display: none;overflow:hidden;}
#book-list-form .checkbox span{font-size:14px;}
#book-list-form .et_pb_code_inner{background: #fff;padding: 25px 30px 1px;}
#book-list-form p{line-height: 18px;margin-bottom: 22px;}
#book-list-form input[type="text"], #book-list-form input[type="email"]{background: #fff !important;border-bottom: 1px solid #ddd !important;text-align: center;}
#book-list-form .wpcf7-not-valid[type="text"], #book-list-form .wpcf7-not-valid[type="email"]{border-color: #f00 !important;}
.book-list-btn .et_pb_text_inner{display: flex;display: -webkit-flex;justify-content: center;}
#book-list-form div.wpcf7-response-output{margin: 5px;}
#book-list-form span.wpcf7-not-valid-tip, #book-list-form div.wpcf7-validation-errors, #book-list-form  div.wpcf7-acceptance-missing{display: none !important;}
#book-list-form  .close-btn {position: absolute;top: 0;right: 8px;cursor: pointer;}
body.page-id-8158 .banner-top .et_pb_column_1_2:nth-of-type(1){width: 30% !important;}
body.page-id-8158 .et_pb_row.et_pb_row_2{z-index:1;}
body.page-id-12647 input{margin-bottom:20px;} .tribe-tickets__item__extra__available, .tribe-events-tickets .tribe-tickets-remaining, .tribe-events-cost, .tribe-events-event-cost-label, .tribe-events-event-cost .ticket-cost, .tribe-events-event-cost .tribe-tickets-left, .single-tribe_events .tribe-events-event-cost  {display: none !important;}
body.post-type-archive-tribe_events .tribe-events-event-cost, body.post-type-archive-tribe_events .tribe-events-venue-details .tribe-postal-code, body.post-type-archive-tribe_events .tribe-events-venue-details .tribe-country-name{display:none !important;}
.tribe-tickets__item__extra, .tribe-tickets__item__content__title{padding-top:15px !important;}
.new_banner_row{display:flex;display:-webkit-flex;align-items:center;}
.new_banner_row > div:nth-of-type(1){margin-right:0px !important;}
.new_banner_row  p{font-size:30px;}
body.single-tribe_events .tribe-events-before-html{display:none;}
.tribe-events-before-html a{font-size:18px; font-style: italic; font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;}
.tribe-events-before-html{text-align:center;margin-bottom:50px;}
body.post-type-archive-tribe_events #main-content .container {
padding-top: 50px !important;
}
.media-kit-image > div:nth-of-type(1) img{
width:220px;
}
.representative-clients .flex:nth-last-of-type(1){
max-width: 1150px;
margin: 25px auto 0;
}
.book_mark_button .et_pb_button_wrapper {
display: inline-block;	
}
body.search-results article .entry-featured-image-url img {max-height:450px;object-fit:cover; }
.coaching-banner .et_pb_button:hover{background:rgba(255, 255, 255, 0.2) !important;}
.coaching-banner.banner-top .et_pb_button{max-width:100%;}
.coach-testi {color: #231f20;line-height: 38px;font-size:25px; font-weight: 500; }
.coach-testi .title{ line-height: 30px;font-size:25px;}
.coach-testi .bottom-text{font-size:18px;font-weight:400;display:block;}
.coaching-inner-box h4{font-size:21px; font-weight:700 !important;}
.coaching-inner-box img{padding-bottom:15px;padding-top:10px;}
.tribe-events-event-image{background:#fff;}
.tribe-events-event-image img{max-width:100%;width:auto !important;}
.single-tribe_events .tribe-events-event-image img{max-height:600px;}
.event-listing{justify-content:space-around;}
.grecaptcha-badge {
display: none !important;
}
#choice_1_5_1{display:inline-block !important;vertical-align:top;}
#field_1_5{padding-top:16px;}
body .gchoice_1_5_1 label{max-width:calc(100% - 30px) !important; }
body .schedule_section .et_pb_equal_columns {
border: 1px solid #ad9655;
padding-bottom: 6px !important;
}
@media (min-width: 981px){
body.page-id-2877 .pagebor::before {
content: "";
position: absolute;
top: 0;
height: 100%;
width: 1px;
background-color: #e2e2e2;
z-index: 10;
right: 32.5%;
}
body.page-id-2877 .pagebor {
position: relative;
}
body.single-post.podcast.et_right_sidebar #left-area{
padding-right: 0;
margin-right: 5.5%;
width: 64.833%;
}
body.single-post.podcast.et_right_sidebar #sidebar{
padding-left: 0;
margin-right: 0!important;
width: 29.6667%;
}
body.single-post.podcast.et_right_sidebar #main-content .container:before{
right: 32.5% !important;
}
}
body.single-post.podcast.et_right_sidebar #sidebar h2, .page_side h2 {
font-size: 23px;
margin-bottom: 15px;
border-bottom: 1px solid #000;
padding-bottom: 15px;
}
body.single-post.podcast.et_right_sidebar #sidebar .et_pb_widget, .page_side .et_pb_widget{
margin-bottom: 0 !important;
}
.page_side.et_pb_widget_area_left{
padding-right: 0;
border: none;
}
body.page-id-2877 .pagebor .page_side a,  body.single-post.podcast.et_right_sidebar #sidebar a{
color: #f2951f;
}
.tribe-events-before-html a{
color: #f2951f;
}
.tribe-events-before-html {
margin-bottom: 50px !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8) !important;
background: #fff !important;
}
.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
background: #f2951f !important;
letter-spacing: -1px;
text-transform: uppercase;
font-family: 'Oswald', sans-serif !important;
color: #fff !important;
font-weight: 700;
font-size: 30px;
text-align: center !important;
border-radius: 0;
max-width: 250px;
width: 100%;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
text-transform: none;
font-size: 24px;
margin: 1.25em auto;
text-align: center;
position: relative;
background-color: transparent;
z-index: 1;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
font-size: 18px;
font-family: 'Oswald', sans-serif !important;
font-weight: 400;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
font-family: 'Oswald', sans-serif !important;
}
ul.tribe-events-c-nav__list li a {
font-weight: bold !important;
color: #111 !important;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
background: #21759b;
color: #fff;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
background: #21759b !important;
color: #fff;
}
h1.tribe-events-single-event-title {
font-size: 31px;
line-height: 1;
margin: 0;
padding: 0;
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
text-transform: uppercase;
}
.tribe-events-back {
margin: 0 0 20px !important;
}
.tribe-events-schedule h2 {
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
font-size: 22px;
text-transform: uppercase;
}
.tribe-events-schedule {
margin: 15px 0;
}
.tribe-events-meta-group {
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}
.tribe-events-event-meta dl {
font-family: "droid-serif" !important;
}
.tribe-events-single-section.tribe-events-event-meta.primary{
background: #e5e5e5;
border: 1px solid #eee;
margin: 30px 0;
padding: 0 30px;
}
.cc-podcast-apps{
padding-left: 0;
display: flex;
flex-wrap: wrap;
list-style: none !important;
}
.cc-podcast-apps li {
padding: 0 5px;
}
.cc-podcast-apps li a img {
width: 36px;
min-width: 36px;
border-radius: 50%!important;
height: 36px;
box-shadow: 1px 1px 6px #00000026;
}
.cc-podcast-apps  .tooltip {
position: relative;
display: inline-block;
}
.cc-podcast-apps-content{
display: flex;
padding-top: 10px;
}
.cc-podcast-apps-content .fs-18-title{
min-width: 90px;
}
.cc-podcast-apps   .tooltip .tooltiptext {
visibility: hidden;
width: 150px;
background-color: #111;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
font-size: 14px;
line-height: 24px;
padding: 10px;
transition: opacity 0.3s;
}
.cc-podcast-apps .tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #111 transparent transparent transparent;
}
.cc-podcast-apps  .tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.home-herocaption p {
font-size: 22px;
line-height: 35px;
font-weight: 700;
text-transform: initial;
font-family: "droid-serif"!important;
color: #231F20 !important;
}
.home-herocaption h2 {
font-size: 72px;
line-height: 82px;
text-transform: initial;
margin-bottom: 5px;
color: #231F20 !important;
font-weight: 600 !IMPORTANT;
}
.home-herocaption .cta-btn {
margin-top: 32px;
}
.home-herocaption a.sub-cta {
background: #f2951f;
text-align: center;
font-weight: 600;
font-size: 18px;
color: #fff;
letter-spacing: 0.1em;
line-height: 32px;
padding: 8px 24px 10px;
border-radius: 14px;
font-family: 'Oswald';
margin-right: 20px;
}
.home-herocaption a.learn-cta {
text-align: center;
font-weight: 600;
font-size: 18px;
color: #231F20;
letter-spacing: 0.1em;
line-height: 32px;
padding: 8px 24px 10px;
border-radius: 14px;
font-family: 'Oswald';
border: 1px solid #231F20;
}
.home.et_fixed_nav.et_show_nav #page-container {
padding-top: 0 !important;
margin: 0 !IMPORTANT;
}
.home #main-header{
background-color: transparent;
box-shadow: unset;
}
.home  a.et-cart-info {
display: none;
}
.newlogo {
height: 38px;
}
h2.newlogo {
width: auto;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
margin-bottom: 0;
display: inline-block;
float: none;
color: #fff;
font-weight: 600 !important;
font-size: 30px !IMPORTANT;
position: relative;
}
.home #top-menu li a {
color: #231F20; font-size: 18px;
letter-spacing: 0.05em;
font-family: 'Oswald';
font-weight: 500;
}
.et-fixed-header h2.newlogo{
display: none !important;
}
@media (max-width: 768px){
.pagebor {
display: flex;
flex-wrap: wrap;
}
.formobile{
order: 2;
}
.home-herocaption h2 {
font-size: 28px !important;
line-height: 1.2em;
}
.home .banner-top {
background-position: 55% !important;
padding-top: 25px !important;
}
.home-herocaption p {
font-size: 16px;
line-height: 26px;
width: 50%;
margin: 0 0 0 auto;
}
.home-herocaption a.learn-cta{
background: #f2951f;
color: #fff;
border: none;
}
}
@media (min-width: 768px) and (max-width: 980px){
.home .banner-top {
background-position: right !important;
padding-top: 30px !important;
}
.home-herocaption h2 {
font-size: 40px;
line-height: 1.2em;
}
.home-herocaption p {
font-size: 20px;
line-height: 35px;
color: #231F20 !important;
width: 60%;
margin: 0 0 0 auto;
}
}
@media (min-width: 981px) and (max-width: 1400px) {
.home .banner-top {
background-position: 79% !important;
}
}
@media (min-width: 981px) {
.home.et_fullwidth_nav #main-header .container {
width: 100%;
max-width: 1140px;
padding-right: 0;
padding-left: 0;
}
}
@media (max-width: 981px) {
.home.et_fixed_nav.et_show_nav #page-container {
padding-top: 80px !important;
}
.home #main-header{
box-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
background-color: #fff !important;
}
.home h2.newlogo {
color: #13a89e !important;
top: 6px;
}
}
@media (min-width: 1600px) {
.home.et_fullwidth_nav #main-header .container {
width: 100%;
max-width: 1504px;
padding-right: 0;
padding-left: 0;
}
.home .banner-top .et_pb_row {
padding: 28px 0;
max-width: 1504px;
width: 100%;
} 
h2.newlogo {
top: 20px;
}
.home.et_header_style_left #et-top-navigation {
padding-top: 64px;
}
}
.newbook-banner .fontnew h4 {
font-family: 'futuramedium'!important;
text-transform: uppercase;
color: #20235F!important;
font-weight: 500!important;
font-variant: none!important;
font-weight: 600;
font-size: 17px;
letter-spacing: 0.01em;
line-height: 23px;
}
.newbook-banner .founder.book div {
font-family: 'futuramedium'!important;
font-weight: 500!important;
font-size: 16px;
text-align: center;
color: #20235F;
opacity: 0.4;
line-height: 24px;
}
.btn-book-page {
text-align: center !important;
}
.newbook-banner a.sub-cta {
background: #f2951f;
text-align: center;
font-weight: 600;
font-size: 18px;
color: #fff;
letter-spacing: 0.1em;
line-height: 32px;
padding: 8px 24px 10px;
border-radius: 14px;
font-family: 'Oswald';
margin-right: 20px;
}
.newbook-banner a.learn-cta {
text-align: center;
font-weight: 600;
font-size: 18px;
color: #231F20;
letter-spacing: 0.1em;
line-height: 32px;
padding: 8px 24px 10px;
border-radius: 14px;
font-family: 'Oswald';
border: 1px solid #231F20;
}
.newbook-banner .bookcover div {
line-height: 46px;
font-family: 'Playfair Display',serif !important;
font-variant: none;
font-weight: 400;
font-size: 49.4288px;
letter-spacing: 0.03em;
line-height: 55px;
}
.home-book-section1 h4{
padding-bottom: 0 !important;
}
.newbook-banner .buy-btn {
background: #f2951f;
text-align: center;
font-weight: 600;
font-size: 18px !IMPORTANT;
color: #fff !important;
letter-spacing: 0.1em !IMPORTANT;
line-height: 32px;
padding: 8px 40px 10px 24px!important;
border-radius: 14px;
font-family: 'Oswald' !important;
margin-right: 20px;
width: fit-content;
min-width: max-content;
}
.newbook-banner .buy-list {
margin-right: 10px;
width: max-content;
}
.newbook-banner  .btn-book-page .et_pb_text_inner {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
.book_row {
position: relative;
z-index: 1;
}
.newbook-banner .buy-list .buy-btn::after {
height: 17px;
width: 15px;
top: 16px;
}
.home-book-section1 a.sub-cta {
background: #f2951f;
text-align: center;
font-weight: 600;
font-size: 18px;
color: #fff;
letter-spacing: 0.1em;
line-height: 32px;
padding: 8px 24px 10px;
border-radius: 14px;
font-family: 'Oswald';
margin-right: 20px;
}
.home-book-section1 a.learn-cta {
text-align: center;
font-weight: 600;
font-size: 18px;
color: #231F20;
letter-spacing: 0.1em;
line-height: 32px;
padding: 8px 24px 10px;
border-radius: 14px;
font-family: 'Oswald';
border: 1px solid #231F20;
}
.home-book-section2 .et_pb_text_4 .et_pb_text_inner{
font-variant: none !IMPORTANT;
font-family: 'Playfair Display',Georgia,"Times New Roman",serif !important;
}
.home-book-section2 .fontnew h4 {
font-family: 'futuramedium'!important;
text-transform: uppercase;
color: #20235F!important;
font-weight: 500!important;
font-variant: none!important;
margin-bottom: 0!IMPORTANT;
padding-bottom: 0!important;
font-size: 13px!important;
line-height: 17px!important;
letter-spacing: 0.01em!important;
}
.home-book-section2 .founder div {
font-family: 'futuramedium'!important;
text-transform: uppercase;
color: #20235F!important;
font-weight: 500!important;
font-variant: none!important;
text-align: center!important;
text-transform: unset;
opacity: 0.4;
}
@media (min-width: 1450px) {
.home-book-banner {
max-width: 1430px !important;
}
}
@media (min-width: 1200px) {
.home-book-section2 {
width: 27% !important;
}
.home-book-section1 {
width: 41% !important;
}
.newbook-banner {
max-width: 1380px !IMPORTANT;
width: 95%;
}
}
@media (min-width: 980px) and (max-width: 1200px){
.newbook-banner .buy-btn{
margin-right: 0;
display: inline-block;
}
.newbook-banner a.learn-cta {
margin-top: 20px;
display: inline-block;
}
.newbook-banner .buy-list {
margin-right: 0;
}
}
@media  (max-width: 480px){
.newbook-banner .buy-list {
margin-right: 0;
}
.newbook-banner .buy-btn{
margin-right: 0;
display: inline-block;
}
.newbook-banner a.learn-cta {
margin-top: 20px;
display: inline-block;
}
.newbook-banner .btn-book-page .et_pb_text_inner {
flex-wrap: unset;
flex-direction: column;
}
}@media (min-width:1700px){
.new_banner   { background-position: right 78% !important;}
}
@media(max-width: 1500px){
.flex{
flex-wrap: wrap;
-webkit-flex-wrap:wrap;
justify-content: center;
}
.flex > p{
width: calc(20% - 10px);
text-align: center;
margin-left: 7px;
margin-right: 7px;
}
.trng .flex > p{
width: calc(18% - 10px);
}
.book-list-banner:before{left: 4%;top: 8%;width: 480px;}
.event-listing .content, .event-row p{
margin-bottom:64px !important;
}
}
@media(max-width: 1500px) and (min-width: 981px){
.meditation-info {margin-top: -335px;right: -100px;}
.et_pb_row.et_pb_row_0.book-list-banner{padding-top: 20px !important; padding-bottom: 140px !important;}
.et_pb_row.et_pb_row_0.book-list-banner > div:nth-of-type(2){margin-left:38px;}
}
@media(min-width:981px){
.buy-list ul{margin-bottom:75px;}
}
@media (max-width: 1250px){
.event-row{flex-wrap: wrap;justify-content: center;}
.event-row > div:nth-of-type(2){margin-top: 30px;margin-left: 0px;width: 60%;}
.event-row > div:nth-of-type(1){margin-right: 0px;    width: 90%;}
.event-listing .event-information:nth-of-type(2):after{display: none;}
.event-listing .date{ width: 92px;min-width: 92px; height: 92px;font-size: 25px;line-height: 32px;}
.event-row .et_pb_button{font-size: 26px;}
.event-listing .content{min-height:auto;}
.event-listing .content, .event-row p{margin-bottom:20px !important;}
.event-row .et_pb_button{position:relative;left: 0;transform: translatex(0);max-width:auto !important;width:auto;}
.event-row .et_pb_button:hover{max-width:270px !important;}
.event-row .et_pb_button:after{font-size: 48px;}
body.post-type-archive-tribe_events #main-content .container,  body.single-tribe_events #main-content .container{padding-top: 40px !important;}
.new_banner_row>div:nth-of-type(1) {
margin-right: 30px !important; width: 210px !important;}
.new_banner{background-position: 41% !important;}
body.home .et_pb_row.event-row{padding-left:20px !important;padding-right:20px !important;}
.representative-clients .flex:nth-last-of-type(1){margin-top:0px;}
}
@media (max-width: 1021px){
#tribe-bar-views {margin-top: 23px !important;}
}
@media (max-width: 1250px) and (min-width: 1025px){
.banner-top .book-inner h2{font-size: 40px;}
.banner-top h2 span{font-size: 39px;}
.banner-top .book-inner a {font-size: 20px;}
body .banner-top.book-banner{padding-top: 45px;}
body .banner-top.book-banner img{width: 72%;}
.banner-top .book-inner a:after{font-size: 36px;}
.buy-list .buy-btn::after {top: 14px;}
.book-list-banner:before {left: 30px;top: 10%;width: 320px;}
.book-list-banner:after {right: 0;top: 33px;width: 338px;}
body .book-list-banner{padding-top: 73px !important;}
body .book-list-banner .divider-box{padding-bottom: 72px !important;padding-top: 0px!important;}
body .book-list-banner h1{font-size: 40px;}
}
@media (max-width: 1024px){
.banner-top .book-inner h2 span{font-size: 34px; display: inline;line-height: 40px;}
body .banner-top.book-banner{padding-top: 50px;}
.banner-top .book-inner h2{font-size: 40px;}
.event-row h3{font-size: 26px;line-height: 42px;}
.banner-top .book-inner h3{
font-size: 21px;
}
.banner-top .book-inner a{
font-size:20px;
}
.banner-top .book-inner a:after{
font-size: 35px;
}
.banner-top .book-inner > div:nth-of-type(1) > div{
padding: 0px;
}
}
@media(max-width: 1200px) and (min-width: 981px){
.et_fullwidth_nav #main-header .container{padding-right: 50px;padding-left: 50px;}
#top-menu li a{font-size: 19px !important;}
.buy-list .buy-btn, .book-list-form-btn, .learn-btn{    min-width: 168px;    padding: 9px 20px;
font-size: 21px;}
.buy-list ul li a{font-size:15px;}
.book-list-banner:before {left: 30px;top: 10%;width: 320px;}
.book-list-banner:after {right: 0;top: 33px;width: 338px;}
body .book-list-banner{padding-top: 73px !important;}
body .book-list-banner .divider-box{padding-bottom: 72px !important;padding-top: 0px!important;}
}
@media (max-width:980px){
.book-list-banner:before {display: none;}
.book-list-banner:after {display: none;}
.et_header_style_left #green-logo{
max-width: 50%;
}
.banner-top h2{	
font-size: 52px;
}
.banner-top h2 span{
font-size: 48px;
}
.et_pb_column_1_3 h1{
font-size: 38px;
}
.et_fullwidth_nav #main-header .container{
padding-left: 0px !important;
padding-right: 0px !important;
}
.footer-widget:nth-child(n){
width: 100% !important;
margin-right: 0px !important;
}
.flex{
flex-wrap: wrap;
-webkit-flex-wrap:wrap;
}
.event-listing .date {
width: 70px;
min-width: 70px;
height: 70px;
font-size: 22px;
text-align: center;
line-height: 24px;
padding: 10px;
}
body.home .et_pb_row.event-row{
width: 100%;
}
.event-row h3{padding: 0px;}
.event-listing .content, .event-row p{
font-size: 18px;
line-height: 26px;
margin-top: 10px;
}
.et_pb_section_first{
padding-top: 130px !important;
padding-bottom: 50px !important;
}
.trng.et_pb_section_first{
padding-bottom: 130px !important;
}
body.home img.alignright, 
.banner-top img.alignright{
float: none;
display: block;
margin:auto;
}
.steps{
flex-wrap: wrap;
-webkit-flex:wrap;
}
.step-3 > div:nth-of-type(3){
width: 100% !important;
padding-right: 0px;
}
.step-3 > div:nth-of-type(1){
width: 47.25% !important; 
}
.steps > div:nth-of-type(2) {
width: 50% !important;
}
.flex > p{
width: calc(33.33% - 15px);
}
.trng.et_pb_section_first{
padding-bottom: 70px !important;
}
body.page-id-1274 .et_pb_section_first {
padding-top: 220px !important;
padding-bottom: 111px !important;
}
.home-banner .et_pb_button:after, .banner-top .et_pb_button:after{
line-height:40px;
}
.meditation-info{
margin-top: 0px;
}
.home-bio img{
max-width:100%;
margin-right:0px;
width:100%;
}
.book-inner > div:nth-of-type(1){
width:45% !important;
}
.book-inner > div:nth-of-type(2){
width: 55% !important;
}
.book-list-banner{
display: flex;
display: -webkit-flex;
align-items: center;
width: 100%;
}
.book-list-banner .buy-list{
margin-right: 0px;
margin-bottom: 10px;
}	
.book-list-banner .book-list-btn .et_pb_text_inner{
flex-wrap: wrap;
}
body.page-id-8158 .et_pb_column{
z-index: auto;
}
.book-list-banner > div:nth-of-type(1){ 
left: -30px;
top: -15px;
margin-bottom: 0px;
}
.event-row > div:nth-of-type(1){width: 100%;}
}
@media (min-width: 768px) and (max-width:927px){
.tribe-bar-views-inner{
margin-right:0px;
padding: 5px 0px 0px!important;
width: 100%;
position: relative;
}
#tribe-bar-form{
display: flex;
display:-webkit-flex;
}
#tribe-bar-views{
margin-top:0px !important;
width:28%;
}
#tribe-bar-filters-wrap{
width: 70%;
margin-right: 15px;
}
body .tribe-events-tickets td, body .tribe-events-tickets span, body .tribe-tickets div{
font-size: 16px !important;
}
}
@media (max-width: 768px){
body.post-type-archive-tribe_events .tribe-events-venue-details{
margin-bottom: 0px !important;
padding-top: 12px;
}
.tribe-events-gmap{
padding-top:10px;
}
}
@media (max-width: 767px){
.book-inner > div:nth-of-type(1){
width:100% !important;
}
.book-inner > div:nth-of-type(1) div{
text-align: center;
}
.book-inner > div:nth-of-type(2) {
width: 345px !important;
}
.et_pb_column_1_3 h1{
font-size: 32px;
}
body .book-logo .flex > p{
width: calc(50% - 15px);
}
.trng .flex > p {
width: calc(47% - 10px);
padding-bottom: 0px;
}
.trng .flex:nth-of-type(1){
margin-bottom: 0px;
}
#main-footer p, .after-head p{font-size: 19px;line-height: 26px;}
.event-listing{
flex-wrap: wrap;
-webkit-flex-wrap:wrap;
}
.event-row > div:nth-of-type(1), .event-row > div:nth-of-type(2){margin-bottom: 0px;margin-top: 0px;}
.event-row > div:nth-of-type(2){width: 100%;}
.event-listing .event-information{
width: 100%;
margin-bottom: 60px;
}
.event-listing .event-information:after{
display: none;
}
.event-row h3{
line-height: 40px;    font-size: 25px;
}
#main-footer .divider{
margin:10px 0;
}
#footer-bottom #footer-info{
margin-top: 0px;
}
.testimonial-listing h3{line-height: 31px;}
.et_pb_section_first{
padding-top: 100px !important;
padding-bottom: 30px !important;
}
.steps > div:nth-of-type(1),
.steps > div:nth-of-type(2), 
.step-3 > div:nth-of-type(1)
{
width: 100%!important;
}
.step-1 img {
margin-bottom: -30px;
}
body .steps.et_pb_row {
padding-left: 15px !important;
padding-right: 15px !important;
}
.flex > p{
width: calc(50% - 15px);
}
.prac-inner > div{
max-width: 200px;
height: 200px;
margin-bottom: 0px !important;
}
body.page-id-1274 .et_pb_section_first {
padding-top: 130px !important;
padding-bottom: 165px !important;
}
#footer-widgets{
padding-bottom:0px;
}
body.home .et_pb_section.et_pb_section_4 .et_pb_promo_description br{
display:none;
}
.audio-list > div {
width: 100%;
}
.banner-top h2{
font-size: 40px;
}
.banner-top h2 span{
font-size: 36px;
}
body.home .banner-top h2{
font-size: 50%;
}
body.home .banner-top h2 span{
font-size: 70%;
}
body.home .et_pb_row{
width: 95%;
}
.banner-top{
background-position: 38%;
padding-top: 50px !important;
}
body .et_pb_button, input[type="submit"], .typeform-share{
font-size: 22px !important;
}
body .et_pb_button:after, .typeform-share:after{
font-size: 38px !important;
}
#footer-widgets .footer-widget:nth-child(n){
margin-bottom: 0px !important;
}
#key-content .et_pb_row{
padding-left: 20px;
padding-right: 20px
}
.divider-box > div > div:nth-of-type(1), .divider-box .et_pb_divider{
margin-bottom: 15px !important; 
}	
.step-3 > div:nth-of-type(2){padding-right:0px;}
body.page-id-8374 .banner-top h2 span {
font-size: 26px;line-height: 28px;display: inline-block;
}
.buy-list .buy-btn, .book-list-form-btn, .learn-btn{font-size: 18px;min-width: 136px;padding: 6px 9px;}
.book-list-banner > div:nth-of-type(2){width: 36% !important;}
.book-list-form-btn{max-width: 235px;}
.buy-list .buy-btn::after{height: 12px;
width: 10px;}
.buy-list ul li a{  
font-size: 15px;
line-height: 20px;}
#book-list-form .et_pb_code_inner {padding: 20px 15px 1px;}
.tribe-bar-views-inner{
margin-right:0px;
padding-bottom:0px !important;
}
.tribe-tickets__item__extra{
margin-top: 10px !important; 
}
.tribe-tickets__item__extra, .tribe-tickets__item__content__title{padding-top:0px !important;}
.new_banner_row > div:nth-of-type(1) {
margin-right: 13px !important;
width: 180px !important;margin-bottom:0px !important;
}
.new_banner_row p {
font-size: 20px;
padding-bottom:0px;
}
.new_banner{background-position:20% !important;}
.new_banner_row > div:nth-of-type(2) > div{margin-bottom:15px !important;}
#book-list-form .wpcf7-response-output{display:none !important;}
.tribe-events-before-html a{font-size:15px;}
.tribe-events-before-html {
margin-bottom: 25px;}
.event-row .et_pb_button:after{
font-size: 30px;
line-height: 34px;
}
.event-row .et_pb_button{
font-size: 21px !important;
}
.coach-testi {    line-height: 30px;font-size:20px;}
.coach-testi .title{font-size:18px;}
body.single-post #main-content .container {
padding-top: 70px !important;
}
}
@media (max-width: 575px) {
body.home .flex > p {
width: calc(50% - 15px);
}
.flex > p{
width:100%;
padding-bottom:30px;
}
}