@charset 'UTF-8';

          .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.tags ::after {
clear: both;
content: '';
display: table;
}
.full-width {
margin-left: -5%;
margin-right: -5%;
width: auto;
}
@media (min-width: 758px) {
.full-width {
margin-left: -10%;
margin-right: -10%;
}
} html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
article, aside, figure, footer, header, main, nav, section {
display: block;
}
*, *:before, *:after {
box-sizing: border-box;
} @-webkit-keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateZ(0);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translateZ(0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateZ(0);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translateZ(0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
-webkit-transform-origin: center bottom;
animation-name: bounce;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, to {
-webkit-transform: translateZ(0);
transform: translateZ(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%, to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-name: headShake;
-webkit-animation-timing-function: ease-in-out;
animation-name: headShake;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-animation-name: swing;
-webkit-transform-origin: top center;
animation-name: swing;
transform-origin: top center;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
0%, 11.1%, to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
0%, 11.1%, to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
-webkit-transform-origin: center;
animation-name: jello;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-duration: 1.3s;
-webkit-animation-name: heartBeat;
-webkit-animation-timing-function: ease-in-out;
animation-duration: 1.3s;
animation-name: heartBeat;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
opacity: 0;
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% {
-webkit-transform: scale3d(1.03, 1.03, 1.03);
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
-webkit-transform: scaleX(1);
opacity: 1;
transform: scaleX(1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
opacity: 0;
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% {
-webkit-transform: scale3d(1.03, 1.03, 1.03);
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
-webkit-transform: scaleX(1);
opacity: 1;
transform: scaleX(1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-duration: 0.75s;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(0, -3000px, 0);
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
-webkit-transform: translate3d(0, 25px, 0);
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(0, -3000px, 0);
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
-webkit-transform: translate3d(0, 25px, 0);
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(-3000px, 0, 0);
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
-webkit-transform: translate3d(25px, 0, 0);
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(-3000px, 0, 0);
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
-webkit-transform: translate3d(25px, 0, 0);
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(3000px, 0, 0);
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
-webkit-transform: translate3d(-25px, 0, 0);
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(3000px, 0, 0);
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
-webkit-transform: translate3d(-25px, 0, 0);
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(0, 3000px, 0);
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
-webkit-transform: translate3d(0, -20px, 0);
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(0, 3000px, 0);
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
-webkit-transform: translate3d(0, -20px, 0);
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-duration: 0.75s;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
-webkit-transform: translate3d(0, -20px, 0);
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
-webkit-transform: translate3d(0, 2000px, 0);
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
-webkit-transform: translate3d(0, -20px, 0);
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
-webkit-transform: translate3d(0, 2000px, 0);
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
-webkit-transform: translate3d(20px, 0, 0);
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
-webkit-transform: translate3d(-2000px, 0, 0);
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
-webkit-transform: translate3d(20px, 0, 0);
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
-webkit-transform: translate3d(-2000px, 0, 0);
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
-webkit-transform: translate3d(-20px, 0, 0);
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
-webkit-transform: translate3d(2000px, 0, 0);
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
-webkit-transform: translate3d(-20px, 0, 0);
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
-webkit-transform: translate3d(2000px, 0, 0);
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
-webkit-transform: translate3d(0, 20px, 0);
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
-webkit-transform: translate3d(0, -2000px, 0);
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
-webkit-transform: translate3d(0, 20px, 0);
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
-webkit-transform: translate3d(0, -2000px, 0);
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes fadeInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
-webkit-transform: translate3d(0, -2000px, 0);
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes fadeInDownBig {
0% {
-webkit-transform: translate3d(0, -2000px, 0);
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
-webkit-transform: translate3d(-2000px, 0, 0);
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes fadeInLeftBig {
0% {
-webkit-transform: translate3d(-2000px, 0, 0);
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes fadeInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
-webkit-transform: translate3d(2000px, 0, 0);
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes fadeInRightBig {
0% {
-webkit-transform: translate3d(2000px, 0, 0);
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes fadeInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
-webkit-transform: translate3d(0, 2000px, 0);
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes fadeInUpBig {
0% {
-webkit-transform: translate3d(0, 2000px, 0);
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 100%, 0);
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 100%, 0);
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 2000px, 0);
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 2000px, 0);
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(-100%, 0, 0);
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(-100%, 0, 0);
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(-2000px, 0, 0);
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(-2000px, 0, 0);
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0);
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0);
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(2000px, 0, 0);
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(2000px, 0, 0);
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, -100%, 0);
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, -100%, 0);
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, -2000px, 0);
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(0, -2000px, 0);
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-animation-timing-function: ease-out;
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
animation-timing-function: ease-out;
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
}
40% {
-webkit-animation-timing-function: ease-out;
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
animation-timing-function: ease-out;
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
}
50% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
animation-timing-function: ease-in;
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
}
80% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
animation-timing-function: ease-in;
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
}
to {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
animation-timing-function: ease-in;
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
}
}
@keyframes flip {
0% {
-webkit-animation-timing-function: ease-out;
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
animation-timing-function: ease-out;
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
}
40% {
-webkit-animation-timing-function: ease-out;
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
animation-timing-function: ease-out;
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
}
50% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
animation-timing-function: ease-in;
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
}
80% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
animation-timing-function: ease-in;
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
}
to {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
animation-timing-function: ease-in;
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
}
}
.animated.flip {
-webkit-animation-name: flip;
-webkit-backface-visibility: visible;
animation-name: flip;
backface-visibility: visible;
}
@-webkit-keyframes flipInX {
0% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) rotateX(90deg);
animation-timing-function: ease-in;
opacity: 0;
transform: perspective(400px) rotateX(90deg);
}
40% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) rotateX(-20deg);
animation-timing-function: ease-in;
transform: perspective(400px) rotateX(-20deg);
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
opacity: 1;
transform: perspective(400px) rotateX(10deg);
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) rotateX(90deg);
animation-timing-function: ease-in;
opacity: 0;
transform: perspective(400px) rotateX(90deg);
}
40% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) rotateX(-20deg);
animation-timing-function: ease-in;
transform: perspective(400px) rotateX(-20deg);
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
opacity: 1;
transform: perspective(400px) rotateX(10deg);
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-animation-name: flipInX;
-webkit-backface-visibility: visible !important;
animation-name: flipInX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
0% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) rotateY(90deg);
animation-timing-function: ease-in;
opacity: 0;
transform: perspective(400px) rotateY(90deg);
}
40% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) rotateY(-20deg);
animation-timing-function: ease-in;
transform: perspective(400px) rotateY(-20deg);
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
opacity: 1;
transform: perspective(400px) rotateY(10deg);
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) rotateY(90deg);
animation-timing-function: ease-in;
opacity: 0;
transform: perspective(400px) rotateY(90deg);
}
40% {
-webkit-animation-timing-function: ease-in;
-webkit-transform: perspective(400px) rotateY(-20deg);
animation-timing-function: ease-in;
transform: perspective(400px) rotateY(-20deg);
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
opacity: 1;
transform: perspective(400px) rotateY(10deg);
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-animation-name: flipInY;
-webkit-backface-visibility: visible !important;
animation-name: flipInY;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
opacity: 1;
transform: perspective(400px) rotateX(-20deg);
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
transform: perspective(400px) rotateX(90deg);
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
opacity: 1;
transform: perspective(400px) rotateX(-20deg);
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
transform: perspective(400px) rotateX(90deg);
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
animation-duration: 0.75s;
animation-name: flipOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
opacity: 1;
transform: perspective(400px) rotateY(-15deg);
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
transform: perspective(400px) rotateY(90deg);
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
opacity: 1;
transform: perspective(400px) rotateY(-15deg);
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
transform: perspective(400px) rotateY(90deg);
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
-webkit-animation-name: flipOutY;
-webkit-backface-visibility: visible !important;
animation-duration: 0.75s;
animation-name: flipOutY;
backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
transform: translate3d(100%, 0, 0) skewX(-30deg);
}
60% {
-webkit-transform: skewX(20deg);
opacity: 1;
transform: skewX(20deg);
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
transform: translate3d(100%, 0, 0) skewX(-30deg);
}
60% {
-webkit-transform: skewX(20deg);
opacity: 1;
transform: skewX(20deg);
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
transform: translate3d(100%, 0, 0) skewX(30deg);
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
transform: translate3d(100%, 0, 0) skewX(30deg);
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform: rotate(-200deg);
-webkit-transform-origin: center;
opacity: 0;
transform: rotate(-200deg);
transform-origin: center;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: center;
opacity: 1;
transform: translateZ(0);
transform-origin: center;
}
}
@keyframes rotateIn {
0% {
-webkit-transform: rotate(-200deg);
-webkit-transform-origin: center;
opacity: 0;
transform: rotate(-200deg);
transform-origin: center;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: center;
opacity: 1;
transform: translateZ(0);
transform-origin: center;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: left bottom;
opacity: 0;
transform: rotate(-45deg);
transform-origin: left bottom;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: left bottom;
opacity: 1;
transform: translateZ(0);
transform-origin: left bottom;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: left bottom;
opacity: 0;
transform: rotate(-45deg);
transform-origin: left bottom;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: left bottom;
opacity: 1;
transform: translateZ(0);
transform-origin: left bottom;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform: rotate(45deg);
-webkit-transform-origin: right bottom;
opacity: 0;
transform: rotate(45deg);
transform-origin: right bottom;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: right bottom;
opacity: 1;
transform: translateZ(0);
transform-origin: right bottom;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform: rotate(45deg);
-webkit-transform-origin: right bottom;
opacity: 0;
transform: rotate(45deg);
transform-origin: right bottom;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: right bottom;
opacity: 1;
transform: translateZ(0);
transform-origin: right bottom;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform: rotate(45deg);
-webkit-transform-origin: left bottom;
opacity: 0;
transform: rotate(45deg);
transform-origin: left bottom;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: left bottom;
opacity: 1;
transform: translateZ(0);
transform-origin: left bottom;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform: rotate(45deg);
-webkit-transform-origin: left bottom;
opacity: 0;
transform: rotate(45deg);
transform-origin: left bottom;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: left bottom;
opacity: 1;
transform: translateZ(0);
transform-origin: left bottom;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform: rotate(-90deg);
-webkit-transform-origin: right bottom;
opacity: 0;
transform: rotate(-90deg);
transform-origin: right bottom;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: right bottom;
opacity: 1;
transform: translateZ(0);
transform-origin: right bottom;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform: rotate(-90deg);
-webkit-transform-origin: right bottom;
opacity: 0;
transform: rotate(-90deg);
transform-origin: right bottom;
}
to {
-webkit-transform: translateZ(0);
-webkit-transform-origin: right bottom;
opacity: 1;
transform: translateZ(0);
transform-origin: right bottom;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
opacity: 1;
transform-origin: center;
}
to {
-webkit-transform: rotate(200deg);
-webkit-transform-origin: center;
opacity: 0;
transform: rotate(200deg);
transform-origin: center;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
opacity: 1;
transform-origin: center;
}
to {
-webkit-transform: rotate(200deg);
-webkit-transform-origin: center;
opacity: 0;
transform: rotate(200deg);
transform-origin: center;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
opacity: 1;
transform-origin: left bottom;
}
to {
-webkit-transform: rotate(45deg);
-webkit-transform-origin: left bottom;
opacity: 0;
transform: rotate(45deg);
transform-origin: left bottom;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
opacity: 1;
transform-origin: left bottom;
}
to {
-webkit-transform: rotate(45deg);
-webkit-transform-origin: left bottom;
opacity: 0;
transform: rotate(45deg);
transform-origin: left bottom;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
opacity: 1;
transform-origin: right bottom;
}
to {
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: right bottom;
opacity: 0;
transform: rotate(-45deg);
transform-origin: right bottom;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
opacity: 1;
transform-origin: right bottom;
}
to {
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: right bottom;
opacity: 0;
transform: rotate(-45deg);
transform-origin: right bottom;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
opacity: 1;
transform-origin: left bottom;
}
to {
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: left bottom;
opacity: 0;
transform: rotate(-45deg);
transform-origin: left bottom;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
opacity: 1;
transform-origin: left bottom;
}
to {
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: left bottom;
opacity: 0;
transform: rotate(-45deg);
transform-origin: left bottom;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
opacity: 1;
transform-origin: right bottom;
}
to {
-webkit-transform: rotate(90deg);
-webkit-transform-origin: right bottom;
opacity: 0;
transform: rotate(90deg);
transform-origin: right bottom;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
opacity: 1;
transform-origin: right bottom;
}
to {
-webkit-transform: rotate(90deg);
-webkit-transform-origin: right bottom;
opacity: 0;
transform: rotate(90deg);
transform-origin: right bottom;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: top left;
animation-timing-function: ease-in-out;
transform-origin: top left;
}
20%, 60% {
-webkit-animation-timing-function: ease-in-out;
-webkit-transform: rotate(80deg);
-webkit-transform-origin: top left;
animation-timing-function: ease-in-out;
transform: rotate(80deg);
transform-origin: top left;
}
40%, 80% {
-webkit-animation-timing-function: ease-in-out;
-webkit-transform: rotate(60deg);
-webkit-transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
transform: rotate(60deg);
transform-origin: top left;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
opacity: 0;
transform: translate3d(0, 700px, 0);
}
}
@keyframes hinge {
0% {
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: top left;
animation-timing-function: ease-in-out;
transform-origin: top left;
}
20%, 60% {
-webkit-animation-timing-function: ease-in-out;
-webkit-transform: rotate(80deg);
-webkit-transform-origin: top left;
animation-timing-function: ease-in-out;
transform: rotate(80deg);
transform-origin: top left;
}
40%, 80% {
-webkit-animation-timing-function: ease-in-out;
-webkit-transform: rotate(60deg);
-webkit-transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
transform: rotate(60deg);
transform-origin: top left;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
opacity: 0;
transform: translate3d(0, 700px, 0);
}
}
.hinge {
-webkit-animation-duration: 2s;
-webkit-animation-name: hinge;
animation-duration: 2s;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
0% {
-webkit-transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
-webkit-transform: scale(1);
opacity: 1;
transform: scale(1);
}
}
@keyframes jackInTheBox {
0% {
-webkit-transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
-webkit-transform: scale(1);
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
0% {
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes rollIn {
0% {
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes rollOut {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
opacity: 0;
transform: translate3d(100%, 0, 0) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
opacity: 0;
transform: translate3d(100%, 0, 0) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
}
}
@keyframes zoomInDown {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
}
}
@keyframes zoomInLeft {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
}
}
@keyframes zoomInRight {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
}
}
@keyframes zoomInUp {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
}
to {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
}
}
@keyframes zoomOutDown {
40% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
}
to {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
}
to {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
}
}
@keyframes zoomOutUp {
40% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
}
to {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: hidden;
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: hidden;
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: hidden;
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: hidden;
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: hidden;
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: hidden;
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: hidden;
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: hidden;
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.faster {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
-webkit-transition: none !important;
animation: unset !important;
transition: none !important;
}
} *, *::after, *::before {
box-sizing: border-box;
outline: none;
}
body {
background-color: #FFFFFF;
font-weight: normal;
min-height: 100%;
overflow-x: hidden;
position: relative;
}
p {
font-weight: normal;
}
img {
max-width: 100%;
}
strong {
font-weight: 600;
}
ul {
margin-bottom: 1em;
}
li {
list-style: none;
margin-bottom: 0.5em;
}
pre {
margin-bottom: 2em !important;
} .background-primary {
background-color: #5b362b;
}
.background-dark {
background-color: #5b362b;
}
.background-secondary {
background-color: #6e3020;
}
.background-white {
background-color: #ffffff;
}
.background-success {
background-color: #4caf50;
}
.background-info {
background-color: #5bc0de;
}
.background-warning {
background-color: #f0ad4e;
}
.background-error {
background-color: #e74c3c;
}
.background-gray {
background-color: #dee6ea;
}
.background-gray-light {
background-color: #edf3f6;
}
.background-rating1 {
background-color: #dd2c00;
}
.background-rating2 {
background-color: #ff5722;
}
.background-rating3 {
background-color: #ff9800;
}
.background-rating4 {
background-color: #ffc107;
}
.background-rating5 {
background-color: #f5dc00;
}
.background-rating6 {
background-color: #cddc39;
}
.background-rating7 {
background-color: #8bc34a;
}
.background-rating8 {
background-color: #4caf50;
}
.background-rating9 {
background-color: #43a047;
}
.background-rating10 {
background-color: #388e3c;
} .badges-list {
margin-bottom: 20px;
}
.badges-list-item {
background-color: #6e3020;
border-radius: 3px;
color: #5b362b;
display: inline-block;
line-height: 1.2em;
padding: 0.2em 0.7em;
}
.badge-rounded {
border-radius: 50px;
}
.badge-lg {
font-size: 1.3em;
}
.badge-xs {
font-size: 0.7em;
}
.badge-primary {
background-color: #5b362b;
}
.badge-secondary {
background-color: #6e3020;
}
.badge-dark {
background-color: #5b362b;
}
.badge-light {
background-color: #dee6ea;
}
.badge-success {
background-color: #4caf50;
}
.badge-error {
background-color: #e74c3c;
}
.badge-warning {
background-color: #f0ad4e;
} button {
background-color: transparent;
border: 0;
cursor: pointer;
}
.button {
background-color: #64829f;
border: 1px solid #FFFFFF;
border-radius: 2em;
color: #5b362b;
display: inline-block;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 12px;
font-weight: 700;
line-height: 1.5em;
margin: 10px;
padding: 10px 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: opacity 0.2s ease-in-out;
white-space: nowrap;
}
.button:focus, .button:hover, .button:active {
color: #5b362b;
}
.button:hover {
cursor: pointer;
opacity: 0.8;
text-decoration: none;
}
.button:active {
opacity: 1;
}
.button:first-child {
margin-left: 0;
}
.button:last-child {
margin-right: 0;
}
.button.button-big {
border-radius: 2em;
font-size: 16px;
line-height: 1.5em;
padding: 10px 30px;
}
@media (min-width: 992px) {
.button.button-big {
padding: 10px 40px;
}
}
.button.button-small {
border-radius: 2em;
font-size: 11px;
line-height: 1.273em;
padding: 6px 20px;
}
.button.button-huge {
border-radius: 2em;
font-size: 16px;
line-height: 1.5em;
padding: 15px 30px;
}
@media (min-width: 992px) {
.button.button-huge {
border-radius: 2em;
font-size: 18px;
line-height: 1.5em;
padding: 18px 50px;
}
}
.button.button-huge i {
font-size: 20px;
}
.button.button-large {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 758px;
width: 100%;
}
.button.button-primary {
background-color: #5b362b;
border: 1px solid #5b362b;
color: #ffffff;
}
.button.button-primary:hover {
color: #ffffff;
}
.button.button-secondary {
background-color: #6e3020;
border: 1px solid #6e3020;
color: #ffffff;
}
.button.button-secondary:hover {
color: #ffffff;
}
.button.button-transparent {
background-color: transparent;
border: 1px solid transparent;
}
.button.button-white {
background-color: #ffffff;
border: 1px solid #ffffff;
color: #5b362b;
}
.button.button-green {
background-color: #4caf50;
border-color: #4caf50;
color: #ffffff;
}
.button.button-red {
background-color: #e74c3c;
border-color: #e74c3c;
color: #ffffff;
}
.button.button-outlined {
background-color: transparent;
border: 1px solid #5b362b;
color: #5b362b;
}
.button.button-disabled {
cursor: default;
opacity: 0.4;
}
.button.button-only-icon {
height: 43px;
line-height: 43px;
padding: 0;
width: 43px;
}
.button.button-only-icon i {
margin-left: 0;
margin-right: 0;
}
.button i {
margin-bottom: -2%;
margin-left: 0.8em;
margin-right: 0.8em;
position: relative;
transition: all 0.3s ease;
}
.button i:last-child {
margin-right: 0;
}
.button i:first-child {
margin-left: 0;
}
.button i::before {
float: left;
}
.button i.fa-lg {
margin-bottom: 0;
}
.button-link {
color: #5b362b;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}
.button-link i {
font-size: 18px;
line-height: 14px;
margin-bottom: -2px;
margin-left: 4px;
margin-right: 8px;
transition: all 0.3s ease;
}
.button-link i::before {
float: left;
}
.button-link.button-link-rotated i {
transform: rotate(-180deg);
}
.button-group {
white-space: nowrap;
}
.button-group .button {
display: inline-block;
margin: 0;
}
.button-group .button:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.button-group .button:not(:last-child) {
border-bottom-right-radius: 0;
border-right: 0;
border-top-right-radius: 0;
} input, textarea {
appearance: none;
}
label {
display: block;
font-weight: normal;
}
input:-webkit-autofill {
box-shadow: 0 0 0 1000px #6e3020 inset;
}
select {
-moz-appearance: window;
-webkit-appearance: none;
}
select, input[type=text], textarea {
border-radius: 3px;
font-size: 14px;
line-height: 1.5em;
transition: background-color 0.2s ease-in-out;
}
@media (min-width: 758px) {
select, input[type=text], textarea {
font-size: 15px;
}
}
@media (min-width: 992px) {
select, input[type=text], textarea {
font-size: 15px;
}
}
.textarea, .input, .select {
border: 0;
border: 1px solid #6e3020;
border-radius: 3px;
box-shadow: none;
display: block;
font-weight: normal;
margin-bottom: 20px;
}
.textarea :focus, .input :focus, .select :focus {
outline: none;
}
.textarea.error, .input.error, .select.error {
border: 1px solid #e74c3c;
margin-bottom: 0;
}
.textarea.small, .input.small, .select.small {
font-size: 13px;
padding: 4px 6px;
}
.has-error .textarea, .has-error .input, .has-error .select {
border: 1px solid #5b362b;
}
.has-error .control-label {
color: #5b362b;
}
label.error {
color: #e74c3c;
font-size: 13px;
line-height: 13px;
position: absolute;
right: 0;
top: -16px;
}
input[type=checkbox] {
appearance: checkbox;
}
input[type=radio] {
appearance: radio;
}
.select {
background-color: #6e3020;
display: inline-block;
margin-right: 10px;
padding: 0;
position: relative;
}
.select.full-width {
display: inline-block;
margin-left: 0;
margin-right: 0;
width: 100%;
}
.select:last-child {
margin-right: 0;
}
.select .fa-angle-down {
color: #969da6;
font-size: 25px;
height: 30px;
margin-top: -12px;
position: absolute;
right: 10px;
top: 50%;
z-index: 1;
}
.select .icon-angle-down {
color: #5b362b;
font-size: 1.2em;
height: 30px;
margin-top: -10px;
position: absolute;
right: 10px;
top: 50%;
z-index: 1;
}
.select select {
appearance: none;
background-color: transparent;
border: 0;
color: #5b362b;
height: 44px;
margin-right: 20px;
padding-left: 10px;
padding-right: 30px;
position: relative;
width: 100%;
z-index: 2;
}
@media (min-width: 758px) {
.select select {
padding: 8px 15px;
}
}
.select select:active, .select select:focus {
background-color: #823926;
border: 0;
outline: none;
}
.select select:active + i, .select select:focus + i {
z-index: 2;
}
.select select option {
background-color: #6e3020;
color: #5b362b;
height: 30px;
}
.select.select-small {
max-width: 150px;
}
.select.select-small select {
font-size: 14px !important;
height: 24px;
line-height: 24px;
padding: 0 5px;
padding-right: 27px;
}
select::-ms-expand {
display: none;
}
.select-link {
border: 0;
color: #5b362b;
}
.textarea {
background-color: #6e3020;
padding: 0;
width: 100%;
}
.textarea textarea {
background: transparent;
border: 0;
color: #5b362b;
display: block;
font-family: 'Montserrat', helvetica, arial, sans-serif;
padding: 10px 15px;
width: 100%;
}
.textarea textarea:focus, .textarea textarea:active {
border: 0;
outline: none;
background-color: #823926;
}
textarea {
min-height: 120px;
}
.form-button-wrap {
text-align: center;
}
@media (min-width: 758px) {
.form-button-wrap {
text-align: right;
}
} .checkbox, .radio {
margin: 0;
margin-bottom: 5px;
margin-right: 20px;
padding-left: 25px;
position: relative;
}
input[type=checkbox] + label, .gform_wrapper ul.gform_fields li.gfield input[type=checkbox] + label, input[type=radio] + label, .gform_wrapper .gfield_radio li input[type=radio] + label {
display: block;
overflow: hidden;
padding-left: 30px;
text-overflow: ellipsis;
white-space: nowrap;
} input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
display: none;
}
input[type=checkbox] + label:after, input[type=checkbox] + label:before, input[type=radio] + label:after, input[type=radio] + label:before {
display: block;
position: absolute;
font-size: 14px;
height: 21px;
line-height: 21px;
margin-top: -10px;
top: 50%;
width: 21px;
left: 0;
}
input[type=checkbox] + label:after, input[type=radio] + label:after {
background-color: #FFF;
border: 1px solid #CCC;
border-radius: 3px;
content: '';
}
input[type=radio] + label:after {
border-radius: 99px;
}
input[type=checkbox] + label:before {
content: "✓";
font-family: FontAwesome;
font-size: 20px;
left: 1px;
top: 10px;
transform: scale(0);
z-index: 1;
color: #5b362b;
}
input[type=radio] + label:before {
background-color: #5b362b;
border-radius: 99px;
content: '';
display: block;
height: 15px;
left: 3px;
margin-top: -7px;
top: 50%;
transform: scale(0);
width: 15px;
z-index: 1;
}
input[type=checkbox]:checked + label, input[type=radio]:checked + label {
color: #5b362b;
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
animation: radioAndCheckboxAnimation 0.25s;
color: #5b362b;
transform: scale(1);
}
@keyframes radioAndCheckboxAnimation {
0% {
transform: scale(0);
}
50% {
transform: scale(1.5);
}
100% {
transform: scale(1);
}
}
.input {
background-color: #6e3020;
display: inline-block;
margin-right: 10px;
padding: 0;
position: relative;
}
.input :focus, .input :active {
background-color: #823926;
}
.input.full-width {
display: inline-block;
margin-left: 0;
margin-right: 0;
width: 100%;
}
.input input {
background: transparent;
border: 0;
box-shadow: none;
color: #5b362b;
height: 44px;
line-height: 44px;
margin-bottom: 0;
outline: none;
padding-left: 10px;
padding-right: 10px;
width: 100%;
}
@media (min-width: 758px) {
.input input {
padding: 8px 15px;
}
}
.input-with-icon {
position: relative;
}
.input-with-icon input {
padding-right: 42px;
}
.input-with-icon .input-icon {
color: #969da6;
margin-top: -6px;
position: absolute;
right: 12px;
top: 50%;
}
.input-with-icon .input-icon.fa-search {
color: #5b362b;
margin-top: -7px;
}
.input-with-icon button.input-icon {
background: none;
border: 0;
cursor: pointer;
padding: 0;
}
.input-icon input {
padding: 0;
width: 0;
}
.input-icon i {
padding: 14px 15px 14px 12px;
} .input-group {
margin-bottom: 20px;
}
.input-group .textarea, .input-group .input, .input-group .select {
margin-bottom: 0;
} .form-group {
background-color: #6e3020;
border: 1px solid #6e3020;
border-radius: 3px;
display: inline-block;
margin-bottom: 20px;
}
.form-group .textarea, .form-group .input, .form-group .select {
margin-bottom: 0;
}
.form-group .form-group-item {
border: 0;
border-radius: 0;
margin-right: 0;
}
.form-group .form-group-item:last-child {
border-right: 0;
}
.form-row {
margin-left: -3px !important;
margin-right: -3px !important;
}
.form-row div[class^="col"] {
padding-left: 3px;
padding-right: 3px;
} .form-collapse {
display: flex;
margin-bottom: 20px;
}
.form-collapse .item-main {
flex: 1;
}
.form-collapse .item {
border-radius: 0;
font-size: 15px;
margin: 0;
}
.form-collapse .item:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.form-collapse .item:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.form-collapse .item:not(:last-child) {
border-right: 0;
} .aligner {
display: flex;
}
.aligner-space-between {
display: flex;
justify-content: space-between;
width: 100%;
}
.aligner-space-around {
display: flex;
justify-content: space-around;
width: 100%;
}
.aligner-center-vertical {
align-items: center;
display: flex;
}
.aligner-center-horitzontal {
display: flex;
justify-content: center;
}
.content-start {
display: flex;
justify-content: flex-start;
}
.content-end {
display: flex;
justify-content: flex-end;
}
.aligner-item-top {
align-self: flex-start;
}
.aligner-item-bottom {
align-self: flex-end;
}
.flex-grow {
flex-grow: 1;
} .fleft {
float: left;
}
.fright {
float: right;
}
.cf::before, .cf::after {
content: '';
display: table;
}
.cf::after {
clear: both;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-left {
text-align: left;
}
.align-bottom {
vertical-align: bottom;
}
.align-middle {
vertical-align: middle;
}
.align-top {
vertical-align: top;
} .ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ellipsis-block {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
}
.word-break {
word-break: break-all;
}
.text-indent {
padding-left: 24px;
} .bordered {
border: 1px solid #6e3020;
}
.border-bottom {
border-bottom: 1px solid #6e3020;
}
.border-left {
border-left: 1px solid #6e3020;
}
.border-right {
border-right: 1px solid #6e3020;
}
.border-top {
border-top: 1px solid #6e3020;
}
.display-block {
display: block;
}
@media (max-width: 480px) {
.block-mobile {
display: block;
margin-left: 0;
margin-right: 0;
width: 100%;
}
}
.display-inline {
display: inline;
}
.hidden {
display: none;
}
.no-margin {
margin: 0 !important;
}
.no-wrap {
white-space: nowrap;
}
.overflow-hidden {
overflow: hidden;
}
.opacity-low {
opacity: 0.5;
}
.icon-rounded, .rounded-corners {
border-radius: 15%;
}
.rounded {
border-radius: 100%;
} @media (min-width: 992px) {
.hidden-large {
display: none;
}
}
@media (min-width: 1380px) {
.hidden-large {
display: inline-block;
}
}
@media (min-width: 758px) {
.hidden-medium {
display: none;
}
}
@media (min-width: 992px) {
.hidden-medium {
display: inline-block;
}
}
@media (min-width: 758px) {
.show-small {
display: none;
}
}
.hide-small {
display: none;
}
@media (min-width: 758px) {
.hide-small {
display: block;
}
}
.hide-small-inline-block {
display: none !important;
}
@media (min-width: 758px) {
.hide-small-inline-block {
display: inline-block !important;
}
}
.hide-medium {
display: block;
}
@media (min-width: 758px) {
.hide-medium {
display: none;
}
}
@media (min-width: 992px) {
.hide-medium {
display: block;
}
}
.clear-both {
clear: both;
}
.entry-footer .edit-link {
display: none;
} .visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
display: none !important;
}
@media (max-width: 757px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs, td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 757px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 757px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 757px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 758px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm, td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 758px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 758px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 758px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1379px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md, td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1379px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1379px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1379px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1380px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg, td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1380px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1380px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1380px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 757px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 758px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1379px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1380px) {
.hidden-lg {
display: none !important;
}
} .section {
padding-bottom: 20px;
padding-top: 20px;
}
.section::before, .section::after {
content: '';
display: table;
}
.section::after {
clear: both;
}
@media (min-width: 758px) {
.section {
padding-bottom: 40px;
padding-top: 40px;
}
}
.container {
margin: 0 auto;
max-width: 1380px;
padding-left: 5%;
padding-right: 5%;
width: 100%;
}
@media (min-width: 758px) {
.container {
padding-left: 10%;
padding-right: 10%;
}
}
.container-medium {
margin: 0 auto;
max-width: 992px;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 758px) {
.container-medium {
padding-left: 10%;
padding-right: 10%;
}
}
.container-small {
margin: 0 auto;
max-width: 758px;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 758px) {
.container-small {
padding-left: 10%;
padding-right: 10%;
}
}
.separator {
border-bottom: 1px solid #6e3020;
}
.main-wrap {
overflow: hidden;
position: relative;
transition: padding 0.25s ease-in-out;
}
@media (min-width: 1380px) {
.main-wrap {
padding-left: 250px;
}
}
.main-content {
float: right;
margin-left: 0;
overflow: hidden;
position: relative;
width: 100%;
}
.main-content::before, .main-content::after {
clear: none;
} .loading-bar {
height: 4px;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 1000;
}
.loading-bar::before {
animation: loading 2s linear infinite;
background-color: #5b362b;
content: '';
display: block;
height: 4px;
left: -200px;
position: absolute;
width: 200px;
}
@keyframes loading {
from {
left: -200px;
width: 30%;
}
50% {
width: 30%;
}
70% {
width: 70%;
}
80% {
left: 50%;
}
95% {
left: 120%;
}
to {
left: 100%;
}
} .loading-spinner {
animation: rotateLoader 4s infinite;
animation-timing-function: ease-in-out;
display: block;
height: 30px;
left: 50%;
margin-left: -15px;
margin-top: -15px;
position: fixed;
top: 50%;
width: 30px;
z-index: 1000;
}
.loading-spinner span {
animation-timing-function: ease-in-out;
background-color: #ffffff;
border-radius: 100%;
display: block;
height: 9px;
position: absolute;
width: 9px;
}
.loading-spinner span:nth-child(1) {
animation: translateBall1 1s infinite;
left: 0;
top: 0;
transform: translate3d(5px, 5px, 0);
}
.loading-spinner span:nth-child(2) {
animation: translateBall2 1s infinite;
right: 0;
top: 0;
}
.loading-spinner span:nth-child(3) {
animation: translateBall3 1s infinite;
bottom: 0;
right: 0;
}
.loading-spinner span:nth-child(4) {
animation: translateBall4 1s infinite;
bottom: 0;
left: 0;
}
.loading-spinner.is-relative {
display: inline-block;
left: auto;
margin: 0;
position: relative;
top: auto;
z-index: 1;
}
@keyframes rotateLoader {
0% {
transform: rotate(0);
}
25% {
transform: rotate(90deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(270deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes translateBall1 {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(4px, 4px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes translateBall2 {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(-4px, 4px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes translateBall3 {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(-4px, -4px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes translateBall4 {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(4px, -4px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
} .message-bar {
border-radius: 3px;
margin-bottom: 1em;
padding: 1em;
}
.message-bar p:last-child {
margin-bottom: 0;
} .paginator-list .paginator-list-item {
margin-right: 5px;
padding: 0;
display: inline-block;
}
.paginator-list .paginator-list-item:first-child i {
margin-right: 0.5em;
}
.paginator-list .paginator-list-item:last-child i {
margin-left: 0.5em;
}
.paginator-list .paginator-list-item .paginator-list-link {
background-color: #6e3020;
border: 1px solid #FFFFFF;
border-radius: 3px;
color: #5b362b;
display: block;
padding: 0.5em 1em;
transition: background-color 0.2s ease-in-out;
}
.paginator-list .paginator-list-item .paginator-list-link:hover {
background-color: #96412b;
}
.paginator-list .paginator-list-item .paginator-list-link.active {
background-color: #5b362b;
color: #5b362b;
}
.paginator-list.paginator-compact {
display: flex;
}
.paginator-list.paginator-compact .paginator-list-item {
margin-right: 0;
}
.paginator-list.paginator-compact .paginator-list-item:not(:last-child) {
border-right: 1px solid #FFFFFF;
}
.paginator-list.paginator-compact .paginator-list-item .paginator-list-link {
border-radius: 0;
}
.paginator-list.paginator-compact .paginator-list-item:first-child .paginator-list-link {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.paginator-list.paginator-compact .paginator-list-item:last-child .paginator-list-link {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.paginator-list.paginator-center {
justify-content: center;
text-align: center;
} .rating-circle {
background-color: #d7d7d7;
border-radius: 50%;
display: inline-block;
height: 100px;
margin: 0 auto;
overflow: hidden;
position: relative;
width: 100px;
}
@media (min-width: 758px) {
.rating-circle {
margin: 0;
margin-left: 10px;
}
}
@media (min-width: 992px) {
.rating-circle {
height: 130px;
width: 130px;
}
}
.rating-circle.rating-color-1 {
color: #dd2c00;
}
.rating-circle.rating-color-1 .circle-fill {
background-color: #dd2c00;
}
.rating-circle.rating-color-2 {
color: #ff5722;
}
.rating-circle.rating-color-2 .circle-fill {
background-color: #ff5722;
}
.rating-circle.rating-color-3 {
color: #ff9800;
}
.rating-circle.rating-color-3 .circle-fill {
background-color: #ff9800;
}
.rating-circle.rating-color-4 {
color: #ffc107;
}
.rating-circle.rating-color-4 .circle-fill {
background-color: #ffc107;
}
.rating-circle.rating-color-5 {
color: #f5dc00;
}
.rating-circle.rating-color-5 .circle-fill {
background-color: #f5dc00;
}
.rating-circle.rating-color-6 {
color: #cddc39;
}
.rating-circle.rating-color-6 .circle-fill {
background-color: #cddc39;
}
.rating-circle.rating-color-7 {
color: #8bc34a;
}
.rating-circle.rating-color-7 .circle-fill {
background-color: #8bc34a;
}
.rating-circle.rating-color-8 {
color: #4caf50;
}
.rating-circle.rating-color-8 .circle-fill {
background-color: #4caf50;
}
.rating-circle.rating-color-9 {
color: #43a047;
}
.rating-circle.rating-color-9 .circle-fill {
background-color: #43a047;
}
.rating-circle.rating-color-10 {
color: #388e3c;
}
.rating-circle.rating-color-10 .circle-fill {
background-color: #388e3c;
}
.rating-circle .circle .circle-mask, .rating-circle .circle .circle-fill {
border-radius: 50%;
height: 100px;
position: absolute;
transition: all 1s;
width: 100px;
}
@media (min-width: 992px) {
.rating-circle .circle .circle-mask, .rating-circle .circle .circle-fill {
height: 130px;
width: 130px;
}
}
.rating-circle .circle .circle-mask, .rating-circle .circle .circle-fill {
backface-visibility: hidden;
}
.rating-circle .circle .circle-mask.reanimate, .rating-circle .circle .circle-fill.reanimate {
transition: transform 0s;
}
.rating-circle .circle .circle-mask.reset, .rating-circle .circle .circle-fill.reset {
transform: rotate(0deg) !important;
}
.rating-circle .circle .circle-mask {
clip: rect(0, 100px, 100px, 100px/2);
overflow: hidden;
}
@media (min-width: 992px) {
.rating-circle .circle .circle-mask {
clip: rect(0, 130px, 130px, 130px/2);
}
}
.rating-circle .circle .circle-mask .circle-fill {
clip: rect(0, 100px/2, 100px, 0);
}
@media (min-width: 992px) {
.rating-circle .circle .circle-mask .circle-fill {
clip: rect(0, 130px/2, 130px, 0);
}
}
.rating-circle .circle-inset {
background-color: #6e3020;
border-radius: 50%;
height: 94px;
left: 50%;
margin-left: -47px;
margin-top: -47px;
position: absolute;
text-align: center;
top: 50%;
width: 94px;
}
@media (min-width: 992px) {
.rating-circle .circle-inset {
height: 124px;
line-height: 124px;
margin-left: -62px;
margin-top: -62px;
width: 124px;
}
}
.rating-circle .circle-inset .circle-rating-number {
font-size: 36px;
font-weight: normal;
line-height: 94px;
}
@media (min-width: 992px) {
.rating-circle .circle-inset .circle-rating-number {
font-size: 50px;
line-height: 124px;
}
}
.rating-circle.circle-small {
width: 80px;
height: 80px;
}
.rating-circle.circle-small .circle .circle-mask, .rating-circle.circle-small .circle .circle-fill {
height: 80px;
width: 80px;
}
.rating-circle.circle-small .circle-mask {
clip: rect(0, 80px, 80px, 40px);
}
.rating-circle.circle-small .circle-mask .circle-fill {
clip: rect(0, 40px, 80px, 0);
}
.rating-circle.circle-small .circle-inset {
border-radius: 50%;
height: 74px;
left: 50%;
margin-left: -37px;
margin-top: -37px;
position: absolute;
text-align: center;
top: 50%;
width: 74px;
}
.rating-circle.circle-small .circle-inset .circle-rating-number {
font-size: 24px;
font-weight: 400;
left: 0;
line-height: 74px;
margin: 0 !important;
position: absolute;
top: 0;
width: 74px;
}
.rating-color-1 .circle-fill, .rating-color-1 .circle-full {
transform: rotate(18deg);
}
.rating-color-2 .circle-fill, .rating-color-2 .circle-full {
transform: rotate(36deg);
}
.rating-color-3 .circle-fill, .rating-color-3 .circle-full {
transform: rotate(54deg);
}
.rating-color-4 .circle-fill, .rating-color-4 .circle-full {
transform: rotate(72deg);
}
.rating-color-5 .circle-fill, .rating-color-5 .circle-full {
transform: rotate(90deg);
}
.rating-color-6 .circle-fill, .rating-color-6 .circle-full {
transform: rotate(108deg);
}
.rating-color-7 .circle-fill, .rating-color-7 .circle-full {
transform: rotate(126deg);
}
.rating-color-8 .circle-fill, .rating-color-8 .circle-full {
transform: rotate(144deg);
}
.rating-color-9 .circle-fill, .rating-color-9 .circle-full {
transform: rotate(162deg);
}
.rating-color-10 .circle-fill, .rating-color-10 .circle-full {
transform: rotate(180deg);
} .table {
background-color: #6e3020;
border: 1px solid #6e3020;
border-collapse: collapse;
border-radius: 3px;
color: #5b362b;
margin-bottom: 20px;
max-width: 100%;
width: 100%;
}
.table th, .table td {
border-bottom: 1px solid #6e3020;
padding: 10px;
}
@media (min-width: 992px) {
.table th, .table td {
padding: 10px 20px;
}
}
.table td {
padding: 14px;
position: relative;
}
.table tr {
border-bottom: 1px solid #6e3020;
}
.table thead {
border-bottom: 1px solid #6e3020;
}
.table th {
background-color: #FFFFFF;
color: #969da6;
font-weight: normal;
padding: 5px 14px;
white-space: nowrap;
}
.table-vertical-center td {
vertical-align: middle;
} .table-responsive th {
display: none;
}
.table-responsive td {
display: block;
}
.table-responsive td:first-child {
border-top: 1px solid #6e3020;
padding-top: 14px;
}
.table-responsive td:last-child {
padding-bottom: 14px;
}
.table-responsive td::before {
content: attr(data-th) ': ';
display: block;
font-weight: normal;
}
.table-responsive th, .table-responsive td {
text-align: left;
}
.table-responsive.table-break-medium tr {
border-top: 1px solid #6e3020;
}
@media (max-width: 758px) {
.table-responsive.table-break-medium td {
border: 0;
padding-bottom: 0;
}
}
@media (min-width: 758px) {
.table-responsive.table-break-medium td::before {
display: none;
}
}
.table-responsive.table-break-medium td:last-child {
padding-bottom: 14px;
}
@media (min-width: 758px) {
.table-responsive.table-break-medium th, .table-responsive.table-break-medium td {
display: table-cell;
}
}
.table-responsive.table-break-small tr {
border-top: 1px solid #6e3020;
}
@media (max-width: 480px) {
.table-responsive.table-break-small td {
border: 0;
padding-bottom: 0;
}
}
@media (min-width: 480px) {
.table-responsive.table-break-small td::before {
display: none;
}
}
.table-responsive.table-break-small td:last-child {
padding-bottom: 14px;
}
@media (min-width: 480px) {
.table-responsive.table-break-small th, .table-responsive.table-break-small td {
display: table-cell;
}
} .tabs {
border-bottom: 1px solid #6e3020;
margin-bottom: 30px;
text-align: center;
}
.tabs .tab {
border-bottom: 3px solid transparent;
color: #969da6;
display: inline-block;
line-height: 50px;
margin: 0;
margin-right: 30px;
min-width: 70px;
position: relative;
}
.tabs .tab:hover {
color: #5b362b;
text-decoration: none;
}
.tabs .tab.active {
border-bottom: 3px solid #5b362b;
color: #5b362b;
}
.tab-content {
display: none;
}
.tab-content.selected {
display: block;
} .tags {
margin-bottom: 20px;
}
.tags:last-child {
margin-bottom: 0;
}
.tags li {
display: inline-block;
margin: 0 25px 10px 0;
}
.tags .tag {
background-color: #6e3020;
border-radius: 3px 0 0 3px;
color: #5b362b;
display: inline-block;
float: left;
line-height: 34px;
padding: 0 10px;
position: relative;
}
.tags .tag::before {
border-bottom: 17px solid transparent;
border-left: 10px solid #6e3020;
border-top: 17px solid transparent;
content: '';
height: 0;
position: absolute;
right: -10px;
top: 0;
width: 0;
}
.tags .tag::after {
background: #FFFFFF;
border-radius: 6px;
content: '';
float: left;
height: 5px;
position: absolute;
right: -3px;
top: 14px;
width: 5px;
}
.tags a.tag {
color: #5b362b;
display: inline-block;
text-decoration: none;
}
.tags a.tag:hover {
background-color: #96412b;
text-decoration: none;
}
.tags a.tag:hover::before {
border-left: 10px solid #96412b;
} html, html a, *, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-rendering: optimizeLegibility !important; -moz-font-smoothing: antialiased !important;
font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
}
body {
font: 400 14px/1.5em 'Montserrat', helvetica, arial, sans-serif;
color: #5b362b;
}
@media (min-width: 758px) {
body {
font-size: 15px;
}
}
@media (min-width: 992px) {
body {
font-size: 15px;
}
}
img {
font-size: 12px;
line-height: 1.3em;
}
p, dt, dd {
line-height: 1.5em;
margin-bottom: 1.5em;
}
a {
color: #ff9900;
text-decoration: none;
}
a:hover {
color: rgba(255, 153, 0, 0.8);
}
a:focus {
color: #ff9900;
}
a:visited {
color: #ff9900;
}
.text-huge, .text-big, .text-medium {
line-height: 1.3em;
margin-bottom: 1em;
margin-top: 1.5em;
}
.text-huge:first-child, .text-big:first-child, .text-medium:first-child {
margin-top: 0.5em;
}
.text-huge {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 30px;
font-weight: 900;
text-transform: none;
}
@media (min-width: 992px) {
.text-huge {
font-size: 40px;
}
}
@media (min-width: 1380px) {
.text-huge {
font-size: 48px;
}
}
.text-big {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 24px;
font-weight: 900;
text-transform: none;
}
@media (min-width: 992px) {
.text-big {
font-size: 28px;
}
}
.text-medium {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 20px;
font-weight: 900;
text-transform: none;
}
.text-small, label.label {
font-size: 12px;
}
@media (min-width: 758px) {
.text-small, label.label {
font-size: 14px;
}
}
.text-body {
font-size: 14px;
line-height: 1.5em;
}
@media (min-width: 992px) {
.text-body {
font-size: 15px;
}
}
.text-primary {
color: #5b362b;
}
.text-dark {
color: #5b362b;
}
.text-secondary {
color: #6e3020;
}
.text-white {
color: #ffffff;
}
.text-success {
color: #4caf50;
}
.text-info {
color: #5bc0de;
}
.text-warning {
color: #f0ad4e;
}
.text-error {
color: #e74c3c;
}
.text-gray, label.label, .table-responsive td::before {
color: #dee6ea;
}
.text-gray-light {
color: #edf3f6;
}
.text-rating1 {
color: #dd2c00;
}
.text-rating2 {
color: #ff5722;
}
.text-rating3 {
color: #ff9800;
}
.text-rating4 {
color: #ffc107;
}
.text-rating5 {
color: #f5dc00;
}
.text-rating6 {
color: #cddc39;
}
.text-rating7 {
color: #8bc34a;
}
.text-rating8 {
color: #4caf50;
}
.text-rating9 {
color: #43a047;
}
.text-rating10 {
color: #388e3c;
}
.text-white {
color: #ffffff;
}
.text-gray, label.label, .table-responsive td::before, a.text-gray, button.text-gray {
color: #969da6;
}
.text-light {
font-weight: 300;
}
.text-normal {
font-weight: 400;
}
.text-line-through {
text-decoration: line-through;
}
.text-italic {
font-style: italic;
}
.text-uppercase {
text-transform: uppercase;
}
.text-transform-none {
text-transform: none;
}
.text-center {
text-align: center;
}
.text-lato {
font-family: 'Lato', sans-serif;
}
.text-with-subtitle {
margin-bottom: 0 !important;
}
.text-with-subtitle + .text-huge, .text-with-subtitle + .text-big, .text-with-subtitle + .text-medium, .text-with-subtitle + .text-small, .text-with-subtitle + label.label {
margin-top: 0.5em;
}
h1, h2, h3, h4 {
font-weight: 900;
}
input, textarea, select, button {
letter-spacing: inherit;
}
p, ul, li, dt, dd {
letter-spacing: 0;
}
@media (min-width: 758px) {
.mobile-only {
display: none !important;
}
}
.tablet-only {
display: none !important;
}
@media (min-width: 758px) {
.tablet-only {
display: block !important;
}
}
@media (min-width: 992px) {
.tablet-only {
display: none !important;
}
}
.tablet-up {
display: none !important;
}
@media (min-width: 758px) {
.tablet-up {
display: block !important;
}
}
.tablet-down {
display: block !important;
}
@media (min-width: 992px) {
.tablet-down {
display: none !important;
}
}
.desktop-only {
display: none !important;
}
@media (min-width: 992px) {
.desktop-only {
display: block !important;
}
}
.flex-it {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
align-content: center;
}
.flex-it.space-between {
justify-content: space-between;
}
img {
max-width: 100%;
height: auto;
}
.floatright, .float-right {
float: right;
}
.floatleft, .float-left {
float: left;
}
.floatnone, .float-none {
float: none;
}
.marginleft, .margin-left {
margin-left: 0.5em;
}
.marginright, .margin-right {
margin-right: 0.5em;
}
.margintop, .margin-top {
margin-top: 0.5em;
}
.marginbottom, .margin-bottom {
margin-bottom: 0.5em;
}
.marginleftx {
margin-left: 3.5em;
}
.marginrightx {
margin-right: 3.5em;
}
.margintopx {
margin-top: 3.5em;
}
.marginbottomx {
margin-bottom: 3.5em;
}
.hide-it {
display: none !important;
}
.clear {
clear: both;
}  @font-face {
font-family: 'icomoon';
src: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/icomoon.eot?3batjs);
src: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/icomoon.eot?3batjs#iefix) format('embedded-opentype'), url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/icomoon.ttf?3batjs) format('truetype'), url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/icomoon.woff?3batjs) format('woff'), url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/icomoon.svg?3batjs#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} @font-face {
font-family: 'CNGar-Regular';
src: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/CNGar-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CNGar-Italic';
src: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/CNGar-Italic.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CNGar-Bold';
src: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/CNGar-Bold.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CNGar-BoldItalic';
src: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/CNGar-Bolditalic.woff) format('woff');
font-weight: normal;
font-style: normal;
}
[class^="font-cngar-regular"], [class*=" font-cngar-regular"] {
font-family: 'CNGar-Regular', "Times New Roman", Times, Georgia, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="font-cngar-italic"], [class*=" font-cngar-italic"] {
font-family: 'CNGar-Italic', "Times New Roman", Times, Georgia, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="font-cngar-bold"], [class*=" font-cngar-bold"] {
font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="font-cngar-bolditalic"], [class*=" font-cngar-bolditalic"] {
font-family: 'CNGar-BoldItalic', "Times New Roman", Times, Georgia, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} @font-face {
font-family: 'LoveThunder';
src: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/a_love_of_thunder-webfont.woff2) format('woff2'), url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/a_love_of_thunder-webfont.woff) format('woff'), url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/css/fonts/a_love_of_thunder-webfont.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="font-lovethunder"], [class*=" font-lovethunder"] {
font-family: 'LoveThunder', "Montserrat", helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .nav-menu {
transition: 0.5s all;
} .hvr-skew-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
} .hvr-sweep-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #7e4b3b;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
}
.hvr-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #7e4b3b;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
right: 0;
} .hvr-icon-back {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
} .hvr-icon-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
-webkit-transform: translateX(6px);
transform: translateX(6px);
} @-webkit-keyframes hvr-icon-float-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
}
}
@keyframes hvr-icon-float-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
}
} .hvr-icon-float-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
-webkit-animation-name: hvr-icon-float-away;
animation-name: hvr-icon-float-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} .hvr-icon-grow-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-grow-rotate .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
-webkit-transform: scale(1.5) rotate(12deg);
transform: scale(1.5) rotate(12deg);
} @-webkit-keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@-webkit-keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
.hvr-icon-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-bob .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
animation-name: hvr-icon-bob-float, hvr-icon-bob;
-webkit-animation-duration: 0.3s, 1.5s;
animation-duration: 0.3s, 1.5s;
-webkit-animation-delay: 0s, 0.3s;
animation-delay: 0s, 0.3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} .hvr-sweep-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(126, 75, 59, 0) 0%, #7e4b3b 60%, #7e4b3b 100%);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .hvr-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(0deg, rgba(126, 75, 59, 0) 0%, #7e4b3b 60%, #7e4b3b 100%);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .hvr-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098D1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}  @-webkit-keyframes now-visible {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes now-visible {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
} a, a:link {
color: #222954;
}
a:visited {
color: #222954;
}
a:hover, a:focus {
color: #ff9900;
}
.entry-content p a, .entry-content p a:link, .entry-content p a:visited {
font-weight: 700;
}
.entry-content p a:hover, .entry-content p a:focus {
font-weight: 700;
}
@media (min-width: 992px) {
a img, a img.lazyloaded {
transition: 0.5s all !important;
}
a:hover img {
opacity: 1;
transform: scale(1.01);
filter: saturate(1.3);
cursor: pointer;
}
}
.button a, .button a:link, .button a:visited, input[type="submit"], .btn, .btn:link, .btn:visited, .btn a, .btn a:link, .btn a:visited, .gform_wrapper.cn-form .gform_footer input.button, .gform_wrapper .cn-form .gform_footer input[type=submit], .entry-content .su-posts-teaser-loop h2.su-post-title a {
background: #ff9900;
font-family: 'Fell Type A', 'Fell Type B', serif;
color: #5b362b;
line-height: 2.5;
border: 3px solid #6e3020;
border-radius: 50vw;
padding: 3vw;
text-decoration: none;
box-shadow: none;
text-shadow: none;
transition: ease 0.3s;
margin: 3vw 2px 1vw;
font-size: 6vw;
flex-grow: 1;
font-weight: 900;
text-align: center;
line-height: 1.2;
}
@media (min-width: 758px) {
.button a, .button a:link, .button a:visited, input[type="submit"], .btn, .btn:link, .btn:visited, .btn a, .btn a:link, .btn a:visited, .gform_wrapper.cn-form .gform_footer input.button, .gform_wrapper .cn-form .gform_footer input[type=submit], .entry-content .su-posts-teaser-loop h2.su-post-title a {
font-size: 2.5vw;
}
}
@media (min-width: 992px) {
.button a, .button a:link, .button a:visited, input[type="submit"], .btn, .btn:link, .btn:visited, .btn a, .btn a:link, .btn a:visited, .gform_wrapper.cn-form .gform_footer input.button, .gform_wrapper .cn-form .gform_footer input[type=submit], .entry-content .su-posts-teaser-loop h2.su-post-title a {
font-size: 24px;
padding: 20px 25px;
}
}
.btn-link-style, .btn-link-style:link, .btn-link-style:visited {
background: transparent;
color: #5b362b;
font-size: 0.7em;
border: 0;
padding: 0;
}
.button a:hover, .button a:active, .button a:focus, input[type="submit"]:hover, .btn:hover, .btn:active, .btn:focus, .gform_wrapper.cn-form .gform_footer input.button:hover, .gform_wrapper .cn-form .gform_footer input[type=submit]:hover, .entry-content .su-posts-teaser-loop h2.su-post-title a:hover {
background: #6e3020;
color: #5b362b;
transition: ease 0.3s;
border: 3px solid #5b362b;
}
.btn-link-style:hover, .btn-link-style:active, .btn-link-style:focus {
border: none;
background: transparent;
color: #ff9900;
}
button.box-btn {
transition: ease 0.3s;
}
.inline.button a {
float: right;
margin-right: 12px;
font-size: 0.6em;
margin-bottom: 0;
}
a.cta-btn {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 44px;
font-weight: 700;
text-decoration: none;
padding: 3px 25px;
background-color: #939393;
color: #fff;
border: 3px solid #fff;
}
a.cta-btn:hover {
background-color: #fff;
color: #939393;
transition: ease 0.3s;
}
input[type="submit"].search-submit {
float: right;
margin: 0;
text-transform: none;
padding: 8px 10px;
}
.banner, .banner:link, .banner:visited {
display: block;
width: 100%;
background: #deba96;
color: #5b362b;
font-size: 180%;
font-size: 2.25em;
text-align: center;
line-height: 1.3;
padding: 1.5em;
border-bottom: 10px solid #deba96;
}
.btn-three::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(255, 255, 255, 0.1);
transition: all 0.3s;
}
.btn-three:hover::before {
opacity: 0;
transform: scale(0.5, 0.5);
}
.btn-three::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
transition: all 0.3s;
border: 1px solid rgba(255, 255, 255, 0.5);
transform: scale(1.2, 1.2);
}
.btn-three:hover::after {
opacity: 1;
transform: scale(1, 1);
}
a.btn-simple {
background: #5b362b;
color: white;
text-transform: uppercase;
transition: 0.5s all;
padding: 15px;
font-size: 18px;
}
a.btn-simple.overlap {
margin: 20px auto -20px auto;
padding: 20px 30px;
}
a.tour-link, span.tour-link, span.tour-link img {
font-size: 40%;
vertical-align: middle;
color: #38211b;
width: 20px;
margin-left: 5px;
}
a.tour-link:hover, span.tour-link:hover, span.tour-link img:hover {
color: #7e4b3b;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@media (min-width: 758px) {
a.tour-link, span.tour-link, span.tour-link img {
width: 22px;
position: relative;
top: -1px;
}
}
@media (min-width: 992px) {
a.tour-link, span.tour-link, span.tour-link img {
width: 28px;
top: -2px;
}
}
.visitingBtns {
display: flex;
}
.visitingBtns a {
margin: 1em 0.5em;
width: 50%;
}
@media screen and (max-width: 530px) {
.entry-content a.cta-single {
width: 100%;
margin: 10px auto;
float: none;
}
.entry-content a.cta-single img.align-right {
width: 100%;
}
}
.entry-content a.cta-small img.alignright {
max-width: 41%;
} .screen-reader-text {
display: none;
}
.site-header {
display: flex;
justify-content: space-between;
align-items: center;
z-index: 11;
position: fixed;
top: 0;
width: 100%;
height: 54px;
background: rgba(183, 128, 80, 0.88) url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/header-bg-sm.jpg) no-repeat right top;
background-size: auto 100%;
transition: 0.5s all;
}
@media (min-width: 758px) {
.site-header {
height: 54px;
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/header-bg-md.jpg);
background-size: 100% 100%;
}
}
@media (min-width: 992px) {
.site-header {
height: 100px;
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/header-bg-md.jpg);
background-size: auto 100%;
box-shadow: 0 0 20px #000;
justify-content: center;
}
}
@media (min-width: 1112px) {
.site-header {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/header-bg-lg.jpg);
background-position: center top;
background-size: auto 100%;
background-repeat: repeat-x;
}
}
@media screen and (min-width: 2000px) {
.site-header {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/header-bg-lg.jpg);
}
}
@media (min-width: 992px) {
.scrolling .site-header {
margin-top: -40px;
padding-top: 40px;
}
}
.site-header::after {
background: rgba(10, 40, 153, 0.9);
display: block;
width: 100%;
height: 74px;
}
.site-branding {
z-index: 100;
padding: 0;
width: 100%;
height: 100%;
}
@media (min-width: 758px) {
.site-branding {
max-width: 30%;
padding: 0;
}
}
@media (min-width: 992px) {
.site-branding {
max-width: 590px;
}
}
.site-title {
text-align: center;
margin-bottom: 0;
height: 100%;
}
.site-title a {
text-align: left;
display: block;
margin-left: 0;
height: 100%;
}
@media (min-width: 992px) {
.site-title a {
margin-left: 0;
}
} .site-title img {
max-height: 114%;
max-width: 100%;
width: auto;
margin: 8% 0 0 2%;
transition: 0.5s all;
}
@media (min-width: 758px) {
.site-title img {
max-width: 150%;
max-height: 130%;
margin-top: 0;
}
}
@media (min-width: 992px) {
.site-title img {
max-width: 385px;
max-height: 140%;
margin-top: 6%;
}
}
@media (min-width: 992px) {
.scrolling .site-title img {
margin-top: 3%;
}
}
.site-description {
display: none;
} .main-navigation {
width: 100%;
width: 100%;
max-width: 50%;
line-height: 1.75;
}
@media (min-width: 758px) {
.main-navigation {
max-width: 60%;
}
}
@media (min-width: 992px) {
.main-navigation {
max-width: 688px;
}
}
.main-navigation .primary-actions {
display: flex;
justify-content: flex-end;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
margin-right: 2vw;
}
.primary-actions a, .primary-actions span, .primary-actions button, .primary-actions * {
color: #5b362b;
font-size: 24px;
font-size: 1.1em;
font-size: 1.2rem;
font-weight: 400;
line-height: 24px;
text-transform: uppercase;
padding: 0;
font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
}
@media (min-width: 992px) {
.primary-actions a, .primary-actions span, .primary-actions button, .primary-actions * {
font-size: 1.7em;
font-size: 1.7rem;
}
}
.main-navigation .email {
display: none;
}
.main-navigation .phone {
order: 2;
}
.main-navigation .login-link-primary {
order: 1;
position: relative;
font-size: 3.5vw;
}
@media (min-width: 758px) {
.main-navigation .login-link-primary {
font-size: 2.5vw;
}
}
@media (min-width: 992px) {
.main-navigation .login-link-primary {
transition: 0.5s all;
font-size: 1.8em;
font-size: 1.8rem;
margin-top: 2px;
}
}
@media (min-width: 992px) {
.main-navigation .login-link-primary:hover {
transform: scale(1.1);
}
}
button.menu-toggle {
order: 3;
position: relative;
padding-right: 6vw;
margin-left: 5vw;
font-weight: 400;
font-size: 4.25vw;
font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
line-height: 1;
}
@media (min-width: 758px) {
button.menu-toggle {
padding-right: 4.5vw;
margin-top: 0;
font-size: 3.25vw;
}
}
@media (min-width: 992px) {
button.menu-toggle {
padding-right: 62px;
transition: 0.5s all;
font-size: 2.4em;
font-size: 2.4rem;
margin-left: 45px;
}
}
button.menu-toggle::before {
display: block;
content: "";
width: 20px;
height: 16px;
position: absolute;
top: -1px;
left: auto;
right: 0;
text-indent: 0;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/menu-icon.png) no-repeat center;
background-size: 100%;
}
@media (min-width: 758px) {
button.menu-toggle::before {
width: 30px;
height: 22px;
top: 0;
}
}
@media (min-width: 992px) {
button.menu-toggle::before {
width: 50px;
top: 2px;
height: 32px;
}
}
.toggled button.menu-toggle::before {
font-family: 'icomoon';
content: "";
background-image: none;
height: 6vw;
top: 0;
color: #9A4A07;
text-shadow: 2px 2px 2px #000;
}
@media (min-width: 758px) {
.toggled button.menu-toggle::before {
height: 50px;
}
}
@media (min-width: 992px) {
button.menu-toggle:hover {
transform: scale(1.1);
}
}
#site-menu {
clear: both;
width: 82%;
background: #FFF;
height: 2000px;
overflow: hidden;
order: 4;
transition: 1s all;
position: fixed;
top: 54px;
box-shadow: 0 20vw 30vw #000;
padding: 2vw 5% 0 5%;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/menu-bg.jpg?v=2) repeat center top;
background-size: 100% 100%;
visibility: hidden;
padding-top: 30vw;
}
#site-menu::after {
display: block;
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/menu-bg-photo.jpg) no-repeat center top;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: 100%;
z-index: -1;
}
@media (min-width: 758px) {
#site-menu {
width: 56%;
padding: 18vw 8% 0 5%;
}
}
@media (min-width: 992px) {
#site-menu {
top: 100px;
width: 42%;
max-width: 420px;
padding: 155px 60px 20vw 40px;
}
}
@media (min-width: 992px) {
.scrolling #site-menu {
top: 60px;
}
}
#site-menu[aria-expanded="true"] {
visibility: visible;
max-height: 100vh;
height: 2000px;
overflow-y: scroll;
overflow-x: hidden;
padding-bottom: 20vw;
} #site-menu[data-action="slide-from-right"] {
right: -120%;
}
#site-menu[data-action="slide-from-left"] {
left: -120%;
}
#site-menu[data-action="slide-down"] {
height: 0;
}
#site-menu[data-action="slide-from-right"][aria-expanded="true"] {
right: 0;
}
#site-menu[data-action="slide-from-left"][aria-expanded="true"] {
left: 0;
}
.site-menu-wrapper {
margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) {
.site-menu-wrapper {
max-width: none;
}
}
#site-menu .sub-menu li a {
text-transform: none;
font-weight: 500; margin-left: 4vw;
}
@media (min-width: 758px) {
#site-menu .sub-menu li a {
font-size: 20px;
margin-left: 25px;
}
}
.main-navigation #site-menu a, .main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2) {
color: #6e3020;
font-weight: 500;
font-size: 1.2em;
font-size: 1.4rem;
font-size: 5vw;
font-family: 'Montserrat', helvetica, arial, sans-serif;
position: relative;
white-space: nowrap;
display: block;
}
@media (min-width: 758px) {
.main-navigation #site-menu a, .main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2) {
font-size: 20px;
}
}
.main-navigation #site-menu #cta-navigation ul.sub-menu a {
font-size: 4.5vw;
}
@media (min-width: 758px) {
.main-navigation #site-menu #cta-navigation ul.sub-menu a {
font-size: 20px;
}
}
.main-navigation li {
margin: 0;
line-height: 1.6;
}
.main-navigation .menu-site-navigation-container ul a:hover, .main-navigation ul li.main-parent.current-menu-item > a, .main-navigation ul li.main-parent.current_page_item > a, .main-navigation ul li.main-parent.current_page_parent > a, .main-navigation ul li.main-parent.current_page_ancestor > a, .main-navigation ul#primary-navigation a.open {
color: #5b362b !important;
}
.main-navigation ul#primary-navigation li.menu-item-has-children a:first-child:nth-last-child(2) {
font-size: 1.6em;
font-size: 1.6rem;
font-size: 8.3vw;
font-family: 'Fell Type A', 'Fell Type B', serif;
font-weight: 800;
color: #6e3020;
display: block;
}
@media (min-width: 758px) {
.main-navigation ul#primary-navigation li.menu-item-has-children a:first-child:nth-last-child(2) {
font-size: 40px;
}
}
.main-navigation ul#cta-navigation ul.sub-menu {
margin-left: 5%;
}
.main-navigation ul#primary-navigation li.menu-item-has-children {
padding: 0 0 5vw;
}
@media (min-width: 758px) {
.main-navigation ul#primary-navigation li.menu-item-has-children {
padding: 0 0 3vw;
}
}
@media (min-width: 992px) {
.main-navigation ul#primary-navigation li.menu-item-has-children {
padding: 0 0 15px;
}
}
.main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children {
padding: 0;
}
.main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2):before, .main-navigation ul#cta-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2):before {
content: '';
display: none;
}
.main-navigation ul#primary-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before, .main-navigation ul#cta-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before {
display: inline-block;
content: "+";
position: absolute;
margin-left: auto;
font-size: 1.2em;
font-size: 8vw;
line-height: 1.5;
right: 0;
font-family: serif;
}
@media (min-width: 758px) {
.main-navigation ul#primary-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before, .main-navigation ul#cta-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before {
font-size: 46px;
right: -28px;
line-height: 1.3;
}
}
.main-navigation ul#cta-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before {
font-size: 8vw;
}
@media (min-width: 758px) {
.main-navigation ul#cta-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before {
font-size: 42px;
}
}
.main-navigation ul#primary-navigation li.current_page_ancestor > a {
color: #ff9900;
}
.main-navigation ul#primary-navigation li.menu-item-has-children a.open:first-child:nth-last-child(2):before, .main-navigation ul#primary-navigation li.current-page-ancestor > a:first-child:nth-last-child(2):before {
content: "-";
font-size: 1.2em;
font-size: 8vw;
width: 18px;
text-align: center;
}
@media (min-width: 758px) {
.main-navigation ul#primary-navigation li.menu-item-has-children a.open:first-child:nth-last-child(2):before, .main-navigation ul#primary-navigation li.current-page-ancestor > a:first-child:nth-last-child(2):before {
font-size: 44px;
right: -26px;
}
}
.main-navigation ul#primary-navigation .sub-menu li.current-page-ancestor > a:first-child:nth-last-child(2):before {
content: "";
display: none;
}
@media (min-width: 992px) {
.main-navigation #site-menu a {
transition: 0.2s;
display: block;
}
.main-navigation #site-menu a:hover, .main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2):hover {
color: #5b362b;
text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
}
}
.main-navigation .sub-menu {
margin-top: 0;
display: none;
}
.main-navigation .sub-menu li {
line-height: 1.8;
}
.main-navigation #site-menu .menu-tertiary-menu-container li.stitches {
position: relative;
padding: 15px 0;
margin: 15px 0;
}
.menu-tertiary-menu-container::after, .cta-buttons::after, #primary-navigation li.menu-item-has-children::after, .main-navigation #site-menu .menu-tertiary-menu-container li.stitches::after, .main-navigation #site-menu .menu-tertiary-menu-container li.stitches::before {
display: block;
content: "";
width: 116%;
height: 24px;
position: absolute;
bottom: 0;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/panel-long-stitches.png);
background-size: auto 100%;
margin-left: -8%;
}
@media (min-width: 758px) {
.menu-tertiary-menu-container::after, .cta-buttons::after, #primary-navigation li.menu-item-has-children::after, .main-navigation #site-menu .menu-tertiary-menu-container li.stitches::after, .main-navigation #site-menu .menu-tertiary-menu-container li.stitches::before {
width: 134%;
margin-left: -14%;
}
}
.main-navigation #site-menu .menu-tertiary-menu-container li.stitches::before {
top: 0;
}
.menu-tertiary-menu-container, .menu-cta-container, .cta-buttons, #primary-navigation li.menu-item-has-children {
position: relative;
}
#primary-navigation li.menu-item-has-children::after {
top: auto;
bottom: 0;
}
.menu-tertiary-menu-container::after, .cta-buttons::after, #primary-navigation li.menu-item-has-children li.menu-item-has-children::after {
display: none;
}
.main-navigation .sub-menu li.menu-item-has-children a::after {
top: -0.5vw;
}
@media (min-width: 758px) {
.main-navigation .sub-menu li.menu-item-has-children a::after {
top: -2px;
}
}
.main-navigation .sub-menu .sub-menu li a::after {
top: -0.6vw;
}
@media (min-width: 758px) {
.main-navigation .sub-menu .sub-menu li a::after {
top: -1px;
}
}
.main-navigation .sub-menu .sub-menu li {
text-indent: 1.5em;
}
.main-navigation #site-menu .sub-menu .sub-menu li a {
font-size: 5vw;
position: relative;
}
@media (min-width: 758px) {
.main-navigation #site-menu .sub-menu .sub-menu li a {
font-size: 18px;
}
}
.main-navigation .sub-menu .sub-menu, .main-navigation li.current_page_ancestor .sub-menu {
display: block;
margin-bottom: 15px;
}
.main-navigation #site-menu .menu-tertiary-menu-container li {
line-height: 1.8;
}
.main-navigation #site-menu .menu-tertiary-menu-container a {
font-size: 1.2em;
font-size: 6vw;
text-transform: none;
font-weight: 800;
font-family: 'Fell Type A', 'Fell Type B', serif;
letter-spacing: -1pt;
}
@media (min-width: 758px) {
.main-navigation #site-menu .menu-tertiary-menu-container a {
font-size: 30px;
}
}
.sidebar .top-menu-only {
display: none;
}
#site-menu .side-menu-only {
display: none;
}
#site-menu .not-in-pull-menu {
display: none;
}
.main-navigation ul.menu a.open + .sub-menu, .main-navigation ul.menu li.current-menu-parent a + .sub-menu, .main-navigation ul.menu li.current-menu-ancestor a + .sub-menu {
display: block;
} .main-navigation ul.menu ul.sub-menu .current-menu-item > a, .main-navigation ul#tertiary-navigation .current-menu-item > a {
color: #222954 !important;
}
.main-navigation ul.menu ul.sub-menu .current-menu-item > a::before, .main-navigation ul#tertiary-navigation .current-menu-item > a::before {
display: block;
content: "";
width: 9vw;
height: 9vw;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/moose-blue.png) no-repeat center; background-size: auto 100%;
position: absolute;
margin: 0 0 0 -4.5vw;
opacity: 0.6;
right: 0;
}
@media (min-width: 758px) {
.main-navigation ul.menu ul.sub-menu .current-menu-item > a::before, .main-navigation ul#tertiary-navigation .current-menu-item > a::before {
margin: 0;
width: 5vw;
height: 5vw;
}
}
@media (min-width: 992px) {
.main-navigation ul.menu ul.sub-menu .current-menu-item > a::before, .main-navigation ul#tertiary-navigation .current-menu-item > a::before {
width: 50px;
height: 31px;
}
}  .cta-buttons {
display: flex;
justify-content: space-between;
text-align: center;
padding: 3vw 0 5vw;
}
@media (min-width: 758px) {
.cta-buttons {
padding: 2vw 0;
}
}
@media (min-width: 992px) {
.cta-buttons {
padding: 25px 0;
}
}
.cta-buttons img {
width: 75%;
} .site-menu-wrapper .email-phone {
padding-top: 25px;
display: flex;
}
.site-menu-wrapper .email-phone::before {
display: block;
content: "";
width: 116%;
height: 24px;
position: absolute;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/panel-long-stitches.png);
background-size: auto 100%;
margin-left: -8%;
margin-top: -30px;
}
.main-navigation #site-menu .email-phone a.tel {
font-family: "Fell Type SC A", "Fell Type SC B", serif;
font-size: 7vw;
line-height: 1;
margin: 0 0 0 4vw;
}
@media (min-width: 758px) {
.main-navigation #site-menu .email-phone a.tel {
font-size: 4vw;
margin-left: 3vw;
}
}
@media (min-width: 992px) {
.main-navigation #site-menu .email-phone a.tel {
font-size: 34px;
margin-left: 20px;
}
}
.main-navigation .sub-menu li::before {
display: block;
content: "";
width: 100%;
height: 2px;
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1);
} .page-inquire .main-navigation li.menu-item-1559 .sub-menu {
display: block;
} .site-footer {
box-shadow: none;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.site-footer.now-visible .footer-photo {
display: block;
width: 100%;
height: auto;
margin-top: -8vw;
}
@media (min-width: 992px) {
.site-footer.now-visible .footer-photo {
margin-top: -150px;
}
}
.site-footer .footer-cta {
position: absolute;
padding-top: 10%;
padding-bottom: 5%;
width: 90%;
margin: 0 5%;
display: flex;
justify-content: space-around;
background: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-cta a {
width: 28%;
background: #5b362b;
text-align: center;
color: white;
padding: 5px;
text-transform: uppercase;
letter-spacing: 0;
transition: 0.3s all;
font-weight: 600;
z-index: 9;
}
@media (min-width: 758px) {
.site-footer .footer-cta a {
font-size: 16px;
padding: 10px;
width: 28%;
}
}
@media (min-width: 992px) {
.site-footer .footer-cta a {
font-size: 24px;
padding: 28px 15px;
width: 28%;
}
}
.site-footer-wrap {
order: 1;
position: relative;
z-index: 2;
background: #f7ece2;
border-bottom: 10px solid #ff9900;
}
.site-footer-wrap.full-width-bg {
padding-top: 0;
margin-top: 0;
margin-bottom: 0;
}
.site-footer-wrap::before {
display: block;
content: "";
width: 112%;
height: 34px;
margin-top: -22px;
margin-left: -6%;
position: relative;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/panel-long-stitches.png) repeat-x center top;
background-size: auto 100%;
}
@media (min-width: 758px) {
.site-footer-wrap::before {
width: 126%;
margin-left: -13%;
}
}
.site-info {
position: relative;
z-index: 2;
}
.site-footer .vcard {
overflow: hidden;
margin-bottom: 1em;
font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
}
.site-footer .vcard h1, .home .site-footer .vcard h1, .site-footer .vcard .website {
display: none;
}
.site-footer .email {
display: block;
font-size: 6vw;
line-height: 1.5;
clear: both;
padding: 0.65em 0 0;
color: #6e3020;
font-weight: 400;
transition: 0.5s all;
}
.site-footer .email:hover {
color: #ff9900;
}
.site-footer .adr {
color: #6e3020;
margin: 1em auto 0;
width: 50%;
font-size: 4vw;
float: left;
line-height: 1.2;
text-align: center;
}
@media (min-width: 992px) {
.site-footer .adr {
width: 45%;
}
}
.site-footer .adr.summer-adr {
clear: both;
}
.site-footer .adr span {
display: inline-block;
}
.site-footer .adr .type, .site-footer .adr .street-address, .site-footer .adr .tel {
display: block;
}
.site-footer .adr .type, .adr span.type {
font-weight: 600;
font-size: 4.5vw;
}
.site-footer .adr .tel, a.tel.phone {
color: #6e3020;
font-weight: 400;
font-size: 6.5vw;
display: block;
line-height: 1.2;
margin-top: 1vw;
transition: 0.5s all;
}
.site-footer .adr .tel:hover, a.tel.phone:hover {
color: #ff9900;
}
.site-footer .opts {
text-align: center;
}
.site-footer .social {
text-align: center;
padding: 3vw 0 0;
}
.site-footer .social ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
.site-footer .social li {
margin: 0;
}
.site-footer .social a {
display: block;
width: 12vw;
height: 12vw;
min-width: 50px;
min-height: 50px;
text-align: center;
text-indent: -5000em;
position: relative;
color: #6e3020;
text-indent: -5000em;
font-size: 8vw;
line-height: 1.2;
transition: 0.5s all;
}
.site-footer .social a:hover {
color: #ff9900;
}
.site-footer .social a::before {
display: block;
font-family: "icomoon";
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
text-indent: 0;
}
.site-footer .social li.facebook a::before {
content: "";
font-family: "icomoon"; }
.site-footer .social li.twitter a {
font-size: 9vw;
line-height: 1.1;
}
.site-footer .social li.twitter a::before {
content: "";
font-family: "icomoon"; }
.site-footer .social li.youtube a {
font-size: 13.6vw;
height: 14vw;
width: 14vw;
top: 1.3vw;
}
.site-footer .social li.youtube a::before {
content: "";
font-family: "icomoon"; }
.site-footer .social li.instagram a::before {
content: "";
font-family: "icomoon"; }
.site-footer .social li.vimeo a::before {
content: "";
font-family: "icomoon"; }
.site-footer .social li.news a {
font-size: 9vw;
line-height: 1.1;
}
.site-footer .social li.news a::before {
content: "";
font-family: "icomoon"; }
.page-template-default .site-footer.now-visible .tagline, .page-template-page-dates-fees .site-footer.now-visible .tagline, .blog .site-footer.now-visible .tagline, .post-type-archive .site-footer.now-visible .tagline, .videos-template-default .site-footer.now-visible .tagline, .page-template-page-campfire-songs .site-footer.now-visible .tagline {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/summer-of-fun-tagline_2.png) no-repeat center;
width: 90vw;
height: 5vw;
margin: -40vw auto 0;
background-size: 100%;
}
@media (min-width: 992px) {
.page-template-default .site-footer.now-visible .tagline, .page-template-page-dates-fees .site-footer.now-visible .tagline, .blog .site-footer.now-visible .tagline, .post-type-archive .site-footer.now-visible .tagline, .videos-template-default .site-footer.now-visible .tagline, .page-template-page-campfire-songs .site-footer.now-visible .tagline {
margin-top: -25vw;
max-width: 1050px;
}
}
.home .tagline {
display: none;
}
.gps {
text-align: center;
font-size: 12px;
font-style: italic;
}
.site-footer .acc-mce {
display: flex;
justify-content: flex-start;
align-items: flex-start;
width: 30vw;
position: absolute;
margin: -30vw 0 0 -1vw;
flex-flow: column;
}
@media (min-width: 758px) {
.site-footer .acc-mce {
margin-top: -14vw;
}
}
@media (min-width: 992px) {
.site-footer .acc-mce {
margin-top: -142px;
width: auto;
left: 50%;
margin-left: -510px;
}
}
.site-footer .acc-mce .aca, .site-footer .acc-mce .mce {
position: relative;
width: 14vw;
text-align: center;
display: block;
margin: 5px;
}
@media (min-width: 758px) {
.site-footer .acc-mce .aca, .site-footer .acc-mce .mce {
width: 50px;
}
}
@media (min-width: 992px) {
.site-footer .acc-mce .aca, .site-footer .acc-mce .mce {
width: 70px;
}
}
.site-footer .acc-mce .aca img, .site-footer .acc-mce .mce img {
display: block;
width: 100%;
height: auto;
}
.site-footer .acc-mce .mce {
width: 28vw;
}
@media (min-width: 758px) {
.site-footer .acc-mce .mce {
width: 90px;
}
}
@media (min-width: 992px) {
.site-footer .acc-mce .mce {
width: 120px;
}
}
.site-info {
order: 3;
color: #5b362b;
font-size: 14px;
line-height: 1.5;
text-align: center;
margin: 1em 0 0;
font-family: 'Fell Type A', 'Fell Type B', serif;
}
.site-info a {
color: #5b362b;
}
@media (min-width: 1600px) {
.site-info {
color: #FFF;
}
.site-info a {
color: #FFF;
}
}
.events-rentals {
order: 2;
font-size: 4vw;
text-align: center;
font-weight: 500;
width: 100%;
margin: 2em 0;
}
.events-rentals a {
color: #5b362b;
background-color: #96412b;
padding: 8px 12px;
border-radius: 20px;
border: 2px solid #ffc20f;
box-shadow: 2px 2px 5px 1px #6e3020;
transition: all 0.3s ease;
}
.events-rentals a:hover, .events-rentals a:focus {
border: none;
box-shadow: 2px 2px 5px 1px #33160f;
transition: all 0.3s ease;
}
.events-rentals a:active {
box-shadow: inset 2px 2px 5px 1px #33160f;
border: none;
transition: all 0.3s ease;
}
@media (min-width: 758px) {
.site-footer .vcard {
display: flex;
width: 100%;
}
.site-footer .adr {
text-align: left;
margin-top: 1em;
}
.site-footer .adr.summer-adr {
border-right: 0;
}
.site-footer .adr, .site-footer .adr .type, .adr span.type {
font-size: 18px;
}
.site-footer .adr .tel, a.tel.phone {
font-size: 26px;
line-height: 1.4;
margin-top: 0;
}
.site-footer .email {
font-size: 22px;
}
.site-footer .social {
position: relative;
width: auto;
top: auto;
right: auto;
padding-top: 0;
}
.site-footer .social li {
margin: 0 5px;
}
.site-footer .social li a {
font-size: 40px;
width: auto;
height: auto;
line-height: 1.5;
}
.site-footer .social li.news {
margin-left: 20px;
margin-right: 17px;
}
.site-footer .social li.news a {
font-size: 50px;
line-height: 1.5;
}
.events-rentals {
order: 3;
width: 100%;
font-size: 24px;
margin-top: 0;
}
.site-info {
order: 2;
padding-left: 10%;
font-size: 16px;
width: 100%;
padding-left: 5%;
padding-right: 5%;
}
.site-footer .aca {
margin-top: 1.5em;
float: none;
margin-right: auto;
width: 60px;
}
}
@media (min-width: 992px) {
.site-footer-wrap {
display: flex;
max-width: 100%;
padding-left: 5%;
padding-right: 5%;
border-bottom: 0;
}
.site-footer-wrap.container:before {
position: absolute;
width: 100vw;
left: 50%;
margin-left: -50vw;
}
.site-footer-wrap.container:after {
border-bottom: 6px solid #ff9900;
opacity: 1;
}
.site-footer .adr {
margin-bottom: 12px;
}
.site-footer .adr, .site-footer .adr .type, .adr span.type {
font-size: 24px;
margin-bottom: 0;
}
.site-footer .adr .tel, a.tel.phone {
font-size: 40px;
margin-bottom: 0;
}
.site-footer .email {
font-size: 34px;
}
.site-footer .social li {
margin: 0 16px;
}
.site-footer .social li a {
font-size: 56px;
width: 56px;
}
.site-footer .social li.news {
margin-left: 30px;
}
.site-footer .social li.news a {
font-size: 66px;
width: 68px;
}
.events-rentals {
width: 20%;
font-size: 18px;
padding-top: 0;
margin: 1em 0;
position: absolute;
right: 8%;
bottom: 10%;
}
.site-info {
display: flex;
justify-content: center;
width: 100%;
align-items: center;
font-size: 18px;
font-weight: bold;
padding-left: 5%;
padding-right: 5%;
margin-top: 1px;
}
.site-info div:first-child {
order: 2;
}
.site-footer .aca {
float: none;
margin: 10px 20px;
max-width: 70px;
}
.footer-logo {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/traditional-logo.png) no-repeat center top;
background-size: 100%;
width: 300px;
height: 162px;
position: absolute;
bottom: 100px;
right: -4%;
}
}
@media screen and (min-width: 1200px) {
.events-rentals {
right: 10%;
bottom: 15%;
}
.footer-logo {
right: 0;
width: 350px;
height: 190px;
}
.site-footer .aca {
position: relative;
right: auto;
}
.page-template-default .site-footer.now-visible::before, .page-template-page-dates-fees .site-footer.now-visible::before, .blog .site-footer.now-visible::before {
margin-bottom: -30vw;
}
}
@media (min-width: 1380px) {
.site-footer-wrap {
padding-left: 7.5%;
padding-right: 7.5%;
max-width: 1360px;
}
.site-footer .social a {
font-size: 40px;
width: 45px;
height: 45px;
}
.events-rentals {
font-size: 24px;
width: 25%;
bottom: 4%;
right: 9%;
}
.site-info {
padding-left: 10%;
padding-right: 10%;
justify-content: center;
}
.site-footer .aca {
right: auto;
}
.footer-logo {
right: 4.7%;
width: 400px;
height: 225px;
}
.page-template-default .site-footer.now-visible::before, .page-template-page-dates-fees .site-footer.now-visible::before, .blog .site-footer.now-visible::before {
margin-bottom: -25vw;
}
}
@media screen and (min-width: 1800px) {
.page-template-default .site-footer.now-visible::before, .page-template-page-dates-fees .site-footer.now-visible::before, .blog .site-footer.now-visible::before {
margin-bottom: -10vw;
}
} .site-content .vcard {
display: flex;
justify-content: space-evenly;
align-content: flex-start;
flex-wrap: wrap;
margin-bottom: 2em;
text-align: center;
}
.site-content .vcard .fn {
display: none;
}
.site-content .vcard .em {
width: 100%;
font-size: 1.5em;
margin: 1em auto;
line-height: 2em;
text-transform: uppercase;
}
.site-content .byline .vcard {
display: inline;
margin: 0;
}
.adr {
margin: 0 1em 0 0;
}
.adr .org {
font-size: 1.3em;
margin: 0;
}
.adr .org .organization-name {
display: none;
}
.adr p, .site-content .adr p {
margin: 0;
}
.adr abbr {
border-bottom: 0;
}
.adr .tel .type, .adr .tel span.type {
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 1.2em;
}
.adr .tel .value {
font-weight: bold;
}
.site-content .vcard .adr {
margin-top: 16px;
font-size: 1.2em;
}
.site-content .vcard .adr .type {
font-weight: bold;
}
.site-content .vcard .adr .tel {
font-size: 1.4em;
line-height: 2.5;
}
.site-content .entry-content .gform_wrapper {
margin: 16px 4vw;
} .other-camp a {
display: block;
width: 32vw;
position: absolute;
left: 50vw;
margin: -19.5vw 0 0 13vw;
}
.other-camp a img {
display: block;
width: 100%;
height: auto;
}
@media (min-width: 758px) {
.other-camp a {
margin-top: -13.5vw;
margin-left: 14vw;
width: 25vw;
}
}
@media (min-width: 992px) {
.other-camp a {
left: 50%;
max-width: 270px;
margin-top: -135px;
margin-left: 260px;
}
} .site-footer .vcard {
display: flex;
flex-flow: wrap;
}
.site-footer .vcard .adr {
order: 2;
}
.site-footer .vcard .opts {
flex-grow: 2;
order: 1;
}
.site-footer .vcard .email {
padding-top: 0;
}
.site-footer .footer-buttons {
display: flex;
width: 112%;
margin-left: -6%;
}
@media (min-width: 758px) {
.site-footer {
width: 100%;
margin-left: 0;
}
.site-footer .vcard {
flex-flow: row;
width: 110%;
margin-left: -5%;
}
.site-footer .vcard .opts {
padding-right: 5%;
}
.site-footer .vcard .email {
margin-top: 4.5vw;
font-size: 24px;
}
.site-footer .social li {
margin: 0;
}
.site-footer .social li a {
font-size: 30px;
}
.site-footer .social li.news {
margin-left: 8px;
margin-right: 4px;
}
.site-footer .social li.news a {
font-size: 36px;
position: relative;
top: -0.4vw;
}
.site-footer .site-info {
padding-bottom: 2%;
}
}
@media (min-width: 992px) {
.site-footer .site-footer-wrap {
display: block;
}
.site-footer .footer-buttons {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
padding-top: 44px;
justify-content: center;
}
.site-footer .footer-buttons a:hover img {
filter: saturate(1.3);
transform: scale(1.05);
}
.site-footer .vcard {
flex-flow: row;
width: 100%;
max-width: 1024px;
margin-left: auto;
margin-right: auto;
}
.site-footer .vcard .opts {
flex-grow: inherit;
width: auto;
padding-right: 6%;
}
.site-footer .vcard .opts .email {
font-size: 34px;
margin-top: 24px;
}
.site-footer .vcard .adr {
width: auto;
font-size: 22px;
}
.site-footer .vcard .adr .type, .site-footer .vcard .adr span.type {
font-size: 24px;
line-height: 1;
}
.site-footer .vcard .adr .tel, .site-footer .vcard .adr a.tel.phone {
font-size: 40px;
line-height: 1;
margin-top: 5px;
}
.site-footer .social li {
margin: 0 5px;
}
.site-footer .social li a {
font-size: 44px;
}
.site-footer .social li.news {
margin-left: 13px;
margin-right: 10px;
}
.site-footer .social li.news a {
font-size: 50px;
top: 0;
}
.site-footer .site-info {
padding-top: 20px;
padding-bottom: 20px;
color: #5b362b;
}
.site-footer .site-info a {
color: #5b362b;
}
} .header-img {
width: 112%;
margin-left: -6%;
margin-bottom: -2vw;
}
@media (min-width: 758px) {
.header-img {
width: 126%;
margin-left: -13%;
}
}
@media (min-width: 992px) {
.header-img {
width: 100%;
margin-left: 0;
visibility: hidden;
overflow: hidden;
position: relative;
}
}
@media (min-width: 992px) {
.header-img.now-visible {
visibility: visible;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
animation: fadeIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
}
.header-img img {
display: block;
width: 140%;
height: auto;
margin-left: -20%;
max-width: 200%;
}
@media (min-width: 758px) {
.header-img img {
width: 150%;
margin-left: -25%;
}
}
@media (min-width: 992px) {
.header-img img {
width: 100%;
margin-left: 0;
}
}
.header-img img[src*='hero-sand.jpg'] {
width: 200%;
margin-left: -14%;
}
@media (max-width: 758px) {
.header-img img[src*='hero-sand.jpg'] {
width: 150%;
margin-left: -6%;
margin-bottom: -4vw;
}
}
@media (min-width: 992px) {
.header-img img[src*='hero-sand.jpg'] {
width: 100%;
margin-left: 0;
}
}
.page .entry-header {
position: relative;
z-index: 1;
margin-top: -2vw;
}
.page .entry-header.before-load {
position: relative;
top: auto;
}
@media (min-width: 992px) {
.page .entry-header {
margin-top: 0;
margin-bottom: 20px;
}
}
.page .entry-content {
z-index: 1;
position: relative;
}
.entry-title, .entry-header h1, .entry-header h1.entry-title, .site-content .blog-it-up h2.entry-title {
margin: 0 0 4.2vw;
font-family: 'Fell Type A', 'Fell Type B', serif;
color: #5b362b;
font-size: 12vw;
font-weight: 900;
line-height: 1.1;
display: inline-block;
width: auto;
text-shadow: 4px 0 15px rgba(255, 255, 255, 0.5), -4px 0 15px rgba(255, 255, 255, 0.5), 0 4px 15px rgba(255, 255, 255, 0.5), 0 -4px 15px rgba(255, 255, 255, 0.5);
letter-spacing: -1pt;
}
@media (max-width: 758px) {
.entry-title.header-size-large, .entry-header h1.header-size-large, .entry-header h1.entry-title.header-size-large, .site-content .blog-it-up h2.entry-title.header-size-large {
font-size: 10vw;
}
.entry-title.header-size-large-x, .entry-header h1.header-size-large-x, .entry-header h1.entry-title.header-size-large-x, .site-content .blog-it-up h2.entry-title.header-size-large-x {
font-size: 10vw;
}
.entry-title.header-size-large-xx, .entry-header h1.header-size-large-xx, .entry-header h1.entry-title.header-size-large-xx, .site-content .blog-it-up h2.entry-title.header-size-large-xx {
font-size: 9vw;
}
}
@media (min-width: 758px) {
.entry-title, .entry-header h1, .entry-header h1.entry-title, .site-content .blog-it-up h2.entry-title {
font-size: 6vw;
margin-top: 1vw;
}
}
@media (min-width: 992px) {
.entry-title, .entry-header h1, .entry-header h1.entry-title, .site-content .blog-it-up h2.entry-title {
font-size: 96px;
margin-top: 25px;
margin-bottom: 0;
letter-spacing: 0;
}
}
@media (max-width: 758px) {
.parent-pageid-123 .featured-video .page .entry-header {
margin-top: -1vw;
}
.parent-pageid-123 .featured-video .entry-header h1.entry-title {
font-size: 16vw;
}
}
@media (min-width: 992px) {
.featured-video .entry-header h1.entry-title {
font-size: 116px;
}
}
.site-content h2.entry-title a {
text-decoration: none;
}
@media (min-width: 992px) {
.entry-header.now-visible .entry-title, .entry-header.now-visible h1, .entry-header.now-visible h1.entry-title, .container.now-visible .site-content .blog-it-up h2.entry-title, .entry-content.now-visible, .next-prev-page-nav.now-visible {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-delay: 300ms;
animation-delay: 300ms;
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
} .hdr-slideshow {
position: relative;
height: 43.4vw;
width: 150%;
margin-left: -25%;
}
@media (min-width: 758px) {
.hdr-slideshow {
width: 160%;
margin-left: -30%;
height: 43.3vw;
}
}
@media (min-width: 992px) {
.hdr-slideshow {
width: 100%;
margin-left: 0;
height: 34.3vw;
}
}
.hdr-slideshow picture {
position: absolute;
z-index: 1;
}
@media (min-width: 992px) {
.hdr-slideshow picture {
width: 100%;
}
}
.hdr-slideshow picture.active {
z-index: 3;
}
.hdr-slideshow.now-visible::after {
position: absolute;
bottom: -4vw;
}
@media (min-width: 758px) {
.hdr-slideshow.now-visible::after {
bottom: 0;
}
} #page {
width: 100%;
overflow: hidden;
background-repeat: repeat-x;
background-size: 70% 720px;
background-position: center 54px;  }
@media (min-width: 758px) {
#page {
background-position: center 54px;
}
}
.site-content {
max-width: 100%;
padding-top: 0;
margin-top: 54px;
}
@media (min-width: 758px) {
.site-content {
margin-top: 54px;
}
}
@media (min-width: 992px) {
.site-content {
margin-top: 100px;
}
}
@media (min-width: 992px) {
body:not(.home) .site-content {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 758px) {
body:not(.home) .site-content {
background-size: 100%;
}
}
@media (min-width: 758px) {
body:not(.home) .site-content {
background-size: 100% 100%; }
}
#primary {
width: 100%;
padding-bottom: 0;
padding-top: 0;
}
#secondary {
display: none;
}
@media (min-width: 992px) {
#secondary {
display: block;
width: 35%;
}
}
.site-main {
padding: 0 2vw;
}
@media (min-width: 758px) {
.featured-video .type-page, .featured-video .page {
display: flex;
flex-flow: column;
}
.featured-video .type-page .entry-header, .featured-video .page .entry-header {
order: 2;
}
.featured-video .type-page .vid-display, .featured-video .page .vid-display {
order: 1;
}
.featured-video .type-page .entry-content, .featured-video .page .entry-content {
order: 3;
}
}
.panel {
padding: 5%;
margin: 0 auto;
text-align: center;
}
.page-wrapper {
max-width: 1180px;
float: none;
margin: 0 auto;
}
@media (min-width: 992px) {
.page-wrapper {
width: 94%;
}
}
.entry-content h2, .site-content h2, h2 {
margin: 1em 0 0.25em;
font-family: 'Fell Type A', 'Fell Type B', serif;
color: #5b362b;
font-size: 6.5vw;
font-weight: 600;
letter-spacing: 0;
line-height: 1.1;
}
@media (min-width: 758px) {
.entry-content h2, .site-content h2, h2 {
font-size: 32px;
line-height: 38px;
}
}
@media (min-width: 992px) {
.entry-content h2, .site-content h2, h2 {
font-size: 44px;
line-height: 46px;
}
}
.entry-content h2:first-child, .site-content h2:first-child {
margin-top: 0;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
font-size: 20px;
font-weight: 600;
text-transform: none;
letter-spacing: 0;
line-height: 22px;
font-family: 'Fell Type A', 'Fell Type B', serif;
}
@media (min-width: 758px) {
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
font-size: 22px;
line-height: 26px;
}
}
@media (min-width: 992px) {
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
font-size: 44px;
line-height: 48px;
margin-bottom: 5px;
}
}
.site-content .gform_wrapper h2.gsection_title {
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 30px !important;
}
.entry-content p, .entry-content th, .entry-content td, .entry-content dt, .entry-content dd {
margin-left: 0;
margin-right: 0;
margin-top: 0;
font-size: 4vw;
line-height: 1.5;
color: #5b362b;
font-weight: 500;
}
@media (min-width: 758px) {
.entry-content p, .entry-content th, .entry-content td, .entry-content dt, .entry-content dd {
font-size: 16px;
}
}
@media (min-width: 992px) {
.entry-content p, .entry-content th, .entry-content td, .entry-content dt, .entry-content dd {
font-size: 20px;
line-height: 1.85rem;
}
}
.entry-content dt, .entry-content dd, .entry-content li {
font-size: 4vw;
line-height: 1.5;
color: #5b362b;
font-weight: 500;
}
@media (min-width: 758px) {
.entry-content dt, .entry-content dd, .entry-content li {
font-size: 16px;
}
}
@media (min-width: 992px) {
.entry-content dt, .entry-content dd, .entry-content li {
font-size: 20px;
line-height: 1.85rem;
}
}
.entry-content li {
list-style-type: disc;
margin-left: 2em;
}
small {
font-size: 85%;
}
large {
font-size: 120%;
}
blockquote {
background: rgba(110, 48, 32, 0.1);
margin-left: 20px;
margin-bottom: 15px;
padding: 15px 25px 15px 45px;
border-top: 4px solid #6e3020;
}
blockquote:before {
content: '';
font-family: "icomoon";
position: relative;
display: block;
font-size: 60px;
top: 0;
left: -75px;
}
blockquote p em {
font-size: 80%;
font-weight: 800;
}
hr.thick-rule {
background: #6e3020;
opacity: 0.5;
height: 5px;
border: none;
clear: both;
margin-bottom: 1em;
} .wp-block-image {
text-align: center;
position: relative;
}
.wp-block-image.alignleft {
text-align: left;
}
.wp-block-image.alignright {
text-align: right;
}
.wp-block-image img {
width: 100%;
}
.wp-block-image figure {
text-align: center;
position: relative;
}
.wp-block-image figure.alignleft {
text-align: left;
}
.wp-block-image figure.alignright {
text-align: right;
} .zig-zag-stitches::before, .zig-zag-stitches::after {
display: block;
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/zig-zag-stitches.png) repeat-x center center;
background-size: auto 100%;
width: 100%;
height: 16px;
position: absolute;
top: -6px;
z-index: 1;
}
.zig-zag-stitches::after {
top: auto;
bottom: -4px;
} @media (min-width: 758px) {
.wp-block-columns {
flex-wrap: nowrap;
}
} .full-width-bg {
position: relative;
padding-top: 6vw;
padding-bottom: 1px;
margin-bottom: 6vw;
margin-top: 6vw;
}
.full-width-bg::after {
display: block;
content: "";
background: #f7ece2 url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/canvas-bg.jpg) repeat center center;
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
top: 0;
margin-left: -50vw;
z-index: -1;
opacity: 0.8;
}
.full-width-bg p {
text-shadow: 0 0 10px #FFF, 1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, -1px -1px 1px #FFF;
}
@media (min-width: 758px) {
.full-width-bg {
padding-top: 4vw;
margin-top: 4vw;
margin-bottom: 4vw;
}
}
@media (min-width: 992px) {
.full-width-bg {
padding-top: 40px;
margin-bottom: 30px;
margin-top: 20px;
}
}
.video-popup-callouts .entry-content .full-width-bg {
padding-bottom: 4vw;
}
@media (min-width: 992px) {
.video-popup-callouts .entry-content .full-width-bg {
padding-bottom: 20px;
}
}
.video-popup-callouts .entry-content h2 {
margin-top: 0;
}
.vid-display + .entry-content > .full-width-bg:first-child {
margin-top: 0;
}
.vid-display + .entry-content > p:first-child, .vid-display + .entry-content > h2:first-child, .vid-display + .entry-content > h3:first-child {
margin-top: 7vw;
}
@media (min-width: 758px) {
.vid-display + .entry-content > p:first-child, .vid-display + .entry-content > h2:first-child, .vid-display + .entry-content > h3:first-child {
margin-top: 0;
}
} .entry-content p.intro {
font-size: 4.2vw;
}
@media (min-width: 758px) {
.entry-content p.intro {
font-size: 20px;
}
}
@media (min-width: 992px) {
.entry-content p.intro {
font-size: 30px;
line-height: 1.4;
}
}
.entry-content p.opener {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 6vw;
line-height: 1.2;
}
@media (min-width: 758px) {
.entry-content p.opener {
font-size: 26px;
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.entry-content p.opener {
font-size: 34px;
line-height: 1.25;
}
}
@media (min-width: 992px) {
.let-it-breathe {
max-width: 74vw;
margin-left: auto !important;
margin-right: auto !important;
}
}
@media (min-width: 1380px) {
.let-it-breathe {
max-width: 1000px;
}
}
.mob-no-resp {
flex-wrap: nowrap;
}
.padding-top-none {
padding-top: 0 !important;
}
.padding-bottom-none {
padding-bottom: 0 !important;
}
.padding-left-none {
padding-left: 0 !important;
}
.padding-right-none {
padding-right: 0 !important;
}
.margin-top-none {
margin-top: 0 !important;
}
.margin-bottom-none {
margin-bottom: 0 !important;
}
.margin-left-none {
margin-left: 0 !important;
}
.margin-right-none {
margin-right: 0 !important;
}
@media (min-width: 992px) {
.bring-it-in {
margin-left: 10%;
margin-right: 10%;
}
} .su-carousel {
max-width: 100%;
max-width: 100vw;
width: 100vw !important;
margin-left: auto;
margin-right: auto;
height: 65vw;
max-height: 646px;
position: relative;
left: 50%;
margin-left: -50vw;
}
@media (min-width: 758px) {
.su-carousel {
max-width: 94%;
width: 94% !important;
height: 48vw;
left: auto;
margin-left: auto;
}
}
@media (min-width: 992px) {
.su-carousel {
height: 57.5vw;
}
}
@media (min-width: 1380px) {
.su-carousel {
height: 646px;
margin-bottom: 2.5em !important;
}
.su-carousel:last-child {
margin-bottom: 0 !important;
}
}
.su-carousel::before, .su-carousel::after {
display: block;
content: "";
width: 100%;
height: 3.5vw;
max-height: 46px;
z-index: 1;
background-size: 101% auto;
}
.su-carousel::before {
height: 4vw;
position: relative;
margin-bottom: -1vw;
z-index: 9;
}
.su-carousel::after {
height: 4vw;
max-height: 100px;
}
@media (min-width: 758px) {
.su-carousel::before {
height: 3vw;
}
.su-carousel::after {
height: 7vw;
}
}
@media (min-width: 992px) {
.su-carousel::before {
height: 3.5vw;
}
}
@media (min-width: 1380px) {
.su-carousel::before {
height: 50px;
}
.su-carousel::after {
height: 80px;
}
}
.su-carousel .su-carousel-slides {
height: 54vw !important;
max-height: 600px;
overflow: hidden;
position: relative;
}
@media (min-width: 758px) {
.su-carousel .su-carousel-slides {
height: 38vw !important;
}
}
@media (min-width: 992px) {
.su-carousel .su-carousel-slides {
height: 47vw !important;
}
}
@media (min-width: 1380px) {
.su-carousel .su-carousel-slides {
height: 540px !important;
}
}
.su-carousel .su-carousel-slide a {
padding: 0 !important;
}
.su-carousel .su-carousel-slide a:hover img {
transform: scale(1) !important;
opacity: 1 !important;
}
.su-carousel .su-carousel-slide img {
border: none !important;
border-radius: 0 !important;
padding: 0 !important;
}
.su-carousel .su-carousel-pagination {
opacity: 1 !important;
top: auto !important;
bottom: 6.5vw !important;
display: none;
}
@media (min-width: 758px) {
.su-carousel .su-carousel-pagination {
bottom: 5.5vw !important;
display: block;
}
}
@media (min-width: 992px) {
.su-carousel .su-carousel-pagination {
bottom: 6.5vw !important;
}
}
@media (min-width: 1380px) {
.su-carousel .su-carousel-pagination {
bottom: 60px !important;
}
}
.su-carousel .su-carousel-pagination span {
background-image: none !important;
background: #ff9900 !important;
margin: 0 2px !important;
}
@media (min-width: 758px) {
.su-carousel .su-carousel-pagination span {
width: 18px !important;
height: 18px !important;
margin: 0 4px !important;
}
}
@media (min-width: 992px) {
.su-carousel .su-carousel-pagination span {
width: 24px !important;
height: 24px !important;
margin: 0 6px !important;
}
}
.su-carousel .su-carousel-pagination span.swiper-visible-switch {
background: #FFF !important;
}
.su-carousel .grad-left, .su-carousel .grad-right {
width: 10vw;
height: 86%;
position: absolute;
top: 2vw;
z-index: 2;
}
@media (min-width: 992px) {
.su-carousel .grad-left, .su-carousel .grad-right {
top: 22px;
}
}
.su-carousel .grad-left {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/slideshow-gradient-left.png) no-repeat left;
background-size: 100% 100%;
left: 0;
}
.su-carousel .grad-right {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/slideshow-gradient-right.png) no-repeat right;
background-size: 100% 100%;
right: 0;
}
.now-visible .su-carousel::before {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/slideshow-top-stitches_v3.png) no-repeat center top;
background-size: 101% auto;
}
.now-visible .su-carousel::after {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/slideshow-bottom-stitches.jpg) no-repeat center bottom;
background-size: 101% auto;
}
.now-visible .su-carousel img, .now-visible .su-carousel img.lazyload, .now-visible .su-carousel img.lazyloading {
opacity: 1 !important;
}
@media screen and (min-width: 1140px) and (max-width: 1380px) {
.su-carousel {
height: 640px;
}
.su-carousel .su-carousel-slides {
height: 532px !important;
}
.su-carousel .su-carousel-pagination {
bottom: 62px !important;
}
.su-carousel::before {
height: 42px;
}
.su-carousel::after {
height: 80px;
}
} .activity-ctas {
width: 104%;
margin-left: -2%;
}
.activity-ctas .wp-block-group__inner-container {
display: flex;
flex-flow: wrap;
}
.activity-ctas .wp-block-group__inner-container figure, .activity-ctas .wp-block-group__inner-container .wp-block-image {
width: 33%;
margin-bottom: 0;
}
.next-prev-page-nav, .nav-links {
display: flex;
padding: 3vw 0 0;
position: relative;
z-index: 1;
}
@media (min-width: 992px) {
.next-prev-page-nav, .nav-links {
padding-top: 50px;
}
}
.single-videos .nav-links {
margin: 0 auto;
position: relative;
}
.next-prev-page-nav.prev-disabled {
justify-content: flex-end;
}
.next-prev-page-nav.next-disabled {
justify-content: flex-start;
}
.nav-links {
flex-direction: row-reverse;
}
.prev-page-anchor, .next-page-anchor, .nav-previous, .nav-next {
display: flex;
justify-content: flex-start;
align-items: center;
width: 50%;
color: #222954;
}
.nav-previous a, .nav-next a {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
color: #222954;
}
.prev-page-anchor, .next-page-anchor, .nav-previous a, .nav-next a {
text-align: center;
font-size: 5vw;
font-weight: 400;
line-height: 1;
transition: 0.5s all;
font-family: 'Fell Type A', 'Fell Type B', serif;
letter-spacing: 0;
color: #222954;
}
@media (min-width: 758px) {
.prev-page-anchor, .next-page-anchor, .nav-previous a, .nav-next a {
font-size: 3.5vw;
}
}
@media (min-width: 992px) {
.prev-page-anchor, .next-page-anchor, .nav-previous a, .nav-next a {
font-size: 44px;
}
}
.prev-page-anchor, .prev-page-anchor a, .nav-next, .nav-next a {
text-align: left;
transition: 0.5s all;
color: #222954;
}
.next-page-anchor, .next-page-anchor a, .nav-previous, .nav-previous a {
text-align: right;
justify-content: flex-end;
transition: 0.5s all;
color: #222954;
}
.prev-page-anchor:link, .prev-page-anchor a:link, .nav-next:link, .nav-next a:link, .next-page-anchor:link, .next-page-anchor a:link, .nav-previous:link, .nav-previous a:link, .prev-page-anchor:visited, .prev-page-anchor a:visited, .nav-next:visited, .nav-next a:visited, .next-page-anchor:visited, .next-page-anchor a:visited, .nav-previous:visited, .nav-previous a:visited {
color: #222954;
}
.prev-page-anchor, .nav-previous a {
margin-right: 1vw;
margin-left: 2vw;
}
.next-page-anchor, .nav-next a {
margin-left: 1vw;
}
.prev-page-anchor::before, .nav-previous a::before {
display: inline-block;
content: "";
width: 10vw;
height: 10vw;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/tag-prev.png) no-repeat left center;
background-size: 100%;
margin-right: 3vw;
}
.next-page-anchor::after, .nav-next a::before {
display: inline-block;
content: "";
width: 11vw;
height: 10vw;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/tag-next.png) no-repeat right center;
background-size: 100%;
margin-left: 3vw;
}
@media (min-width: 758px) {
.prev-page-anchor, .nav-previous a {
margin-left: 0;
}
.prev-page-anchor::before, .nav-previous a::before {
width: 7vw;
height: 7vw;
}
.next-page-anchor::after, .nav-next a::before {
width: 8.3vw;
height: 7.5vw;
margin-top: 1.5vw;
}
}
@media (min-width: 992px) {
.prev-page-anchor::before, .nav-previous a::before {
width: 150px;
height: 130px;
margin-right: 10px;
transition: 0.5s all;
}
.next-page-anchor::after, .nav-next a::before {
width: 170px;
height: 140px;
margin-left: 10px;
margin-top: 30px;
margin-right: -20px;
transition: 0.5s all;
}
.prev-page-anchor:hover, .nav-previous a:hover, .next-page-anchor:hover, .nav-next a:hover {
color: #ff9900;
}
.prev-page-anchor:hover::before, .nav-previous a:hover::before {
transform: scale(0.9) rotate(-3deg);
}
.next-page-anchor:hover::after, .nav-next a:hover::before {
transform: scale(0.9) rotate(3deg);
}
}
@media (min-width: 992px) {
.page-wrapper {
display: flex;
}
#primary {
width: 100%;
padding-top: 0;
}
.site-main {
padding: 0;
}
.entry-header + .entry-content, .nav-links {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.entry-header + .entry-content {
padding-top: 10px;
}
.entry-content p {
margin-left: 0;
margin-right: 0;
}
} @media (min-width: 758px) {
.parent-pageid-123 .page, .page-directors-staff .page {
display: flex;
flex-flow: column;
}
.parent-pageid-123 .page .entry-header, .page-directors-staff .page .entry-header {
order: 2;
margin-top: 0;
}
.parent-pageid-123 .page .entry-header h1, .page-directors-staff .page .entry-header h1 {
margin-top: 0;
}
.parent-pageid-123 .page .vid-display, .page-directors-staff .page .vid-display {
order: 1;
}
.parent-pageid-123 .page .entry-content, .page-directors-staff .page .entry-content {
order: 3;
}
} @media (min-width: 758px) {
.video-lightbox-trigger .wp-block-image {
float: right;
transition: 0.5s all;
margin-left: 10px;
width: 40%;
}
}
@media (min-width: 992px) {
.video-lightbox-trigger .wp-block-image {
width: 471px;
}
}
.video-lightbox-trigger:hover .wp-block-image {
transform: scale(1.025);
filter: saturate(1.2);
}
.vid-left .video-lightbox-trigger .wp-block-image {
float: left;
margin-left: 0;
}
@media (min-width: 758px) {
.vid-left .video-lightbox-trigger .wp-block-image {
margin-right: 10px;
}
}
.su-cn-video .su-post-title {
display: none;
}
.su-cn-video .vid-display {
margin-top: 0;
margin-bottom: 0;
}
.video-lightbox {
background: transparent !important;
}
.video-lightbox button.mfp-close {
margin-top: -64px;
color: #FFF;
width: 64px;
height: 64px;
font-size: 50px;
}
.video-cta-section > .wp-block-group__inner-container:first-child {
overflow: hidden;
}
.itty-bitty-content {
float: right;
width: 48%;
}
@media (min-width: 758px) {
.itty-bitty-content {
width: 58%;
}
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
.itty-bitty-content {
width: 48%;
}
}
.vid-left h2 + ul {
overflow: hidden;
} ul.currentSlideshows {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
ul.currentSlideshows li.par, ul.currentSlideshows li.desktopOnly {
width: 100%;
text-align: center;
position: relative;
}
ul.currentSlideshows li.par:hover ul, ul.currentSlideshows li.desktopOnly:hover ul {
opacity: 1;
height: auto;
}
@media (min-width: 758px) {
ul.currentSlideshows li.par, ul.currentSlideshows li.desktopOnly {
width: 33%;
}
}
ul.currentSlideshows li.par img, ul.currentSlideshows li.desktopOnly img {
width: 100%;
height: auto !important;
display: block;
}
ul.currentSlideshows li.par .select, ul.currentSlideshows li.desktopOnly .select {
background-color: rgba(255, 255, 255, 0.8);
font-weight: bold;
border: none;
display: block;
width: 46%;
position: absolute;
z-index: 2;
bottom: 22px;
left: 50%;
margin: 0 0 0 -135px;
color: #5b362b;
cursor: pointer;
}
@media (min-width: 758px) {
ul.currentSlideshows li.par .select, ul.currentSlideshows li.desktopOnly .select {
width: 43%;
bottom: 9px;
margin: 0 0 0 -44%;
font-size: 10px;
}
}
@media (min-width: 992px) {
ul.currentSlideshows li.par .select, ul.currentSlideshows li.desktopOnly .select {
font-size: 14px;
margin-left: -40%;
width: 43%;
bottom: 27px;
}
}
ul.currentSlideshows li.par ul, ul.currentSlideshows li.desktopOnly ul {
opacity: 0;
height: 0;
overflow: hidden;
position: absolute;
width: 75%;
z-index: 9;
background: rgba(255, 255, 255, 0.9);
transition: 0.5s all;
margin: -16px 0 0 -38%;
left: 50%;
border-radius: 20px;
}
@media (min-width: 758px) {
ul.currentSlideshows li.par ul, ul.currentSlideshows li.desktopOnly ul {
width: 100%;
margin-left: -50%;
margin-top: -5px;
}
}
@media (min-width: 992px) {
ul.currentSlideshows li.par ul, ul.currentSlideshows li.desktopOnly ul {
margin-top: -20px;
width: 80%;
margin-left: -40%;
}
}
ul.currentSlideshows li.par ul a, ul.currentSlideshows li.desktopOnly ul a {
display: block;
font-weight: bold;
line-height: 1;
padding: 10px 20px;
} .entry-content .su-accordion.dining-acc {
width: 100vw;
position: relative;
left: 50%;
margin-left: -50vw;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 758px) {
.entry-content .su-accordion.dining-acc {
width: 106%;
margin-left: -3%;
left: auto;
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 992px) {
.entry-content .su-accordion.dining-acc {
width: 104%;
margin-left: -2%;
}
}
.entry-content .su-accordion.dining-acc .su-spoiler {
border-bottom: none;
margin-bottom: 0;
margin-left: 2vw;
margin-right: 2vw;
}
.entry-content .su-accordion.dining-acc .su-spoiler::before {
display: none;
}
@media (min-width: 992px) {
.entry-content .su-accordion.dining-acc .su-spoiler {
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title {
background-color: transparent;
padding: 4vw 0;
position: relative;
}
@media (min-width: 992px) {
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title {
padding: 26px 0 10px;
}
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title::before {
display: block;
content: "";
width: 100%;
height: 2px;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/stitches-thin.png) repeat center center;
background-size: 100% auto;
position: absolute;
top: 0;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title .su-spoiler-icon {
display: none;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title p {
display: none;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title h2 {
margin: 0;
text-shadow: 0 0 3px #FFF, -2px -2px 3px #FFF, -2px 2px 3px #FFF, 2px -2px 3px #FFF, 2px 2px 2px #FFF;
}
@media (min-width: 992px) {
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title h2 {
font-size: 56px;
}
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title h3 {
margin: 0;
color: #005000;
text-shadow: 0 0 3px #FFF, -2px -2px 3px #FFF, -2px 2px 3px #FFF, 2px -2px 3px #FFF, 2px 2px 2px #FFF;
}
@media (min-width: 992px) {
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title h3 {
font-size: 32px;
}
}
.entry-content .su-accordion.dining-acc .su-spoiler.breakfast .su-spoiler-title {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/breakfast-acc-bg.png) no-repeat center right;
background-size: auto 100%;
}
.entry-content .su-accordion.dining-acc .su-spoiler.lunch .su-spoiler-title {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/lunch-acc-bg.png) no-repeat center right;
background-size: auto 100%;
}
.entry-content .su-accordion.dining-acc .su-spoiler.dinner::after {
display: block;
content: "";
width: 100%;
height: 2px;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/stitches-thin.png) repeat center center;
background-size: 100% auto;
}
.entry-content .su-accordion.dining-acc .su-spoiler.dinner .su-spoiler-title {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/dinner-acc-bg.png) no-repeat center right;
background-size: auto 100%;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content {
background: transparent;
padding-left: 0;
padding-right: 0;
padding-top: 0;
transition: all 0.6s;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content p {
font-size: 14px;
margin-top: 1em;
margin-bottom: 8px;
font-weight: bold;
color: #005000;
}
@media (min-width: 758px) {
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content p {
font-size: 16px;
}
}
@media (min-width: 992px) {
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content p {
font-size: 20px;
}
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content ul.two-col {
display: inline-block;
width: 49%;
margin: 0;
padding: 0;
vertical-align: top;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content ul.two-col li {
font-size: 14px;
line-height: 1.1;
font-weight: 500;
color: #005000;
}
@media (min-width: 758px) {
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content ul.two-col li {
font-size: 16px;
}
}
@media (min-width: 992px) {
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content ul.two-col li {
font-size: 20px;
}
}
.facilities-sections {
display: flex;
flex-flow: row wrap;
}
.facilities-sections .facility {
width: 50%;
margin-bottom: 1em;
}
.facilities-sections .facility ul {
padding-left: 0;
} .entry-content .callout-lists h3 {
font-size: 2em;
text-align: center;
margin-bottom: 1em;
}
.entry-content .callout-lists h3:before {
display: block;
content: "";
height: 1px;
width: 33%;
margin: 2em auto 1em auto;
border-bottom: 3px solid #ff9900;
}
.entry-content ul.styled {
list-style-type: none;
margin-left: 0;
padding-left: 0;
margin-bottom: 0;
}
@media (min-width: 758px) {
.entry-content ul.styled {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
}
@media (min-width: 992px) {
.entry-content ul.styled {
width: 100%;
margin-left: auto;
margin-right: auto;
}
}
.entry-content ul.styled.no-flex {
display: block;
}
.entry-content ul.styled li {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 2rem;
list-style-type: none;
margin-left: 0; padding-left: 0;
text-align: center;
line-height: 1.1;
}
.entry-content ul.styled li:before {
margin: 10px 0 0 -20px;
}
.entry-content ul.styled li:nth-child(odd) { }
@media (min-width: 758px) {
.entry-content ul.styled li {
width: 46%;
min-height: 52px;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: inherit;
}
.entry-content ul.styled li:nth-child(3n+3) { text-align: left;
}
}
@media (min-width: 992px) {
.entry-content ul.styled li {
width: 28%;
font-size: 1.7rem;
margin-left: 5%;
margin-right: 0;
text-align: left;
}
}
.entry-content ul.styled li small {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 0.7em;
display: block;
}
@media (min-width: 758px) {
.entry-content ul.styled li small {
width: 100%;
}
}
.entry-content ul.styled li em small {
display: inline;
font-style: normal;
}
.entry-content ul.styled.no-flex li {
width: 100%;
transform: rotate(0deg) !important;
}
@media (max-width: 758px) {
table[width="600"] {
width: 100%;
}
table[width="600"] td {
width: 50%;
padding-bottom: 6px;
}
table[width="600"] td[colspan="2"] {
width: 100%;
}
}
span.su-lightbox:hover {
cursor: pointer;
color: #7e4b3b;
} .entry-content img.no-border, .entry-content img.noborder {
border: none;
}
.entry-content img.size-full {
margin: 0;
max-width: 100%;
width: auto;
margin-left: auto;
margin-right: auto;
}
.entry-content img.alignleft {
margin: 0 1em 0 0;
width: 41%;
height: auto;
float: left;
}
@media (min-width: 758px) {
.entry-content img.alignleft {
width: auto;
}
}
.entry-content img.alignright {
margin: 0 0 0 1em;
width: 41%;
height: auto;
float: right;
}
@media (min-width: 758px) {
.entry-content img.alignright {
width: auto;
}
}
.entry-content img.margin-bottom-none {
margin-bottom: 0;
}
.entry-content img.border-inset {
outline: 6px solid rgba(255, 255, 255, 0.5);
outline-offset: -6px;
} .entry-content .su-slider-slides, .entry-content .su-slider-slide {
max-height: 52vw !important;
}
@media (min-width: 758px) {
.entry-content .su-slider-slides, .entry-content .su-slider-slide {
max-height: 52vw !important;
}
}
@media (min-width: 992px) {
.entry-content .su-slider-slides, .entry-content .su-slider-slide {
max-height: 500px !important;
}
}
@media (min-width: 992px) {
.entry-content .su-slider-slides img, .entry-content .su-slider-slide img {
width: auto;
max-height: 500px;
}
}
.entry-content .su-slider-slide img[src*='.jpg'] {
border-radius: 0;
box-shadow: none;
border: none;
}
.entry-content .su-slider-prev, .entry-content .su-slider-next {
background-color: rgba(0, 111, 183, 0.7);
}
.su-slider-prev, .su-slider-next {
opacity: 1 !important;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/custom-arrows.png) no-repeat !important;
width: 120px !important;
height: 120px !important;
background-color: rgba(0, 0, 0, 0.3) !important;
top: 230px !important;
}
@media (max-width: 758px) {
.su-slider-prev, .su-slider-next {
transform: scale(0.3);
top: 66px !important;
}
}
.su-slider-prev {
background-position: -120px 0 !important;
margin-right: 0px !important;
}
@media (max-width: 758px) {
.su-slider-prev {
margin-right: -40px !important;
}
}
.su-slider-next {
margin-left: 0 !important;
}
@media (max-width: 758px) {
.su-slider-next {
margin-left: -40px !important;
}
}
.entry-content .su-slider-slides, .entry-content .su-slider-slide {
max-height: 52vw !important;
}
@media (min-width: 758px) {
.entry-content .su-slider-slides, .entry-content .su-slider-slide {
max-height: 52vw !important;
}
}
@media (min-width: 992px) {
.entry-content .su-slider-slides, .entry-content .su-slider-slide {
max-height: 500px !important;
min-height: 500px;
}
}
@media (min-width: 992px) {
.entry-content .su-slider-slides img, .entry-content .su-slider-slide img {
width: auto;
max-height: 500px;
}
} .page-contact .entry-content .vcard {
color: #5b362b;
margin: 0;
}
abbr[title] {
text-decoration: none;
}
.page-contact .entry-content .vcard .fn, .page-contact .entry-content .vcard .ws {
display: none;
}
.page-contact .entry-content .vcard .adr {
display: inline-block;
width: 48%;
margin-left: 0;
margin-right: 0;
line-height: 1.4;
}
.page-contact .entry-content .vcard .em {
margin-top: 0;
margin-bottom: 0;
}
@media (min-width: 758px) {
.page-contact .entry-content .vcard .em {
margin-top: 1em;
}
}
.page-contact .entry-content .vcard .em .email {
line-height: 4;
text-transform: none;
}
.page-contact .entry-content .vcard .tel {
font-size: 1.3em;
line-height: 2;
font-weight: bold;
}
.page-contact .entry-content .vcard .type {
font-weight: bold;
} .store-graphic {
margin-top: -14vw;
position: relative;
z-index: 5;
}
@media (min-width: 992px) {
.store-graphic {
margin-top: -100px;
}
}
.shop-link-text {
text-align: center;
padding-bottom: 100px;
}
@media (max-width: 758px) {
.shop-link-text {
padding-bottom: 20px;
}
}
.shop-link-text a {
font-family: 'Fell Type A', 'Fell Type B', serif;
text-align: center;
font-size: 22px;
color: #5b362b;
transition: 0.5s all;
display: block;
opacity: 0.8;
}
.shop-link-text a:hover {
transform: scale(1.05);
opacity: 1;
}
@media (min-width: 758px) {
.shop-link-text a {
font-size: 30px;
}
}
.shop-link-text a strong {
text-decoration: underline;
color: #ff9900;
}
.entry-content h2.directors {
font-size: 24px;
margin-top: 10px;
margin-bottom: 0;
line-height: 28px;
}
.entry-content h2.title {
font-size: 16px;
text-transform: uppercase;
font-style: italic;
margin-top: 0;
line-height: 18px;
}
.email-director {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.email-director a.btn-email {
font-size: 14px;
padding: 5px 15px;
font-weight: 700;
color: #5b362b;
border: 4px solid #6e3020;
margin: 10px auto;
}
.email-director a.btn-email img {
width: 25px;
height: auto;
vertical-align: text-top;
margin-left: 10px;
}
@media (min-width: 992px) {
.director-bio {
overflow: hidden;
}
}
.director-bio h2 {
font-size: 22px;
line-height: 1;
margin-bottom: 5px;
margin-top: 0;
}
.director-bio h2.director-bio {
font-size: 22px;
}
.director-bio h2 span {
text-transform: uppercase;
font-size: 14px;
line-height: 1.2;
display: block;
font-style: italic;
}
@media (min-width: 758px) {
.director-bio h2 span {
font-size: 16px;
}
}
.director-bio img {
outline: 6px solid rgba(255, 255, 255, 0.5);
outline-offset: -6px;
width: 28%;
}
.director-bio img.alignleft {
margin: 0 1em 15px 0;
}
.director-bio a.btn-email {
font-size: 14px;
padding: 5px 15px;
font-weight: 700;
color: #5b362b;
border: 4px solid #6e3020;
margin: 5px auto;
}
.director-bio a.btn-email img {
width: 25px;
height: auto;
vertical-align: text-top;
margin-left: 10px;
outline: none;
} .entry-content ul.staff-dates {
padding-left: 0;
}
@media (min-width: 992px) {
.entry-content ul.staff-dates {
width: 80%;
line-height: 24px;
margin: 0 auto;
}
}
.entry-content ul.staff-dates li {
display: flex;
margin-left: 0;
align-items: flex-start;
padding: 1%;
margin: 0;
width: 100%;
}
.entry-content ul.staff-dates li:before {
display: none;
}
.entry-content ul.staff-dates li strong {
padding-right: 5%;
width: 34%;
text-align: right;
color: #7e4b3b;
}
@media (min-width: 758px) {
.entry-content ul.staff-dates li strong {
padding-right: 8%;
}
}
.entry-content ul.staff-dates li span {
width: 66%;
color: #5b362b;
text-align: left;
}
@media (min-width: 758px) {
.entry-content ul.staff-dates li span {
width: 70%;
}
}
@media (min-width: 992px) {
.entry-content ul.staff-dates li {
border-bottom: 1px solid rgba(110, 48, 32, 0.5);
padding: 1.5%;
}
} .entry-content ul.typical-day {
padding-left: 0;
}
.entry-content ul.typical-day li {
display: flex;
margin-left: 0;
align-items: center;
padding: 5%;
background: rgba(110, 48, 32, 0.2);
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 3vw;
margin: 0;
width: 100%;
line-height: 1.3rem;
}
@media (min-width: 758px) {
.entry-content ul.typical-day li {
font-size: 16px;
padding: 2%;
background: -moz-linear-gradient(left, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.2) 10%, rgba(#6e3020 0.2) 90%, rgba(110, 48, 32, 0) 100%);  background: -webkit-linear-gradient(left, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.2) 10%, rgba(110, 48, 32, 0.2) 90%, rgba(110, 48, 32, 0) 100%); background: linear-gradient(to right, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.2) 10%, rgba(110, 48, 32, 0.2) 90%, rgba(110, 48, 32, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCD300', endColorstr='#FCD300',GradientType=1); }
}
@media (min-width: 992px) {
.entry-content ul.typical-day li {
font-size: 16px;
padding: 3%;
}
}
.entry-content ul.typical-day li:nth-child(odd) {
background: rgba(110, 48, 32, 0.4);
}
@media (min-width: 758px) {
.entry-content ul.typical-day li:nth-child(odd) { background: -moz-linear-gradient(left, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.4) 10%, rgba(110, 48, 32, 0.4) 90%, rgba(110, 48, 32, 0) 100%); background: -webkit-linear-gradient(left, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.4) 10%, rgba(110, 48, 32, 0.4) 90%, rgba(110, 48, 32, 0) 100%); background: linear-gradient(to right, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.4) 10%, rgba(110, 48, 32, 0.4) 90%, rgba(110, 48, 32, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=1); }
}
.entry-content ul.typical-day li:before {
display: none;
}
.entry-content ul.typical-day li strong {
padding-right: 5%;
width: 30%;
text-align: right;
color: #7e4b3b;
font-size: 4vw;
line-height: 1.4rem;
}
@media (min-width: 758px) {
.entry-content ul.typical-day li strong {
width: 30%;
font-size: 22px;
}
}
.entry-content ul.typical-day li span {
width: 70%;
color: #5b362b;
text-align: center;
}
@media (min-width: 758px) {
.entry-content ul.typical-day li span {
text-align: left;
width: 65%;
}
}
.typical-day-fpo {
display: none;
}
@media (min-width: 992px) {
.typical-day-fpo {
width: 33%;
height: 1070px;
float: right;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
transform: scale(1.15);
position: relative;
left: -5%;
}
.page-typical-day .entry-content *:first-child + h2 {
width: 70%;
text-align: center;
}
} @media (min-width: 992px) {
.su-accordion.faq-acc {
max-width: 80%;
margin: 0 auto;
}
}
@media (min-width: 992px) {
.su-accordion.first-time-acc {
max-width: 100%;
}
}
.accordion .su-spoiler-title {
font-size: 1.2em;
font-weight: 400;
line-height: 1.3em;
font-weight: bold;
}
.accordion .su-spoiler {
border: 1px solid #0A5499;
border-left: none;
border-right: none;
background-color: rgba(10, 84, 153, 0.3);
padding: 10px 5px;
margin-bottom: 0.5em;
}
.accordion p {
color: #5b362b;
letter-spacing: 0;
}
.accordion .su-spoiler-style-default > .su-spoiler-content {
padding: 1em 27px;
}
.entry-content .su-accordion .su-spoiler {
border-bottom: 5px solid #6e3020;
position: relative;
}
.entry-content .su-accordion .su-spoiler::before {
display: block;
content: "";
width: 100%;
height: 2px;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/stitches-thin.png) repeat center center;
background-size: 100% auto;
position: absolute;
top: -5px;
opacity: 0.5;
}
.entry-content .su-accordion .su-spoiler-title {
background-color: #5b362b;
color: white;
font-size: 18px;
font-weight: 400;
padding: 1.2em 2em 1.2em 1.2em;
transition: 0.5s all;
}
.entry-content .su-accordion .su-spoiler-title:hover {
color: #ff9900;
}
.entry-content .su-accordion.payment-options .su-spoiler-title {
background-color: #ff9900;
}
.entry-content .su-accordion .su-spoiler-content {
background-color: rgba(222, 186, 150, 0.1);
padding: 1.2em 1.5em;
}
@media (min-width: 992px) {
.entry-content .su-accordion .su-spoiler-content {
padding: 0 2em 1.2em 5em;
transition: 0.5s all;
}
}
@media (min-width: 992px) {
.entry-content .su-accordion .su-spoiler.su-spoiler-closed > .su-spoiler-content {
padding-top: 0;
padding-bottom: 0;
padding-left: 5em;
padding-right: 5em;
}
}
.accordion .su-spoiler.su-spoiler-closed {
background-color: rgba(10, 84, 153, 0.1);
}
.site-content .su-spoiler-style-default > .su-spoiler-title {
padding-left: 15px;
padding-right: 34px;
}
.site-content .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
left: auto;
right: 20px;
top: 20px;
}
.page-leadership-staff .accordion {
clear: both;
margin-bottom: 2em;
margin-top: 2em;
}
.page-leadership-staff .accordion .su-spoiler-title {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 46px;
font-size: 12vw;
}
.page-leadership-staff .site-content .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
font-size: 30px;
font-size: 7vw;
width: 10vw;
height: 10vw;
line-height: 1.5;
top: 4vw;
} .su-gmap, .entry-content .su-gmap {
margin-top: 2em;
}
.su-gmap iframe, .entry-content .su-gmap iframe {
border: 5px solid #deba96 !important;
} .entry-content { }
.entry-content .activity-list {
margin-top: 1.5em; }
@media (min-width: 758px) {
.entry-content .activity-list {
max-width: 74vw;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 992px) {
.entry-content .activity-list {
justify-content: space-evenly;
padding-top: 1em;
}
}
.entry-content .activity-list.wp-block-group {
display: flex;
}
@media (min-width: 992px) {
.entry-content .activity-list .wp-block-column {
flex-basis: inherit;
flex-grow: inherit;
}
}
.entry-content .activity-list ul {
position: relative;
list-style: none;
margin-left: 0;
padding-left: 0;
margin-bottom: 0;
}
.entry-content .activity-list ul li {
position: relative;
padding-left: 38px;
margin-left: 0;
list-style-type: none;
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 5vw;
line-height: 1;
margin-bottom: 5vw;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
@media (min-width: 758px) {
.entry-content .activity-list ul li {
font-size: 26px;
margin-bottom: 18px;
}
}
@media (min-width: 992px) {
.entry-content .activity-list ul li {
font-size: 36px;
margin-bottom: 20px;
padding-left: 58px;
line-height: 1.05;
}
}
.entry-content .activity-list ul li::before {
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/itty-bitty-moose.png) no-repeat center;
background-size: contain;
position: absolute;
left: 0;
width: 24px;
height: 24px;
margin-top: -6px;
}
@media (min-width: 992px) {
.entry-content .activity-list ul li::before {
width: 32px;
height: 35px;
}
}
.entry-content .activity-list ul li em {
font-size: 18px;
font-style: normal;
}
@media (min-width: 758px) {
.entry-content .activity-list ul li em {
font-size: 22px;
}
}
@media (min-width: 992px) {
.entry-content .activity-list ul li em {
font-size: 28px;
}
}
@media (min-width: 758px) {
.entry-content .activity-list {
margin-left: 24px;
}
}
@media (max-width: 758px) {
.entry-content .wp-block-columns.force-two-cols-mobile .wp-block-column {
flex-basis: 50% !important;
}
.entry-content .hide-on-mobile {
display: none !important;
}
.entry-content .show-on-mobile-only {
display: block !important;
}
}
@media (min-width: 758px) {
.entry-content .hide-above-mobile {
display: none !important;
}
}
@media (max-width: 992px) {
.entry-content .wp-block-columns.force-two-cols-mobile .wp-block-column {
flex-basis: 50% !important;
}
}
@media screen and (min-width: 1086px) {
.overlap-bottom {
margin-bottom: -50px;
z-index: 9;
position: relative;
}
} .entry-content .dates-fees-table {
display: flex;
flex-flow: wrap;
justify-content: center;
align-items: center;
margin-bottom: 2em;
}
.entry-content .dates-fees-table dt, .entry-content .dates-fees-table dd {
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 5vw;
width: 50%;
margin-bottom: 10px;
line-height: 1.1;
}
@media (min-width: 758px) {
.entry-content .dates-fees-table dt, .entry-content .dates-fees-table dd {
font-size: 26px;
}
}
@media (min-width: 992px) {
.entry-content .dates-fees-table dt, .entry-content .dates-fees-table dd {
width: 50%;
}
}
.entry-content .dates-fees-table dt h2, .entry-content .dates-fees-table dd h2 {
margin: 0;
}
@media (min-width: 992px) {
.entry-content .dates-fees-table dt {
text-align: right;
padding-right: 40px;
font-size: 30px;
}
}
.entry-content .dates-fees-table dd {
width: 50%;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 4vw;
}
@media (min-width: 758px) {
.entry-content .dates-fees-table dd {
font-size: 20px;
}
}
@media (min-width: 992px) {
.entry-content .dates-fees-table dd {
width: 50%;
font-size: 26px;
}
}
.entry-content .dates-fees-table dd .fee {
font-size: 5vw;
}
@media (min-width: 758px) {
.entry-content .dates-fees-table dd .fee {
font-size: 26px;
}
}
@media (min-width: 992px) {
.entry-content .dates-fees-table dd .fee {
font-size: 36px;
}
}
.entry-content .dates-fees-table.tuition dt {
font-size: 6vw;
}
@media (min-width: 758px) {
.entry-content .dates-fees-table.tuition dt {
font-size: 34px;
}
}
@media (min-width: 992px) {
.entry-content .dates-fees-table.tuition dt {
font-size: 40px;
}
}
.entry-content .dates-fees-table.additional-charges {
padding-bottom: 6vw;
}
@media (min-width: 992px) {
.entry-content .dates-fees-table.additional-charges {
padding-top: 30px;
padding-bottom: 20px;
}
}
.entry-content .dates-fees-table.additional-charges h3 {
display: block;
width: 100%;
font-size: 5vw;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 758px) {
.entry-content .dates-fees-table.additional-charges h3 {
font-size: 28px;
}
}
.entry-content .dates-fees-table.additional-charges dt {
width: 60%;
margin-bottom: 2vw;
font-size: 4vw;
}
@media (min-width: 992px) {
.entry-content .dates-fees-table.additional-charges dt {
width: 50%;
font-size: 22px;
margin-bottom: 10px;
}
}
.entry-content .dates-fees-table.additional-charges dd {
width: 40%;
}
@media (min-width: 992px) {
.entry-content .dates-fees-table.additional-charges dd {
width: 50%;
margin-bottom: 5px;
position: relative;
top: -4px;
font-size: 20px;
}
}
.entry-content .dates-fees-table.additional-charges dd:last-child {
font-style: italic;
}
.entry-content .dates-fees-table.additional-charges dd:last-child .fee {
font-size: 3vw;
}
@media (min-width: 758px) {
.entry-content .dates-fees-table.additional-charges dd:last-child .fee {
font-size: 14px;
}
}
.entry-content .dates-fees-table.additional-charges dd .fee {
font-size: 3.5vw;
}
@media (min-width: 758px) {
.entry-content .dates-fees-table.additional-charges dd .fee {
font-size: 16px;
}
} .errorfourohfour {
text-align: center;
padding-bottom: 100px;
} .wp-block-image.cm-login-btn img {
max-width: 400px;
text-align: left;
} .store-btn {
background: #ff9900;
text-align: center;
line-height: 1.2;
height: 26vw;
vertical-align: middle;
display: flex;
justify-content: center;
align-items: center;
font-size: 6.5vw;
margin-bottom: 4vw;
font-weight: 800;
border: 1.5vw solid rgba(91, 54, 43, 0.2);
}
@media (min-width: 758px) {
.store-btn {
height: 13vw;
border-width: 10px;
font-size: 3vw;
}
}
@media (min-width: 992px) {
.store-btn {
height: auto;
font-size: 36px;
transition: 0.5s all;
}
.store-btn:hover {
background: rgba(255, 153, 0, 0.6);
color: #222954;
}
}
.store-btn.store {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/store-gear.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
padding-left: 32%;
}
@media (min-width: 758px) {
.store-btn.store {
padding: 30px 10px 30px 40%;
}
}
@media (min-width: 992px) {
.store-btn.store {
background-size: auto 120%;
}
}
.store-btn.packinglist {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/checklist-icon.png);
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
padding-right: 32%;
}
@media (min-width: 758px) {
.store-btn.packinglist {
padding: 30px 40% 30px 10px;
}
} .enroll-options .wp-block-column {
margin-bottom: 2em;
} .wp-block-separator {
display: block;
margin: 2em auto;
background: #5b362b;
color: #5b362b;
border: 0;
height: 4px;
width: 50%;
max-width: 200px;
}
.wp-block-separator.is-style-wide {
border: 0;
height: 4px;
}
.wp-block-separator.is-style-dots::before {
font-size: 60px;
letter-spacing: 1em;
padding-left: 1em;
} .mooseify::before {
display: inline-block;
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/itty-bitty-moose.png) no-repeat center;
background-size: contain;
width: 24px;
height: 24px;
position: relative;
top: 1px;
margin-right: 10px;
margin-left: -8px;
}
@media (min-width: 992px) {
.mooseify::before {
width: 40px;
height: 40px;
}
} .entry-content .su-accordion .su-spoiler {
border-bottom: 0;
}
.entry-content .su-accordion .su-spoiler-title {
background-color: rgba(222, 186, 150, 0.1);
color: #222954;
font-family: 'Fell Type A', 'Fell Type B', serif;
font-size: 4.5vw;
text-align: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 12px;
padding-bottom: 12px;
line-height: 1.1;
}
.entry-content .su-accordion .su-spoiler-title:focus, .entry-content .su-accordion .su-spoiler-title:active {
outline: none;
}
@media (min-width: 758px) {
.entry-content .su-accordion .su-spoiler-title {
font-size: 24px;
line-height: 1.2;
text-align: left;
}
}
@media (min-width: 992px) {
.entry-content .su-accordion .su-spoiler-title {
font-size: 26px;
padding-top: 15px;
padding-bottom: 10px;
}
}
.entry-content .su-accordion .su-spoiler-title::before {
display: inline-block;
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/itty-bitty-moose.png) no-repeat center;
background-size: contain;
width: 24px;
height: 24px;
position: relative;
top: -5px;
margin-right: 10px;
margin-left: 0;
float: left;
margin-bottom: 20px;
}
@media (min-width: 758px) {
.entry-content .su-accordion .su-spoiler-title::before {
width: 34px;
height: 34px;
margin-right: 20px;
}
}
@media (min-width: 992px) {
.entry-content .su-accordion .su-spoiler-title::before {
width: 36px;
height: 34px;
}
}
.entry-content .su-accordion .su-spoiler-title .su-spoiler-icon {
display: none !important;
}
.entry-content .su-accordion .su-spoiler-closed .su-spoiler-title {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/canvas-bg.jpg) repeat left top;
background-size: 230px;
} .entry-content h2.visiting-phones, .entry-content h3.visiting-phones {
font-family: 'Montserrat', helvetica, arial, sans-serif;
margin: 1em auto;
font-size: 6vw;
}
@media (min-width: 758px) {
.entry-content h2.visiting-phones, .entry-content h3.visiting-phones {
margin: 0 auto;
font-size: 4vw;
}
}
@media (min-width: 992px) {
.entry-content h2.visiting-phones, .entry-content h3.visiting-phones {
font-size: 26px;
}
} .page-lodging .entry-content h2 {
font-size: 10.5vw;
margin-top: 0;
margin-bottom: 0;
line-height: 1;
transition: 0.5s all;
}
@media (min-width: 758px) {
.page-lodging .entry-content h2 {
font-size: 6vw;
}
}
@media (min-width: 758px) {
.page-lodging .entry-content h2 {
font-size: 42px;
}
}
.page-lodging .entry-content h2::before {
display: inline-block;
content: "";
width: 7vw;
height: 7vw;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/location-icon.png) no-repeat center center;
background-size: 100%;
margin-right: 10px;
}
@media (min-width: 992px) {
.page-lodging .entry-content h2::before {
width: 30px;
height: 30px;
margin-left: -30px;
}
}
.page-lodging .entry-content h2:hover {
color: #ff9900;
}
.page-lodging .entry-content h2 + p {
font-size: 3vw;
}
@media (min-width: 758px) {
.page-lodging .entry-content h2 + p {
font-size: 14px;
}
}
.page-lodging .entry-content p a {
text-decoration: underline;
}
.page-directions .driving-directions .wp-block-column {
margin-bottom: 2em;
}
@media (min-width: 992px) {
.page-directions .driving-directions .wp-block-column {
margin: 0 50px;
}
}
.page-directions .driving-directions iframe {
width: 100%;
margin-bottom: 2em;
} .main-staff-buttons {
max-width: 600px;
margin: 2em auto 0;
} @media screen and (min-width: 758px) and (max-width: 992px) {
.full-width-bg .wp-block-columns {
display: block;
}
.full-width-bg .wp-block-columns .wp-block-column {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.full-width-bg .wp-block-columns .wp-block-column .wp-block-image.zig-zag-stitches, .full-width-bg .wp-block-columns .wp-block-column .wp-block-image.tablet-float-right {
width: 40%;
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.full-width-bg .wp-block-columns .wp-block-column .wp-block-image.zig-zag-stitches.cm-login-btn, .full-width-bg .wp-block-columns .wp-block-column .wp-block-image.tablet-float-right.cm-login-btn {
float: none;
margin-left: 0;
margin-bottom: 0;
}
.full-width-bg .wp-block-columns.no-tablet-adjustment .wp-block-column .wp-block-image.zig-zag-stitches {
width: 100%;
float: none;
margin-left: 0;
margin-right: 0;
}
} #secondary {
background: transparent;
text-align: left;
padding: 0 1em 2em 1em;
transition: 1s all;
position: relative;
right: 0;
}
.sub-navigation {
position: relative;
border-left: 1px solid #dee6ea;
}
.sub-navigation a, #secondary h1.nav-section {
font-size: 1.1rem;
letter-spacing: -1px;
font-weight: 500;
line-height: 1.75 !important;
margin: 0;
padding: 7px 7px 7px 0.8em;
border-left: 0;
color: #5b362b;
}
#secondary h1.nav-section {
font-size: 1.6rem;
font-style: italic;
padding-left: 1.3em;
display: none;
}
#secondary h1.nav-section::before {
content: "Home > ";
font-size: 1.2rem;
}
.sub-navigation ul li {
font-family: 'Fell Type A', 'Fell Type B', serif;
}
.sub-navigation ul li.not-in-side-menu {
display: none;
}
.sub-menu ul.children {
line-height: 1em;
}
.sub-navigation ul.sub-menu {
display: none;
}
#secondary .sub-navigation a {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
}
@media (min-width: 1112px) {
#secondary .sub-navigation a {
font-size: 1.2rem;
letter-spacing: 0;
}
}
#secondary .sub-navigation a:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #7e4b3b;
height: 2px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
#secondary .sub-navigation a:hover:before {
right: 0;
}
.sub-navigation a:hover, .sub-navigation a:focus, .sub-navigation a:active, #secondary h1.nav-section a:hover, #secondary h1.nav-section a:active, #secondary h1.nav-section a:focus, .sub-navigation .current_page_item ul a:hover, .sub-navigation .current_page_item ul a:active, .sub-navigation .current_page_item ul a:focus, .sub-navigation .current_page_item > a, .sub-navigation .current_page_item a.active {
background: transparent;
color: #7e4b3b;
font-weight: 700;
border-left: 0;
}
.sub-navigation ul li.current_page_item::before {
display: block;
content: "";
background: #6e3020;
width: 22px;
height: 22px;
position: absolute;
border-radius: 50px;
margin: 5px 0 0 -11px;
border: 3px solid white;
}
.sub-navigation ul.sub-menu {
display: block;
}
.sub-navigation ul.sub-menu a {
font-size: 1.1rem;
padding-left: 1.8em;
}
#secondary::after {
display: none;
}
.sub-menu ul.children {
margin-right: 10px;
}
.bottom-nav {
display: none;
} .blog #secondary, #secondary.blog-widget-area {
padding-top: 0;
margin-top: 5em;
}
.widget-area h2 {
font-size: 44px;
}
.blog .widget, .blog-widget-area .widget {
margin-bottom: 4.5em;
}
.widget ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
.widget-area li {
line-height: 1.3;
font-size: 0.85em;
margin: 0.5em 0;
}
.widget-area a {
text-decoration: none;
line-height: 1;
}
.site-content .widget-area h2 {
font-size: 46px;
}
@media (min-width: 992px) {
.assets-navigation li a {
display: block;
transition: 0.5s all;
font-weight: 900;
font-size: 34px;
display: flex;
justify-content: start;
align-items: center;
}
.assets-navigation li a:hover {
transform: scale(1.05);
}
.now-visible .assets-navigation li.an-watch-videos a::before {
display: inline-block;
content: "";
width: 90px;
height: 50px;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/watch-videos-icon.gif) no-repeat left center;
background-size: auto 100%;
}
.assets-navigation li.an-virtual-tour a {
background-position: center -200px;
}
.assets-navigation li.an-calendar a {
background-position: center -395px;
}
}  @media (min-width: 1800px) {
.home .site-content.container {
padding-left: 0;
padding-right: 0;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/hero-videos-bg.jpg) no-repeat center top;
background-size: 100%;
}
}
.home-main, .page-home .hero-panel {
width: 111%;
margin-left: -5.5%;
max-width: 1800px;
}
@media (min-width: 758px) {
.home-main, .page-home .hero-panel {
width: 125%;
margin-left: -12.5%;
}
}
@media (min-width: 1800px) {
.home-main, .page-home .hero-panel {
width: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
}
.home .hero-panel, .home .first-panel, .home .additional-panel, .panel.panel-full-width {
display: block;
padding: 0;
}
.home .additional-panel {
padding: 2% 0;
margin: 2% 0;
clear: both;
}
.home .home-main img.nav-img {
float: left;
max-width: 335px;
width: 32%;
}
.home .home-main img.content-img {
max-width: 1030px;
width: 68%;
}
.home .hero-panel {
margin-top: 54px;
height: 77vw;
position: relative;
}
@media (min-width: 758px) {
.home .hero-panel {
margin-top: 54px;
height: auto;
}
}
@media (min-width: 992px) {
.home .hero-panel {
margin-top: 100px;
}
}
.home .hero-panel::after {
display: block;
content: "";
width: 100%;
height: 30px;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/panel-long-stitches.png) repeat-x center top;
position: absolute;
bottom: -18px;
z-index: 2;
background-size: auto 100%;
}
.home .hero-panel #home-video-wrap {
overflow: hidden;
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
}
@media (min-width: 992px) {
.home .hero-panel #home-video-wrap {
height: 46vw;
background-position: center -5.5vw;
}
}
.home .hero-panel video {
width: 180%;
margin-left: -40%;
height: 77vw;
}
@media (min-width: 758px) {
.home .hero-panel video {
width: 100%;
margin-left: 0;
height: auto;
float: left;
}
}
@media (min-width: 992px) {
.home .hero-panel video {
margin-top: -5.5vw;
}
}
.home .hero-panel .mute-video {
display: block;
background: rgba(0, 0, 0, 0.4);
border: 2px solid transparent;
border-radius: 32.7037px;
cursor: pointer;
height: 42.3937px;
line-height: 42.3937px;
outline: none;
padding-right: 12.1125px;
pointer-events: auto;
position: absolute;
left: 50%;
text-align: left;
top: 14vw;
z-index: 5;
transform: scale(0.6);
text-transform: uppercase;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
margin-left: -27vw;
}
@media (min-width: 758px) {
.home .hero-panel .mute-video {
display: block;
left: auto;
right: -25px;
top: 8vw;
transform: scale(0.6);
}
}
@media (min-width: 1800px) {
.home .hero-panel .mute-video {
top: 100px;
right: auto;
left: 50%;
margin-left: 670px;
}
}
.home .watch-video a {
display: block;
width: 46vw;
height: 35vw;
position: absolute;
z-index: 9;
margin: -16vw 0 0 48vw;
}
@media (min-width: 758px) {
.home .watch-video a {
width: 30vw;
height: 23vw;
margin: -11vw 0 0 60vw;
}
}
@media (min-width: 992px) {
.home .watch-video a {
transition: 0.5s all;
left: 50vw;
margin: -15vw 0 0 2vw;
width: 38vw;
height: 28vw;
}
}
.home .watch-video a img {
display: block;
width: 100%;
height: auto;
}
.home .panel {
position: relative;
background: #f7ece2 url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/canvas-bg.jpg) repeat center center;
margin-top: 0;
margin-bottom: 0;
padding: 1em 0;
font-family: 'Montserrat', helvetica, arial, sans-serif;
color: #49774a;
line-height: 1.2;
text-shadow: 0px 0px 10px #fff, -5px -5px 10px #fff, 5px 5px 10px #fff, 5px 0px 10px #fff, -5px 0px 10px #fff, 0px -5px 10px #fff, 0px 5px 10px #fff, 5px -5px 10px #fff, -5px 5px 10px #fff;
}
@media (min-width: 992px) {
.home .panel {
padding: 2% 0;
}
}
.home .panel::after {
display: block;
content: "";
width: 100%;
height: 30px;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/panel-long-stitches.png) repeat-x center top;
position: absolute;
bottom: -18px;
z-index: 2;
background-size: auto 100%;
}
.home .panel *:first-child {
margin-top: 0;
}
.home .panel *:last-child {
margin-bottom: 0;
}
.home .panel .inner-wrapper {
margin: 5%;
}
.home .panel h1 {
font-family: "Fell Type SC A", "Fell Type SC B", serif;
font-size: 10vw;
margin-bottom: 5vw;
line-height: 1;
font-weight: 400;
letter-spacing: -1px;
}
@media (min-width: 758px) {
.home .panel h1 {
font-size: 4vw;
margin-bottom: 1vw;
}
}
@media (min-width: 992px) {
.home .panel h1 {
font-size: 4.2vw;
}
}
@media (min-width: 1380px) {
.home .panel h1 {
font-size: 60px;
}
}
.home .panel p {
font-size: 4vw;
font-weight: 500;
line-height: 1.4;
text-shadow: none;
}
@media (min-width: 758px) {
.home .panel p {
font-size: 1.6vw;
}
}
@media (min-width: 992px) {
.home .panel p {
font-size: 1.15vw;
line-height: 1.4;
}
}
@media (min-width: 1380px) {
.home .panel p {
font-size: 18px;
}
}
.home .panel a {
color: #5b362b;
font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
line-height: 1;
font-size: 1.1em;
transition: 0.5s all;
}
.home .panel a strong {
display: inline-block;
border-bottom: 2px solid;
line-height: 1;
}
.home .panel a:hover {
color: #ff9900;
}
.home .panel.now-visible a::before {
display: block;
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/moose-blue.png) no-repeat center center;
width: 10vw;
height: 10vw;
background-size: 100%;
float: left;
transition: 0.5s all;
}
@media (min-width: 992px) {
.home .panel .cta a:hover::before {
transform: scale(0.9);
}
}
@media (max-width: 758px) {
.home .panel .cta a {
text-shadow: none;
}
}
@media (min-width: 758px) {
.home .quality-maine-camping {
text-align: left;
}
}
.home .quality-maine-camping.now-visible {
background-color: #FFF;
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-quality-maine-camping_mobile.jpg);
}
@media (min-width: 758px) {
.home .quality-maine-camping.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-quality-maine-camping.jpg);
background-size: 100%;
background-position: center top;
background-repeat: no-repeat;
}
}
@media (min-width: 992px) {
.home .quality-maine-camping.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-quality-maine-camping.jpg);
background-size: 115%;
}
}
@media (max-width: 758px) {
.home .quality-maine-camping.now-visible {
background-size: 130%;
background-repeat: no-repeat;
background-position: -13vw -7vw;
padding-top: 63vw;
background-color: #FFF;
}
}
.home .quality-maine-camping .inner-wrapper p {
font-size: 3.9vw;
}
.home .quality-maine-camping .inner-wrapper a::before {
float: right;
width: 13vw;
height: 14vw;
margin: -9vw 0 0 -4vw;
}
@media (min-width: 758px) {
.home .quality-maine-camping .inner-wrapper {
margin: 9% 2% 0 53%;
max-width: 610px;
}
.home .quality-maine-camping .inner-wrapper p {
font-size: 1.6vw;
}
.home .quality-maine-camping .inner-wrapper a {
display: block;
text-align: right;
}
.home .quality-maine-camping .inner-wrapper a::before {
width: 3vw;
height: 6vw;
margin: -1.5vw 2vw 0 1vw;
}
}
@media (min-width: 992px) {
.home .quality-maine-camping {
height: 45vw;
}
.home .quality-maine-camping .inner-wrapper {
margin: 10% 2% 2% 52%;
}
.home .quality-maine-camping .inner-wrapper p {
margin-left: 20px;
font-size: 1.15vw;
}
.home .quality-maine-camping .inner-wrapper p.cta {
margin-left: 0;
}
.home .quality-maine-camping .inner-wrapper a {
width: 60%;
margin-left: 30%;
margin-top: 3.5vw;
line-height: 1.3;
}
.home .quality-maine-camping .inner-wrapper a::before {
width: 6vw;
height: 7vw;
margin: -3vw -2vw 0 1vw;
}
}
@media (min-width: 1380px) {
.home .quality-maine-camping .inner-wrapper p {
font-size: 18px;
}
.home .quality-maine-camping .inner-wrapper a {
margin-top: 40px;
font-size: 25px;
margin-left: 0;
width: 80%;
}
.home .quality-maine-camping .inner-wrapper a::before {
width: 90px;
height: 110px;
margin: -40px -100px 0 0;
}
}
@media (max-width: 758px) {
.home .quality-maine-camping h1 {
line-height: 0.9;
margin-bottom: 1.5vw;
white-space: nowrap;
font-size: 9.2vw;
}
.home .quality-maine-camping .cta a::before {
width: 9vw;
height: 10vw;
margin: 0 4vw 0 0;
}
}
.home .activities-at-camp.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-activities_longer.jpg?v=2);
}
@media (min-width: 758px) {
.home .activities-at-camp.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-activities.jpg?v=2);
background-position: center top;
background-size: 118%;
}
}
@media (min-width: 992px) {
.home .activities-at-camp.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-activities.jpg?v=2);
background-size: 110%;
}
}
@media (min-width: 1800px) {
.home .activities-at-camp.now-visible {
background-size: 100%;
}
}
@media (max-width: 758px) {
.home .activities-at-camp.now-visible {
background-size: 200%;
background-repeat: no-repeat;
background-position: center top;
padding-top: 28vw;
}
}
.home .activities-at-camp h1 {
color: #FFF;
text-shadow: 0px 0px 10px #5b362b, -5px -5px 10px #5b362b, 5px 5px 10px #5b362b, 5px 0px 10px #5b362b, -5px 0px 10px #5b362b, 0px -5px 10px #5b362b, 0px 5px 10px #5b362b, 5px -5px 10px #5b362b, -5px 5px 10px #5b362b;
}
.home .activities-at-camp p, .home .activities-at-camp a {
color: #ded5c4;
}
.home .activities-at-camp .activities-buttons a::before {
display: none;
}
.home .activities-at-camp .activities-buttons a:hover img {
filter: saturate(1.3);
transform: scale(1.05);
}
.home .activities-at-camp .cta a::before {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/moose-beige.png);
}
@media (min-width: 758px) {
.home .activities-at-camp::after {
bottom: -1.5vw;
}
.home .activities-at-camp .inner-wrapper {
margin: 18% 2% 0;
}
.home .activities-at-camp h1 {
font-size: 4vw;
}
.home .activities-at-camp p {
margin-bottom: 1vw;
}
.home .activities-at-camp .activities-buttons a {
width: 16.6666%;
max-width: 240px;
}
.home .activities-at-camp .activities-buttons a img {
display: block;
width: 100%;
height: auto;
}
.home .activities-at-camp p.cta {
margin: -0.5vw 0 2vw;
}
.home .activities-at-camp .cta a::before {
display: inline-block;
width: 3vw;
height: 4vw;
float: none;
position: relative;
top: 1vw;
left: -2vw;
margin-top: 0;
}
}
@media (min-width: 992px) {
.home .activities-at-camp::after {
bottom: -0.75vw;
}
.home .activities-at-camp .inner-wrapper {
margin-top: 15.5%;
margin-bottom: 0.5vw;
}
.home .activities-at-camp h1 {
font-size: 4.2vw;
}
.home .activities-at-camp .cta a {
display: block;
margin-top: -1vw;
}
}
@media (min-width: 1380px) {
.home .activities-at-camp::after {
bottom: -5px;
}
.home .activities-at-camp .inner-wrapper {
margin-bottom: 0;
}
.home .activities-at-camp h1 {
font-size: 60px;
}
.home .activities-at-camp .cta a {
font-size: 25px;
}
}
@media (max-width: 758px) {
.home .activities-at-camp h1 {
margin-bottom: 0;
}
.home .activities-at-camp .activities-buttons {
padding-bottom: 5vw;
}
.home .activities-at-camp .activities-buttons a.btn-img {
width: 50%;
}
.home .activities-at-camp .cta a::before {
width: 9vw;
height: 10vw;
margin: -3vw 2vw 0 0;
}
}
.home .first-time-campers.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-first-time.jpg?v=2);
}
@media (min-width: 758px) {
.home .first-time-campers.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-first-time.jpg?v=2);
background-size: 123%;
background-position: center top;
background-repeat: no-repeat;
}
}
@media (min-width: 992px) {
.home .first-time-campers.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-first-time.jpg?v=2);
background-size: 120%;
}
}
@media (min-width: 1380px) {
.home .first-time-campers.now-visible {
background-size: auto 100%;
}
}
@media (max-width: 758px) {
.home .first-time-campers.now-visible {
background-size: 280%;
background-position: -110vw top;
background-repeat: no-repeat;
}
}
@media (min-width: 758px) {
.home .first-time-campers .inner-wrapper {
width: 42%;
text-align: left;
margin: 3% 0 1% 4%;
}
.home .first-time-campers .inner-wrapper h1 {
color: #5b362b;
text-align: center;
font-size: 4vw;
margin-left: auto;
margin-right: auto;
text-shadow: none;
line-height: 0.9;
}
.home .first-time-campers .inner-wrapper p.cta {
margin-top: -2.5vw;
}
.home .first-time-campers .inner-wrapper .cta a {
text-shadow: none;
margin-top: 5vw;
display: block;
}
.home .first-time-campers .inner-wrapper .cta a::before {
width: 5vw;
height: 6vw;
margin: -2vw 2vw 0 8vw;
}
}
@media (min-width: 992px) {
.home .first-time-campers .inner-wrapper {
max-width: 520px;
}
.home .first-time-campers .inner-wrapper h1 {
font-size: 4.2vw;
}
}
@media (min-width: 1380px) {
.home .first-time-campers .inner-wrapper {
position: relative;
left: 50vw;
margin-left: -600px;
}
.home .first-time-campers .inner-wrapper h1 {
font-size: 60px;
}
.home .first-time-campers .inner-wrapper p.cta {
margin-top: 0;
}
.home .first-time-campers .inner-wrapper .cta a {
margin-top: 50px;
font-size: 25px;
}
.home .first-time-campers .inner-wrapper .cta a::before {
width: 70px;
height: 80px;
margin: -31px 17px 0 17%;
}
}
@media (max-width: 758px) {
.home .first-time-campers h1 {
width: 65%;
}
.home .first-time-campers p {
text-shadow: 0px 0px 10px #f7ece2, -5px -5px 10px #f7ece2, 5px 5px 10px #f7ece2, 5px 0px 10px #f7ece2, -5px 0px 10px #f7ece2, 0px -5px 10px #f7ece2, 0px 5px 10px #f7ece2, 5px -5px 10px #f7ece2, -5px 5px 10px #f7ece2;
}
.home .first-time-campers .cta a br {
display: none;
}
.home .first-time-campers .cta a strong {
margin-left: 5px;
}
.home .first-time-campers .cta a::before {
width: 9vw;
height: 10vw;
margin: -3vw 3vw 0 4vw;
}
}
.home .staff-experience.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-staff_longer.jpg);
}
@media (min-width: 758px) {
.home .staff-experience.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-staff.jpg);
background-size: auto 100%;
}
}
@media (min-width: 992px) {
.home .staff-experience.now-visible {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/home-panel-staff.jpg);
background-size: 120%;
}
}
@media (min-width: 1380px) {
.home .staff-experience.now-visible {
background-size: auto 100%;
}
}
@media (max-width: 758px) {
.home .staff-experience.now-visible {
background-size: 200%;
background-repeat: no-repeat;
background-position: center top;
padding-top: 30vw;
}
}
.home .staff-experience h1 {
color: #FFF;
text-shadow: 0px 0px 10px #5b362b, -5px -5px 10px #5b362b, 5px 5px 10px #5b362b, 5px 0px 10px #5b362b, -5px 0px 10px #5b362b, 0px -5px 10px #5b362b, 0px 5px 10px #5b362b, 5px -5px 10px #5b362b, -5px 5px 10px #5b362b;
}
.home .staff-experience p, .home .staff-experience a {
color: #FFF;
}
.home .staff-experience .cta a::before {
background-image: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/moose-beige.png);
}
@media (min-width: 758px) {
.home .staff-experience::after {
bottom: -1.5vw;
}
.home .staff-experience .inner-wrapper {
margin: 18% 2% 0;
}
.home .staff-experience h1 {
font-size: 4vw;
}
.home .staff-experience p {
margin-bottom: 1vw;
text-align: left;
max-width: 90%;
margin-left: auto;
margin-right: auto;
}
.home .staff-experience p.cta {
text-align: center;
margin-bottom: 15px;
}
.home .staff-experience .cta a {
display: block;
margin-top: -1vw;
}
.home .staff-experience .cta a::before {
display: inline-block;
width: 3vw;
height: 5vw;
float: none;
position: relative;
top: 1.5vw;
left: -2vw;
}
}
@media (min-width: 992px) {
.home .staff-experience::after {
bottom: -0.75vw;
}
.home .staff-experience .inner-wrapper {
margin-top: 20%;
height: 15vw;
}
.home .staff-experience h1 {
font-size: 4.2vw;
}
.home .staff-experience p {
max-width: 875px;
margin-left: auto;
margin-right: auto;
}
.home .staff-experience .cta a {
display: block;
margin-top: -1vw;
}
}
@media (min-width: 1380px) {
.home .staff-experience::after {
bottom: -5px;
}
.home .staff-experience .inner-wrapper {
margin-top: 21.5%;
height: 15vw;
}
.home .staff-experience h1 {
font-size: 60px;
}
.home .staff-experience p {
max-width: 980px;
}
.home .staff-experience .cta a {
font-size: 25px;
}
}
@media (max-width: 758px) {
.home .staff-experience h1 {
font-size: 10vw;
margin-bottom: 0;
}
.home .staff-experience .cta a::before {
width: 9vw;
height: 10vw;
margin: -2vw 4vw 0 2vw;
}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
.home .panel p, .home .quality-maine-camping .inner-wrapper p, .home .activities-at-camp p, .home .staff-experience p {
font-size: 13px;
}
} .countdown-panel {
text-align: center;
padding: 10% 0 0;
margin: 0 auto -40vw;
position: relative;
}
.countdown-panel h1 {
margin-top: 0;
margin-bottom: 1em;
}
.countdown-panel .cds {
display: flex;
}
.countdown-panel .cds .session {
width: 50%;
text-align: center;
}
.countdown-panel .cds .session h2 {
font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
text-transform: uppercase;
color: #6e3020;
font-size: 4.5vw;
line-height: 1.1;
}
.countdown-panel .cds .session h3 {
font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
color: #6e3020;
font-size: 4.8vw;
line-height: 1.1;
}
.countdown-panel .cds .session .countdown {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 100%;
padding-top: 2vw;
}
.countdown-panel .cds .session .countdown img {
display: inline-block;
margin: 0 1px;
width: 25%;
}
@media (min-width: 758px) {
.countdown-panel {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 1024px;
padding-top: 4%;
margin-bottom: -35vw;
}
.countdown-panel h1 {
width: 90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 5vw;
}
.countdown-panel .cds .session h2 {
font-size: 2.5vw;
}
.countdown-panel .cds .session h3 {
font-size: 3.5vw;
}
.countdown-panel .cds .session .countdown {
width: 85%;
margin-top: 1vw;
}
}
@media (min-width: 992px) {
.countdown-panel h1 {
margin-bottom: 50px;
}
.countdown-panel .cds .session h2 {
font-size: 24px;
}
.countdown-panel .cds .session h3 {
font-size: 35px;
}
.countdown-panel .cds .session .countdown {
margin-top: 0;
width: 300px;
padding-top: 15px;
}
.countdown-panel .cds .session .countdown img {
margin: 0 4px;
}
}
.home .site-footer.now-visible .footer-photo {
margin-top: -21vw;
}
@media (min-width: 758px) {
.home .site-footer.now-visible .footer-photo {
margin-top: -27vw;
}
}
@media (min-width: 992px) {
.home .site-footer.now-visible .footer-photo {
margin-bottom: -35px;
margin-top: -21vw;
}
} .home .panel.blog {
padding: 0;
}
.home .panel.blog .inner-wrapper {
margin: 0;
padding: 2% 3%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7483368347) 70%, rgba(255, 255, 255, 0.7511379552) 100%);
}
.home .panel.blog .inner-wrapper h1 {
position: relative;
z-index: 1;
text-shadow: none;
margin-bottom: 0;
margin-top: 0.5em;
}
.home .panel.blog .inner-wrapper h1 a {
color: #6e3020;
font-family: 'Fell Type A', 'Fell Type B', serif;
}
.home .panel.blog .inner-wrapper h1 a::before, .home .panel.blog .inner-wrapper h1 a::after {
display: block;
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/moose-tracks-orange.png) no-repeat center;
background-size: 100%;
width: 100px;
height: 65px;
position: absolute;
left: -45px;
top: 20vw;
z-index: 0;
opacity: 0.5;
}
@media (min-width: 758px) {
.home .panel.blog .inner-wrapper h1 a::before, .home .panel.blog .inner-wrapper h1 a::after {
width: 200px;
height: 125px;
top: 10vw;
}
}
@media (min-width: 992px) {
.home .panel.blog .inner-wrapper h1 a::before, .home .panel.blog .inner-wrapper h1 a::after {
top: 40px;
}
}
.home .panel.blog .inner-wrapper h1 a::after {
left: auto;
right: -52px;
top: -5vw;
z-index: -1;
}
@media (min-width: 758px) {
.home .panel.blog .inner-wrapper h1 a::after {
top: -1vw;
}
}
.home .panel.blog .inner-wrapper h3 {
font-size: 2em;
text-align: center;
position: relative;
z-index: 1;
text-shadow: none;
margin-top: 0;
margin-bottom: 1em;
font-family: 'Fell Type A', 'Fell Type B', serif;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post {
margin: 0 5%;
padding-top: 0 !important;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post h2.su-post-title {
text-align: center;
font-size: 1.8em;
font-family: 'Fell Type A', 'Fell Type B', serif;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post h2.su-post-title a {
position: relative;
z-index: 1;
font-family: 'Fell Type A', 'Fell Type B', serif;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post h2.su-post-title a::before {
display: none;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post h2.su-post-title::before {
display: none;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .su-post-meta {
text-align: center;
color: #5b362b;
font-size: 0.9em;
opacity: 1;
margin-bottom: 15px;
font-weight: 500;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .wp-post-image {
display: block;
width: 100%;
margin-bottom: 10px;
border: 5px solid #5b362b;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .su-post-excerpt {
text-align: left;
color: #5b362b;
font-weight: 500;
height: auto !important;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .su-post-excerpt .wp-block-image::first-child {
display: block;
width: 100%;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .su-post-excerpt .wp-block-image::first-child figure, .home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .su-post-excerpt .wp-block-image::first-child img {
display: block;
width: 100%;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .su-post-excerpt .wp-block-image::first-child img {
border: 5px solid #5b362b;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .su-post-excerpt::after {
display: none;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .read-more {
margin-top: 15px;
text-align: right;
font-size: 1.3em;
margin-right: 20px;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .read-more a {
color: #6e3020;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .read-more a::before {
display: none;
}
@media (min-width: 758px) {
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .wp-post-image {
width: 40%;
margin-right: 20px;
float: left;
}
}
@media (min-width: 992px) {
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post {
width: 100%;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .bloghdr {
display: flex;
justify-content: space-between;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post h2.su-post-title {
font-size: 2.2em;
margin-bottom: 12px;
margin-left: 10px;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .su-post-meta {
position: relative;
top: 3px;
right: 20px;
}
}
@media (max-width: 758px) {
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post::before {
display: block;
content: "";
height: 4px;
width: 80%;
margin: 0 auto 2em;
background: linear-gradient(90deg, rgba(73, 119, 74, 0) 0%, #49774a 25%, #49774a 75%, rgba(73, 119, 74, 0) 100%);
position: relative;
z-index: 1;
left: auto;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post:first-child:before {
display: none !important;
}
} @media (min-width: 992px) {
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .bloghdr {
display: block;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .bloghdr .su-post-meta {
top: auto;
right: auto;
}
.home .panel.blog .inner-wrapper .su-posts-default-loop .su-post .wp-post-image {
width: 90%;
margin-left: auto;
margin-right: auto;
float: none;
}
}  @media (min-width: 992px) {
.su-posts-default-loop {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}
}
.su-posts-default-loop .su-post {
margin-bottom: 1em !important; }
@media (min-width: 992px) {
.su-posts-default-loop .su-post {
width: 30%;
}
}
.su-posts-default-loop .su-post::after {
width: 40%;
max-width: 200px;
height: 3px;
background: #ff9900;
margin: 2em auto;
}
@media (min-width: 992px) {
.su-posts-default-loop .su-post::after {
display: none !important;
}
}
.su-posts-default-loop .su-post .su-post-thumbnail {
width: 100%;
height: auto;
margin-bottom: 10px;
}
.su-posts-default-loop .su-post .su-post-thumbnail img {
max-width: 100%;
max-height: 100%;
width: 100%;
height: auto;
}
.su-posts-default-loop .su-post h2.su-post-title {
font-size: 1.6em;
line-height: 1;
position: relative;
}
@media (min-width: 758px) {
.su-posts-default-loop .su-post h2.su-post-title::before {
display: block;
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/itty-bitty-moose.png) no-repeat center;
background-size: 100%;
width: 30px;
height: 30px;
position: absolute;
left: -34px;
top: -12px;
}
}
.su-posts-default-loop .su-post .su-post-meta {
font-size: 1em;
}
.su-posts-default-loop .su-post .su-post-comments-link {
display: none;
}
.su-posts-default-loop .su-post .su-post-excerpt {
height: 50vw;
overflow: hidden;
position: relative;
margin-bottom: 0;
}
@media (min-width: 992px) {
.su-posts-default-loop .su-post .su-post-excerpt {
height: 400px;
font-size: 14px;
font-weight: 500;
line-height: 1.5;
}
.su-posts-default-loop .su-post .su-post-excerpt h2, .su-posts-default-loop .su-post .su-post-excerpt h3, .su-posts-default-loop .su-post .su-post-excerpt h4, .su-posts-default-loop .su-post .su-post-excerpt h5 {
font-size: 1.3em;
line-height: 1.2;
margin-bottom: 0;
}
.su-posts-default-loop .su-post .su-post-excerpt p {
font-size: 1em;
line-height: 1.5;
}
.su-posts-default-loop .su-post .su-post-excerpt img {
margin: 1em auto !important;
display: block;
float: none;
width: 100%;
border: 4px solid rgba(189, 79, 46, 0.6);
border-style: groove;
}
}
.su-posts-default-loop .su-post .su-post-excerpt::after {
display: block;
width: 100%;
height: 50px;
content: "";
position: absolute;
bottom: 0;
margin-top: -50px;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
}
.su-posts-default-loop .su-post .read-more {
margin: -15px 0 1em;
position: relative;
z-index: 9;
text-align: center;
font-weight: 700;
}
.page-summer-camp-alumni .blog-feed {
margin-top: 5em;
}
.entry-content .blog-feed h2.blog-feed-hdr {
font-size: 10vw;
margin-bottom: 1em;
position: relative;
}
.entry-content .blog-feed h2.blog-feed-hdr::before, .entry-content .blog-feed h2.blog-feed-hdr::after {
display: block;
content: "";
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/moose-tracks-orange.png) no-repeat center;
background-size: 100%;
width: 100px;
height: 65px;
position: absolute;
left: -35px;
top: 26px;
z-index: -1;
opacity: 0.5;
}
@media (min-width: 758px) {
.entry-content .blog-feed h2.blog-feed-hdr::before, .entry-content .blog-feed h2.blog-feed-hdr::after {
left: -115px;
top: -4px;
}
}
@media (min-width: 992px) {
.entry-content .blog-feed h2.blog-feed-hdr::before, .entry-content .blog-feed h2.blog-feed-hdr::after {
left: -7vw;
}
}
.entry-content .blog-feed h2.blog-feed-hdr::after {
left: auto;
right: 0;
top: -50px;
}
@media (min-width: 758px) {
.entry-content .blog-feed h2.blog-feed-hdr::after {
right: 30%;
}
}
@media (min-width: 992px) {
.entry-content .blog-feed h2.blog-feed-hdr::after {
right: 45%;
}
}
@media (min-width: 758px) {
.entry-content .blog-feed h2.blog-feed-hdr {
font-size: 40px;
}
}
@media (min-width: 992px) {
.entry-content .blog-feed h2.blog-feed-hdr {
font-size: 60px;
}
}
.blog-feed .su-posts + .flex-it {
width: 300px;
margin: 0 auto;
} @media (min-width: 992px) {
.header-img + .blog-it-up {
margin-top: -90px;
position: relative;
z-index: 2;
}
.blog-it-up #primary {
width: 90%;
margin-right: 10%;
}
}
.blog-header {
text-align: center;
}
.blog-header h1 {
line-height: 0.8;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/moose-tracks-orange.png) no-repeat left center;
background-size: auto 100%;
width: 100%;
text-align: left;
margin-bottom: 10vw;
text-align: center;
}
@media (min-width: 758px) {
.blog-header h1 {
font-size: 9vw;
width: 70%;
margin-bottom: 4vw;
margin-top: -10vw;
}
}
@media (min-width: 992px) {
.blog-header h1 {
margin-top: 35px;
width: 100%;
font-size: 90px;
}
}
.blog-header h1 small {
font-size: 50%;
}
.blog-it-up .hentry {
padding-bottom: 1.5em;
margin-bottom: 1.5em;
border-bottom: 1px solid #ccc;
overflow: hidden;
position: relative;
}
.blog-it-up .hentry .entry-content-wrap {
max-height: auto;
-webkit-transition: max-height 1s;
-moz-transition: max-height 1s;
-ms-transition: max-height 1s;
-o-transition: max-height 1s;
transition: max-height 1s;
}
.blog-it-up .page .entry-header {
margin-top: 0;
}
.site-content .blog-it-up h2.entry-title {
font-size: 8vw;
}
@media (min-width: 758px) {
.site-content .blog-it-up h2.entry-title {
font-size: 8vw;
margin-bottom: 1vw;
}
}
@media (min-width: 758px) {
.site-content .blog-it-up h2.entry-title {
font-size: 50px;
margin-bottom: 0.5em;
}
}
.site-content .blog-it-up h2.entry-title a {
color: #ff9900;
}
.site-content .blog-it-up .entry-content h2 {
font-size: 7vw;
line-height: 1.3;
margin-bottom: 0.5em;
}
.site-content .blog-it-up .entry-content h3, .site-content .blog-it-up .entry-content h4, .site-content .blog-it-up .entry-content h5, .site-content .blog-it-up .entry-content h6 {
font-size: 6vw;
line-height: 1.3;
margin-bottom: 0.5em;
}
@media (min-width: 758px) {
.site-content .blog-it-up .entry-content h2 {
font-size: 5vw;
}
.site-content .blog-it-up .entry-content h3, .site-content .blog-it-up .entry-content h4, .site-content .blog-it-up .entry-content h5, .site-content .blog-it-up .entry-content h6 {
font-size: 4vw;
}
}
@media (min-width: 992px) {
.site-content .blog-it-up .entry-content h2 {
font-size: 44px;
}
.site-content .blog-it-up .entry-content h3, .site-content .blog-it-up .entry-content h4, .site-content .blog-it-up .entry-content h5, .site-content .blog-it-up .entry-content h6 {
font-size: 34px;
}
}
.entry-meta {
font-size: 0.85em;
padding-bottom: 25px;
opacity: 1;
color: #5b362b;
display: flex;
justify-content: center;
}
@media (min-width: 992px) {
.entry-meta {
font-size: 1.25em;
}
}
.entry-footer {
font-size: 0.85em;
}
.entry-meta a, .entry-footer a {
text-decoration: none;
}
.comments-link {
text-align: right;
float: right;
}
.blog-content-area .hentry .entry-content img.alignleft, .blog-content-area .hentry .entry-content img.alignright {
margin-top: 1em;
border: 4px solid rgba(91, 54, 43, 0.6);
width: 50%;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.blog-content-area .hentry .entry-header h1.entry-title {
font-size: 8vw;
}
.site-content .comments-area h3 {
display: none;
}
span.blog-thumb {
display: inline-block;
float: left;
width: 150px;
height: 150px;
overflow: hidden;
-webkit-border-radius: 500em;
-moz-border-radius: 500em;
border-radius: 500em;
border: 5px solid rgba(10, 40, 153, 0.6);
background: rgba(10, 40, 153, 0.1);
}
span.empty-blog-thumb {
background: rgba(10, 40, 153, 0.1);
opacity: 0.3;
display: none;
}
span.blog-thumb img {
display: block;
min-width: 100%;
height: auto;
min-height: 100%;
width: auto;
}
.entry-content blockquote {
width: 90%;
margin: 2em auto;
border-left: 10px solid rgba(0, 75, 142, 0.2);
padding-left: 6%;
}
.blog-it-up .entry-content img.alignleft {
float: left;
margin-right: 20px;
margin-bottom: 10px;
}
.blog-it-up .entry-content img.alignright {
float: right;
margin-left: 20px;
margin-bottom: 10px;
}
.blog-featured-hero .header-img.now-visible::after {
display: none;
} .entry-content .su-posts-teaser-loop .su-post-thumbnail {
width: 100%;
height: auto;
margin: 0;
float: none;
}
.entry-content .su-posts-teaser-loop .su-post-thumbnail img {
border: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
padding: 0;
}
.entry-content .su-posts-teaser-loop h2.su-post-title {
display: flex;
}
.entry-content .su-posts-teaser-loop h4 {
display: none;
}
.blog-content-area .post .entry-meta .posted-on, .blog-content-area .post .entry-meta .byline {
display: block;
text-align: center;
margin: 0 8px;
}
.blog-content-area .entry-meta time.updated {
display: none;
}
.blog-single .blog-content-area .post {
padding: 0;
}
.blog-single .entry-footer {
color: #5b362b;
}
.blog-single .entry-content-wrap {
border-bottom: 5px solid #5b362b;
padding-bottom: 2em;
margin-bottom: 2em;
}
@media (min-width: 992px) {
.blog-single .entry-content-wrap {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
}
.site-content h2.comments-title {
font-size: 18px;
line-height: 1.3;
}
.comment-list {
color: #555;
}
.site-content .comment-list .vcard {
text-align: left;
margin: 0;
}
.comment-respond textarea {
border-radius: 0;
border: 1px solid #CCC;
width: 100%;
}
.form-submit {
display: flex;
}
@media (min-width: 758px) {
.blog .site-content.container, .single-post .site-content.container {
padding-left: 0;
padding-right: 0;
}
.blog .header-img {
width: 100%;
margin-left: 0;
}
.blog-it-up .page .entry-header {
margin-bottom: 0;
}
.blog-single .blog-content-area .post {
height: auto;
}
}
@media (min-width: 758px) {
.blog-single .blog-content-area .post {
width: 100%;
padding: 0;
}
.blog-single .page {
padding: 0;
}
.blog-single .blog-content-area .post {
width: 100%;
padding: 0;
float: none;
min-height: 100%;
background: transparent;
}
.blog-single .page .entry-header {
width: 100%;
margin-top: 0;
background: transparent;
}
.blog-single .blog-content-area .hentry .entry-header h1.entry-title {
font-size: 50px;
}
.site-content .widget-area h2 {
font-size: 28px;
}
.widget-area a {
font-size: 16px;
display: block;
margin: 0 0 1em 0;
}
.widget-area a::before {
display: block;
content: "";
width: 18px;
height: 18px;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/moose-blue.png) no-repeat center;
background-size: auto 100%;
margin: 0 5px 0px 0px;
float: left;
}
}
@media (min-width: 992px) {
.blog-single .blog-content-area .hentry .entry-header h1.entry-title {
font-size: 50px;
margin-bottom: 0.5em;
}
}
.search-form {
display: flex;
justify-content: center;
margin-top: 8em;
}
.search-form label {
width: 70%;
}
.search-form label span {
display: none;
}
.search-form label input {
width: 95%;
height: 100%;
font-size: 16px;
border: 0;
display: block;
}
.search-form input.search-submit {
width: 30%;
}
@media (min-width: 758px) {
.search-form input.search-submit {
font-size: 12px;
}
}
nav.post-navigation {
position: fixed;
bottom: 50px;
left: 0;
background: #5b362b;
width: 100%;
z-index: 2;
}
@media (min-width: 992px) {
nav.post-navigation {
bottom: 0;
position: relative;
margin-bottom: 2em;
}
}
nav.post-navigation .nav-links {
padding: 0;
width: 100%;
margin: 0;
}
nav.post-navigation .nav-links a {
color: #FFF;
font-size: 12px;
padding: 15px;
text-transform: none;
}
@media (min-width: 758px) {
nav.post-navigation .nav-links a {
font-size: 16px;
}
}
@media (min-width: 992px) {
nav.post-navigation .nav-links a {
font-size: 12px;
}
}
@media (min-width: 1112px) {
nav.post-navigation .nav-links a {
font-size: 18px;
}
}
nav.post-navigation .nav-links a[rel="prev"]::after {
display: inline;
content: " >";
background: none;
width: auto;
height: auto;
}
@media (min-width: 758px) {
nav.post-navigation .nav-links a[rel="prev"]::after {
font-size: 16px;
}
}
nav.post-navigation .nav-links a[rel="next"]::before {
display: inline;
content: "< ";
background: none;
width: auto;
height: auto;
}
@media (min-width: 758px) {
nav.post-navigation .nav-links a[rel="next"]::before {
font-size: 16px;
}
}
@media (min-width: 758px) {
.blog-list-header {
padding-top: 30px;
}
}
.blog-list-header .entry-tite, .blog-list-header h1, .blog-list-header h1.entry-title {
font-size: 50px;
}
@media (min-width: 758px) {
.blog-list-header .entry-tite, .blog-list-header h1, .blog-list-header h1.entry-title {
font-size: 66px;
margin-top: 0;
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.blog-list-header .entry-tite, .blog-list-header h1, .blog-list-header h1.entry-title {
font-size: 86px;
}
}
.wp-block-image.is-style-rounded img {
border-radius: 0 !important;
}
.blog-single .page .entry-header {
text-align: center !important;
} .message {
color: #5b362b;
text-align: center;
padding: 2em 0;
margin-bottom: 2em;
}
.message p:last-child {
margin-bottom: 0;
}
.message-error {
background: pink;
}
.message-success {
background: lime;
} .page-template-page-login .entry-header {
font-size: 10vw;
text-align: center;
width: 100%;
}
.page-template-page-login .type-page .entry-header {
display: none;
}
.page-template-page-login .type-page .entry-content {
text-align: center;
}
.page-template-page-login .type-page .entry-content li {
margin-left: 0;
list-style-type: none;
}
.page-template-page-login .login form {
max-width: 580px;
margin: 0 auto;
}
.page-template-page-login .login form input#submit {
display: block;
width: 100%;
max-width: 140px;
margin-bottom: 1em;
}
@media (min-width: 758px) {
.page-template-page-login .login form input#submit {
max-width: 180px;
}
}
@media (min-width: 992px) {
.page-template-page-login .login form input#submit {
max-width: 240px;
}
}
.login input.login-field {
display: block;
width: 100%;
font-size: 6vw;
background: #FFF;
border: 0;
box-shadow: 0 0 5px #a99582;
text-align: center;
padding: 2vw 0;
margin: 0 0 4vw;
}
@media (min-width: 758px) {
.login input.login-field {
font-size: 24px;
padding: 0.5em 0;
margin: 0 0 0.5em;
}
}
.login input[type="submit"] {
margin: 3vw 0 2vw;
}
@media (min-width: 758px) {
.login input[type="submit"] {
margin: 0 0 0.5em;
}
}
@media (min-width: 992px) {
.login input[type="submit"] {
padding: 0.5em;
}
}
.login .login-option {
margin-bottom: 0;
}
.login .login-option a.btn-link-style {
color: #5b362b;
font-size: 1.2em;
line-height: 4;
}
.entry-content .account-info {
text-align: center;
justify-content: center;
}
.entry-content .account-info h2 {
font-size: 8vw;
margin-bottom: 1em;
text-align: center;
}
.entry-content .account-info h2:before {
display: block;
content: "";
width: 33%;
height: 1px;
border-bottom: 5px solid #6e3020;
margin: 1em auto 1em auto;
}
@media (min-width: 992px) {
.entry-content .account-info h2:before {
display: none;
}
}
@media (min-width: 758px) {
.entry-content .account-info h2 {
font-size: 32px;
margin-bottom: 20px;
text-align: center;
}
}
.entry-content .account-info ul {
margin-bottom: 0;
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
.entry-content .account-info li {
margin-left: 0;
padding-left: 0;
width: 100%;
}
.entry-content .account-info li:before {
display: none;
}
@media (min-width: 758px) {
.entry-content .account-info {
width: 380px;
margin: 0 auto;
}
}
@media (min-width: 992px) {
.entry-content .account-info {
width: 100%;
flex-flow: nowrap;
align-items: flex-start;
}
.entry-content .account-info div {
width: 33.33%;
}
}
.forgot-header, .forgot-trouble {
text-align: center;
}
.forgot-trouble {
margin-top: 1em;
}
.login .need-help p, .login .forgot-trouble p {
color: #5b362b;
} .gform_wrapper ul.gform_fields li.gfield {
padding-right: 0 !important;
}
.cn-form input, .gform_wrapper .cn-form input, .gform_wrapper .cn-form .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .cn-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .cn-form textarea, .gform_wrapper .cn-form textarea.large, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .gform_wrapper select, .cn-form select {
border-radius: 0;
border: 1px solid #ccc;
font-size: 4vw;
padding: 1vw;
background: #FFF;
color: #555;
}
@media (min-width: 758px) {
.cn-form input, .gform_wrapper .cn-form input, .gform_wrapper .cn-form .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .cn-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .cn-form textarea, .gform_wrapper .cn-form textarea.large, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .gform_wrapper select, .cn-form select {
font-size: 18px;
padding: 0.5em;
}
}
.gform_wrapper .cn-form .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
margin-bottom: 16px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .gform_wrapper select, .cn-form select {
-moz-appearance: textfield;
-webkit-appearance: textfield;
}
input[type=checkbox] + label, .gform_wrapper ul.gform_fields li.gfield input[type=checkbox] + label, input[type=radio] + label, .gform_wrapper .gfield_radio li input[type=radio] + label {
display: inline-block;
padding-left: 10px;
white-space: normal;
}
@media (min-width: 992px) {
input[type=checkbox] + label, .gform_wrapper ul.gform_fields li.gfield input[type=checkbox] + label, input[type=radio] + label, .gform_wrapper .gfield_radio li input[type=radio] + label {
padding-left: 25px;
}
}
.gform_wrapper .cn-form .top_label .gfield_label, .gform_wrapper .cn-form .field_sublabel_below .ginput_complex.ginput_container label {
display: none;
}
.gform_wrapper .cn-form.show-labels .top_label .gfield_label, .gform_wrapper .cn-form.show-labels .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .top_label .show-label .gfield_label {
display: block;
}
.gform_wrapper .top_label .inline-label-left .gfield_label {
display: inline;
float: left;
clear: none;
line-height: 2.1;
margin-right: 20px;
}
@media (min-width: 758px) {
.gform_wrapper .cn-form .gform_footer {
display: flex;
width: 50%;
margin: 0 auto;
padding-right: 3%;
}
.gform_wrapper .cn-form .gform_footer input {
max-width: 280px !important;
}
}
.cn-form_wrapper .field_description_below .gfield_description {
padding-top: 0;
padding-bottom: 16px;
}
body .gform_wrapper ul li.gfield.privacy {
background: rgba(91, 54, 43, 0.2);
padding: 10px;
}
@media (min-width: 992px) {
body .gform_wrapper ul li.gfield.privacy {
padding: 10px 40px;
}
}
.gform_wrapper ul.gform_fields li.gfield.privacy input[type=checkbox] + label {
padding-left: 10px;
}
.gform_wrapper .privacy .gfield_description {
text-align: left;
padding-right: 0;
}
@media (min-width: 992px) {
.gform_wrapper .privacy .gfield_description {
font-size: 0.65em;
}
}
.gform_wrapper .privacy ul.gfield_checkbox {
max-width: 42vw;
margin-left: 21vw;
}
@media (min-width: 758px) {
.gform_wrapper .privacy ul.gfield_checkbox {
margin-left: 24vw;
}
}
.gform_wrapper .privacy ul.gform_fields li.gfield input[type=checkbox] + label {
padding-left: 10px;
}
@media (min-width: 992px) {
.full-width-content-area .gform_wrapper .privacy ul.gfield_checkbox {
margin-left: 40%;
}
}
.gform_confirmation_message {
color: #5b362b;
text-align: center;
font-size: 1.8em;
line-height: 1.5;
margin: 0 auto;
}
@media (min-width: 992px) {
.gform_confirmation_message {
width: 60%;
}
}
.gform_wrapper .top_label li.request-options .gfield_label {
display: block;
margin-top: 2em;
}
@media (min-width: 758px) {
.gform_wrapper .top_label li.request-options ul.gfield_checkbox {
display: flex;
flex-wrap: wrap;
}
}
@media (min-width: 758px) {
.gform_wrapper .top_label li.request-options ul.gfield_checkbox li {
width: 33.33%;
}
}
.cn-form .cn-form-address input {
margin-bottom: 5px;
}
.cn-form ul li:before {
display: none;
}
.gform_wrapper.gf_browser_chrome .cn-form .cn-dropdown select {
padding: 0.5em;
}
.gform_confirmation_message {
margin-bottom: 10em;
}
.page-thank-you .entry-content p:last-of-type {
text-align: center;
margin-bottom: 10em;
}
@media (min-width: 758px) {
.gform_wrapper .ref-form ul.gform_fields li.gfield {
display: flex;
align-items: center;
justify-content: center;
}
.gform_wrapper .ref-form ul.gform_fields li.gfield.ref-form-hdr {
display: block;
text-align: left;
padding-top: 2em;
}
.gform_wrapper .ref-form ul.gform_fields li.gfield .gfield_label {
text-align: right;
margin-right: 1em;
width: 50%;
}
.gform_wrapper .ref-form ul.gform_fields li.gfield .ginput_container {
width: 50%;
margin-top: 0;
}
.gform_wrapper .ref-form ul.gform_fields li.gfield .ginput_container select {
height: 45px;
}
}
@media (min-width: 992px) {
.gform_wrapper .ref-form ul.gform_fields li.gfield .gfield_label {
width: 30%;
}
.gform_wrapper .ref-form ul.gform_fields li.gfield .ginput_container {
width: 70%;
}
}
@media (max-width: 758px) {
.gform_wrapper .ref-form ul.gform_fields li.gfield .ginput_container {
margin-bottom: 2em;
}
}
.gform_wrapper .gfield_required, .required {
color: #ff0000 !important;
} .spu-box h1 {
text-align: center;
font-size: 1.4em;
text-align: center;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 1em;
}
.spu-box p {
text-align: center;
margin-top: 0;
}
.ttd-field label {
display: none !important;
}
.ttd-field.ttd-field-time li label {
display: inline !important;
font-size: 16px !important;
}
.ttd-field input {
border: none !important;
border-radius: 0;
background: #b8e4ff;
color: #5b362b;
}
.ttd-field input::placeholder {
color: #5b362b;
}
@media (min-width: 758px) {
.gform_wrapper ul.gform_fields li.ttd-field {
width: 48%;
padding-right: 0;
float: left;
clear: none;
margin: 1%;
}
.gform_wrapper ul.gform_fields li.ttd-field.ttd-field-date, .gform_wrapper ul.gform_fields li.ttd-field.ttd-field-time {
width: auto;
}
.gform_wrapper .top_label li.ttd-field input.medium, .gform_wrapper .top_label li.ttd-field select.medium, .gform_wrapper .top_label li.ttd-field input.medium.datepicker {
width: 100%;
}
.gform_wrapper ul.gform_fields li.ttd-field.ttd-field-email {
width: 97%;
}
.gform_wrapper .ttd-field .gfield_radio li {
width: 50%;
float: left;
}
.spu-content .gform_wrapper .gform_footer {
text-align: center;
}
} .gform_wrapper .gform_footer {
margin-top: 0 !important;
padding-top: 0 !important;
}
input[type="submit"], .gform_wrapper .cn-form .gform_footer input[type=submit], btn, .btn:link, .btn:visited {
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/button-background.png) no-repeat center center;
font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
background-size: 100% 100%;
border: 0;
border-radius: 0;
font-size: 6vw;
text-transform: uppercase;
font-weight: 400;
color: rgba(91, 54, 43, 0.7);
line-height: 2 !important;
padding: 4vw 1em 3vw !important;
margin: 1em auto;
flex-grow: inherit;
letter-spacing: -0.3pt;
}
@media (min-width: 758px) {
input[type="submit"], .gform_wrapper .cn-form .gform_footer input[type=submit], btn, .btn:link, .btn:visited {
font-size: 4vw;
padding: 3vw 1em 3vw !important;
}
}
@media (min-width: 992px) {
input[type="submit"], .gform_wrapper .cn-form .gform_footer input[type=submit], btn, .btn:link, .btn:visited {
font-size: 36px;
padding: 20px 2em 20px !important;
display: block;
width: 50%;
white-space: nowrap;
max-width: 430px;
}
}
input[type="submit"]:hover, .gform_wrapper .cn-form .gform_footer input[type=submit]:hover, btn:hover, .btn:link:hover, .btn:visited:hover {
border: 0;
transform: scale(1.05);
filter: saturate(1.5);
cursor: pointer;
}  .videos-list {
margin-bottom: 5vw;
display: flex;
flex-flow: wrap;
justify-content: center;
align-items: center;
width: 110%;
margin-left: -5%;
}
@media (min-width: 758px) {
.videos-list {
margin-bottom: 50px;
width: 102%;
margin-left: -1%;
}
}
.videos-list .type-videos {
position: relative;
margin: 1%;
visibility: hidden;
transition: 0.5s all;
width: 31.33%;
}
@media (min-width: 758px) {
.videos-list .type-videos {
max-width: 32.333%;
}
}
.videos-list .type-videos img {
display: block;
}
@media (min-width: 992px) {
.videos-list .type-videos:hover {
opacity: 0.8;
}
} .videos-list .type-videos.current .entry-title::before, .post-type-archive .videos-list .type-videos:first-child .entry-title::before {
display: block;
content: "NOW PLAYING";
position: absolute;
z-index: 2;
color: #FFF;
font-weight: 900;
font-size: 4vw;
text-align: center;
width: 100%;
margin-top: 25%;
opacity: 1;
}
@media (min-width: 758px) {
.videos-list .type-videos.current .entry-title::before, .post-type-archive .videos-list .type-videos:first-child .entry-title::before {
font-size: 3vw;
}
}
@media (min-width: 992px) {
.videos-list .type-videos.current .entry-title::before, .post-type-archive .videos-list .type-videos:first-child .entry-title::before {
font-size: 36px;
}
}
.videos-list .type-videos.current header, .post-type-archive .videos-list .type-videos:first-child header {
background: rgba(91, 54, 44, 0.7);
}
.videos-list .type-videos.now-visible {
visibility: visible; }
.videos-list .type-videos .entry-header {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: space-around;
align-items: center;
top: auto;
left: auto;
}
.videos-list .type-videos .entry-title {
text-align: center;
color: #FFF;
font-size: 5vw;
line-height: 1.3;
text-shadow: none;
width: 100%;
height: 100%;
}
@media (min-width: 758px) {
.videos-list .type-videos .entry-title {
font-size: 18px;
}
}
.videos-list .type-videos .entry-title a {
color: #FFF;
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
}
.videos-list .type-videos .entry-title a::after {
display: none;
}
.videos-list .type-videos .entry-title a span {
display: none !important;
position: absolute;
bottom: 6px;
left: 0;
background: rgba(110, 48, 32, 0.5);
background: linear-gradient(to right, rgba(110, 48, 32, 0.8) 0%, rgba(110, 48, 32, 0.7) 70%, rgba(110, 48, 32, 0) 100%);
color: #5b362b;
padding: 3vw 0 3vw 2vw;
text-transform: uppercase;
text-shadow: 2px 2px 4px #fff;
font-size: 18px;
width: 100%;
text-align: left;
}
.videos-list .type-videos .entry-title a span.hvr-sweep-to-right:before {
background: #6e3020;
}
@media (min-width: 758px) {
.videos-list .type-videos .entry-title a span {
padding: 18px 40px 18px 15px;
}
}
@media (min-width: 992px) {
.videos-list .type-videos .entry-title a span {
bottom: 0;
font-size: 24px;
}
}
@media (min-width: 1380px) {
.videos-list .type-videos .entry-title a span {
font-size: 28px;
}
}
.videos-list .type-videos .entry-header {
margin-top: 0;
margin-bottom: 0;
background: transparent;
}
@media (min-width: 992px) {
.videos-list .type-videos {
overflow: hidden;
}
.videos-list .type-videos img {
transition: 0.5s all;
position: relative;
z-index: 1;
display: block;
}
.videos-list .type-videos .entry-header {
z-index: 2;
}
.videos-list .type-videos .entry-title {
transition: 0.5s all;
}
}
.type-videos .entry-content {
text-align: center;
}
.type-videos iframe {
margin: 0 auto;
max-width: 100%;
height: 53vw;
}
@media (min-width: 992px) {
.type-videos iframe {
height: 700px;
}
}
@keyframes VOLUME_SMALL_WAVE_FLASH {
0% {
opacity: 0;
}
33% {
opacity: 1;
}
66% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes VOLUME_LARGE_WAVE_FLASH {
0% {
opacity: 0;
}
33% {
opacity: 1;
}
66% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.volume__small-wave {
animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
opacity: 0;
}
.volume__large-wave {
animation: VOLUME_LARGE_WAVE_FLASH 2s infinite 0.3s;
opacity: 0;
}
.vid-display {
width: 100%;
height: 0;
position: relative; margin-bottom: 0;
margin-top: -27vw;
width: 118%;
padding-top: 66.6%;
margin-left: -9%;
margin-top: 0;
background: rgba(255, 255, 255, 0.8); }
@media (min-width: 758px) {
.vid-display { margin-top: -27vw;
padding-top: 66.7%;
margin-bottom: 5vw;
}
}
@media (min-width: 992px) {
.vid-display {
width: 100%;
padding-top: 54.8%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
border: 0;
background: rgba(255, 255, 255, 0.5);
margin-top: -20vw;
border: 15px solid rgba(255, 255, 255, 0.5);
}
}
.vid-display::before {
display: block;
content: "";
width: 100%;
position: absolute;
height: 4vw;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/slideshow-top-stitches_v3.png) no-repeat center top;
background-size: 100% auto;
top: 0;
margin-top: -2.8vw;
z-index: 2;
}
@media (min-width: 992px) {
.vid-display::before {
display: none;
height: 30px;
margin-top: -15px;
}
}
.vid-display::after {
display: block;
content: "";
width: 100%;
position: absolute;
height: 4vw;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/slideshow-bottom-stitches_v3.png) no-repeat center bottom;
background-size: 100% auto;
bottom: -2.6vw;
z-index: 2;
}
@media (min-width: 992px) {
.vid-display::after {
display: none;
}
}
.vid-display video, .vid-display iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.vid-display button.mute-video {
display: none;
}
@media (min-width: 992px) {
.vid-display button.mute-video {
display: block;
position: absolute;
top: 0;
right: 0;
margin: -35px -4px 0 0;
background: url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/tag-small.png) no-repeat center;
background-size: 100%;
width: 160px;
height: 130px;
z-index: 2;
}
}
.vid-display button.mute-video svg {
height: 70px;
width: 70px;
transform: rotate(-5deg);
margin: -35px 0 0 -10px;
}
.vid-display button.mute-video .txt {
color: white;
display: block;
font-family: Helvetica, sans-serif;
font-size: 11px;
white-space: nowrap;
text-transform: uppercase;
font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
transform: rotate(-5deg);
text-shadow: 0 0 5px #000;
}
.vid-display button.unmute-video svg .volume__small-wave, .vid-display button.unmute-video svg .volume__large-wave {
display: none;
}
.vid-display .eof-video-cta {
display: none;
justify-content: center;
align-items: center;
align-content: center;
flex-flow: column;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
}
.vid-display .eof-video-cta.show {
display: flex;
}
.vid-display .eof-video-cta p {
color: #FFF;
line-height: 1.2;
margin: 10px 3em;
font-size: 5vw;
text-align: center;
text-shadow: 0 0 10px #000, 1px 1px 5px #000;
}
@media (min-width: 758px) {
.vid-display .eof-video-cta p {
font-size: 3vw;
}
}
@media (min-width: 992px) {
.vid-display .eof-video-cta p {
font-size: 26px;
}
}
.vid-display .eof-video-cta a.btn {
padding: 1px 20px !important;
margin: 5px auto;
flex-grow: inherit;
transition: 0.5s all;
}
@media (min-width: 758px) {
.vid-display .eof-video-cta a.btn {
font-size: 4vw;
}
}
@media (min-width: 992px) {
.vid-display .eof-video-cta a.btn {
font-size: 50px;
padding: 10px 50px !important;
width: auto;
max-width: 100%;
}
.vid-display .eof-video-cta a.btn:hover {
transform: scale(1.03);
filter: saturate(1.3);
}
}
.vid-display .eof-video-cta a.close {
position: absolute;
top: 0;
right: 0;
margin: 10px;
color: #FFF;
opacity: 0.5;
font-size: 5vw;
font-weight: 600;
}
.vid-display .eof-video-cta a.close:hover {
opacity: 1;
}
@media (min-width: 758px) {
.vid-display .eof-video-cta a.close {
margin: 5vw;
}
}
@media (min-width: 992px) {
.vid-display .eof-video-cta a.close {
margin: 120px 60px 0 0;
font-size: 36px;
}
}
.flex-it.video-ctas {
flex-flow: column;
}
.post-type-archive-videos .vid-display, .single-videos .vid-display {
margin-top: 0;
width: 118%;
padding-top: 67%;
margin-left: -9%;
margin-bottom: 10vw;
}
@media (min-width: 992px) {
.post-type-archive-videos .vid-display, .single-videos .vid-display {
width: 100%;
margin-left: auto;
padding-top: 54.8%;
background: #5b362b;
margin-bottom: 50px;
border: 15px solid #5b362b;
}
} @media (min-width: 992px) {
.mfp-content .su-lightbox-content.video-lightbox {
max-width: 1900px !important;
width: 80% !important;
}
} #slideshow.slideshowbox, .slideShowBoxEmbedContainer_GP, #slideshowBoxEmbedCanvasContainer1 {
width: 100% !important;
max-width: 910px !important;
height: 60vw !important;
max-height: 600px !important;
}
.page-alumni-slideshow #slideshow.slideshowbox, .page-alumni-slideshow .slideShowBoxEmbedContainer_GP, .page-alumni-slideshow #slideshowBoxEmbedCanvasContainer1 {
max-width: 690px !important;
max-height: 420px !important;
height: 32vw !important;
margin: 2em auto 50px !important;
} .video-button-mobile .su-expand-link {
margin-top: 0;
}
.su-expand-link-style-button.video-button-mobile .su-expand-link a {
background: #5b362b;
border: none !important;
font-size: 6vw;
padding: 5vw;
display: flex;
line-height: 1.1;
font-weight: bold;
text-transform: uppercase;
justify-content: space-around;
flex-direction: row-reverse;
align-items: center;
padding: 10px 25px;
}
.video-button-mobile .su-expand-link.su-expand-link-less a {
color: #5b362b !important;
background: transparent;
font-size: 4vw;
padding: 0;
font-weight: normal;
justify-content: end;
}
.video-button-mobile .su-expand-link i {
font-size: 12vw;
font-weight: normal;
margin-right: 0;
}
.video-button-mobile .su-expand-link.su-expand-link-less i {
font-size: inherit;
margin-left: 1vw;
}
iframe.responsive {
width: 100%;
height: 52vw;
}
.video-button {
cursor: pointer;
display: flex;
justify-content: space-around;
align-items: center;
font-size: 190%;
margin-bottom: 1em;
flex-direction: row-reverse;
padding: 10px 25px;
}
.video-button:before {
display: block;
font-family: "icomoon";
content: "";
font-size: 8vw;
margin-left: 1vw;
}
@media (min-width: 992px) {
.video-button:before {
font-size: 40px;
}
}   .music-clips .wp-block-columns {
margin-bottom: 0;
}
.music-clips .wp-block-audio audio {
min-width: 280px;
}
@media (min-width: 758px) {
.music-clips .wp-block-audio audio {
min-width: auto;
}
}
.music-clips .wp-block-audio figcaption {
text-align: center;
margin-bottom: 3em;
}
.wp-block-embed {
text-align: center;
}
.wp-block-embed iframe {
width: 100%;
height: auto;
}
@media (min-width: 758px) {
.wp-block-embed iframe {
width: 80vw;
height: 44vw;
}
}
@media (min-width: 992px) {
.wp-block-embed iframe {
width: 100%;
height: 476px;
}
}
.summer-highlights h2 {
text-align: center;
}
@media (min-width: 758px) {
.summer-highlights h2 {
text-align: left;
}
}
.enroll-info {
padding: 1em;
background: -moz-linear-gradient(top, rgba(252, 211, 0, 0.3) 0%, rgba(252, 211, 0, 0) 100%);
background: -webkit-linear-gradient(top, rgba(252, 211, 0, 0.3) 0%, rgba(252, 211, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(252, 211, 0, 0.3) 0%, rgba(252, 211, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dfcd300', endColorstr='#00fcd300',GradientType=0);
}
@media (min-width: 758px) {
.enroll-info .wp-block-column {
flex-basis: 100%;
}
}
@media (min-width: 992px) {
.enroll-info {
padding: 3em;
}
}
.site-title a {
display: flex;
justify-content: center;
align-items: center;
}
@media (min-width: 758px) {
.site-title a {
display: block;
}
}
@media (min-width: 992px) {
.site-title a {
display: flex;
justify-content: flex-start;
}
}
@media (min-width: 992px) {
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
line-height: 2 !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
font-size: 1em !important;
line-height: 1 !important;
}
input[type=checkbox] + label:before {
top: 16px;
}
}
.site-footer .footer-cta a {
display: flex;
justify-content: center;
align-items: center;
} .ssPopup {
display: none;
position: absolute;
top: 0;
z-index: 999;
width: 100% !important;
margin: 0 0 0 -7%;
background: rgba(91, 54, 43, 0.9);
height: 100%;
text-align: center;
}
.ssPopup .sswrapper {
width: 100%;
height: 100vh;
display: flex;
align-content: center;
align-items: center;
position: fixed;
}
.ssPopup .sswrapper iframe {
margin-top: 10vh;
}
.ssPopup a.close {
display: block;
position: fixed;
top: 17vh;
right: 5vw;
font-size: 10vw;
color: #FFF;
cursor: pointer;
font-weight: 800;
}
@media (min-width: 758px) {
.ssPopup {
margin-left: -12%;
}
.ssPopup .sswrapper iframe {
margin-left: auto;
margin-right: auto;
width: 100% !important;
height: 50vh !important;
}
.ssPopup a.close {
font-size: 40px;
}
}
@media (min-width: 992px) {
.ssPopup {
width: 100vw !important;
left: 50vw;
margin-left: -50vw;
}
.ssPopup .sswrapper iframe {
height: 82vw !important;
max-height: 780px;
width: 100% !important;
max-width: 980px;
margin-top: -41vw;
position: fixed;
top: 50vh;
left: 50%;
margin-top: -360px;
margin-left: -490px;
}
} .su-posts-default-loop .su-post {
position: relative;
}
.su-posts-default-loop .su-post:nth-child(even) {
padding-top: 15px;
padding-bottom: 1px;
}
@media (min-width: 992px) {
.su-posts-default-loop .su-post:nth-child(even) {
margin-top: -15px;
}
}
.su-posts-default-loop .su-post:nth-child(even)::before {
display: block;
content: "";
background: #f7ece2 url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/canvas-bg.jpg) repeat center center;
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
top: 0;
margin-left: -50vw;
z-index: -1;
opacity: 0.8;
}
@media (min-width: 992px) {
.su-posts-default-loop .su-post:nth-child(even)::before {
width: 120%;
left: 0;
margin-left: -10%;
}
}
.su-posts-default-loop .su-post:nth-child(even) .su-post-excerpt::after {
background: #f7ece2 url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/canvas-bg.jpg) repeat center center;
height: 30px;
}
.su-posts-default-loop .su-post::after {
display: none !important;
}
@media (min-width: 992px) {
.su-posts-default-loop .su-post h2.su-post-title::before {
display: none;
}
}
.page-summer-camp-alumni .site-footer .footer-photo, .page-summer-camp-alumni .site-footer.now-visible .footer-photo {
margin-top: 0;
}
footer.entry-meta {
display: block;
}
.blog-it-up .hentry:nth-child(odd) {
position: relative;
overflow: visible;
padding-top: 15px;
}
.blog-it-up .hentry:nth-child(odd)::after {
display: block;
content: "";
background: #f7ece2 url(//www.camplaurelsouth.com/wp-content/themes/laurelsouth/img/canvas-bg.jpg) repeat center center;
width: 110%;
margin-left: -5%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
opacity: 0.8;
}
@media (min-width: 992px) {
.site-content .blog-it-up h2.entry-title {
font-size: 46px !important;
}
}
.three-button-group .wp-block-image figcaption, .wp-block-image.button-with-caption figcaption {
margin-top: 0;
margin-bottom: 0;
}
.video-cta-section .wp-block-columns {
margin-bottom: 0;
}
.video-cta-section .wp-block-columns ul {
margin-bottom: 0;
}
.su-carousel-slide a:hover img {
filter: none;
} .page-wrapper {
max-width: 1060px;
}
.gform_wrapper .gform_footer input[type=image], .login-body .flex-it input[name="fpsubmit"] {
max-width: 50%;
height: auto;
}
.entry-content table.program-groups {
border: 1px solid #ff9900;
}
.entry-content table.program-groups th, .entry-content table.program-groups td {
font-size: 12px;
text-align: center;
line-height: 1.1;
padding: 5px;
border-bottom: 1px solid #ff9900;
}
.entry-content table.program-groups th:nth-child(even), .entry-content table.program-groups td:nth-child(even) {
background: rgba(0, 0, 0, 0.1);
}
.entry-content table.program-groups th {
font-size: 14px;
}
.activity-list li em {
font-style: italic;
}
.activity-list li em small {
font-size: 80%;
}
@media (min-width: 758px) {
.activity-list li em small {
font-size: 70%;
}
} .gform_wrapper .gform_footer input[type=image], .login-body .flex-it input[name="fpsubmit"] {
max-width: 160px !important;
}
.full-width-bg .wp-block-columns.mob-no-resp {
display: flex;
}
.wp-block-image figcaption a {
background: #FFF;
padding: 5px 15px;
font-weight: bold;
position: relative;
top: -5px;
} @media (min-width: 992px) {
.header-img {
margin-bottom: -10px;
}
.page .entry-header {
margin-bottom: 0;
}
.entry-title, .entry-header h1, .entry-header h1.entry-title, .site-content .blog-it-up h2.entry-title, .featured-video .entry-header h1.entry-title {
font-size: 80px;
margin-top: 0;
}
.entry-content h2, .site-content h2, h2 {
font-size: 34px;
line-height: 36px;
}
.entry-content p, .entry-content th, .entry-content td, .entry-content dt, .entry-content dd {
font-size: 16px;
line-height: 1.6;
}
.entry-content p.opener {
font-size: 26px;
}
.entry-content p.intro {
font-size: 16px;
line-height: 1.6;
}
.entry-content dt, .entry-content dd, .entry-content li {
font-size: 16px;
line-height: 1.6;
}
.entry-content .activity-list .wp-block-column {
flex-basis: 33%;
}
.entry-content .activity-list ul li {
font-size: 24px;
padding-left: 38px;
margin-bottom: 12px;
}
.entry-content .activity-list ul li::before {
width: 30px;
height: 26px;
}
.full-width-bg {
padding-top: 30px;
}
.full-width-bg.padding-top-none {
padding-top: 0;
}
.next-prev-page-nav, .nav-links {
padding-top: 0;
clear: both;
}
.prev-page-anchor, .next-page-anchor, .nav-previous a, .nav-next a {
font-size: 34px;
}
.prev-page-anchor::before, .nav-previous a::before {
width: 110px;
}
.next-page-anchor::after, .nav-next a::before {
width: 130px;
}
.let-it-breathe {
max-width: 960px;
}
.page-template-page-login .login form input#submit, .gform_wrapper .cn-form .gform_footer input, .login-body .flex-it input[name="fpsubmit"] {
max-width: 200px !important;
transition: 0.5s all;
}
.gform_wrapper .cn-form.ref-form .gform_footer input {
max-width: 380px !important;
transition: 0.5s all;
}
.page-template-page-login .login form input#submit:hover, .gform_wrapper .cn-form .gform_footer input:hover, .login-body .flex-it input[name="fpsubmit"]:hover, .gform_wrapper .cn-form.ref-form .gform_footer input:hover {
transform: scale(1.05);
filter: saturate(1.3);
}
.page-template-page-login .type-page .entry-content li {
font-size: 14px;
}
.login .login-option {
font-size: 20px;
}
.site-footer .vcard .adr {
font-size: 20px;
}
.site-footer .vcard .adr .type, .site-footer .vcard .adr span.type {
font-size: 16px;
}
.site-footer .vcard .adr .tel, .site-footer .vcard .adr a.tel.phone {
margin-top: 8px;
margin-bottom: 6px;
}
.site-footer .social {
transform: scale(0.8);
}
.site-footer .footer-buttons {
max-width: 800px;
padding-top: 24px;
}
.home .site-footer .footer-buttons {
max-width: 960px;
padding-top: 25px;
}
body .gform_wrapper ul li.gfield.privacy {
padding-left: 20px !important;
padding-right: 20px !important;
}
.gform_wrapper .privacy .gfield_description {
font-size: 0.85em;
}
.page-lodging .entry-content h3 {
font-size: 30px;
}
.gform_wrapper .gform_footer input[type=image] {
width: auto !important;
height: auto;
max-width: 240px !important;
max-height: 82px !important;
}
.page-apply .entry-content .activity-list, .page-enroll .entry-content .activity-list {
margin-bottom: 6em;
max-width: 100%;
}
} @media (max-width: 758px) {
.entry-content p, .entry-content th, .entry-content td, .entry-content dt, .entry-content dd {
font-size: 3.5vw;
}
.site-footer .vcard .adr {
order: 1;
}
.site-footer .vcard .opts {
order: 2;
margin-top: 5vw;
}
.site-footer .adr {
font-size: 3.5vw;
}
.site-footer .adr .type, .adr span.type {
font-size: 3.5vw;
}
.site-footer .adr .tel, a.tel.phone {
margin-bottom: 1vw;
}
.next-prev-page-nav {
width: 110%;
margin-left: -5%;
padding-top: 0;
}
.wp-block-columns {
margin-bottom: 1em;
}
.page-activity-selection .full-width-bg .wp-block-image {
margin-bottom: 0;
margin-left: 1%;
margin-right: 1%;
}
.page-activity-selection .full-width-bg .wp-block-image:first-child {
margin-bottom: 1em;
}
.video-lightbox-trigger .wp-block-image {
width: 80%;
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
display: block;
margin-bottom: -5vw;
}
.athletics-films-callouts {
margin-bottom: 5vw;
}
.entry-header + .entry-content > .full-width-bg:first-child {
margin-top: 0;
}
.three-button-group .wp-block-image .aligncenter {
display: block;
}
.entry-content .activity-list ul.account-list {
margin-top: 0;
}
.page-contact .entry-content .vcard {
width: 110%;
margin-left: -5%;
}
.page-contact .entry-content .vcard .adr {
font-size: 1em;
}
.page-contact .entry-content .vcard .tel {
font-size: 1.2em;
}
.page-contact .entry-content .vcard .type {
font-size: 0.8em;
}
.home .panel p {
text-align: left;
}
.page-health-wellness .vid-display {
margin-bottom: 2em;
}
.page-lodging .entry-title.header-size-large-x {
font-size: 9vw;
white-space: nowrap;
}
.entry-content .su-spoiler-content th, .entry-content .su-spoiler-content td {
font-size: 2.5vw;
}
} @media (max-width: 992px) { .entry-content .wp-block-columns.force-two-cols-mobile {
display: block;
column-count: 2;
}
.entry-content .activity-list ul li {
padding-top: 6px;
margin-bottom: 8px;
}
.page-id-1967.page-adventure .header-img img {
margin-left: -15%;
}
.entry-content .video-cta-section.dual-videos .wp-block-group__inner-container h2, .entry-content .video-cta-section.dual-videos .wp-block-group__inner-container h2:first-child, .entry-content .video-cta-section.dual-videos .wp-block-group__inner-container .wp-block-group.athletics-films-callouts {
display: table-header-group;
}
.entry-content .video-cta-section.dual-videos .wp-block-group__inner-container .wp-block-columns {
display: table-footer-group;
}
} @media screen and (min-width: 760px) and (max-width: 900px) { .page-id-1967.page-adventure .header-img img {
margin-left: -18%;
}
.page-first-time-campers .entry-content .su-accordion .su-spoiler-title::before {
margin-bottom: 25px;
}
.page-lodging .full-width-bg .wp-block-columns {
display: flex;
}
} .entry-content h2.dates-fees-hdr {
text-align: center;
font-size: 8vw;
}
.entry-content p.camp-dates {
text-align: center;
font-size: 5.5vw;
margin: 0;
line-height: 1.5;
font-family: 'Fell Type A', 'Fell Type B', serif;
text-shadow: none;
}
.entry-content p.camp-dates.tuition {
margin-top: 0;
margin-bottom: 0.5em;
}
.entry-content p.camp-dates span.lab {
display: inline-block;
width: 35%;
text-align: right;
line-height: 1;
}
.entry-content p.camp-dates span.date {
font-weight: bold;
display: inline-block;
padding-left: 15px;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 4.5vw;
width: 62%;
text-align: left;
}
.entry-content p.camp-dates.addt {
font-size: 4vw;
}
.entry-content p.camp-dates.addt span.lab {
width: 60%;
}
.entry-content p.camp-dates.addt span.date {
width: 34%;
}
.entry-content p.camp-dates.addt span.date.fee {
font-size: 3.5vw;
}
.entry-content p.camp-dates.addt span.date.fee.trans-fee {
font-size: 2.5vw;
}
.entry-content .additional-charges {
padding-bottom: 6vw;
}
@media (min-width: 992px) {
.entry-content .additional-charges {
padding-top: 30px;
padding-bottom: 20px;
}
}
.entry-content .additional-charges h3 {
display: block;
width: 100%;
font-size: 5vw;
margin-bottom: 10px;
text-align: center;
text-transform: uppercase;
}
@media (min-width: 758px) {
.entry-content .additional-charges h3 {
font-size: 28px;
}
}
@media (min-width: 758px) {
.entry-content .additional-charges h3 {
font-size: 30px;
}
}
@media (min-width: 758px) {
.entry-content h2.dates-fees-hdr {
font-size: 5vw;
}
.entry-content p.camp-dates {
font-size: 3vw;
}
.entry-content p.camp-dates span.lab {
width: 40%;
}
.entry-content p.camp-dates span.date {
font-size: 2vw;
width: 34%;
}
.entry-content p.camp-dates.addt {
font-size: 2.5vw;
}
.entry-content p.camp-dates.addt span.lab {
width: 40%;
}
.entry-content p.camp-dates.addt span.date.fee {
font-size: 2vw;
}
.entry-content p.camp-dates.addt span.date.fee.trans-fee {
font-size: 2vw;
}
}
@media (min-width: 992px) {
.entry-content h2.dates-fees-hdr {
font-size: 50px;
}
.entry-content p.camp-dates {
font-size: 30px;
}
.entry-content p.camp-dates span.date {
font-size: 25px;
width: 40%;
}
.entry-content p.camp-dates.addt {
font-size: 20px;
}
.entry-content p.camp-dates.addt span.date {
width: 40%;
}
.entry-content p.camp-dates.addt span.date.fee {
font-size: 16px;
}
.entry-content p.camp-dates.addt span.date.fee.trans-fee {
font-size: 16px;
}
.entry-content .additional-charges {
padding-top: 0;
margin-top: -10px;
}
} .su-tabs {
background: transparent !important;
border-radius: 0 !important;
}
.su-tabs-nav {
margin-bottom: 1vw;
}
.su-tabs-nav span {
font-size: 3vw !important;
text-transform: uppercase;
font-weight: bold;
color: #FFF !important;
width: 48%;
text-align: center;
margin: 1%;
background: rgba(95, 55, 45, 0.4) !important;
border-radius: 0 !important;
}
.su-tabs-nav span.su-tabs-current {
background: #055605 !important;
color: #FFF !important;
}
.su-tabs-pane {
background: transparent;
}
@media (min-width: 758px) {
.su-tabs-nav {
margin-bottom: 5px;
max-width: 660px;
margin-left: auto;
margin-right: auto;
}
.su-tabs-nav span {
font-size: 18px !important;
padding: 20px 15px !important;
}
.su-tabs-panes {
max-width: 860px;
margin: 0 auto;
}
} @media (min-aspect-ratio: 2) {
.home .watch-video a {
margin-top: -18vw;
}
}
@media (min-aspect-ratio: 2.5) {
.home .watch-video a {
margin-top: -30vw;
}
} .gform_wrapper.schedule-tour-form_wrapper .top_label li.privacy ul.gfield_checkbox {
width: auto;
margin-left: 0;
max-width: 100%;
}
@media (min-width: 758px) {
.gform_wrapper.schedule-tour-form_wrapper .top_label li.privacy ul.gfield_checkbox {
width: 160px;
margin-left: auto !important;
margin-right: auto;
}
} .gform_wrapper.inquiry-form_wrapper legend {
font-size: 5vw;
font-weight: bold;
}
@media (min-width: 758px) {
.gform_wrapper.inquiry-form_wrapper legend {
font-size: 22px;
}
}
.gform_wrapper.inquiry-form_wrapper hr.div {
border: 0;
height: 2px;
width: 100%;
background: #5b362b;
margin: 2em auto;
}
.gform_wrapper.inquiry-form_wrapper .ginput_container span:not(.ginput_price) {
margin-bottom: 0;
} @media (max-width: 781px) and (min-width: 600px) {
.activity-list .wp-block-column:nth-child(2n) {
margin-left: 0;
}
} @media (max-width: 758px) {
.other-camp a {
width: 58vw;
margin: -30.5vw 0 0 -29.5vw;
}
.site-footer .site-info .acc-mce {
position: relative;
margin: 0;
width: 100%;
text-align: center;
justify-content: center;
align-items: center;
flex-flow: row;
}
} @media print {
*, * :before, * :after {
background: transparent !important;
color: #444 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a, a:visited {
text-decoration: underline;
}
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr, img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
.entry-header h1.entry-title {
display: none;
}
#site-navigation, .main-navigation, .menu-toggle, #colophon, .sidebar, .slider-wrap-outer, .owl-carousel img, .header-img {
display: none;
}
}@font-face{font-family:Nunito;src:url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot);src:url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot?#iefix) format("embedded-opentype"),url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff2) format("woff2"),url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff) format("woff"),url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.ttf) format("truetype"),url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.svg#svgFontName) format("svg");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Nunito;src:url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot);src:url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot?#iefix) format("embedded-opentype"),url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff2) format("woff2"),url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff) format("woff"),url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.ttf) format("truetype"),url(//www.camplaurelsouth.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.svg#svgFontName) format("svg");font-style:normal;font-weight:700;font-display:swap}.gdpr_lightbox-active,.gdpr_lightbox-active body{overflow:hidden}.gdpr_lightbox{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;transition:opacity .3s ease}.gdpr_lightbox.gdpr_lightbox-opened{opacity:1}.gdpr_lightbox.gdpr_lightbox-closed{opacity:0}.gdpr_lightbox *{box-sizing:border-box}.gdpr_lightbox-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.gdpr_lightbox-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.gdpr_lightbox-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}.gdpr_lightbox-loading .gdpr_lightbox-loader{opacity:1}.gdpr_lightbox-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.gdpr_lightbox-content{z-index:9993;width:100%;transform:scale(1);transition:transform .3s ease}.gdpr_lightbox-closed .gdpr_lightbox-content,.gdpr_lightbox-loading .gdpr_lightbox-content{transform:scale(.8)}.gdpr_lightbox-content:after{content:"";position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}.gdpr_lightbox-close,.gdpr_lightbox-close:active,.gdpr_lightbox-close:focus,.gdpr_lightbox-close:hover,.gdpr_lightbox-close:visited{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;box-shadow:none}.gdpr_lightbox-close::-moz-focus-inner{border:0;padding:0}.gdpr_lightbox-close:active{top:1px}.gdpr_lightbox-image img{max-width:100%;display:block;line-height:0;border:0}.gdpr_lightbox-iframe .gdpr_lightbox-container{width:100%;max-width:964px}.gdpr_lightbox-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;transform:translateZ(0);-webkit-overflow-scrolling:touch}.gdpr_lightbox-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}body.moove_gdpr_overflow{overflow:hidden}body.moove_gdpr_overflow #page{position:relative;z-index:10}body.moove_gdpr_overflow #main-header,body.moove_gdpr_overflow #page-container{z-index:99}.gdpr_lightbox-hide,body.logged-in.et_divi_builder.et-fb #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{display:none}.gdpr_lightbox dialog#moove_gdpr_cookie_modal{display:-ms-flexbox;display:flex;position:relative;padding:0;background:transparent;border:none;width:100%;height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button{padding:0;display:inline-block;border:none;box-shadow:none;background-color:transparent;color:inherit;text-decoration:underline;cursor:pointer;transition:all .2s ease;font-size:inherit;text-transform:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.cookie-switch.focus-g,.cookie-switch:focus,.gdpr-shr-switch.focus-g,.gdpr-shr-switch:focus{box-shadow:1px 1px 5px #010101;border-radius:50px}#moove_gdpr_cookie_modal .mgbutton.focus-g,#moove_gdpr_cookie_modal .mgbutton:focus{box-shadow:1px 1px 5px #010101}#moove_gdpr_cookie_info_bar .gdpr-fbo-0{-ms-flex-order:1;order:1}#moove_gdpr_cookie_info_bar .gdpr-fbo-1{-ms-flex-order:2;order:2}#moove_gdpr_cookie_info_bar .gdpr-fbo-2{-ms-flex-order:3;order:3}#moove_gdpr_cookie_info_bar .gdpr-fbo-3{-ms-flex-order:4;order:4}#moove_gdpr_cookie_info_bar .gdpr-fbo-4{-ms-flex-order:5;order:5}#moove_gdpr_cookie_info_bar .gdpr-fbo-5{-ms-flex-order:6;order:6}.gdpr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{height:30px;display:inline-block;float:left;width:35px;margin-right:5px;position:relative;top:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:30px;width:auto;background-color:transparent}body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:none}.moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after{box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content{-ms-flex-pack:justify;justify-content:space-between}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{margin:0 -4px;max-width:calc(100% + 8px);width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}@media(min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px 4px}}#moove_gdpr_cookie_info_bar{content-visibility:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{display:none}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:block;position:absolute;top:-15px;right:-15px;background-color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{background-color:transparent;padding:0;display:inline-block;float:right;position:relative;font-size:14px;line-height:20px;margin:3px 4px;width:36px;height:36px;border-radius:50%;box-shadow:inset 0 0 0 1px #626262;color:#626262;transition:all .3s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:32px;top:-1px;position:relative;height:30px;display:block;overflow:hidden}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{color:#fff;opacity:.7;box-shadow:inset 0 0 0 1px #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:#fff;opacity:1;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{text-decoration:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{overflow:visible;box-shadow:1px 1px transparent}#moove_gdpr_cookie_modal{margin:0 auto;margin-top:0;min-height:60vh;font-family:Nunito,sans-serif;content-visibility:hidden}#moove_gdpr_cookie_modal span.tab-title{display:block}#moove_gdpr_cookie_modal button{letter-spacing:0;outline:none;cursor:pointer}#moove_gdpr_cookie_modal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inherit}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{position:relative;display:inline-block;width:50px;height:30px;padding:0}#moove_gdpr_cookie_modal .cookie-switch input,#moove_gdpr_cookie_modal .switch input{display:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .cookie-switch .slider,#moove_gdpr_cookie_modal .switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:red;transition:.4s;margin:0;padding:0}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:1px;bottom:1px;transition:.4s;border:1px solid #f2f2f2;border-radius:50%;background-color:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:block;box-sizing:content-box}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch .slider:after,#moove_gdpr_cookie_modal .switch .cookie-slider:after,#moove_gdpr_cookie_modal .switch .slider:after{content:attr(data-text-disabled);position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .slider.round,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .switch .cookie-slider.round,#moove_gdpr_cookie_modal .switch .slider.cookie-round,#moove_gdpr_cookie_modal .switch .slider.round{border-radius:34px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .slider.round:before{border-radius:50%}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.gdpr-sr:after,#moove_gdpr_cookie_modal .cookie-switch .slider.gdpr-sr:after,#moove_gdpr_cookie_modal .switch .cookie-slider.gdpr-sr:after,#moove_gdpr_cookie_modal .switch .slider.gdpr-sr:after{display:none}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch .gdpr-sr-enable{display:none;color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch .gdpr-sr-disable{display:block;color:red}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .switch .gdpr-sr-label{position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .switch input:checked+.slider{background-color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .switch input:checked+.slider:after{content:attr(data-text-enable);color:#2e9935;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-enable{display:block}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-disable{display:none}#moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:focus+.slider,#moove_gdpr_cookie_modal .switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .switch input:focus+.slider{box-shadow:0 0 1px #2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(20px)}#moove_gdpr_cookie_modal a,#moove_gdpr_cookie_modal button{outline:none;box-shadow:none;text-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{color:#000;background-color:#fff;width:900px;width:80vw;max-width:1170px;min-height:600px;border-radius:10px;position:relative;margin:0 auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset{background-color:transparent}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder{text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{width:100%;border-top-left-radius:5px;border-bottom-left-radius:5px;position:relative;float:none;padding-bottom:135px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content{max-height:50vh;overflow:hidden;overflow-y:auto;padding-bottom:0;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px;white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{padding-right:0;text-align:right;color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;position:relative;top:0;text-decoration:none;display:block;-ms-flex-align:baseline;align-items:baseline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main{display:block;position:relative}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{position:relative;overflow:hidden;padding-right:190px;padding-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar{position:absolute;top:0;right:0;width:190px;text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider{position:relative;width:50px;height:30px;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after{text-align:right;left:auto;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:20px;margin-bottom:15px;padding-right:190px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;height:75px;position:relative;margin-bottom:20px;padding-right:180px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{max-width:180px;margin:0;float:right;position:absolute;top:0;right:0;width:100%;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img{max-width:100%;text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{width:100%;font-weight:700;font-size:28px;line-height:1.1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;text-decoration:none;top:-30px;right:-30px;display:block;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:transparent;padding:0;z-index:99;margin:0;outline:none;box-shadow:none;border:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon{background-color:#fff;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{display:block;width:60px;height:60px;line-height:60px;font-size:48px;background-color:#0c4da2;border:1px solid #0c4da2;color:#fff;border-radius:50%;transition:all .3s ease}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{padding:0;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:75px;max-width:70%;width:auto;display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2{font-weight:400;font-size:20px;margin:5px 0 0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title{margin-top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:28px;line-height:1.2;margin:0;padding:0;color:#000;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:calc(100% - 155px);overflow-y:auto;padding-right:20px;padding-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:16px;line-height:1.4;margin-bottom:18px;margin-top:0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-size:18px;line-height:1.4;margin-bottom:20px;margin-top:0;font-weight:700;text-transform:none;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a{color:#000;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:5px;margin-right:10px;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled{opacity:.6;pointer-events:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider{background-color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after{color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p{display:inline-block;float:right;color:#09a501;margin:0;line-height:1.2;font:700 11px Arial,Helvetica,sans-serif;font-weight:700}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset{border:none;padding:0;margin:0;box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label{color:#09a501}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:130px;position:absolute;left:0;bottom:0;width:100%;background-color:#f1f1f1;z-index:15;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{content:"";position:absolute;bottom:130px;left:60px;right:60px;height:1px;display:block;background-color:#c9c8c8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding{text-decoration:none;padding:0 10px;font-size:10px;color:#000;font-weight:700;line-height:13px;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;width:auto;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img{height:15px;margin-left:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{width:calc(100% + 16px);display:-ms-flexbox;display:flex;padding:0 60px;-ms-flex-pack:justify;justify-content:space-between;margin:0 -2px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:8px;text-decoration:none;border-radius:150px;color:#fff;padding:15px 10px;transition:all .3s ease;border:1px solid transparent;min-width:160px;text-align:center;text-transform:none;letter-spacing:0;font-weight:700;font-size:14px;line-height:20px;cursor:pointer}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings{color:#fff;display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:40%;display:inline-block;float:left;padding:40px 60px;position:absolute;height:100%;top:0;box-shadow:0 0 30px 0 rgba(35,35,35,.1);background:#fff;z-index:10;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{position:absolute;bottom:0;padding-bottom:30px;left:60px;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;padding:20px 0;position:relative;top:10px;text-decoration:none;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img{width:60px;height:auto;display:inline-block;margin-left:5px;position:relative;top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{padding:0;list-style:none;margin:0;z-index:12}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{margin:0;padding:0;list-style:none;margin-bottom:7px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button{background-color:#fff;border-color:#f1f1f1;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon{color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:800;font-size:14px;text-decoration:none;text-transform:uppercase;background-color:#f1f1f1;border:1px solid #f1f1f1;line-height:1.1;padding:13px 20px;color:#0c4da2;width:100%;transition:all .3s ease;border-radius:5px;text-align:left;white-space:normal}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon{text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:inline-block;float:left;font-size:30px;width:40px;margin-right:5px;position:relative;top:0;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:60%;display:inline-block;float:right;padding:40px 60px;position:absolute;top:0;height:auto;right:0;background-color:#f1f1f1;border-top-right-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{width:100%;height:0;padding-bottom:38px;background-size:contain;background-position:0;background-repeat:no-repeat}.moove-hidden{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,.moove-clearfix:after{content:"";display:table;clear:both}#moove_gdpr_cookie_info_bar{position:fixed;bottom:0;left:0;width:100%;min-height:60px;max-height:400px;color:#fff;z-index:9900;background-color:#202020;border-top:1px solid #fff;font-family:Nunito,sans-serif;transition:bottom .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top{bottom:auto;top:0;transition:top .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme{border-top:0;border-bottom:1px solid #fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme{border-top:0;border-bottom:1px solid #202020}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden{bottom:auto;top:-400px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar){width:600px;max-width:calc(100% - 30px);bottom:15px;border-radius:10px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme{border:1px solid #d3ced2}@media(min-width:767px){#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#000}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container{padding:10px 25px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding:10px 0}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton{width:100%}}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left{left:15px;right:auto}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right{right:15px;left:auto}#moove_gdpr_cookie_info_bar *{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden{bottom:-400px}#moove_gdpr_cookie_info_bar.moove-gdpr-align-center,#moove_gdpr_cookie_info_bar.moove-gdpr-align-right{text-align:center}#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn{border:none}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{background-color:#fff;border-top:1px solid #202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p{color:#202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{background-color:#202020;border-top:1px solid #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none;transition:all .2s ease}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{border-color:#fff;color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#fff;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover{box-shadow:none;opacity:1;color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#fff}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover{box-shadow:none;opacity:1;color:#202020;background-color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 40px;position:static;display:inline-block}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{font-size:40px;width:60px;height:50px;line-height:50px;text-align:center;position:absolute;top:calc(50% - 25px);left:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup{position:absolute;width:60px;height:50px;line-height:50px;text-align:center;top:calc(50% - 25px);right:0;text-decoration:none;outline:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon{width:28px;height:28px;line-height:26px;text-align:center;text-decoration:none;background-color:#fff;color:#424449;border-radius:50%;display:block;border:1px solid #fff;font-size:16px;position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon{background-color:#424449;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:30px;padding-right:30px;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a{margin:0;font-size:14px;line-height:18px;font-weight:700;padding-bottom:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6{font-size:22px;line-height:30px;margin-bottom:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{display:inline-block;width:35px;height:35px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:35px;text-align:center;border-radius:50%;font-size:28px;padding-top:1px;transition:all .2s ease;margin-left:10px;margin-left:6vw}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#202020;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:14px;line-height:20px;color:#fff;font-weight:700;text-decoration:none;border-radius:150px;padding:8px 30px;transition:all .3s ease;border:none;display:inline-block;margin:3px 4px;white-space:nowrap;text-transform:none;letter-spacing:0;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{background-color:#424449;color:#fff;border-color:transparent;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover{border-color:#fff;background-color:#000}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button{text-decoration:underline;cursor:pointer;transition:all .2s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:15px;padding-left:3vw}.gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal{content-visibility:visible}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container{max-width:100%}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close{opacity:0;visibility:hidden}#moove_gdpr_save_popup_settings_button{display:block;z-index:1001;position:fixed;background-color:rgba(0,0,0,.8);transition:all .3s ease;color:#fff;padding:0;text-align:center;height:40px;outline:none;font-weight:400;font-size:14px;line-height:20px;border-radius:0;border:none;text-decoration:none}#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position){bottom:20px;left:20px}#moove_gdpr_save_popup_settings_button{border-radius:50px}#moove_gdpr_save_popup_settings_button span{background-color:inherit;transition:all .3s ease}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon{display:-ms-inline-flexbox;display:inline-flex;line-height:40px;float:left;font-size:30px;min-width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;z-index:15;position:relative;background-color:inherit;border-radius:inherit;transition:none}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon{position:relative;top:0;font-weight:900;background-color:transparent}#moove_gdpr_save_popup_settings_button span.moove_gdpr_text{font:normal 12px Arial,sans-serif;text-transform:uppercase;white-space:nowrap;padding:0 15px 0 5px;top:0;left:0;position:relative;line-height:40px;display:none;overflow:hidden;z-index:5;background-color:transparent;text-decoration:none}#moove_gdpr_save_popup_settings_button:focus,#moove_gdpr_save_popup_settings_button:hover{background-color:#000}#moove_gdpr_save_popup_settings_button:focus span.moove_gdpr_text,#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{-ms-flex-pack:start;justify-content:flex-start}#moove_gdpr_cookie_info_bar *{box-sizing:border-box}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mright{float:right}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey{background-color:#424449}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey:hover{background-color:#202020}@media(max-width:767px){#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{min-height:30px;font-weight:400}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{font-size:10px;line-height:1.2}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{margin-right:0;text-align:center;width:25px;height:25px}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:25px}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{width:30px;height:30px;border:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:27px;height:25px}.gdpr-fb-hide-mobile{display:none!important}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{width:calc(100vw - 50px)}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{width:40px;height:24px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{height:20px;width:20px}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(16px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{padding-right:0;height:auto;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{font-weight:700;font-size:22px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:80vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:calc(80vh - 155px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin-right:2px;margin-bottom:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{position:relative;padding-right:10px;max-width:50%;width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{font-weight:700;font-size:11px;padding-left:0;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding-right:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar{position:relative;left:0;right:auto;width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form{text-align:left;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider{width:40px;height:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after{left:45px;right:0;text-align:left;top:-3px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider .gdpr-sr-label{left:45px;right:0;text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{padding-right:0;font-weight:700;font-size:16px;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{max-height:500px;max-height:90vh;min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after{font-weight:800;font-size:12px;line-height:30px;min-width:130px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label{line-height:1.8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button{display:inline-block;width:30px;height:30px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:30px;text-align:center;border-radius:50%;font-size:27px;padding-top:1px;transition:all .2s ease;margin-left:15px;margin-left:6vw;position:absolute;right:5px;top:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:30px;text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{width:30px;height:30px;line-height:30px;font-size:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{padding-bottom:30px;background-size:contain;background-position:50%;margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:10px;padding-top:30px;position:relative;top:0;left:0;text-align:center;min-height:140px;border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{display:-ms-flexbox;display:flex;margin:0 -3px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{list-style:none;margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;margin:3px;-ms-flex:1;flex:1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{margin:0;text-align:center;width:24px;font-size:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{font-size:8px;line-height:1.2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{top:3px;right:3px;left:auto;padding:0;bottom:auto;transform:scale(.8)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:100%;position:relative;padding:15px 10px;border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:16px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding:0;position:relative;overflow:auto;max-height:calc(100% - 110px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:14px;line-height:1.3}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-weight:700;font-size:14px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{margin-bottom:55px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:100%;max-height:calc(90vh - 320px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{left:10px;right:10px;bottom:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:0;background-color:#fff;text-decoration:none;border-radius:150px;font-weight:700;font-size:12px;line-height:18px;padding:5px;transition:all .3s ease;border:1px solid #fff;color:#fff;min-width:110px;text-align:center;text-transform:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button{top:0;padding:5px 0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:40px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:0;padding-right:0;display:block;min-height:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice{padding-left:4px;margin-bottom:10px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:0}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:12px;font-weight:700;padding:5px 20px}.moove-gdpr-branding-cnt a{padding:10px 0}}@media screen and (max-width:767px)and (orientation:landscape){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{margin-top:0;background-position:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content{margin-bottom:35px;max-height:55vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:600px;height:90vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:500px;max-height:calc(80vh - 80px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:left;margin:0;display:inline-block;float:left;width:40%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{max-width:60%;float:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding-top:30px;min-height:75px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:350px;max-height:calc(100% - 70px)}#moove_gdpr_cookie_modal{background:transparent;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{min-height:55vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding{top:0;padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{padding-bottom:80px}}@media(min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{height:100%}}@media(min-width:768px)and (max-width:999px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:20px;right:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:620px;transform:scale(.75)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:20px;right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p>a{font-size:13px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:10px 15px;font-weight:700;font-size:12px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:20px;padding-right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button{margin-left:15px;margin-left:5vw}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:24px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:7px 15px;font-size:13px;margin:4px 8px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:8px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{white-space:normal}}@media(min-width:1000px)and (max-width:1300px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:40px 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-width:700px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:10px 30px;margin-left:8px;margin-right:8px}}@media(min-width:768px)and (max-height:700px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:600px;transform:scale(.7)}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media print{#moove_gdpr_cookie_info_bar,#moove_gdpr_cookie_modal,#moove_gdpr_save_popup_settings_button,.gdpr_cookie_settings_shortcode_content{display:none!important}body.moove_gdpr_overflow{overflow:auto}body.moove_gdpr_overflow .gdpr_lightbox{display:none!important}}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg{height:30px;width:auto}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg *{fill:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close,.gdpr-icon.moovegdpr-arrow-close,i.moovegdpr-arrow-close.moovegdpr-arrow-close{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{position:absolute;content:" ";height:24px;width:1px;top:calc(50% - 12px);background-color:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{transform:rotate(45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after{transform:rotate(-45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before,.gdpr-icon i.moovegdpr-arrow-close:after,.gdpr-icon i.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before{height:18px;top:calc(50% - 8px)}@media(max-width:767px){#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;padding:5px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:5px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{text-align:left;padding-left:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-left-content #moove-gdpr-menu{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-main{display:block!important;min-height:auto;max-height:100%;margin-bottom:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-content{margin-bottom:80px;max-height:50vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title{padding:10px;background-color:#fff;border:1px solid #fff;display:block;margin:10px 0 0;cursor:pointer;transition:all .3s ease;border-radius:5px;position:relative;padding-left:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title:before{content:"›";position:absolute;left:0;top:0;bottom:2px;font-size:24px;color:currentColor;width:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-family:Georgia,serif}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content{display:none;padding:10px;background-color:#fff}}@media(max-width:350px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:3px 12px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{opacity:0}}