@charset "UTF-8";
@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 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 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;
}#hexInput {
color: #000000;
}
.fancybox-bg {
background: !important;
}
.dsgvoyoutube_red_container {
background-color:#fbe4e4;
padding: 20px;
}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;
backface-visibility: hidden;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Helvetica Neue, Arial, sans-serif;
height: 100%;
left: 0;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.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: 0.87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity 0.25s, visibility 0s linear 0.25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
opacity: 1;
transition: opacity 0.25s, visibility 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;
text-align: center;
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);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden;
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;
height: 100%;
margin-right: -0.25em;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
display: block;
}
.fancybox-slide--next {
z-index: 99995;
}
.fancybox-slide--image {
overflow: visible;
padding: 44px 0;
}
.fancybox-slide--image:before {
display: none;
}
.fancybox-slide--html {
padding: 6px 6px 0;
}
.fancybox-slide--iframe {
padding: 44px 44px 0;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0 0 6px;
max-width: 100%;
overflow: auto;
padding: 0;
padding: 24px;
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;
backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
margin: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-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: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 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--html .fancybox-content {
margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
height: 100%;
margin: 0;
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;
height: calc(100% - 44px);
margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
background: transparent;
border: 0;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.fancybox-iframe {
vertical-align: top;
}
.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;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
outline: none;
padding: 10px;
transition: color 0.2s;
vertical-align: top;
width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
}
.fancybox-button svg {
display: block;
overflow: visible;
position: relative;
shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
fill: transparent;
stroke: currentColor;
stroke-linejoin: round;
stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
fill: currentColor;
}
.fancybox-button--share svg path {
stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
height: 38px;
opacity: 0;
padding: 6px;
position: absolute;
top: 50%;
width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
content: "";
left: -25px;
padding: 50px;
position: absolute;
top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
right: 6px;
}
.fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #555;
cursor: pointer;
height: 44px;
margin: 0;
padding: 6px;
position: absolute;
right: 0;
top: 0;
width: 44px;
z-index: 9999;
}
.fancybox-close-small svg {
fill: transparent;
opacity: 0.8;
stroke: currentColor;
stroke-width: 1.5;
transition: stroke 0.1s;
}
.fancybox-close-small:focus {
outline: none;
}
.fancybox-close-small:hover svg {
opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
color: #ccc;
padding: 5px;
right: -12px;
top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
background: transparent;
color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
display: none;
}
.fancybox-caption {
bottom: 0;
color: #fff;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px;
right: 0;
}
.fancybox-caption:before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: "";
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -25px;
z-index: -1;
}
.fancybox-caption:after {
border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
content: "";
display: block;
left: 44px;
position: absolute;
right: 44px;
top: 0;
}
.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: a 0.8s infinite linear;
animation: a 0.8s infinite linear;
background: transparent;
border: 6px solid hsla(0, 0%, 39%, 0.5);
border-radius: 100%;
border-top-color: #fff;
height: 60px;
left: 50%;
margin: -30px 0 0 -30px;
opacity: 0.6;
padding: 0;
position: absolute;
top: 50%;
width: 60px;
z-index: 99999;
}
@-webkit-keyframes a {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes a {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.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: translateZ(0);
transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
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: scaleX(1);
transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-1turn);
transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-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: scaleX(1) translateZ(0);
transform: scaleX(1) translateZ(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: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
.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;
}
.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;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
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;
outline: none;
padding: 10px 15px;
width: 100%;
}
.fancybox-thumbs {
background: #fff;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px;
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 > ul {
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 > ul {
overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs > ul > li {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
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-loading {
background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
}
.fancybox-thumbs > ul > li:before {
border: 4px solid #4ea7f9;
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 .fancybox-thumbs-active:before {
opacity: 1;
}
@media (max-width: 800px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs > ul > li {
max-width: calc(100% - 10px);
}
}.widget-area ul,ul.accordion{list-style:none}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default,.odometer.odometer-theme-default .odometer-digit{vertical-align:middle;vertical-align:auto;zoom:1;display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{vertical-align:middle;vertical-align:auto;zoom:1;display:inline;visibility:hidden}.portfolio-item img,.widget_raratheme_featured_widget .img-holder img,.widget_raratheme_image_widget .image-holder img,.widget_raratheme_popular_post ul li .post-thumbnail img,.widget_raratheme_recent_post ul li .post-thumbnail img{vertical-align:top}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.widget-area ul{margin:0;padding:0}.widget-area ul li{margin:0 0 20px}.widget_raratheme_companion_cta_widget .widget-content{position:relative}.widget_raratheme_companion_cta_widget .widget-content.bg-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.widget_raratheme_companion_cta_widget .widget-content .text-holder{position:relative;z-index:1;color:#fff;text-align:center;padding:30px 15px}.widget_raratheme_companion_cta_widget .widget-content .text-holder .btn-cta{display:inline-block;margin:0 3px;background:#f7f7f7;color:#555;border-radius:3px;padding:5px 15px;text-decoration:none;font-size:15px;border:1px solid #ccc;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.widget_raratheme_companion_cta_widget .widget-content .text-holder .btn-cta:focus,.widget_raratheme_companion_cta_widget .widget-content .text-holder .btn-cta:hover{text-decoration:none;background:0 0;color:#fff}.widget_raratheme_featured_widget .img-holder{margin-bottom:30px}.widget_raratheme_featured_widget .img-holder a{display:block}.widget_raratheme_featured_widget .text-holder .readmore{display:inline-block;background:#f7f7f7;color:#555;border-radius:3px;padding:5px 15px;text-decoration:none;font-size:15px;border:1px solid #ccc;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.widget_raratheme_featured_widget .text-holder .readmore:focus,.widget_raratheme_featured_widget .text-holder .readmore:hover{background:0 0;text-decoration:none}.widget_raratheme_featured_page_widget .section-subtitle{margin-bottom:10px;font-weight:600;font-size:.8em;color:#999}.widget_raratheme_icon_text_widget .icon-holder{font-size:30px;margin:0 0 15px}#secondary .widget.widget_raratheme_image_widget{background:0 0}.widget_raratheme_image_widget .image-holder{margin:0 0 20px}.widget_raratheme_image_widget .image-holder a{display:block}.widget_raratheme_image_widget .readmore{display:inline-block;background:#f7f7f7;color:#555;border-radius:3px;padding:5px 15px;text-decoration:none;font-size:15px;border:1px solid #ccc;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.widget_raratheme_image_widget .readmore:focus,.widget_raratheme_image_widget .readmore:hover{background:0 0;text-decoration:none}.widget_raratheme_popular_post ul li,.widget_raratheme_recent_post ul li{overflow:hidden}.widget_raratheme_popular_post ul li .post-thumbnail,.widget_raratheme_recent_post ul li .post-thumbnail{float:left;width:68px;margin-right:15px}.widget_raratheme_popular_post ul li .entry-header,.widget_raratheme_recent_post ul li .entry-header{overflow:hidden}.widget_raratheme_popular_post ul li .entry-header .entry-title,.widget_raratheme_recent_post ul li .entry-header .entry-title{margin:0 0 5px;font-size:15px;line-height:18px}.widget_raratheme_popular_post ul li .entry-header .entry-title a,.widget_raratheme_recent_post ul li .entry-header .entry-title a{text-decoration:none}.widget_raratheme_popular_post ul li .entry-header .comment-count,.widget_raratheme_popular_post ul li .entry-header .entry-meta,.widget_raratheme_popular_post ul li .entry-header .view-count,.widget_raratheme_recent_post ul li .entry-header .entry-meta{font-size:14px;line-height:18px}.widget_raratheme_popular_post ul li .entry-header .comment-count .fa{margin-right:5px}.widget_raratheme_social_links ul{font-size:15px;overflow:hidden}.widget_raratheme_social_links ul li{float:left;margin-right:3px}.widget_raratheme_social_links ul li a{display:block;width:30px;height:30px;background:#000;color:#fff;text-align:center;line-height:30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.widget_raratheme_social_links ul li a:focus,.widget_raratheme_social_links ul li a:hover{border-radius:50%}.widget_raratheme_social_links ul li a[href*=facebook]{background:#3b5998}.widget_raratheme_social_links ul li a[href*=twitter]{background:#1da1f2}.widget_raratheme_social_links ul li a[href*=flickr]{background:#0063db}.widget_raratheme_social_links ul li a[href*=vimeo]{background:#23b6ea}.widget_raratheme_social_links ul li a[href*=youtube]{background:#cb1f1f}.widget_raratheme_social_links ul li a[href*=google]{background:#d51f1e}.widget_raratheme_social_links ul li a[href*="ok.ru"]{background:#ee8208}.widget_raratheme_social_links ul li a[href*=vk]{background:#466991}.widget_raratheme_social_links ul li a[href*=xing]{background:#005a5f}.widget_raratheme_social_links ul li a[href*=stumbleupon]{background:#eb4823}.widget_raratheme_social_links ul li a[href*=pinterest]{background:#cb2027}.widget_raratheme_social_links ul li a[href*=dribbble]{background:#e84c88}.widget_raratheme_social_links ul li a[href*=linkedin]{background:#0274b3}.widget_raratheme_social_links ul li a[href*=rss]{background:orange}.widget_raratheme_social_links ul li a[href*=tumblr]{background:#2e4f6e}.widget_raratheme_social_links ul li a[href*=instagram]{background:#895a4d}.widget_raratheme_companion_stat_counter_widget .icon-holder{font-size:30px;margin:0 0 15px}.odometer.odometer-theme-default,.widget_raratheme_companion_stat_counter_widget .odometer.odometer-auto-theme{font-size:25px;font-weight:700}ul.accordion .inner{display:none;word-break:break-word}ul.accordion li{margin:.5em 0}ul.accordion li a.toggle{display:block;word-break:break-word;padding-right:20px}ul.accordion li a.toggle::after{content:"";background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');background-repeat:no-repeat;width:15px;height:20px;position:absolute;top:10px;right:0;line-height:1.3;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}ul.accordion li.show a::after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.widget .image-holder.black-white{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.our-clients .widget .image-holder.black-white:hover{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);filter:grayscale(0)}.portfolio-holder .portfolio-sorting{text-align:center;text-transform:uppercase}.portfolio-sorting .button{margin:0 30px 40px;background:0 0;border:none;font-weight:400;font-size:16px;cursor:pointer;padding:0;color:#000}.portfolio-sorting .button.is-checked,.portfolio-sorting .button:hover{color:#777}.portfolio-img-holder .portfolio-item{float:left;width:33.33%;padding:15px}.portfolio-item .portfolio-item-inner{position:relative;overflow:hidden}.portfolio-item .portfolio-text-holder{font-size:14px;font-weight:600;position:absolute;top:0;bottom:0;left:0;right:0;background:-webkit-linear-gradient(transparent,rgba(0,0,0,.65));background:-moz-linear-gradient(transparent,rgba(0,0,0,.65));background:-ms-linear-gradient(transparent,rgba(0,0,0,.65));background:-o-linear-gradient(transparent,rgba(0,0,0,.65));background:linear-gradient(transparent,rgba(0,0,0,.65));text-align:center;padding:0 20px;display:flex;flex-direction:column;flex:1;justify-content:flex-end;opacity:0;visibility:hidden;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.portfolio-item-inner:hover .portfolio-text-holder{padding-top:30px;padding-bottom:30px;opacity:1;visibility:visible}.portfolio-item .portfolio-cat a{color:#fff;text-decoration:none;padding-right:10px;display:inline-block;margin-bottom:5px}.portfolio-item .portfolio-cat a:last-child{padding-right:0}.portfolio-text-holder .portfolio-img-title{font-size:24px;font-weight:600}.portfolio-item .portfolio-img-title a{color:#fff;text-decoration:none}.portfolio-item a:hover{color:#ddd}.portfolio-holder .post-thumbnail{margin:0 0 35px}.portfolio-holder .entry-header{border-bottom:1px solid #eee;margin-bottom:30px;padding-bottom:30px}.entry-header .portfolio-cat a{color:#777;text-decoration:none;margin-right:10px}.entry-header .portfolio-cat a:last-child{margin-right:0}.portfolio-holder .entry-header .entry-title{color:#000;margin:10px 0 0;font-size:3em;line-height:1.3}.portfolio-holder .entry-content,.portfolio-holder .entry-header{margin-left:auto;margin-right:auto;max-width:80%}.portfolio-holder .entry-content{color:#555;line-height:1.6}.related-portfolio{margin-top:80px;margin-bottom:80px}.related-portfolio-title{text-align:center;margin-bottom:30px;font-size:22px}.related-portfolio .portfolio-img-holder:after,.related-portfolio .portfolio-img-holder:before{content:"";display:table;height:0;width:0;line-height:0}.related-portfolio .portfolio-img-holder:after{clear:both}.related-portfolio .portfolio-item .portfolio-text-holder{opacity:1;visibility:visible;padding:30px 20px}.contact-info ul.contact-list li{margin-bottom:15px;padding-left:35px;font-size:1em;color:#353535;position:relative;padding-bottom:15px}.contact-info ul.contact-list li svg{width:18px;height:28px;position:absolute;top:3px;left:0}.contact-info ul.contact-list li b{font-size:1.1112em;display:block;color:#999;line-height:1.3;font-weight:600}.contact-info ul.contact-list li:nth-child(2) svg{width:20px;height:16px;top:8px}.contact-info ul.contact-list li:nth-child(3) svg{width:24px;height:24px}.widget .social-networks li{display:inline-block;vertical-align:middle;padding:0;border-bottom:none;margin-bottom:5px;line-height:1}.widget .social-networks li:last-child{margin-bottom:5px}.widget .social-networks li a{display:inline-block;width:40px;height:40px;text-align:center;line-height:40px}.widget-area .widget.widget_raratheme_custom_categories ul li{padding:0}.widget_raratheme_custom_categories ul li{margin-bottom:10px;background-size:cover!important}.widget-area .widget_raratheme_custom_categories ul li a{display:flex;flex:1;flex-wrap:wrap;align-items:center;position:relative}.widget_raratheme_custom_categories ul li .cat-title{font-size:.7778em;font-weight:700;color:#fff;display:flex;flex:auto;white-space:nowrap;height:48px;line-height:48px;padding:0 0 0 15px;letter-spacing:1px}.widget_raratheme_custom_categories ul li .cat-title{float:left;font-size:14px;text-transform:uppercase}.widget_raratheme_custom_categories ul li .post-count{background:rgba(0,0,0,.5);color:#fff;font-size:.6666em;text-transform:uppercase;font-weight:700;letter-spacing:1px;margin:0}.widget_raratheme_custom_categories ul li .post-count{float:right;font-size:13px;width:99px;height:48px;background:#111;text-align:center;line-height:48px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.widget_raratheme_custom_categories .post-count{display:block;margin-bottom:20px;font-size:.7778em;color:#999;position:absolute;top:0;right:0}.widget_raratheme_custom_categories ul li a{display:flex;flex:1;flex-wrap:wrap;align-items:center;background:rgba(0,0,0,.3)}.widget_raratheme_custom_categories ul li a:hover .post-count,.widget_raratheme_custom_categories ul li a:hover:focus .post-count{width:124px}.widget_raratheme_author_bio .raratheme-author-bio-holder{text-align:center}.widget_raratheme_author_bio .image-holder img{vertical-align:top}.widget_raratheme_author_bio .image-holder{margin:0 0 30px}.widget_raratheme_author_bio .title-holder{font-size:28px;line-height:32px;margin:0 0 20px;color:#000;font-weight:600}.widget_raratheme_author_bio .text-signature{font-family:'Dancing Script',cursive;font-size:30px;color:#000;font-style:italic;line-height:1.3;margin-bottom:20px}.widget_raratheme_author_bio .author-bio-content{margin-bottom:20px}.widget_raratheme_author_bio .readmore{display:inline-block;padding:10px 30px;background:#000;margin:0 0 20px;color:#fff;width:100%;text-align:center;border-radius:5px}.widget_raratheme_author_bio .author-socicons{margin:0;padding:0;list-style:none}.widget_raratheme_author_bio .author-socicons{display:flex;justify-content:center}.widget_raratheme_author_bio .author-socicons li{display:inline-block;margin:0 15px;font-size:1.25em}#secondary .widget_raratheme_author_bio .author-socicons li{margin:0 5px 10px}.widget_raratheme_image_text_widget ul li{position:relative}.widget_raratheme_image_text_widget ul li .btn-readmore{position:absolute;max-width:90%;max-height:fit-content;text-align:center;top:50%;left:50%;color:#fff;background:#111;text-transform:uppercase;letter-spacing:1px;padding:15px 30px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s;border:none;margin-top:0}.widget-area ul{margin:0;padding:0;list-style:none}.widget-area ul li{margin:0 0 20px}.widget_raratheme_popular_post ul li,.widget_raratheme_recent_post ul li{overflow:hidden}.widget_braratheme_popular_post ul li .post-thumbnail,.widget_raratheme_recent_post ul li .post-thumbnail{float:left;width:80px;height:80px;margin-right:20px}.widget_raratheme_popular_post ul li .post-thumbnail img,.widget_raratheme_recent_post ul li .post-thumbnail img{vertical-align:top;width:100%;height:100%;object-fit:cover}.widget_raratheme_popular_post ul li .entry-header,.widget_raratheme_recent_post ul li .entry-header{overflow:hidden}.widget_raratheme_popular_post ul li .entry-header .entry-title,.widget_raratheme_recent_post ul li .entry-header .entry-title{font-size:18px;line-height:26px;margin:0}.widget_raratheme_popular_post ul li .entry-header .entry-meta,.widget_raratheme_recent_post ul li .entry-header .entry-meta{font-size:14px;line-height:21px}.widget_raratheme_popular_post .style-two li .post-thumbnail,.widget_raratheme_recent_post .style-two li .post-thumbnail{width:100%;margin-right:0;margin-bottom:20px;height:190px}.widget_raratheme_popular_post .style-two li .entry-header,.widget_raratheme_recent_post .style-two li .entry-header{width:100%;text-align:center;padding:0 15px}.widget_raratheme_popular_post .style-three li .post-thumbnail,.widget_raratheme_recent_post .style-three li .post-thumbnail{height:190px;margin:0 0 -40px;width:100%}.widget_raratheme_popular_post .style-three li .entry-header,.widget_raratheme_recent_post .style-three li .entry-header{background:#fff none repeat scroll 0 0;margin:0 auto;max-width:92%;padding:13px 15px 0;position:relative;text-align:center;width:100%}.widget_raratheme_popular_post ul li .entry-header .cat-links,.widget_raratheme_recent_post ul li .entry-header .cat-links{display:none}.widget_braratheme_popular_post .style-three li .entry-header .cat-links,.widget_raratheme_popular_post .style-two li .entry-header .cat-links,.widget_raratheme_recent .style-two li .entry-header .cat-links,.widget_raratheme_recent_post .style-three li .entry-header .cat-links{display:block;font-size:14px;font-weight:500}.widget_raratheme_popular_post .style-three li .entry-header .cat-links a,.widget_raratheme_popular_post .style-two li .entry-header .cat-links a,.widget_raratheme_recent_post .style-three li .entry-header .cat-links a,.widget_raratheme_recent_post .style-two li .entry-header .cat-links a{margin:0 3px}.widget_rara_posts_category_slider_widget .carousel-title{text-align:center}.raratheme_snapcode_widget p{margin:1em 0}.widget_raratheme_advertisement_widget .icon-holder{text-align:center}.widget_raratheme_advertisement_widget .icon-holder img{vertical-align:top}
  :root {
--primary-color: #E79372;
--primary-color-rgb: 231,147,114;
--font-color: #575757;
--font-color-rgb: 87,87,87;
--heading-color: #141414;
--heading-color-rgb: 20,20,20;
--background-color: #fff;
--background-color-rgb: 255,255,255;
--white-color: #ffffff;
--white-color-rgb: 255,255,255;
--black-color: #000;
--black-color-rgb: 0,0,0;
--primary-font: Work Sans, sans-serif;
--secondary-font: Ovo, serif;
--signature-font: Caveat, cursive;
}     html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2.222em;
margin: 0.67em 0;
}  hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
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;
-webkit-text-decoration: underline dotted;
-moz-text-decoration: underline dotted;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} 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 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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;
}  *,
*::before,
*::after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation li {
position: relative;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
-webkit-box-flex: 1;
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
-webkit-box-flex: 1;
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 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-text {
text-align: center;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
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;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} *,
*::before,
*::after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} body,
button,
input,
select,
optgroup,
textarea {
color: rgba(var(--font-color-rgb), 0.9);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--heading-color);
font-family: var(--secondary-font);
font-weight: 400;
margin-bottom: 0.5em;
line-height: 1.3;
}
h1 {
font-size: 2.66em;
}
h2 {
font-size: 2.22em;
}
h3 {
font-size: 1.77em;
}
h4 {
font-size: 1.33em;
}
h5 {
font-size: 1.11em;
}
h6 {
font-size: 0.88em;
}
p:not(.elementor-page p) {
margin-bottom: 1.5em;
}
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;
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;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
.page-header.header-bg-image {
position: relative;
padding: 16px 0 64px 0;
margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
.page-header.header-bg-image {
padding: 16px 0 80px 0;
margin-bottom: 80px;
}
}
.page-header.header-bg-image .container {
position: relative;
}
.page-header.header-bg-image .breadcrumb-wrapper {
margin-bottom: 34px;
padding: 0;
}
.page-header.header-bg-image .breadcrumb-wrapper > div#crumbs {
background: rgba(18, 21, 26, 0.2);
padding: 8px;
}
.page-header.header-bg-image .breadcrumb-wrapper > div#crumbs a {
color: var(--white-color);
}
.page-header.header-bg-image .breadcrumb-wrapper > div#crumbs a:hover {
color: var(--primary-color);
}
.page-header.header-bg-image .breadcrumb-wrapper > div > span + span::before {
background-color: var(--white-color);
}
.page-header.header-bg-image .breadcrumb-wrapper > div > span:last-child {
color: var(--white-color);
}
.page-header.header-bg-image .sub-title {
display: block;
text-transform: uppercase;
letter-spacing: 0.2em;
text-align: center;
color: var(--white-color);
font-size: 0.889em;
padding-bottom: 8px;
}
.page-header.header-bg-image .page-title {
font-size: 2.667em;
word-break: break-word;
line-height: 1.399;
display: block;
font-weight: 400;
margin: 0;
color: var(--white-color);
text-align: center;
}
@media screen and (min-width: 768px) {
.page-header.header-bg-image .page-title {
font-size: 3.111em;
}
}
.page-header.header-bg-image::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
::-moz-selection { color: var(--white-color);
background: var(--primary-color);
}
::-moz-selection {
color: var(--white-color);
background: var(--primary-color);
}
::selection {
color: var(--white-color);
background: var(--primary-color);
} body {
background: var(--background-color);
font-size: 18px;
line-height: 1.55;
color: rgba(var(--font-color-rgb), 0.9);
font-family: var(--primary-font);
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
text-rendering: optimizeLegibility;
overflow-x: hidden;
}
body.post,
body.page {
margin-bottom: 0;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.section-devider hr {
margin: 0;
height: 0;
background: none;
border-top: 1px solid rgba(var(--font-color-rgb), 0.1);
} hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
.entry-content .highlight {
background-color: rgba(var(--primary-color-rgb), 0.2);
}
.entry-content li > ul,
.entry-content li > ol {
margin-top: 10px;
}
.entry-content ul > li, .entry-content ol > li {
margin-bottom: 10px;
}
.entry-content p + ul, .entry-content p + ol {
margin-top: -10px;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
img, iframe, svg {
vertical-align: top;
}
iframe {
margin-bottom: 60px;
width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
text-align: left;
border: 1px solid rgba(var(--heading-color-rgb), 0.04);
}
table tbody tr:nth-child(even) {
background-color: rgba(var(--primary-color-rgb), 0.06);
}
table tbody tr:nth-child(odd) {
border: 1px solid rgba(var(--heading-color-rgb), 0.04);
}
table thead {
border-bottom: 0 !important;
background-color: rgba(var(--primary-color-rgb), 0.06);
}
table thead th {
font-weight: 600;
}
table,
tr {
border-collapse: collapse;
}
td {
color: var(--font-color);
}
th,
td {
border: 0;
padding: 8px;
text-align: left;
font-weight: normal;
}
caption,
th,
td {
padding: 14px 30px !important;
border: 0 !important;
}
th a {
color: var(--font-color);
text-decoration: none;
}
th a:hover {
color: var(--primary-color);
} .wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
}
.entry-content .wp-block-quote {
margin: 50px 0;
padding-left: 45px;
}
blockquote {
margin: 50px 0;
padding: 45px;
background: rgba(var(--primary-color-rgb), 0.05);
color: var(--font-color);
position: relative;
z-index: 1;
overflow: hidden;
border-left: 6px solid var(--primary-color);
}
blockquote::before {
content: "";
width: 72px;
height: 54px;
background-image: url("data:image/svg+xml,%3Csvg width='72' height='54' viewBox='0 0 72 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.32 54C11.2 54 7.168 52.1684 4.224 48.5053C1.408 44.7158 0 39.7895 0 33.7263C0 26.5263 1.856 19.9579 5.568 14.0211C9.408 8.08422 15.104 3.41053 22.656 0L32.64 8.14737C27.392 9.91579 22.976 12.5684 19.392 16.1053C15.808 19.5158 13.44 23.3684 12.288 27.6632L13.248 28.0421C14.272 27.0316 16.064 26.5263 18.624 26.5263C21.824 26.5263 24.64 27.7263 27.072 30.1263C29.632 32.4 30.912 35.6211 30.912 39.7895C30.912 43.8316 29.504 47.2421 26.688 50.0211C23.872 52.6737 20.416 54 16.32 54ZM55.68 54C50.56 54 46.528 52.1684 43.584 48.5053C40.768 44.7158 39.36 39.7895 39.36 33.7263C39.36 26.5263 41.216 19.9579 44.928 14.0211C48.768 8.08422 54.464 3.41053 62.016 0L72 8.14737C66.752 9.91579 62.336 12.5684 58.752 16.1053C55.168 19.5158 52.8 23.3684 51.648 27.6632L52.608 28.0421C53.632 27.0316 55.424 26.5263 57.984 26.5263C61.184 26.5263 64 27.7263 66.432 30.1263C68.992 32.4 70.272 35.6211 70.272 39.7895C70.272 43.8316 68.864 47.2421 66.048 50.0211C63.232 52.6737 59.776 54 55.68 54Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
-webkit-background-size: 100% 100%;
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
left: 25px;
opacity: 0.1;
top: 32px;
z-index: -1;
}
blockquote p {
font-size: 1.11em;
font-family: var(--secondary-font);
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote.wp-block-quote cite {
font-size: 1.11em;
font-weight: 500;
margin-left: 10px;
}  .site a {
color: var(--primary-color);
text-decoration: none;
-webkit-transition: all 0.234s ease-in-out;
-o-transition: all 0.234s ease-in-out;
transition: all 0.234s ease-in-out;
}
.site .entry-content a {
color: var(--primary-color);
text-decoration: underline;
}
.site .entry-content a:hover {
color: var(--heading-color);
}
.site .entry-content a:focus {
outline: thin dotted;
}
.site .entry-content a:hover, .site .entry-content a:active {
outline: 0;
}
p a,
.textwidget a {
text-decoration: underline;
} input[type=submit] {
border-radius: 0;
border: none;
font-size: 1em;
line-height: 1;
letter-spacing: 0.36px;
text-align: center;
text-decoration: none;
letter-spacing: 0.1em;
padding: 14px 19px;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
white-space: nowrap;
border: 1px solid var(--primary-color);
background: var(--primary-color);
color: var(--white-color);
cursor: pointer;
}
input[type=submit]:hover {
background: transparent;
color: var(--primary-color);
}
.widget_raratheme_featured_page_widget .btn-readmore,
.widget_raratheme_image_widget .readmore,
.widget_rrtc_icon_text_widget .readmore,
.widget_raratheme_featured_widget .text-holder .readmore,
.site .btn-readmore, .site .btn-link {
border-radius: 0;
font-size: 0.889em;
line-height: 1;
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
padding: 12px 24px;
color: var(--primary-color);
background: transparent;
border: 1px solid var(--primary-color);
letter-spacing: 0.1em;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
.widget_raratheme_featured_page_widget .btn-readmore,
.widget_raratheme_image_widget .readmore,
.widget_rrtc_icon_text_widget .readmore,
.widget_raratheme_featured_widget .text-holder .readmore,
.site .btn-readmore, .site .btn-link {
font-size: 1em;
padding: 17px 30px;
width: unset;
white-space: nowrap;
}
}
.widget_raratheme_featured_page_widget .btn-readmore:hover,
.widget_raratheme_image_widget .readmore:hover,
.widget_rrtc_icon_text_widget .readmore:hover,
.widget_raratheme_featured_widget .text-holder .readmore:hover,
.site .btn-readmore:hover, .site .btn-link:hover {
background: var(--primary-color);
color: var(--white-color);
}
.site .wc-btn, .site .btn-cta {
border-radius: 0;
font-size: 0.889em;
line-height: 1;
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
padding: 12px 24px;
color: var(--white-color);
background: var(--primary-color);
border: 1px solid var(--primary-color);
letter-spacing: 0.1em;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
.site .wc-btn, .site .btn-cta {
padding: 17px 30px;
width: unset;
white-space: nowrap;
}
}
.site .wc-btn::after, .site .btn-cta::after {
content: "";
}
.site .wc-btn:hover, .site .btn-cta:hover {
color: var(--white-color);
border-color: var(--heading-color);
background: var(--heading-color);
}
.site .wc-btn.wc-btn-sm, .site .btn-cta.wc-btn-sm {
font-size: 0.888em;
padding: 15px 36.71px;
}
.site .wc-btn.wc-btn-two, .site .wc-btn.btn-2, .site .btn-cta.wc-btn-two, .site .btn-cta.btn-2 {
color: var(--primary-color);
background: transparent;
}
.site .wc-btn.wc-btn-two:hover, .site .wc-btn.btn-2:hover, .site .btn-cta.wc-btn-two:hover, .site .btn-cta.btn-2:hover {
background: var(--primary-color);
color: var(--white-color);
border-color: var(--primary-color);
}
.toggle-btn {
width: 22.64px;
height: 16.79px;
padding: 0;
margin: 0;
background: none;
border: none;
position: relative;
cursor: pointer;
-webkit-transition: all 0.125s ease;
-o-transition: all 0.125s ease;
transition: all 0.125s ease;
}
.toggle-btn .toggle-bar {
width: 22.64px;
height: 2.29px;
background: #141414;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-radius: 10px;
-webkit-transition: all 0.125s ease;
-o-transition: all 0.125s ease;
transition: all 0.125s ease;
}
.toggle-btn .toggle-bar:first-child {
margin-top: 0px;
}
.toggle-btn .toggle-bar:last-child {
margin-bottom: 0px;
}
.toggle-btn:hover .toggle-bar {
opacity: 1;
background: var(--primary-color);
}
.submenu-toggle-btn {
all: unset;
cursor: pointer;
margin-left: 10px;
color: var(--primary-color);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
height: 15px;
line-height: 1;
background: none !important;
}
.submenu-toggle-btn.active {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
.submenu-toggle-btn {
pointer-events: none;
}
}
.close-btn {
background: none;
border: none;
width: 30px;
height: 30px;
display: block;
cursor: pointer;
padding: 5px;
position: relative;
}
.close-btn::before, .close-btn::after {
content: "";
width: 20px;
height: 2px;
background: #001A1A;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.close-btn::before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close-btn:hover {
text-decoration: none;
}
.close-btn:hover::before, .close-btn:hover::after {
background: var(--heading-color);
}
.woocommerce-Reviews #review_form input[type=submit],
.woocommerce .button,
.woocommerce .woocommerce-message .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button,
.button:not(.page-template-templatesportfolio-php .button) {
background-color: var(--primary-color) !important;
color: var(--white-color) !important;
font-size: 15px !important;
font-weight: 400 !important;
border-radius: 0 !important;
padding: 18px 30px 18px 30px !important;
-webkit-transition: all 0.235s ease-in-out;
-o-transition: all 0.235s ease-in-out;
transition: all 0.235s ease-in-out;
line-height: 1.1;
text-decoration: none !important;
}
.woocommerce-Reviews #review_form input[type=submit]:hover,
.woocommerce .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button:hover,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button:hover,
.button:not(.page-template-templatesportfolio-php .button):hover {
background-color: var(--heading-color) !important;
color: var(--white-color) !important;
}
.single_add_to_cart_button.button,
.product_type_grouped,
.btn-add-to-cart,
.product_type_external,
.added_to_cart,
.add_to_cart_button {
background-color: var(--primary-color) !important;
color: var(--white-color) !important;
font-size: 15px !important;
font-weight: 400 !important;
border-radius: 0 !important;
padding: 18px 35px 18px 35px !important;
position: relative;
-webkit-transition: all 0.235s ease-in-out;
-o-transition: all 0.235s ease-in-out;
transition: all 0.235s ease-in-out;
line-height: 1.1;
margin-top: 0;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.single_add_to_cart_button.button::before,
.product_type_grouped::before,
.btn-add-to-cart::before,
.product_type_external::before,
.added_to_cart::before,
.add_to_cart_button::before {
content: "";
width: 13px;
height: 13px;
display: block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.138' height='13.575' viewBox='0 0 13.138 13.575'%3E%3Cg id='Group_8507' data-name='Group 8507' transform='translate(-9.911 -56.079)' opacity='0.8'%3E%3Cpath id='Path_29300' data-name='Path 29300' d='M16.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,16.111,89.606Z' transform='translate(-2.744 -20.758)' fill='%23001a1a'/%3E%3Cpath id='Path_29301' data-name='Path 29301' d='M32.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,32.111,89.606Z' transform='translate(-13.961 -20.758)' fill='%23001a1a'/%3E%3Cpath id='Path_29302' data-name='Path 29302' d='M21.138,54.5v.816H19.857c-.131.392-.328,1.077-.558,1.861-.164.49-.3,1.045-.46,1.535-.394,1.371-1.117,3.657-1.478,4.767L17.2,64a1.515,1.515,0,0,1-1.642,1.078H9.642v-.816h5.912c.624,0,.788-.163.887-.522l.164-.522c.033-.131.1-.261.131-.424H10.3c-.46,0-.657-.294-.821-.816L8,57.177H18.445c.361-1.273.755-2.384.755-2.384l.1-.294Z' transform='translate(1.911 1.579)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
-webkit-background-size: 100% 100%;
background-size: 100%;
background-repeat: no-repeat;
-webkit-transition: all 0.235s ease-in-out;
-o-transition: all 0.235s ease-in-out;
transition: all 0.235s ease-in-out;
margin-right: 10px;
}
.single_add_to_cart_button.button:hover,
.product_type_grouped:hover,
.btn-add-to-cart:hover,
.product_type_external:hover,
.added_to_cart:hover,
.add_to_cart_button:hover {
background: var(--heading-color) !important;
color: var(--white-color) !important;
}
.single_add_to_cart_button.button:hover::before,
.product_type_grouped:hover::before,
.btn-add-to-cart:hover::before,
.product_type_external:hover::before,
.added_to_cart:hover::before,
.add_to_cart_button:hover::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.138' height='13.575' viewBox='0 0 13.138 13.575'%3E%3Cg id='Group_8507' data-name='Group 8507' transform='translate(-9.911 -56.079)' opacity='0.8'%3E%3Cpath id='Path_29300' data-name='Path 29300' d='M16.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,16.111,89.606Z' transform='translate(-2.744 -20.758)' fill='%23ffffff'/%3E%3Cpath id='Path_29301' data-name='Path 29301' d='M32.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,32.111,89.606Z' transform='translate(-13.961 -20.758)' fill='%23ffffff'/%3E%3Cpath id='Path_29302' data-name='Path 29302' d='M21.138,54.5v.816H19.857c-.131.392-.328,1.077-.558,1.861-.164.49-.3,1.045-.46,1.535-.394,1.371-1.117,3.657-1.478,4.767L17.2,64a1.515,1.515,0,0,1-1.642,1.078H9.642v-.816h5.912c.624,0,.788-.163.887-.522l.164-.522c.033-.131.1-.261.131-.424H10.3c-.46,0-.657-.294-.821-.816L8,57.177H18.445c.361-1.273.755-2.384.755-2.384l.1-.294Z' transform='translate(1.911 1.579)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
}
.single_add_to_cart_button.button::after,
.product_type_grouped::after,
.btn-add-to-cart::after,
.product_type_external::after,
.added_to_cart::after,
.add_to_cart_button::after {
content: none !important;
} input[type=checkbox] {
-webkit-appearance: none;
appearance: none;
-moz-appearance: textfield;
width: 14px;
height: 14px;
border: 1px solid rgba(var(--font-color-rgb), 0.03);
background-color: var(--white-color);
}
input[type=checkbox]:checked {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.747' height='16.42' viewBox='0 0 17.747 16.42'%3E%3Cg id='layer1' transform='translate(0)'%3E%3Cg id='layer1-2' transform='translate(0 0)'%3E%3Cpath id='path4068' d='M-838.971-494.409l5.659,6.568a51.977,51.977,0,0,1,12.088-16.42c-4.247,2.4-8.927,6.946-12.926,12.577Z' transform='translate(838.971 504.261)' fill='%2317be8a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
-webkit-background-size: 10px 10px;
background-size: 10px;
background-repeat: no-repeat;
background-position: center;
border-color: var(--background-color);
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.736' height='6.204' viewBox='0 0 9.736 6.204'%3E%3Cpath id='Path_26478' data-name='Path 26478' d='M5,0,0,4.164,5,8.328' transform='translate(0.704 5.704) rotate(-90)' fill='none' stroke='%231a0101' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
-webkit-background-size: 15px 8px;
background-size: 15px 8px;
background-repeat: no-repeat;
background-position: right 22px center;
padding: 0 20px;
width: 100%;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
select {
height: 52px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
border: 1px solid rgba(var(--font-color-rgb), 0.07);
background: rgba(var(--white-color-rgb), 1);
border-radius: 0;
padding: 14px 19px;
width: 100%;
margin-bottom: 15px;
font-size: 1em;
color: var(--font-color);
font-family: var(--primary-font);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #A8A8A8;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
color: #A8A8A8;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #A8A8A8;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
color: #A8A8A8;
}
.container {
padding: 0 15px;
width: 100%;
margin: 0 auto;
max-width: 530px;
}
@media screen and (min-width: 768px) {
.container {
max-width: 750px;
}
}
@media screen and (min-width: 992px) {
.container {
max-width: 990px;
}
}
@media screen and (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.page-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.grid-item {
padding: 0 15px;
width: 100%;
}
@media screen and (min-width: 992px) {
.site-banner.video-banner #wp-custom-header {
position: relative;
height: 0;
padding-top: 56.25%;
}
}
.site-banner.video-banner #wp-custom-header iframe,
.site-banner.video-banner #wp-custom-header video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin-bottom: 0;
}
.site-banner.video-banner .caption-wrapper {
position: unset;
}
.site-banner.video-banner .banner-caption {
z-index: 99;
}
button.wp-custom-header-video-button {
text-indent: 9999px;
position: absolute;
border: 0;
margin: 0;
overflow: hidden;
background: transparent;
visibility: collapse;
z-index: 11;
font-size: 0;
}
button.wp-custom-header-video-button.wp-custom-header-video-play {
visibility: visible;
content: "";
height: 45px;
width: 45px;
position: absolute;
bottom: 25px;
right: 25px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z'/%3E%3C/svg%3E") center center no-repeat;
}
button.wp-custom-header-video-button.wp-custom-header-video-pause {
visibility: visible;
content: "";
height: 45px;
width: 45px;
position: absolute;
bottom: 25px;
right: 25px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'/%3E%3C/svg%3E") center center no-repeat;
}   .sticky-header {
padding: 5px 0;
background: var(--background-color);
-webkit-box-shadow: 0 3px 5px rgba(var(--black-color-rgb), 0.05);
box-shadow: 0 3px 5px rgba(var(--black-color-rgb), 0.05);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
opacity: 0;
visibility: hidden;
display: none;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all ease 0.35s;
-o-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.sticky-header .container {
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;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.sticky-header .container .nav-plus-btn-wrapper {
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;
grid-gap: 20px;
}
.sticky-header .container .nav-plus-btn-wrapper .toggle-btn-wrap {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.sticky-header .container .nav-plus-btn-wrapper .toggle-btn .toggle-bar {
background-color: var(--font-color) !important;
}
@media (min-width: 1200px) {
.sticky-header .container .nav-plus-btn-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.sticky-header .container .nav-plus-btn-wrapper .toggle-btn {
display: none !important;
}
.sticky-header .container .nav-plus-btn-wrapper .main-navigation {
grid-gap: 0;
margin-left: 0;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu {
left: 0;
right: auto;
}
.sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .submenu-toggle-btn, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .submenu-toggle-btn, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu .submenu-toggle-btn {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu .sub-menu {
left: auto;
right: 100%;
}
}
@media (max-width: 992px) {
.sticky-header .container .nav-plus-btn-wrapper .header-button-wrap {
display: none;
}
}
.sticky-header .container .site-branding .site-logo .custom-logo-link img {
max-width: 150px;
width: 100%;
}
.sticky-header .container .site-branding p {
color: var(--font-color);
}
.sticky-header.is-sticky {
visibility: visible;
opacity: 1;
display: block;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
@media (max-width: 1200px) {
.sticky-header {
padding: 10px 0;
}
.sticky-header .container .header-button-wrap {
display: none;
}
.sticky-header .container #sticky-navigation.main-navigation {
max-width: 100%;
display: none;
padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
background: var(--white-color);
-webkit-box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
width: 320px;
z-index: 9999;
margin: 0;
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
.sticky-header .container #sticky-navigation.main-navigation > div {
height: 100vh;
overflow-y: scroll;
}
.sticky-header .container #sticky-navigation.main-navigation > div ul {
padding: 0;
}
.sticky-header .container #sticky-navigation.main-navigation > div ul li a {
white-space: nowrap;
color: rgba(var(--nav-font-color-rgb), 0.8);
}
.sticky-header .container #sticky-navigation.main-navigation > div ul .sub-menu li {
padding-bottom: 0;
}
}
@media screen and (min-width: 1400px) {
.sticky-header .main-navigation .nav-menu li {
padding: 22px 15px;
}
} .nav-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
font-size: 0.9444444444em;
list-style: none;
margin: 0;
padding: 0;
}
@media screen and (min-width: 1200px) {
.nav-menu > li {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.nav-menu li {
position: relative;
padding: 10px;
}
.nav-menu li .menu-subtitle {
margin-bottom: 5px;
color: #4F5459;
font-size: 1em;
display: block;
width: 100%;
font-family: var(--signature-font);
}
@media screen and (min-width: 1200px) {
.nav-menu li .menu-subtitle {
text-align: center;
}
}
.nav-menu li .menu-subtitle + a {
display: block;
}
.nav-menu li a {
color: #141414;
text-decoration: none;
line-height: 1;
display: inline-block;
white-space: nowrap;
text-decoration: none;
font-family: var(--primary-font);
font-size: 0.77em;
font-weight: 500;
letter-spacing: 0.1em;
}
.nav-menu li a:focus {
outline: none;
text-decoration: none;
}
.nav-menu li a:hover {
text-decoration: none;
}
.nav-menu li > .submenu-toggle-btn {
color: rgba(0, 26, 26, 0.8);
}
.nav-menu li > .submenu-toggle-btn .svg-inline--fa.fa-w-10 {
width: 0.55em;
}
@media screen and (min-width: 1200px) {
.nav-menu li:focus, .nav-menu li.focus {
outline: 2px solid rgba(var(--black-color-rgb), 0.8);
}
.nav-menu li:hover > a, .nav-menu li:focus > a, .nav-menu li.hover > a, .nav-menu li.focus > a {
color: var(--primary-color);
}
.nav-menu li:hover > .submenu-toggle-btn, .nav-menu li:focus > .submenu-toggle-btn, .nav-menu li.hover > .submenu-toggle-btn, .nav-menu li.focus > .submenu-toggle-btn {
color: var(--primary-color);
}
.nav-menu li:hover > .sub-menu, .nav-menu li:focus > .sub-menu, .nav-menu li.hover > .sub-menu, .nav-menu li.focus > .sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
z-index: 99998;
}
}
.nav-menu li .sub-menu, .nav-menu li ul {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
position: static;
padding-top: 20px;
list-style: none;
}
@media screen and (min-width: 1200px) {
.nav-menu li .sub-menu, .nav-menu li ul {
background: var(--white-color);
-webkit-transition: all 0.235s ease;
-o-transition: all 0.235s ease;
transition: all 0.235s ease;
padding-top: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 100%;
left: 0;
-webkit-box-shadow: 0 5px 15px rgba(var(--black-color-rgb), 0.05);
box-shadow: 0 5px 15px rgba(var(--black-color-rgb), 0.05);
visibility: hidden;
-webkit-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
opacity: 0;
}
}
.nav-menu li .sub-menu li:not(:last-child), .nav-menu li ul li:not(:last-child) {
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
@media screen and (min-width: 1200px) {
.nav-menu li .sub-menu li.menu-item-has-children > .submenu-toggle-btn, .nav-menu li ul li.menu-item-has-children > .submenu-toggle-btn {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
}
.nav-menu li .sub-menu .sub-menu, .nav-menu li .sub-menu ul, .nav-menu li ul .sub-menu, .nav-menu li ul ul {
left: 100%;
top: 0;
}
.nav-menu li.current_page_item > a {
color: var(--primary-color);
}
.main-navigation {
display: none;
z-index: 111;
margin-left: 40px;
}
@media screen and (max-width: 1199px) {
.main-navigation {
max-width: 100%;
overflow-y: auto;
width: 320px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
background: var(--primary-color);
-webkit-box-shadow: 5px 0 25px rgba(var(--black-color-rgb), 0.1);
box-shadow: 5px 0 25px rgba(var(--black-color-rgb), 0.1);
padding-top: 50px;
}
.main-navigation .close-btn {
position: absolute;
top: 10px;
right: 10px;
left: auto;
}
.main-navigation .nav-menu li a {
color: var(--white-color);
}
}
@media screen and (min-width: 1200px) {
.main-navigation {
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;
grid-gap: 20px;
}
.main-navigation .close-btn {
display: none;
}
}
@media screen and (min-width: 1400px) {
.main-navigation {
grid-gap: 50px;
}
}
@media screen and (min-width: 1199px) {
.main-navigation .nav-menu {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.main-navigation .nav-menu li {
padding: 20px 15px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main-navigation .nav-menu li:not(:last-child) {
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
@media screen and (min-width: 1200px) {
.main-navigation .nav-menu li {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border: none;
}
.main-navigation .nav-menu li:not(:last-child) {
border: none;
}
.main-navigation .nav-menu li.current-menu-item {
border-bottom: 2px solid var(--primary-color);
}
}
@media screen and (min-width: 1400px) {
.main-navigation .nav-menu li {
padding: 22px 20px;
}
}
@media screen and (max-width: 1199px) {
.main-navigation .nav-menu li .submenu-toggle-btn {
position: absolute;
right: 15px;
top: 20px;
}
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div {
max-width: 100%;
display: none;
padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
background: var(--white-color);
-webkit-box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
width: 320px;
z-index: 99999;
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .close-btn {
position: absolute;
top: 10px;
right: 10px;
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .nav-menu li:not(:last-child) {
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .nav-menu li.menu-item-has-children .submenu-toggle-btn {
position: absolute;
right: 20px;
top: 18px;
pointer-events: all;
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .nav-menu li .sub-menu {
all: unset;
display: none;
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .nav-menu li .sub-menu .menu-item-has-children .submenu-toggle-btn {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
@media screen and (min-width: 1200px) {
.main-navigation .submenu-toggle-btn {
display: none;
}
.main-navigation .nav-menu > li.menu-item-has-children > a::after {
content: "";
background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-caret-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23222222' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
display: inline-block;
width: 0.9em;
height: 0.9em;
background-repeat: no-repeat;
margin-left: 13px;
position: absolute;
right: 0;
top: 23px;
}
.main-navigation .nav-menu > li.menu-item-has-children.hover > a::after,
.main-navigation .nav-menu > li.menu-item-has-children:hover > a::after {
background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-caret-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23e79372' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
}
.main-navigation .nav-menu li .sub-menu li.menu-item-has-children > a {
position: relative;
}
.main-navigation .nav-menu li .sub-menu li.menu-item-has-children > a::after {
content: "";
background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-caret-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23222222' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
position: absolute;
right: -10px;
top: 1px;
width: 0.9em;
height: 0.9em;
background-repeat: no-repeat;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation .nav-menu li .sub-menu li.menu-item-has-children.hover > a::after,
.main-navigation .nav-menu li .sub-menu li.menu-item-has-children:hover > a::after {
background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-caret-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23A60505' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
}
.site-header:not(.style-two, .style-four, .style-six) .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu li a::after,
.site-header:not(.style-two, .style-four, .style-six) .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu li a::after,
.site-header:not(.style-two, .style-four, .style-six) .main-navigation .nav-menu > li:last-child .sub-menu li a::after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.keyboard-nav-on .footer-navigation .nav-menu .sub-menu,
.keyboard-nav-on .secondary-nav .nav-menu .sub-menu,
.keyboard-nav-on .main-navigation .nav-menu .sub-menu {
visibility: visible !important;
}
}
.mobile-menu-active .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
visibility: visible;
}
.site-branding .site-title {
line-height: 1.3;
margin: 0;
}
.site-branding .site-logo > a {
line-height: 1;
}
.site-branding .site-description {
margin-bottom: 0;
}
.site-branding a {
text-decoration: none;
font-weight: bold;
color: var(--primary-color);
display: inline-block;
}
.site-branding a:hover {
color: var(--primary-color);
text-decoration: none;
}
.site-branding.has-image-text {
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;
}
.site-branding.has-image-text .site-title-wrap {
margin-left: 18px;
}
@media (max-width: 458px) {
.site-branding.has-image-text {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-right: 15px;
}
.site-branding.has-image-text .site-title-wrap {
margin-left: 0;
}
}
.site-header {
position: relative; }
.site-header .header-block {
font-size: 15px;
}
.site-header .header-block i,
.site-header .header-block .fas,
.site-header .header-block .fa,
.site-header .header-block .svg-inline--fa,
.site-header .header-block svg {
color: #17be8a;
margin-right: 10px;
}
.site-header .header-block .fa-phone {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.site-header .header-block a {
text-decoration: none;
color: #232323;
}
.site-header .header-block a:hover {
color: var(--primary-color);
}
.site-header .header-social .social-list li {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.site-header .header-social .social-list a {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 16px;
color: rgba(0, 26, 26, 0.9);
}
.site-header .header-social .social-list a:hover {
color: var(--primary-color);
}
.site-header .header-right {
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;
}
.site-header .header-right .header-search + .header-cart {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 14px;
margin-left: 14px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.site-header .header-search .search-toggle {
padding: 0;
background: none;
border: none;
cursor: pointer;
color: #141414;
line-height: 1;
}
.site-header .header-search .search-toggle path {
fill: #141414;
stroke: #141414;
}
.site-header .header-search .search-toggle:hover {
color: var(--primary-color);
}
.site-header .header-search .search-toggle:hover path {
fill: var(--primary-color);
stroke: var(--primary-color);
}
.site-header .header-search-wrap {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(var(--white-color-rgb), 0.95);
z-index: 999999999;
}
.site-header .header-search-wrap .header-search-inner {
height: 100%;
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-header .header-search-wrap .header-search-inner .search-form {
max-width: 900px;
padding: 0 15px;
}
@media screen and (min-width: 576px) {
.site-header .header-search-wrap .header-search-inner .search-form .search-field {
height: 80px;
font-size: 2em;
padding: 0 20px;
}
.site-header .header-search-wrap .header-search-inner .search-form .search-submit {
width: 80px;
padding: 16px;
-webkit-background-size: 30px 30px;
background-size: 30px;
}
}
.site-header .header-search-wrap .header-search-inner .close {
background: none;
border: none;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
font-size: 0;
width: 40px;
height: 40px;
}
.site-header .header-search-wrap .header-search-inner .close::before, .site-header .header-search-wrap .header-search-inner .close::after {
content: "";
background: var(--font-color);
width: 40px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 2px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.235s ease;
-o-transition: all 0.235s ease;
transition: all 0.235s ease;
}
.site-header .header-search-wrap .header-search-inner .close::before {
background: var(--font-color);
width: 40px;
}
.site-header .header-search-wrap .header-search-inner .close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
background: var(--font-color);
width: 40px;
}
.site-header .header-search-wrap .header-search-inner .close:hover::before, .site-header .header-search-wrap .header-search-inner .close:hover::after {
background: var(--primary-color);
}
.site-header .header-cart {
display: inline-flex;
}
.site-header .header-cart a {
color: var(--heading-color);
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
text-decoration: none;
}
.site-header .header-cart a svg {
width: 0.9em;
}
.site-header .header-cart a path {
fill: var(--heading-color);
}
.site-header .header-cart a .number,
.site-header .header-cart a .cart-count {
background: rgba(var(--primary-color-rgb), 1);
color: rgba(var(--white-color-rgb), 1);
text-align: center;
font-size: 12px;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 50%;
position: absolute;
top: -10px;
right: -10px;
}
.site-header .header-cart a:hover path {
fill: var(--primary-color);
}
.site-header .secondary-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
}
.site-header .header-top .container,
.site-header .header-top .container > [class*=header-] {
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;
grid-gap: 30px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-header .header-top > .container {
padding-top: 5px;
padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
.site-header .header-top .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
grid-gap: 10px;
}
.site-header .header-top .container .header-center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.site-header > .header-main {
padding: 20px 0;
}
.site-header > .header-main .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 1200px) {
.site-header > .header-main .container > .toggle-btn {
display: none;
}
}
@media screen and (min-width: 1200px) {
.site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:last-child .sub-menu {
left: 0;
right: auto;
}
.site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .submenu-toggle-btn, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .submenu-toggle-btn, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:last-child .sub-menu .submenu-toggle-btn {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .sub-menu, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .sub-menu, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:last-child .sub-menu .sub-menu {
left: auto;
right: 100%;
}
}
.site-header.style-one > .header-top {
background-color: rgba(var(--primary-color-rgb), 0.05);
}
.site-header.style-one > .header-top .container {
max-width: 100%;
padding: 0 48px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.site-header.style-one > .header-middle {
padding: 40px 0;
border-bottom: 1px solid #F3F3F3;
}
.site-header.style-one > .header-middle .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-header.style-one > .header-middle .site-branding {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.site-header.style-one > .header-middle .site-branding.has-image-text {
text-align: left;
} @media (max-width: 1199px) {
.site-header > .header-top,
.site-header > .header-main,
.site-header > .header-bottom,
.site-header > .header-middle {
display: none;
}
}
@media screen and (min-width: 1200px) {
.site-header .mobile-header {
display: none;
}
.site-header .mobile-header .toggle-btn {
display: none;
}
}
.site-header .mobile-header .header-top {
background-color: unset;
}
.site-header .mobile-header .toggle-btn {
display: inline-block;
}
.site-header .mobile-header .header-main .container {
display: block;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap {
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;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap .header-center {
padding-right: 20px;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left {
position: relative;
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;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left div + div {
margin-left: 24px;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left .toggle-btn-wrap {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left .toggle-btn-wrap .toggle-btn .toggle-bar {
background-color: var(--heading-color);
}
.site-header .mobile-header .header-main .container .header-right .header-button-wrap {
display: block !important;
}
@media (max-width: 500px) {
.site-header .mobile-header .header-main .container .header-right .header-button-wrap {
display: none !important;
}
}
.site-header .mobile-header .header-main {
padding: 30px 0;
}
.site-header .mobile-header .header-main .container .main-navigation {
-webkit-box-flex: unset !important;
-webkit-flex: unset !important;
-ms-flex: unset !important;
flex: unset !important;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
position: fixed;
top: 0;
left: 0;
width: 370px;
height: 100%;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
background-color: var(--white-color);
-webkit-box-shadow: 10px 0 20px rgba(var(--font-color-rgb), 0.15);
box-shadow: 10px 0 20px rgba(var(--font-color-rgb), 0.15);
overflow-y: auto;
z-index: 99999;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width: 558px) {
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
width: 100%;
}
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
max-width: 100%;
min-height: 100%;
padding-bottom: 100px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap {
background: #fff;
padding: 22px 15px 25px 15px;
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;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 2222;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close {
position: relative;
padding: 0;
padding: 0;
width: 25px;
height: 25px;
min-height: auto;
background: none;
cursor: pointer;
border: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close::before, .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close::after {
content: "";
background: var(--font-color);
width: 100%;
height: 2px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all ease 0.35s;
-o-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 0;
padding: 0 24px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn {
padding: 0 15px 77px;
margin: 39px 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-block {
margin: 23px 0 23px 0;
padding-left: 0;
margin-left: 0;
text-align: center;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-block:first-child {
margin: 49px 0 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-button-wrap {
margin-left: 0;
text-align: center;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn a {
width: 100%;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-cart {
margin-top: 25px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a {
padding: unset;
line-height: 1;
display: inline-block;
text-align: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a svg {
-webkit-transition: all 0.03s ease;
-o-transition: all 0.03s ease;
transition: all 0.03s ease;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a:hover {
color: var(--primary-color);
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .close-btn,
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .toggle-btn {
display: none;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation {
display: block;
position: static;
width: unset;
height: unset;
background-color: unset;
-webkit-box-shadow: unset;
box-shadow: unset;
z-index: 3;
padding-top: 0;
overflow: unset;
margin: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu {
overflow: unset;
margin-top: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li {
border: 0;
padding: 40px 0px 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li a {
font-family: var(--primary-font);
font-size: 0.77em;
font-weight: 500;
color: #141414;
width: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li ul {
padding-top: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li .sub-menu {
background-color: unset;
padding-top: 0;
padding-left: 20px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li .submenu-toggle-btn {
right: 0;
top: 40px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: unset;
-webkit-align-items: unset;
-ms-flex-align: unset;
align-items: unset;
border-top: 1px solid rgba(var(--font-color-rgb), 0.05);
margin-top: 35px;
width: 100%;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .close-btn,
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .toggle-btn {
display: none;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav {
width: 100%;
display: block;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div {
height: unset;
display: block;
position: static;
width: unset;
height: unset;
background-color: unset;
-webkit-box-shadow: unset;
box-shadow: unset;
z-index: 3;
padding: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu {
width: unset;
padding: 0;
overflow: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li {
border: 0;
font-size: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li a {
font-family: var(--primary-font);
text-align: left;
font-size: 0.777em;
font-weight: 500;
color: #141414;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li .sub-menu {
padding-left: 10px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li .submenu-toggle-btn {
top: 33px;
right: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu > li {
padding: 27px 0 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu > li:first-child a {
padding-top: 0 !important;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul {
padding-top: 12px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul li {
padding: 7px 14px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul li:last-child {
padding-bottom: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul li a {
width: auto;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul li .submenu-toggle-btn {
top: 14px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social-wrapper {
margin-top: 70px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
border-top: 1px solid #F2F2F2;
padding: 24px 0 0 24px;
} .site-banner {
position: relative;  }
.site-banner .item .banner-img-wrap svg {
width: 100%;
height: 100%;
}
.site-banner .caption-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: none;
width: 100%;
top: 0;
left: 0;
right: 0;
padding: 0;
z-index: 99;
}
@media screen and (min-width: 768px) {
.site-banner .caption-wrapper {
position: absolute;
}
}
.site-banner .item-post {
position: relative;
}
.site-banner .banner-caption {
position: relative;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.site-banner .banner-caption {
padding: 50px;
}
}
.site-banner .banner-caption .entry-meta {
margin-bottom: 16px;
}
.site-banner .banner-caption .entry-meta .cat-links {
color: var(--primary-color);
margin-bottom: 16px;
}
.site-banner .banner-caption .entry-meta .cat-links a {
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--primary-color);
}
.site-banner .banner-caption .entry-meta .cat-links a::before {
top: 10px;
background-color: var(--primary-color);
}
.site-banner .banner-caption .entry-meta .cat-links a:hover {
color: var(--primary-color);
}
.site-banner .banner-caption .entry-meta .cat-links a:hover::before {
background-color: var(--primary-color);
}
.site-banner .banner-caption .banner-title {
font-size: 1.778em;
line-height: 1.29;
margin: 0;
padding-bottom: 16px;
font-weight: normal;
}
@media screen and (min-width: 992px) {
.site-banner .banner-caption .banner-title {
font-size: 3em;
}
}
.site-banner .banner-caption .banner-title a {
color: var(--heading-color);
text-decoration: none;
-webkit-transition: all ease 0.35s;
-o-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-banner .banner-caption .banner-title a:hover {
color: var(--primary-color);
}
.site-banner .banner-caption .banner-title span {
font-family: var(--signature-font-one);
}
.site-banner .banner-caption .banner-description {
font-size: 1em;
margin-bottom: 32px;
}
.site-banner .banner-caption .banner-description p:last-child {
margin-bottom: 0;
}
.site-banner .banner-caption .banner-button-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 15px;
}
@media screen and (min-width: 576px) {
.site-banner .banner-caption .banner-button-wrap {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.site-banner .banner-caption .entry-footer {
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;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 10px;
}
.site-banner .banner-caption .entry-footer .byline a {
color: var(--white-color);
}
.site-banner .banner-caption .entry-footer .byline a.fn {
font-weight: normal;
font-size: 0.7777em;
color: var(--white-color);
font-family: var(--secondary-font);
text-transform: capitalize;
}
.site-banner .banner-caption .entry-footer .byline a.fn:hover {
color: var(--primary-color);
}
.site-banner .banner-caption .entry-footer .posted-on {
margin-left: 15px;
}
.site-banner .banner-caption .entry-footer .posted-on a {
color: var(--white-color);
}
.site-banner .banner-caption .entry-footer .posted-on a::before {
background-color: rgba(var(--white-color-rgb), 0.15);
}
.site-banner .banner-caption .entry-footer .posted-on a:hover {
color: var(--primary-color);
}
.site-banner .banner-caption .entry-content {
margin-bottom: 32px;
margin-top: 0;
}
.site-banner .banner-caption .entry-content p:last-child {
margin-bottom: 0;
}
.site-banner .banner-caption .button-wrap .btn-link {
padding: 10px;
font-size: 0.889em;
letter-spacing: 0.1em;
}
.site-banner .owl-carousel .owl-item {
overflow: hidden;
}
.site-banner .owl-carousel .owl-nav button.owl-prev,
.site-banner .owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-banner .owl-carousel .owl-nav button.owl-prev {
left: 0;
}
.site-banner .owl-carousel .owl-nav button.owl-next {
right: 0;
}
.site-banner .owl-carousel .owl-dots {
margin-top: 30px;
}
.site-banner.banner-layout-one {
padding: 64px 0;
background-color: rgba(var(--primary-color-rgb), 0.1);
}
@media screen and (min-width: 768px) {
.site-banner.banner-layout-one {
padding: 50px 0;
}
}
.site-banner.banner-layout-one .banner-wrapper .item {
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen and (min-width: 768px) {
.site-banner.banner-layout-one .banner-wrapper .item {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap {
text-align: center;
}
}
@media screen and (min-width: 768px) and (min-width: 768px) {
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media screen and (min-width: 768px) {
.site-banner.banner-layout-one .banner-wrapper .item .banner-caption {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: transparent;
width: 100%;
}
}
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap .svg-holder {
height: 328px;
}
@media screen and (min-width: 768px) {
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap .svg-holder {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
}
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap .svg-holder svg {
height: 100%;
}
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap .attachment-full {
width: unset;
height: unset;
margin: 0 auto;
}
.site-banner.banner-layout-one .banner-wrapper .item.full .banner-img-wrap {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-banner.banner-layout-one .banner-wrapper .item.full .banner-img-wrap .svg-holder {
height: 100%;
width: 100%;
}
.site-banner.banner-layout-one .banner-wrapper .banner-caption {
padding: 26px 0 0px 0;
max-width: 100%;
background: transparent;
}
@media screen and (min-width: 768px) {
.site-banner.banner-layout-one .banner-wrapper .banner-caption {
padding: 0 30px;
}
}
@media screen and (min-width: 992px) {
.site-banner.banner-layout-one .banner-wrapper .banner-caption {
padding: 0 60px;
}
}
.site-banner.banner-layout-one .banner-wrapper .banner-caption .banner-title {
padding: 0;
max-width: 468px;
margin-bottom: 15px;
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev,
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
position: absolute;
}
@media screen and (min-width: 768px) {
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev,
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
bottom: unset;
}
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev {
left: -15px;
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
right: -15px;
}
@media screen and (min-width: 768px) {
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev {
left: 0px;
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
right: 0px;
left: unset;
}
}
@media screen and (min-width: 992px) {
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev {
left: -10px;
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
right: -10px;
left: unset;
}
}
@media screen and (min-width: 1400px) {
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev {
left: -90px;
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
right: -90px;
}
}
.site-banner.banner-layout-one .owl-carousel .owl-dots {
margin-top: 30px;
}
.site-banner.static-cta {
background-color: rgba(var(--primary-color-rgb), 0.1);
padding: 64px 0;
}
@media screen and (min-width: 768px) {
.site-banner.static-cta {
padding: 50px 0;
}
}
.site-banner.static-cta .wp-custom-header {
height: 323px;
}
.site-banner.static-cta .wp-custom-header img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 768px) {
.site-banner.static-cta .item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.site-banner.static-cta .item .wp-custom-header {
height: unset;
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
margin-bottom: 0;
}
}
.site-banner.static-cta .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media screen and (min-width: 768px) {
.site-banner.static-cta .container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.site-banner.static-cta .banner-caption {
position: relative;
z-index: 1;
}
@media screen and (max-width: 767px) {
.site-banner.static-cta .banner-caption {
padding: 30px 30px 0 30px;
}
}
.site-banner.static-cta .banner-caption .subtitle {
margin-bottom: 10px;
font-size: 0.8333333333em;
font-family: var(--primary-font);
color: rgba(var(--primary-color-rgb), 0.8);
letter-spacing: 2.75px;
}
.site-banner.static-cta .banner-caption .banner-desc p:last-child {
margin-bottom: 0;
}
.site-banner.static-cta .banner-caption .btn-wrap {
margin-top: 30px;
}
.site-banner.static-cta .banner-caption .btn-wrap a {
margin: 10px 0;
display: inline-block;
}
@media screen and (min-width: 768px) {
.site-banner.static-cta .banner-caption .btn-wrap a + a {
margin-left: 20px;
}
}
.site-banner.static-cta .item {
position: relative;
width: 100%;
}
.site-banner.static-cta .item.center .banner-caption {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.site-banner.static-cta .item.right .banner-caption {
margin-left: auto;
margin-right: 0;
}
.site-banner.static-cta.style-one {
padding: 0;
background: unset;
}
.site-banner.static-cta.style-one .item.right .container {
right: 8%;
}
.site-banner.static-cta.style-one .wp-custom-header {
height: auto;
}
@media screen and (min-width: 1200px) {
.site-banner.static-cta.style-one .wp-custom-header {
height: 720px;
}
}
@media screen and (min-width: 992px) {
.site-banner.static-cta.style-one .wp-custom-header {
height: 700px;
}
}
@media screen and (min-width: 768px) {
.site-banner.static-cta.style-one .wp-custom-header {
height: 600px;
}
}
.site-banner.static-cta.style-one .container {
max-width: 100%;
padding: 0;
}
.site-banner.static-cta.style-one .container .caption-wrapper {
position: unset;
}
@media screen and (min-width: 768px) {
.site-banner.static-cta.style-one .container {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
width: auto;
right: unset;
left: 8%;
}
}
.site-banner.static-cta.style-one .banner-caption {
max-width: 570px;
width: 100%;
background: var(--white-color);
position: unset;
padding: 40px 15px;
}
@media screen and (min-width: 992px) {
.site-banner.static-cta.style-one .banner-caption {
padding: 48px;
}
}  .featured-section .featured-wrapper .widget-title {
font-family: var(--secondary-font);
font-size: 2.22em;
display: block;
margin-bottom: 24px;
color: var(--heading-color);
}
@media screen and (min-width: 768px) {
.featured-section .featured-wrapper .widget-title {
text-align: center;
margin-bottom: 50px;
}
}
.featured-section .featured-wrapper .raratheme-itw-holder {
list-style: none;
margin: 0;
}
.featured-section .featured-wrapper .raratheme-itw-holder li {
position: relative;
margin-bottom: 40px;
}
.featured-section .featured-wrapper .raratheme-itw-holder li .btn-readmore {
font-size: 0.88em;
letter-spacing: 0.2em;
font-size: var(--font-color);
background-color: var(--white-color);
color: var(--font-color);
text-align: center;
bottom: -20px;
z-index: 2;
top: unset;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
padding: 16px 40px;
-webkit-box-shadow: 0px 5px 20px rgba(209, 126, 93, 0.1);
box-shadow: 0px 5px 20px rgba(209, 126, 93, 0.1);
}
.featured-section .featured-wrapper .raratheme-itw-holder li .btn-readmore:hover {
background-color: var(--primary-color);
color: var(--white-color);
}
.featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore) {
position: relative;
overflow: hidden;
display: block;
}
.featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore)::before, .featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore)::after {
content: "";
position: absolute;
width: -webkit-calc(100% - 12px);
width: calc(100% - 12px);
height: -webkit-calc(100% - 19px);
height: calc(100% - 19px);
z-index: 1;
-webkit-transition: all ease 0.35s;
-o-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore)::before {
right: 6px;
bottom: 10px;
border-right: 1px solid rgba(var(--white-color-rgb), 0.8);
border-bottom: 1px solid rgba(var(--white-color-rgb), 0.8);
}
.featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore)::after {
left: 6px;
top: 8px;
border-left: 1px solid rgba(var(--white-color-rgb), 0.8);
border-top: 1px solid rgba(var(--white-color-rgb), 0.8);
}
.featured-section .featured-wrapper .raratheme-itw-holder li img {
-webkit-transition: all ease 0.35s;
-o-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.featured-section .featured-wrapper .raratheme-itw-holder li:hover a:not(.btn-readmore)::before, .featured-section .featured-wrapper .raratheme-itw-holder li:hover a:not(.btn-readmore):after {
width: 36px;
height: 36px;
}
.featured-section .featured-wrapper .raratheme-itw-holder li:hover img {
-webkit-transform: scale(1.2) rotate(5deg);
-ms-transform: scale(1.2) rotate(5deg);
-o-transform: scale(1.2) rotate(5deg);
transform: scale(1.2) rotate(5deg);
}
.featured-section .owl-nav button.owl-prev, .featured-section .owl-nav button.owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.featured-section .owl-nav button.owl-prev {
left: 0;
}
.featured-section .owl-nav button.owl-next {
right: 0;
}
@media screen and (min-width: 1200px) {
.featured-section .owl-nav button.owl-prev {
left: -75px;
}
.featured-section .owl-nav button.owl-next {
right: -75px;
}
}
.featured-section .social-networks {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background-color: rgba(var(--primary-color-rgb), 0.1);
padding: 15px;
position: absolute;
top: 60px;
left: 0;
}
@media screen and (min-width: 992px) {
.featured-section .social-networks {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
} .advance-cta .advance-cta-wrapper {
padding: 64px 20px;
}
@media screen and (min-width: 576px) {
.advance-cta .advance-cta-wrapper {
padding: 64px 64px 80px 64px;
}
}
.advance-cta .advance-cta-wrapper .grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.advance-cta .advance-cta-wrapper .grid .grid-item {
padding: 0;
}
.advance-cta .advance-cta-wrapper .grid .grid-item.image {
margin-top: -85px;
margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
.advance-cta .advance-cta-wrapper .grid .grid-item.image {
margin-top: -103px;
}
}
.advance-cta .advance-cta-wrapper .grid .grid-item .sub-title {
color: var(--primary-color);
letter-spacing: 0.2em;
font-size: 0.77em;
line-height: 1.4;
margin-bottom: 16px;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .title {
margin: 0;
color: var(--heading-color);
font-size: 1.77em;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .section-desc {
margin-top: 16px;
margin-left: 0;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .section-desc p:last-child {
margin-bottom: 0;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .button-wrapper {
margin-top: 17px;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .button-wrapper .btn-cta {
margin-top: 15px;
}
@media screen and (min-width: 768px) {
.advance-cta .advance-cta-wrapper .grid .grid-item .button-wrapper .btn-cta + .btn-cta {
margin-left: 16px;
}
}
@media screen and (min-width: 992px) {
.advance-cta .advance-cta-wrapper .grid {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.advance-cta .advance-cta-wrapper .grid .grid-item.image {
-webkit-box-flex: 44%;
-webkit-flex: 44%;
-ms-flex: 44%;
flex: 44%;
max-width: 44%;
margin-top: -103px;
margin-bottom: 0;
}
.advance-cta .advance-cta-wrapper .grid .grid-item + .grid-item {
padding-left: 64px;
}
.advance-cta .advance-cta-wrapper .grid.right-align {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.advance-cta .advance-cta-wrapper .grid.right-align .grid-item + .grid-item {
padding-right: 64px;
padding-left: 0;
}
} .about-section {
padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
.about-section {
padding: 80px 0;
}
}
.about-section .about-wrapper .widget-featured-holder {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
background-color: var(--white-color);
padding: 30px 20px;
}
.about-section .about-wrapper .widget-featured-holder .img-holder {
margin-bottom: 30px;
margin-top: -90px;
}
.about-section .about-wrapper .widget-featured-holder .text-holder .section-subtitle {
display: block;
margin-bottom: 30px;
font-weight: normal;
color: var(--primary-color);
}
.about-section .about-wrapper .widget-featured-holder .text-holder .widget-title {
color: var(--heading-color);
font-size: 3.11em;
margin-bottom: 0;
font-family: var(--signature-font);
}
.about-section .about-wrapper .widget-featured-holder .text-holder .featured_page_content {
margin-top: 27px;
}
.about-section .about-wrapper .widget-featured-holder .text-holder .featured_page_content p:last-child {
margin-bottom: 0;
}
@media screen and (min-width: 992px) {
.about-section .about-wrapper .widget-featured-holder {
padding: 48px;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.about-section .about-wrapper .widget-featured-holder .img-holder {
max-width: 36%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 36%;
-ms-flex: 0 0 36%;
flex: 0 0 36%;
margin-bottom: 0;
}
.about-section .about-wrapper .widget-featured-holder .text-holder {
padding-left: 48px;
}
} .product-section {
padding: 60px 0;
}
@media screen and (min-width: 768px) {
.product-section {
padding: 80px 0;
}
}
.product-section .product-section-wrapper .product-section-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-row-gap: 50px;
}
@media screen and (min-width: 768px) {
.product-section .product-section-wrapper .product-section-grid {
margin: -15px;
}
}
.product-section .product-section-wrapper .product-section-grid .product-item {
width: 100%;
text-align: center;
}
@media screen and (min-width: 768px) {
.product-section .product-section-wrapper .product-section-grid .product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
grid-gap: 0;
padding: 15px;
}
}
@media screen and (min-width: 1024px) {
.product-section .product-section-wrapper .product-section-grid .product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
@media screen and (min-width: 1200px) {
.product-section .product-section-wrapper .product-section-grid .product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image {
position: relative;
margin-bottom: 30px;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image > a {
display: block;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image > a img {
width: 100%;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .outofstock,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale {
position: absolute;
top: 15px;
text-transform: uppercase;
font-family: var(--secondary-font);
font-size: 0.8888888889em;
font-weight: normal;
background: var(--heading-color);
color: var(--white-color);
line-height: 1;
padding: 5px 13px 5px 6px;
text-align: center;
z-index: 9;
margin: 0;
border-radius: 0;
right: -3px;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .outofstock::before,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale::before {
content: "";
background-color: var(--heading-color);
-webkit-mask-image: url('data:image/svg+xml; utf-8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bookmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-bookmark fa-w-12 fa-7x"><path fill="currentColor" d="M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z" class=""></path></svg>');
mask-image: url('data:image/svg+xml; utf-8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bookmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-bookmark fa-w-12 fa-7x"><path fill="currentColor" d="M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z" class=""></path></svg>');
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
width: 27px;
height: 36px;
position: absolute;
top: -5px;
left: -9px;
z-index: -1;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .outofstock::after,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale::after {
content: "";
position: absolute;
right: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid var(--heading-color);
border-bottom: 3px solid transparent;
border-top: 3px solid var(--heading-color);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale {
background-color: var(--primary-color);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale::before {
background-color: var(--primary-color);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale::after {
border-right: 3px solid var(--primary-color);
border-top: 3px solid var(--primary-color);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_external,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_grouped,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_variable,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_simple,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .added_to_cart,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .btn-add-to-cart,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .add_to_cart_button {
position: absolute;
bottom: 0;
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
-o-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
left: 50%;
white-space: nowrap;
opacity: 0;
text-decoration: none;
z-index: 3;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_external.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_grouped.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_variable.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_simple.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .added_to_cart.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .btn-add-to-cart.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .add_to_cart_button.added {
display: none !important;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .star-rating {
font-size: 15px;
margin-bottom: 14px;
width: 7.3em;
margin-left: auto;
margin-right: auto;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .star-rating::before {
content: "s  s  s  s  s";
color: #F2B405;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .star-rating span {
color: #F2B405;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .star-rating span::before {
content: "S  S  S  S  S";
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail h3 {
font-size: 1.33em;
line-height: 1.4;
color: var(--heading-color);
margin-bottom: 0;
font-weight: normal;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail h3 a {
color: inherit;
text-decoration: none;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail h3 a:hover {
color: var(--primary-color);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .price {
margin-top: 11px;
font-size: 1.2222222222em;
font-family: var(--secondary-font);
margin-bottom: 0;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .price ins {
font-size: inherit;
color: var(--heading-color);
background: none;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .price del {
font-size: inherit;
color: rgba(var(--heading-color-rgb), 0.2);
}
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .product_type_external,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .product_type_grouped,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .product_type_variable,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .product_type_simple,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .added_to_cart,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .btn-add-to-cart,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .add_to_cart_button {
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-o-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-detail h3 a {
color: var(--primary-color);
}
.product-section .button-wrap {
margin-top: 30px;
text-align: center;
}
@media screen and (min-width: 768px) {
.product-section .button-wrap {
margin-top: 50px;
}
} .newsletter-section {
padding: 60px 0;
overflow-x: hidden;
}
@media screen and (min-width: 768px) {
.newsletter-section {
padding: 80px 0;
}
}
.newsletter-section .newsletter-section-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
max-width: 700px;
margin: 0 auto;
grid-gap: 0;
}
.newsletter-section .newsletter-section-grid .grid-item {
padding: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.newsletter-section .newsletter-section-grid .grid-item.background-image {
position: relative;
z-index: 1;
}
.newsletter-section .newsletter-section-grid .grid-item.background-image img {
border: 12px solid #FFFFFF;
-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.newsletter-section .newsletter-section-grid .grid-item.background-image::before {
background-repeat: no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100%;
position: absolute;
width: 200px;
height: 234px;
bottom: 108px;
left: -76px;
z-index: -1;
}
@media screen and (min-width: 1024px) {
.newsletter-section .newsletter-section-grid .grid-item.background-image::before {
left: -164px;
}
}
@media screen and (min-width: 992px) {
.newsletter-section .newsletter-section-grid .grid-item.background-image:after {
content: "";
background-image: url("data:image/svg+xml,%3Csvg width='148' height='41' viewBox='0 0 148 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 24.4579C31.8897 43.7472 98.653 52.3941 141.5 6' stroke='%23E79372'/%3E%3Cpath d='M131 5.93066C134.653 9.39553 141.942 5.19738 141.942 5.19738C141.942 5.19738 138.305 12.8604 141.958 16.3253' stroke='%23E79372' stroke-linejoin='round'/%3E%3C/svg%3E ");
position: absolute;
bottom: 2px;
right: -94px;
width: 146px;
height: 40px;
background-repeat: no-repeat;
-webkit-animation-name: right-icon-pulse;
-o-animation-name: right-icon-pulse;
animation-name: right-icon-pulse;
-webkit-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}
}
@media screen and (min-width: 992px) {
.newsletter-section .newsletter-section-grid {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
max-width: unset;
margin: 0;
grid-gap: 20px;
}
.newsletter-section .newsletter-section-grid .grid-item {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0;
}
.newsletter-section .newsletter-section-grid .grid-item.background-image {
-webkit-box-flex: 0;
-webkit-flex: 0 0 38%;
-ms-flex: 0 0 38%;
flex: 0 0 38%;
max-width: 38%;
}
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper {
padding: 32px 16px;
}
@media screen and (min-width: 992px) {
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper {
padding: 64px;
}
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper .container {
padding: 0;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper .text-holder h3 {
position: relative;
margin-bottom: 24px;
color: inherit;
font-weight: normal;
font-size: 2.5em;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input {
height: 52px;
}
@media screen and (min-width: 768px) {
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input[name=subscribe-fname] + input[name=subscribe-email] {
margin-left: 15px;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input[type=submit] {
-webkit-box-flex: 100%;
-webkit-flex: 100%;
-ms-flex: 100%;
flex: 100%;
}
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form label {
width: 100%;
margin-top: 16px;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input[type=submit] {
margin-top: 20px;
width: 100%;
}
@-webkit-keyframes right-icon-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
20% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
55% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100%, 70%, 80%, 90% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes right-icon-pulse {
0% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
20% {
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
40% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
55% {
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100%, 70%, 80%, 90% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes right-icon-pulse {
0% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
20% {
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
40% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
55% {
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100%, 70%, 80%, 90% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
} .instagram-section {
text-align: center;
position: relative;
}
.instagram-section .popup-gallery li a {
display: block;
width: 100%;
}
@media (max-width: 767px) {
.instagram-section .popup-gallery.photos-4 li, .instagram-section .popup-gallery.photos-5 li, .instagram-section .popup-gallery.photos-6 li, .instagram-section .popup-gallery.photos-7 li, .instagram-section .popup-gallery.photos-8 li, .instagram-section .popup-gallery.photos-9 li, .instagram-section .popup-gallery.photos-10 li {
width: 33.33%;
}
}
@media (max-width: 558px) {
.instagram-section .popup-gallery.photos-4 li, .instagram-section .popup-gallery.photos-5 li, .instagram-section .popup-gallery.photos-6 li, .instagram-section .popup-gallery.photos-7 li, .instagram-section .popup-gallery.photos-8 li, .instagram-section .popup-gallery.photos-9 li, .instagram-section .popup-gallery.photos-10 li {
width: 50%;
}
}
.instagram-section .profile-link {
padding: 10px 30px;
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 1em;
letter-spacing: 0.6px;
font-weight: 400;
text-decoration: none;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 3;
background-color: var(--white-color);
color: var(--heading-color);
}
@media (max-width: 767px) {
.instagram-section .profile-link {
bottom: -8px;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: unset;
}
}
.instagram-section .profile-link:hover {
background-color: var(--primary-color);
color: var(--white-color);
}
.instagram-section .profile-link .insta-icon {
margin-right: 10px;
}
.single .instagram-section, .error404 .instagram-section {
margin-top: 60px;
}
@media screen and (min-width: 768px) {
.single .instagram-section, .error404 .instagram-section {
margin-top: 80px;
}
} .portfolio-holder .entry-header .category .tag-title,
.portfolio-holder .entry-header .category .cat-title,
.portfolio-holder .entry-header .cat-links .tag-title,
.portfolio-holder .entry-header .cat-links .cat-title,
.portfolio-holder .entry-header .cat-tags .tag-title,
.portfolio-holder .entry-header .cat-tags .cat-title,
.related-posts .entry-header .category .tag-title,
.related-posts .entry-header .category .cat-title,
.related-posts .entry-header .cat-links .tag-title,
.related-posts .entry-header .cat-links .cat-title,
.related-posts .entry-header .cat-tags .tag-title,
.related-posts .entry-header .cat-tags .cat-title,
.single-blossom-portfolio .entry-header .category .tag-title,
.single-blossom-portfolio .entry-header .category .cat-title,
.single-blossom-portfolio .entry-header .cat-links .tag-title,
.single-blossom-portfolio .entry-header .cat-links .cat-title,
.single-blossom-portfolio .entry-header .cat-tags .tag-title,
.single-blossom-portfolio .entry-header .cat-tags .cat-title,
.entry-meta .category .tag-title,
.entry-meta .category .cat-title,
.entry-meta .cat-links .tag-title,
.entry-meta .cat-links .cat-title,
.entry-meta .cat-tags .tag-title,
.entry-meta .cat-tags .cat-title,
.entry-footer .category .tag-title,
.entry-footer .category .cat-title,
.entry-footer .cat-links .tag-title,
.entry-footer .cat-links .cat-title,
.entry-footer .cat-tags .tag-title,
.entry-footer .cat-tags .cat-title {
font-size: 0.777em;
font-family: var(--primary-font);
margin-right: 15px;
}
.portfolio-holder .entry-header .category a,
.portfolio-holder .entry-header .cat-links a,
.portfolio-holder .entry-header .cat-tags a,
.related-posts .entry-header .category a,
.related-posts .entry-header .cat-links a,
.related-posts .entry-header .cat-tags a,
.single-blossom-portfolio .entry-header .category a,
.single-blossom-portfolio .entry-header .cat-links a,
.single-blossom-portfolio .entry-header .cat-tags a,
.entry-meta .category a,
.entry-meta .cat-links a,
.entry-meta .cat-tags a,
.entry-footer .category a,
.entry-footer .cat-links a,
.entry-footer .cat-tags a {
position: relative;
display: inline-flex;
font-size: 0.777em;
font-family: var(--primary-font);
letter-spacing: 0.2em;
-webkit-transition: all 0.234s ease-in-out;
-o-transition: all 0.234s ease-in-out;
transition: all 0.234s ease-in-out;
color: var(--primary-color);
}
.portfolio-holder .entry-header .category a:hover,
.portfolio-holder .entry-header .cat-links a:hover,
.portfolio-holder .entry-header .cat-tags a:hover,
.related-posts .entry-header .category a:hover,
.related-posts .entry-header .cat-links a:hover,
.related-posts .entry-header .cat-tags a:hover,
.single-blossom-portfolio .entry-header .category a:hover,
.single-blossom-portfolio .entry-header .cat-links a:hover,
.single-blossom-portfolio .entry-header .cat-tags a:hover,
.entry-meta .category a:hover,
.entry-meta .cat-links a:hover,
.entry-meta .cat-tags a:hover,
.entry-footer .category a:hover,
.entry-footer .cat-links a:hover,
.entry-footer .cat-tags a:hover {
color: var(--primary-color);
}
.portfolio-holder .entry-header .category a + a,
.portfolio-holder .entry-header .cat-links a + a,
.portfolio-holder .entry-header .cat-tags a + a,
.related-posts .entry-header .category a + a,
.related-posts .entry-header .cat-links a + a,
.related-posts .entry-header .cat-tags a + a,
.single-blossom-portfolio .entry-header .category a + a,
.single-blossom-portfolio .entry-header .cat-links a + a,
.single-blossom-portfolio .entry-header .cat-tags a + a,
.entry-meta .category a + a,
.entry-meta .cat-links a + a,
.entry-meta .cat-tags a + a,
.entry-footer .category a + a,
.entry-footer .cat-links a + a,
.entry-footer .cat-tags a + a {
margin-left: 10px;
padding-left: 16px;
}
.portfolio-holder .entry-header .category a + a::before,
.portfolio-holder .entry-header .cat-links a + a::before,
.portfolio-holder .entry-header .cat-tags a + a::before,
.related-posts .entry-header .category a + a::before,
.related-posts .entry-header .cat-links a + a::before,
.related-posts .entry-header .cat-tags a + a::before,
.single-blossom-portfolio .entry-header .category a + a::before,
.single-blossom-portfolio .entry-header .cat-links a + a::before,
.single-blossom-portfolio .entry-header .cat-tags a + a::before,
.entry-meta .category a + a::before,
.entry-meta .cat-links a + a::before,
.entry-meta .cat-tags a + a::before,
.entry-footer .category a + a::before,
.entry-footer .cat-links a + a::before,
.entry-footer .cat-tags a + a::before {
content: "";
position: absolute;
top: 9.5px;
left: 0;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: currentColor;
opacity: 0.5;
-webkit-transition: all 0.234s ease-in-out;
-o-transition: all 0.234s ease-in-out;
transition: all 0.234s ease-in-out;
}
.portfolio-holder .entry-header .category a + a:hover::before,
.portfolio-holder .entry-header .cat-links a + a:hover::before,
.portfolio-holder .entry-header .cat-tags a + a:hover::before,
.related-posts .entry-header .category a + a:hover::before,
.related-posts .entry-header .cat-links a + a:hover::before,
.related-posts .entry-header .cat-tags a + a:hover::before,
.single-blossom-portfolio .entry-header .category a + a:hover::before,
.single-blossom-portfolio .entry-header .cat-links a + a:hover::before,
.single-blossom-portfolio .entry-header .cat-tags a + a:hover::before,
.entry-meta .category a + a:hover::before,
.entry-meta .cat-links a + a:hover::before,
.entry-meta .cat-tags a + a:hover::before,
.entry-footer .category a + a:hover::before,
.entry-footer .cat-links a + a:hover::before,
.entry-footer .cat-tags a + a:hover::before {
background-color: currentColor;
}
.portfolio-holder .entry-header span + .posted-on,
.related-posts .entry-header span + .posted-on,
.single-blossom-portfolio .entry-header span + .posted-on,
.entry-meta span + .posted-on,
.entry-footer span + .posted-on {
position: relative;
padding-left: 12px;
}
.portfolio-holder .entry-header span + .posted-on::before,
.related-posts .entry-header span + .posted-on::before,
.single-blossom-portfolio .entry-header span + .posted-on::before,
.entry-meta span + .posted-on::before,
.entry-footer span + .posted-on::before {
content: "";
display: block;
position: absolute;
background-color: currentColor;
height: 6px;
opacity: 0.5;
width: 6px;
top: 8px;
left: 0;
border-radius: 100%;
}
.portfolio-holder .entry-header .posted-on,
.related-posts .entry-header .posted-on,
.single-blossom-portfolio .entry-header .posted-on,
.entry-meta .posted-on,
.entry-footer .posted-on {
position: relative;
font-size: 0.888889em;
color: rgba(var(--font-color-rgb), 0.6);
}
.portfolio-holder .entry-header .posted-on a,
.related-posts .entry-header .posted-on a,
.single-blossom-portfolio .entry-header .posted-on a,
.entry-meta .posted-on a,
.entry-footer .posted-on a {
text-decoration: none;
position: relative;
color: rgba(var(--font-color-rgb), 0.6);
font-family: var(--primary-font);
}
.portfolio-holder .entry-header .posted-on:hover a,
.related-posts .entry-header .posted-on:hover a,
.single-blossom-portfolio .entry-header .posted-on:hover a,
.entry-meta .posted-on:hover a,
.entry-footer .posted-on:hover a {
color: var(--primary-color);
}
.portfolio-holder .entry-header .cat-links,
.related-posts .entry-header .cat-links,
.single-blossom-portfolio .entry-header .cat-links,
.entry-meta .cat-links,
.entry-footer .cat-links {
line-height: 1.8;
}
.post-read-time {
font-size: 0.888889em;
color: rgba(var(--font-color-rgb), 0.6);
}
span + .post-read-time {
margin-left: 17px;
padding-left: 14px;
position: relative;
}
span + .post-read-time::before {
content: "";
width: 6px;
height: 6px;
background: currentColor;
opacity: 0.4;
position: absolute;
top: 8.5px;
left: 0;
border-radius: 50%;
}
.blog .site-content .section-header,
.home .site-content .section-header,
.archive .site-content .section-header,
.search-results .site-content .section-header {
margin-bottom: 50px;
text-align: left;
}
.blog .site-main article,
.home .site-main article,
.archive .site-main article,
.search-results .site-main article {
margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
.blog .site-main article,
.home .site-main article,
.archive .site-main article,
.search-results .site-main article {
margin-bottom: 40px;
}
}
.blog .site-main article:last-child,
.home .site-main article:last-child,
.archive .site-main article:last-child,
.search-results .site-main article:last-child {
margin-bottom: 0;
}
.blog .site-main article .content-wrapper,
.home .site-main article .content-wrapper,
.archive .site-main article .content-wrapper,
.search-results .site-main article .content-wrapper {
background-color: var(--white-color);
padding: 24px;
}
@media screen and (min-width: 768px) {
.blog .site-main article .content-wrapper,
.home .site-main article .content-wrapper,
.archive .site-main article .content-wrapper,
.search-results .site-main article .content-wrapper {
padding: 40px;
}
}
.blog .site-main article .post-thumbnail,
.home .site-main article .post-thumbnail,
.archive .site-main article .post-thumbnail,
.search-results .site-main article .post-thumbnail {
display: block;
margin-bottom: 0;
}
.blog .site-main article .cat-links,
.home .site-main article .cat-links,
.archive .site-main article .cat-links,
.search-results .site-main article .cat-links {
display: block;
margin-bottom: 8px;
line-height: 1.2;
}
.blog .site-main article .cat-links a,
.home .site-main article .cat-links a,
.archive .site-main article .cat-links a,
.search-results .site-main article .cat-links a {
font-size: 0.778em;
text-transform: uppercase;
position: relative;
padding-left: 15px;
letter-spacing: 0.2em;
}
.blog .site-main article .cat-links a:first-child,
.home .site-main article .cat-links a:first-child,
.archive .site-main article .cat-links a:first-child,
.search-results .site-main article .cat-links a:first-child {
padding-left: 0;
margin-left: 0;
}
.blog .site-main article .cat-links a:first-child::after,
.home .site-main article .cat-links a:first-child::after,
.archive .site-main article .cat-links a:first-child::after,
.search-results .site-main article .cat-links a:first-child::after {
content: none;
}
.blog .site-main article .cat-links a::after,
.home .site-main article .cat-links a::after,
.archive .site-main article .cat-links a::after,
.search-results .site-main article .cat-links a::after {
content: "";
display: block;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 6px;
height: 6px;
background: rgba(var(--primary-color-rgb), 0.15);
border-radius: 50%;
}
.blog .site-main article .entry-meta,
.home .site-main article .entry-meta,
.archive .site-main article .entry-meta,
.search-results .site-main article .entry-meta {
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;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 1em;
}
.blog .site-main article .entry-meta .byline a,
.home .site-main article .entry-meta .byline a,
.archive .site-main article .entry-meta .byline a,
.search-results .site-main article .entry-meta .byline a {
font-size: 1em;
}
.blog .site-main article .entry-meta .byline a.fn,
.home .site-main article .entry-meta .byline a.fn,
.archive .site-main article .entry-meta .byline a.fn,
.search-results .site-main article .entry-meta .byline a.fn {
color: rgba(var(--font-color-rgb), 0.6);
text-transform: capitalize;
}
.blog .site-main article .entry-meta .byline a.fn:hover,
.home .site-main article .entry-meta .byline a.fn:hover,
.archive .site-main article .entry-meta .byline a.fn:hover,
.search-results .site-main article .entry-meta .byline a.fn:hover {
color: var(--primary-color);
}
.blog .site-main article .entry-meta .comments,
.home .site-main article .entry-meta .comments,
.archive .site-main article .entry-meta .comments,
.search-results .site-main article .entry-meta .comments {
margin-left: 8px;
}
.blog .site-main article .entry-meta .comments svg,
.home .site-main article .entry-meta .comments svg,
.archive .site-main article .entry-meta .comments svg,
.search-results .site-main article .entry-meta .comments svg {
vertical-align: middle;
margin-right: 5px;
}
.blog .site-main article .entry-meta .comments a,
.home .site-main article .entry-meta .comments a,
.archive .site-main article .entry-meta .comments a,
.search-results .site-main article .entry-meta .comments a {
color: rgba(var(--heading-color-rgb), 0.6);
}
.blog .site-main article .entry-meta .comments a:hover,
.home .site-main article .entry-meta .comments a:hover,
.archive .site-main article .entry-meta .comments a:hover,
.search-results .site-main article .entry-meta .comments a:hover {
text-decoration: underline;
}
.blog .site-main article .entry-meta .byline,
.home .site-main article .entry-meta .byline,
.archive .site-main article .entry-meta .byline,
.search-results .site-main article .entry-meta .byline {
position: relative;
font-size: 0.8889em;
font-family: var(--primary-font);
margin-left: 8px;
color: rgba(var(--font-color-rgb), 0.6);
padding-left: 13px;
}
.blog .site-main article .entry-meta .byline::before,
.home .site-main article .entry-meta .byline::before,
.archive .site-main article .entry-meta .byline::before,
.search-results .site-main article .entry-meta .byline::before {
content: "";
display: block;
position: absolute;
background-color: currentColor;
height: 6px;
width: 6px;
top: 8px;
left: 0;
border-radius: 100%;
}
.blog .site-main article .entry-title,
.home .site-main article .entry-title,
.archive .site-main article .entry-title,
.search-results .site-main article .entry-title {
line-height: 1.5;
margin: 0;
padding-bottom: 14px;
font-size: 1.333em;
}
@media screen and (min-width: 768px) {
.blog .site-main article .entry-title,
.home .site-main article .entry-title,
.archive .site-main article .entry-title,
.search-results .site-main article .entry-title {
font-size: 1.778em;
}
}
.blog .site-main article .entry-title a,
.home .site-main article .entry-title a,
.archive .site-main article .entry-title a,
.search-results .site-main article .entry-title a {
color: var(--heading-color);
}
.blog .site-main article .entry-title a:hover,
.home .site-main article .entry-title a:hover,
.archive .site-main article .entry-title a:hover,
.search-results .site-main article .entry-title a:hover {
color: var(--primary-color);
}
.blog .site-main article .entry-content,
.home .site-main article .entry-content,
.archive .site-main article .entry-content,
.search-results .site-main article .entry-content {
margin-top: 0;
}
.blog .site-main article .entry-content p:last-of-type,
.home .site-main article .entry-content p:last-of-type,
.archive .site-main article .entry-content p:last-of-type,
.search-results .site-main article .entry-content p:last-of-type {
line-height: 1.558;
color: rgba(var(--font-color-rgb), 0.8);
margin-bottom: 0;
}
.blog .site-main article .entry-content .entry-meta,
.home .site-main article .entry-content .entry-meta,
.archive .site-main article .entry-content .entry-meta,
.search-results .site-main article .entry-content .entry-meta {
margin-top: 4px;
}
@media screen and (min-width: 768px) {
.blog .site-main article .entry-content .entry-meta,
.home .site-main article .entry-content .entry-meta,
.archive .site-main article .entry-content .entry-meta,
.search-results .site-main article .entry-content .entry-meta {
margin-top: 10px;
}
}
.blog .site-main article .content-wrap,
.home .site-main article .content-wrap,
.archive .site-main article .content-wrap,
.search-results .site-main article .content-wrap {
position: relative;
}
.blog .site-main article .content-wrap .entry-header .entry-title,
.home .site-main article .content-wrap .entry-header .entry-title,
.archive .site-main article .content-wrap .entry-header .entry-title,
.search-results .site-main article .content-wrap .entry-header .entry-title {
font-size: 1.6666666667em;
line-height: 1.4;
margin-bottom: 0;
margin-top: 20px;
margin-bottom: 15px;
font-weight: 400;
}
.blog .site-main article .content-wrap .entry-header .entry-title a,
.home .site-main article .content-wrap .entry-header .entry-title a,
.archive .site-main article .content-wrap .entry-header .entry-title a,
.search-results .site-main article .content-wrap .entry-header .entry-title a {
color: rgba(var(--font-color-rgb), 0.9);
}
.blog .site-main article .content-wrap .entry-header .entry-title a:hover,
.home .site-main article .content-wrap .entry-header .entry-title a:hover,
.archive .site-main article .content-wrap .entry-header .entry-title a:hover,
.search-results .site-main article .content-wrap .entry-header .entry-title a:hover {
color: var(--primary-color);
}
.blog .site-main article .content-wrap .entry-content,
.home .site-main article .content-wrap .entry-content,
.archive .site-main article .content-wrap .entry-content,
.search-results .site-main article .content-wrap .entry-content {
margin-bottom: 0;
margin-top: 0;
}
.blog .site-main article .content-wrap .entry-content p:last-child,
.home .site-main article .content-wrap .entry-content p:last-child,
.archive .site-main article .content-wrap .entry-content p:last-child,
.search-results .site-main article .content-wrap .entry-content p:last-child {
margin-bottom: 0;
}
.blog .site-main article .btn-readmore,
.home .site-main article .btn-readmore,
.archive .site-main article .btn-readmore,
.search-results .site-main article .btn-readmore {
font-size: 1em;
background: unset;
border: 0;
color: var(--font-color);
letter-spacing: unset;
padding: 0;
}
.blog .site-main article .btn-readmore::after,
.home .site-main article .btn-readmore::after,
.archive .site-main article .btn-readmore::after,
.search-results .site-main article .btn-readmore::after {
content: "";
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: -20px;
background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 14.5L10 10.5L6 6.5' stroke='%234F5459' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
height: 18px;
width: 18px;
-webkit-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
transition: 0.3s ease all;
}
.blog .site-main article .btn-readmore:hover,
.home .site-main article .btn-readmore:hover,
.archive .site-main article .btn-readmore:hover,
.search-results .site-main article .btn-readmore:hover {
color: var(--primary-color);
}
.blog .site-main article .btn-readmore:hover::after,
.home .site-main article .btn-readmore:hover::after,
.archive .site-main article .btn-readmore:hover::after,
.search-results .site-main article .btn-readmore:hover::after {
right: -30px;
background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 14.5L10 10.5L6 6.5' stroke='%23e79372' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.blog .site-main article .post-footer,
.home .site-main article .post-footer,
.archive .site-main article .post-footer,
.search-results .site-main article .post-footer {
margin-top: 45px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.blog .site-main article .post-footer .btn-link,
.home .site-main article .post-footer .btn-link,
.archive .site-main article .post-footer .btn-link,
.search-results .site-main article .post-footer .btn-link {
color: var(--font-color);
background: none;
padding: 0;
}
.blog .site-main article .post-footer .btn-link::before,
.home .site-main article .post-footer .btn-link::before,
.archive .site-main article .post-footer .btn-link::before,
.search-results .site-main article .post-footer .btn-link::before {
right: -27px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.19' height='14.27' viewBox='0 0 14.19 14.27'%3E%3Cg id='Group_5482' data-name='Group 5482' transform='translate(-216.737 -1581.109)'%3E%3Cpath id='Path_26475' data-name='Path 26475' d='M0,0H12.821' transform='translate(217.445 1594.672) rotate(-45)' fill='none' stroke='%2301BFBF' stroke-linecap='round' stroke-width='1'/%3E%3Cpath id='Path_26476' data-name='Path 26476' d='M0,0,5.1,5.1,0,10.193' transform='translate(219.262 1585.567) rotate(-45)' fill='none' stroke='%2301BFBF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}
.blog .site-main article .post-footer .button-wrap,
.home .site-main article .post-footer .button-wrap,
.archive .site-main article .post-footer .button-wrap,
.search-results .site-main article .post-footer .button-wrap {
width: 100%;
padding-bottom: 30px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
}
.blog .site-main article .post-share,
.home .site-main article .post-share,
.archive .site-main article .post-share,
.search-results .site-main article .post-share {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 20px;
}
.blog .site-main article .post-share .social-networks,
.home .site-main article .post-share .social-networks,
.archive .site-main article .post-share .social-networks,
.search-results .site-main article .post-share .social-networks {
grid-gap: 20px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.blog .site-main article .post-share .post-share-title,
.home .site-main article .post-share .post-share-title,
.archive .site-main article .post-share .post-share-title,
.search-results .site-main article .post-share .post-share-title {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.blog .site-main article .post-share .post-share-title svg,
.home .site-main article .post-share .post-share-title svg,
.archive .site-main article .post-share .post-share-title svg,
.search-results .site-main article .post-share .post-share-title svg {
fill: #001a1a;
}
.blog .site-main article .post-share .post-share-title svg:hover,
.home .site-main article .post-share .post-share-title svg:hover,
.archive .site-main article .post-share .post-share-title svg:hover,
.search-results .site-main article .post-share .post-share-title svg:hover {
fill: var(--primary-color);
} .page-header__content-wrapper {
margin-bottom: 50px;
margin-top: 39px;
max-width: 750px;
}
@media screen and (min-width: 992px) {
.page-header__content-wrapper {
margin-bottom: 60px;
margin-top: 70px;
}
}
.page-header__content-wrapper .sub-title {
display: inline-block;
font-size: 1.1em;
margin-bottom: 26px;
font-family: var(--secondary-font);
color: var(--primary-color);
}
.page-header__content-wrapper .search-form {
margin-bottom: 43px;
position: relative;
}
.page-header__content-wrapper .search-form .search-field {
font-size: 1.111em;
padding: 22px 60px 22px 30px;
height: 60px;
}
.page-header__content-wrapper .page-title {
margin: 0;
font-size: 0.888em;
color: rgba(var(--primary-color-rgb), 0.8);
margin-bottom: 20px;
font-family: var(--primary-font);
}
.page-header__content-wrapper .section-desc {
margin-top: 37px;
}
.page-header__content-wrapper .section-desc p:last-child {
margin-bottom: 0;
}
.page-header__content-wrapper .result-count {
font-size: 0.888em;
color: rgba(var(--font-color-rgb), 1);
padding: 23px 0;
display: block;
font-weight: 500;
border-top: 1px solid rgba(var(--font-color-rgb), 0.06);
border-bottom: 1px solid rgba(var(--font-color-rgb), 0.06);
} .search.search-results .page-header__content-wrapper .page-title,
.archive .page-header__content-wrapper .page-title {
display: block;
font-size: 1.66em;
color: rgba(var(--font-color-rgb), 0.8);
font-family: var(--secondary-font);
}
@media screen and (min-width: 768px) {
.search.search-results .page-header__content-wrapper .page-title,
.archive .page-header__content-wrapper .page-title {
font-size: 2.66em;
}
}
.search.search-results .page-header__content-wrapper .page-title::before, .search.search-results .page-header__content-wrapper .page-title::after,
.archive .page-header__content-wrapper .page-title::before,
.archive .page-header__content-wrapper .page-title::after {
content: none;
}
.search.search-results .page-header .breadcrumb-wrapper > div,
.archive .page-header .breadcrumb-wrapper > div {
padding-left: 0;
}
.search.search-results.author .author-content,
.archive.author .author-content {
margin-bottom: 37px;
}
.archive .page-header {
margin-bottom: 40px;
}
.search.search-no-results .page-header, .search.search-results .page-header {
background: rgba(var(--heading-color-rgb), 0.03);
padding: 16px 0 64px;
margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
.search.search-no-results .page-header, .search.search-results .page-header {
padding: 16px 0 80px;
margin-bottom: 80px;
}
}
.search.search-no-results .page-header .breadcrumb-wrapper, .search.search-results .page-header .breadcrumb-wrapper {
padding: 0;
}
.search.search-no-results .page-header .search-wrapper, .search.search-results .page-header .search-wrapper {
margin-top: 64px;
}
@media screen and (min-width: 768px) {
.search.search-no-results .page-header .search-wrapper, .search.search-results .page-header .search-wrapper {
margin-top: 80px;
}
}
.search.search-no-results .page-header .search-wrapper span, .search.search-results .page-header .search-wrapper span {
font-size: 1.333em;
color: var(--black-color);
font-weight: 400;
}
.search.search-no-results .page-header .search-wrapper .search-form, .search.search-results .page-header .search-wrapper .search-form {
max-width: 770px;
width: 100%;
margin-top: 16px;
margin-bottom: 20px;
}
.search.search-no-results .page-header .search-wrapper .search-form input[type=submit], .search.search-results .page-header .search-wrapper .search-form input[type=submit] {
width: unset;
background-color: var(--primary-color);
font-size: 0.88em;
position: static;
right: 29px;
background-image: unset;
-webkit-transform: unset;
-ms-transform: unset;
-o-transform: unset;
transform: unset;
padding: 0 24px;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.search.search-no-results .page-header .search-wrapper .search-form input[type=submit]:hover, .search.search-results .page-header .search-wrapper .search-form input[type=submit]:hover {
color: var(--white-color);
background-color: var(--heading-color);
}
.search.search-no-results .page-header .result-count, .search.search-results .page-header .result-count {
color: #acb5bf;
}
.search.search-no-results .page-grid .site-main .page-header {
padding: 0;
margin: 0;
background-color: unset;
} .author-section .inner-author-section {
border-bottom: 1px solid #f2f2f2;
}
.author-section .result-count {
margin-top: 50px;
display: block;
}
.author-section .author-img-title-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
grid-gap: 20px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 35px;
text-align: center;
}
@media screen and (min-width: 576px) {
.author-section .author-img-title-wrap {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: left;
}
}
.author-section .author-img-title-wrap .author-img {
margin: 0;
}
.author-section .author-img-title-wrap .author-img img {
width: 110px;
height: 110px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 100px;
}
.author-section .author-img-title-wrap .author-title-wrap .author-name {
font-size: 1.3333333333em;
line-height: 1.75;
font-weight: 500;
margin-bottom: 15px;
}
.author-section .author-img-title-wrap .author-title-wrap .social-list {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 25px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
.author-section .author-img-title-wrap .author-title-wrap .social-list {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.author-section .author-content p:last-child {
margin-bottom: 0;
} .error404 .page-header {
background: rgba(var(--heading-color-rgb), 0.03);
}
.error404 .error-page-top-wrapper {
background: rgba(var(--heading-color-rgb), 0.03);
}
.error404 .error-page-top-wrapper .error-404 {
padding: 50px 0;
}
@media screen and (min-width: 992px) {
.error404 .error-page-top-wrapper .error-404 {
padding: 90px 0;
}
}
.error404 .error-page-top-wrapper .error-404 .error404-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper {
position: relative;
z-index: 1;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-img {
margin: 0;
text-align: center;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content {
text-align: center;
padding: 55px 0px;
max-width: 770px;
margin: 0 auto;
}
@media screen and (min-width: 992px) {
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content {
padding: 80px 0px 0px 0px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .wc-btn {
font-size: 0.844em;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content h1 + p {
padding: 0 43px;
}
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .error404-text {
color: var(--primary-color);
font-size: 0.8333333333em;
letter-spacing: 0.02499em;
text-transform: capitalize;
display: block;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title {
font-size: 2.66em;
line-height: 1.3;
font-weight: 500;
font-style: normal;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title::before, .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title::after {
content: none;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title {
margin-bottom: 20px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search {
margin-top: 40px;
max-width: 570px;
margin-left: auto;
margin-right: auto;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form {
margin-bottom: 0px;
position: relative;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field {
font-size: 0.888em;
padding: 22px 60px 22px 30px;
height: 60px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field::-webkit-input-placeholder {
color: rgba(var(--font-color-rgb), 0.4);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field::-moz-placeholder {
color: rgba(var(--font-color-rgb), 0.4);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field:-ms-input-placeholder {
color: rgba(var(--font-color-rgb), 0.4);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field::placeholder {
color: rgba(var(--font-color-rgb), 0.4);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit {
width: unset;
background-color: var(--primary-color);
font-size: 0.88em;
position: static;
right: 29px;
background-image: unset;
-webkit-transform: unset;
-ms-transform: unset;
-o-transform: unset;
transform: unset;
padding: 0 24px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.error404 .related-posts {
margin-top: 50px;
max-width: 100%;
}
@media screen and (min-width: 992px) {
.error404 .related-posts {
margin-top: 75px;
}
}
.error404 .related-posts .title {
font-size: 2.22em;
}
.error404 .related-posts .title::before {
content: none;
} .author .author-section {
margin: 40px 15px;
}
@media screen and (min-width: 768px) {
.author .author-section {
margin-top: 80px;
margin-bottom: 80px;
}
}
.author .author-section .container {
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px 20px;
border: 1px solid rgba(var(--primary-color-rgb), 0.2);
border-top: 5px solid rgba(var(--primary-color-rgb), 0.2);
}
@media screen and (min-width: 768px) {
.author .author-section .container {
margin-top: 40px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding: 45px 40px;
}
}
.author .author-section .container .author-img {
max-width: 110px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 110px;
-ms-flex: 0 0 110px;
flex: 0 0 110px;
margin-right: 0;
margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
.author .author-section .container .author-img {
margin-right: 30px;
margin-bottom: 0;
}
}
.author .author-section .container .author-img img {
width: 110px;
height: 110px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 100px;
}
.author .author-section .container .author-name {
font-size: 1.3333333333em;
line-height: 1.75;
font-weight: 500;
text-transform: capitalize;
}
.author .author-section .container .author-content {
margin-bottom: 20px;
}
.page-header__content-wrapper .search-form .search-submit {
background-color: var(--heading-color);
outline: none;
border-radius: 0;
font-size: 0;
width: 60px;
height: 60px;
padding: 17px 24px;
-webkit-transition: all 0.234s ease-in-out;
-o-transition: all 0.234s ease-in-out;
transition: all 0.234s ease-in-out;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
-webkit-background-size: 16px 16px;
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
right: 0;
}
.page-header__content-wrapper .search-form .search-submit:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
background-color: var(--primary-color);
} .portfolio-sorting .button:hover,
.portfolio-sorting .button.is-checked,
.portfolio-item .portfolio-cat a:hover,
.portfolio-item .portfolio-img-title a:hover {
color: var(--primary-color);
}
.single-rara-portfolio .entry-header {
border-bottom: 0;
}
.single-rara-portfolio .entry-header, .single-rara-portfolio .entry-content {
max-width: 100%;
width: 100%;
margin: 0;
}
.single-rara-portfolio .portfolio-holder {
margin-top: 40px;
}
@media screen and (min-width: 768px) {
.single-rara-portfolio .portfolio-holder {
margin-top: 77px;
}
}
.page-template-portfolio .portfolio-sorting {
margin-bottom: 40px;
}
.page-template-portfolio .portfolio-sorting .button {
line-height: 1.333em;
text-transform: uppercase;
letter-spacing: 0.1em;
margin: 0 10px;
color: #A8A8A8;
background: none;
border: 0;
border-radius: 0;
cursor: pointer;
padding: 12px 24px;
-o-transition: ease 0.2s;
-webkit-transition: ease 0.2s;
transition: ease 0.2s;
cursor: pointer;
outline: none;
}
.page-template-portfolio .portfolio-sorting .button.is-checked, .page-template-portfolio .portfolio-sorting .button:hover {
background: var(--primary-color);
color: var(--white-color);
}
.page-template-portfolio .portfolio-item .portfolio-text-holder {
font-size: 18px;
font-weight: 400;
}
.page-template-portfolio .portfolio-item .portfolio-cat a {
font-size: 0.777em;
text-transform: uppercase;
}
.page-template-portfolio .portfolio-item .portfolio-cat a + a {
position: relative;
padding-left: 13px;
}
.page-template-portfolio .portfolio-item .portfolio-cat a + a::before {
content: "";
position: absolute;
top: 8.5px;
left: 0;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: currentColor;
opacity: 0.5;
-webkit-transition: all 0.234s ease-in-out;
-o-transition: all 0.234s ease-in-out;
transition: all 0.234s ease-in-out;
}
.single-rara-portfolio .portfolio-holder .entry-header .category a {
text-transform: uppercase;
}
.single-rara-portfolio .portfolio-holder .entry-header .category a + a {
margin-left: 10px;
}
.single-rara-portfolio .portfolio-holder .entry-header .category a + a::before {
top: 8.5px;
}
.single-rara-portfolio .navigation.post-navigation {
max-width: 100%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .comments-area {
max-width: 770px;
margin: 60px auto 0;
position: relative;
background: var(--white-color);
}
.comments-area .comments-title {
font-size: 1.2222222222em;
margin-bottom: 29px;
font-weight: 500;
padding-bottom: 24px;
border-bottom: 1px solid #F2F2F2;
}
.comments-area .comment-list-wrapper {
margin-bottom: 40px;
}
.comments-area .comment-list {
margin-bottom: 0;
}
.comments-area .comment-list,
.comments-area ol {
list-style: none;
margin-left: 0;
}
.comments-area .comment-list .comment .children,
.comments-area ol .comment .children {
margin-left: 68px;
}
.comments-area .comment-list .comment .comment-body,
.comments-area ol .comment .comment-body {
border-top: 1px solid #F2F2F2;
padding-bottom: 30px;
padding-top: 30px;
position: relative;
padding-left: 68px;
}
.comments-area .comment-list .comment .comment-body .comment-meta,
.comments-area ol .comment .comment-body .comment-meta {
margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-body .comment-meta a,
.comments-area ol .comment .comment-body .comment-meta a {
text-decoration: none;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author img,
.comments-area ol .comment .comment-body .comment-meta .comment-author img {
width: 48px;
height: 48px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
background: rgba(var(--primary-color-rgb), 0.23);
position: absolute;
top: 43px;
left: 0;
}
.comments-area .comment-list .comment .comment-body .text-holder .fn a,
.comments-area ol .comment .comment-body .text-holder .fn a {
font-size: 1.1em;
color: rgba(var(--font-color-rgb), 0.9);
font-family: var(--secondary-font);
font-weight: 500;
}
.comments-area .comment-list .comment .comment-body .text-holder .top,
.comments-area ol .comment .comment-body .text-holder .top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.comments-area .comment-list .comment .comment-body .text-holder .says,
.comments-area ol .comment .comment-body .text-holder .says {
display: none;
}
.comments-area .comment-list .comment .comment-body .text-holder .comment-metadata,
.comments-area ol .comment .comment-body .text-holder .comment-metadata {
font-size: 0.888em;
line-height: 1.5;
font-family: var(--secondary-font);
}
.comments-area .comment-list .comment .comment-body .text-holder .comment-metadata a,
.comments-area ol .comment .comment-body .text-holder .comment-metadata a {
color: rgba(var(--font-color-rgb), 0.9);
}
.comments-area .comment-list .comment .comment-body .comment-awaiting-moderation,
.comments-area ol .comment .comment-body .comment-awaiting-moderation {
color: red;
font-size: 0.7777777778em;
margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-body .comment-content,
.comments-area ol .comment .comment-body .comment-content {
margin-top: 20px;
margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-body .comment-content p:last-child,
.comments-area ol .comment .comment-body .comment-content p:last-child {
margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-body .comment-content a,
.comments-area ol .comment .comment-body .comment-content a {
text-decoration: underline;
}
.comments-area .comment-list .comment .comment-body .reply .comment-reply-link,
.comments-area ol .comment .comment-body .reply .comment-reply-link {
color: rgba(var(--heading-color-rgb), 0.4);
font-size: 0.888em;
position: relative;
-webkit-transition: all 0.235s ease-in-out;
-o-transition: all 0.235s ease-in-out;
transition: all 0.235s ease-in-out;
font-family: var(--primary-font);
}
.comments-area .comment-list .comment .comment-body .reply .comment-reply-link:hover,
.comments-area ol .comment .comment-body .reply .comment-reply-link:hover {
color: var(--primary-color);
}
.comments-area .comment-list .comment.bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area ol .comment.bypostauthor > .comment-body .comment-meta .comment-author::after {
content: "";
width: 18px;
height: 18px;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="17.96" height="17.96" viewBox="0 0 17.96 17.96"><g transform="translate(-584 -10824)"><rect width="17.96" height="17.96" rx="8.98" transform="translate(584 10824)" fill="%2300ab0b"/><path d="M5058.939,3595.743l2.417,2.418,5.32-5.32" transform="translate(-4469.439 7237.66)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/></g></svg>');
-webkit-background-size: 100% 100%;
background-size: 100%;
position: absolute;
top: 32px;
left: 36px;
}
.comments-area .comment-list .alt.bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area .comment-list .children .bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area ol .alt.bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area ol .children .bypostauthor > .comment-body .comment-meta .comment-author::after {
top: 73px;
}
.comments-area .comment-list:not(.children) > .comment:first-child > .comment-body,
.comments-area ol:not(.children) > .comment:first-child > .comment-body {
padding-top: 0;
border-top: none;
}
.comments-area .comment-list:not(.children) > .comment:first-child > .comment-body .comment-meta .comment-author img,
.comments-area ol:not(.children) > .comment:first-child > .comment-body .comment-meta .comment-author img {
top: 0;
}
.comments-area .comment-respond {
background: rgba(var(--primary-color-rgb), 0.05);
position: relative;
z-index: 1;
padding: 60px 20px;
}
@media screen and (min-width: 576px) {
.comments-area .comment-respond {
padding: 45px;
}
}
.comments-area .comment-respond a {
color: var(--font-color);
}
.comments-area .comment-respond a:hover {
text-decoration: underline;
}
.comments-area .comment-respond .comment-reply-title {
font-size: 1.2222222222em;
}
.comments-area .comment-respond .comment-reply-title a {
margin-left: 10px;
font-weight: 400;
}
.comments-area .comment-respond form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
grid-gap: 20px;
}
.comments-area .comment-respond form p {
margin: 0;
}
.comments-area .comment-respond form input,
.comments-area .comment-respond form textarea {
margin-bottom: 0;
}
.comments-area .comment-respond form label {
display: none;
}
.comments-area .comment-respond form .comment-form-cookies-consent {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
grid-gap: 10px;
margin-bottom: 10px;
}
.comments-area .comment-respond form .comment-form-cookies-consent label {
display: inline-block;
font-size: 0.7777777778em;
line-height: 1.25em;
}
.comments-area .comment-respond form .submit,
.comments-area .comment-respond form input[type=submit] {
outline: none;
background: var(--primary-color);
color: var(--white-color);
width: 100%;
font-family: var(--primary-font);
}
.comments-area .comment-respond form .submit:hover,
.comments-area .comment-respond form input[type=submit]:hover {
background: var(--heading-color);
color: var(--white-color);
border-color: var(--heading-color);
}  nav.post-navigation {
max-width: 755px;
margin: 45px auto;
}
nav.post-navigation .nav-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
grid-row-gap: 45px;
width: 100%;
}
nav.post-navigation .nav-links .nav-next, nav.post-navigation .nav-links .nav-previous {
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;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail, nav.post-navigation .nav-links .nav-previous .post-thumbnail {
width: 90px;
height: 90px;
margin: 0 20px 0 0;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail img, nav.post-navigation .nav-links .nav-previous .post-thumbnail img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
nav.post-navigation .nav-links .nav-next a, nav.post-navigation .nav-links .nav-previous a {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
nav.post-navigation .nav-links .nav-next .post-title, nav.post-navigation .nav-links .nav-previous .post-title {
color: var(--heading-color);
-webkit-transition: all 0.235s ease-in-out;
-o-transition: all 0.235s ease-in-out;
transition: all 0.235s ease-in-out;
}
nav.post-navigation .nav-links .nav-next:hover .meta-nav, nav.post-navigation .nav-links .nav-previous:hover .meta-nav {
color: var(--primary-color);
}
nav.post-navigation .nav-links .nav-next:hover .meta-nav::before, nav.post-navigation .nav-links .nav-previous:hover .meta-nav::before {
background-image: url("data:image/svg+xml,%3Csvg width='41' height='15' viewBox='0 0 41 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='39' y2='-0.5' transform='matrix(-1 0 0 1 40.5 8)' stroke='%23E79372'/%3E%3Cpath d='M9 0C9 5 1 7.5 1 7.5C1 7.5 9 10 9 15' stroke='%23E79372' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
nav.post-navigation .nav-links .nav-next:hover .post-title, nav.post-navigation .nav-links .nav-previous:hover .post-title {
color: var(--primary-color);
}
@media screen and (min-width: 768px) {
nav.post-navigation .nav-links {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
nav.post-navigation .nav-links .nav-next, nav.post-navigation .nav-links .nav-previous {
max-width: 50%;
}
}
nav.post-navigation .nav-links .nav-next {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail {
margin: 0 0 0 20px;
}
nav.post-navigation .nav-links .nav-next .post .entry-header {
text-align: right;
}
nav.post-navigation .nav-next {
text-align: start;
}
nav.post-navigation .post {
margin-bottom: 0;
}
nav.post-navigation .post .entry-meta .cat-links a {
color: var(--primary-color);
}
nav.post-navigation .post .entry-header {
margin: 0;
text-align: left;
}
nav.post-navigation .post .entry-header .entry-title {
margin: 0;
font-size: 1.16em;
font-weight: normal;
}
nav.post-navigation .meta-nav {
font-family: var(--primary-font);
font-size: 0.88em;
line-height: 1.1;
letter-spacing: 0.2em;
text-transform: uppercase;
display: block;
color: rgba(var(--font-color-rgb), 0.6);
text-decoration: none;
position: relative;
padding-left: 65px;
margin-bottom: 16px;
-webkit-transition: all 0.235s ease-in-out;
-o-transition: all 0.235s ease-in-out;
transition: all 0.235s ease-in-out;
}
nav.post-navigation .meta-nav::before {
content: "";
width: 40px;
height: 15px;
background-image: url("data:image/svg+xml,%3Csvg width='41' height='15' viewBox='0 0 41 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='39' y2='-0.5' transform='matrix(-1 0 0 1 40.5 8)' stroke='%23A8A8A8'/%3E%3Cpath d='M9 0C9 5 1 7.5 1 7.5C1 7.5 9 10 9 15' stroke='%23A8A8A8' stroke-linejoin='round'/%3E%3C/svg%3E ");
-webkit-background-size: 100% 100%;
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
left: 0px;
top: 2px;
-webkit-transition: all 0.235s ease-in-out;
-o-transition: all 0.235s ease-in-out;
transition: all 0.235s ease-in-out;
}
nav.post-navigation .meta-nav:hover::before {
left: -2px;
}
nav.post-navigation .nav-next .meta-nav {
padding-left: 0;
padding-right: 65px;
}
nav.post-navigation .nav-next .meta-nav::before {
left: unset;
right: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
nav.post-navigation .nav-next .meta-nav:hover::before {
right: -2px;
}
nav.post-navigation a {
text-decoration: none;
color: var(--font-color);
}
nav.post-navigation a:hover {
color: var(--primary-color);
}
@media screen and (min-width: 768px) {
nav.post-navigation .nav-next {
max-width: 363px;
margin-left: auto;
padding-left: 15px;
}
}
@media screen and (min-width: 768px) {
nav.post-navigation .nav-previous {
padding-right: 15px;
max-width: 363px;
}
}
.pagination {
margin-top: 50px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media (min-width: 767px) {
.pagination {
margin-top: 80px;
}
}
.pagination .nav-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
grid-gap: 13px;
}
.pagination .nav-links a {
color: var(--font-color);
}
.pagination .nav-links .page-numbers {
width: 35.41px;
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 35.41px;
background: rgba(var(--heading-color-rgb), 0.05);
color: var(--font-color);
font-family: var(--secondary-font);
font-size: 0.8888888889em;
line-height: 1;
text-decoration: none;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.pagination .nav-links .page-numbers:hover {
color: var(--white-color);
background-color: var(--primary-color);
}
.pagination .nav-links .page-numbers.current {
padding: 17.71px 17.71px;
background: var(--primary-color);
color: var(--white-color);
}
.pagination .nav-links .page-numbers.prev svg {
margin-right: 10px;
}
.pagination .nav-links .page-numbers.next svg {
margin-left: 10px;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
background: rgba(var(--heading-color-rgb), 0.05);
font-size: 0;
font-family: var(--primary-font);
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
color: var(--heading-color);
}
.pagination .nav-links .page-numbers.next:hover svg path, .pagination .nav-links .page-numbers.prev:hover svg path {
stroke: var(--heading-color);
}
.navigation.pagination {
padding-top: 30px;
margin-top: 45px;
border-top: 1px solid rgba(var(--font-color-rgb), 0.05);
}
.navigation.pagination .nav-links .prev, .navigation.pagination .nav-links .next {
position: relative;
border: 0;
background-color: rgba(var(--heading-color-rgb), 0.05);
}
.navigation.pagination .nav-links .prev::after, .navigation.pagination .nav-links .prev::before, .navigation.pagination .nav-links .next::after, .navigation.pagination .nav-links .next::before {
content: "";
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6665 11.3332L11.9998 7.99984L8.6665 4.6665' stroke='%234F5459' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.3332L7.33333 7.99984L4 4.6665' stroke='%234F5459' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.navigation.pagination .nav-links .prev:hover, .navigation.pagination .nav-links .next:hover {
border: 0;
background-color: var(--primary-color);
}
.navigation.pagination .nav-links .prev:hover::after, .navigation.pagination .nav-links .prev:hover::before, .navigation.pagination .nav-links .next:hover::after, .navigation.pagination .nav-links .next:hover::before {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6665 11.3332L11.9998 7.99984L8.6665 4.6665' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.3332L7.33333 7.99984L4 4.6665' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.navigation.pagination .nav-links .prev::before {
-webkit-transform: translate(-50%, -50%) rotate(180deg);
-ms-transform: translate(-50%, -50%) rotate(180deg);
-o-transform: translate(-50%, -50%) rotate(180deg);
transform: translate(-50%, -50%) rotate(180deg);
}
.navigation.pagination .nav-links .prev::after {
content: none;
}
.navigation.pagination .nav-links .next::before {
content: none;
}
.navigation.posts-navigation {
margin-top: 50px;
}
.navigation.posts-navigation .nav-links a {
color: var(--primary-color);
}
.custom-post-pagination .nav-links a {
border: 1px solid rgba(var(--primary-color-rgb), 0.1);
width: 30px;
height: 30px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.custom-post-pagination .nav-links a:hover {
background-color: var(--primary-color);
border: 1px solid var(--primary-color);
}
.custom-post-pagination .nav-links a:hover svg path {
stroke: var(--white-color);
}
.custom-post-pagination .nav-links a + a {
margin-left: 14px;
}
#load-posts {
margin-top: 50px;
text-align: center;
}
@media (min-width: 767px) {
#load-posts {
margin-top: 100px;
}
}
#load-posts a {
display: inline-block !important;
padding: 21px 30px;
font-family: var(--secondary-font);
background: none;
color: var(--font-color);
letter-spacing: 1px;
border: 1px solid rgba(var(--font-color-rgb), 0.05);
font-size: 0.8333333333em;
line-height: 1em;
-webkit-transition: all ease 0.35s;
-o-transition: all ease 0.35s;
transition: all ease 0.35s;
min-width: 200px;
text-align: center;
background-color: transparent;
text-transform: uppercase;
}
#load-posts a svg {
margin-right: 10px;
}
#load-posts a:hover {
background-color: var(--primary-color);
color: var(--white-color);
}
#load-posts a:hover svg {
-webkit-animation: postloading 1s infinite linear;
-o-animation: postloading 1s infinite linear;
animation: postloading 1s infinite linear;
-webkit-transform-origin: center;
-ms-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
}
#load-posts a.disabled:hover {
background-color: var(--primary-color);
color: var(--white-color);
text-decoration: none;
}
#load-posts a.disabled:hover svg {
-webkit-animation: unset;
-o-animation: unset;
animation: unset;
}
@-webkit-keyframes postloading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes postloading {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes postloading {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
} .search-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
position: relative;
}
.search-form label {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.search-form .search-field {
margin: 0;
padding-right: 42px;
border: 1px solid rgba(var(--heading-color-rgb), 0.06);
}
.search-form .search-submit {
width: 20px;
font-size: 0;
-webkit-background-size: 18.16px 18.16px;
background-size: 18.16px;
background-color: unset;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23001A1ACC'/%3E%3C/svg%3E%0A");
position: absolute;
background-repeat: no-repeat;
right: 17px;
padding: 10px;
top: 50%;
border: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-form .search-submit:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23A60505'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-color: unset;
}
.wp-block-search .wp-block-search__label {
font-weight: normal !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
margin-bottom: 0;
border: 1px solid rgba(var(--heading-color-rgb), 0.06);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
width: 20px;
border: 0;
font-size: 0;
-webkit-background-size: 18.16px 18.16px;
background-size: 18.16px;
background-color: unset;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23001A1ACC'/%3E%3C/svg%3E%0A");
position: absolute;
background-repeat: no-repeat;
right: 35px;
padding: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23A60505'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-color: unset;
}
.widget_block .wp-block-group__inner-container > h2 {
margin-bottom: 32px;
font-size: 1.33em;
line-height: 1;
color: var(--heading-color);
display: inline-block;
position: relative;
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li {
font-size: 16px;
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li:not(:last-child) {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05);
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li .wp-block-latest-comments__comment-meta {
color: var(--font-color);
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a {
color: var(--font-color);
line-height: 1.9;
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover {
color: var(--primary-color);
}
.widget {
margin: 0 0 60px;
}
.widget:last-child {
margin-bottom: 0;
}
.widget.widget_block .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title {
margin-bottom: 32px;
font-size: 1.33em;
line-height: 1;
color: var(--heading-color);
display: inline-block;
position: relative;
font-family: var(--secondary-font);
}
.widget.widget_raratheme_author_bio {
background-color: rgba(var(--primary-color-rgb), 0.05);
padding: 64px 24px;
position: relative;
z-index: 1;
overflow: hidden;
}
.widget.widget_raratheme_author_bio::before, .widget.widget_raratheme_author_bio::after {
content: "";
position: absolute;
top: -31px;
left: -38px;
width: 64px;
height: 64px;
transform: rotate(-51deg);
background-color: var(--background-color);
}
.widget.widget_raratheme_author_bio::after {
top: unset;
bottom: -31px;
right: -38px;
left: unset;
}
.widget.widget_raratheme_author_bio .widget-title {
text-align: center;
display: block;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder {
text-align: center;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .image-holder {
margin-bottom: 20px;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .image-holder img {
width: 190px;
height: 190px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 100px;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .title-holder {
display: block;
font-size: 1.111em;
line-height: 1.75;
font-family: var(--secondary-font);
margin-bottom: 15px;
color: rgba(var(--font-color-rgb), 0.9);
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .text-signature {
display: inline-block;
max-width: 100%;
font-size: 1.7em;
line-height: 1.8;
color: var(--primary-color);
font-family: var(--signature-font);
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
position: relative;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .text-signature::after {
content: "";
width: 136.97px;
height: 25px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.645' height='25.039' viewBox='0 0 138.645 25.039'%3E%3Cpath id='Path_336' data-name='Path 336' d='M443.439,487.565s138.8-18.617,136.948-9.467' transform='matrix(0.996, -0.087, 0.087, 0.996, -482.596, -422.631)' fill='none' stroke='%23e79372' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
-webkit-background-size: 100% 100%;
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
bottom: -5px;
left: -4px;
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore {
color: var(--primary-color);
padding: 0;
background-color: transparent;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore:hover {
color: var(--heading-color);
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons {
margin-top: 30px;
padding: 13px 0 3px;
border-bottom: 1px solid rgba(var(--font-color-rgb), 0.06);
border-top: 1px solid rgba(var(--font-color-rgb), 0.06);
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons .author-socicons {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 11px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons .author-socicons li {
margin-bottom: 0;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons .author-socicons a {
border-radius: 50%;
border: 0;
color: rgba(var(--heading-color-rgb), 0.5);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons .author-socicons a:hover {
color: var(--primary-color);
}
.widget.widget_blossomthemes_email_newsletter_widget {
overflow: hidden;
}
.widget.widget_blossomthemes_email_newsletter_widget .widget-title {
display: none;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
color: var(--white-color);
padding: 85px 15px;
position: relative;
z-index: 1;
text-align: center;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::before, .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::after {
content: "";
position: absolute;
top: -31px;
left: -38px;
width: 64px;
height: 64px;
transform: rotate(-51deg);
background-color: var(--background-color);
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::after {
top: unset;
bottom: -31px;
right: -38px;
left: unset;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .img-holder {
margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
padding: 85px 20px;
}
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder {
margin-bottom: 20px;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1.7em;
line-height: 1.333;
margin-bottom: 16px;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form input[type=submit] {
width: 100%;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form label {
text-align: left;
}
.widget.widget_raratheme_recent_post ul {
list-style: none;
margin-left: 0;
counter-reset: li;
}
.widget.widget_raratheme_recent_post ul li {
margin-bottom: 35px;
counter-increment: li;
overflow: visible;
}
.widget.widget_raratheme_recent_post ul li .post-thumbnail {
position: relative;
}
.widget.widget_raratheme_recent_post ul li .post-thumbnail::before {
position: absolute;
top: -15px;
left: 5px;
content: counter(li);
width: 40px;
height: 40px;
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: #FAF6F4;
color: var(--black-color);
}
.widget.widget_raratheme_recent_post ul li .entry-header .cat-links {
margin-bottom: 10px;
}
.widget.widget_raratheme_recent_post ul li .entry-header .cat-links a {
font-size: 15px;
letter-spacing: 1.42px;
line-height: 32px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding-left: 20px;
position: relative;
margin-right: 10px;
color: var(--primary-color);
}
.widget.widget_raratheme_recent_post ul li .entry-header .cat-links a:hover {
color: var(--heading-color);
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-title {
line-height: 24px;
letter-spacing: 0.21px;
font-weight: 400;
font-family: var(--secondary-font);
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-title a {
color: var(--font-color);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-title a:hover {
color: var(--primary-color);
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-meta {
margin-top: 11px;
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-meta a {
color: rgba(var(--font-color-rgb), 0.8);
font-size: 14px;
line-height: 32px;
letter-spacing: 0.63;
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-meta .posted-on a {
padding-left: 0;
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-meta .posted-on a::before {
content: none;
}
.widget.widget_raratheme_recent_post ul.style-one {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.widget.widget_raratheme_recent_post ul.style-one li .post-thumbnail {
margin-right: 15px;
}
.widget.widget_raratheme_recent_post ul.style-one li .entry-header .entry-meta {
margin-top: 4px;
}
.widget.widget_raratheme_recent_post ul.style-three li .entry-header {
padding: 13px 15px;
}
.widget.widget_raratheme_recent_post .post {
grid-gap: 15px;
}
.widget.widget_raratheme_recent_post .post.horizontal .entry-title {
margin-top: 0;
}
.widget.widget_raratheme_recent_post .post-thumbnail {
margin: 0;
}
.widget.widget_raratheme_recent_post .entry-header {
margin-bottom: 0;
}
.widget.widget_raratheme_recent_post .entry-title {
font-size: 1em;
line-height: 1.25;
font-weight: 600;
font-family: var(--secondary-font);
letter-spacing: 0;
}
.widget.widget_media_gallery a {
display: inline-block;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul {
list-style: none;
margin-left: 0;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li {
position: relative;
height: 152px;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
margin-bottom: 40px;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li::after {
content: none;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a {
border-radius: 0;
padding: 6px 15px;
min-width: 246px;
position: absolute;
bottom: unset;
left: 50%;
top: 50%;
font-weight: 400;
max-width: 100%;
width: auto;
height: auto;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: var(--white-color);
color: var(--font-color);
line-height: 24px;
text-align: center;
text-decoration: none;
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;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a .cat-title {
color: inherit;
font-size: 0.88em;
font-weight: normal;
padding-left: 0;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a .post-count {
height: 26px;
float: unset;
font-weight: normal;
width: auto;
font-size: 0.7777777778em;
line-height: 0.78125em;
padding: 8px 8px;
background: var(--primary-color);
border-radius: 3px;
text-transform: capitalize;
color: var(--white-color);
margin-left: 10px;
position: static;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a:hover {
color: var(--primary-color);
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a:hover .post-count {
width: auto;
background: var(--heading-color);
}
.widget.widget_raratheme_popular_post ul {
counter-reset: li;
list-style: none;
}
.widget.widget_raratheme_popular_post ul.style-one {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.widget.widget_raratheme_popular_post ul.style-one .post-thumbnail {
width: 105px;
height: 100px;
}
.widget.widget_raratheme_popular_post ul.style-one .entry-header .entry-meta {
margin-top: 4px;
}
.widget.widget_raratheme_popular_post ul.style-two .entry-header {
text-align: center;
padding: 0;
}
.widget.widget_raratheme_popular_post ul.style-three li .entry-header {
padding: 13px 15px;
}
.widget.widget_raratheme_popular_post ul li {
margin-bottom: 32px;
counter-increment: li;
overflow: visible;
}
.widget.widget_raratheme_popular_post ul li:last-child {
margin-bottom: 0;
}
.widget.widget_raratheme_popular_post ul li .post-thumbnail {
position: relative;
}
.widget.widget_raratheme_popular_post ul li .post-thumbnail::before {
position: absolute;
top: -15px;
left: 5px;
content: counter(li);
width: 40px;
height: 40px;
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: #FAF6F4;
color: var(--black-color);
}
.widget.widget_raratheme_popular_post ul li .entry-header .cat-links {
margin-bottom: 10px;
}
.widget.widget_raratheme_popular_post ul li .entry-header .cat-links a {
font-size: 15px;
letter-spacing: 1.42px;
line-height: 32px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding-left: 20px;
position: relative;
margin-right: 10px;
text-decoration: none;
color: var(--primary-color);
}
.widget.widget_raratheme_popular_post ul li .entry-header .cat-links a:hover {
color: var(--heading-color);
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-title {
line-height: 24px;
letter-spacing: 0.21px;
font-weight: 400;
font-family: var(--secondary-font);
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-title a {
color: var(--font-color);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-title a:hover {
color: var(--primary-color);
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-meta {
margin-top: 11px;
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-meta a {
color: rgba(var(--font-color-rgb), 0.8);
font-size: 14px;
line-height: 32px;
letter-spacing: 0.63;
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-meta .posted-on a {
padding-left: 0;
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-meta .posted-on a::before {
content: none;
}
.widget.widget_categories ul, .widget.widget_Archive ul {
list-style: none;
margin: 0;
}
.widget.widget_categories ul li, .widget.widget_Archive ul li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: var(--secondary-font);
}
.widget.widget_categories ul li:not(:last-child), .widget.widget_Archive ul li:not(:last-child) {
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05);
}
.widget.widget_categories ul li:last-child a, .widget.widget_Archive ul li:last-child a {
text-decoration: none;
color: var(--font-color);
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.widget.widget_categories ul li:last-child a:hover, .widget.widget_Archive ul li:last-child a:hover {
color: var(--primary-color);
}
.widget.widget_categories select, .widget.widget_Archive select {
margin-bottom: 0;
border: 1px solid rgba(var(--primary-color-rgb), 0.2);
}
.widget.widget_tag_cloud .tagcloud {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 12.5px;
grid-row-gap: 20px;
}
.widget.widget_tag_cloud .tagcloud a {
display: inline-block;
font-size: 0.777em !important;
line-height: 1;
font-family: var(--secondary-font);
color: var(--primary-color);
text-transform: uppercase;
-webkit-text-decoration-style: dotted;
-moz-text-decoration-style: dotted;
text-decoration-style: dotted;
text-underline-offset: 2px;
-webkit-text-decoration-color: var(--heading-color);
-moz-text-decoration-color: var(--heading-color);
text-decoration-color: var(--heading-color);
}
.widget.widget_tag_cloud .tagcloud a:hover {
color: var(--primary-color);
}
.widget.widget_tag_cloud .tagcloud a:not(:first-child) {
padding-left: 12.5px;
position: relative;
}
.widget.widget_tag_cloud .tagcloud a:not(:first-child)::before {
content: "";
width: 3px;
height: 3px;
border-radius: 50%;
background: var(--heading-color);
position: absolute;
top: 50%;
left: -1.5px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget.widget_rtc_social_links {
position: relative;
}
.widget.widget_rtc_social_links .social-networks {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
grid-gap: 11px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget.widget_rtc_social_links .social-networks a {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid rgba(var(--primary-color-rgb), 0.2);
color: var(--primary-color);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.widget.widget_rtc_social_links .social-networks a:hover {
background: var(--primary-color);
color: var(--white-color);
}
.widget.widget_rara_posts_category_slider_widget .item {
padding: 0;
margin: 0;
}
.widget.widget_rara_posts_category_slider_widget .item .carousel-title {
text-align: center;
padding-top: 24px;
}
@media screen and (min-width: 1200px) {
.widget.widget_rara_posts_category_slider_widget .item .carousel-title {
padding-left: 35px;
padding-right: 35px;
}
}
.widget.widget_rara_posts_category_slider_widget .item .carousel-title .title {
font-size: 1.111em;
line-height: 1.75;
font-weight: 500;
margin-bottom: 15px;
margin-top: 8px;
}
.widget.widget_rara_posts_category_slider_widget .item .carousel-title .title a {
text-decoration: none;
color: rgba(var(--font-color-rgb), 0.9);
}
.widget.widget_rara_posts_category_slider_widget .item .carousel-title .title a:hover {
color: var(--primary-color);
}
.widget.widget_rara_posts_category_slider_widget .item .entry-meta {
text-align: center;
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev,
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 23%;
width: 33px;
height: 33px;
-webkit-background-size: 20.65px 4.88px;
background-size: 20.65px 4.88px;
background-color: transparent;
border-color: var(--white-color);
background-position: center;
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev:hover,
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next:hover {
background-color: var(--primary-color);
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev {
left: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.649' height='4.881' viewBox='0 0 20.649 4.881'%3E%3Cg id='Group_1293' data-name='Group 1293' transform='translate(-0.748 -3.864)'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3089.528,1523h17.035' transform='translate(-3085.166 -1516.502)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M133.249-4.237,137.476-1.8V-6.678Z' transform='translate(-132.501 10.542)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next {
right: 10px;
background-image: url("data:image/svg+xml,%3Csvg id='Group_1471' data-name='Group 1471' xmlns='http://www.w3.org/2000/svg' width='20.649' height='4.881' viewBox='0 0 20.649 4.881'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3106.563,1523h-17.035' transform='translate(-3089.528 -1520.366)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.476-4.237,133.249-1.8V-6.678Z' transform='translate(-116.827 6.678)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots {
margin-top: 20px;
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots button span {
display: none;
}
.widget.widget_calendar .calendar_wrap {
padding: 0;
position: relative;
background: var(--white-color);
border: 1px solid rgba(var(--font-color-rgb), 0.05);
overflow: hidden;
border-radius: 4px;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .pad {
display: none;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
position: absolute;
top: 12px;
width: 20px;
height: 20px;
-webkit-background-size: 15.75px 11.12px;
background-size: 15.75px 11.12px;
background-repeat: no-repeat;
background-position: center;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
display: block;
width: 100%;
height: 100%;
font-size: 0;
line-height: 0;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
left: 32px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='matrix(-1, 0, 0, 1, 16.812, 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='matrix(-1, 0, 0, 1, 16.812, 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
right: 32px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='translate(0.75 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='translate(0.75 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap table {
font-family: var(--secondary-font);
text-align: center;
border-collapse: collapse;
margin: 0;
}
.widget.widget_calendar .calendar_wrap table caption {
font-size: 0.888em;
line-height: 1.3;
background: rgba(var(--primary-color-rgb), 0.1);
padding: 12px;
margin: 0 -22px;
}
.widget.widget_calendar .calendar_wrap table thead tr {
border-bottom: 1px solid rgba(var(--font-color-rgb), 0.2);
}
.widget.widget_calendar .calendar_wrap table thead th {
font-size: 0.777em;
font-weight: normal;
text-transform: uppercase;
}
.widget.widget_calendar .calendar_wrap table tbody td {
font-size: 0.833em;
color: rgba(var(--font-color-rgb), 0.9);
}
.widget.widget_calendar .calendar_wrap table tbody td a,
.widget.widget_calendar .calendar_wrap table tbody td span {
color: var(--font-color);
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
}
.widget.widget_calendar .calendar_wrap table tbody td a:hover {
text-decoration: underline;
}
.widget.widget_calendar .calendar_wrap table tbody td#today {
color: var(--primary-color);
}
.widget.widget_calendar .calendar_wrap table td,
.widget.widget_calendar .calendar_wrap table th {
padding: 5px !important;
text-align: center;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap {
list-style: none;
margin: 0;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li {
padding-top: 90px;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
margin-bottom: 40px;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li a {
display: inline-block;
margin-bottom: -26px;
background: var(--white-color);
padding: 15px;
min-width: 228px;
text-decoration: none;
font-weight: 500;
font-size: 1em;
color: var(--font-color);
font-family: var(--secondary-font);
text-align: center;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li a:hover {
color: var(--primary-color);
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li a .post-count {
display: inline-block;
padding: 6px 9px 3px;
background: var(--primary-color);
color: var(--white-color);
font-size: 15px;
line-height: 1;
font-family: var(--primary-font);
margin-left: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li a:hover .post-count {
background: var(--font-color);
}
.widget.widget_custom_blog_banner {
background: rgba(var(--heading-color-rgb), 0.1);
padding: 30px;
text-align: center;
position: relative;
z-index: 1;
}
@media screen and (min-width: 768px) {
.widget.widget_custom_blog_banner {
padding: 60px 40px;
}
}
.widget.widget_custom_blog_banner::before {
content: "";
width: 370px;
height: 245.51px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='345.508' viewBox='0 0 370 345.508'%3E%3Cg id='Path_24952' data-name='Path 24952' fill='%23ffdf00' opacity='0.04'%3E%3Cpath d='M370,0V345.508H0Z' stroke='none'/%3E%3Cpath d='M 369 2.302032470703125 L 2.536102294921875 344.5077819824219 L 369 344.5077819824219 L 369 2.302032470703125 M 370 0 L 370 345.5077819824219 L 0 345.5077819824219 L 370 0 Z' stroke='none' fill='rgba(136,238,191,0.3)'/%3E%3C/g%3E%3C/svg%3E%0A");
-webkit-background-size: 100% 100%;
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}
@media screen and (min-width: 1200px) {
.widget.widget_custom_blog_banner .banner-text-holder {
padding: 0 30px;
}
}
.widget.widget_custom_blog_banner .banner-title {
font-size: 1.666em;
line-height: 1.333;
margin-bottom: 20px;
}
.widget.widget_custom_blog_banner .banner-desc {
margin-bottom: 20px;
}
.widget.widget_custom_blog_banner .button-wrapper .wc-btn {
width: 100%;
}
@media (max-width: 1199px) {
.widget.widget_custom_blog_banner .button-wrapper .wc-btn {
padding: 17px;
}
}
#secondary,
.footer-t {            }
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul {
list-style: none;
margin: 0;
list-style: none;
margin: 0;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li {
color: rgba(var(--font-color-rgb), 1);
padding-left: 0;
list-style: none;
margin-bottom: 15px;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li:not(:last-child),
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li:not(:last-child) {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05);
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li:last-child,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li:last-child {
margin-bottom: 0;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li > a,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li > a {
position: relative;
padding-left: 0px;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li a,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li a {
color: rgba(var(--font-color-rgb), 1);
font-size: 16px;
display: inline-block;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li a:hover,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li a:hover {
color: rgba(var(--primary-color-rgb), 1);
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_entries .post-date,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_entries .post-date {
font-size: 14px;
color: rgba(var(--font-color-rgb), 0.8);
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_comments ul li,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_comments ul li {
position: relative;
padding-left: 0px;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_comments ul li > a::before,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_comments ul li > a::before {
content: none;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_btif_instagram_widget ul li a::before,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_btif_instagram_widget ul li a::before {
content: none;
}
#secondary .widget_nav_menu ul,
.footer-t .widget_nav_menu ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-column-gap: 20px;
}
#secondary .widget_nav_menu ul li,
.footer-t .widget_nav_menu ul li {
display: inline-block;
}
#secondary .widget_nav_menu ul li .submenu-toggle-btn,
.footer-t .widget_nav_menu ul li .submenu-toggle-btn {
display: none;
}
#secondary .widget_nav_menu ul li a,
.footer-t .widget_nav_menu ul li a {
color: rgba(var(--font-color-rgb), 1);
font-size: 18px;
letter-spacing: 1.42px;
display: inline-block;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}
#secondary .widget_nav_menu ul li a:hover,
.footer-t .widget_nav_menu ul li a:hover {
color: rgba(var(--primary-color-rgb), 1);
}
#secondary .widget_nav_menu ul li ul,
.footer-t .widget_nav_menu ul li ul {
margin-left: 20px;
}
#secondary .widget .cat-links a,
.footer-t .widget .cat-links a {
position: relative;
text-transform: uppercase;
}
#secondary .widget .cat-links a:hover,
.footer-t .widget .cat-links a:hover {
color: var(--heading-color);
}
#secondary .widget .cat-links a:hover::before,
.footer-t .widget .cat-links a:hover::before {
background-color: currentColor;
}
#secondary .widget .cat-links a + a,
.footer-t .widget .cat-links a + a {
margin-left: 10px;
padding-left: 12px;
}
#secondary .widget .cat-links a + a::before,
.footer-t .widget .cat-links a + a::before {
content: "";
position: absolute;
top: 6.5px;
left: 0;
width: 4px;
height: 4px;
border-radius: 100%;
background-color: currentcolor;
opacity: 0.4;
-webkit-transition: all 0.234s ease-in-out;
-o-transition: all 0.234s ease-in-out;
transition: all 0.234s ease-in-out;
}
#secondary .widget_media_image a,
.footer-t .widget_media_image a {
display: block;
}
#secondary .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li:not(:last-child),
.footer-t .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li:not(:last-child) {
border-bottom: 1px solid rgba(var(--heading-color-rgb), 0.06);
padding-bottom: 25px;
}
#secondary .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li a,
.footer-t .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li a {
position: relative;
color: var(--heading-color);
}
#secondary .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li .inner,
.footer-t .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li .inner {
margin-top: 14px;
background-color: rgba(var(--heading-color-rgb), 0.01);
padding: 20px;
}
#secondary .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li .inner p:last-child,
.footer-t .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li .inner p:last-child {
margin-bottom: 0;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list .contact-title,
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list .address-title,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list .contact-title,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list .address-title {
font-weight: bold;
margin-bottom: 15px;
display: inline-block;
font-weight: 400;
font-family: var(--secondary-font);
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li {
list-style: none;
margin-bottom: 8px;
font-weight: 400;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li b,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li b {
font-weight: normal;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a {
word-break: break-all;
color: rgba(var(--font-color-rgb), 1);
font-weight: 400;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a::before,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a::before {
content: none;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li .fa-phone,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li .fa-phone {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li svg,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li svg {
margin-right: 20px;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li svg path,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li svg path {
fill: var(--primary-color);
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list-title,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list-title {
display: block;
font-weight: bold;
margin-bottom: 15px;
font-weight: 400;
font-family: var(--secondary-font);
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li {
margin-bottom: 4px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 11px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid rgba(var(--primary-color-rgb), 0.2);
color: var(--primary-color);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a:hover,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a:hover {
background: var(--primary-color);
color: var(--white-color);
}
#secondary .widget_rtc_social_links .social-networks li,
.footer-t .widget_rtc_social_links .social-networks li {
margin-bottom: 4px;
}
#secondary .widget_rtc_social_links .social-networks li a,
.footer-t .widget_rtc_social_links .social-networks li a {
padding-left: 0;
background: unset;
}
#secondary .widget_rtc_social_links .social-networks li a::before,
.footer-t .widget_rtc_social_links .social-networks li a::before {
content: none;
}
#secondary .widget_rtc_social_links .social-networks li a:hover,
.footer-t .widget_rtc_social_links .social-networks li a:hover {
color: #fff;
background: var(--primary-color);
}
#secondary .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap,
.footer-t .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap {
display: -ms-grid;
display: grid;
-ms-grid-columns: repeat(2, 1fr);
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;
}
#secondary .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap .image-holder img,
.footer-t .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap .image-holder img {
max-width: 100%;
}
#secondary .widget_btif_instagram_widget ul,
.footer-t .widget_btif_instagram_widget ul {
display: -ms-grid;
display: grid;
-ms-grid-columns: repeat(3, 1fr);
grid-template-columns: repeat(3, 1fr);
}
#secondary .widget_btif_instagram_widget ul li,
.footer-t .widget_btif_instagram_widget ul li {
margin: 0;
width: 100%;
}
#secondary .widget_btif_instagram_widget ul li a,
.footer-t .widget_btif_instagram_widget ul li a {
display: block;
padding-left: 0;
}
#secondary .widget_btif_instagram_widget .profile-link,
.footer-t .widget_btif_instagram_widget .profile-link {
padding: 10px 30px;
max-width: 261px;
margin: 0 auto;
color: var(--primary-color);
border: 1px solid var(--primary-color);
display: block;
margin-top: 20px;
text-decoration: none;
text-align: center;
}
#secondary .widget_btif_instagram_widget .profile-link:hover,
.footer-t .widget_btif_instagram_widget .profile-link:hover {
background-color: var(--primary-color);
color: #fff;
}
#secondary .widget_btif_instagram_widget .profile-link .insta-icon,
.footer-t .widget_btif_instagram_widget .profile-link .insta-icon {
margin-right: 10px;
}
#secondary .widget_raratheme_companion_cta_widget,
.footer-t .widget_raratheme_companion_cta_widget {
margin: 0 0 60px;
}
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg {
padding: 0;
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container {
padding: 40px 20px;
text-align: left;
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 1em;
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-2,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-2 {
border: 1px solid var(--primary-color);
color: var(--white-color);
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-2:hover,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-2:hover {
color: var(--white-color);
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-subtitle,
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .text-holder,
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-title,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-subtitle,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .text-holder,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-title {
color: var(--white-color);
}
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg {
padding: 0;
position: relative;
z-index: 2;
}
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg::before,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg::before {
content: "";
position: absolute;
background: rgba(var(--black-color-rgb), 0.6);
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: -1;
}
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg .raratheme-cta-container .text-holder,
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg .raratheme-cta-container .widget-title,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg .raratheme-cta-container .text-holder,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg .raratheme-cta-container .widget-title {
color: var(--white-color);
}
#secondary .widget_raratheme_companion_cta_widget .right .raratheme-cta-container,
.footer-t .widget_raratheme_companion_cta_widget .right .raratheme-cta-container {
padding: 40px 20px;
text-align: right;
}
#secondary .widget_raratheme_companion_cta_widget .right .raratheme-cta-container .button-wrap,
.footer-t .widget_raratheme_companion_cta_widget .right .raratheme-cta-container .button-wrap {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#secondary .widget_raratheme_companion_cta_widget .centered .raratheme-cta-container,
.footer-t .widget_raratheme_companion_cta_widget .centered .raratheme-cta-container {
padding: 40px 20px;
text-align: center;
}
#secondary .widget_raratheme_companion_cta_widget .centered .raratheme-cta-container .button-wrap,
.footer-t .widget_raratheme_companion_cta_widget .centered .raratheme-cta-container .button-wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
#secondary .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder,
.footer-t .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
grid-gap: 1.5em;
}
#secondary .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .widget-title,
.footer-t .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .widget-title {
margin-bottom: 15px;
}
#secondary .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder,
.footer-t .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder {
font-size: 3em;
color: var(--primary-color);
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li {
margin-bottom: 42px;
list-style: none;
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore {
top: auto;
bottom: -19px;
min-height: 45px;
background: var(--white-color);
color: var(--black-color);
left: 50%;
width: auto;
min-width: 62%;
max-width: -webkit-calc(100% - 30px);
max-width: calc(100% - 30px);
padding: 7px 20px;
text-transform: none;
font-style: italic;
font-size: 1em;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
line-height: 1.4em;
width: 100%;
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore::before,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore::before {
content: none;
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore:hover,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore:hover {
background: var(--primary-color);
color: var(--white-color);
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore::after,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore::after {
content: none;
}
#secondary .widget_raratheme_companion_stat_counter_widget .col,
.footer-t .widget_raratheme_companion_stat_counter_widget .col {
width: 100%;
padding: 0;
}
#secondary .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder,
.footer-t .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
position: relative;
padding-left: 70px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
#secondary .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder,
.footer-t .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder {
font-size: 3em;
position: absolute;
top: 5px;
left: 0;
line-height: 1;
color: var(--primary-color);
}
#secondary .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .hs-counter,
.footer-t .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .hs-counter {
font-size: 2.6665em;
font-weight: 700;
line-height: 1;
}
#secondary .widget_raratheme_companion_stat_counter_widget .widget-title,
.footer-t .widget_raratheme_companion_stat_counter_widget .widget-title {
background: none;
padding: 0;
font-size: 1.112em;
margin-bottom: 0;
text-align: left;
}
#secondary .widget_raratheme_companion_stat_counter_widget .widget-title::after,
.footer-t .widget_raratheme_companion_stat_counter_widget .widget-title::after {
content: none;
}
#secondary .widget_raratheme_companion_stat_counter_widget .widget-title > span,
.footer-t .widget_raratheme_companion_stat_counter_widget .widget-title > span {
background: none;
padding: 0;
}
#secondary .widget_rrtc_description_widget .rtc-team-holder-modal,
.footer-t .widget_rrtc_description_widget .rtc-team-holder-modal {
display: none !important;
}
#secondary .widget_rrtc_description_widget .rtc-team-holder,
.footer-t .widget_rrtc_description_widget .rtc-team-holder {
text-align: center;
}
#secondary .widget_rrtc_description_widget .image-holder,
.footer-t .widget_rrtc_description_widget .image-holder {
margin-bottom: 30px;
}
#secondary .widget_rrtc_description_widget .name,
.footer-t .widget_rrtc_description_widget .name {
display: block;
font-weight: 700;
line-height: 1.5;
}
#secondary .widget_rrtc_description_widget .designation,
.footer-t .widget_rrtc_description_widget .designation {
display: block;
font-size: 0.7778em;
color: rgba(var(--black-color-rgb), 0.5);
margin-top: 0;
}
#secondary .widget_rrtc_description_widget .description,
.footer-t .widget_rrtc_description_widget .description {
margin-top: 0;
margin-bottom: 20px;
}
#secondary .widget_rrtc_description_widget .description p:last-child,
.footer-t .widget_rrtc_description_widget .description p:last-child {
margin-bottom: 0;
}
#secondary .widget_rrtc_description_widget .social-profile,
.footer-t .widget_rrtc_description_widget .social-profile {
margin-top: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 11px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
#secondary .widget_rrtc_description_widget .social-profile li a,
.footer-t .widget_rrtc_description_widget .social-profile li a {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid rgba(var(--primary-color-rgb), 0.2);
color: var(--primary-color);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#secondary .widget_rrtc_description_widget .social-profile li a:hover,
.footer-t .widget_rrtc_description_widget .social-profile li a:hover {
background: var(--primary-color);
color: var(--white-color);
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder,
.footer-t .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .testimonial-heading,
.footer-t .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .testimonial-heading {
margin-bottom: 32px;
font-size: 1.111em;
line-height: 1;
color: rgba(var(--font-color-rgb), 0.9);
font-weight: 500;
display: inline-block;
position: relative;
font-family: var(--secondary-font);
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .img-holder,
.footer-t .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .img-holder {
width: 40px;
height: 40px;
border-radius: 100%;
overflow: hidden;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-top: -44px;
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .img-holder img,
.footer-t .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .img-holder img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
#secondary .widget_rrtc_testimonial_widget .text-holder,
.footer-t .widget_rrtc_testimonial_widget .text-holder {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content {
font-size: 1em;
font-family: var(--secondary-font);
margin-bottom: 20px;
position: relative;
padding-left: 30px;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content p,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content p {
margin-top: 0;
margin-bottom: 20px;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content p:last-child::after, #secondary .widget_rrtc_testimonial_widget .testimonial-content p:first-child::before,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content p:last-child::after,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content p:first-child::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="16.139" height="12.576" viewBox="0 0 16.139 12.576"><path d="M154.714,262.991c-.462.312-.9.614-1.343.9-.3.2-.612.375-.918.56a2.754,2.754,0,0,1-2.851.133,1.764,1.764,0,0,1-.771-.99,6.549,6.549,0,0,1-.335-1.111,5.386,5.386,0,0,1-.219-1.92,16.807,16.807,0,0,1,.3-1.732,2.392,2.392,0,0,1,.424-.8c.394-.534.808-1.053,1.236-1.56a3.022,3.022,0,0,1,.675-.61,2.962,2.962,0,0,0,.725-.749c.453-.576.923-1.137,1.38-1.71a3.035,3.035,0,0,0,.208-.35c.023-.038.044-.09.079-.107.391-.185.777-.383,1.179-.54.284-.11.5.141.739.234a.316.316,0,0,1-.021.2c-.216.411-.442.818-.663,1.226-.5.918-1.036,1.817-1.481,2.761a7.751,7.751,0,0,0-.915,3.069c-.009.326.038.653.053.98.009.2.143.217.288.2a1.678,1.678,0,0,0,1.006-.491c.2-.2.316-.207.537-.027.283.23.552.479.825.723a.174.174,0,0,1,.06.116,1.424,1.424,0,0,1-.327,1C154.281,262.714,154.285,262.755,154.714,262.991Z" transform="translate(-139.097 -252.358)" fill="%23ff5000"/><path d="M222.24,262.76a5.243,5.243,0,0,1-2.138,1.427,1.623,1.623,0,0,0-.455.26,3.112,3.112,0,0,1-2.406.338,1.294,1.294,0,0,1-1.021-1.2,6.527,6.527,0,0,1,.449-2.954c.015-.043.04-.083.053-.127a13.25,13.25,0,0,1,1.295-2.632,14.155,14.155,0,0,1,1.224-1.677c.084.14.132.238.2.324.133.176.3.121.414-.06a1.248,1.248,0,0,0,.1-.23c.055-.149.143-.214.315-.111-.029-.308,0-.607.3-.727.114-.045.295.079.463.131.093-.161.227-.372.335-.6.029-.06-.012-.16-.033-.238-.042-.154-.1-.3-.137-.458a1.117,1.117,0,0,1,.27-.933c.154-.207.286-.431.431-.646a.586.586,0,0,1,1.008-.108,2.225,2.225,0,0,0,.336.306.835.835,0,0,0,.356.087,1.242,1.242,0,0,0,.294-.052c-.067.145-.114.257-.17.364-.7,1.34-1.422,2.665-2.082,4.023-.488,1.005-.891,2.052-1.332,3.08a.628.628,0,0,0-.032.11c-.091.415.055.542.478.461.365-.07.607-.378.949-.463a2.8,2.8,0,0,1,.823-.064c.174.01.366.451.317.687a2.48,2.48,0,0,1-.607,1.26C222.081,262.492,222.011,262.615,222.24,262.76Z" transform="translate(-216.183 -252.301)" fill="%23ff5000"/></svg>');
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 12px;
position: absolute;
top: 10px;
left: 0;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content p:last-child::after,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content p:last-child::after {
position: relative;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
display: inline-block;
vertical-align: 10px;
margin-left: 15px;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-meta,
.footer-t .widget_rrtc_testimonial_widget .testimonial-meta {
padding-left: 53px;
line-height: 1.3;
width: -webkit-calc(100% - 76px);
width: calc(100% - 76px);
}
#secondary .widget_rrtc_testimonial_widget .testimonial-meta .name,
.footer-t .widget_rrtc_testimonial_widget .testimonial-meta .name {
display: block;
font-family: var(--secondary-font);
font-size: 1em;
color: var(--heading-color); }
#secondary .widget_rrtc_testimonial_widget .testimonial-meta .designation,
.footer-t .widget_rrtc_testimonial_widget .testimonial-meta .designation {
display: block;
font-size: 0.8em;
font-family: var(--primary-font);
letter-spacing: 0.1px;
}
#secondary .widget_rara_posts_category_slider_widget .owl-nav button,
.footer-t .widget_rara_posts_category_slider_widget .owl-nav button {
background-repeat: no-repeat !important;
}
#secondary .widget_rara_posts_category_slider_widget .owl-nav button::after,
.footer-t .widget_rara_posts_category_slider_widget .owl-nav button::after {
content: none;
}
#secondary .widget_rara_posts_category_slider_widget .owl-dot span,
.footer-t .widget_rara_posts_category_slider_widget .owl-dot span {
display: none;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links {
margin-bottom: 10px;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links a,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links a {
font-size: 14px;
letter-spacing: 1.42px;
line-height: 32px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding-left: 15px;
position: relative;
margin-right: 10px;
color: var(--primary-color);
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links a:hover,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links a:hover {
color: var(--primary-color);
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title {
line-height: 24px;
letter-spacing: 0.21px;
font-weight: 400;
font-size: 1em;
font-family: var(--secondary-font);
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title a,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title a {
color: var(--font-color);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title a:hover,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title a:hover {
color: var(--primary-color);
}
#secondary .widget_raratheme_featured_widget .widget-featured-alignment,
.footer-t .widget_raratheme_featured_widget .widget-featured-alignment {
position: relative;
}
#secondary .widget_raratheme_featured_widget .widget-featured-alignment .about-bg-img,
.footer-t .widget_raratheme_featured_widget .widget-featured-alignment .about-bg-img {
position: absolute;
top: -27px;
left: 152px;
}
#secondary .widget_raratheme_featured_widget .widget-featured-alignment .img-holder,
.footer-t .widget_raratheme_featured_widget .widget-featured-alignment .img-holder {
margin-bottom: 29px;
}
#secondary .widget_raratheme_featured_widget .right,
.footer-t .widget_raratheme_featured_widget .right {
text-align: right;
}
#secondary .widget_raratheme_featured_widget .right .wp-block-buttons,
.footer-t .widget_raratheme_featured_widget .right .wp-block-buttons {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#secondary .widget_raratheme_featured_widget .centered,
.footer-t .widget_raratheme_featured_widget .centered {
text-align: center;
}
#secondary .widget_raratheme_featured_widget .centered .wp-block-buttons,
.footer-t .widget_raratheme_featured_widget .centered .wp-block-buttons {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
#secondary .widget_raratheme_featured_widget .featured_page_content,
.footer-t .widget_raratheme_featured_widget .featured_page_content {
margin-top: 20px;
}
#secondary .widget_raratheme_featured_page_widget .widget-featured-holder .section-subtitle,
.footer-t .widget_raratheme_featured_page_widget .widget-featured-holder .section-subtitle {
display: block;
}
#secondary .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder,
.footer-t .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder {
margin-top: 20px;
}
#secondary .woocommerce ul.product_list_widget li img,
.footer-t .woocommerce ul.product_list_widget li img {
float: left;
width: 75px;
margin-left: 0;
margin-right: 15px;
}
#secondary .woocommerce ul.product_list_widget li,
.footer-t .woocommerce ul.product_list_widget li {
padding-top: 0;
padding-left: 0;
margin: 0 0 10px;
text-transform: none;
font-weight: 400;
font-size: 0.8888em;
}
#secondary .woocommerce ul.product_list_widget li::before,
.footer-t .woocommerce ul.product_list_widget li::before {
display: none;
}
#secondary .woocommerce ul.product_list_widget li a,
.footer-t .woocommerce ul.product_list_widget li a {
font-weight: 400;
text-decoration: none;
}
#secondary .woocommerce ul.product_list_widget li .product-title,
.footer-t .woocommerce ul.product_list_widget li .product-title {
color: var(--black-color);
font-family: var(--primary-font);
}
#secondary .woocommerce ul.product_list_widget li .product-title:hover,
#secondary .woocommerce ul.product_list_widget li .product-title:focus,
.footer-t .woocommerce ul.product_list_widget li .product-title:hover,
.footer-t .woocommerce ul.product_list_widget li .product-title:focus {
color: var(--primary-color);
}
#secondary .woocommerce ul.product_list_widget li .amount,
.footer-t .woocommerce ul.product_list_widget li .amount {
font-weight: 500;
}
#secondary .woocommerce ul.product_list_widget del,
.footer-t .woocommerce ul.product_list_widget del {
opacity: 0.4;
filter: alpha(opacity=40);
}
#secondary .woocommerce ul.product_list_widget li ins,
#secondary .woocommerce ul.product_list_widget li ins .amount,
.footer-t .woocommerce ul.product_list_widget li ins,
.footer-t .woocommerce ul.product_list_widget li ins .amount {
background: none;
color: var(--black-color);
}
#secondary .woocommerce ul.product_list_widget li ins,
.footer-t .woocommerce ul.product_list_widget li ins {
margin-left: 10px;
}
#secondary .woocommerce ul.product_list_widget li .star-rating,
.footer-t .woocommerce ul.product_list_widget li .star-rating {
margin: 0 0 5px;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search,
.footer-t .woocommerce.widget_product_search .woocommerce-product-search {
background: none;
border-radius: 0;
margin: 0 3px 0 0;
width: 100%;
padding: 0;
border: 1px solid #e5e5e5;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search:after,
.footer-t .woocommerce.widget_product_search .woocommerce-product-search:after {
content: "";
display: block;
clear: both;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search input[type=search],
.footer-t .woocommerce.widget_product_search .woocommerce-product-search input[type=search] {
background: none;
border: 0;
border-radius: 0;
float: left;
margin: 0;
padding: 10px 15px;
font-size: 0.8888em;
width: -webkit-calc(100% - 50px);
width: calc(100% - 50px);
height: 50px;
font-weight: 400;
}
#secondary .woocommerce-product-search button[type=submit],
.footer-t .woocommerce-product-search button[type=submit] {
width: 50px;
border-radius: 0;
padding: 0;
height: 50px;
background-color: var(--black-color);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 20px 20px;
background-size: 20px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
text-indent: 55px;
white-space: nowrap;
overflow: hidden;
}
#secondary .woocommerce-product-search button[type=submit]:hover,
.footer-t .woocommerce-product-search button[type=submit]:hover {
background-color: var(--primary-color);
}
#secondary .woocommerce-cart .cart-collaterals .cross-sells .products,
.footer-t .woocommerce-cart .cart-collaterals .cross-sells .products {
-ms-grid-columns: repeat(1, 1fr);
grid-template-columns: repeat(1, 1fr);
}
#secondary .woocommerce .cart-collaterals .cross-sells ul.products li,
#secondary .woocommerce-page .cart-collaterals .cross-sells ul.products li,
.footer-t .woocommerce .cart-collaterals .cross-sells ul.products li,
.footer-t .woocommerce-page .cart-collaterals .cross-sells ul.products li {
width: 100%;
}
#secondary .woocommerce-page .site-main article,
.footer-t .woocommerce-page .site-main article {
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
border-radius: 0;
}
#secondary #add_payment_method .checkout .col-2 h3#ship-to-different-address,
#secondary .woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
#secondary .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
.footer-t #add_payment_method .checkout .col-2 h3#ship-to-different-address,
.footer-t .woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.footer-t .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
font-size: 0.8888em;
font-weight: 600;
}
#secondary #ship-to-different-address-checkbox,
.footer-t #ship-to-different-address-checkbox {
margin-right: 5px;
}
#secondary .woocommerce-checkout-payment button.button,
.footer-t .woocommerce-checkout-payment button.button {
margin-top: 30px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single {
height: 54px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 54px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 13px;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent {
position: relative;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle {
position: absolute;
top: 0;
right: 0;
width: 25px;
text-align: center;
height: 25px;
line-height: 25px;
cursor: pointer;
-webkit-transition: all ease 0.35s;
-o-transition: all ease 0.35s;
transition: all ease 0.35s;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle:hover,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle:hover {
color: var(--primary-color);
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle.active,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle.active {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent ul,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent ul {
display: none;
}
#secondary .woocommerce.widget_rating_filter ul li .star-rating,
.footer-t .woocommerce.widget_rating_filter ul li .star-rating {
vertical-align: top;
margin-top: 7px;
}
#secondary .woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.footer-t .woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 5px;
}
#secondary #secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
#secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
.footer-t #secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
.footer-t .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice {
margin: 5px;
padding: 0 10px;
border-bottom: 1px solid #aaa;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
position: relative;
padding-bottom: 10px;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
padding-bottom: 0;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
width: auto;
height: auto;
position: static;
background: none;
}
#secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline,
.footer-t .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline {
border-bottom: none;
}
#secondary .woocommerce.woocommerce-widget-layered-nav ul li input[type=text],
.footer-t .woocommerce.woocommerce-widget-layered-nav ul li input[type=text] {
width: 100% !important;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
#secondary .woocommerce.widget_layered_nav_filters ul li a,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.footer-t .woocommerce.widget_layered_nav_filters ul li a {
position: relative;
padding-left: 30px;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
#secondary .woocommerce.widget_layered_nav_filters ul li a:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
.footer-t .woocommerce.widget_layered_nav_filters ul li a:before {
content: "";
width: 16px;
height: 16px;
border: 1px solid #ddd;
border-radius: 0;
position: absolute;
top: 4px;
left: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
background-repeat: no-repeat;
-webkit-background-size: 0px 0px;
background-size: 0px;
background-position: center;
-webkit-transition: all ease 0.35s;
-o-transition: all ease 0.35s;
transition: all ease 0.35s;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,
#secondary .woocommerce.widget_layered_nav_filters ul li a:hover:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,
.footer-t .woocommerce.widget_layered_nav_filters ul li a:hover:before {
border-color: var(--primary-color);
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,
#secondary .woocommerce.widget_layered_nav_filters ul li.chosen a:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,
.footer-t .woocommerce.widget_layered_nav_filters ul li.chosen a:before {
-webkit-background-size: 10px 10px;
background-size: 10px;
background-color: var(--primary-color);
border-color: var(--primary-color);
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
display: inline-block;
float: right;
line-height: 1.3;
border-radius: 0;
color: #999596;
}
#secondary .woocommerce.widget_price_filter .ui-slider-horizontal,
.footer-t .woocommerce.widget_price_filter .ui-slider-horizontal {
height: 5px;
background: #eee;
margin-left: 0;
margin-right: 0;
border-radius: 0;
margin-bottom: 25px;
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
background: var(--white-color);
width: 15px;
height: 15px;
top: -5px;
border-radius: 100%;
-webkit-box-shadow: 5px 0px 15px rgba(136, 206, 208, 0.3);
box-shadow: 5px 0px 15px rgba(136, 206, 208, 0.3);
border: 3px solid var(--primary-color);
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus,
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
width: 22px;
height: 22px;
top: -8px;
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-range,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
background: var(--primary-color);
}
#secondary .woocommerce.widget_price_filter .price_slider_amount,
.footer-t .woocommerce.widget_price_filter .price_slider_amount {
font-size: 1em;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
#secondary .woocommerce.widget_price_filter .price_slider_amount .button,
.footer-t .woocommerce.widget_price_filter .price_slider_amount .button {
font-size: 0.7778em;
font-weight: 400;
letter-spacing: 0.5px;
color: var(--white-color);
background: var(--primary-color);
border-radius: 0;
border: 2px solid var(--primary-color);
text-transform: capitalize;
padding: 10px 20px;
-webkit-transition: linear 0.2s;
-o-transition: linear 0.2s;
transition: linear 0.2s;
position: relative;
min-height: auto;
line-height: 1.3;
}
.last-widget-sticky .widget-area .widget:last-child {
-webkit-transition: top ease 0.35s;
-o-transition: top ease 0.35s;
transition: top ease 0.35s;
position: -webkit-sticky;
position: sticky;
top: 0;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
}  .back-to-top {
background: var(--primary-color);
border-radius: 100%;
border: 0;
position: fixed;
bottom: 0%;
right: 50px;
padding: 0;
width: 35px;
height: 35px;
min-height: auto;
line-height: 1;
opacity: 0;
visibility: hidden;
z-index: 999;
cursor: pointer;
-webkit-transition: all 0.234s ease-in-out;
-o-transition: all 0.234s ease-in-out;
transition: all 0.234s ease-in-out;
}
.back-to-top svg {
display: inline-block;
stroke: var(--white-color);
}
.back-to-top:hover {
background: var(--heading-color);
}
.back-to-top.active {
bottom: 3%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
@media screen and (min-width: 767px) {
.back-to-top {
width: 45px;
height: 45px;
}
.back-to-top svg {
width: 18px;
height: 18px;
font-size: 22px;
}
}     .breadcrumb-wrapper {
padding-top: 20px;
}
.breadcrumb-wrapper > div {
font-size: 0.7777777778em;
padding: 5px 13px 5px 0;
}
.breadcrumb-wrapper > div a {
text-decoration: none;
letter-spacing: 0.36px;
color: #A8A8A8;
}
.breadcrumb-wrapper > div a:hover {
color: var(--primary-color);
}
.breadcrumb-wrapper > div > span {
color: #A8A8A8;
}
.breadcrumb-wrapper > div > span:last-child {
color: #A8A8A8;
}
.breadcrumb-wrapper > div > span:last-child a {
color: inherit;
pointer-events: none;
}
.breadcrumb-wrapper > div > span:last-child a:hover {
text-decoration: underline;
}
.breadcrumb-wrapper > div > span + span {
margin-left: 10px;
padding-left: 10px;
position: relative;
}
.breadcrumb-wrapper > div > span + span::before {
content: "";
width: 1px;
height: 12.5px;
-webkit-transform: rotate(25deg);
-ms-transform: rotate(25deg);
-o-transform: rotate(25deg);
transform: rotate(25deg);
border-right: 1px solid currentColor;
position: absolute;
top: 2px;
left: -1px;
}  .wp-caption {
margin-bottom: 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-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption {
display: block;
}
.wp-block-image .alignleft > figcaption {
text-align: left;
}
.wp-block-image .alignright > figcaption {
text-align: right;
}
.wp-block-image .aligncenter > figcaption {
text-align: center;
}
.wp-caption-text {
text-align: center;
}
.dropcap {
position: absolute;
top: -82px;
left: -30px;
font-weight: 600;
font-size: 8em;
color: #F0F0F0;
z-index: -1;
}  .gallery {
margin-bottom: 1.5em;
display: -ms-grid;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
height: 100%;
margin: 0;
}
.gallery-item .gallery-icon.landscape {
height: 100%;
}
.gallery-item a {
display: block;
}
.gallery-columns-2 {
-ms-grid-columns: 1fr [2];
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
-ms-grid-columns: 1fr [3];
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
-ms-grid-columns: 1fr [4];
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
-ms-grid-columns: 1fr [5];
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
-ms-grid-columns: 1fr [6];
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
-ms-grid-columns: 1fr [7];
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
-ms-grid-columns: 1fr [8];
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
-ms-grid-columns: 1fr [9];
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}  .site-footer {
background-color: var(--heading-color);
margin-top: 60px;
}
@media screen and (min-width: 768px) {
.site-footer {
margin-top: 100px;
}
}
.site-footer .footer-t {
padding: 44px 0 60px;
}
@media screen and (min-width: 768px) {
.site-footer .footer-t {
padding: 80px 0 120px;
}
}
.site-footer .footer-t .grid {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
grid-gap: 30px;
margin: 0;
}
.site-footer .footer-t .grid .col ul {
margin-left: 0;
}
.site-footer .footer-t .grid .col .widget-title {
color: var(--white-color);
}
.site-footer .footer-t .grid .col .widget ul.accordion li a.toggle::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
}
.site-footer .footer-t .grid .col .widget .btn-cta.btn-2 {
background-color: var(--heading-color);
border-color: var(--heading-color);
color: var(--white-color);
}
.site-footer .footer-t .grid .col .widget .btn-cta.btn-2:hover {
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link {
border: 1px solid var(--white-color);
color: var(--white-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link svg {
fill: var(--white-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link:hover {
border: 1px solid var(--primary-color);
background-color: var(--primary-color);
}
.site-footer .footer-b .footer-bottom-t {
border: 1px solid #2F3947;
padding: 10px 0;
border-left: 0;
border-right: 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;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.site-footer .footer-b .footer-bottom-t .nav-menu {
padding: 5px 0;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-footer .footer-b .footer-bottom-t .nav-menu ul {
margin: 0;
}
.site-footer .footer-b .footer-bottom-t .nav-menu ul li {
width: 200px;
padding: 16px 25px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li {
padding: 0 10px;
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > a {
color: var(--white-color);
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > a:hover {
color: var(--primary-color);
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li:first-child {
padding-left: 0;
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > .submenu-toggle-btn {
color: rgba(var(--white-color-rgb), 0.8);
margin-left: 4px;
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > .sub-menu {
top: unset;
bottom: 100%;
}
.site-footer .footer-b .footer-bottom-t .nav-menu a {
font-size: 0.777em;
font-weight: 400;
font-family: var(--primary-font);
}
.site-footer .footer-b .footer-bottom-t .social-networks {
padding: 5px 0;
}
.site-footer .footer-b .footer-bottom-t .social-networks li a {
color: var(--white-color);
}
.site-footer .footer-b .site-info {
font-size: 0.777em;
line-height: 2;
text-align: center;
color: var(--white-color);
padding: 16px 0;
}
.site-footer .footer-b .site-info .copyright,
.site-footer .footer-b .site-info .author-link,
.site-footer .footer-b .site-info .wp-link {
color: var(--white-color);
letter-spacing: 0.2px;
}
.site-footer .footer-b .site-info .copyright a,
.site-footer .footer-b .site-info .author-link a,
.site-footer .footer-b .site-info .wp-link a {
text-decoration: none;
color: var(--white-color);
letter-spacing: 0.2px;
}
.site-footer .footer-b .site-info .copyright a:hover,
.site-footer .footer-b .site-info .author-link a:hover,
.site-footer .footer-b .site-info .wp-link a:hover {
color: var(--primary-color);
}
.site-footer .widget.widget_raratheme_author_bio::before, .site-footer .widget.widget_raratheme_author_bio::after,
.site-footer .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::before,
.site-footer .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::after {
background-color: var(--heading-color);
}
.site-footer .footer-t .grid .col .widget p,
.site-footer .footer-t .grid .col .widget b,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_custom_categories, .widget_calendar) span,
.site-footer .footer-t .grid .col .widget h1,
.site-footer .footer-t .grid .col .widget h2,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_custom_categories, .widget_calendar) h3,
.site-footer .footer-t .grid .col .widget h4,
.site-footer .footer-t .grid .col .widget h5,
.site-footer .footer-t .grid .col .widget h6,
.site-footer .footer-t .grid .col .widget strong,
.site-footer .footer-t .grid .col .widget i,
.site-footer .footer-t .grid .col .widget li,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_custom_categories, .widget_calendar) div,
.site-footer .footer-b .site-info,
.site-footer .footer-b .site-info .copyright,
.site-footer .footer-b .site-info .author-link,
.site-footer .footer-b .site-info .wp-link,
.footer-t .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder {
color: var(--white-color);
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > a,
.site-footer .footer-b .site-info .copyright a,
.site-footer .footer-b .footer-bottom-right nav-menu > li > a,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_image_text_widget, .widget_raratheme_popular_post, .widget_raratheme_recent_post, .widget_raratheme_custom_categories, .widget_calendar) a:not(.btn-readmore, .btn-cta.btn-2),
.site-footer .widget.widget_raratheme_popular_post ul.style-one li a,
.site-footer .widget.widget_raratheme_popular_post ul.style-two li a,
.site-footer .widget.widget_raratheme_recent_post ul.style-one li a,
.site-footer .widget.widget_raratheme_recent_post ul.style-two li a,
.site-footer .footer-b .footer-bottom-t .social-networks li a {
color: var(--white-color);
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > a:hover,
.site-footer .footer-b .site-info .copyright a:hover,
.site-footer .footer-b .footer-bottom-right nav-menu > li > a:hover,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_image_text_widget, .widget_raratheme_popular_post, .widget_raratheme_recent_post, .widget_raratheme_custom_categories, .widget_calendar) a:not(.btn-readmore, .btn-cta.btn-2):hover,
.site-footer .widget.widget_raratheme_popular_post ul.style-one li a:hover,
.site-footer .widget.widget_raratheme_popular_post ul.style-two li a:hover,
.site-footer .widget.widget_raratheme_recent_post ul.style-one li a:hover,
.site-footer .widget.widget_raratheme_recent_post ul.style-two li a:hover,
.site-footer .footer-b .footer-bottom-t .social-networks li a:hover {
color: var(--primary-color);
}
.instagram-section + .site-footer, .newsletter-section + .site-footer {
margin-top: 0;
} .blog,
.home,
.archive,
.search-results { }
.blog.classic-one .site-content .site-main article .content-wrapper,
.home.classic-one .site-content .site-main article .content-wrapper,
.archive.classic-one .site-content .site-main article .content-wrapper,
.search-results.classic-one .site-content .site-main article .content-wrapper {
max-width: 91%;
width: 100%;
position: relative;
padding: 32px;
background-color: var(--white-color);
margin: -40px auto 0 auto;
}
@media screen and (min-width: 768px) {
.blog.classic-one .site-content .site-main article .content-wrapper,
.home.classic-one .site-content .site-main article .content-wrapper,
.archive.classic-one .site-content .site-main article .content-wrapper,
.search-results.classic-one .site-content .site-main article .content-wrapper {
margin: -82px auto 0 auto;
max-width: 88%;
width: 100%;
}
}
.blog.full-width.classic-one.centered .site-content .section-header,
.home.full-width.classic-one.centered .site-content .section-header,
.archive.full-width.classic-one.centered .site-content .section-header,
.search-results.full-width.classic-one.centered .site-content .section-header {
text-align: center;
}
.blog.full-width.classic-one.centered .site-content .content-area .site-main,
.home.full-width.classic-one.centered .site-content .content-area .site-main,
.archive.full-width.classic-one.centered .site-content .content-area .site-main,
.search-results.full-width.classic-one.centered .site-content .content-area .site-main {
max-width: 755px;
margin: 0 auto;
}
body.blog .site-content,
body.home .site-content {
padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
body.blog .site-content,
body.home .site-content {
padding: 120px 0 0;
}
}
.leftsidebar .page-grid #secondary,
.rightsidebar .page-grid #secondary {
margin-top: 75px;
}
@media screen and (min-width: 992px) {
.leftsidebar .page-grid,
.rightsidebar .page-grid {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
grid-gap: 50px;
}
.leftsidebar .page-grid .content-area,
.rightsidebar .page-grid .content-area {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
.leftsidebar .page-grid #secondary,
.rightsidebar .page-grid #secondary {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25.77%;
-ms-flex: 0 0 25.77%;
flex: 0 0 25.77%;
max-width: 25.77%;
margin-top: 0;
}
}
@media screen and (min-width: 1200px) {
.leftsidebar .page-grid,
.rightsidebar .page-grid {
grid-gap: 50px;
}
}
@media screen and (min-width: 1200px) {
.leftsidebar .widget-area,
.rightsidebar .widget-area {
min-width: 370px;
}
}
@media screen and (min-width: 992px) {
.leftsidebar .page-grid {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media screen and (min-width: 992px) {
.full-width:not(.home, .blog):not(.single-post) .page-grid {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.full-width:not(.home, .blog).centered .post-thumbnail {
text-align: center;
} .popular-posts .section-header {
margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
.popular-posts .section-header {
text-align: center;
}
}
.popular-posts .section-header .sub-title {
font-size: 1em;
} .single .page-header .posted-on,
.single .site-main .posted-on {
font-family: var(--secondary-font);
text-transform: capitalize;
}
.single .entry-header + .advertisement-single {
margin-top: 0;
}
.single .advertisement-single {
margin-top: 40px;
text-align: center;
}
.single .advertisement-single + .article-wrapper,
.single .advertisement-single + .content-wrap {
margin-top: 40px;
}
.single .page-header {
margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
.single .page-header {
margin-bottom: 60px;
}
}
.single .page-header .entry-header {
padding-top: 49px;
margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
.single .page-header .entry-header {
padding-top: 80px;
}
}
.single .page-header .entry-header .entry-meta:last-child {
margin-bottom: 0;
}
.single .page-header .entry-header .entry-title {
font-size: 1.666em;
}
@media screen and (min-width: 992px) {
.single .page-header .entry-header .entry-title {
font-size: 2.66em;
}
}
.single .page-header .posted-on a {
padding-left: 0;
}
.single .page-header .posted-on a::before {
content: none;
}
@media screen and (min-width: 1200px) {
.single.leftsidebar .site-main .container, .single.rightsidebar .site-main .container {
max-width: 1170px;
}
}
.single.leftsidebar .site-main .popular-posts,
.single.leftsidebar .site-main .related-posts,
.single.leftsidebar .site-main .additional-post, .single.rightsidebar .site-main .popular-posts,
.single.rightsidebar .site-main .related-posts,
.single.rightsidebar .site-main .additional-post {
max-width: 100%;
}
.single.leftsidebar .site-main .post .entry-header, .single.rightsidebar .site-main .post .entry-header {
text-align: start;
}
@media screen and (min-width: 1200px) {
.single .site-content .site-main .container {
max-width: 1000px;
}
}
.single .site-content .site-main .content-wrap .entry-content {
margin-top: 0;
position: relative;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header,
.single .site-content .site-main .entry-header,
.single .site-content .page-header .entry-header {
text-align: left;
margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header,
.single .site-content .site-main .entry-header,
.single .site-content .page-header .entry-header {
text-align: center;
}
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title,
.single .site-content .site-main .entry-header .entry-title,
.single .site-content .page-header .entry-header .entry-title {
font-size: 1.666em;
margin-bottom: 12px;
line-height: 1.3;
margin-top: 15px;
}
@media screen and (min-width: 992px) {
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title,
.single .site-content .site-main .entry-header .entry-title,
.single .site-content .page-header .entry-header .entry-title {
font-size: 2.666em;
}
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta,
.single .site-content .site-main .entry-header .entry-title + .entry-meta,
.single .site-content .page-header .entry-header .entry-title + .entry-meta {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .posted-on,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .posted-on,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .posted-on {
margin-left: 0;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .posted-on a,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .posted-on a,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .posted-on a {
padding-left: 0;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .posted-on a::before,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .posted-on a::before,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .posted-on a::before {
content: none;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .single .site-main .post .entry-header .entry-title + .entry-meta .byline,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .single .site-main .post .entry-header .entry-title + .entry-meta .byline,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .single .site-main .post .entry-header .entry-title + .entry-meta .byline {
display: inline-block;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline {
display: inline-block;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline .fn,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline .fn,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline .fn {
font-size: 0.7777em;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline + .posted-on,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline + .posted-on,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline + .posted-on {
margin-left: 8px;
padding-left: 8px;
position: relative;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline + .posted-on::before,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline + .posted-on::before,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline + .posted-on::before {
content: "";
position: absolute;
top: 6.5px;
left: 0;
width: 6px;
height: 6px;
opacity: 0.5;
border-radius: 50%;
background-color: currentColor;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline + .posted-on:hover::before,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline + .posted-on:hover::before,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline + .posted-on:hover::before {
background-color: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments,
.single .site-content .site-main .entry-header .comments,
.single .site-content .page-header .entry-header .comments {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
margin-left: 17px;
padding-left: 16px;
color: rgba(var(--font-color-rgb), 0.6);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments::before,
.single .site-content .site-main .entry-header .comments::before,
.single .site-content .page-header .entry-header .comments::before {
content: "";
position: absolute;
top: 8.5px;
left: 0;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: currentColor;
opacity: 0.4;
-webkit-transition: all 0.234s ease-in-out;
-o-transition: all 0.234s ease-in-out;
transition: all 0.234s ease-in-out;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments svg,
.single .site-content .site-main .entry-header .comments svg,
.single .site-content .page-header .entry-header .comments svg {
margin-right: 8px;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments a,
.single .site-content .site-main .entry-header .comments a,
.single .site-content .page-header .entry-header .comments a {
color: rgba(var(--heading-color-rgb), 0.6);
font-size: 0.888em;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments:hover,
.single .site-content .site-main .entry-header .comments:hover,
.single .site-content .page-header .entry-header .comments:hover {
color: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments:hover svg path,
.single .site-content .site-main .entry-header .comments:hover svg path,
.single .site-content .page-header .entry-header .comments:hover svg path {
stroke: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments:hover a,
.single .site-content .site-main .entry-header .comments:hover a,
.single .site-content .page-header .entry-header .comments:hover a {
color: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .cat-links a,
.single .site-content .site-main .entry-header .cat-links a,
.single .site-content .page-header .entry-header .cat-links a {
color: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .cat-links a:hover,
.single .site-content .site-main .entry-header .cat-links a:hover,
.single .site-content .page-header .entry-header .cat-links a:hover {
color: var(--heading-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .post-thumbnail,
.single .site-content .site-main .post-thumbnail,
.single .site-content .page-header .post-thumbnail {
margin: 35px 0;
text-align: center;
}
.single.style-one .page-header {
margin-bottom: 0;
}
.single.style-one .page-header .breadcrumb-wrapper {
position: relative;
}
.single.style-one .page-grid {
margin-top: 40px;
}
@media screen and (min-width: 768px) {
.single.style-one .page-grid {
margin-top: 77px;
}
}
.single.style-one .page-grid .site-main .post .entry-header .entry-title {
line-height: 1.2;
margin-top: 13px;
}
.single.style-one .page-grid .site-main .post .post-thumbnail {
margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
.single.style-one .page-grid .site-main .post .post-thumbnail {
margin-bottom: 60px;
}
}
.single.style-one .page-grid .site-main .post.no-thumbnail .entry-header {
margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
.single.style-one .page-grid .site-main .post.no-thumbnail .entry-header {
margin-bottom: 60px;
}
}
.single.style-one .page-grid .site-main .post .article-wrapper {
position: relative;
}
.single.style-one.single .site-content .site-main .content-wrap .advertisement-single + .entry-content {
margin-top: 30px;
}
.single.full-width .page-header {
position: relative;
}
.single.full-width .page-header .post-thumbnail {
text-align: center;
}
.single.full-width .page-grid .content-area .newsletter {
max-width: 770px;
margin-left: auto;
margin-right: auto;
}
.single.full-width .page-grid .content-area .content-wrap {
max-width: 100%;
margin-left: 0;
}
.single.full-width.style-two .post .entry-header {
text-align: left;
}
.single.full-width.centered .page-header .entry-header {
text-align: center;
}
.single.full-width.centered .page-header .entry-header .entry-title {
margin-top: 0;
margin-bottom: 21px;
}
.single.full-width.centered.style-four .page-header .entry-header {
text-align: left;
}
.single.full-width.centered .page-grid .content-area article > .content-wrap,
.single.full-width.centered .page-grid .content-area .newsletter {
max-width: 770px;
margin-left: auto;
margin-right: auto;
}
.single.full-width.centered.style-two .post .entry-header {
text-align: center;
}
.single.full-width.centered.style-five .site-main .post .entry-header {
max-width: 700px;
margin: 0 auto 10px;
text-align: left;
width: 100%;
}
.single.full-width.centered.style-five .site-main .post .post-thumbnail {
text-align: left;
max-width: 700px;
margin: 50px auto;
}
.single .single-button-wrapper {
text-align: center;
margin-top: 60px;
}
.single .single-button-wrapper .wc-btn {
outline: none;
}
.single .popular-posts,
.single .related-posts,
.single .additional-post {
margin: 60px auto 0;
}
.single .page-grid .content-area .newsletter {
margin-top: 66px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper {
padding: 40px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper > .container {
padding: 0;
}
@media (min-width: 768px) {
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper {
padding: 70px 60px;
}
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
text-align: center;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .text-holder span {
font-size: 1em;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-column-gap: 17px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form > label {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 20px 0 10px 0;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap .check-mark {
margin-top: 5px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap .text {
font-size: 0.8888em;
line-height: 1.8em;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap input[type=checkbox]:checked + .check-mark {
background-color: #fff;
}
@media screen and (min-width: 992px) {
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form input[name=subscribe-fname] {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form input[name=subscribe-email] {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form input[type=submit] {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form label {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
}
@media (min-width: 768px) {
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form input:not(input[type=checkbox]) {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 370px;
}
}
.single .author-signature {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
grid-row-gap: 1em;
grid-column-gap: 2em;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin-top: 45px;
}
.single .author-signature .social-networks {
margin: 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 0;
opacity: 0.8;
}
.single .author-signature .social-networks li {
margin: 5px;
padding-left: 0;
}
.single .author-signature .social-networks li::before {
content: none;
}
.single .author-signature .social-networks li a {
display: inline-block;
line-height: 1.3;
padding: 5px 7px;
text-decoration: none;
color: var(--font-color);
font-size: 16px;
}
.single .author-signature .social-networks li a:hover {
color: var(--primary-color);
}
.single .author-signature.center {
text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.single .author-signature.right {
text-align: right;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.page .site-main .entry-footer,
.single .site-main .entry-footer {
margin-top: 50px;
}
.page .site-main .entry-footer .tags > span,
.single .site-main .entry-footer .tags > span {
font-size: 1em;
}
.page .site-main .entry-footer .tags a,
.single .site-main .entry-footer .tags a {
background-color: rgba(var(--heading-color-rgb), 0.08);
padding: 5px 15px;
color: var(--heading-color);
font-size: 0.888em;
display: inline-block;
margin: 0 5px;
font-family: var(--primary-font);
}
.page .site-main .entry-footer .tags a:hover,
.single .site-main .entry-footer .tags a:hover {
background-color: var(--primary-color);
color: var(--white-color);
}
.page .author-section,
.single .author-section {
max-width: 770px;
margin: 0 auto;
margin-top: 40px;
background-color: rgba(var(--primary-color-rgb), 0.05);
}
.page .author-section .inner-author-section,
.single .author-section .inner-author-section {
padding: 45px 20px 45px 20px;
border-bottom: 0;
}
@media screen and (min-width: 768px) {
.page .author-section .inner-author-section,
.single .author-section .inner-author-section {
padding: 45px 30px 45px 30px;
}
}
.page .author-section .result-count,
.single .author-section .result-count {
margin-top: 50px;
display: inline-block;
}
.page .author-section .author-img-title-wrap,
.single .author-section .author-img-title-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
grid-gap: 20px;
text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 576px) {
.page .author-section .author-img-title-wrap,
.single .author-section .author-img-title-wrap {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 0;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
text-align: left;
}
.page .author-section .author-img-title-wrap .author-content,
.single .author-section .author-img-title-wrap .author-content {
padding-left: 30px;
}
}
.page .author-section .author-img-title-wrap .author-img,
.single .author-section .author-img-title-wrap .author-img {
margin: 0;
}
@media screen and (min-width: 576px) {
.page .author-section .author-img-title-wrap .author-img,
.single .author-section .author-img-title-wrap .author-img {
max-width: 160px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 160px;
-ms-flex: 0 0 160px;
flex: 0 0 160px;
}
}
.page .author-section .author-img-title-wrap .author-img img,
.single .author-section .author-img-title-wrap .author-img img {
width: 160px;
height: 160px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 100px;
}
.page .author-section .author-img-title-wrap .author-title-wrap,
.single .author-section .author-img-title-wrap .author-title-wrap {
margin-bottom: 15px;
}
.page .author-section .author-img-title-wrap .author-title-wrap .title,
.single .author-section .author-img-title-wrap .author-title-wrap .title {
font-size: 0.8888888889em;
letter-spacing: 0.2px;
font-family: var(--primary-font);
margin-bottom: 8px;
line-height: 1;
}
.page .author-section .author-img-title-wrap .author-title-wrap .byline .fn,
.page .author-section .author-img-title-wrap .author-title-wrap .author-name,
.single .author-section .author-img-title-wrap .author-title-wrap .byline .fn,
.single .author-section .author-img-title-wrap .author-title-wrap .author-name {
font-size: 1.5em;
line-height: 1.75;
font-family: var(--secondary-font);
color: var(--heading-color);
font-weight: 500;
margin-bottom: 15px;
text-transform: capitalize;
}
.page .author-section .author-content p:last-of-type,
.single .author-section .author-content p:last-of-type {
margin-bottom: 0;
}
.page .author-section .author-content .social-networks,
.single .author-section .author-content .social-networks {
margin-top: 15px;
text-align: center;
justify-content: center;
}
@media screen and (min-width: 576px) {
.page .author-section .author-content .social-networks,
.single .author-section .author-content .social-networks {
text-align: left;
justify-content: flex-start;
}
}
.page .author-section .author-content .social-networks li a,
.single .author-section .author-content .social-networks li a {
color: rgba(var(--font-color-rgb), 0.7);
}
.page .author-section .author-content .social-networks li a:hover,
.single .author-section .author-content .social-networks li a:hover {
color: var(--primary-color);
}
.popular-posts,
.related-posts,
.additional-post {
max-width: 770px;
}
.popular-posts .title,
.related-posts .title,
.additional-post .title {
margin-bottom: 40px;
font-weight: 500;
font-size: 1.333em;
text-align: center;
position: relative;
}
@media screen and (min-width: 768px) {
.popular-posts .title,
.related-posts .title,
.additional-post .title {
margin-bottom: 32px;
}
}
.popular-posts .title span,
.related-posts .title span,
.additional-post .title span {
background-color: var(--background-color);
padding: 0 10px;
}
.popular-posts .title::before,
.related-posts .title::before,
.additional-post .title::before {
content: "";
position: absolute;
top: 19px;
left: 0;
width: 100%;
height: 1px;
z-index: -1;
background-color: #F2F2F2;
}
.popular-posts .article-wrap,
.related-posts .article-wrap,
.additional-post .article-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen and (min-width: 576px) {
.popular-posts .article-wrap,
.related-posts .article-wrap,
.additional-post .article-wrap {
margin: -15px -15px;
}
}
.popular-posts .article-wrap .post,
.related-posts .article-wrap .post,
.additional-post .article-wrap .post {
margin: 15px 0;
}
.popular-posts .article-wrap .post .post-thumbnail,
.related-posts .article-wrap .post .post-thumbnail,
.additional-post .article-wrap .post .post-thumbnail {
display: block;
margin-bottom: 0;
text-align: center;
}
@media screen and (min-width: 768px) {
.popular-posts .article-wrap .post .post-thumbnail,
.related-posts .article-wrap .post .post-thumbnail,
.additional-post .article-wrap .post .post-thumbnail {
text-align: left;
}
}
.popular-posts .article-wrap .post .entry-header,
.related-posts .article-wrap .post .entry-header,
.additional-post .article-wrap .post .entry-header {
text-align: center;
max-width: 90%;
margin: 0 auto;
background-color: var(--white-color);
margin-top: -40px;
position: relative;
padding: 16px;
}
.popular-posts .article-wrap .post .entry-header .cat-links a:hover,
.related-posts .article-wrap .post .entry-header .cat-links a:hover,
.additional-post .article-wrap .post .entry-header .cat-links a:hover {
text-decoration: underline;
}
.popular-posts .article-wrap .post .entry-header .entry-title,
.related-posts .article-wrap .post .entry-header .entry-title,
.additional-post .article-wrap .post .entry-header .entry-title {
font-size: 1.166em;
line-height: 1.4;
margin-bottom: 0;
margin-top: 12px;
margin-bottom: 0;
font-weight: normal;
}
.popular-posts .article-wrap .post .entry-header .entry-title a,
.related-posts .article-wrap .post .entry-header .entry-title a,
.additional-post .article-wrap .post .entry-header .entry-title a {
color: rgba(var(--font-color-rgb), 0.9);
-webkit-transition: all 0.235s ease-in-out;
-o-transition: all 0.235s ease-in-out;
transition: all 0.235s ease-in-out;
}
.popular-posts .article-wrap .post .entry-header .entry-title a:hover,
.related-posts .article-wrap .post .entry-header .entry-title a:hover,
.additional-post .article-wrap .post .entry-header .entry-title a:hover {
color: var(--primary-color);
}
.popular-posts .article-wrap .post .entry-header .entry-footer .byline + .posted-on,
.related-posts .article-wrap .post .entry-header .entry-footer .byline + .posted-on,
.additional-post .article-wrap .post .entry-header .entry-footer .byline + .posted-on {
margin-left: 10px;
}
@media screen and (min-width: 768px) {
.popular-posts .article-wrap,
.related-posts .article-wrap,
.additional-post .article-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.popular-posts .article-wrap .post,
.related-posts .article-wrap .post,
.additional-post .article-wrap .post {
padding: 0 15px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
@media screen and (min-width: 992px) {
.popular-posts .article-wrap .post,
.related-posts .article-wrap .post,
.additional-post .article-wrap .post {
padding: 0 12px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
.popular-posts .section-button-wrapper,
.related-posts .section-button-wrapper,
.additional-post .section-button-wrapper {
margin-top: 80px;
text-align: center;
}
.error404 .page-grid .related-posts {
max-width: 100%;
border-top: 0;
}
@media screen and (min-width: 992px) {
.error404 .page-grid .related-posts .article-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.error404 .page-grid .related-posts .article-wrap .post {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
.page:not(.home, .blog).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart, .error404).centered .page-header .page-title,
.page:not(.home, .blog).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart, .error404).centered .content-area .site-main article.page {
max-width: 755px;
margin-left: auto;
margin-right: auto;
}
.page:not(.home, .blog) .page-header {
padding-top: 0;
padding-bottom: 0;
margin-bottom: 40px;
}
.page:not(.home, .blog) .article:not(.has-post-thumnail) .entry-content {
margin-top: 0;
}
.single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen and (min-width: 768px) {
.single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper {
padding: 60px 40px;
}
.single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
text-align: center;
}
.single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3 {
display: inline-block;
}
.single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.single-post.full-width .content-area .newsletter-section {
max-width: 785px;
margin-left: auto;
margin-right: auto;
}
.single-post .content-area .newsletter-section {
margin-top: 50px;
}
.single-post .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container form input[name=subscribe-fname] {
margin-right: 0;
} .single article.has-meta {
position: relative;
}
.single article.has-meta .article-meta .article-meta-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 20px;
}
@media screen and (min-width: 768px) {
.single article.has-meta .article-meta .article-meta-inner {
position: -webkit-sticky;
position: sticky;
top: 160px;
}
}
.single article.has-meta .article-meta .author {
margin: 0;
}
.single article.has-meta .article-meta .author img {
width: 40px;
height: 40px;
border-radius: 50%;
display: block;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.single article.has-meta .article-meta .author img {
width: 57px;
height: 57px;
}
}
.single article.has-meta .article-meta .byline {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.single article.has-meta .article-meta .byline a {
text-decoration: none;
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
grid-gap: 10px;
font-size: 1em;
font-family: var(--secondary-font);
color: rgba(var(--font-color-rgb), 0.9);
}
.single article.has-meta .article-meta .byline a:hover {
color: var(--primary-color);
}
.single article.has-meta .article-meta .byline .fn {
font-family: var(--secondary-font);
font-size: 1em;
color: var(--font-color);
font-weight: normal;
line-height: 1.75;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.single article.has-meta .article-meta .byline .fn:hover {
color: var(--primary-color);
}
@media screen and (min-width: 768px) {
.single article.has-meta {
padding-left: 125px;
}
.single article.has-meta .article-meta {
width: 104px;
text-align: center;
position: absolute;
height: 100%;
left: 0;
top: 0;
}
.single article.has-meta .article-meta .article-meta-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.single article.has-meta .article-meta .byline {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-top: 8px;
display: inline-block;
}
.single article.has-meta .article-meta .byline a {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media screen and (min-width: 1400px) {
.single article.has-meta {
padding-left: 0;
}
.single article.has-meta .article-meta {
left: -110px;
}
}
@media (min-width: 1550px) {
.single article.has-meta .article-meta {
left: -178px;
}
}
@media screen and (max-width: 767px) {
.single article.has-meta .article-meta {
position: fixed;
bottom: 0;
top: unset !important;
left: 0;
z-index: 8888;
width: 100%;
padding: 0;
background: var(--white-color);
-webkit-box-shadow: -4px -4px 10px rgba(var(--black-color-rgb), 0.17);
box-shadow: -4px -4px 10px rgba(var(--black-color-rgb), 0.17);
}
.single article.has-meta .article-meta .article-meta-inner {
-ms-grid-row-align: center;
align-self: center;
position: unset;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 10px 15px;
max-width: 500px;
margin: 0 auto;
}
.single article.has-meta .article-meta .article-meta-inner .byline {
margin-bottom: 0;
}
.single article.has-meta .article-meta .article-meta-inner .byline img {
display: inline-block;
margin-right: 20px;
margin-left: 0;
}
.single article.has-meta .article-meta .article-meta-inner .byline a {
grid-gap: 0;
flex-direction: row;
align-items: center;
justify-content: center;
}
}
.single.leftsidebar .site-main article.has-meta {
position: relative;
}
@media screen and (min-width: 992px) {
.single.leftsidebar .site-main article.has-meta {
padding-left: 0;
padding-right: 100px;
}
.single.leftsidebar .site-main article.has-meta .article-meta {
right: 0;
left: auto;
}
}
@media screen and (min-width: 1400px) {
.single.leftsidebar .site-main article.has-meta {
padding-right: 0;
}
.single.leftsidebar .site-main article.has-meta .article-meta {
left: auto;
right: -110px;
}
}
@media (min-width: 1550px) {
.single.leftsidebar .site-main article.has-meta .article-meta {
left: auto;
right: -178px;
}
}
@media screen and (min-width: 768px) {
.single.leftsidebar.style-one.single article.has-meta {
padding-left: 0;
}
}
@media screen and (min-width: 992px) {
.single.leftsidebar.style-one.single article.has-meta {
padding-right: 0;
padding-left: 0;
}
}
@media screen and (min-width: 768px) {
.single.leftsidebar.style-one.single article.has-meta .article-wrapper {
padding-right: 0;
padding-left: 125px;
}
}
@media screen and (min-width: 992px) {
.single.leftsidebar.style-one.single article.has-meta .article-wrapper {
padding-left: 0;
padding-right: 125px;
}
}
@media screen and (min-width: 1400px) {
.single.leftsidebar.style-one.single article.has-meta .article-wrapper {
padding-right: 0;
}
}
@media screen and (min-width: 768px) {
.single.rightsidebar.style-one.single article.has-meta, .single.full-width.style-one.single article.has-meta {
padding-left: 0;
}
}
@media screen and (min-width: 768px) {
.single.rightsidebar.style-one.single article.has-meta .article-wrapper, .single.full-width.style-one.single article.has-meta .article-wrapper {
padding-left: 125px;
}
}
@media screen and (min-width: 1400px) {
.single.rightsidebar.style-one.single article.has-meta .article-wrapper, .single.full-width.style-one.single article.has-meta .article-wrapper {
padding-left: 0;
}
}
@media (min-width: 1550px) {
.single.full-width:not(.style-one).centered article.has-meta .article-meta {
left: -80px;
}
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
} @-webkit-keyframes slideDown {
from {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-o-keyframes slideDown {
from {
opacity: 0;
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideDown {
from {
opacity: 0;
-webkit-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes likeAnimate {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
10% {
-webkit-transform: scale(1);
transform: scale(1);
}
90% {
display: none;
}
100% {
display: none;
}
}
@-o-keyframes likeAnimate {
0% {
-o-transform: scale(0);
transform: scale(0);
}
10% {
-o-transform: scale(1);
transform: scale(1);
}
90% {
display: none;
}
100% {
display: none;
}
}
@keyframes likeAnimate {
0% {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
10% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
90% {
display: none;
}
100% {
display: none;
}
}
@-webkit-keyframes loveAnimate {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@-o-keyframes loveAnimate {
0% {
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
100% {
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@keyframes loveAnimate {
0% {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
100% {
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
} #primary[tabindex="-1"]:focus {
outline: 0;
} .keyboard-nav-on .site input:active, .keyboard-nav-on .site input:focus, .keyboard-nav-on .site input:hover, .keyboard-nav-on .site a:active, .keyboard-nav-on .site a:focus, .keyboard-nav-on .site a:hover, .keyboard-nav-on .site button:active, .keyboard-nav-on .site button:focus, .keyboard-nav-on .site button:hover, .keyboard-nav-on .site textarea:active, .keyboard-nav-on .site textarea:focus, .keyboard-nav-on .site textarea:hover, .keyboard-nav-on .site select:active, .keyboard-nav-on .site select:focus, .keyboard-nav-on .site select:hover {
outline: #000 dashed 3px !important;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
@media screen and (min-width: 64em) {
.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
width: 52%;
}
}
@media screen and (max-width: 64em) {
.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
width: 100%;
margin-left: 0;
margin-right: 0;
}
}
.wp-caption {
margin: 50px 0;
}
.wp-caption figcaption {
color: rgba(var(--font-color-rgb), 0.5);
font-size: 0.833em;
}
ul.social-list, ul.author-socicons, .social-networks {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
grid-gap: 20px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ul.social-list a, ul.author-socicons a, .social-networks a {
color: rgba(var(--heading-color-rgb), 1);
display: block;
}
ul.social-list a:hover, ul.author-socicons a:hover, .social-networks a:hover {
color: var(--primary-color);
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.skip-link, .skip-link:hover, .skip-link:visited {
position: absolute;
top: -999px;
left: 20px;
background: #f7f7f7;
border: 1px solid rgba(var(--black-color-rgb), 0.1);
font-size: 0.8888em;
font-weight: 600;
padding: 10px 20px;
color: var(--black-color);
border-radius: 5px;
-webkit-box-shadow: 0 2px 20px rgba(var(--black-color-rgb), 0.1);
box-shadow: 0 2px 20px rgba(var(--black-color-rgb), 0.1);
z-index: 999;
text-decoration: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
label {
font-size: 0.833em;
line-height: 1.5;
}
.owl-carousel .owl-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 15px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
display: block;
width: 45px;
height: 45px;
background-color: var(--primary-color);
border: 1px solid rgba(var(--primary-color-rgb), 0.1);
border-radius: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-background-size: 24px 24px;
background-size: 24px 24px;
background-repeat: no-repeat;
background-position: center;
font-size: 0;
}
@media screen and (min-width: 768px) {
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
width: 48px;
height: 48px;
-webkit-background-size: 24px 24px;
background-size: 24px 24px;
}
}
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
pointer-events: none;
background-color: rgba(var(--black-color-rgb), 0.25);
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
background-color: rgba(var(--black-color-rgb), 0.25);
border: 1px solid rgba(var(--black-color-rgb), 0.01);
}
.owl-carousel .owl-nav button.owl-prev {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12L3 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 18L3 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.owl-carousel .owl-nav button.owl-next {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12L21 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 6L21 12L15 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.owl-carousel .owl-dots {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 15px;
}
.owl-carousel .owl-dots .owl-dot {
display: block;
width: 11px;
height: 11px;
background: var(--primary-color);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0.1;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
opacity: 1;
}
.section-subtitle {
max-width: 100%;
display: inline-block;
font-size: 3.3333333333em;
line-height: 1;
margin-bottom: 45px;
}
.page-title {
font-size: 2.66em;
line-height: 1.3;
margin-top: 15px;
margin-bottom: 0;
font-weight: normal;
}
.section {
margin-top: 60px;
}
.section .section-header {
margin-bottom: 24px;
text-align: left;
}
.section .section-header .section-desc {
max-width: 555px;
font-size: 1em;
line-height: 1.8;
margin: 0 auto;
}
.section .section-header .section-desc p {
margin-bottom: 0;
}
@media screen and (min-width: 768px) {
.section {
margin-top: 80px;
}
.section .section-header {
text-align: center;
margin-bottom: 50px;
}
}
.section-title {
font-family: var(--secondary-font);
font-size: 2.22em;
margin-bottom: 0;
color: var(--heading-color);
}
section .widget {
margin-bottom: 0;
}:root {
--primary-color: #c57e83;
--primary-color-rgb: 197, 126, 131;
--font-color: #171717;
--font-color-rgb: 23, 23, 23;
--primary-font: "Open Sans";
--secondary-font: "Lora";
} .site-header.style-three>.header-middle {
padding: 40px 0;
}
.site-header.style-three>.header-middle .container {
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-header.style-three>.header-middle .container .site-branding {
text-align: center;
}
.site-header.style-three>.header-middle .container .site-branding.has-image-text {
text-align: left;
}
.site-header.style-three>.header-main {
background-color: rgba(var(--primary-color-rgb), 0.05);
padding: 0;
}
.site-header.style-three>.header-main .container {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 100%;
padding: 0 80px;
}
.site-header.style-three>.header-main .container .main-navigation {
width: unset;
margin: 0;
}
.site-header.style-three>.header-main .container .header-right div+div {
display: inline-flex;
padding-left: 18px;
margin-left: 23px;
border-left: 1px solid rgba(0, 0, 0, 0.15);
} .site-banner.banner-layout-three .container {
max-width: 100%;
padding: 0 16px;
}
.site-banner.banner-layout-three .banner-wrapper .item {
position: relative;
}
.site-banner.banner-layout-three .banner-wrapper .item .svg-holder {
width: 100%;
height: 328px;
-o-object-fit: cover;
object-fit: cover;
}
.site-banner.banner-layout-three .banner-wrapper .item .banner-img-wrap img {
width: 100%;
height: 328px;
-o-object-fit: cover;
object-fit: cover;
}
.site-banner.banner-layout-three .banner-wrapper .item .banner-caption {
max-width: 90%;
width: 100%;
margin: -50px auto 0 auto;
padding: 24px;
text-align: center;
position: relative;
background-color: var(--white-color);
}
.site-banner.banner-layout-three .banner-wrapper .item .banner-caption .entry-meta {
margin-bottom: 8px;
}
.site-banner.banner-layout-three .banner-wrapper .item .banner-caption .banner-title {
font-size: 1.778em;
line-height: 1.5;
margin-bottom: 0;
}
.site-banner.banner-layout-three .owl-carousel .owl-nav button.owl-prev,
.site-banner.banner-layout-three .owl-carousel .owl-nav button.owl-next {
position: absolute;
}
.site-banner.banner-layout-three .owl-carousel .owl-nav button.owl-prev {
left: -15px;
}
.site-banner.banner-layout-three .owl-carousel .owl-nav button.owl-next {
right: -15px;
}
.site-banner.banner-layout-three .owl-carousel .owl-dots {
margin-top: 30px;
} .blog.classic-seven .site-main,
.home.classic-seven .site-main,
.archive.classic-seven .site-main,
.search-results.classic-seven .site-main {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog.classic-seven .site-main article,
.home.classic-seven .site-main article,
.archive.classic-seven .site-main article,
.search-results.classic-seven .site-main article {
margin: 0 0 40px 0;
}
.blog.classic-seven .site-main article .post-thumbnail,
.home.classic-seven .site-main article .post-thumbnail,
.archive.classic-seven .site-main article .post-thumbnail,
.search-results.classic-seven .site-main article .post-thumbnail{
margin-top: 0;
margin-bottom: 24px;
}
.blog.classic-seven .site-main article .content-wrapper,
.home.classic-seven .site-main article .content-wrapper,
.archive.classic-seven .site-main article .content-wrapper,
.search-results.classic-seven .site-main article .content-wrapper{
width: 100%;
padding: 0;
text-align: left;
position: relative;
z-index: 11;
}
.blog.classic-seven .site-main article .content-wrapper .entry-title
.home.classic-seven .site-main article .content-wrapper .entry-title
.archive.classic-seven .site-main article .content-wrapper .entry-title
.search-results.classic-seven .site-main article .content-wrapper .entry-title{
font-size: 1.333em;
line-height: 1.5;
}
.blog.classic-seven .site-main article .content-wrapper .entry-meta,
.home.classic-seven .site-main article .content-wrapper .entry-meta,
.archive.classic-seven .site-main article .content-wrapper .entry-meta,
.search-results.classic-seven .site-main article .content-wrapper .entry-meta{
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.blog.classic-seven .site-main article .content-wrapper .entry-content,
.home.classic-seven .site-main article .content-wrapper .entry-content,
.archive.classic-seven .site-main article .content-wrapper .entry-content,
.search-results.classic-seven .site-main article .content-wrapper .entry-content{
margin: 16px 0;
}
.blog.full-width:not(.classic-seven).centered .site-content .section-header,
.home.full-width:not(.classic-seven).centered .site-content .section-header,
.archive.full-width:not(.classic-seven).centered .site-content .section-header,
.search-results.full-width:not(.classic-seven).centered .site-content .section-header {
text-align: center;
}
.blog.full-width:not(.classic-seven).centered .site-content .content-area .site-main,
.home.full-width:not(.classic-seven).centered .site-content .content-area .site-main,
.archive.full-width:not(.classic-seven).centered .site-content .content-area .site-main,
.search-results.full-width:not(.classic-seven).centered .site-content .content-area .site-main {
max-width: 755px;
margin: 0 auto;
} .banner-wrapper.owl-carousel .owl-nav button.owl-next,
.banner-wrapper.owl-carousel .owl-nav button.owl-prev,
.featured-section .owl-carousel .owl-nav button.owl-next,
.featured-section .owl-carousel .owl-nav button.owl-prev {
display: block;
width: 40px;
height: 40px;
background-color: var(--primary-color);
border: 1px solid rgba(var(--primary-color-rgb), 0.1);
border-radius: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-background-size: 18px 18px;
background-size: 15px 18px;
background-repeat: no-repeat;
background-position: center;
font-size: 0;
}
.banner-wrapper.owl-carousel .owl-nav button.owl-next.disabled, 
.banner-wrapper.owl-carousel .owl-nav button.owl-prev.disabled,
.featured-section .owl-carousel .owl-nav button.owl-next.disabled, 
.featured-section .owl-carousel .owl-nav button.owl-prev.disabled {
pointer-events: none;
background-color: rgba(var(--black-color-rgb), 0.25);
}
.banner-wrapper.owl-carousel .owl-nav button.owl-next:hover, 
.banner-wrapper.owl-carousel .owl-nav button.owl-prev:hover,
.featured-section .owl-carousel .owl-nav button.owl-next:hover, 
.featured-section .owl-carousel .owl-nav button.owl-prev:hover {
background-color: rgba(var(--black-color-rgb), 0.25);
border: 1px solid rgba(var(--black-color-rgb), 0.01);
}
.banner-wrapper.owl-carousel .owl-nav button.owl-prev,
.featured-section .owl-carousel .owl-nav button.owl-prev {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12L3 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 18L3 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.banner-wrapper.owl-carousel .owl-nav button.owl-next,
.featured-section .owl-carousel .owl-nav button.owl-next {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12L21 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 6L21 12L15 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.banner-wrapper.owl-carousel .owl-dots,
.featured-section .owl-carousel .owl-dots {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 15px;
}
.banner-wrapper.owl-carousel .owl-dots .owl-dot,
.featured-section .owl-carousel .owl-dots .owl-dot {
display: block;
width: 11px;
height: 11px;
background: var(--primary-color);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0.1;
}
.banner-wrapper.owl-carousel .owl-dots .owl-dot:hover,
.banner-wrapper.owl-carousel .owl-dots .owl-dot.active,
.featured-section .owl-carousel .owl-dots .owl-dot:hover,
.featured-section .owl-carousel .owl-dots .owl-dot.active {
opacity: 1;
} @media screen and (min-width: 768px) { .site-banner.banner-layout-three .container {
padding: 0 24px;
}
.site-banner.banner-layout-three .banner-wrapper .item .svg-holder {
height: unset;
}
.site-banner.banner-layout-three .owl-carousel .owl-nav button.owl-prev {
left: 0px;
}
.site-banner.banner-layout-three .owl-carousel .owl-nav button.owl-next {
right: 0px;
left: unset;
}
.site-banner.banner-layout-three .banner-wrapper .item .banner-img-wrap img {
height: unset;
}
.site-banner.banner-layout-three .banner-wrapper .item .banner-img-wrap img {
height: unset;
} .blog.classic-seven .site-main,
.home.classic-seven .site-main,
.archive.classic-seven .site-main,
.search-results.classic-seven .site-main {
margin: 0 -15px;
}
.blog.classic-seven .site-main article,
.home.classic-seven .site-main article,
.archive.classic-seven .site-main article,
.search-results.classic-seven .site-main article {
width: -webkit-calc(50% - 30px);
width: calc(50% - 30px);
margin: 0 15px 40px;
}
}
@media screen and (min-width: 992px) { .blog.classic-seven.full-width .site-main article,
.home.classic-seven.full-width .site-main article,
.archive.classic-seven.full-width .site-main article,
.search-results.classic-seven.full-width .site-main article {
width: -webkit-calc(33.33% - 30px);
width: calc(33.33% - 30px);
margin: 0 15px 40px;
}
}
@media screen and (min-width: 1400px) { .site-banner.banner-layout-three .owl-carousel .owl-nav button.owl-prev {
left: 24px;
}
.site-banner.banner-layout-three .owl-carousel .owl-nav button.owl-next {
right: 24px;
}
}@font-face {
font-family: 'Caveat';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/caveat/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9eIipYSxP.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: 'Caveat';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/caveat/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9eIGpYSxP.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Caveat';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/caveat/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9eIupYSxP.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: 'Caveat';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/caveat/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9eIWpYQ.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: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LLPtLp_A.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: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LLvtLp_A.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: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LL_tLp_A.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: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LIftL.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: 'Lora';
font-style: italic;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LLPtLp_A.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: 'Lora';
font-style: italic;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LLvtLp_A.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: 'Lora';
font-style: italic;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LL_tLp_A.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: 'Lora';
font-style: italic;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LIftL.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: 'Lora';
font-style: italic;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LLPtLp_A.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: 'Lora';
font-style: italic;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LLvtLp_A.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: 'Lora';
font-style: italic;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LL_tLp_A.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: 'Lora';
font-style: italic;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LIftL.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: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LLPtLp_A.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: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LLvtLp_A.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: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LL_tLp_A.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: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIhMX1D_JOuMw_LIftL.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: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwf7I-NP.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: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwX7I-NP.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: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwT7I-NP.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: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwr7Iw.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: 'Lora';
font-style: normal;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwf7I-NP.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: 'Lora';
font-style: normal;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwX7I-NP.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: 'Lora';
font-style: normal;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwT7I-NP.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: 'Lora';
font-style: normal;
font-weight: 500;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwr7Iw.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: 'Lora';
font-style: normal;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwf7I-NP.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: 'Lora';
font-style: normal;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwX7I-NP.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: 'Lora';
font-style: normal;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwT7I-NP.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: 'Lora';
font-style: normal;
font-weight: 600;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwr7Iw.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: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwf7I-NP.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: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwX7I-NP.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: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwT7I-NP.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: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://www.deinroadtrip.de/wp-content/fonts/lora/0QIvMX1D_JOuMwr7Iw.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;
}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-anchor-lock:before{content:"\e4ad"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-spin:before{content:"\e4bb"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-bookmark:before{content:"\e0bb"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bore-hole:before{content:"\e4c3"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-bottle-water:before{content:"\e4c5"}.fa-bowl-food:before{content:"\e4c6"}.fa-bowl-rice:before{content:"\e2eb"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-packing:before{content:"\e4c7"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-bridge:before{content:"\e4c8"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-bridge-water:before{content:"\e4ce"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bucket:before{content:"\e4cf"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-bugs:before{content:"\e4d0"}.fa-building:before{content:"\f1ad"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-building-circle-check:before{content:"\e4d2"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-building-flag:before{content:"\e4d5"}.fa-building-lock:before{content:"\e4d6"}.fa-building-ngo:before{content:"\e4d7"}.fa-building-shield:before{content:"\e4d8"}.fa-building-un:before{content:"\e4d9"}.fa-building-user:before{content:"\e4da"}.fa-building-wheat:before{content:"\e4db"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-burst:before{content:"\e4dc"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-car-on:before{content:"\e4dd"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-car-tunnel:before{content:"\e4de"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-chart-simple:before{content:"\e473"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-child-dress:before{content:"\e59c"}.fa-child-reaching:before{content:"\e59d"}.fa-child-rifle:before{content:"\e4e0"}.fa-children:before{content:"\e4e1"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-nodes:before{content:"\e4e2"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-question:before{content:"\e4e3"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer:before{content:"\e4e5"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-display:before{content:"\e163"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-explosion:before{content:"\e4e9"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-ferry:before{content:"\e4ea"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-circle-check:before{content:"\e493"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-file-circle-plus:before{content:"\e4ee"}.fa-file-circle-question:before{content:"\e4ef"}.fa-file-circle-xmark:before{content:"\e494"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-shield:before{content:"\e4f0"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-burner:before{content:"\e4f1"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-fish-fins:before{content:"\e4f2"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flask-vial:before{content:"\e4f3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-folder-closed:before{content:"\e185"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glass-water:before{content:"\e4f4"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-handcuffs:before{content:"\e4f8"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bound:before{content:"\e4f9"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-heart-circle-plus:before{content:"\e500"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helicopter-symbol:before{content:"\e502"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-helmet-un:before{content:"\e503"}.fa-highlighter:before{content:"\f591"}.fa-hill-avalanche:before{content:"\e507"}.fa-hill-rockslide:before{content:"\e508"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-circle-check:before{content:"\e509"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-house-crack:before{content:"\e3b1"}.fa-house-fire:before{content:"\e50c"}.fa-house-flag:before{content:"\e50d"}.fa-house-flood-water:before{content:"\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-lock:before{content:"\e510"}.fa-house-medical:before{content:"\e3b2"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-house-medical-flag:before{content:"\e514"}.fa-house-signal:before{content:"\e012"}.fa-house-tsunami:before{content:"\e515"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-hurricane:before{content:"\f751"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jar:before{content:"\e516"}.fa-jar-wheat:before{content:"\e517"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-jet-fighter-up:before{content:"\e518"}.fa-joint:before{content:"\f595"}.fa-jug-detergent:before{content:"\e519"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kitchen-set:before{content:"\e51a"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-land-mine-on:before{content:"\e51b"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-landmark-flag:before{content:"\e51c"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-file:before{content:"\e51d"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lines-leaning:before{content:"\e51e"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-location-pin-lock:before{content:"\e51f"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-locust:before{content:"\e520"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-mask-ventilator:before{content:"\e524"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-mattress-pillow:before{content:"\e525"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-retro:before{content:"\e527"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-money-bills:before{content:"\e1f3"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-mosquito-net:before{content:"\e52c"}.fa-motorcycle:before{content:"\f21c"}.fa-mound:before{content:"\e52d"}.fa-mountain:before{content:"\f6fc"}.fa-mountain-city:before{content:"\e52e"}.fa-mountain-sun:before{content:"\e52f"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-oil-well:before{content:"\e532"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-people-group:before{content:"\e533"}.fa-people-line:before{content:"\e534"}.fa-people-pulling:before{content:"\e535"}.fa-people-robbery:before{content:"\e536"}.fa-people-roof:before{content:"\e537"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-person-burst:before{content:"\e53b"}.fa-person-cane:before{content:"\e53c"}.fa-person-chalkboard:before{content:"\e53d"}.fa-person-circle-check:before{content:"\e53e"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-person-circle-minus:before{content:"\e540"}.fa-person-circle-plus:before{content:"\e541"}.fa-person-circle-question:before{content:"\e542"}.fa-person-circle-xmark:before{content:"\e543"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-person-dress-burst:before{content:"\e544"}.fa-person-drowning:before{content:"\e545"}.fa-person-falling:before{content:"\e546"}.fa-person-falling-burst:before{content:"\e547"}.fa-person-half-dress:before{content:"\e548"}.fa-person-harassing:before{content:"\e549"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-military-pointing:before{content:"\e54a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-person-military-to-person:before{content:"\e54c"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-pregnant:before{content:"\e31e"}.fa-person-rays:before{content:"\e54d"}.fa-person-rifle:before{content:"\e54e"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-shelter:before{content:"\e54f"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-through-window:before{content:"\e433"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-person-walking-luggage:before{content:"\e554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-circle-check:before{content:"\e555"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-lock:before{content:"\e558"}.fa-plane-slash:before{content:"\e069"}.fa-plane-up:before{content:"\e22d"}.fa-plant-wilt:before{content:"\e43b"}.fa-plate-wheat:before{content:"\e55a"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-plug-circle-check:before{content:"\e55c"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-radio:before{content:"\f8d7"}.fa-rainbow:before{content:"\f75b"}.fa-ranking-star:before{content:"\e561"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-road-barrier:before{content:"\e562"}.fa-road-bridge:before{content:"\e563"}.fa-road-circle-check:before{content:"\e564"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-road-circle-xmark:before{content:"\e566"}.fa-road-lock:before{content:"\e567"}.fa-road-spikes:before{content:"\e568"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-rug:before{content:"\e569"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sack-dollar:before{content:"\f81d"}.fa-sack-xmark:before{content:"\e56a"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-school-circle-check:before{content:"\e56b"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-school-flag:before{content:"\e56e"}.fa-school-lock:before{content:"\e56f"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-sheet-plastic:before{content:"\e571"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-shield-cat:before{content:"\e572"}.fa-shield-dog:before{content:"\e573"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-shield-heart:before{content:"\e574"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-lock:before{content:"\e4a5"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-square-nfi:before{content:"\e576"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-square-person-confined:before{content:"\e577"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-virus:before{content:"\e578"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tarp:before{content:"\e57b"}.fa-tarp-droplet:before{content:"\e57c"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-tent:before{content:"\e57d"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tent-arrows-down:before{content:"\e581"}.fa-tents:before{content:"\e582"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toilet-portable:before{content:"\e583"}.fa-toilets-portable:before{content:"\e584"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tower-cell:before{content:"\e585"}.fa-tower-observation:before{content:"\e586"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-tree-city:before{content:"\e587"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-trowel:before{content:"\e589"}.fa-trowel-bricks:before{content:"\e58a"}.fa-truck:before{content:"\f0d1"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-truck-droplet:before{content:"\e58c"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-truck-field:before{content:"\e58d"}.fa-truck-field-un:before{content:"\e58e"}.fa-truck-front:before{content:"\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plane:before{content:"\e58f"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-between-lines:before{content:"\e591"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-line:before{content:"\e592"}.fa-users-rays:before{content:"\e593"}.fa-users-rectangle:before{content:"\e594"}.fa-users-slash:before{content:"\e073"}.fa-users-viewfinder:before{content:"\e595"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vial-circle-check:before{content:"\e596"}.fa-vial-virus:before{content:"\e597"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-wheelchair:before{content:"\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-worm:before{content:"\e599"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-xmarks-lines:before{content:"\e59a"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nfc-directional:before{content:"\e530"}.fa-nfc-symbol:before{content:"\e531"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-screenpal:before{content:"\e570"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//www.deinroadtrip.de/wp-content/themes/travelbee/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.deinroadtrip.de/wp-content/themes/travelbee/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.travelbee-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:1170px;width:100%;margin-left:auto;margin-right:auto}.travelbee-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:670px}.wp-has-aspect-ratio .wp-block-embed__wrapper{position:relative;height:0;overflow:hidden}.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper{padding-top:56.25%}.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper{padding-top:75%}.wp-has-aspect-ratio.wp-embed-aspect-3-2 .wp-block-embed__wrapper{padding-top:66.67%}.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper{padding-top:42.86%}.wp-has-aspect-ratio .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wp-block-separator{background-color:rgba(var(--black-color-rgb),.05);height:5px;margin:2em 0}.travelbee-has-blocks .entry-content .alignfull{position:relative}.wp-block-code{color:var(--black-color);background:rgba(var(--black-color-rgb),.05);border-color:rgba(var(--black-color-rgb),.2)}pre{background:rgba(var(--black-color-rgb),.05)}.wp-block-embed{margin:0}.wp-block-quote{font-family:var(--secondary-font);margin:50px 0;padding:45px;position:relative;background:rgba(var(--primary-color-rgb),.05);border-left:6px solid var(--primary-color);color:var(--font-color)}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding:10% 5%}.wp-block-pullquote{font-family:var(--secondary-font);margin:50px 0;padding:45px;position:relative;background:rgba(var(--heading-color-rgb),.03);border-left:6px solid var(--primary-color);color:var(--font-color)}.wp-block-pullquote blockquote{border:none;margin:0;padding:0}.wp-block-pullquote blockquote p{font-size:1.3333333333em;font-family:var(--secondary-font);line-height:1.75}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{font-size:.89em;color:rgba(var(--font-color-rgb),.5)}.entry-content a.wp-block-button__link,.entry-summary a.wp-block-button__link,.page-content a.wp-block-button__link{text-decoration:none}.wp-block-group .wp-block-quote{padding:0 1em}.wp-block-group .wp-block-quote::before{display:none}.wp-block-group .wp-block-quote.has-text-align-center cite{text-align:center}.wp-block-group .wp-block-quote.has-text-align-left cite{text-align:left}.travelbee-has-blocks .wp-block-embed figcaption,.travelbee-has-blocks .wp-block-gallery .blocks-gallery-caption,.travelbee-has-blocks .wp-block-image figcaption{margin:.8075em 0 0 0;font-size:.777em;color:rgba(var(--black-color-rgb),.5);letter-spacing:.1px;line-height:1.5}.travelbee-has-blocks .wp-block-gallery .blocks-gallery-caption{width:100%;margin-top:0;margin-bottom:1.5em}.page .site-main .entry-content .wp-block-gallery .blocks-gallery-item,.single .site-main .entry-content .wp-block-gallery .blocks-gallery-item{background:0 0;padding-left:0}.site-main .entry-content ul.blocks-gallery-grid>li::before{display:none}.wp-block-file{background:rgba(var(--primary-color-rgb),.1);padding:2% 4%;margin-bottom:.7em}.wp-block-file.aligncenter{display:table;margin-left:auto;margin-right:auto}.wp-block-file.alignfull{text-align:center}.wp-block-file a{display:inline-block;color:var(--black-color)}.wp-block-file .wp-block-file__button{background:var(--primary-color);padding:.7em 1.5em;font-size:.9em;line-height:1.3}.wp-block-table.is-style-stripes{border-bottom:none}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:rgba(var(--primary-color-rgb),.35)}.site-main .entry-content ul.wp-block-categories,.site-main .entry-content ul.wp-block-latest-comments,.site-main .entry-content ul.wp-block-rss,.site-main .entry-content ul.wp-blocks-archives,.wp-block-archives,.wp-block-categories,.wp-block-latest-comments,.wp-block-rss{margin:0;padding:0;list-style:none}.site-main .entry-content ul.wp-block-categories>li,.site-main .entry-content ul.wp-block-latest-comments>li,.site-main .entry-content ul.wp-block-rss>li,.site-main .entry-content ul.wp-blocks-archives>li,.wp-block-archives li,.wp-block-categories li,.wp-block-latest-comments li,.wp-block-rss li{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(var(--primary-color-rgb),.2);font-weight:400;position:relative;padding-left:20px}.site-main .entry-content ul.wp-block-latest-comments>li,.wp-block-latest-comments li{padding-left:0}.site-main .entry-content ul.wp-block-categories>li:last-child,.site-main .entry-content ul.wp-block-latest-comments>li:last-child,.site-main .entry-content ul.wp-block-rss>li:last-child,.site-main .entry-content ul.wp-blocks-archives>li:last-child,.wp-block-archives li:last-child,.wp-block-categories li:last-child,.wp-block-latest-comments li:last-child,.wp-block-rss li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.widget_nav_menu ul ul{margin-top:15px}.wp-block-archives li a,.wp-block-categories li a,.wp-block-latest-comments li a,.wp-block-rss li a{color:rgba(var(--black-color-rgb),.8);text-decoration:none}.wp-block-archives li a:hover,.wp-block-categories li a:hover,.wp-block-latest-comments li a:hover,.wp-block-rss li a:hover{color:var(--primary-color)}.block-editor .wp-block-latest-comments p{margin-bottom:0}.site-main .entry-content ol.wp-block-latest-comments{counter-reset:none}.site-main .entry-content ol.wp-block-latest-comments>li{counter-increment:none;padding-left:0}.site-main .entry-content ol.wp-block-latest-comments>li::before{display:none}.wp-block-search{display:flex;flex:1;flex-wrap:wrap}.wp-block-search .wp-block-search__input{width:calc(100% - 50px);border-radius:0;height:50px;font-size:.7778em;border-color:rgba(var(--primary-color-rgb),.3)}.site-main .entry-content ul.wp-block-latest-posts,.wp-block-latest-posts{margin:0;padding:0;list-style:none}.site-main .entry-content ul.wp-block-latest-posts>li,.wp-block-latest-posts li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(var(--primary-color-rgb),.2);font-size:1em;font-weight:400;position:relative;padding-left:20px}.wp-block-latest-posts li a{color:rgba(var(--black-color-rgb),.8);text-decoration:none}.wp-block-latest-posts li a:hover{color:var(--primary-color)}.site-main .wp-block-social-links:not(.is-style-logos-only) .wp-social-link{margin-bottom:5px;padding-left:0}.site-main .wp-block-social-links:not(.is-style-logos-only) .wp-social-link::before{display:none}.wp-block-calendar .wp-calendar-table{position:relative;margin:0;padding:0 10px;border-collapse:initial;border:1px solid rgba(var(--primary-color-rgb),.11)}.wp-block-calendar table tbody{color:var(--black-color)}.wp-block-calendar table caption{background:rgba(var(--heading-color-rgb),.1);color:var(--black-color);font-family:var(--secondary-font);font-size:.8888em;padding:6px 40px}.wp-block-calendar table tr td,.wp-block-calendar table tr th{padding-left:0;padding-right:0;text-align:center;font-weight:400;font-size:.7778em;line-height:1.5;font-family:var(--secondary-font);background:0 0;border:none}.wp-block-calendar table tr td{border-bottom:none}.wp-block-calendar table tbody tr td#today{background:var(--primary-color);color:var(--white-color)}.wp-block-calendar table tr td a{display:block}.wp-block-calendar table tr td a:hover{text-decoration:none;color:var(--black-color)}.wp-block-calendar .wp-calendar-nav>span:not(.pad){position:absolute;top:12px;left:10px;width:20px;height:20px;white-space:nowrap;line-height:20px}.wp-block-calendar .wp-calendar-nav>span.wp-calendar-nav-next:not(.pad){left:auto;right:10px}.wp-block-calendar .wp-calendar-nav>span:not(.pad) a{font-size:0;background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');background-repeat:no-repeat;background-position:center;background-size:15px;display:block}.wp-block-calendar .wp-calendar-nav>span.wp-calendar-nav-next:not(.pad) a{background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>')}.wp-block-calendar .wp-calendar-nav>span:not(.pad) a:hover{background-color:rgba(var(--primary-color-rgb),.4)}.wp-block-tag-cloud{letter-spacing:.1px;color:rgba(var(--black-color-rgb),.8);line-height:1.3;text-transform:uppercase}.wp-block-tag-cloud a{font-size:.94em!important;position:relative;margin-top:10px;margin-left:20px;padding:0 3px;display:inline-block;color:rgba(var(--black-color-rgb),.8);text-decoration:none}.wp-block-tag-cloud a:last-child{margin-right:0}.wp-block-tag-cloud a:hover{color:rgba(var(--black-color-rgb),1)}.wp-block-tag-cloud a::before{content:"";background:rgba(var(--primary-color-rgb),.2);width:100%;height:35%;position:absolute;bottom:0;left:0;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.wp-block-tag-cloud a:hover::before{background:rgba(var(--primary-color-rgb),.4);height:100%}.wp-block-tag-cloud a::after{content:"";background:var(--primary-color);width:4px;height:4px;border-radius:100%;position:absolute;top:11px;left:-13px}.travelbee-has-blocks .site-footer .widget .blossomthemes-email-newsletter-wrapper,.travelbee-has-blocks .widget-area .widget .blossomthemes-email-newsletter-wrapper{padding:40px 20px}.travelbee-has-blocks .site-footer .widget .blossomthemes-email-newsletter-wrapper .img-holder,.travelbee-has-blocks .widget-area .widget .blossomthemes-email-newsletter-wrapper .img-holder{width:60px;height:60px;border-radius:100%;overflow:hidden;margin:0 auto 20px auto;position:relative}.travelbee-has-blocks .site-footer .widget_blossomthemes_email_newsletter_widget .text-holder,.travelbee-has-blocks .widget-area .widget_blossomthemes_email_newsletter_widget .text-holder{text-align:center}.travelbee-has-blocks .site-footer .widget_blossomthemes_email_newsletter_widget .text-holder span,.travelbee-has-blocks .widget-area .widget_blossomthemes_email_newsletter_widget .text-holder span{display:block}.travelbee-has-blocks .site-footer .widget_blossomthemes_email_newsletter_widget form label .check-mark,.travelbee-has-blocks .widget-area .widget_blossomthemes_email_newsletter_widget form label .check-mark{border-color:rgba(var(--black-color-rgb),.4);background:var(--white-color)}.travelbee-has-blocks .site-footer .widget_blossomthemes_email_newsletter_widget form input[type=submit],.travelbee-has-blocks .widget-area .widget_blossomthemes_email_newsletter_widget form input[type=submit]{letter-spacing:1px}@media screen and (max-width:1199px){.travelbee-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:1000px}}@media screen and (max-width:1024px){.travelbee-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:768px;padding-left:15px;padding-right:15px}}@media screen and (max-width:767px){.travelbee-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.travelbee-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:420px}}