@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;  object-fit: contain;
margin: 0;
max-height: none;
max-width: none;
padding: 0; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
} .fancybox-caption {
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -44px;
z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-caption {
padding: 12px;
}
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} .fancybox-container.fancybox-is-open {
z-index:99999;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.fancybox-content {
height: auto!important;
}@font-face {
font-family: 'Gilda Display';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/gilda-display/t5tmIRoYMoaYG0WEOh7HwMeR3TDPr6OH.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Gilda Display';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/gilda-display/t5tmIRoYMoaYG0WEOh7HwMeR3T7Prw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Herr Von Muellerhoff';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/herr-von-muellerhoff/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft0cz9KNo3Q.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Herr Von Muellerhoff';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/herr-von-muellerhoff/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft0c99KM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV0ewJER.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVQewJER.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVwewJER.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVMewJER.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVIewJER.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV8ewJER.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4ewJER.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAewA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0ewJER.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQewJER.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwewJER.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMewJER.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIewJER.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8ewJER.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewJER.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWV0ewJER.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVQewJER.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVwewJER.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVMewJER.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVIewJER.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWV8ewJER.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWV4ewJER.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVAewA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV0ewJER.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVQewJER.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVwewJER.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVMewJER.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVIewJER.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV8ewJER.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4ewJER.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAewA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV0ewJER.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVQewJER.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVwewJER.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVMewJER.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVIewJER.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV8ewJER.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4ewJER.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAewA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4taVIGxA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4kaVIGxA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4saVIGxA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4jaVIGxA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4iaVIGxA.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4vaVIGxA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVIGxA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVIGxA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVIGxA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVIGxA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVIGxA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVIGxA.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVIGxA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVIGxA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVIGxA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVIGxA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVIGxA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVIGxA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVIGxA.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVIGxA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVIGxA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVIGxA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVIGxA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVIGxA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVIGxA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVIGxA.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVIGxA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVIGxA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(https://thespringscamp.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
   html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
border: none;
margin: 0;
padding: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 85%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0; white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
.text-center {
text-align: center;
}
.flex-align-center {
align-items: center;
} html {
font-size: 62.5%; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #000000;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 1.8rem;
line-height: 1.6;
}
.header-titles .custom-logo-name,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Gilda Display", serif;
font-weight: 400;
line-height: 1.2;
}
.alt-font {
font-family: "Herr Von Muellerhoff", cursive;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
h1,
h2 {
margin: 0 0 1.5rem;
}
h3,
h4,
h5,
h6 {
margin: 0 0 1.2rem;
}
.entry-title-small {
font-size: 2rem;
}
.theme-block-title-xlarge {
font-size: 9.2rem;
font-weight: 400;
line-height: 1.1;
margin-bottom: 2rem;
padding-bottom: 2rem;
letter-spacing: -4px;
}
.entry-title-large,
.theme-block-title-large,
.header-titles .custom-logo-name {
font-size: 60px;
letter-spacing: -2.4px;
}
.entry-title-big,
.theme-block-title-big,
#comments h3.comment-reply-title {
font-size: 5.2rem;
letter-spacing: -2.4px;
}
.entry-title-medium,
.theme-block-title-medium {
font-size: 2.4rem;
letter-spacing: -1.4px;
}
@media screen and (max-width: 1400px) {
.theme-block-title-xlarge {
font-size: 7.2rem;
}
.entry-title-big,
.theme-block-title-big,
#comments h3.comment-reply-title {
font-size: 3.6rem;
}
}
@media screen and (max-width: 991px) {
.theme-block-title-xlarge {
font-size: 6.2rem;
}
.entry-title-large,
.theme-block-title-large,
.header-titles .custom-logo-name {
font-size: 4rem;
}
}
@media screen and (max-width: 767px) {
.theme-block-title-xlarge {
font-size: 5.2rem;
}
.entry-title-large,
.theme-block-title-large,
.header-titles .custom-logo-name {
font-size: 3.2rem;
}
}
@media screen and (max-width: 575px) {
.theme-block-title-xlarge {
font-size: 4.2rem;
}
}
p {
margin-bottom: 1.5em;
margin-top: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
body {
background: #fff;
}
.body-scroll-locked {
overflow: hidden;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin-top: 0;
margin-bottom: 1rem;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
vertical-align: top;
}
video {
height: auto;
max-width: 100%;
vertical-align: top;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
.svg-icon {
fill: currentColor;
}
.data-bg {
background-color: #f5f3f1;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: block;
}
.data-bg-fixed {
background-attachment: fixed;
}
.data-bg-xlarge {
height: 760px;
}
.data-bg-large {
height: 640px;
}
.data-bg-big {
height: 440px;
}
.data-bg-medium-large {
height: 300px;
}
.data-bg-medium {
height: 220px;
}
.data-bg-small {
height: 160px;
}
.data-bg-thumbnail {
height: 120px;
}
::-moz-selection {
background: #fbdb01;
color: #000000;
}
::selection {
background: #fbdb01;
color: #000000;
} fieldset {
border: 0.1rem solid #e1e1e3;
margin-bottom: 3rem;
margin-top: 3rem;
padding: 2rem;
}
fieldset > *:first-child {
margin-top: 0;
}
fieldset > *:last-child {
margin-bottom: 0;
}
form {
margin-bottom: 3rem;
margin-top: 3rem;
}
form > *:first-child {
margin-top: 0;
}
form > *:last-child {
margin-bottom: 0;
}
legend {
font-size: 0.85em;
font-weight: 700;
padding: 0 1rem;
}
label {
display: block;
font-size: 1.5rem;
font-weight: 600;
margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400;
margin-left: 0.5rem;
}
input,
textarea,
button,
.select {
font-family: inherit;
}
input,
textarea,
.select {
border-color: #e1e1e3;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
border-color: rgba(0, 0, 0, 0.12);
box-shadow: none;
color: inherit;
display: block;
font-size: 1.8rem;
margin: 0;
max-width: 100%;
outline: none;
padding: 1.5rem 2rem;
width: 100%;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus {
border-color: #0027ff;
}
textarea {
height: 12rem;
line-height: 1.5;
width: 100%;
}
select {
font-family: inherit;
font-size: inherit;
}
input::-webkit-input-placeholder {
line-height: normal;
}
input:-ms-input-placeholder {
line-height: normal;
}
input::-moz-placeholder {
line-height: normal;
}
.header-searchbar-area input::-webkit-input-placeholder {
text-transform: uppercase;
}
.header-searchbar-area input:-ms-input-placeholder {
text-transform: uppercase;
}
.header-searchbar-area input::-moz-placeholder {
text-transform: uppercase;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button,
.button,
.wp-block-button__link,
.wp-block-search__button,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
border: 0.1rem solid;
border-color: #f44336;
background: #f44336;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.8rem;
font-weight: 700;
padding: 1.5rem 2rem;
text-align: center;
text-decoration: none;
transition: opacity 0.15s linear;
}
button:hover,
.button:hover,
.wp-block-button__link:hover,
.wp-block-search__button:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-search__button:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
background: #000;
text-decoration: none;
}
button:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-search__button:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
border-color: #0027ff;
}
button:hover,
.button:hover,
.wp-block-button__link:hover,
.wp-block-search__button:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-search__button:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: 0;
}
.theme-button {
display: inline-block;
font-size: 16px;
font-weight: 500;
line-height: 28px;
fill: #000;
color: #000;
background-color: #fad2d3;
border-radius: 34px 34px 34px 34px;
padding: 15px 30px;
}
.theme-button-hashed {
font-size: 140%;
text-decoration: underline;
}
.theme-button-large {
min-width: 280px;
}
.theme-button > span {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.post-password-form {
padding: 40px;
background: #f8f9fa;
}
.post-password-form label {
margin-bottom: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.post-password-form input[type="password"] {
background-color: #fff;
min-height: 40px;
}
.post-password-form input[type="submit"] {
padding: 0 2rem;
min-height: 40px;
height: 100%;
border-radius: 0;
}
.post-password-form > p:first-child {
font-size: 1.25rem;
margin-bottom: 2rem;
}
.post-password-form > p:last-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: 0;
}
.search-form {
-webkit-transition: 0.2s ease box-shadow;
transition: 0.2s ease box-shadow;
border-radius: 0;
margin-top: 0;
margin-bottom: 0;
} .preloader {
background: #000000;
position: fixed;
left: 0;
right: 0;
top: 0;
margin-left: auto;
margin-right: auto;
z-index: 999999;
width: 100%;
height: 100%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.page-loaded .preloader {
transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
}
.preloader .loader-circles {
position: absolute;
left: 0;
right: 0;
top: 50%;
width: 150px;
margin: auto;
text-align: center;
}
.preloader .loader-circles span {
background: #fff;
display: inline-block;
margin: 0 5px;
width: 10px;
height: 10px;
border-radius: 20px;
-webkit-animation: loader_style 1s infinite ease-in-out;
-moz-animation: loader_style 1s infinite ease-in-out;
-ms-animation: loader_style 1s infinite ease-in-out;
-animation: loader_style 1s infinite ease-in-out;
}
.preloader .loader-circles span:nth-child(2) {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.preloader .loader-circles span:nth-child(3) {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
-ms-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.preloader .loader-circles span:nth-child(4) {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-ms-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.preloader .loader-circles span:nth-child(5) {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-ms-animation-delay: 0.8s;
animation-delay: 0.8s;
}
@-webkit-keyframes loader_style {
0% {
opacity: 0.3;
-webkit-transform: translateY(0px);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
50% {
opacity: 1;
-webkit-transform: translateY(-10px);
background: #fff;
box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.25);
}
100% {
opacity: 0.3;
-webkit-transform: translateY(0px);
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}
}
@-moz-keyframes loader_style {
0% {
opacity: 0.3;
-moz-transform: translateY(0px);
}
50% {
opacity: 1;
-moz-transform: translateY(-10px);
}
100% {
opacity: 0.3;
-moz-transform: translateY(0px);
}
}
@-ms-keyframes loader_style {
0% {
opacity: 0.3;
-ms-transform: translateY(0px);
}
50% {
opacity: 1;
-ms-transform: translateY(-10px);
}
100% {
opacity: 0.3;
-ms-transform: translateY(0px);
}
}
@keyframes loader_style {
0% {
opacity: 0.3;
transform: translateY(0px);
}
50% {
opacity: 1;
transform: translateY(-10px);
}
100% {
opacity: 0.3;
transform: translateY(0px);
}
} .topbar-components {
padding-top: 1rem;
padding-bottom: 1rem;
}
.branding-components {
border-bottom: 1px solid rgba(99, 151, 146, 0.35);
border-top: 1px solid rgba(99, 151, 146, 0.35);
padding-bottom: 6rem;
padding-top: 6rem;
}
.header-titles {
text-align: center;
}
.header-titles .site-title {
margin: 0;
}
.header-titles .custom-logo-name {
display: block;
font-weight: 700;
margin: 0 auto;
position: relative;
}
.header-titles .custom-logo-name {
color: inherit;
}
@media (max-width: 575px) {
.branding-components .site-logo .custom-logo {
max-width: 300px;
}
}
.header-navigation-wrapper {
position: relative;
}
.header-wrapper {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.header-wrapper .header-component-left,
.header-wrapper .header-component-center,
.header-wrapper .header-component-right {
display: flex;
align-items: center;
}
.header-wrapper .header-component-left {
justify-content: flex-start;
}
.header-wrapper .header-component-center {
justify-content: center;
flex-grow: 1;
}
.header-wrapper .header-component-right {
justify-content: flex-end;
}
.header-component .theme-extrabar-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.5rem;
flex-shrink: 0;
margin-right: 2rem;
font-size: 1.5rem;
}
.navbar-controls {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
.navbar-control {
align-items: center;
display: flex;
justify-content: flex-end;
line-height: 1;
}
.navbar-control .svg-icon {
height: 2rem;
width: 2rem;
}
.theme-action-control {
background: transparent;
color: #000;
border-color: transparent;
padding: 0;
margin: 0 0 0 2rem;
position: relative;
}
@media only screen and (min-width: 992px) {
.enabled-desktop-menu .navbar-control-offcanvas {
display: none;
filter: alpha(opacity=0);
opacity: 0;
visiibility: hidden;
}
}
.theme-action-control:hover,
.theme-action-control:focus,
.theme-action-control:active {
background: transparent;
outline: none;
border-color: transparent;
}
.action-control-trigger:focus,
.btn__content:focus {
outline: none;
}
.theme-action-control:focus > .action-control-trigger,
.submenu-toggle:focus > .btn__content {
outline: 2px solid #0027ff;
}
.header-searchbar {
width: 100%;
height: 100%;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 999;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
}
.header-searchbar.header-searchbar-active {
transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
}
.admin-bar .header-searchbar.header-searchbar-active {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .header-searchbar.header-searchbar-active {
top: 46px;
}
}
.header-searchbar-inner {
transform: translateY(-100%);
transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.header-searchbar-active .header-searchbar-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
transform: translateY(0);
transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
min-height: 100vh;
}
.header-searchbar-inner .wrapper {
max-width: 970px;
}
.header-searchbar-area {
display: flex;
padding-bottom: 100px;
padding-top: 100px;
justify-content: space-between;
align-items: center;
}
.header-searchbar form {
margin: 0;
position: relative;
width: 100%;
}
.header-searchbar .search-field {
background: none;
}
.header-searchbar #search-closer {
position: absolute;
top: 20px;
right: 20px;
width: 80px;
}
.header-searchbar .search-form .exit-search {
padding: 1.4rem 1.8rem;
}
.search-content-area .recent-list-group {
position: relative;
padding-top: 10px;
padding-bottom: 10px;
-webkit-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
flex: 1;
counter-reset: list-numbers;
margin-left: 15px;
margin-right: 15px;
}
.search-content-area .recent-list-group:before {
content: "";
position: absolute;
left: 0;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 2px;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
}
.search-content-area .recent-list-group .search-recent-article-list {
border: 0;
padding-left: 3rem;
position: relative;
margin-bottom: 1rem;
margin-top: 1rem;
padding-bottom: 1rem;
padding-top: 1rem;
}
.search-content-area .recent-list-group .search-recent-article-list:before {
counter-increment: list-numbers;
content: counter(list-numbers);
background-color: #000;
color: #fff;
position: absolute;
left: 0;
top: 1rem;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.search-content-area .categories-list-group .entry-thumbnail ~ .post-content {
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
justify-content: flex-end;
left: 0;
margin: 0 auto;
padding: 40px 18px 50px;
position: absolute;
right: 0;
top: 0;
z-index: 2;
text-align: center;
}  a {
color: #000;
text-decoration: none;
}
a:hover,
a:focus {
color: #0027ff;
}
a:hover,
a:focus,
a:active {
outline: 0;
}
a:focus-visible {
outline: 2px solid #0027ff;
}
.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.widget_text a:not(.more-link):not(.button) {
text-decoration: underline;
}
abbr,
acronym,
abbr[title] {
border-bottom: 1px #767676 dotted;
text-decoration: none;
} .navigation-components {
position: relative;
}
.site-navigation .primary-menu {
margin: 0 auto;
padding: 0;
text-align: center;
}
.site-navigation .primary-menu > li {
display: inline-block;
vertical-align: middle;
}
.theme-menu,
.theme-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.theme-menu a {
color: inherit;
}
.site-navigation .primary-menu .icon {
pointer-events: none;
margin-left: 5px;
}
.site-navigation .primary-menu .icon .svg-icon {
height: 1rem;
width: 1rem;
}
.site-navigation .primary-menu > li > a {
font-weight: 500;
padding: 2rem 1.5rem;
position: relative;
}
.site-navigation .primary-menu > li > a:after {
content: "";
display: block;
left: 0;
position: absolute;
}
.site-navigation .primary-menu > li > a:after {
background: #000;
bottom: 0;
content: "";
display: block;
left: 0;
position: absolute;
height: 0;
right: 0;
top: -0.3rem;
transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out, height 0.3s ease-in-out;
}
.site-navigation .primary-menu > li.current-menu-item > a:after,
.site-navigation .primary-menu > li:hover > a:after,
.site-navigation .primary-menu > li:focus > a:after {
height: 0.5rem;
}
.site-navigation .primary-menu > li:not(.megamenu-has-children),
.site-navigation
.primary-menu
> li:not(.megamenu-has-children)
.dropdown-menu
li {
position: relative;
}
.site-navigation
.primary-menu
> li:not(.megamenu-has-children)
.dropdown-menu
li:hover
a,
.site-navigation
.primary-menu
> li:not(.megamenu-has-children)
.dropdown-menu
li:focus
a {
background: rgba(0, 0, 0, 0.25);
}
.site-navigation .primary-menu a {
display: block;
text-decoration: none;
word-break: normal;
word-wrap: normal;
} .site-navigation .primary-menu ul {
background: #052961;
color: #fff;
font-size: 1.7rem;
opacity: 0;
margin: 0 auto;
position: absolute;
left: -99999rem;
top: 100%;
text-align: left;
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 30rem;
z-index: 9;
}
.site-navigation .primary-menu ul.theme-megamenu-content {
background-color: #005594;
}
.theme-megamenu-content .fake-megamenu-bg {
background-color: #dcd9e2;
position: absolute;
top: 0;
bottom: 0;
left: 25%;
right: 0;
z-index: -1;
}
.theme-megamenu-content .megamenu-content-left {
background-color: #005594;
}
.site-navigation
.primary-menu
.theme-megamenu-content
.megamenu-content-right.column-12 {
background: #dcd9e2;
}
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list {
padding: 2rem 0;
}
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list {
color: #fff;
}
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list,
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a,
.theme-megamenu-content
.megamenu-content-right
.megamenu-recent-article-list
a {
color: #000;
}
.theme-megamenu-content
.megamenu-content-left
.megamenu-subcategories-list
a:hover,
.theme-megamenu-content
.megamenu-content-left
.megamenu-subcategories-list
a:focus,
.theme-megamenu-content
.megamenu-content-right
.megamenu-recent-article-list
a:hover,
.theme-megamenu-content
.megamenu-content-right
.megamenu-recent-article-list
a:focus {
color: #2c4692;
}
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a {
display: flex;
justify-content: space-between;
}
.theme-megamenu-content
.megamenu-content-left
.megamenu-subcategories-list
a:hover,
.theme-megamenu-content
.megamenu-content-left
.megamenu-subcategories-list
a:focus {
background: rgba(0, 0, 0, 0.25);
}
.megamenu-recent-article {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2rem;
padding-bottom: 2rem;
}
.megamenu-recent-article:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.megamenu-content-right .megamenu-recent-article {
padding-left: 2rem;
}
.theme-megamenu-content .megamenu-recent-article a {
padding: 0 !important;
}
.megamenu-recent-article .megamenu-article-image {
-ms-flex: 0 0 80px;
flex: 0 0 80px;
max-width: 80px;
}
.megamenu-recent-article .megamenu-article-body {
padding-left: 2rem;
padding-right: 2rem;
}
.megamenu-recent-article .megamenu-article-body .megamenu-article-date {
font-size: 80%;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.site-navigation .primary-menu li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu li.menu-item-has-children:focus > ul,
.site-navigation .primary-menu li.page_item_has_children:hover > ul,
.site-navigation .primary-menu li.page_item_has_children:focus > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-navigation .primary-menu li.menu-item-has-children:focus-within > ul,
.site-navigation .primary-menu li.page_item_has_children:focus-within > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-navigation .primary-menu ul::after {
content: "";
display: block;
position: absolute;
bottom: 100%;
}
.site-navigation .primary-menu ul::before {
height: 2rem;
left: 0;
right: 0;
}
.site-navigation .primary-menu ul a {
background: transparent;
border: none;
color: inherit;
display: block;
padding: 1.5rem;
transition: background-color 0.15s linear;
width: 100%;
}
.site-navigation .primary-menu ul li.menu-item-has-children > a {
padding-right: 3rem;
}
.site-navigation .primary-menu ul li.menu-item-has-children .icon {
position: absolute;
right: 1.5rem;
top: calc(50% - 0.5rem);
} .site-navigation .primary-menu ul ul {
top: 0;
}
.site-navigation .primary-menu ul li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu ul li.menu-item-has-children:focus > ul,
.site-navigation .primary-menu ul li.page_item_has_children:hover > ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus > ul {
left: calc(100% + 2rem);
}
.site-navigation .primary-menu ul li.menu-item-has-children:focus-within > ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus-within > ul {
left: calc(100% + 2rem);
}
.site-navigation .primary-menu ul ul::before {
bottom: 0;
height: auto;
right: auto;
left: -2rem;
top: 0;
width: 2rem;
}
.site-navigation .primary-menu ul ul::after {
border: 0.8rem solid transparent;
border-bottom-color: transparent;
border-right-color: #052961;
bottom: auto;
left: -1.6rem;
top: 2rem;
} @media (any-pointer: coarse) {
.site-navigation .primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
.site-navigation .primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}
} body.touch-enabled .primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}
@media screen and (max-width: 991px) {
.site-navigation {
display: none;
opacity: 0;
visibility: hidden;
}
}
.site-navigation .primary-menu ul.theme-megamenu-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.menu-description {
background-color: #f44336;
color: #fff;
padding: 4px 5px;
font-size: 10px;
line-height: 12px;
position: absolute;
top: 2px;
left: calc(100% - 20px);
padding: 2px 5px;
line-height: 10px;
white-space: nowrap;
z-index: 1;
}
.menu-description:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid;
border-top-color: #f44336;
left: 3px;
bottom: -4px;
}
#offcanvas-menu {
background: rgba(0, 0, 0, 0.42);
position: fixed;
top: 0;
height: 100%;
right: -100%;
width: 100%;
z-index: 1000;
justify-content: flex-end;
-webkit-transition: right 0.5s;
-moz-transition: right 0.5s;
-ms-transition: right 0.5s;
-o-transition: right 0.5s;
transition: right 0.5s;
}
#offcanvas-menu .offcanvas-wraper {
height: 100%;
padding: 20px 100px;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}
#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
width: 0;
height: 0;
}
@media screen and (max-width: 991px) {
#offcanvas-menu .offcanvas-wraper {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
padding: 20px;
}
}
@media screen and (max-width: 767px) {
#offcanvas-menu .offcanvas-wraper {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
#offcanvas-menu .close-offcanvas-menu {
text-align: right;
cursor: pointer;
}
#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
font-size: 14px;
font-weight: 700;
margin: 10px auto;
align-items: center;
display: flex;
justify-content: space-between;
}
.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
margin-top: 40px;
}
.offcanvas-wraper > * {
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
opacity: 0;
transition: transform 0.4s ease-out, opacity 0.4s ease-out;
will-change: transform, opacity;
}
.offcanvas-menu-active .offcanvas-wraper > * {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
transition-delay: 0.3s;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
transition-delay: 0.6s;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
transition-delay: 0.9s;
}
#offcanvas-menu.offcanvas-menu-active {
display: -ms-flexbox;
display: flex;
right: 0;
}
.offcanvas-main-navigation {
width: 100%;
}
.offcanvas-item {
margin-bottom: 15px;
}
.offcanvas-main-navigation li {
border-bottom: 1px solid;
position: relative;
}
.offcanvas-main-navigation li:last-child {
border-bottom: none;
}
.offcanvas-main-navigation a {
display: block;
font-size: 18px;
padding: 20px 0;
text-decoration: none;
position: relative;
width: 100%;
}
.offcanvas-main-navigation .sub-menu {
border-top: 1px solid;
display: none;
list-style: none;
margin: 0 auto;
padding: 0;
}
.offcanvas-main-navigation .sub-menu.submenu-toggle-active {
display: block;
}
.offcanvas-main-navigation .submenu-wrapper {
display: flex;
justify-content: space-between;
width: 100%;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
border-style: solid;
border-width: 0 0 0 1px;
padding-left: 3rem;
padding-right: 3rem;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
height: 0.9rem;
transition: transform 0.15s linear;
width: 1.8rem;
}
.offcanvas-main-navigation
.submenu-wrapper
.submenu-toggle.button-toggle-active
.svg-icon {
transform: rotate(180deg);
}
.theme-social-navigation ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.theme-social-navigation li {
display: inline-block;
vertical-align: middle;
}
.theme-social-navigation li a {
color: inherit;
margin-right: 0.5rem;
}
.theme-social-navigation li a .svg-icon {
display: inline-block;
vertical-align: middle;
height: 2.5rem;
width: 2.5rem;
}
#navbar-social-nav.theme-social-navigation {
margin-left: 4rem;
margin-right: 2rem;
}
@media screen and (max-width: 991px) {
#navbar-social-nav.theme-social-navigation {
display: none;
visibility: hidden;
opacity: 0;
}
}
#social-nav-offcanvas.theme-social-navigation li a {
width: 3.8rem;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.skip-link {
font-size: 16px !important;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0s !important;
transition-duration: 0s !important;
}
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} nav.navigation.pagination {
clear: both;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.theme-block:before,
.theme-block:after,
nav.navigation.pagination:before,
nav.navigation.pagination:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.theme-block:after,
nav.navigation.pagination:after,
.widget:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 6rem;
}
.widget:last-child {
margin: 0;
}
.widget-title {
font-size: 3.2rem;
}
.widget select {
max-width: 100%;
}
.widget ul,
.widget ol {
padding-left: 0;
padding-right: 0;
list-style: none;
margin-bottom: 0;
}
.widget .button {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
} .widget a {
color: inherit;
}
.widget a:hover,
.widget a:focus {
color: #2568ef;
}
.widget_nav_menu a {
display: block;
padding: 0.75rem 0;
}
.widget_nav_menu .menu-item-has-children {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.widget_nav_menu .menu-item-has-children > a {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.widget_nav_menu .menu-item-has-children > span {
cursor: pointer;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.widget_nav_menu .menu-item-has-children > ul {
width: 100%;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.widget_nav_menu .menu > .menu-item > .sub-menu {
padding-bottom: 1rem;
}
.widget_nav_menu .sub-menu {
display: none;
}
.widget_nav_menu .sub-menu a {
padding: 0.5rem 0;
line-height: 1;
}
.widget_nav_menu .sub-menu .sub-menu {
padding: 0.5rem 0;
}
.widget_nav_menu .sub-menu .sub-menu a {
padding-left: 1rem;
}
.widget_nav_menu .submenu-visible {
display: block;
}
.search-form label {
display: block;
margin: 0 auto;
padding-right: 4px;
width: 65%;
float: left;
}
.search-form label .search-field {
-webkit-border-radius: 0;
border-radius: 0;
width: 100%;
-webkit-appearance: none;
}
.search-form .search-submit {
float: left;
-webkit-border-radius: 0;
border-radius: 0;
width: 35%;
-webkit-appearance: none;
}
@media screen and (max-width: 767px) {
.search-form label,
.search-form .search-submit {
width: 100%;
margin-bottom: 2rem;
}
}
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments li,
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-latest-comments li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 0 0 1rem;
margin-bottom: 1rem;
}
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_block .wp-block-latest-posts li a,
.widget_block .wp-block-latest-comments li a,
.widget_block .wp-block-archives li a,
.widget_block .wp-block-categories li a {
padding-right: 0.6666666667rem;
margin-right: auto;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
border-top: 1px #e9ecef solid;
margin-top: 1rem;
margin-left: 0;
padding-left: 1.5em;
}
.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li {
padding: 1rem 0 1rem 1rem;
}
.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li {
margin-left: 1rem;
padding-left: 0;
}
.site .widget .tab-head .twp-nav-tabs {
border-bottom: 2px solid;
margin-bottom: 30px;
}
.site .widget .tab-head .twp-nav-tabs li {
float: left;
margin: 0 auto;
width: 33.33%;
}
.site .widget .tab-head .twp-nav-tabs > li > a {
background: rgba(0, 0, 0, 0.05);
display: block;
padding: 15px 0;
text-align: center;
font-size: 14px;
font-weight: 700;
}
.site .widget .tab-head .twp-nav-tabs > li:hover > a,
.site .widget .tab-head .twp-nav-tabs > li:focus > a,
.site .widget .tab-head .twp-nav-tabs > li.active > a {
background: #000;
color: #fff;
}
.site .widget .tab-head .post-description {
margin-top: 20px;
}
.tab-icon {
width: 15px;
height: 15px;
display: inline-block;
margin-right: 5px;
vertical-align: middle;
}
.site-content .tab-icon {
width: 20px;
height: 20px;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.theme-widget-list li .article-list {
border-bottom: 1px solid rgba(255, 255, 255, 0.075);
margin-bottom: 15px;
padding-bottom: 15px;
}
.theme-widget-list li:last-child .article-list {
border: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.theme-widget-list .entry-thumbnail {
margin: 0 auto;
position: relative;
}
.entry-thumbnail .trend-item {
position: absolute;
left: 0;
bottom: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 9;
}
.entry-thumbnail .trend-item,
.category-widget-header .post-count {
background: #0027ff;
color: #fff;
height: 35px;
line-height: 35px;
width: 35px;
}
.category-widget-header .category-title,
.category-widget-header .post-count {
display: inline-block;
vertical-align: middle;
}
.category-widget-header .category-title {
font-weight: 700;
text-transform: uppercase;
}
.category-widget-header .post-count {
display: inline-block;
float: right;
font-size: 16px;
font-weight: 700;
padding: 0 10px;
text-align: center;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.category-widget-description,
.category-latest-article .entry-title {
margin-top: 15px;
margin-bottom: 0;
}
.twp-social-widget ul li {
display: inline-block;
vertical-align: middle;
}
.twp-social-widget ul li a {
display: block;
background: #fff;
color: #000;
font-size: 20px;
height: 60px;
line-height: 60px;
width: 60px;
text-align: center;
padding: 10px;
margin: 2px auto;
}
.twp-social-widget ul li:hover a,
.twp-social-widget ul li:focus a {
filter: alpha(opacity=75);
opacity: 0.75;
}
#wp-calendar {
width: 100%;
margin: 0;
}
#wp-calendar caption {
text-align: right;
margin-bottom: 15px;
}
#wp-calendar thead th {
text-align: center;
}
#wp-calendar tbody td {
border: 1px solid;
text-align: center;
padding: 8px;
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot td.pad {
display: none;
}
.widget_rss .rss-widget-icon {
display: none;
}
.widget_rss ul li {
border-bottom: 1px #e9ecef solid;
position: relative;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.widget_rss ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget_rss ul li .rsswidget {
color: #000000;
-webkit-transition: color 0.25s;
transition: color 0.25s;
}
.widget_rss ul li .rss-date {
display: block;
margin-top: 0.25rem;
}
.widget_rss ul li .rssSummary {
margin-top: 0.25rem;
color: #000000;
}
.widget_rss ul li cite {
display: block;
margin-top: 0.25rem;
font-style: normal;
text-align: right;
font-size: 0.8125rem;
}
.widget_tag_cloud {
overflow: hidden;
}
.widget_tag_cloud .tagcloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
border: 1px solid;
font-size: 1.6rem !important;
padding: 0.5rem 1rem;
margin-top: 0.5rem;
margin-right: 0.5rem;
text-decoration: none;
}
.widget_tag_cloud .tagcloud a:last-child {
margin-right: 0;
}
.widget_tag_cloud .tagcloud a:first-letter {
text-transform: uppercase;
}
.widget_media_video .mejs-container {
max-width: 100%;
overflow: hidden;
}
.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
max-width: 100%;
overflow: hidden;
}
.widget_media_gallery {
overflow: hidden;
}
.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -1rem -0.5rem 0;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
position: relative;
margin-top: 1rem;
margin-bottom: 0;
padding: 0 0.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.widget_media_gallery [class^="gallery-columns-1"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-1"] .gallery-item {
padding: 0;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
display: block;
border-radius: 0;
-webkit-transition: 0.25s;
transition: 0.25s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
opacity: 0.6;
}
.widget_media_gallery
[class^="gallery-columns-"]
.gallery-item
.gallery-caption,
.widget_media_gallery
[class*=" gallery-columns-"]
.gallery-item
.gallery-caption {
padding: 1rem 1rem 0;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
position: relative;
width: 100%;
overflow: hidden;
}
.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
display: none;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.2857142857%;
flex: 0 0 14.2857142857%;
max-width: 14.2857142857%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 11.1111111111%;
flex: 0 0 11.1111111111%;
max-width: 11.1111111111%;
} .widget_text {
word-wrap: break-word;
}
.widget_text ul {
list-style: disc;
margin: 0 0 1rem 1rem;
}
.widget_text ol {
list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
padding-bottom: 0;
}
.widget_text ul li ul {
margin: 0 0 0 1rem;
}
.widget_text ul li li {
padding-left: 0;
padding-right: 0;
}
.widget_text ol li {
list-style-position: inside;
}
.widget_text ol li + li {
margin-top: -1px;
} @media (min-width: 1300px) {
.theme-block-header {
padding: 3rem 0;
}
}
@media screen and (max-width: 767px) {
.breadcrumbs {
display: none;
}
}
.breadcrumbs a {
color: inherit;
}
.breadcrumbs ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.breadcrumbs ul li {
display: inline-block;
margin-bottom: 5px;
}
.breadcrumbs ul .trail-item span {
position: relative;
margin: 0 0.5rem 0.4rem 0;
border: 1px solid;
padding: 0.3rem 0.6rem 0.4rem 0.4rem;
line-height: 2;
max-width: 18em;
}
.breadcrumbs ul .trail-item.trail-begin span {
margin-left: 0;
}
.breadcrumbs ul .trail-item span:hover,
.breadcrumbs ul .trail-item span:focus,
.breadcrumbs ul .trail-item.trail-end span {
background: #000;
color: #fff;
}
.breadcrumbs ul .trail-item span:before {
content: "";
display: inline-block;
margin-left: 0.45rem;
margin-right: 0.65rem;
vertical-align: middle;
margin-top: -2px;
width: 0;
height: 0;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #000;
}
.breadcrumbs ul .trail-item.trail-end span:before,
.breadcrumbs ul .trail-item:hover span:before,
.breadcrumbs ul .trail-item:focus span:before {
border-left-color: #fff;
} .post-content-small {
font-size: 1.5rem;
line-height: 1.4;
filter: alpha(opacity=70);
opacity: 0.7;
}
.sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.widget .be-author-details .be-author-wrapper {
background: none;
padding: 0;
}
.booster-extension .post-content-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.booster-extension .post-content-wrap .post-content-share,
.booster-extension .post-content-wrap .post-content {
position: relative;
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
.booster-extension .post-content-wrap .post-content-share {
-ms-flex: 0 0 80px;
flex: 0 0 80px;
max-width: 80px;
}
.booster-extension .post-content-wrap .post-content {
-ms-flex: 0 0 calc(100% - 80px);
flex: 0 0 calc(100% - 80px);
max-width: calc(100% - 80px);
}
@media (max-width: 575px) {
.booster-extension .post-content-wrap .post-content-share,
.booster-extension .post-content-wrap .post-content {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.booster-extension .post-content-wrap .post-content {
order: 1;
}
.booster-extension .post-content-wrap .post-content-share {
order: 2;
}
}
.wrapper-fluid,
.wrapper {
margin-right: auto;
margin-left: auto;
width: 100%;
}
.wrapper {
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 576px) {
.wrapper,
.wrapper-fluid {
max-width: 540px;
}
}
@media (min-width: 768px) {
.wrapper,
.wrapper-fluid {
max-width: 720px;
}
}
@media (min-width: 992px) {
.wrapper,
.wrapper-fluid {
max-width: 960px;
}
}
@media (min-width: 1300px) {
.wrapper {
max-width: 1170px;
}
.wrapper-fluid {
padding-left: 100px;
padding-right: 100px;
max-width: 100%;
}
.wrapper.wrapper-small {
max-width: 820px;
}
}
@media (min-width: 1499px) {
.wrapper {
max-width: 1240px;
}
}
@media screen and (max-width: 991px) {
.wrapper-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
.column-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.column-row-collapse {
margin-left: 0;
margin-right: 0;
}
.column-row-small {
margin-left: -10px;
margin-right: -10px;
}
.column-row-center .column {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-content: center;
align-items: center;
}
.site-content {
min-height: calc(100vh - 120px);
position: relative;
}
.theme-panelarea {
display: block;
position: relative;
margin-right: -15px;
margin-left: -15px;
}
.theme-panelarea .theme-panelarea-primary,
.theme-panelarea .theme-panelarea-secondary {
position: relative;
padding-left: 15px;
padding-right: 15px;
}
.single-featured-banner {
margin-bottom: 3rem;
padding-bottom: 3rem;
}
.single-featured-banner .featured-banner-content {
padding-top: 4rem;
margin-top: 4rem;
margin-bottom: 4rem;
padding-bottom: 4rem;
}
.single-featured-banner .featured-banner-content .entry-breadcrumb {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
.theme-panelarea .theme-panelarea-secondary {
float: left;
width: 33.33%;
}
.theme-panelarea .theme-panelarea-primary {
float: right;
margin-left: -33.33%;
width: 100%;
min-height: 100vh;
}
.theme-panelarea .theme-panelarea-primary .site-main {
margin-left: 33.33%;
}
.theme-panelarea .theme-panelarea-secondary .widget-area {
padding: 40px 0;
position: relative;
}
}
@media only screen and (min-width: 1200px) {
.theme-panelarea .theme-panelarea-primary {
margin-left: -33.33%;
}
.theme-panelarea .theme-panelarea-primary .site-main {
margin-left: 33.33%;
padding: 0 65px;
}
}
.theme-panelarea-blocks .theme-panel-blocks {
float: left;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
width: 33.33333%;
}
@media screen and (min-width: 1300px) {
.theme-panelarea-blocks .theme-panel-blocks {
margin-bottom: 30px;
}
.theme-panelarea-blocks .theme-panel-blocks:nth-child(1),
.theme-panelarea-blocks .theme-panel-blocks:nth-child(3) {
margin-top: 30px;
}
}
@media screen and (max-width: 991px) {
.theme-panelarea-blocks .theme-panel-blocks {
width: 50%;
}
}
@media (max-width: 575px) {
.theme-panelarea-blocks .theme-panel-blocks {
width: 100%;
}
}
.column {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.column-row-collapse > .column {
padding-right: 0;
padding-left: 0;
}
.column-row-small > .column {
padding-right: 10px;
padding-left: 10px;
}
.column-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.column-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.column-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.column-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.column-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.column-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.column-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.column-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.column-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.column-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.column-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.column-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1400px) {
.column-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 991px) {
.column-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.column-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.column-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.column-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.mt-sm-20 {
margin-top: 2rem;
}
.mb-sm-20 {
margin-bottom: 2rem;
}
.hidden-sm-screen {
display: none;
visibility: hidden;
filter: alpha(opacity=0);
opacity: 0;
}
}
@media (max-width: 767px) {
.column-xs-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.column-xs-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.column-xs-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.column-xs-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.hidden-xs-screen {
display: none;
visibility: hidden;
filter: alpha(opacity=0);
opacity: 0;
}
}
@media (max-width: 575px) {
.column-xxs-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.column-xxs-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.column-xxs-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.column-xxs-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.hidden-xxs-screen {
display: none;
visibility: hidden;
filter: alpha(opacity=0);
opacity: 0;
}
}
.alignnone,
.aligncenter {
margin-bottom: 4rem;
margin-top: 4rem;
}
.alignwide,
.alignfull {
margin-bottom: 6rem;
margin-top: 6rem;
}
.alignleft {
margin: 0.5rem 2.5rem 2.5rem 0;
}
.alignright {
margin: 0.5rem 0 2.5rem 2.5rem;
}
.entry-content > .alignfull {
margin-left: -4rem;
}
.entry-content > .alignwide {
max-width: calc(100vw - 8rem);
width: calc(100vw - 8rem);
}
.alignfull > figcaption,
.alignfull > .wp-caption-text {
width: calc(100% - 8rem);
}
.entry-thumbnail {
display: block;
width: 100%;
}
.theme-more-link {
line-height: 1;
}
.theme-more-link .svg-icon {
display: inline-block;
vertical-align: middle;
width: 1.5rem;
height: 1.5rem;
margin-left: 0.5rem;
}
.entry-meta {
display: flex;
flex-wrap: wrap;
font-size: 1.6rem;
}
.entry-meta a {
text-decoration: none;
}
.entry-meta .entry-meta-author .author,
.entry-meta .entry-meta-date .entry-date {
filter: alpha(opacity=60);
opacity: 0.6;
}
.entry-meta .entry-meta-item {
align-items: center;
display: flex;
flex-wrap: wrap;
margin: 0 2rem 1.5rem 0;
max-width: calc(100% - 2rem);
gap: 0.5rem;
}
.entry-meta-label {
margin-right: 5px;
}
.entry-meta-categories a {
background: #000;
color: #fff;
border-radius: 4px;
display: inline-block;
font-size: 85%;
position: relative;
padding: 3px 8px;
margin: 5px 2px;
font-weight: 700;
}
@media (max-width: 991px) {
.entry-meta-categories a {
font-size: 70%;
margin-left: 0;
margin-right: 0;
}
}
.entry-meta-categories a:hover,
.entry-meta-categories a:focus {
background: #0027ff;
border-color: #0027ff;
color: #fff;
}
.entry-content ol li,
.entry-content ul li {
margin-bottom: 1.5rem;
}
.posts-navigation {
margin-bottom: 6rem;
}
.post-navigation {
border-style: solid;
border-width: 0.1rem 0;
font-size: 1.8rem;
margin-bottom: 8rem;
padding: 3rem 0;
}
.post-navigation .nav-links {
display: flex;
flex-direction: column;
}
.post-navigation .nav-links > div + div {
margin-top: 1rem;
}
.post-navigation a {
align-items: baseline;
display: flex;
text-decoration: none;
}
.post-navigation .arrow {
margin-right: 1rem;
} .post-navigation {
padding: 3.5rem 0;
}
.post-navigation .nav-links {
flex-direction: row;
justify-content: space-between;
}
.post-navigation .nav-links > div {
max-width: calc(50% - 2rem);
}
.post-navigation .nav-links > div + div {
margin: 0 0 0 4rem;
}
.post-navigation .arrow {
margin: 0 2rem 0 0;
}
.post-navigation .nav-next:only-child {
margin-left: auto;
}
.post-navigation .nav-next a {
flex-direction: row-reverse;
text-align: right;
}
.post-navigation .nav-next .arrow {
margin: 0 0 0 2rem;
}
.pagination {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.pagination a {
color: inherit;
}
.pagination .page-numbers,
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
display: inline-block;
font-size: 1.8rem;
margin-left: 1.25em;
margin-right: 1.25em;
filter: alpha(opacity=40);
opacity: 0.4;
}
.pagination .page-numbers.current {
filter: alpha(opacity=100);
opacity: 1;
}
.pagination .page-numbers:last-child {
margin-right: 0;
}
@media only screen and (min-width: 600px) {
.pagination .prev:after,
.pagination .next:before {
position: relative;
display: inline-block;
width: 2.25rem;
height: 1px;
content: "";
vertical-align: middle;
background-color: rgba(0, 0, 0, 0.25);
}
.pagination .prev:after {
margin-left: 1.25em;
}
.pagination .next:before {
margin-right: 1.25em;
}
}
.posts-navigation .nav-links .nav-previous .svg-icon,
.posts-navigation .nav-links .nav-previous .nav-link-label,
.posts-navigation .nav-links .nav-next .svg-icon,
.posts-navigation .nav-links .nav-next .nav-link-label {
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
@media (max-width: 575px) {
.post-navigation .nav-links {
flex-direction: column;
}
.post-navigation .nav-links > div {
max-width: 100%;
margin: 2rem 0;
}
}
.theme-ajax-loadpost {
text-align: center;
margin-bottom: 6rem;
}
.slide-btn {
background: rgba(0, 0, 0, 0.5);
}
.slide-btn {
border: 0;
display: block;
position: absolute;
z-index: 1;
cursor: pointer;
top: 50%;
margin-top: -25px;
padding: 0;
width: 25px;
height: 40px;
}
.slide-btn:after {
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-color: #fff;
content: "";
display: inline-block;
height: 12px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 15px;
width: 12px;
}
.slide-prev-icon:after {
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.slide-next-icon:after {
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}
.slide-prev-icon:hover,
.slide-prev-icon:focus,
.slide-next-icon:hover,
.slide-next-icon:focus {
outline: none !important;
}
.slide-prev-icon {
left: 15px;
}
.slide-next-icon {
right: 15px;
}
.slick-dots {
display: block;
width: 100%;
padding: 0;
margin: 15px auto;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
}
.slick-dots li button {
background: #000;
border: 0;
border-radius: 100%;
width: 10px;
height: 10px;
padding: 0;
margin: 5px;
font-size: 1px;
line-height: 1px;
color: #000;
opacity: 0.45;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-ms-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
filter: alpha(opacity=100);
opacity: 1;
}
.slick-dots li.slick-active button {
width: 20px;
border-radius: 6px;
}
.slick-space .slick-slide {
margin: 0 1.5rem;
}
.slick-space .slick-list {
margin: 0 -1.5rem;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#comments .comments-title {
margin-bottom: 60px;
font-size: 26px;
}
.page #comments .comments-title {
margin-top: 60px;
}
#comments .comment-list {
list-style: none;
margin: 40px auto;
padding: 0;
}
#comments .comment-list li {
border-bottom: 2px solid;
margin-bottom: 40px;
}
#comments .comment-list li article {
padding: 0;
margin-bottom: 20px;
}
#comments .comment-list .children {
list-style: none;
margin: 0;
padding-left: 30px;
position: relative;
}
#comments .comment-list .children li {
margin: 0;
border: none;
}
#comments .comment-list .comment-content li {
margin-bottom: 10px;
border: none;
}
#comments .comment-list .comment-content h1,
#comments .comment-list .comment-content h2,
#comments .comment-list .comment-content h3,
#comments .comment-list .comment-content h4,
#comments .comment-list .comment-content h5,
#comments .comment-list .comment-content h6 {
margin-bottom: 30px;
margin-top: 30px;
}
#comments .comment-body {
min-height: 60px;
display: block;
position: relative;
clear: both;
}
#comments .comment-body p:last-child {
margin-bottom: 0;
}
#comments .comment-body footer {
margin-bottom: 20px;
}
#comments .comment-body footer a {
color: inherit;
}
#comments .comment-author img {
float: left;
margin-right: 20px;
}
#comments .comment-author .fn {
font-weight: 700;
font-style: normal;
line-height: normal;
display: inline-block;
padding-top: 5px;
}
#comments .comment-author .says {
display: none;
}
#comments .comment-meta .comment-metadata {
font-size: 85%;
margin-top: 5px;
filter: alpha(opacity=70);
opacity: 0.7;
}
#comments .comment-meta .comment-metadata .edit-link {
margin-left: 10px;
}
#comments .reply {
margin-top: 20px;
}
#comments .comment-reply-link {
font-weight: 600;
text-decoration: none;
}
#comments .comment-reply-link:hover {
filter: alpha(opacity=85);
opacity: 0.85;
}
#comments .comment-form {
margin-top: 15px;
}
#comments .comment-form p {
margin-bottom: 10px;
}
#comments .comment-form p:last-child {
margin-bottom: 0;
}
#comments .comment-list #respond {
margin: -20px 0 40px 0;
}
#comments .comment-form-info-fields {
margin-bottom: 25px;
}
#comments p.form-submit {
clear: both;
}
#comments span.required {
color: #ff7979;
}
#comments .comment-awaiting-moderation {
color: #db6a23;
font-size: 85%;
}
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
margin-bottom: 30px;
}
#comments p.form-allowed-tags {
margin-bottom: 25px;
font-size: 14px;
}
#comments h3.comment-reply-title {
margin-bottom: 30px;
clear: both;
}
#comments ol li h3.comment-reply-title {
margin-top: 60px;
}
#comments h3.comment-reply-title #cancel-comment-reply-link {
display: inline-block;
margin-left: 10px;
text-transform: none;
font-size: 14px;
font-weight: 600;
filter: alpha(opacity=60);
opacity: 0.6;
}
#comments .comment-form p.form-submit {
margin-bottom: 0;
margin-top: 30px;
padding-left: 15px;
padding-right: 15px;
}
#comments .comment-form p.form-submit input[type="submit"] {
display: block;
width: 100%;
font-size: 1.8rem;
}
#comments .comment-form .comment-subscription-form,
#comments .comment-form .comment-subscription-form:only-child {
font-size: 14px;
margin-top: 20px;
}
#comments .comment-form .comment-subscription-form:last-child {
margin-top: 0;
}
@media (min-width: 600px) {
.comments-area .comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.comments-area .comment-form-comment {
margin-bottom: 1.5rem;
}
.comments-area .comment-notes,
.comments-area .comment-form-comment,
.comments-area .logged-in-as {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 1.5rem;
}
.comments-area .comment-form-author,
.comments-area .comment-form-ratings,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
-webkit-box-flex: 0;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 1.5rem;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.comments-area .comment-form-ratings {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.comments-area .comment-form-cookies-consent,
.comments-area .comment-subscription-form {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
}
.form-submit {
margin: 0;
}
@media (min-width: 600px) {
.form-submit {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
} .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
.theme-section-heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.theme-section-heading .theme-section-title {
font-size: 4.2rem;
font-weight: 500;
letter-spacing: 0.8rem;
}
@media screen and (min-width: 992px) {
.theme-section-heading .theme-section-title {
margin: 0 auto;
transform: rotate(-90deg) translate(0, 0);
display: block;
white-space: nowrap;
}
}
.theme-block-title {
position: relative;
}
@media screen and (max-width: 991px) {
.theme-block-heading {
margin-bottom: 15px;
padding-bottom: 15px;
width: 100%;
}
.theme-block-title {
margin-bottom: 0;
}
} .related-post-item {
border-bottom: 0.1rem solid;
margin-bottom: 3rem;
padding-bottom: 3rem;
}
.related-posts .related-post-item:last-child {
border: 0;
} .wp-block-search {
margin: 0 auto;
}
.wp-block-cover.alignwide + .wp-block-cover.alignwide,
.wp-block-cover.alignfull + .wp-block-cover.alignfull,
.wp-block-group.has-background.alignwide
+ .wp-block-group.has-background.alignwide,
.wp-block-group.has-background.alignfull
+ .wp-block-group.has-background.alignfull {
margin-top: -6rem;
}
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
margin-bottom: 2rem;
}
.wp-block-columns + .wp-block-columns {
margin-top: 0;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -2rem;
}
.wp-block-column {
font-size: 1.8rem;
margin-bottom: 4rem;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 8rem);
}
.wp-block-embed {
margin-bottom: 6rem;
margin-top: 6rem;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
margin-top: 0.5rem;
}
.wp-block-embed figcaption {
margin-top: 1.8rem;
}
.wp-block-file {
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.wp-block-file.aligncenter {
justify-content: center;
}
.wp-block-file.alignright {
justify-content: flex-end;
align-items: center;
}
.wp-block-file * + .wp-block-file__button {
margin-left: 1rem;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
margin-top: 0.5rem;
}
.wp-block-image.alignleft,
.wp-block-image .alignleft {
margin-right: 2.5rem;
}
.wp-block-image.alignright,
.wp-block-image .alignright {
margin-left: 2.5rem;
}
.wp-block-image figcaption {
margin-bottom: 0;
margin-top: 1.8rem;
}
.wp-block-gallery.alignwide,
.wp-block-gallery.alignfull {
margin-bottom: 4.4rem;
}
.wp-block-group.has-background {
padding: 4rem 3rem;
}
.wp-block-latest-posts.is-grid li {
margin: 0 4rem 4rem 0;
padding-top: 1.8rem;
width: calc(50% - 4rem);
}
.wp-block-latest-posts.is-grid li > a {
font-size: 1.33em;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 8%;
}
p.has-background {
padding: 3rem;
}
.wp-block-pullquote.alignwide p,
.wp-block-pullquote.alignfull p,
.wp-block-pullquote.is-style-solid-color.alignfull blockquote p,
.wp-block-pullquote.is-style-solid-color.alignwide blockquote p {
font-size: 2.5em;
}
.wp-block-pullquote.is-style-solid-color {
padding: 4rem 3rem;
}
.wp-block-separator.is-style-wide {
width: calc(100vw - 8rem);
}
@media (min-width: 768px) {
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
margin-bottom: 6rem;
}
.wp-block-column {
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.wp-block-cover.alignwide + .wp-block-cover.alignwide,
.wp-block-cover.alignfull + .wp-block-cover.alignfull,
.wp-block-group.has-background.alignwide
+ .wp-block-group.has-background.alignwide,
.wp-block-group.has-background.alignfull
+ .wp-block-group.has-background.alignfull {
margin-top: -8rem;
}
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
margin-bottom: 8rem;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -4rem;
}
.wp-block-column {
font-size: 1.8rem;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 10rem);
}
.wp-block-gallery.alignwide,
.wp-block-gallery.alignfull {
margin-bottom: 6.4rem;
}
.wp-block-latest-posts.is-grid li {
margin: 0 4rem 6rem 0;
padding-top: 2.4rem;
}
.wp-block-separator.is-style-wide {
width: calc(100vw - 10rem);
} .wp-block-coblocks-features
.wp-block-coblocks-feature
.wp-block-coblocks-icon {
margin-bottom: 3rem;
}
.wp-block-coblocks-features .wp-block-coblocks-feature h1,
.wp-block-coblocks-features .wp-block-coblocks-feature h2,
.wp-block-coblocks-features .wp-block-coblocks-feature h3,
.wp-block-coblocks-features .wp-block-coblocks-feature h4,
.wp-block-coblocks-features .wp-block-coblocks-feature h5,
.wp-block-coblocks-features .wp-block-coblocks-feature h6 {
margin-bottom: 2.5rem !important;
}
}
@media (min-width: 1200px) {
.wp-block-cover.alignfull + .wp-block-cover.alignfull,
.wp-block-group.has-background.alignfull
+ .wp-block-group.has-background.alignfull {
margin-top: -10rem;
}
.wp-block-columns.alignfull {
margin-bottom: 10rem;
}
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -6rem;
}
.wp-block-gallery.alignfull {
margin-bottom: 8.4rem;
}
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed,
iframe,
object {
max-width: 100%;
}
.custom-logo-link {
display: block;
}
.custom-logo-link ~ .custom-logo-name {
margin-top: 2rem;
} .wp-caption {
margin: 1em 0 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignleft {
margin-right: 20px;
}
.wp-caption.alignright {
margin-left: 20px;
}
.wp-caption-text {
text-align: center;
} @media (min-width: 600px) {
div[class^="gallery-columns-"],
div[class*=" gallery-columns-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.site-content .gallery-columns-1 {
margin-left: auto;
margin-right: auto;
}
}
.gallery-item {
display: inline-block;
text-align: center;
margin: 0 auto;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
padding-left: 5px;
padding-right: 5px;
margin: 0 auto 10px;
position: relative;
width: 100%;
}
@media (min-width: 600px) {
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
}
@media (min-width: 600px) {
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
}
@media (min-width: 600px) {
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
}
@media (min-width: 600px) {
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
}
@media (min-width: 600px) {
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
}
@media (min-width: 600px) {
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
}
@media (min-width: 600px) {
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
}
@media (min-width: 600px) {
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
}
.gallery-caption {
display: block;
}
.twp-content-gallery .blocks-gallery-grid .blocks-gallery-image figcaption,
.twp-content-gallery .blocks-gallery-grid .blocks-gallery-item figcaption,
.twp-content-gallery .wp-block-gallery .blocks-gallery-image figcaption,
.twp-content-gallery .wp-block-gallery .blocks-gallery-item figcaption,
.twp-content-gallery .gallery .gallery-caption {
display: none;
} #site-footer {
background: #191919;
padding-bottom: 4.5rem;
padding-top: 11rem;
}
#site-footer,
#site-footer a {
color: #5e5e5e;
}
@media only screen and (max-width: 767px) {
#site-footer {
padding-bottom: 4.5rem;
padding-top: 5.5rem;
}
}
.theme-footer-logo {
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
padding: 0 3rem 2rem;
text-align: center;
}
.footer-widgetarea {
border-top: 1px solid rgba(99, 151, 146, 0.35);
padding: 10rem 0;
}
@media only screen and (max-width: 1199px) {
.footer-widgetarea {
padding: 5rem 0;
}
}
.footer-social-navigation {
text-align: center;
}
.site-info {
position: relative;
padding: 6rem 0 3rem;
}
.footer-credits {
align-items: center;
display: flex;
flex-shrink: 0;
justify-content: center;
text-align: center;
}
.footer-credits a {
border-bottom: 1px solid;
color: inherit;
}
.footer-credits a:hover,
.footer-credits a:focus {
color: #2568ef;
}
.offcanvas-item .primary-menu,
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle,
.related-post-item,
.post-navigation {
border-color: rgba(0, 0, 0, 0.12);
}
body.hide-comment-rating .tpk-single-rating,
body.hide-comment-rating .tpk-comment-rating-label,
body.hide-comment-rating .comments-rating,
body.hide-comment-rating .tpk-star-rating {
display: none;
} .elementor-html .preloader {
display: none;
}
.post-content-share .twp-social-share .twp-share-container {
display: block;
}
.post-content-share .twp-social-share .twp-social-icons .twp-icon-holder {
border: 0;
}
.post-content-share .twp-icon-holder .twp-social-count,
.post-content-share .twp-icon-holder .twp-share-media,
.post-content-share .share-media-nocount {
display: block;
width: 50px;
}
.booster-extension .post-content-share .twp-icon-holder .twp-social-count,
.booster-extension .post-content-share .twp-social-icons .share-media-nocount {
border-radius: 2px;
color: #fff;
font-size: 18px;
}
.post-content-share .twp-icon-holder .twp-social-count:hover,
.post-content-share .twp-icon-holder .twp-social-count:focus,
.post-content-share .twp-social-icons .share-media-nocount:hover,
.post-content-share .twp-social-icons .share-media-nocount:focus {
filter: alpha(opacity=60);
opacity: 0.6;
}
.post-content-share .share-media-nocount:after,
.post-content-share .twp-icon-holder .twp-social-count:after {
border: solid 6px transparent;
border-top-color: inherit;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: -12px;
}
.booster-extension
.post-content-share
.twp-social-facebook
.twp-icon-holder
.twp-social-count {
background: #3b5998;
}
.booster-extension
.post-content-share
.twp-social-twitter
.twp-icon-holder
.twp-social-count {
background: #24a5db;
}
.booster-extension
.post-content-share
.twp-social-pinterest
.twp-icon-holder
.twp-social-count {
background: #ca2128;
}
.booster-extension
.post-content-share
.twp-social-linkedin
.twp-icon-holder
.share-media-nocount {
background: #0077b5;
}
.booster-extension
.post-content-share
.twp-social-email
.twp-icon-holder
.share-media-nocount {
background: #f75454;
}
.booster-extension
.post-content-share
.twp-social-vk
.twp-icon-holder
.share-media-nocount {
background: #1a4b78;
}
.booster-extension
.post-content-share
.twp-social-facebook
.twp-icon-holder
.twp-social-count:after {
border-left-color: transparent;
border-top-color: #3b5998;
}
.booster-extension
.post-content-share
.twp-social-twitter
.twp-icon-holder
.twp-social-count:after {
border-left-color: transparent;
border-top-color: #24a5db;
}
.booster-extension
.post-content-share
.twp-social-pinterest
.twp-icon-holder
.twp-social-count:after {
border-left-color: transparent;
border-top-color: #ca2128;
}
.booster-extension
.post-content-share
.twp-social-facebook
.twp-icon-holder
.twp-social-count:after {
border-left-color: transparent;
border-top-color: #3b5998;
}
.booster-extension
.post-content-share
.twp-social-linkedin
.twp-icon-holder
.share-media-nocount:after {
border-left-color: transparent;
border-top-color: #0077b5;
}
.booster-extension
.post-content-share
.twp-social-email
.twp-icon-holder
.share-media-nocount:after {
border-left-color: transparent;
border-top-color: #f75454;
}
.booster-extension
.post-content-share
.twp-social-vk
.twp-icon-holder
.share-media-nocount:after {
border-left-color: transparent;
border-top-color: #1a4b78;
}
.post-content-share .twp-icon-holder .twp-share-media {
font-size: 28px;
margin-top: 10px;
}
.post-content-share .twp-social-linkedin .twp-icon-holder .twp-share-media,
.post-content-share .twp-social-vk .twp-icon-holder .twp-share-media,
.post-content-share .twp-social-email .twp-icon-holder .twp-share-media {
margin-top: 0;
}
.post-content-share .twp-share-media .twp-label-title {
display: none;
visibility: hidden;
filter: alpha(opacity=0);
opacity: 0;
}
.post-content-share .twp-plugin-title.twp-share-title h2 {
font-weight: 400;
font-size: 18px;
margin-bottom: 0;
margin-top: 3rem;
}
.booster-block.booster-ratings-block {
background: rgba(0, 0, 0, 0.03);
border: 2px solid rgba(0, 0, 0, 0.03);
padding: 30px;
margin: 30px auto;
}
.booster-block.booster-ratings-block .individual-bar-bg {
background-color: #ffffff;
}
.booster-ratings-block .twp-average-title {
font-size: 2.2rem;
text-transform: uppercase;
margin-bottom: 30px;
}
.booster-block.booster-reactions-block {
background: #fff;
}
.floating-post-navigation {
position: fixed;
top: 50%;
z-index: 999;
width: 340px;
height: 200px;
overflow: hidden;
background: #000;
color: #fff;
filter: alpha(opacity=0);
opacity: 0;
visibility: hidden;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-ms-transform: translate3d(0, -50%, 0);
-o-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
-moz-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
-o-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
}
.theme-floatingbar-active .floating-post-navigation {
filter: alpha(opacity=100);
opacity: 1;
visibility: visible;
}
@media (max-width: 575px) {
.theme-floatingbar-active .floating-post-navigation {
filter: alpha(opacity=0);
opacity: 0;
visibility: hidden;
display: none;
}
}
.floating-post-navigation img {
filter: alpha(opacity=65);
opacity: 0.65;
}
.floating-navigation-prev {
right: calc(100% - 50px);
}
.floating-navigation-prev:hover {
right: calc(100% - 339px);
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.floating-navigation-next {
left: calc(100% - 50px);
}
.floating-navigation-next:hover {
left: calc(100% - 339px);
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.floating-post-navigation img {
object-fit: cover;
position: absolute;
top: 0;
height: 100% !important;
}
.floating-navigation-prev img {
right: 50px;
}
.floating-navigation-next img {
left: 50px;
}
.floating-post-navigation .floating-navigation-title {
color: #fff;
}
.floating-post-navigation .floating-navigation-label {
position: absolute;
top: 0;
writing-mode: vertical-rl;
right: 0;
height: 100%;
text-align: center;
width: 50px;
line-height: 50px;
text-transform: uppercase;
font-size: 12px;
z-index: 2;
}
.floating-navigation-next .floating-navigation-label {
right: auto;
left: 0;
}
.floating-post-navigation .floating-navigation-title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
width: 100%;
padding: 20px 60px 20px 20px;
z-index: 2;
}
.floating-navigation-next .floating-navigation-title {
padding: 20px 20px 20px 60px;
}
.archive-main-block {
padding-top: 6rem;
padding-bottom: 6rem;
}
#comments .comment-body .comment-content,
#comments .comment-reply-link,
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
line-height: 1.8;
} .scroll-up {
position: fixed;
bottom: 20px;
right: 20px;
height: 55px;
width: 55px;
border: none;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 99999999;
visibility: hidden;
filter: alpha(opacity=0);
opacity: 0;
text-align: center;
align-items: center;
justify-content: center;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.scroll-up.enable-scroll-up {
visibility: visible;
filter: alpha(opacity=100);
opacity: 1;
}
.single .hentry,
.single .theme-block,
.single .comments-area,
.single .nocomments,
.single #respond.comment-respond,
.nav-links {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 991px) {
.single .hentry,
.single .theme-block,
.single .comments-area,
.single .nocomments,
.single #respond.comment-respond,
.nav-links {
max-width: 100%;
}
}
.posts-navigation .nav-links,
.pagination .nav-links {
text-align: center;
}
.entry-featured-thumbnail {
position: relative;
}
@media only screen and (min-width: 1200px) {
.single #site-contentarea .entry-featured-thumbnail {
margin: 30px -65px;
}
}
@media only screen and (max-width: 991px) {
.entry-featured-thumbnail {
margin: 30px 0;
}
}
.theme-page-vitals {
background: #0027ff;
color: #fff;
}
.theme-page-vitals .twp-read-time,
.theme-page-vitals .twp-post-visit {
padding: 20px 10px;
}
.theme-page-vitals:after {
content: "";
position: absolute;
top: 100%;
left: 0;
border-right: 10px solid;
border-bottom: 10px solid transparent;
border-right-color: #0027ff;
width: 0;
z-index: 1;
}
.single-featured-banner .theme-page-vitals,
.has-post-thumbnail .theme-page-vitals {
display: flex;
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
}
.single-featured-banner .theme-page-vitals {
left: 15px;
}
.theme-page-vitals .twp-post-visit,
.theme-page-vitals .twp-read-time {
display: flex;
align-items: center;
justify-content: center;
}
.theme-page-vitals .twp-read-time ~ .twp-post-visit:before {
content: "/";
padding-right: 10px;
}
.entry-thumbnail a,
.entry-video .theme-video-panel,
.gallery-icon a,
.blocks-gallery-item a {
cursor: pointer;
display: block;
position: relative;
}
.entry-thumbnail a:before,
.entry-thumbnail a:after,
.entry-video .theme-video-panel:before,
.entry-video .theme-video-panel:after,
.gallery-icon a:before,
.gallery-icon a:after,
.blocks-gallery-item a:before,
.blocks-gallery-item a:after {
content: "";
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.entry-thumbnail a:hover:before,
.entry-thumbnail a:focus:before,
.entry-thumbnail a:hover:after,
.entry-thumbnail a:focus:after,
.entry-video .theme-video-panel:hover:before,
.entry-video .theme-video-panel:focus:before,
.entry-video .theme-video-panel:hover:after,
.entry-video .theme-video-panel:focus:after,
.gallery-icon a:hover:before,
.gallery-icon a:focus:before,
.gallery-icon a:hover:after,
.gallery-icon a:focus:after,
.blocks-gallery-item a:hover:before,
.blocks-gallery-item a:focus:before,
.blocks-gallery-item a:hover:after,
.blocks-gallery-item a:focus:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9;
}
.entry-thumbnail a:hover:before,
.entry-thumbnail a:focus:before,
.entry-video .theme-video-panel:hover:before,
.entry-video .theme-video-panel:focus:before,
.gallery-icon a:hover:before,
.gallery-icon a:focus:before,
.blocks-gallery-item a:hover:before,
.blocks-gallery-item a:focus:before {
background-color: #000;
mix-blend-mode: color;
}
.entry-thumbnail a:hover:after,
.entry-thumbnail a:focus:after,
.entry-video .theme-video-panel:hover:after,
.entry-video .theme-video-panel:focus:after,
.gallery-icon a:hover:after,
.gallery-icon a:focus:after,
.blocks-gallery-item a:hover:after,
.blocks-gallery-item a:focus:after {
background-color: #03a9f4;
mix-blend-mode: multiply;
}
.wp-block-gallery.columns-1 {
display: block;
}
ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery {
list-style: none;
padding: 0;
margin: 0 auto;
}
.mp-read-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
margin-bottom: 20px;
margin-top: 20px;
}
.mp-read-more:before {
display: block;
content: "";
border-top: 2px solid;
width: 0;
margin-top: 4px;
}
.mp-read-more:before {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
filter: alpha(opacity=0);
opacity: 0;
pointer-events: none;
}
.post-content:hover .mp-read-more:before,
.post-content:focus .mp-read-more:before {
width: 29px;
filter: alpha(opacity=100);
opacity: 1;
margin-right: 0.5rem;
pointer-events: all;
}
.theme-block {
padding-bottom: 10rem;
padding-top: 10rem;
position: relative;
}
@media screen and (max-width: 1200px) {
.theme-block {
padding-bottom: 5rem;
padding-top: 5rem;
}
}
.theme-block-nospace {
padding-bottom: 0;
padding-top: 0;
}
.theme-block-large-space {
padding-bottom: 20rem;
padding-top: 20rem;
}
.theme-block-space-top {
padding-bottom: 0;
padding-top: 10rem;
}
@media screen and (max-width: 1300px) {
.theme-block-large-space {
padding-bottom: 10rem;
padding-top: 10rem;
}
}
.theme-block-services .theme-block-services-upper {
margin-top: 0;
margin-bottom: -20em;
padding: 0;
}
@media screen and (max-width: 991px) {
.theme-block-services .theme-block-services-upper {
margin-bottom: 1.5em;
}
}
.theme-block-services .theme-block-services-middle,
.theme-block-services .theme-block-services-lower {
padding-bottom: 2rem;
padding-top: 2rem;
margin-bottom: 2rem;
margin-top: 2rem;
}
@media screen and (min-width: 992px) {
.theme-block-services-middle .entry-thumbnail {
border: 1rem solid #f7d8c2;
}
}
.theme-block-contact .theme-contact-list {
list-style: none;
margin: 0;
padding: 0;
}
.theme-block-contact .theme-contact-list .theme-contact-list-group {
margin-bottom: 1rem;
margin-top: 1rem;
padding-bottom: 1rem;
padding-top: 1rem;
}
.theme-block-contact .wpcf7 form p {
margin-top: 20px;
margin-bottom: 0;
}
.theme-block-contact .wpcf7 form p label {
display: block;
font-size: 0.7778em;
font-weight: 600;
filter: alpha(opacity=70);
opacity: 0.7;
}
.theme-block-contact .wpcf7 form p .wpcf7-form-control-wrap {
display: block;
margin-top: 5px;
font-size: 1em;
font-weight: normal;
}
.theme-block-contact .wpcf7 form input:not(.wpcf7-submit),
.theme-block-contact .wpcf7 form textarea,
.theme-block-contact .wpcf7 form select {
background: rgba(0, 0, 0, 0.1);
border: none;
}
.theme-block-contact .wpcf7 form input,
.theme-block-contact .wpcf7 form textarea,
.theme-block-contact .wpcf7 form select {
width: 100%;
}
.theme-block-testimonials {
background-size: auto;
background-color: #fff;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: rgba(0, 0, 0, 0.1);
}
.theme-block-testimonials .testimonial-title {
font-size: 6rem;
font-weight: 400;
line-height: 1;
letter-spacing: -2.4px;
margin-bottom: 2rem;
padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
.theme-block-testimonials .testimonial-title {
font-size: 4rem;
}
}
@media screen and (max-width: 767px) {
.theme-block-testimonials .testimonial-title {
font-size: 3.2rem;
}
}
.theme-block-testimonials .testimonial-image {
height: 140px;
width: 140px;
border-radius: 50%;
margin: 0 auto 3rem;
overflow: hidden;
}
.theme-block-testimonials .testimonial-image img {
object-fit: cover;
width: 100%;
height: 100%;
}
.theme-block-testimonials .testimonial-caption .mp-read-more {
justify-content: center;
}
.main-slides-item {
position: relative;
}
.main-slides-item .theme-slider-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 5rem;
width: 100%;
}
.theme-cta-panel {
border-radius: 10px;
overflow: hidden;
padding-bottom: 5rem;
padding-top: 5rem;
position: relative;
}
.theme-cta-panel .cta-panel {
padding: 5rem 10rem;
}
@media screen and (max-width: 991px) {
.theme-cta-panel .cta-panel,
.theme-cta-panel .theme-block-link {
padding: 2rem 3rem;
}
}
.categories-panel {
border-style: solid;
border-width: 2px;
border-color: #e5e5e5;
border-radius: 10px 10px 10px 10px;
box-shadow: 0 0 40px 20px transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 120px 50px 40px;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 991px) {
.categories-panel {
margin: 0 auto 3rem;
}
}
.categories-panel .categories-panel-header {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
@media (min-width: 1200px) {
.categories-panel .theme-block-title {
font-size: 4rem;
}
}
.categories-panel .theme-block-title a {
color: inherit;
}
.categories-panel .categories-panel-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.categories-panel:hover,
.categories-panel:focus {
border-style: solid;
border-width: 2px;
border-color: transparent;
box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.3);
}
.categories-panel-content .categories-panel-description p {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.categories-panel-content .theme-block-link {
margin-top: 2rem;
padding-top: 2rem;
}
.theme-block.error-block {
margin-bottom: 30px;
}
.theme-block.error-block.error-block-top a {
border-bottom: 2px solid;
}
.theme-block-bg {
background-color: #f7d8c2;
}
.theme-block-bg-1 {
background-color: #fad2d3;
}
.theme-block-bg-2 {
background-color: #fdf6ec;
}
.theme-block-recommended .entry-wrapper {
background-color: #fff;
}
.theme-block-recommended .entry-wrapper .post-content {
padding: 2rem;
}
@media (max-width: 1400px) and (min-width: 992px) {
.theme-block-recommended .theme-block-heading {
margin-bottom: 3rem;
padding-bottom: 3rem;
}
}
@media (min-width: 1200px) {
.theme-block-recommended .entry-wrapper .post-content {
min-height: 290px;
}
}
.theme-block-recommended .theme-block-link {
margin: 6rem auto 3rem;
text-align: center;
}
.format-audio .entry-thumbnail {
margin-bottom: 0;
}
.format-audio .twp-content-audio .wp-block-audio {
margin: 0 auto 15px;
}
.entry-content .wp-block-audio {
padding: 20px;
border: 2px solid rgba(0, 0, 0, 0.05);
}
.wp-block-audio audio:hover,
.wp-block-audio audio:focus {
outline: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.twp-content-audio,
.entry-content .wp-block-audio {
background: #f0f3f4;
}
}
@media not all and (min-resolution: 0.001dpcm) {
@media {
.twp-content-audio,
.entry-content .wp-block-audio {
background: #393939;
}
}
}
@-moz-document url-prefix() {
.twp-content-audio,
.entry-content .wp-block-audio {
background: #181818;
}
}
.twp-content-video {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition: opacity ease 0.2s;
transition: opacity ease 0.2s;
}
.twp-content-video .entry-video {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 1em;
}
.twp-content-video .entry-video:before {
content: "";
display: table;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 0;
height: 100%;
}
.twp-content-video .entry-video.theme-ratio-default:before {
padding-bottom: 66.66667%;
}
.twp-content-video .entry-video.theme-ratio-square:before {
padding-bottom: 100%;
}
.twp-content-video .entry-video.theme-ratio-portrait:before {
padding-bottom: 150%;
}
.twp-content-video .entry-video.theme-ratio-landscape:before {
padding-bottom: 75%;
}
.twp-content-video .entry-video .theme-video-panel {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.twp-content-video .entry-video .twp-video-control-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
right: 10px;
top: 10px;
z-index: 10;
}
.twp-content-video .entry-video iframe,
.twp-content-video .entry-video video {
position: absolute;
top: 50%;
left: 50%;
max-width: unset;
margin: auto;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 200% !important;
height: 200% !important;
}
.twp-video-control-buttons .theme-video-control {
background: rgba(255, 255, 255, 0.85);
color: #000;
border-radius: 2px;
width: 32px;
height: 32px;
margin-left: 2px;
margin-right: 2px;
}
.entry-video .twp-video-control-buttons .svg-icon {
width: 16px;
height: 16px;
}
.theme-main-banner .main-banner-details {
text-align: center;
max-width: 970px;
margin-left: auto;
margin-right: auto;
}
.theme-main-banner .main-banner-details .main-banner-subtitle {
font-size: 2.4rem;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
.theme-main-banner .main-banner-details .main-banner-description {
margin-bottom: 2rem;
padding-bottom: 2rem;
}
.data-bg-overlay {
background-color: rgba(0, 0, 0, 0.4);
opacity: 1;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
} .js .show-js {
display: block !important;
}
.js .hide-js {
display: none !important;
}
.no-js .show-no-js {
display: block !important;
}
.no-js .hide-no-js {
display: none !important;
}
.theme-article-post .post-content {
padding: 2rem 0;
}
figure.wp-block-gallery.slick-slider .slick-track {
display: flex;
}
figure.wp-block-gallery.slick-slider .slick-track .slick-slide {
display: flex;
height: auto;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 992px) {
.theme-block-about .theme-block-heading,
.theme-block-contact .theme-contact-list {
padding-top: 10rem;
padding-bottom: 10rem;
}
} @media (min-width: 576px) {
.twp-social-share {
position: sticky;
position: -webkit-sticky;
top: 0;
}
}
@media (max-width: 575px) {
.twp-social-share {
margin-top: 1.6rem;
}
.twp-social-share .twp-share-container {
display: flex !important;
flex-wrap: wrap;
}
.twp-social-share .twp-share-container > div:not(:last-child) {
margin-right: 1.6rem;
}
}
.rtl .slide-btn,
.rtl .theme-block-link .theme-button .svg-icon { -webkit-transform: scaleX(-1);
transform: scaleX(-1); }.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999998;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }