@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000310}}
.has-entrance-animation {
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000314}}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000321}}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000326}}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-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 {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
-ms-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
-ms-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000391}}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003119}}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003163}}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
-ms-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
-ms-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003249}}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-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 {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003291}}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-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);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
-ms-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
-ms-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
-ms-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
-ms-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
-ms-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003355}}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-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);
-ms-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);
-ms-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);
-ms-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003422}}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
-ms-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);
-ms-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);
-ms-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);
-ms-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);
-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003510}}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-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);
-ms-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);
-ms-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);
-ms-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);
-ms-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003601}}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
-ms-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
-ms-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003681}}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
-ms-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
-ms-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003759}}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
-ms-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
-ms-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003837}}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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, -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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003915}}
.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);
}
100% {
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);
-ms-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);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003961}}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031009}}
.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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031044}}
.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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
-ms-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031079}}
.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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031125}}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031150}}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031185}}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031220}}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031255}}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031290}}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031325}}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031360}}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031395}}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031430}}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031455}}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031485}}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031515}}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031545}}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031575}}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031605}}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031635}}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031665}}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031695}}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) 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);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) 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);
-ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031779}}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
-ms-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);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031858}}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-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);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031937}}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031986}}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032037}}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-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);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032103}}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032135}}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
-ms-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032182}}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032227}}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032272}}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032317}}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
-ms-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032362}}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
-ms-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032402}}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
-ms-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032442}}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032482}}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032522}}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
-ms-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032562}}
.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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
-ms-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);
-ms-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
-ms-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);
-ms-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
-ms-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032641}}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032678}}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032710}}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032740}}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-ms-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);
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032783}}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-ms-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);
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032826}}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-ms-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);
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032869}}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-ms-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);
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032912}}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032950}}
.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);
}
100% {
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);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-ms-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;
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032998}}
.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);
}
100% {
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);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
-ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000033038}}
.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);
}
100% {
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);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
-ms-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000033078}}
.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);
}
100% {
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);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-ms-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;
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000033126}}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_base\.scss}line{font-family:\000032}}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
} @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_base\.scss}line{font-family:\000038}}
.ceres-element, .ceres-element * {
box-sizing: border-box !important;
}   @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_backgrounds\.scss}line{font-family:\000033}}
.has-ceres-video-bg {
padding-top: 0;
overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_backgrounds\.scss}line{font-family:\000037}}
.has-ceres-video-bg .ceres-background-video {
top: 0;
position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_backgrounds\.scss}line{font-family:\0000311}}
.has-ceres-video-bg .ceres-background-video video {
position: absolute;
top: 0;
width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_backgrounds\.scss}line{font-family:\0000320}}
.ceres-parallax-bg {
background-attachment: fixed;
background-repeat: no-repeat;
} @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000032}}
.ceres-icon-spin {
-webkit-animation: ceres-icon-spin 2s infinite linear;
animation: ceres-icon-spin 2s infinite linear;
}
@-webkit-keyframes ceres-icon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes ceres-icon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000327}}
.ceres-element, * {         }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000329}}
.ceres-element.ceres-advanced-button, *.ceres-advanced-button {
display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000331}}
.ceres-element.ceres-advanced-button.ceres-block-button, *.ceres-advanced-button.ceres-block-button {
display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000346}}
.ceres-element .btn .btn-hover-bg, * .btn .btn-hover-bg {
z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000349}}
.ceres-element .btn .btn-content, .ceres-element .btn i, * .btn .btn-content, * .btn i {
position: relative;
z-index: 2;
-webkit-transition: color 350ms ease-in;
-moz-transition: color 350ms ease-in;
transition: color 350ms ease-in;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000361}}
.ceres-element .ceres-btn-matte-gradient, * .ceres-btn-matte-gradient {
border: 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
padding: 1px !important;
outline: 0;
-webkit-tap-highlight-color: transparent;
border-radius: 6px;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000373}}
.ceres-element .ceres-btn-matte-gradient .btn-hover-bg, * .ceres-btn-matte-gradient .btn-hover-bg {
display: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000377}}
.ceres-element .ceres-btn-matte-gradient .btn-content, * .ceres-btn-matte-gradient .btn-content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-weight: 400;
height: 37px;
line-height: 37px;
font-size: 15px;
padding: 0 34px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000394}}
.ceres-element .ceres-btn-matte-gradient.btn-lg, * .ceres-btn-matte-gradient.btn-lg {
border-radius: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000397}}
.ceres-element .ceres-btn-matte-gradient.btn-lg .btn-content, * .ceres-btn-matte-gradient.btn-lg .btn-content {
height: 47px;
line-height: 47px;
font-size: 18px;
padding: 0 20px;
border-radius: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003106}}
.ceres-element .ceres-btn-matte-gradient.btn-sm, * .ceres-btn-matte-gradient.btn-sm {
border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003109}}
.ceres-element .ceres-btn-matte-gradient.btn-sm .btn-content, * .ceres-btn-matte-gradient.btn-sm .btn-content {
height: 27px;
line-height: 27px;
font-size: 13px;
padding: 0 12px;
border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003118}}
.ceres-element .ceres-btn-matte-gradient.btn-xs, * .ceres-btn-matte-gradient.btn-xs {
border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003121}}
.ceres-element .ceres-btn-matte-gradient.btn-xs .btn-content, * .ceres-btn-matte-gradient.btn-xs .btn-content {
height: 20px;
line-height: 20px;
font-size: 10px;
padding: 0 7px;
border-radius: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003131}}
.ceres-element .ceres-btn-matte-gradient:hover, .ceres-element .ceres-btn-matte-gradient:active, .ceres-element .ceres-btn-matte-gradient:focus, * .ceres-btn-matte-gradient:hover, * .ceres-btn-matte-gradient:active, * .ceres-btn-matte-gradient:focus {
outline: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003138}}
.ceres-element .ceres-btn-matte-gradient, .ceres-element .ceres-btn-matte-gradient:active, .ceres-element .ceres-btn-matte-gradient:hover, .ceres-element .ceres-btn-matte-gradient:focus, * .ceres-btn-matte-gradient, * .ceres-btn-matte-gradient:active, * .ceres-btn-matte-gradient:hover, * .ceres-btn-matte-gradient:focus {
background: #008cdd;
background: linear-gradient(#489dce, #1272ac);
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003143}}
.ceres-element .ceres-btn-matte-gradient .btn-content, .ceres-element .ceres-btn-matte-gradient:active .btn-content, .ceres-element .ceres-btn-matte-gradient:hover .btn-content, .ceres-element .ceres-btn-matte-gradient:focus .btn-content, * .ceres-btn-matte-gradient .btn-content, * .ceres-btn-matte-gradient:active .btn-content, * .ceres-btn-matte-gradient:hover .btn-content, * .ceres-btn-matte-gradient:focus .btn-content {
background: linear-gradient(#5db6e8, #168eda 85%, #168eda 90%, #1d93dd);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003147}}
.ceres-element .ceres-btn-matte-gradient:active, * .ceres-btn-matte-gradient:active {
background: #0f6fab;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003150}}
.ceres-element .ceres-btn-matte-gradient:active .btn-content, * .ceres-btn-matte-gradient:active .btn-content {
background: #168eda;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003157}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-secondary, .ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:active, .ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:hover, * .ceres-btn-matte-gradient.ceres-button-secondary, * .ceres-btn-matte-gradient.ceres-button-secondary:active, * .ceres-btn-matte-gradient.ceres-button-secondary:hover {
box-shadow: none;
background: transparent;
color: #6f7c82;
border: 1px solid #d8dee3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003163}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-secondary .btn-content, .ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:active .btn-content, .ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:hover .btn-content, * .ceres-btn-matte-gradient.ceres-button-secondary .btn-content, * .ceres-btn-matte-gradient.ceres-button-secondary:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-secondary:hover .btn-content {
background: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003168}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:active, * .ceres-btn-matte-gradient.ceres-button-secondary:active {
background: rgba(216, 222, 227, 0.2);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003174}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-navy, * .ceres-btn-matte-gradient.ceres-button-navy {
background: #001F3F;
background: linear-gradient(#001f56, #003b7c);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003178}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-navy .btn-content, * .ceres-btn-matte-gradient.ceres-button-navy .btn-content {
background: linear-gradient(#0047ae, #002059 85%, #002059 90%, #00338b);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003181}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-navy:active, * .ceres-btn-matte-gradient.ceres-button-navy:active {
background: #001F3F;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003184}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-navy:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-navy:active .btn-content {
background: #002059;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003191}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-aqua, * .ceres-btn-matte-gradient.ceres-button-aqua {
background: #7FDBFF;
background: linear-gradient(#6cbad9, #6dbcdb);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003195}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-aqua .btn-content, * .ceres-btn-matte-gradient.ceres-button-aqua .btn-content {
background: linear-gradient(#7FDBFF, #6bbad8 85%, #6bbad8 90%, #6cbcda);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003198}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-aqua:active, * .ceres-btn-matte-gradient.ceres-button-aqua:active {
background: #71c3e3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003201}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-aqua:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-aqua:active .btn-content {
background: #7FDBFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003208}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-teal, * .ceres-btn-matte-gradient.ceres-button-teal {
background: #30aaaa;
background: linear-gradient(#39CCCC, #3ddbdb);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003212}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-teal .btn-content, * .ceres-btn-matte-gradient.ceres-button-teal .btn-content {
background: linear-gradient(#43f1f1, #32b4b4 85%, #32b4b4 90%, #38c8c8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003215}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-teal:active, * .ceres-btn-matte-gradient.ceres-button-teal:active {
background: #39CCCC;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003218}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-teal:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-teal:active .btn-content {
background: #39CCCC;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003225}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-olive, * .ceres-btn-matte-gradient.ceres-button-olive {
background: #3D9970;
background: linear-gradient(#4ec38f, #409f74);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003229}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-olive .btn-content, * .ceres-btn-matte-gradient.ceres-button-olive .btn-content {
background: linear-gradient(#58dda2, #3D9970 85%, #3D9970 90%, #45a476);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003232}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-olive:active, * .ceres-btn-matte-gradient.ceres-button-olive:active {
background: #3D9970;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003235}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-olive:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-olive:active .btn-content {
background: #3D9970;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003242}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-green, * .ceres-btn-matte-gradient.ceres-button-green {
background: #29b539;
background: linear-gradient(#2ece41, #2bbe3c);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003246}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-green .btn-content, * .ceres-btn-matte-gradient.ceres-button-green .btn-content {
background: linear-gradient(#35ed4a, #29b539 85%, #29b539 90%, #2ec841);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003249}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-green:active, * .ceres-btn-matte-gradient.ceres-button-green:active {
background: #2ECC40;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003252}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-green:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-green:active .btn-content {
background: #2ECC40;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003259}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-lime, * .ceres-btn-matte-gradient.ceres-button-lime {
background: #01d45d;
background: linear-gradient(#01cd5a, #01ba51);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003263}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-lime .btn-content, * .ceres-btn-matte-gradient.ceres-button-lime .btn-content {
background: linear-gradient(#01e464, #01c254 85%, #01c254 90%, #01d15b);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003266}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-lime:active, * .ceres-btn-matte-gradient.ceres-button-lime:active {
background: #01d45d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003269}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-lime:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-lime:active .btn-content {
background: #01d45d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003276}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-yellow, * .ceres-btn-matte-gradient.ceres-button-yellow {
background: #eccc00;
background: linear-gradient(#eccc00, #f1d000);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003280}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-yellow .btn-content, * .ceres-btn-matte-gradient.ceres-button-yellow .btn-content {
background: linear-gradient(#ffdc00, #eccc00 85%, #eccc00 90%, #f7d500);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003283}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-yellow:active, * .ceres-btn-matte-gradient.ceres-button-yellow:active {
background: #eccc00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003286}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-yellow:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-yellow:active .btn-content {
background: #eccc00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003293}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-orange, * .ceres-btn-matte-gradient.ceres-button-orange {
background: #ee7c19;
background: linear-gradient(#f7811a, #f6801a);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003297}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-orange .btn-content, * .ceres-btn-matte-gradient.ceres-button-orange .btn-content {
background: linear-gradient(#ff851b, #e67818 85%, #e67818 90%, #f87e1b);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003300}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-orange:active, * .ceres-btn-matte-gradient.ceres-button-orange:active {
background: #ee7c19;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003303}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-orange:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-orange:active .btn-content {
background: #ee7c19;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003310}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-red, * .ceres-btn-matte-gradient.ceres-button-red {
background: #e73b31;
background: linear-gradient(#e73b31, #e73b31);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003314}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-red .btn-content, * .ceres-btn-matte-gradient.ceres-button-red .btn-content {
background: linear-gradient(#FF4136, #e73b31 85%, #e73b31 90%, #FF4136);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003317}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-red:active, * .ceres-btn-matte-gradient.ceres-button-red:active {
background: #e73b31;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003320}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-red:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-red:active .btn-content {
background: #e73b31;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003327}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-maroon, * .ceres-btn-matte-gradient.ceres-button-maroon {
background: #85144B;
background: linear-gradient(#85144B, #85144B);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003331}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-maroon .btn-content, * .ceres-btn-matte-gradient.ceres-button-maroon .btn-content {
background: linear-gradient(#b91c68, #85144B 85%, #85144B 90%, #b91c68);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003334}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-maroon:active, * .ceres-btn-matte-gradient.ceres-button-maroon:active {
background: #85144B;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003337}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-maroon:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-maroon:active .btn-content {
background: #85144B;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003344}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-fuchsia, * .ceres-btn-matte-gradient.ceres-button-fuchsia {
background: #db10ad;
background: linear-gradient(#db10ad, #db10ad);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003348}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-fuchsia .btn-content, * .ceres-btn-matte-gradient.ceres-button-fuchsia .btn-content {
background: linear-gradient(#F012BE, #d10fa5 85%, #d10fa5 90%, #e812b8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003351}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-fuchsia:active, * .ceres-btn-matte-gradient.ceres-button-fuchsia:active {
background: #db10ad;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003354}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-fuchsia:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-fuchsia:active .btn-content {
background: #db10ad;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003361}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-purple, * .ceres-btn-matte-gradient.ceres-button-purple {
background: #9b0bb1;
background: linear-gradient(#9b0bb1, #9b0bb1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003365}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-purple .btn-content, * .ceres-btn-matte-gradient.ceres-button-purple .btn-content {
background: linear-gradient(#c20edc, #9b0bb1 85%, #9b0bb1 90%, #af0dc7);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003368}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-purple:active, * .ceres-btn-matte-gradient.ceres-button-purple:active {
background: #B10DC9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003371}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-purple:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-purple:active .btn-content {
background: #B10DC9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003378}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-black, * .ceres-btn-matte-gradient.ceres-button-black {
background: #111111;
background: linear-gradient(#111111, #111111);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003382}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-black .btn-content, * .ceres-btn-matte-gradient.ceres-button-black .btn-content {
background: linear-gradient(#747474, #111111 85%, #111111 90%, #606060);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003385}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-black:active, * .ceres-btn-matte-gradient.ceres-button-black:active {
background: #111111;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003388}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-black:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-black:active .btn-content {
background: #111111;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003395}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-silver, * .ceres-btn-matte-gradient.ceres-button-silver {
background: #BBBBBB;
background: #BBBBBB;
background: linear-gradient(#CCCCCC, #AAAAAA);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003401}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-silver .btn-content, * .ceres-btn-matte-gradient.ceres-button-silver .btn-content {
background: linear-gradient(#d8d8d8, #BBBBBB 85%, #BBBBBB 90%, #c6c6c6);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003404}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-silver:active, * .ceres-btn-matte-gradient.ceres-button-silver:active {
background: #BBBBBB;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003407}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-silver:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-silver:active .btn-content {
background: #BBBBBB;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003417}}
.ceres-element .ceres-btn-round-flat, * .ceres-btn-round-flat {
font-family: Montserrat;
border: 0;
display: inline-block;
padding: 14px 27px 14px 29px;
color: #ffffff;
white-space: wrap;
border-radius: 50px;
text-align: center;
cursor: pointer;
background: #222222;
font-weight: 500;
line-height: 14px;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition-property: color, background-color;
-webkit-transition-duration: .1s;
-webkit-transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
-moz-transition-property: color, background-color;
-moz-transition-duration: .1s;
-moz-transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
-ms-transition-property: color, background-color;
-ms-transition-duration: .1s;
-ms-transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
-o-transition-property: color, background-color;
-o-transition-duration: .1s;
-o-transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
transition-property: color, background-color;
transition-duration: .1s;
transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
font-size: 14px;
-moz-user-select: -moz-none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003456}}
.ceres-element .ceres-btn-round-flat.btn-lg, * .ceres-btn-round-flat.btn-lg {
padding: 20px 32px 19px 34px;
font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003460}}
.ceres-element .ceres-btn-round-flat.btn-sm, * .ceres-btn-round-flat.btn-sm {
padding: 11px 24px 11px 25px;
font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003464}}
.ceres-element .ceres-btn-round-flat.btn-xs, * .ceres-btn-round-flat.btn-xs {
padding: 7px 20px 6px 21px;
font-size: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003470}}
.ceres-element .ceres-btn-round-flat:hover, .ceres-element .ceres-btn-round-flat:active, .ceres-element .ceres-btn-round-flat:focus, * .ceres-btn-round-flat:hover, * .ceres-btn-round-flat:active, * .ceres-btn-round-flat:focus {
outline: 0;
background: #222222;
color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003476}}
.ceres-element .ceres-btn-round-flat:active, * .ceres-btn-round-flat:active {
background: #e5e5e5;
color: #222222;
box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003494}}
.ceres-element .ceres-btn-square-flat, * .ceres-btn-square-flat {
font-family: Montserrat;
display: inline-block;
height: 40px;
min-width: 200px;
max-width: 100%;
padding: 0 40px;
border-radius: 3px;
color: #fff;
font-size: 11px;
font-weight: 700;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: always;
text-rendering: optimizeLegibility;
letter-spacing: 1px;
line-height: 40px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
background-color: #2996cc;
border: none;
cursor: pointer;
overflow: hidden;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003520}}
.ceres-element .ceres-btn-square-flat.btn-lg, * .ceres-btn-square-flat.btn-lg {
min-width: 250px;
height: 50px;
line-height: 50px;
font-size: 14px;
padding: 0 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003527}}
.ceres-element .ceres-btn-square-flat.btn-sm, * .ceres-btn-square-flat.btn-sm {
min-width: 150px;
height: 30px;
line-height: 30px;
font-size: 11px;
padding: 0 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003534}}
.ceres-element .ceres-btn-square-flat.btn-xs, * .ceres-btn-square-flat.btn-xs {
min-width: 100px;
height: 25px;
line-height: 22px;
font-size: 10px;
padding: 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003543}}
.ceres-element .ceres-btn-square-flat:hover, .ceres-element .ceres-btn-square-flat:active, .ceres-element .ceres-btn-square-flat:focus, * .ceres-btn-square-flat:hover, * .ceres-btn-square-flat:active, * .ceres-btn-square-flat:focus {
outline: 0;
background-color: #2996cc;
color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003550}}
.ceres-element .ceres-btn-square-flat:active, * .ceres-btn-square-flat:active {
box-shadow: none;
background-color: #2586b7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003559}}
.ceres-element .ceres-btn-bordered-gradient, * .ceres-btn-bordered-gradient {
display: inline-block;
margin-right: 5px;
font-family: 'PT Sans';
font-size: 14px;
padding: 8px 17px 8px;
color: #293F46;
font-weight: 600;
font-style: normal;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: #f0f0f0;
background-attachment: scroll;
background-clip: border-box;
background-image: linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-image: -o-linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-image: -moz-linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-image: -webkit-linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-image: -ms-linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-size: auto;
box-shadow: 0 0 0 3px rgba(41, 63, 70, 0.13);
border: 0;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003587}}
.ceres-element .ceres-btn-bordered-gradient.btn-lg, * .ceres-btn-bordered-gradient.btn-lg {
font-size: 17px;
padding: 12px 21px 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003591}}
.ceres-element .ceres-btn-bordered-gradient.btn-sm, * .ceres-btn-bordered-gradient.btn-sm {
font-size: 12px;
padding: 6px 15px 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003595}}
.ceres-element .ceres-btn-bordered-gradient.btn-xs, * .ceres-btn-bordered-gradient.btn-xs {
font-size: 11px;
padding: 4px 13px 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003601}}
.ceres-element .ceres-btn-bordered-gradient:hover, .ceres-element .ceres-btn-bordered-gradient:active, .ceres-element .ceres-btn-bordered-gradient:focus, * .ceres-btn-bordered-gradient:hover, * .ceres-btn-bordered-gradient:active, * .ceres-btn-bordered-gradient:focus {
outline: 0;
background-color: #f0f0f0;
color: #293F46;
background-image: linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003608}}
.ceres-element .ceres-btn-bordered-gradient:hover, * .ceres-btn-bordered-gradient:hover {
box-shadow: 0 0 0 3px rgba(41, 63, 70, 0.19);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003612}}
.ceres-element .ceres-btn-bordered-gradient:active, * .ceres-btn-bordered-gradient:active {
background: white;
box-shadow: 0 0 0 3px rgba(41, 63, 70, 0.13);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003618}}
.ceres-element .ceres-btn-bordered-gradient.navy-variant, * .ceres-btn-bordered-gradient.navy-variant {
color: #fff;
border: 2px solid #457582;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003623}}
.ceres-element .ceres-btn-bordered-gradient.navy-variant, .ceres-element .ceres-btn-bordered-gradient.navy-variant:hover, .ceres-element .ceres-btn-bordered-gradient.navy-variant:active, .ceres-element .ceres-btn-bordered-gradient.navy-variant:focus, * .ceres-btn-bordered-gradient.navy-variant, * .ceres-btn-bordered-gradient.navy-variant:hover, * .ceres-btn-bordered-gradient.navy-variant:active, * .ceres-btn-bordered-gradient.navy-variant:focus {
outline: 0;
background: #385b66;
background-image: linear-gradient(to top, #293f46 0%, #385b66 100%);
background-image: -o-linear-gradient(to top, #293f46 0%, #385b66 100%);
background-image: -moz-linear-gradient(to top, #293f46 0%, #385b66 100%);
background-image: -webkit-linear-gradient(to top, #293f46 0%, #385b66 100%);
background-image: -ms-linear-gradient(to top, #293f46 0%, #385b66 100%);
-webkit-background-clip: padding-box;
background-clip: padding-box !important;
color: #fff;
box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003638}}
.ceres-element .ceres-btn-bordered-gradient.navy-variant:active, * .ceres-btn-bordered-gradient.navy-variant:active {
background: #385b66;
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003646}}
.ceres-element .ceres-btn-3d-block, * .ceres-btn-3d-block {
display: inline-block;
padding: 10px 24px 11px;
margin-bottom: 0;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
font-family: Montserrat;
font-weight: 700;
-webkit-font-smoothing: antialiased;
font-size: 16px;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;
color: #fff !important;
box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.06);
background-color: #20c0de;
border: 0;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003665}}
.ceres-element .ceres-btn-3d-block .btn-hover-bg, * .ceres-btn-3d-block .btn-hover-bg {
display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003670}}
.ceres-element .ceres-btn-3d-block.btn-lg, * .ceres-btn-3d-block.btn-lg {
font-size: 18px;
padding: 14px 30px 16px;
box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.06);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003675}}
.ceres-element .ceres-btn-3d-block.btn-sm, * .ceres-btn-3d-block.btn-sm {
font-size: 14px;
padding: 8px 20px 9px;
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.06);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003680}}
.ceres-element .ceres-btn-3d-block.btn-xs, * .ceres-btn-3d-block.btn-xs {
font-size: 12px;
padding: 6px 16px 7px;
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003687}}
.ceres-element .ceres-btn-3d-block:hover, .ceres-element .ceres-btn-3d-block:active, .ceres-element .ceres-btn-3d-block:focus, * .ceres-btn-3d-block:hover, * .ceres-btn-3d-block:active, * .ceres-btn-3d-block:focus {
color: #fff !important;
background-color: #20c0de;
outline: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003696}}
.ceres-element .ceres-btn-3d-block:active, * .ceres-btn-3d-block:active {
box-shadow: inset 0 1px 14px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.05);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003703}}
.ceres-element .ceres-icon-left i, * .ceres-icon-left i {
margin-right: 0.55em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003707}}
.ceres-element .ceres-icon-right i, * .ceres-icon-right i {
margin-left: 0.55em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003712}}
.ceres-element .ceres-block-button, * .ceres-block-button {
display: block;
width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003722}}
.ceres-element #footer-button-1, * #footer-button-1 {
background: #fed136;
color: #222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003726}}
.ceres-element #footer-button-1:hover, * #footer-button-1:hover {
background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003733}}
.ceres-element #round-flat .first-row, * #round-flat .first-row {
margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003736}}
.ceres-element #round-flat .first-row .btn, * #round-flat .first-row .btn {
margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003739}}
.ceres-element #round-flat .first-row .btn .btn-hover-bg, * #round-flat .first-row .btn .btn-hover-bg {
background-color: #fed136;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003744}}
.ceres-element #round-flat .first-row .btn:hover .btn-content, * #round-flat .first-row .btn:hover .btn-content {
color: #222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003753}}
.ceres-element #round-flat .second-row .btn, * #round-flat .second-row .btn {
margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003757}}
.ceres-element #round-flat .second-row .btn:hover .btn-content, * #round-flat .second-row .btn:hover .btn-content {
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003767}}
.ceres-element #button-3d .btn, * #button-3d .btn {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 20px;
background-color: #d04a53;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003775}}
.ceres-element #button-3d .second-row .btn, * #button-3d .second-row .btn {
border-radius: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003781}}
.ceres-element #button-3d .third-row .btn, * #button-3d .third-row .btn {
border-radius: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003789}}
.ceres-element #square-flat .btn, * #square-flat .btn {
background-color: #222;
margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003793}}
.ceres-element #square-flat .btn .btn-hover-bg, * #square-flat .btn .btn-hover-bg {
background-color: #fed136;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003798}}
.ceres-element #square-flat .btn:hover .btn-content, * #square-flat .btn:hover .btn-content {
color: #222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003806}}
.ceres-element #square-flat .fourth-row .btn, * #square-flat .fourth-row .btn {
margin-left: 15px;
margin-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003817}}
.ceres-element #bordered-3d-gradient .btn, * #bordered-3d-gradient .btn {
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003825}}
.ceres-element #push-out, * #push-out {
background: #9d54bd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003828}}
.ceres-element #push-out .btn, * #push-out .btn {
margin-bottom: 20px;
background-color: #823aa0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003833}}
.ceres-element #push-out .btn:hover .btn-content, * #push-out .btn:hover .btn-content {
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003839}}
.ceres-element #push-out .btn-hover-bg, * #push-out .btn-hover-bg {
background-color: #222222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003843}}
.ceres-element #push-out i, * #push-out i {
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003855}}
.ceres-element .btn, * .btn {
overflow: hidden;
position: relative;
-webkit-transform: rotate(0.0deg); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003860}}
.ceres-element .btn .btn-hover-bg, * .btn .btn-hover-bg {
background: black;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
opacity: 0;
transition: opacity 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003872}}
.ceres-element .btn .btn-content, * .btn .btn-content {
position: relative;
z-index: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003880}}
.ceres-element .btn:hover .btn-hover-bg, * .btn:hover .btn-hover-bg {
opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003884}}
.ceres-element .btn:hover .btn-content, * .btn:hover .btn-content {
color: #fed136;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003898}}
.ceres-element .btn.ceres-btn-fill-from-top .btn-hover-bg, * .btn.ceres-btn-fill-from-top .btn-hover-bg {
bottom: 100%;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003904}}
.ceres-element .btn.ceres-btn-fill-from-top:hover .btn-hover-bg, * .btn.ceres-btn-fill-from-top:hover .btn-hover-bg {
bottom: 0;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003914}}
.ceres-element .btn.ceres-btn-fill-from-bottom .btn-hover-bg, * .btn.ceres-btn-fill-from-bottom .btn-hover-bg {
top: 100%;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003920}}
.ceres-element .btn.ceres-btn-fill-from-bottom:hover .btn-hover-bg, * .btn.ceres-btn-fill-from-bottom:hover .btn-hover-bg {
top: 0;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003930}}
.ceres-element .btn.ceres-btn-fill-from-left .btn-hover-bg, * .btn.ceres-btn-fill-from-left .btn-hover-bg {
right: 100%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003936}}
.ceres-element .btn.ceres-btn-fill-from-left:hover .btn-hover-bg, * .btn.ceres-btn-fill-from-left:hover .btn-hover-bg {
right: 0;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003946}}
.ceres-element .btn.ceres-btn-fill-from-right .btn-hover-bg, * .btn.ceres-btn-fill-from-right .btn-hover-bg {
left: 100%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003952}}
.ceres-element .btn.ceres-btn-fill-from-right:hover .btn-hover-bg, * .btn.ceres-btn-fill-from-right:hover .btn-hover-bg {
left: 0;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003962}}
.ceres-element .btn.ceres-btn-fill-center-vertically .btn-hover-bg, * .btn.ceres-btn-fill-center-vertically .btn-hover-bg {
top: 50%;
bottom: 50%;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003969}}
.ceres-element .btn.ceres-btn-fill-center-vertically:hover .btn-hover-bg, * .btn.ceres-btn-fill-center-vertically:hover .btn-hover-bg {
top: 0;
bottom: 0;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003980}}
.ceres-element .btn.ceres-btn-fill-center-horizontally .btn-hover-bg, * .btn.ceres-btn-fill-center-horizontally .btn-hover-bg {
left: 50%;
right: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003987}}
.ceres-element .btn.ceres-btn-fill-center-horizontally:hover .btn-hover-bg, * .btn.ceres-btn-fill-center-horizontally:hover .btn-hover-bg {
left: 0;
right: 0;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003997}}
.ceres-element .btn.ceres-btn-fill-center-diagonally .btn-hover-bg, * .btn.ceres-btn-fill-center-diagonally .btn-hover-bg {
left: 50%;
right: 50%;
transition: all 0.4s ease;
top: -1000px;
bottom: -1000px;
-ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031009}}
.ceres-element .btn.ceres-btn-fill-center-diagonally:hover .btn-hover-bg, * .btn.ceres-btn-fill-center-diagonally:hover .btn-hover-bg {
left: 0;
right: 0;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031027}}
.ceres-element .btn.ceres-btn-icon-push-to-top i, * .btn.ceres-btn-icon-push-to-top i {
opacity: 0;
width: 1em;
text-align: center;
position: absolute;
left: 50%;
bottom: -100%;
transition: all 0.4s ease;
transform: translateX(-50%) translateY(50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031037}}
.ceres-element .btn.ceres-btn-icon-push-to-top .btn-content, * .btn.ceres-btn-icon-push-to-top .btn-content {
opacity: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031042}}
.ceres-element .btn.ceres-btn-icon-push-to-top:hover i, * .btn.ceres-btn-icon-push-to-top:hover i {
opacity: 1;
bottom: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031047}}
.ceres-element .btn.ceres-btn-icon-push-to-top:hover .btn-content, * .btn.ceres-btn-icon-push-to-top:hover .btn-content {
opacity: 0;
transform: translateY(-300px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031055}}
.ceres-element .btn.ceres-btn-icon-push-to-bottom i, * .btn.ceres-btn-icon-push-to-bottom i {
opacity: 0;
width: 1em;
text-align: center;
position: absolute;
left: 50%;
top: -100%;
transition: all 0.4s ease;
transform: translateX(-50%) translateY(-50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031065}}
.ceres-element .btn.ceres-btn-icon-push-to-bottom .btn-content, * .btn.ceres-btn-icon-push-to-bottom .btn-content {
opacity: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031070}}
.ceres-element .btn.ceres-btn-icon-push-to-bottom:hover i, * .btn.ceres-btn-icon-push-to-bottom:hover i {
opacity: 1;
top: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031075}}
.ceres-element .btn.ceres-btn-icon-push-to-bottom:hover .btn-content, * .btn.ceres-btn-icon-push-to-bottom:hover .btn-content {
opacity: 0;
transform: translateY(300px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031082}}
.ceres-element .btn.ceres-btn-icon-push-to-left i, * .btn.ceres-btn-icon-push-to-left i {
opacity: 0;
width: 1em;
text-align: center;
position: absolute;
top: 50%;
right: -100%;
transition: all 0.4s ease;
transform: translateX(50%) translateY(-50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031092}}
.ceres-element .btn.ceres-btn-icon-push-to-left .btn-content, * .btn.ceres-btn-icon-push-to-left .btn-content {
opacity: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031097}}
.ceres-element .btn.ceres-btn-icon-push-to-left:hover i, * .btn.ceres-btn-icon-push-to-left:hover i {
opacity: 1;
right: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031102}}
.ceres-element .btn.ceres-btn-icon-push-to-left:hover .btn-content, * .btn.ceres-btn-icon-push-to-left:hover .btn-content {
opacity: 0;
transform: translateX(-300px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031109}}
.ceres-element .btn.ceres-btn-icon-push-to-right i, * .btn.ceres-btn-icon-push-to-right i {
opacity: 0;
width: 1em;
text-align: center;
position: absolute;
top: 50%;
left: -100%;
transition: all 0.4s ease;
transform: translateX(-50%) translateY(-50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031119}}
.ceres-element .btn.ceres-btn-icon-push-to-right .btn-content, * .btn.ceres-btn-icon-push-to-right .btn-content {
opacity: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031124}}
.ceres-element .btn.ceres-btn-icon-push-to-right:hover i, * .btn.ceres-btn-icon-push-to-right:hover i {
opacity: 1;
left: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031129}}
.ceres-element .btn.ceres-btn-icon-push-to-right:hover .btn-content, * .btn.ceres-btn-icon-push-to-right:hover .btn-content {
opacity: 0;
transform: translateX(300px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031145}}
.ceres-element .btn.ceres-btn-icon-from-left i, * .btn.ceres-btn-icon-from-left i {
position: absolute;
left: -50%;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease;
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031155}}
.ceres-element .btn.ceres-btn-icon-from-left:hover i, * .btn.ceres-btn-icon-from-left:hover i {
left: 15%;
opacity: 1;
transition: all 0.5s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031165}}
.ceres-element .btn.ceres-btn-icon-from-right i, * .btn.ceres-btn-icon-from-right i {
position: absolute;
right: -50%;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease;
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031175}}
.ceres-element .btn.ceres-btn-icon-from-right:hover i, * .btn.ceres-btn-icon-from-right:hover i {
right: 15%;
opacity: 1;
transition: all 0.5s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031185}}
.ceres-element .btn.ceres-btn-icon-to-left i, * .btn.ceres-btn-icon-to-left i {
position: absolute;
left: 40%;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease;
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031195}}
.ceres-element .btn.ceres-btn-icon-to-left:hover i, * .btn.ceres-btn-icon-to-left:hover i {
left: 15%;
opacity: 1;
transition: all 0.5s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031204}}
.ceres-element .btn.ceres-btn-icon-to-right i, * .btn.ceres-btn-icon-to-right i {
position: absolute;
right: 40%;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease;
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031214}}
.ceres-element .btn.ceres-btn-icon-to-right:hover i, * .btn.ceres-btn-icon-to-right:hover i {
right: 15%;
opacity: 1;
transition: all 0.5s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031229}}
.ceres-element .ceres-btn-square-flat,
* .ceres-btn-square-flat {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 41px;
padding-right: 41px;
min-width: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031237}}
.ceres-element .ceres-btn-square-flat .btn-content,
* .ceres-btn-square-flat .btn-content {
font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031243}}
.ceres-element .ceres-btn-square-flat.btn-lg,
* .ceres-btn-square-flat.btn-lg {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 60px;
padding-right: 60px;
min-width: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031251}}
.ceres-element .ceres-btn-square-flat.btn-lg .btn-content,
* .ceres-btn-square-flat.btn-lg .btn-content {
font-size: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031256}}
.ceres-element .ceres-btn-square-flat.btn-sm,
* .ceres-btn-square-flat.btn-sm {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 10px;
padding-right: 10px;
min-width: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031264}}
.ceres-element .ceres-btn-square-flat.btn-sm .btn-content,
* .ceres-btn-square-flat.btn-sm .btn-content {
font-size: 13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\000031}}
.ceres-icon-list-item {
position: relative;
margin-bottom: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\000035}}
.ceres-icon-list-item .list-icon-wrapper {
position: absolute;
left: 0;
top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\0000310}}
.ceres-icon-list-item .list-icon-wrapper i {
font-size: 19px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\0000314}}
.ceres-icon-list-item .list-icon-content {
padding-left: 38px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\0000317}}
.ceres-icon-list-item .list-icon-content h3 {
font-family: 'Dosis', sans-serif;
font-weight: 600;
color: #222222;
font-size: 16px;
margin: 0 0 5px 0;
text-transform: uppercase;
}