@charset "UTF-8";
.opal-move-up {
animation-name: opalMoveUp;
-moz-animation-name: opalMoveUp;
-webkit-animation-name: opalMoveUp;
}
@-webkit-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-ms-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.opal-move-down {
animation-name: opalMoveDown;
-moz-animation-name: opalMoveDown;
-webkit-animation-name: opalMoveDown;
}
@-webkit-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-ms-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.opal-move-left {
animation-name: opalMoveLeft;
-moz-animation-name: opalMoveLeft;
-webkit-animation-name: opalMoveLeft;
}
@-webkit-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-moz-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-ms-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.opal-move-right {
animation-name: opalMoveRight;
-moz-animation-name: opalMoveRight;
-webkit-animation-name: opalMoveRight;
}
@-webkit-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-moz-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-ms-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.opal-scale-up {
animation-name: opalScaleUp;
-moz-animation-name: opalScaleUp;
-webkit-animation-name: opalScaleUp;
}
@-webkit-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-ms-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.opal-flip {
animation-name: opalFlip;
-moz-animation-name: opalFlip;
-webkit-animation-name: opalFlip;
}
@-webkit-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-ms-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
.opal-helix {
animation-name: opalHelix;
-moz-animation-name: opalHelix;
-webkit-animation-name: opalHelix;
}
@-webkit-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotate {
-ms-animation: rotate 12s linear infinite;
-o-animation: rotate 12s linear infinite;
-moz-animation: rotate 12s linear infinite;
-webkit-animation: rotate 12s linear infinite;
animation: rotate 12s linear infinite;
}
@-webkit-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-ms-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
.opal-am-popup {
animation: opalPopup;
-moz-animation-name: opalPopup;
-webkit-animation-name: opalPopup;
}
@-webkit-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@-ms-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
.elementor-widget-rebuilto-awards-box .awards-image {
position: relative;
}
.elementor-widget-rebuilto-awards-box .swiper-cube-shadow {
display: none;
}
.elementor-awardsbox-item .awards-year {
font-size: 14px;
font-weight: 600;
line-height: 1.8181818182;
}
.elementor-awardsbox-item .awards-year span {
background: var(--primary);
padding: 5px 20px;
border-radius: 30px;
color: white;
}
.elementor-awardsbox-item .awards-name {
font-size: 22px;
font-weight: 600;
line-height: 1.2727272727;
font-family: var(--e-global-typography-accent-font-family);
color: var(--accent);
margin-bottom: 10px;
}
.elementor-awardsbox-item .awards-name:hover {
color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-awardsbox-item .awards-more-link-wrap {
font-size: 14px;
font-weight: 600;
margin-top: 10px;
}
.elementor-awardsbox-item .awards-more-link-wrap i {
color: var(--primary);
margin-right: 10px;
font-size: 12px;
}
.layout-1 .awards-image img {
width: 100%;
}
.layout-1 .awards-content {
padding: 0 40px;
margin-top: -15px;
position: relative;
}
.layout-1 .awards-name {
margin-top: 20px;
}
.layout-2 .awardsbox-item-inner {
border-top: 1px solid var(--border);
background-color: #fff;
box-shadow: 0 1px var(--border);
padding: 35px 0;
position: relative;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-2 .awardsbox-item-inner:before {
right: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
color: var(--accent);
font-size: 24px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-2 .awards-year {
padding-right: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
.layout-2 .awards-content-header {
padding-left: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-2 .awards-content {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
}
.layout-2 .elementor-awardsbox-item:hover .awardsbox-item-inner {
background: var(--accent);
}
.layout-2 .elementor-awardsbox-item:hover .awards-description, .layout-2 .elementor-awardsbox-item:hover .awards-name {
color: white;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-2 .elementor-awardsbox-item:hover .awards-year {
padding-right: 30px;
}
.layout-2 .elementor-awardsbox-item:hover .awards-content-header {
padding-left: 30px;
}
.layout-2 .awards-more-link-wrap {
display: none;
}
.awardsbox-layout-2 .awards-effect {
position: absolute;
right: 110px;
top: 0;
transform: translateY(-110px);
width: 330px;
pointer-events: none;
opacity: 0;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@media (max-width: 767px) {
.awardsbox-layout-2 .awards-effect {
display: none;
}
}
.awardsbox-layout-2 .swiper-awards-effect .swiper-wrapper {
height: 210px;
}
.awardsbox-layout-2 .elementor-awardsbox-wrapper-inner {
position: relative;
}
.awardsbox-layout-2 .elementor-awardsbox-wrapper-inner:hover .awards-effect {
opacity: 1;
}
.elementor-widget-banner .elementor-cta,
.elementor-widget-banner .elementor-widget-call-to-action .elementor-widget-container {
overflow: hidden;
}
.elementor-widget-banner .elementor-cta {
position: relative;
display: flex;
transition: 0.5s;
}
.elementor-widget-banner.elementor-cta--skin-classic .elementor-cta__content-inner {
width: 100%;
}
.elementor-widget-banner.elementor-cta--skin-classic .elementor-cta {
flex-wrap: wrap;
}
.elementor-widget-banner.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
position: relative;
min-height: 200px;
width: 100%;
}
.elementor-widget-banner.elementor-cta--skin-classic .elementor-cta__content {
transition: all 0.4s;
width: 100%;
background-color: #f9fafa;
}
.elementor-widget-banner.elementor-cta--skin-classic .elementor-cta__content-item,
.elementor-widget-banner.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
color: #3a3f45;
border-color: #3a3f45;
fill: #3a3f45;
}
.elementor-widget-banner.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
color: #3a3f45;
}
.elementor-widget-banner.elementor-cta--skin-cover .elementor-cta {
display: block;
}
.elementor-widget-banner.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.4s;
width: 100%;
}
.elementor-widget-banner.elementor-cta--skin-cover .elementor-cta__content {
min-height: 280px;
}
.elementor-widget-banner.elementor-cta--skin-cover .elementor-cta__button.elementor-button,
.elementor-widget-banner.elementor-cta--skin-cover .elementor-cta__content-item,
.elementor-widget-banner.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
color: #fff;
}
.elementor-widget-banner.position-btn-yes .elementor-content-info {
display: flex;
align-items: center;
}
@media (max-width: 568px) {
.elementor-widget-banner.position-btn-yes .elementor-content-info {
flex-wrap: wrap;
}
}
.elementor-widget-banner.position-btn-yes .elementor-cta__button-wrapper {
text-align: right;
}
@media (max-width: 568px) {
.elementor-widget-banner.position-btn-yes .elementor-cta__button-wrapper {
text-align: left;
}
}
.elementor-widget-banner.content-stretch-yes {
height: 100%;
}
.elementor-widget-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-banner.content-stretch-yes .elementor-cta {
height: 100%;
}
.elementor-widget-banner.content-stretch-yes.elementor-cta--skin-cover .elementor-cta__content {
height: 100%;
}
.elementor-widget-banner.elementor-cta--layout-image-above .elementor-cta {
flex-wrap: wrap;
}
.elementor-widget-banner.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-widget-banner.elementor-cta--layout-image-left .elementor-cta, .elementor-widget-banner.elementor-cta--layout-image-right .elementor-cta {
flex-wrap: nowrap;
}
.elementor-widget-banner.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-widget-banner.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-widget-banner.elementor-cta--layout-image-left .elementor-cta__content, .elementor-widget-banner.elementor-cta--layout-image-right .elementor-cta__content {
flex-grow: 1;
}
.elementor-widget-banner.elementor-cta--layout-image-left .elementor-cta {
flex-direction: row;
}
.elementor-widget-banner.elementor-cta--layout-image-right .elementor-cta {
flex-direction: row-reverse;
}
.elementor-widget-banner.elementor-cta--layout-icon-left .elementor-cta__content-inner, .elementor-widget-banner.elementor-cta--layout-icon-right .elementor-cta__content-inner {
display: flex;
flex-wrap: nowrap;
}
.elementor-widget-banner.elementor-cta--layout-icon-left .elementor-cta__content-item, .elementor-widget-banner.elementor-cta--layout-icon-right .elementor-cta__content-item {
width: auto;
}
.elementor-widget-banner.elementor-cta--layout-icon-left .elementor-cta__content-inner {
flex-direction: row;
}
.elementor-widget-banner.elementor-cta--layout-icon-right .elementor-cta__content-inner {
flex-direction: row-reverse;
}
.elementor-widget-banner .elementor-cta__bg, .elementor-widget-banner .elementor-cta__bg-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.4s;
}
.elementor-widget-banner .elementor-cta__bg-wrapper {
z-index: 1;
overflow: hidden;
}
.elementor-widget-banner .elementor-cta__bg {
background-size: cover;
background-position: 50%;
z-index: 1;
background-repeat: no-repeat;
}
.elementor-widget-banner .elementor-cta__bg-overlay {
z-index: 2;
}
.elementor-widget-banner .elementor-cta__title {
font-size: 23px;
}
.elementor-widget-banner .elementor-cta__content {
z-index: 1;
overflow: hidden;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
padding: 35px;
width: 100%;
}
.elementor-widget-banner .elementor-cta__content, .elementor-widget-banner .elementor-cta__content-item {
position: relative;
transition: 0.5s;
color: #fff;
}
.elementor-widget-banner .elementor-cta__content-item {
width: 100%;
margin: 0;
}
.elementor-widget-banner .elementor-cta__content-item:not(:last-child) {
margin-bottom: 15px;
}
.elementor-widget-banner .elementor-cta__content-item .elementor-icon {
color: #fff;
}
.elementor-widget-banner.elementor-cta--valign-top .elementor-cta__content {
align-content: flex-start;
align-items: flex-start;
}
.elementor-widget-banner.elementor-cta--valign-middle .elementor-cta__content {
align-content: center;
align-items: center;
}
.elementor-widget-banner.elementor-cta--valign-bottom .elementor-cta__content {
align-content: flex-end;
align-items: flex-end;
}
.elementor-widget-banner .elementor-cta:hover .elementor-cta__bg-overlay {
background-color: rgba(0, 0, 0, 0.3);
}
@media (max-device-width: 1024px) {
.elementor-widget-banner .elementor-cta {
cursor: pointer;
}
}
@media (max-width: 1024px) {
.elementor-widget-banner .elementor-cta--tablet-layout-image-above .elementor-cta {
flex-wrap: wrap;
}
.elementor-widget-banner .elementor-cta--tablet-layout-image-above elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-widget-banner .elementor-cta--tablet-layout-image-left .elementor-cta,
.elementor-widget-banner .elementor-cta--tablet-layout-image-right .elementor-cta {
flex-wrap: nowrap;
}
.elementor-widget-banner .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
.elementor-widget-banner .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-widget-banner .elementor-cta--tablet-layout-image-left .elementor-cta__content,
.elementor-widget-banner .elementor-cta--tablet-layout-image-right .elementor-cta__content {
flex-grow: 1;
}
.elementor-widget-banner .elementor-cta--tablet-layout-image-left .elementor-cta {
flex-direction: row;
}
.elementor-widget-banner .elementor-cta--tablet-layout-image-right .elementor-cta {
flex-direction: row-reverse;
}
}
.elementor-widget-banner.elementor-bg-transform-zoom-in:hover .elementor-bg, .elementor-widget-banner.elementor-bg-transform-zoom-out .elementor-bg {
transform: scale(1.2);
}
.elementor-widget-banner.elementor-bg-transform-zoom-out:hover .elementor-bg, .elementor-widget-banner.elementor-bg-transform-zoom-in .elementor-bg {
transform: scale(1);
}
.elementor-widget-banner.elementor-bg-transform-move-left .elementor-bg {
transform: scale(1.2) translateX(8%);
}
.elementor-widget-banner.elementor-bg-transform-move-left:hover .elementor-bg, .elementor-widget-banner.elementor-bg-transform-move-right .elementor-bg {
transform: scale(1.2) translateX(-8%);
}
.elementor-widget-banner.elementor-bg-transform-move-right:hover .elementor-bg {
transform: scale(1.2) translateX(8%);
}
.elementor-widget-banner.elementor-bg-transform-move-up .elementor-bg {
transform: scale(1.2) translateY(8%);
}
.elementor-widget-banner.elementor-bg-transform-move-down .elementor-bg, .elementor-widget-banner.elementor-bg-transform-move-up:hover .elementor-bg {
transform: scale(1.2) translateY(-8%);
}
.elementor-widget-banner.elementor-bg-transform-move-down:hover .elementor-bg {
transform: scale(1.2) translateY(8%);
}
.elementor-widget-banner.elementor-animated-content {
--translate: 0, 0 ;
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--grow {
transform: scale(1.1);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--shrink {
transform: scale(0.85);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
transform: scale(1);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--fade-in {
transform: scale(1);
opacity: 1;
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--fade-out {
opacity: 0;
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
transform: scale(0.2);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
transform: scale(2);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--enter-from-left, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--enter-from-right, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
opacity: 1;
transform: translateY(0) translateX(0);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
transform: translateX(1000px);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
transform: translateX(-1000px);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
transform: translateY(-600px);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
transform: translateY(600px);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-to-left, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-to-right, .elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
opacity: 0;
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--move-right {
transform: translateX(30px);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--move-left {
transform: translateX(-30px);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--move-up {
transform: translateY(-30px);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--move-down {
transform: translateY(30px);
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
--translate: 8%, 0 ;
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
--translate: -8%, 0 ;
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
--translate: 0, -8% ;
}
.elementor-widget-banner.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
--translate: 0, 8% ;
}
.elementor-widget-banner.elementor-animated-content [class^=elementor-animated-item] {
will-change: transform, opacity;
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--shrink-contained {
transform: scale(1.17);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-zoom-in {
transform: scale(0.2);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-zoom-out {
transform: scale(2);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-zoom-in, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-zoom-out, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--fade-in {
opacity: 0;
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--exit-zoom-in, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--exit-zoom-out, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--fade-out {
opacity: 1;
transform: scale(1);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-from-right {
transform: translateX(1000px);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-from-left {
transform: translateX(-1000px);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-from-top {
transform: translateY(-600px);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-from-bottom {
transform: translateY(500px);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-from-bottom, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-from-left, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-from-right, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--enter-from-top {
opacity: 0;
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--exit-to-bottom, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--exit-to-left, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--exit-to-right, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--exit-to-top {
opacity: 1;
transform: translateY(0) translateX(0);
}
.elementor-widget-banner.elementor-animated-content .elementor-animated-item--move-contained-bottom, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--move-contained-left, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--move-contained-right, .elementor-widget-banner.elementor-animated-content .elementor-animated-item--move-contained-top {
transform: scale(1.2) translate(var(--translate));
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@media (max-width: 767px) {
.elementor-cta--mobile-layout-image-above .elementor-cta {
flex-wrap: wrap;
}
.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--mobile-layout-image-left .elementor-cta,
.elementor-cta--mobile-layout-image-right .elementor-cta {
flex-wrap: nowrap;
}
.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--mobile-layout-image-left .elementor-cta__content,
.elementor-cta--mobile-layout-image-right .elementor-cta__content {
flex-grow: 1;
}
.elementor-cta--mobile-layout-image-left .elementor-cta {
flex-direction: row;
}
.elementor-cta--mobile-layout-image-right .elementor-cta {
flex-direction: row-reverse;
}
}
.elementor-widget-rebuilto-box-banner .box-banner-list {
position: relative;
overflow: hidden;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-image {
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: 100%;
width: 100%;
opacity: 0;
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-content-image {
position: absolute;
width: 100%;
height: 100%;
z-index: -2;
transition: all ease 0.3s;
top: 0;
left: 0;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-content-image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-info {
display: flex;
flex-direction: column;
z-index: 3;
height: calc(100% + 2px);
position: relative;
flex: 1;
border: 1px solid #D9D9D9;
margin: -1px -1px -1px 0;
overflow: hidden;
padding: 40px 40px 55px;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-info:before {
content: "";
background: rgba(0, 0, 0, 0.6);
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-number {
margin-bottom: auto;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-number span {
background-color: #fff;
border-radius: 50%;
width: 60px;
height: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 600;
color: var(--accent);
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-subheading {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: var(--primary);
margin-bottom: 7px;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-heading {
font-size: 22px;
color: var(--white);
margin-bottom: 0;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-desc {
color: var(--white);
transition: all ease 0.3s;
transform: translateY(calc(100% + 50px));
max-height: 0;
opacity: 0;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:last-of-type .box-banner-number span {
background-color: var(--primary);
font-size: 0;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-image {
opacity: 1;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-info .box-banner-number,
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-info .box-banner-subheading,
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-info .box-banner-heading,
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-info .box-banner-desc,
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-info .box-banner-image {
opacity: 1;
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-info:before {
background: rgba(0, 0, 0, 0.4) !important;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-info .box-banner-heading {
margin-bottom: 15px;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:hover .box-banner-info .box-banner-desc {
transition: all ease 0.3s;
transform: translateY(0);
max-height: 100%;
opacity: 1;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .d-grid {
position: relative;
grid-gap: 0;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .d-grid:hover .box-banner-number,
.elementor-widget-rebuilto-box-banner .box-banner-list .d-grid:hover .box-banner-subheading,
.elementor-widget-rebuilto-box-banner .box-banner-list .d-grid:hover .box-banner-heading,
.elementor-widget-rebuilto-box-banner .box-banner-list .d-grid:hover .box-banner-desc,
.elementor-widget-rebuilto-box-banner .box-banner-list .d-grid:hover .box-banner-content-image {
opacity: 0;
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-box-banner .box-banner-list .d-grid:hover .box-banner-info:before {
background: rgba(0, 0, 0, 0.6);
}
.elementor-brand-item {
text-align: center;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
background-size: cover;
background-position: center;
justify-content: center;
}
.elementor-brand-item:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
}
.elementor-brand-item .elementor-brand-image {
position: relative;
transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image i {
font-size: 40px;
margin: 0 auto;
}
.elementor-brand-item .elementor-brand-image img, .elementor-brand-item .elementor-brand-image i, .elementor-brand-item .elementor-brand-image svg {
margin: 0 auto;
}
.elementor-brand-item .elementor-brand-image svg path {
transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image .elementor-animation-brand {
position: relative;
transition: transform 0.3s;
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.elementor-brand-wrapper .row {
justify-content: center;
}
.elementor-brand-wrapper img, .elementor-brand-wrapper i, .elementor-brand-wrapper svg {
animation: move-vertical-out 0.25s;
}
.elementor-brand-wrapper .grid-item:hover img, .elementor-brand-wrapper .grid-item:hover i, .elementor-brand-wrapper .grid-item:hover svg {
animation: move-vertical-hover 0.25s;
}
.elementor-widget-rebuilto-brand .rebuilto-carousel .grid-item {
margin-bottom: 0 !important;
}
.elementor-widget-rebuilto-breadcrumb .rebuilto-title {
color: var(--accent);
font-size: 74px;
line-height: 1.0810810811;
font-weight: 600;
}
.elementor-widget-rebuilto-breadcrumb .breadcrumb-listItem {
position: relative;
}
.elementor-widget-rebuilto-breadcrumb .breadcrumb-listItem > span {
margin: 0 10px;
}
.elementor-widget-rebuilto-breadcrumb .breadcrumb-listItem > span:first-child {
margin-left: 0;
}
.elementor-widget-rebuilto-breadcrumb .breadcrumb-listItem > span:last-child {
margin-right: 0;
}
.elementor-widget-rebuilto-breadcrumb .breadcrumb-listItem > i {
color: var(--primary);
font-size: 6px;
}
.elementor-widget-rebuilto-breadcrumb .breadcrumb-listItem:before {
content: "";
position: absolute;
height: 1px;
width: 100%;
background-color: white;
opacity: 0.5;
top: 0;
left: 0;
}
.single-post .hidden-rebuilto-title-single-yes .rebuilto-title {
display: none;
}
.hidden-rebuilto-title-yes .rebuilto-title {
display: none;
}
.hidden-rebuilto-list-item-yes .breadcrumb-listItem {
display: none;
}
.elementor-widget-rebuilto-button-mousemove .elementor-button {
width: 180px;
height: 180px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.elementor-widget-rebuilto-button-mousemove .elementor-button .elementor-button-content-wrapper {
flex-direction: column;
}
.elementor-widget-rebuilto-button-mousemove .elementor-button i {
font-size: 40px;
}
.elementor-widget-rebuilto-button-mousemove .elementor-button .elementor-align-icon-bottom {
order: 15;
}
.elementor-widget-rebuilto-button-mousemove .elementor-button .elementor-align-icon-right {
margin-left: 0;
}
.movingButton {
display: inline-block;
transition: all ease 0.3s;
transform: translate3d(0px, 0px, 0px);
border-radius: 100%;
}
.rebuilto-button-popup {
display: flex;
}
.rebuilto-button-popup .elementor-button-text {
display: flex;
align-items: center;
}
.rebuilto-button-popup .button-popup {
display: inline-flex;
align-items: center;
}
.rebuilto-button-popup .button-popup:hover {
color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.button-popup {
display: block;
font-size: 15px;
color: var(--accent);
}
@media (min-width: 1024px) {
.button-popup {
display: none;
}
}
.elementor-widget-rebuilto-button-popup .button-popup-content {
display: none;
}
.button-popup-content-inner {
transition: transform 0.25s ease;
overflow-y: auto;
background-color: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
width: 100%;
height: 100%;
opacity: 0;
}
.button-popup-content {
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 9;
height: 100vh;
transition: transform 0.25s ease;
}
.button-popup-content .mfp-close {
font-size: 0;
opacity: 0;
position: absolute;
color: var(--accent) !important;
right: 40px;
top: 15px;
}
.button-popup-content .mfp-close:hover {
color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.button-popup-content .mfp-close:hover:before {
color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.button-popup-content .mfp-close:before {
font-size: 24px;
color: var(--text);
}
.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-ready .button-popup-content .mfp-close {
opacity: 1;
}
.mfp-ready .button-popup-content-inner {
opacity: 1;
}
.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.my-mfp-slide-top .button-popup-content-inner {
transform: translateY(100%);
}
.my-mfp-slide-top.mfp-ready .button-popup-content-inner {
transform: translateY(0);
}
.my-mfp-slide-top.mfp-removing .button-popup-content-inner {
transform: translateY(100%);
}
.my-mfp-slide-right .button-popup-content-inner {
transform: translateX(-100%);
}
.my-mfp-slide-right.mfp-ready .button-popup-content-inner {
transform: translateX(0);
}
.my-mfp-slide-right.mfp-removing .button-popup-content-inner {
transform: translateX(-100%);
}
.my-mfp-slide-bottom .button-popup-content-inner {
transform: translateY(-100%);
}
.my-mfp-slide-bottom.mfp-ready .button-popup-content-inner {
transform: translateY(0);
}
.my-mfp-slide-bottom.mfp-removing .button-popup-content-inner {
transform: translateY(-100%);
}
.my-mfp-slide-left .button-popup-content-inner {
transform: translateX(100%);
}
.my-mfp-slide-left.mfp-ready .button-popup-content-inner {
transform: translateX(0);
}
.my-mfp-slide-left.mfp-removing .button-popup-content-inner {
transform: translateX(100%);
}
.elementor-widget-rebuilto-contactform {
z-index: 1;
}
.elementor-widget-rebuilto-contactform .wpcf7-form {
margin: 0;
}
.elementor-widget-rebuilto-contactform .wpcf7-form p {
position: relative;
margin: 0;
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .row {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 20px;
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .row [class*=column-] {
padding-left: 10px;
padding-right: 10px;
flex: 50%;
}
@media (max-width: 768px) {
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .row [class*=column-] {
flex: 100%;
}
}
@media (max-width: 768px) {
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .row {
gap: 20px;
}
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form [class*=" column-"] i, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form [class^=column-] i {
position: absolute;
font-size: 24px;
top: 16px;
right: 20px;
}
@media (max-width: 767px) {
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form [class*=" column-"], .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form [class^=column-] {
margin-bottom: 0;
}
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap {
display: block;
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=text], .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=number], .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=email], .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=tel], .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=url],
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=password], .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=search], .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap .input-text, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap select:not([size]):not([multiple]), .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap textarea {
width: 100%;
resize: none;
color: var(--text);
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=text]::placeholder, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=number]::placeholder, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=email]::placeholder, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=tel]::placeholder, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=url]::placeholder,
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=password]::placeholder, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap input[type=search]::placeholder, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap .input-text::placeholder, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap select:not([size]):not([multiple])::placeholder, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-form-control-wrap textarea::placeholder {
color: var(--text);
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-button button:hover, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-button input[type=button]:hover, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-button input[type=reset]:hover, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-button input[type=submit]:hover, .elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-button .button:hover {
background-color: var(--accent);
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-button .wpcf7-spinner {
position: absolute;
}
@media (max-width: 767px) {
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .wpcf7-button {
text-align: -webkit-center;
}
}
.elementor-widget-rebuilto-contactform .wpcf7-form .ct-form .elementor-button-type-link i {
margin-left: 10px;
}
.elementor-widget-rebuilto-contactform .wpcf7-form .wpcf7-response-output {
margin: 2em 0 0 !important;
}
.elementor-widget-rebuilto-contactform .ct-button .elementor-button {
background-color: var(--background);
}
.elementor-widget-rebuilto-contactform .ct-button button i {
font-size: 12px;
}
.elementor-widget-rebuilto-counter .elementor-counter-number-wrapper {
display: flex;
justify-content: center;
font-size: 80px;
font-weight: 800;
color: var(--primary);
font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-rebuilto-counter .elementor-counter .elementor-counter-number-wrapper {
align-items: center;
}
.elementor-header-group-wrapper .header-group-action {
display: flex;
align-items: end;
justify-content: flex-end;
padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
position: relative;
margin-right: 8px;
margin-left: 8px;
text-align: center;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
margin-left: 0;
}
.elementor-header-group-wrapper .header-group-action > div:last-child {
margin-right: 0;
}
.elementor-header-group-wrapper .site-header-account a {
align-items: center;
}
.elementor-header-group-wrapper .site-header-account a .account-content {
position: relative;
font-size: 14px;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
pointer-events: auto;
opacity: 1;
visibility: visible;
z-index: 9999;
}
.hidden-rebuilto-content-acc-yes .account-content {
display: none;
}
.icon-border-yes .header-group-action > div {
border-width: 1px;
border-style: solid;
border-color: var(--border);
margin: 0 0 0 -1px;
display: inline-flex;
min-width: 80px;
justify-content: center;
min-height: 80px;
align-items: center;
}
.elementor-widget-rebuilto_animated-headline .elementor-headline {
margin-bottom: 0;
}
.elementor-widget-rebuilto_animated-headline .elementor-headline-dynamic-text {
font-style: italic;
}
.rebuilto-image-lookbook-container {
position: relative;
}
.rebuilto-image-lookbook-container .rebuilto-addons-image-lookbook-ib-img {
margin: auto;
}
.rebuilto-image-lookbook-container .hotspot-wrapper {
position: absolute;
transform: translate(-50%, -50%);
}
.rebuilto-image-lookbook-container .hotspot-item {
cursor: pointer;
}
.rebuilto-image-lookbook-container .hotspot-item .hotspot-text {
position: absolute;
font-size: 14px;
font-weight: 500;
color: var(--accent);
white-space: nowrap;
padding: 8px 13px;
border: 1px solid var(--accent);
background-color: white;
bottom: 36px;
opacity: 0;
z-index: 2;
pointer-events: none;
transition: all ease-in-out 0.2s;
left: 50%;
transform: translateX(-50%);
}
.rebuilto-image-lookbook-container .hotspot-item .hotspot-text:after {
content: "";
position: absolute;
background-color: black;
width: 1px;
height: 0;
left: 50%;
top: 100%;
transition: all ease-in-out 0.2s;
}
.rebuilto-image-lookbook-container .hotspot-item .hotspot-dots {
width: 12px;
height: 12px;
background-color: var(--primary);
border-radius: 100%;
position: relative;
z-index: 1;
}
.rebuilto-image-lookbook-container .hotspot-item .hotspot-dots:after {
content: "";
display: block;
position: absolute;
border-radius: 100%;
height: 100%;
width: 100%;
background-color: var(--primary);
z-index: 0;
pointer-events: none;
-webkit-animation: pp-glow 2s infinite;
animation: pp-glow 2s infinite;
}
.rebuilto-image-lookbook-container .hotspot-item:hover .hotspot-text {
opacity: 1;
}
.rebuilto-image-lookbook-container .hotspot-item:hover .hotspot-text:after {
height: 32px;
}
.rebuilto-image-lookbook-container .hotspot-item:hover .hotspot-dots {
-ms-transform: scale(2);
-o-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
transform: scale(2);
}
.rebuilto-image-lookbook-main-icons-popup-wrapper {
top: 0;
left: 0;
position: absolute;
bottom: 0;
right: 0;
}
.rebuilto-image-lookbook-main-icons {
cursor: pointer;
display: block;
position: absolute;
}
.rebuilto-image-lookbook-popup-wrapper {
display: none;
position: absolute;
z-index: 9999;
}
.elementor-iconbox-item {
position: relative;
}
.elementor-iconbox-item:before {
content: attr(data-count) ".";
width: 40px;
height: 40px;
background: white;
position: absolute;
top: -20px;
left: 50px;
border: 1px solid var(--border);
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
font-size: 14px;
font-weight: 600;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-iconbox-item:hover:before {
background: var(--primary);
color: #fff;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border-color: var(--primary);
}
.elementor-iconbox-item:hover .elementor-icon-box-wrapper:before, .elementor-iconbox-item:hover .elementor-icon-box-wrapper:after {
width: calc(100% + 1px);
}
.elementor-iconbox-item:hover .elementor-icon-box-wrapper:before {
transition-delay: 0.4s;
}
.elementor-iconbox-item:hover .elementor-icon-box-wrapper:after {
transition-delay: 0s;
}
.elementor-iconbox-item:hover .elementer-icon-box-inner:before, .elementor-iconbox-item:hover .elementer-icon-box-inner:after {
height: calc(100% + 1px);
}
.elementor-iconbox-item:hover .elementer-icon-box-inner:before {
transition-delay: 0.6s;
}
.elementor-iconbox-item:hover .elementer-icon-box-inner:after {
transition-delay: 0.2s;
}
.elementor-iconbox-item .elementor-icon-box-wrapper {
border: 1px solid var(--border);
padding: 50px;
position: relative;
background: white;
}
.elementor-iconbox-item .elementor-icon-box-wrapper:before, .elementor-iconbox-item .elementor-icon-box-wrapper:after {
content: "";
width: 0;
height: 1px;
position: absolute;
transition: all 0.2s linear;
background: var(--accent);
}
.elementor-iconbox-item .elementor-icon-box-wrapper:after {
left: 0;
bottom: -1px;
transition-delay: 0.6s;
}
.elementor-iconbox-item .elementor-icon-box-wrapper:before {
right: 0;
top: -1px;
transition-delay: 0.2s;
}
.elementor-iconbox-item .elementer-icon-box-inner:before, .elementor-iconbox-item .elementer-icon-box-inner:after {
content: "";
width: 1px;
height: 0;
position: absolute;
transition: all 0.2s linear;
background: var(--accent);
}
.elementor-iconbox-item .elementer-icon-box-inner:after {
transition-delay: 0.4s;
right: -1px;
bottom: 0;
}
.elementor-iconbox-item .elementer-icon-box-inner:before {
transition-delay: 0s;
left: -1px;
top: 0;
}
.elementor-iconbox-item .elementor-icon {
font-size: 96px;
margin-bottom: 80px;
}
.elementor-iconbox-item .elementor-icon-box-title {
font-size: 22px;
line-height: 1.2727272727;
margin-bottom: 15px;
font-family: var(--e-global-typography-accent-font-family);
}
.elementor-iconbox-item .elementor-icon-box-description {
margin-bottom: 30px;
}
.elementor-widget-rebuilto-image-carousel .elementor-imagecarousel-item .image-carousel:first-child {
margin-bottom: 30px;
}
.elementor-widget-opal-image-gallery .grid__item a {
display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
display: block;
}
.elementor-widget-rebuilto-image-gallery ul {
margin: 0 0 65px 0;
}
.elementor-widget-rebuilto-image-gallery .grid__item a {
position: relative;
overflow: hidden;
display: block;
border-radius: 5px;
}
.elementor-widget-rebuilto-image-gallery .grid__item a[data-elementor-open-lightbox=yes]:hover:before {
opacity: 0.5;
}
.elementor-widget-rebuilto-image-gallery .grid__item a[data-elementor-open-lightbox=yes]:hover:after {
opacity: 1;
transform: scale(1);
}
.elementor-widget-rebuilto-image-gallery .grid__item a[data-elementor-open-lightbox=yes]:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background-color: #000000;
transition: all 0.3s ease;
}
.elementor-widget-rebuilto-image-gallery .grid__item a[data-elementor-open-lightbox=yes]:after {
position: absolute;
top: calc(50% - 30px);
left: calc(50% - 30px);
font-size: 20px;
opacity: 0;
transition: all 0.3s ease;
transform: scale(0) translate(-50%, -50%);
color: #fff;
width: 60px;
height: 60px;
border-radius: 100%;
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
}
.elementor-widget-rebuilto-image-gallery .grid__item a[data-elementor-open-lightbox=yes]:after:hover {
background-color: var(--primary);
}
.elementor-widget-rebuilto-image-gallery .grid__item img {
display: block;
transition: all 0.3s ease;
margin-left: auto;
margin-right: auto;
}
.elementor-widget-rebuilto-image-gallery .elementor-galerry__filter {
display: inline-block;
font-size: 14px;
line-height: 22px;
padding: 7px 21px;
margin: 0 5px;
position: relative;
cursor: pointer;
outline: 0;
border: none;
border-radius: 5px;
color: var(--text);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-rebuilto-image-gallery .elementor-galerry__filter .count {
display: none;
font-size: 14px;
color: var(--accent);
position: absolute;
top: -10px;
}
.elementor-widget-rebuilto-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-rebuilto-image-gallery .elementor-galerry__filter:hover {
color: var(--primary);
background-color: rgba(244, 195, 64, 0.2);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery {
overflow-x: hidden;
height: 600px;
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery::-webkit-scrollbar {
width: 0 !important;
display: none;
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item {
position: sticky;
top: 0;
display: flex;
align-items: center;
justify-content: center;
height: 600px;
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item a {
display: inline-block;
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(1) a {
transform: scale(0.71) rotate(-22.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(2) a {
transform: scale(0.71) rotate(-17.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(3) a {
transform: scale(0.71) rotate(-12.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(4) a {
transform: scale(0.71) rotate(-7.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(5) a {
transform: scale(0.71) rotate(-2.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(6) a {
transform: scale(0.71) rotate(2.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(7) a {
transform: scale(0.71) rotate(7.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(8) a {
transform: scale(0.71) rotate(12.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(9) a {
transform: scale(0.71) rotate(17.5deg);
}
.elementor-widget-rebuilto-image-gallery.enable-special-yes .elementor-opal-image-gallery .grid__item:nth-child(10) a {
transform: scale(0.71) rotate(22.5deg);
}
.elementor-image-gallery {
position: relative;
}
.elementor-editor-active .isotope-grid {
height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
pointer-events: none;
}
.elementor-galerry__filters {
list-style: none;
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.elementor-filter-left .elementor-galerry__filters {
justify-content: flex-start;
}
.elementor-filter-right .elementor-galerry__filters {
justify-content: flex-end;
}
.rebuilto-language-switcher ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 12px;
}
.rebuilto-language-switcher span {
font-size: 12px;
line-height: 1.4285714286;
color: var(--accent);
text-transform: uppercase;
}
.rebuilto-language-switcher .language-switcher-head img {
margin-right: 6px;
height: 20px;
border-radius: 100%;
}
.rebuilto-language-switcher .language-switcher-head:after {
font-size: 14px;
}
.rebuilto-language-switcher a {
display: block;
}
.rebuilto-language-switcher img {
display: inline-block;
margin-right: 5px;
object-fit: cover;
}
.rebuilto-language-switcher .item > div {
display: flex;
cursor: pointer;
align-items: center;
}
.rebuilto-language-switcher .sub-item {
display: none;
position: absolute;
left: 0;
z-index: 999;
text-align: left;
top: calc(100% + 20px);
padding: 10px 0;
background-color: #fff;
border: 1px solid var(--border);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.rebuilto-language-switcher .sub-item:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 25px;
top: -25px;
}
.rebuilto-language-switcher .sub-item a {
display: flex;
align-items: center;
padding: 7px 15px;
min-width: 126px;
white-space: nowrap;
}
.rebuilto-language-switcher .sub-item a:hover, .rebuilto-language-switcher .sub-item a:focus {
background-color: rgba(0, 0, 0, 0.05);
}
.rebuilto-language-switcher .sub-item li span {
color: var(--text);
}
.rebuilto-language-switcher li.item {
position: relative;
}
.language-switcher-action-hover li.item {
position: relative;
}
.language-switcher-action-hover li.item:hover .sub-item {
display: block;
}
.language-switcher-action-click li.item.active .sub-item {
display: block;
}
.language-switcher-dropdown-position-bottom_right .rebuilto-language-switcher .sub-item {
right: 0;
left: unset;
}
.language-switcher-dropdown-position-bottom_center .rebuilto-language-switcher .sub-item {
left: 50%;
transform: translateX(-50%);
}
.language-switcher-dropdown-position-top_left .rebuilto-language-switcher .sub-item {
top: unset;
bottom: calc(100% + 20px);
}
.language-switcher-dropdown-position-top_left .rebuilto-language-switcher .sub-item:before {
top: unset;
bottom: -25px;
}
.language-switcher-dropdown-position-top_right .rebuilto-language-switcher .sub-item {
right: 0;
left: unset;
top: unset;
bottom: calc(100% + 20px);
}
.language-switcher-dropdown-position-top_right .rebuilto-language-switcher .sub-item:before {
top: unset;
bottom: -25px;
}
.language-switcher-dropdown-position-top_center .rebuilto-language-switcher .sub-item {
top: unset;
bottom: calc(100% + 20px);
left: 50%;
transform: translateX(-50%);
}
.language-switcher-dropdown-position-top_center .rebuilto-language-switcher .sub-item:before {
top: unset;
bottom: -25px;
}
.form-style .mc4wp-form {
margin: 0;
}
.form-style .mc4wp-form .form-input {
flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
margin: 0;
}
.form-style .mc4wp-form .mc4wp-form-fields:before {
display: none;
}
.form-style .mc4wp-form .mail-form {
display: flex;
}
.form-style .mc4wp-form input[type=email] {
width: 100%;
padding: 25px 30px;
font-size: 14px;
font-weight: 600;
line-height: 20px;
border-radius: 50px;
border: 1px solid var(--border);
}
.form-style .mc4wp-form input[type=email]::placeholder {
font-size: 14px;
line-height: 20px;
color: var(--text_light);
}
.form-style .mc4wp-form button[type=submit] {
background-color: var(--primary);
color: #fff;
border-width: 0;
border-radius: 50%;
min-width: 70px;
padding: 10px;
margin-left: -20px;
}
.form-style .mc4wp-form button[type=submit] span {
font-size: 14px;
line-height: 1;
font-weight: 700;
margin-right: 10px;
}
.form-style .mc4wp-form button[type=submit] i {
font-size: 30px;
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
.mc4wp-button-style-yes button[type=submit] {
transition: 500ms ease;
position: relative;
background-color: var(--primary);
}
.mc4wp-button-style-yes button[type=submit] > * {
z-index: 3;
position: relative;
}
.mc4wp-button-style-yes button[type=submit]:after {
content: "";
position: absolute;
right: -1px;
top: 0;
width: calc(100% + 2px);
height: 100%;
background-color: var(--primary);
border-radius: 35px;
transition: 500ms ease;
z-index: 2;
}
.mc4wp-button-style-yes button[type=submit] i {
transition: 500ms ease;
}
.mc4wp-button-style-yes button[type=submit]:hover i {
transform: translateX(20px);
}
.mc4wp-button-style-yes button[type=submit]:hover:after {
width: 50px;
}
.elementor-canvas-menu-wrapper {
display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: inline-flex;
align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
position: unset !important;
word-wrap: unset !important;
margin: 0;
height: unset;
width: unset;
clip: unset;
overflow: unset;
clip-path: unset;
order: 1;
font-size: 14px;
text-transform: uppercase;
color: var(--accent);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
color: var(--primary);
}
.rebuilto-canvas-menu-layout-2.elementor-widget-rebuilto-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
display: none;
}
.rebuilto-canvas-menu-layout-2.elementor-widget-rebuilto-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .rebuilto-icon {
margin-right: 0;
}
@media (min-width: 768px) {
.elementor-widget-rebuilto-nav-menu.show-style-menu-yes .main-navigation ul.menu {
display: flex;
width: 100%;
justify-content: space-around;
}
}
.elementor-post-thumbnail {
display: flex;
}
.elementor-post-thumbnail img {
border-radius: 8px;
}
.elementor-widget-rebuilto-post-grid {
overflow: hidden;
}
.elementor-widget-rebuilto-post-grid [class*=post-style-] .post-inner:hover .post-thumbnail img {
transform: scale(1.1);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-rebuilto-post-grid [class*=post-style-] .post-inner .entry-meta .categories-link {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.elementor-widget-rebuilto-post-grid [class*=post-style-] .post-thumbnail img {
transform: scale(1);
}
@media (min-width: 1024px) {
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .d-grid {
grid-template-columns: repeat(2, 1fr);
row-gap: 30px;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list {
grid-column-end: span 1;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list:first-child {
grid-row-end: span 3;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list:first-child .blog-list {
flex-direction: column;
gap: 0;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list:first-child .post-thumbnail {
flex: 0 0 100%;
max-width: 100%;
margin-right: 0;
padding-top: 66%;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list:first-child .post-thumbnail img {
max-height: 100%;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list:first-child .post-content .entry-title {
font-size: 24px;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list:first-child .entry-content {
display: initial;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list .blog-list {
gap: 30px;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list .post-thumbnail {
flex-basis: calc(50% - 15px);
flex-shrink: 0;
margin-right: 0;
min-height: 185px;
padding-top: 0;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list .post-thumbnail img {
max-height: 185px;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list .post-content {
flex-grow: 1;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list .post-content .entry-title {
font-size: 18px;
}
.elementor-widget-rebuilto-post-grid.layout_special-yes.elementor-post-list .elementor-post-wrapper .post-list .entry-content {
display: none;
}
}
.elementor-widget-rebuilto-price-table .price_table_inner {
border: 1px solid var(--border);
padding: 50px 40px;
border-radius: 40px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-rebuilto-price-table .price_table_inner:hover {
border-color: var(--accent);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-rebuilto-price-table .price_table_inner:hover .elementor-price-table__button .button-more-link {
background-color: var(--primary);
color: var(--white);
}
.elementor-widget-rebuilto-price-table .price_table_inner:hover .elementor-price-table__button .button-more-link:hover {
background-color: var(--accent);
}
.elementor-widget-rebuilto-price-table .price_table_header {
position: relative;
border-bottom: 1px solid var(--border);
padding-bottom: 30px;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__features-list {
margin: 30px 0;
display: flex;
list-style-type: none;
flex-direction: column;
align-items: center;
justify-content: center;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__features-list .price-table-features-list-item {
color: #000000;
font-size: 16px;
line-height: 1.8571428571;
font-weight: 400;
display: inline-flex;
align-items: center;
margin-bottom: 10px;
width: 100%;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__features-list .price-table-features-list-item:last-child {
margin-bottom: 0;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__features-list .price-table-features-list-item .features-icon {
min-height: 24px;
min-width: 24px;
padding: 4px;
border-radius: 50%;
border: 1px solid var(--border);
margin-right: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
background-color: var(--white);
}
.elementor-widget-rebuilto-price-table .elementor-price-table__features-list .price-table-features-list-item .elementor-item-text {
font-family: var(--e-global-typography-accent-font-family);
font-size: 18px;
color: var(--accent);
}
.elementor-widget-rebuilto-price-table .elementor-price-table__features-list .features-list-item-disable {
opacity: 0.3;
}
.elementor-widget-rebuilto-price-table .price_table_image {
margin: 0 auto 30px;
border-radius: 8px;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__price {
margin-top: 13px;
font-family: var(--e-global-typography-accent-font-family);
text-align: center;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__price .elementor-price-table__currency {
font-weight: 400;
font-size: 60px;
line-height: 1;
color: var(--accent);
}
.elementor-widget-rebuilto-price-table .elementor-price-table__price .elementor-price-table__integer-part {
font-size: 60px;
line-height: 1;
color: var(--accent);
}
.elementor-widget-rebuilto-price-table .elementor-price-table__price .elementor-price-table__period {
font-size: 16px;
color: var(--accent);
}
.elementor-widget-rebuilto-price-table .title {
font-family: var(--e-global-typography-accent-font-family);
font-size: 30px;
line-height: 1.3333333333;
font-weight: 400;
color: var(--accent);
display: block;
margin-bottom: 20px;
text-align: center;
}
.elementor-widget-rebuilto-price-table .subtitle {
font-size: 16px;
line-height: 1.375;
font-weight: 400;
color: var(--text);
margin-bottom: 25px;
}
.elementor-widget-rebuilto-price-table .elementor-icon {
font-size: 30px;
margin-bottom: 30px;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__button .button-more-link {
line-height: 1.7142857143;
border-radius: 40px;
min-width: 195px;
font-weight: 600;
font-size: 14px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
width: 100%;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__button .button-more-link i {
margin-left: 10px;
font-size: 18px;
}
.elementor-widget-rebuilto-price-table .elementor-price-table__button .button-more-link:hover {
background-color: var(--primary);
color: var(--white);
}
.elementor-widget-rebuilto-price-table.elementor-view-framed .elementor-icon {
border-width: 1px;
border-color: var(--border);
padding: 0.8em;
background-color: var(--white);
}
.price-button-style-yes .button-more-link {
transition: 500ms ease;
position: relative;
background-color: var(--primary);
}
.price-button-style-yes .button-more-link .elementor-button-content-wrapper {
z-index: 3;
position: relative;
}
.price-button-style-yes .button-more-link:after {
content: "";
position: absolute;
right: -1px;
top: 0;
width: calc(100% + 2px);
height: 100%;
background: var(--primary);
border-radius: 35px;
transition: 500ms ease;
z-index: 2;
}
.price-button-style-yes .button-more-link i {
transition: 500ms ease;
}
.price-button-style-yes .button-more-link:hover i {
transform: translateX(95px);
}
.price-button-style-yes .button-more-link:hover:after {
width: 58px;
}
.navigation-project {
display: flex;
align-items: center;
gap: 20px;
}
.navigation-project a {
font-size: 14px;
line-height: 1.4285714286;
font-weight: 600;
color: var(--text_light);
padding: 12px 30px;
border-radius: 30px;
background-color: var(--background_light);
border: 1px solid var(--background_light);
}
.navigation-project a.active, .navigation-project a:hover {
background-color: #fff;
color: var(--accent);
border-color: var(--accent);
}
.sinlge-project-meta .meta-item {
border-top: 1px solid var(--border);
box-shadow: 0 1px var(--border);
padding: 15px 0;
display: flex;
gap: 30px;
}
.sinlge-project-meta .meta-item .title {
flex: 0 0 25%;
max-width: 25%;
}
.sinlge-project-meta .meta-item .value {
color: var(--accent);
font-weight: 500;
}
.project-item .project-inner {
position: relative;
}
.project-item .project-categories {
display: flex;
align-items: center;
gap: 5px;
}
.project-item .project-categories a {
font-size: 14px;
font-weight: 600;
line-height: 1.4285714286;
padding: 4px 20px;
border: 1px solid;
border-radius: 30px;
color: var(--primary);
}
.project-item .project-categories a:hover {
background-color: var(--primary);
color: var(--white);
}
.project-item .project-categories.color-white a {
color: #fff;
}
.project-item .project-meta {
font-weight: 500;
color: var(--accent);
}
.project-item .project-meta .meta-item {
display: flex;
align-items: center;
border-bottom: 1px solid var(--border);
padding: 15px 0 19px;
}
.project-item .project-meta .meta-item:first-child {
border-top: 1px solid var(--border);
}
.project-item .project-meta .meta-item .title {
color: var(--text_light);
margin-right: 15px;
min-width: 120px;
}
.project-item .project-meta .meta-item .value {
flex: 1;
}
.project-item.project-style-1 .project-post-thumbnail {
position: relative;
padding-top: 77%;
background-color: #000;
}
.project-item.project-style-1 .project-post-thumbnail:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 2;
background-color: rgba(0, 0, 0, 0.4);
}
.project-item.project-style-1 .project-post-thumbnail .overlay-link {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 3;
}
.project-item.project-style-1 .project-post-thumbnail img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
z-index: 1;
transition: all 0.3s ease;
}
.project-item.project-style-1 .project-content {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
padding: 26px 60px 30px 40px;
z-index: 5;
}
.project-item.project-style-1 .project-content:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 4px;
width: 100%;
background-color: var(--primary);
transition: all ease 0.35s;
z-index: -1;
}
.project-item.project-style-1 .project-title {
margin-bottom: 9px;
}
.project-item.project-style-1 .project-title a {
color: #fff;
}
.project-item.project-style-1 .project-more-link {
color: #fff;
position: absolute;
top: 30px;
right: 40px;
font-size: 12px;
transition: all ease 0.35s;
}
.project-item.project-style-1 .project-inner {
overflow: hidden;
}
.project-item.project-style-1 .project-inner:hover .project-more-link {
transform: rotate(45deg);
}
.project-item.project-style-1 .project-inner:hover .project-content:before {
height: 100%;
}
.project-item.project-style-1 .project-inner:hover .project-post-thumbnail img {
transform: translateY(-30px);
}
.project-item.project-style-2 .project-post-thumbnail {
position: relative;
height: 580px;
background-color: #000;
}
.project-item.project-style-2 .project-post-thumbnail:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 2;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all ease 0.35s;
}
.project-item.project-style-2 .project-post-thumbnail .overlay-link {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 3;
}
.project-item.project-style-2 .project-post-thumbnail img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
z-index: 1;
}
.project-item.project-style-2 .project-content {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
padding: 50px;
z-index: 5;
opacity: 0;
transition: all ease 0.35s;
}
.project-item.project-style-2 .project-categories a:hover {
border: 1px solid var(--primary);
}
.project-item.project-style-2 .project-title {
margin-bottom: 9px;
}
.project-item.project-style-2 .project-title a {
color: #fff;
}
.project-item.project-style-2 .project-inner:hover .project-content {
opacity: 1;
transition-delay: 0.35s;
}
.project-item.project-style-2 .project-inner:hover .project-post-thumbnail:before {
opacity: 1;
}
.project-item.project-style-3 .project-post-thumbnail {
position: relative;
padding-top: 128%;
background-color: #000;
}
.project-item.project-style-3 .project-post-thumbnail .overlay-link {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 3;
}
.project-item.project-style-3 .project-post-thumbnail img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
z-index: 1;
}
.project-item.project-style-3 .project-content {
padding: 20px 0 10px;
}
.project-item.project-style-3 .project-categories {
justify-content: center;
}
.project-item.project-style-3 .project-title {
margin-bottom: 9px;
text-align: center;
}
.project-item.project-style-3 .project-title a {
color: var(--accent);
}
.project-item.project-style-4 .project-inner {
padding-bottom: 80px;
}
.project-item.project-style-4 .project-post-thumbnail {
position: relative;
padding-top: 49.6%;
min-height: 380px;
background-color: #000;
}
.project-item.project-style-4 .project-post-thumbnail img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
z-index: 1;
}
.project-item.project-style-4 .project-content {
padding: 70px 6.75% 60px;
background-color: #fff;
border-bottom: 4px solid var(--primary);
position: absolute;
bottom: 0;
left: 0;
width: 540px;
max-width: 50%;
z-index: 6;
}
.project-item.project-style-4 .project-title {
margin-bottom: 12px;
}
.project-item.project-style-4 .project-title a {
color: var(--accent);
}
.project-item.project-style-4 .project-categories {
margin-bottom: 24px;
}
.project-item.project-style-4 .project-more-link {
display: inline-flex;
align-items: center;
font-weight: 600;
font-size: 14px;
color: var(--accent);
margin-top: 26px;
}
.project-item.project-style-4 .project-more-link i {
font-size: 12px;
margin-right: 12px;
color: var(--primary);
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.project-item.project-style-4 .project-more-link:hover {
color: var(--primary);
}
.project-item.project-style-4 .project-more-link:hover i {
transform: rotate(45deg);
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
@media (max-width: 568px) {
.project-item.project-style-4 .project-content {
max-width: 100%;
position: relative;
}
}
.project-item.project-style-5 .project-inner {
display: flex;
column-gap: 60px;
background-color: #fff;
}
.project-item.project-style-5 .project-post-thumbnail-wrap {
flex: 1;
}
.project-item.project-style-5 .project-post-thumbnail {
position: relative;
padding-top: 61.6%;
background-color: #000;
}
.project-item.project-style-5 .project-post-thumbnail img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
z-index: 1;
}
.project-item.project-style-5 .project-content {
width: 380px;
display: flex;
flex-direction: column;
}
.project-item.project-style-5 .project-title {
margin-bottom: 12px;
}
.project-item.project-style-5 .project-title a {
color: var(--accent);
}
.project-item.project-style-5 .project-categories {
margin-bottom: 34px;
}
.project-item.project-style-5 .project-more-link-wrap {
margin-top: auto;
}
.project-item.project-style-5 .project-more-link {
display: inline-flex;
align-items: center;
font-weight: 600;
font-size: 14px;
color: var(--accent);
margin-top: 20px;
}
.project-item.project-style-5 .project-more-link i {
font-size: 12px;
margin-right: 12px;
color: var(--primary);
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.project-item.project-style-5 .project-more-link:hover {
color: var(--primary);
}
.project-item.project-style-5 .project-more-link:hover i {
transform: rotate(45deg);
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
@media (max-width: 767px) {
.project-item.project-style-5 .project-inner {
flex-direction: column;
row-gap: 30px;
}
.project-item.project-style-5 .project-content {
width: 100%;
}
}
.elementor-style-effect-yes.elementor-project-style-2 .d-grid {
display: flex;
flex-direction: column;
row-gap: 40px;
}
@media (min-width: 768px) {
.elementor-style-effect-yes.elementor-project-style-2 .d-grid {
flex-direction: row;
}
}
@media (min-width: 768px) {
.elementor-style-effect-yes.elementor-project-style-2 .d-grid .grid-item {
transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), flex-shrink 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
width: 50%;
}
}
.elementor-style-effect-yes.elementor-project-style-2 .d-grid .grid-item:hover {
flex-shrink: 0;
}
@media (min-width: 1024px) {
.elementor-style-effect-yes.elementor-project-style-2 .d-grid .grid-item:hover {
width: 30vw;
}
}
.elementor-project-style-4.elementor-pagination-position-outside .rebuilto-swiper {
padding-bottom: 0 !important;
}
.elementor-project-style-4 .swiper-pagination.swiper-pagination-bullets {
max-width: 50%;
right: 0;
bottom: 0 !important;
left: unset;
display: flex;
column-gap: 30px;
}
.elementor-project-style-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
height: 2px;
border-radius: 0;
flex: 1;
margin: 0;
background-color: var(--border);
position: relative;
opacity: 1;
}
.elementor-project-style-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
content: attr(data-number);
font-size: 14px;
line-height: 26px;
font-weight: 600;
color: var(--accent);
position: absolute;
left: 0;
top: -32px;
opacity: 0;
}
.elementor-project-style-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
content: "";
width: 0;
height: 2px;
background-color: #000;
position: absolute;
left: 0;
bottom: 0;
}
.elementor-project-style-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
background-color: #000;
}
.elementor-project-style-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #000;
}
.elementor-project-style-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
opacity: 1;
}
.elementor-project-style-4.auto-start .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--border);
}
.elementor-project-style-4.auto-start .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
animation: width-100;
animation-duration: var(--playtime);
animation-timing-function: linear;
}
.elementor-project-style-4.auto-stop .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #000;
}
.elementor-project-style-4 .swiper-fade .swiper-slide {
z-index: 2;
opacity: 1;
}
.elementor-project-style-4 .swiper-fade .swiper-slide .project-post-thumbnail {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
transition: clip-path 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-project-style-4 .swiper-fade .swiper-slide.swiper-slide-active {
z-index: 1;
}
.elementor-project-style-4 .swiper-fade .swiper-slide.swiper-slide-active .project-post-thumbnail {
transition-duration: 0s;
}
.elementor-project-style-4 .swiper-fade .swiper-slide:not(.swiper-slide-active) .project-post-thumbnail {
clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.elementor-project-style-4 .swiper-fade.swiper--forwards .swiper-slide:not(.swiper-slide-active) .project-post-thumbnail {
clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.elementor-project-style-4 .swiper-slide .project-content {
transform: none !important;
}
.elementor-project-style-4 .swiper-slide .project-content > * {
opacity: 0;
transition: all ease 0.5s;
transition-delay: 0.3s;
transform: translateY(30px);
}
.elementor-project-style-4 .swiper-slide.swiper-slide-active .project-content > * {
opacity: 1;
transform: translateY(0);
}
@keyframes width-100 {
0% {
width: 0;
}
100% {
width: 100%;
}
}
.project-archive-style-5 .grid-item {
position: sticky;
top: 40px;
}
.single-rebuilto_project.rebuilto_project-template-default #page .site-content {
margin-bottom: 0;
margin-top: 80px;
}
.single-rebuilto_project.rebuilto_project-template-default nav.post-navigation {
font-size: 14px;
line-height: 1.4285714286;
font-weight: 600;
color: var(--accent);
margin-top: 68px;
text-transform: uppercase;
}
.single-rebuilto_project.rebuilto_project-template-default nav.post-navigation .nav-previous {
justify-content: flex-start;
}
.single-rebuilto_project.rebuilto_project-template-default nav.post-navigation .nav-next {
justify-content: flex-end;
}
.single-rebuilto_project.rebuilto_project-template-default nav.post-navigation .nav-content {
display: flex;
align-items: center;
column-gap: 10px;
}
.elementor-widget-rebuilto-scroll-features {
--offset: 30px;
--n-features-title-width: 240px;
--n-features-title-gap: 35px;
--n-features-gap: 80px;
width: 100%;
scroll-behavior: smooth;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content-item .features-content-item {
overflow: hidden;
padding-bottom: 80px;
position: relative;
}
@media (min-width: 767px) {
.elementor-widget-rebuilto-scroll-features .scroll-features-title {
display: flex;
flex-basis: var(--n-features-title-width);
flex-direction: column;
flex-shrink: 0;
gap: var(--n-features-title-gap);
overflow-x: initial;
flex-wrap: nowrap;
-ms-overflow-style: none;
scrollbar-width: none;
position: sticky;
top: var(--offset);
height: 100%;
}
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content {
display: flex;
flex-grow: 1;
min-width: 0;
flex-direction: column;
row-gap: 100px;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-heading {
font-size: 22px;
font-weight: 600;
line-height: 28px;
color: var(--text_light);
font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-heading span {
font-size: 14px;
font-weight: 400;
font-family: var(--e-global-typography-text-font-family);
margin-right: 30px;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-heading.active {
color: var(--primary);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-list {
display: flex;
flex-direction: row;
gap: var(--n-features-gap);
text-align: start;
min-width: 0;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-info {
min-height: 300px;
width: 360px;
background-color: #fff;
padding: 45px 50px;
left: 80px;
bottom: 0;
position: absolute;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-icon {
margin-bottom: 25px;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-icon .features-icon {
color: var(--primary);
fill: var(--primary);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-button {
margin-top: 30px;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-button .button-style {
font-size: 14px;
line-height: 1.4285714286;
border-radius: 30px;
font-weight: 600;
color: var(--accent);
padding: 12px 30px;
border: 1px solid var(--border);
background-color: transparent;
transition: all ease 0.3s;
position: relative;
display: inline-flex;
}
@media (max-width: 767px) {
.elementor-widget-rebuilto-scroll-features .scroll-features-list {
gap: 0;
flex-direction: column;
text-align: start;
min-width: 0;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content {
flex-grow: 1;
min-width: 0;
display: contents;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item {
margin-bottom: 30px;
display: flex;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(1) {
order: calc(( 1) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(2) {
order: calc(( 2) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(3) {
order: calc(( 3) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(4) {
order: calc(( 4) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(5) {
order: calc(( 5) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(6) {
order: calc(( 6) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(7) {
order: calc(( 7) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(8) {
order: calc(( 8) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(9) {
order: calc(( 9) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(10) {
order: calc(( 10) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(11) {
order: calc(( 11) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-content .scroll-features-content-item:nth-child(12) {
order: calc(( 12) * 2);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title {
display: contents;
flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item {
display: flex;
margin-bottom: 15px;
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(1) {
order: calc(( 1 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(2) {
order: calc(( 2 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(3) {
order: calc(( 3 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(4) {
order: calc(( 4 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(5) {
order: calc(( 5 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(6) {
order: calc(( 6 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(7) {
order: calc(( 7 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(8) {
order: calc(( 8 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(9) {
order: calc(( 9 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(10) {
order: calc(( 10 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(11) {
order: calc(( 11 * 2) - 1);
}
.elementor-widget-rebuilto-scroll-features .scroll-features-title .scroll-features-title-item:nth-child(12) {
order: calc(( 12 * 2) - 1);
}
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline {
display: inline-block;
width: 100%;
max-width: 100%;
margin: 0 auto;
position: relative;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
content: "";
width: 1px;
height: calc(100% - 5px);
background-color: #DFE1E7;
position: absolute;
top: 5px;
left: calc(50% + 50px);
bottom: 0;
overflow: hidden;
z-index: -1;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 1320px) {
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
left: 50%;
}
}
@media (max-width: 767px) {
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
left: 30px;
}
}
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
width: 1px;
background-color: var(--primary);
position: absolute;
top: 5px;
left: calc(50% + 50px);
overflow: hidden;
z-index: -1;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 1320px) {
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
left: 50%;
}
}
@media (max-width: 767px) {
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
left: 30px;
}
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
display: flex;
gap: 80px;
}
@media (max-width: 1320px) {
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
gap: 30px;
}
}
@media (max-width: 767px) {
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
flex-wrap: wrap;
}
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-list {
flex-grow: 1;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-content-image {
display: flex;
flex-direction: column;
justify-content: center;
flex-basis: calc(50% - 60px);
flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
position: absolute;
height: 100%;
left: 0;
top: 0;
width: calc(50% - 60px);
}
@media (max-width: 767px) {
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
width: 0;
}
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image * {
position: relative;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top center;
object-position: top center;
opacity: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
will-change: transform;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image img {
height: 100%;
object-fit: cover;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item {
padding: 0 0 37px;
display: flex;
align-items: flex-start;
width: 100%;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number {
box-shadow: 0 0 0 1px var(--primary);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number span {
opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:last-of-type {
padding-bottom: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image {
transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
pointer-events: auto;
z-index: 4;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image * {
opacity: 1;
z-index: 10;
transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number {
height: 60px;
line-height: 60px;
width: 60px;
box-shadow: 0 0 0 1px #DFE1E7;
text-align: center;
font-size: 14px;
font-weight: 600;
background-color: #fff;
color: var(--text);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-flex;
justify-content: center;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number span {
opacity: 0.2;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number {
margin-right: 50px;
margin-top: 5px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-subheading {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: var(--text_light);
margin-bottom: 7px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-info {
opacity: 0.2;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number {
box-shadow: 0 0 0 1px var(--primary);
color: var(--accent);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number span {
opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .scroll-timeline-info {
opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-heading {
font-size: 18px;
color: var(--accent);
margin-bottom: 15px;
}
.elementor-widget-rebuilto-search {
z-index: 99;
}
.elementor-widget-rebuilto-search .widget_product_search form input[type=search],
.elementor-widget-rebuilto-search .site-search form input[type=search] {
padding: 15px 30px;
border-radius: 30px;
background-color: transparent;
border: 1px solid var(--border);
}
.elementor-widget-rebuilto-search .widget_product_search form input[type=search]::placeholder,
.elementor-widget-rebuilto-search .site-search form input[type=search]::placeholder {
font-size: 16px;
font-weight: 500;
color: var(--text_light);
}
.elementor-widget-rebuilto-search .widget_search form input[type=submit],
.elementor-widget-rebuilto-search .widget_search form button[type=submit],
.elementor-widget-rebuilto-search .widget_product_search form input[type=submit],
.elementor-widget-rebuilto-search .widget_product_search form button[type=submit],
.elementor-widget-rebuilto-search .site-search form input[type=submit],
.elementor-widget-rebuilto-search .site-search form button[type=submit] {
display: flex;
align-items: center;
justify-content: center;
letter-spacing: 0;
width: 60px;
}
.elementor-widget-rebuilto-search .widget_search form input[type=submit] span,
.elementor-widget-rebuilto-search .widget_search form button[type=submit] span,
.elementor-widget-rebuilto-search .widget_product_search form input[type=submit] span,
.elementor-widget-rebuilto-search .widget_product_search form button[type=submit] span,
.elementor-widget-rebuilto-search .site-search form input[type=submit] span,
.elementor-widget-rebuilto-search .site-search form button[type=submit] span {
position: relative;
font-size: 12px;
line-height: 16px;
letter-spacing: 2px;
font-weight: 600;
color: var(--accent);
text-transform: uppercase;
display: none;
}
.elementor-widget-rebuilto-search .widget_search form input[type=submit] i,
.elementor-widget-rebuilto-search .widget_search form button[type=submit] i,
.elementor-widget-rebuilto-search .widget_product_search form input[type=submit] i,
.elementor-widget-rebuilto-search .widget_product_search form button[type=submit] i,
.elementor-widget-rebuilto-search .site-search form input[type=submit] i,
.elementor-widget-rebuilto-search .site-search form button[type=submit] i {
color: var(--text_light);
font-size: 18px;
}
.elementor-widget-rebuilto-search .widget_search form input[type=submit]:hover,
.elementor-widget-rebuilto-search .widget_search form button[type=submit]:hover,
.elementor-widget-rebuilto-search .widget_product_search form input[type=submit]:hover,
.elementor-widget-rebuilto-search .widget_product_search form button[type=submit]:hover,
.elementor-widget-rebuilto-search .site-search form input[type=submit]:hover,
.elementor-widget-rebuilto-search .site-search form button[type=submit]:hover {
background: var(--primary_hover);
}
.elementor-widget-rebuilto-search .widget_search form input[type=submit]:hover i,
.elementor-widget-rebuilto-search .widget_search form button[type=submit]:hover i,
.elementor-widget-rebuilto-search .widget_product_search form input[type=submit]:hover i,
.elementor-widget-rebuilto-search .widget_product_search form button[type=submit]:hover i,
.elementor-widget-rebuilto-search .site-search form input[type=submit]:hover i,
.elementor-widget-rebuilto-search .site-search form button[type=submit]:hover i {
color: var(--primary);
}
.elementor-widget-rebuilto-search .widget_search form input[type=submit]:hover span,
.elementor-widget-rebuilto-search .widget_search form button[type=submit]:hover span,
.elementor-widget-rebuilto-search .widget_product_search form input[type=submit]:hover span,
.elementor-widget-rebuilto-search .widget_product_search form button[type=submit]:hover span,
.elementor-widget-rebuilto-search .site-search form input[type=submit]:hover span,
.elementor-widget-rebuilto-search .site-search form button[type=submit]:hover span {
color: var(--background);
}
.elementor-widget-rebuilto-search .search-by-category .input-dropdown-inner {
width: 155px;
}
.elementor-widget-rebuilto-search .search-by-category .input-dropdown-inner:after {
height: 100%;
top: 0;
bottom: 0;
transform: none;
}
.elementor-widget-rebuilto-search.search-form-hide-search-yes .search-by-category {
display: none;
}
.elementor-widget-rebuilto-search.search-form-hide-search-yes .widget_product_search form input[type=search],
.elementor-widget-rebuilto-search.search-form-hide-search-yes .widget_product_search form input[type=text] {
padding-left: 1.41575em;
}
.elementor-widget-rebuilto-search .site-header-search {
display: block;
}
.elementor-widget-rebuilto-search .site-header-search .button-search-popup {
display: flex;
text-decoration: none;
align-items: center;
justify-content: center;
padding: 14px;
border: 1px solid var(--border);
border-radius: 100%;
}
.elementor-widget-rebuilto-search .site-header-search .button-search-popup i {
color: var(--primary);
}
.elementor-widget-rebuilto-search .site-header-search .button-search-popup .content {
display: flex;
align-items: center;
flex-wrap: wrap;
font-size: 12px;
font-weight: 500;
display: none;
}
.elementor-widget-rebuilto-search .site-header-search .button-search-popup:hover .content {
color: var(--primary_hover);
}
.elementor-widget-rebuilto-search .site-header-search .button-search-popup:hover i {
color: var(--primary_hover);
}
.elementor-widget-rebuilto-search.search-form-layout-block-yes .button-search-popup {
display: block;
text-align: center;
}
.elementor-widget-rebuilto-search.search-form-layout-block-yes .button-search-popup .content {
display: block;
}
.service-item .service-more-link-wrap.style-link {
padding-top: 23px;
border-top: 1px solid var(--border);
}
.service-item .service-more-link-wrap.style-link .service-more-link {
display: inline-flex;
align-items: center;
font-weight: 600;
}
.service-item .service-more-link-wrap.style-link .service-more-link i {
color: var(--primary);
margin-right: 10px;
font-size: 12px;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.service-item .service-more-link-wrap.style-link .service-more-link:hover i {
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
transform: rotate(45deg);
}
.service-item.service-style-1 .service-post-thumbnail {
position: relative;
width: 100%;
height: 680px;
}
.service-item.service-style-1 .service-post-thumbnail img {
filter: grayscale(100%);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
object-fit: cover;
transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.service-item.service-style-1 .service-post-thumbnail:before {
content: "";
position: absolute;
z-index: 2;
background-color: rgba(0, 0, 0, 0.6);
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 768px) {
.service-item.service-style-1 .service-post-thumbnail {
height: 350px;
}
}
.service-item.service-style-1 .service-content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
z-index: 2;
padding: 50px 30px;
align-items: center;
}
.service-item.service-style-1 .overlay-link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
}
.service-item.service-style-1 .service-title {
margin-bottom: auto;
margin-top: auto;
color: #fff;
transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
text-align: center;
}
.service-item.service-style-1 .service-more-link {
width: 45px;
height: 45px;
line-height: 43px;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
text-align: center;
border-radius: 50%;
position: absolute;
transform: translateY(50%);
bottom: 72px;
}
.service-item.service-style-1 .service-more-link i {
font-size: 12px;
transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.service-item.service-style-1 .service-inner {
position: relative;
}
.service-item.service-style-1 .service-inner:hover .service-title {
font-size: 36px;
line-height: 1.1666666667;
}
.service-item.service-style-1 .service-inner:hover .service-more-link {
width: 70px;
height: 70px;
line-height: 67px;
background-color: var(--primary);
}
.service-item.service-style-1 .service-inner:hover .service-more-link i {
transform: rotate(45deg);
}
.service-item.service-style-1 .service-inner:hover .service-post-thumbnail:before {
background-color: rgba(0, 0, 0, 0.2);
}
.service-item.service-style-1 .service-inner:hover .service-post-thumbnail img {
filter: grayscale(0);
}
.service-item.service-style-2 .service-post-thumbnail {
position: relative;
width: 100%;
padding-top: 68.2%;
}
.service-item.service-style-2 .service-post-thumbnail img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
object-fit: cover;
}
.service-item.service-style-2 .service-content {
padding: 30px 50px;
background-color: #fff;
}
.service-item.service-style-2 .service-title {
margin-bottom: 20px;
}
.service-item.service-style-2 .description {
margin-bottom: 26px;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.service-item.service-style-3 .service-inner {
position: relative;
padding: 50px;
border: 1px solid var(--background_light);
background-color: var(--background_light);
transition: all ease 0.35s;
}
.service-item.service-style-3 .service-inner:hover {
border-color: var(--border);
background-color: #fff;
}
.service-item.service-style-3 .service-icon-wrap {
width: 90px;
height: 90px;
margin-bottom: 57px;
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
}
.service-item.service-style-3 .service-title {
margin-bottom: 16px;
}
.service-item.service-style-3 .description {
margin-bottom: 36px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.service-item.service-style-4 .service-inner {
border-top: 1px solid var(--border);
background-color: #fff;
box-shadow: 0 1px var(--border);
}
.service-item.service-style-4 .service-title {
margin-bottom: 0;
font-weight: 700;
font-size: 16px;
}
.service-item.service-style-4 .service-title a {
padding: 20px 0;
display: flex;
align-items: center;
transition: all ease 0.35s;
color: var(--accent);
}
.service-item.service-style-4 .service-title a i {
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 50%;
background-color: var(--accent);
color: #fff;
text-align: center;
margin-right: 15px;
}
.service-item.service-style-4 .service-title a:hover i {
background-color: var(--primary);
}
.service-item.service-style-5 .service-post-thumbnail {
position: relative;
width: 100%;
height: 520px;
}
.service-item.service-style-5 .service-post-thumbnail img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
object-fit: cover;
}
.service-item.service-style-5 .service-post-thumbnail:before {
content: "";
position: absolute;
z-index: 2;
background-color: rgba(0, 0, 0, 0.4);
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all ease 0.35s;
}
.service-item.service-style-5 .service-content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
z-index: 2;
padding: 50px;
justify-content: flex-end;
}
.service-item.service-style-5 .service-icon-wrap {
position: absolute;
width: 90px;
height: 90px;
background-color: var(--primary);
top: 50px;
left: 50px;
z-index: 5;
display: flex;
align-items: center;
justify-content: center;
}
.service-item.service-style-5 .service-title {
margin-bottom: 12px;
}
.service-item.service-style-5 .service-title a {
color: #fff;
}
.service-item.service-style-5 .description {
color: #fff;
max-height: 0;
transition: all ease 0.35s;
overflow: hidden;
opacity: 0.5;
max-width: 310px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.service-item.service-style-5 .service-more-link-wrap.style-link {
max-height: 0;
transition: all ease 0.35s;
overflow: hidden;
padding-top: 0;
border-top: 0;
position: relative;
}
.service-item.service-style-5 .service-more-link-wrap.style-link:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 1px;
background-color: var(--border);
opacity: 0.2;
transition: all ease 0.35s;
}
.service-item.service-style-5 .service-more-link-wrap.style-link a {
color: #fff;
}
.service-item.service-style-5 .service-inner {
position: relative;
}
.service-item.service-style-5 .service-inner:hover .service-post-thumbnail:before {
background-color: rgba(0, 0, 0, 0.8);
}
.service-item.service-style-5 .service-inner:hover .service-more-link-wrap.style-link {
max-height: 60px;
padding-top: 23px;
}
.service-item.service-style-5 .service-inner:hover .service-more-link-wrap.style-link:before {
width: 100%;
}
.service-item.service-style-5 .service-inner:hover .description {
max-height: 130px;
margin-bottom: 32px;
}
.service-item.service-style-6 .service-title {
margin-bottom: 0;
font-weight: 600;
font-size: 16px;
font-family: var(--e-global-typography-text-font-family);
}
.service-item.service-style-6 .service-title a {
padding: 18px 20px 18px 35px;
display: flex;
align-items: center;
transition: all ease 0.35s;
color: var(--accent);
position: relative;
}
.service-item.service-style-6 .service-title a:before {
content: "";
width: 5px;
height: 5px;
position: absolute;
left: 20px;
top: calc(50% - 2px);
background-color: var(--primary);
}
.service-item.service-style-6 .service-title a span {
margin-right: auto;
}
.service-item.service-style-6 .service-title a i {
font-size: 14px;
margin-left: 10px;
}
.service-item.service-style-6 .service-title a:hover {
background-color: #EBEEF4;
}
.service-item.service-style-6.current_post .service-title a {
background-color: #EBEEF4;
}
.elementor-service-style-4 .d-grid {
row-gap: 0 !important;
}
.elementor-style-special-yes.elementor-service-style-5 .d-grid .grid-item:nth-child(4) {
grid-column-end: 3 span;
}
@media (max-width: 1024px) {
.elementor-style-special-yes.elementor-service-style-5 .d-grid .grid-item:nth-child(4) {
grid-column-end: 2 span;
grid-row-end: 3;
}
}
@media (max-width: 767px) {
.elementor-style-special-yes.elementor-service-style-5 .d-grid .grid-item:nth-child(4) {
grid-column-end: 1 span;
}
}
.elementor-style-effect-yes.elementor-service-style-1 .d-grid {
display: flex;
flex-direction: column;
row-gap: 40px;
}
@media (min-width: 768px) {
.elementor-style-effect-yes.elementor-service-style-1 .d-grid {
flex-direction: row;
}
}
@media (min-width: 768px) {
.elementor-style-effect-yes.elementor-service-style-1 .d-grid .grid-item {
transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
width: 50%;
}
}
.elementor-style-effect-yes.elementor-service-style-1 .d-grid .grid-item:hover {
flex-shrink: 0;
}
@media (min-width: 1024px) {
.elementor-style-effect-yes.elementor-service-style-1 .d-grid .grid-item:hover {
width: 37.5vw;
}
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-wrapper {
display: flex;
white-space: nowrap;
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-wrapper:hover .elementor-scrolling-inner {
animation-play-state: paused;
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-item {
display: flex;
align-items: center;
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-item .scrolling-title {
font-family: var(--e-global-typography-accent-font-family);
font-size: 18px;
margin: 0 10px;
text-transform: uppercase;
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-item .scrolling-title a {
white-space: nowrap;
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-item .scrolling-title:hover a {
text-decoration: none;
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-inner {
position: relative;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 10s;
width: max-content;
display: inline-flex;
align-items: center;
animation-name: marquee;
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-inner:last-child {
padding-right: 30px;
}
.elementor-widget-rebuilto-slide-scrolling .elementor-scrolling-item-inner {
display: inline-flex;
flex-direction: column;
}
.rebuilto-scrolling-ltr .elementor-scrolling-inner {
animation-name: marquee;
}
.rebuilto-scrolling-rtl .elementor-scrolling-wrapper {
display: flex;
justify-content: center;
}
.rebuilto-scrolling-rtl .elementor-scrolling-inner {
animation-name: marqueeltr;
}
@keyframes marquee {
100% {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translate(-100%);
}
}
@keyframes marqueeltr {
100% {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translate(100%);
}
}
.elementor-widget-rebuilto-team-box {
--img-ratio: 68%;
--img-width: 300px;
}
.elementor-widget-rebuilto-team-box .elementor-teambox-item-wrapper {
position: relative;
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-team-box .team-image {
position: relative;
}
.elementor-widget-rebuilto-team-box .team-image:before {
position: absolute;
width: 44px;
height: 44px;
background: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
color: var(--accent);
font-size: 14px;
bottom: -22px;
right: 30px;
z-index: 3;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-rebuilto-team-box .team-image .team-image-inner {
position: relative;
padding-top: 114%;
overflow: hidden;
}
.elementor-widget-rebuilto-team-box .team-image img {
position: absolute;
left: 0;
bottom: 0;
object-fit: cover;
transition: width 0.4s, height 0.4s;
z-index: 1;
width: 100%;
height: 100%;
}
.elementor-widget-rebuilto-team-box .team-description {
display: none;
}
.team-icon-socials {
display: flex;
align-items: center;
text-transform: uppercase;
}
.team-icon-socials a {
color: var(--text_light);
font-size: 12px;
font-weight: 600;
margin: 0 5px;
}
.team-icon-socials a:hover {
color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-teambox-item {
cursor: pointer;
transition: all 0.3s;
}
.elementor-teambox-item:hover .team-image:before, .elementor-teambox-item:hover .team-content-header:before {
background: var(--primary);
color: white;
}
.elementor-teambox-item .team-content {
position: relative;
margin-top: 25px;
}
.elementor-teambox-item .team-image-inner img {
width: 100%;
height: 100%;
}
.elementor-teambox-item .team-job {
color: var(--text_light);
text-transform: uppercase;
margin-bottom: 10px;
font-size: 12px;
font-weight: 600;
line-height: 1.1666666667;
}
.elementor-teambox-item .team-name {
font-size: 22px;
font-weight: 600;
line-height: 1.2727272727;
font-family: var(--e-global-typography-accent-font-family);
color: var(--accent);
}
.team-slide {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1070px;
background-image: linear-gradient(90deg, #fff 72%, var(--background_light) 0%);
padding: 80px;
position: relative;
}
@media (max-width: 1023px) {
.team-slide {
padding: 60px 30px;
}
}
.team-slide .icon-slide {
position: absolute;
right: 0;
bottom: 0;
}
@media (max-width: 767px) {
.team-slide .icon-slide {
opacity: 0;
}
}
@media (max-width: 767px) {
.team-slide {
flex-direction: column;
padding: 60px 30px;
background-image: linear-gradient(90deg, #fff 100%, #fff 0%);
}
}
.team-slide .team-image {
width: 50%;
max-width: 410px;
position: relative;
z-index: 1;
}
@media (max-width: 767px) {
.team-slide .team-image {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
}
}
.team-slide .team-image img {
width: var(--img-ratio);
height: var(--img-ratio);
}
.active .team-slide .team-image img {
width: 100%;
height: 80%;
top: 0;
}
@media (max-width: 767px) {
.active .team-slide .team-image img {
height: 100%;
}
}
.team-slide .team-content {
width: 50%;
max-width: 420px;
padding-right: 15px;
}
@media (max-width: 767px) {
.team-slide .team-content {
width: 100%;
text-align: center;
max-width: 100%;
padding-right: 0;
}
.team-slide .team-content .team-infor {
text-align: left;
}
}
.team-slide .team-name {
margin-top: 9px;
transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
transform: translateY(30px);
opacity: 0;
font-size: 36px;
color: var(--accent);
font-weight: 600;
font-family: var(--e-global-typography-accent-font-family);
}
.swiper-slide-active .team-slide .team-name {
transform: translateY(0);
opacity: 1;
}
.team-slide .team-job {
color: var(--text_light);
text-transform: uppercase;
transition: opacity 0.4s 0.3s, transform 0.4s 0.3s;
transform: translateY(30px);
opacity: 0;
font-size: 12px;
font-weight: 600;
}
.swiper-slide-active .team-slide .team-job {
transform: translateY(0);
opacity: 1;
}
.team-slide .team-infor-wrap {
border-left: 2px solid var(--primary);
padding-left: 30px;
display: flex;
align-items: end;
justify-content: space-between;
margin-top: 15px;
flex-wrap: wrap;
transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
transform: translateY(30px);
opacity: 0;
}
.team-slide .team-infor-wrap span {
display: block;
color: var(--accent);
}
.swiper-slide-active .team-slide .team-infor-wrap {
transform: translateY(0);
opacity: 1;
}
@media (max-width: 767px) {
.team-slide .team-infor-wrap {
margin-bottom: 15px;
}
}
.team-slide .line {
margin-top: 20px;
margin-bottom: 20px;
height: 1px;
background-color: var(--border);
transition: width 0.4s 0.5s;
width: 0;
}
.swiper-slide-active .team-slide .line {
width: 100%;
}
.team-slide .team-description {
transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
transform: translateY(30px);
opacity: 0;
margin-bottom: 15px;
display: block;
}
.swiper-slide-active .team-slide .team-description {
transform: translateY(0);
opacity: 1;
}
.layout-1 .team-image-inner:before {
position: absolute;
bottom: -8px;
left: 0;
z-index: 2;
opacity: 0;
transform: translateY(100%);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
pointer-events: none;
}
@media (min-width: 1024px) {
.layout-1 .team-image-inner:before {
content: url(//real-dom.gr/wp-content/themes/rebuilto/assets/images/team-icon.svg);
}
}
.layout-1 .elementor-teambox-item:hover .team-image-inner:before {
opacity: 1;
transform: translateY(0);
}
.layout-2 .teambox-item-inner {
display: flex;
}
@media (max-width: 600px) {
.layout-2 .teambox-item-inner {
flex-wrap: wrap;
}
}
.layout-2 .teambox-item-inner .team-image {
flex: 0 0 40%;
max-width: 40%;
}
@media (max-width: 600px) {
.layout-2 .teambox-item-inner .team-image {
flex: 1;
max-width: 100%;
}
}
.layout-2 .teambox-item-inner .team-image:before {
content: none;
}
.layout-2 .team-content {
margin-top: 0;
background: white;
}
.layout-2 .team-content-header {
padding: 40px 40px 25px 50px;
border-bottom: 1px solid var(--border);
position: relative;
}
.layout-2 .team-content-header:before {
position: absolute;
width: 44px;
height: 44px;
background: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
color: white;
background: var(--accent);
font-size: 14px;
bottom: 25px;
right: 40px;
z-index: 3;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 767px) {
.layout-2 .team-content-header {
padding: 20px 15px;
}
.layout-2 .team-content-header:before {
width: 25px;
height: 25px;
font-size: 12px;
right: 15px;
}
}
.layout-2 .team-description {
margin: 25px 50px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
@media (max-width: 767px) {
.layout-2 .team-description {
margin: 20px 15px;
}
}
.layout-3 .teambox-item-inner {
border-top: 1px solid var(--border);
background-color: #fff;
box-shadow: 0 1px var(--border);
padding: 35px 0;
position: relative;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-3 .teambox-item-inner:before {
right: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
color: var(--accent);
font-size: 24px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-3 .team-content-header {
padding-left: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-3 .team-content {
margin-top: 0;
z-index: 1;
}
.layout-3 .elementor-teambox-item:hover .teambox-item-inner {
background: var(--accent);
}
.layout-3 .elementor-teambox-item:hover .teambox-item-inner:before {
right: 20px;
color: white;
}
.layout-3 .elementor-teambox-item:hover .team-job, .layout-3 .elementor-teambox-item:hover .team-name {
color: white;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-3 .elementor-teambox-item:hover .team-content-header {
padding-left: 30px;
}
.teambox-layout-3 .team-effect {
position: absolute;
right: 110px;
top: 50%;
transform: translateY(-50%);
width: 300px;
pointer-events: none;
opacity: 0;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@media (max-width: 767px) {
.teambox-layout-3 .team-effect {
display: none;
}
}
.teambox-layout-3 .swiper-team-effect .swiper-wrapper {
height: 340px;
}
.teambox-layout-3 .elementor-teambox-wrapper-inner {
position: relative;
}
.teambox-layout-3 .elementor-teambox-wrapper-inner:hover .team-effect {
opacity: 1;
}
.team-popup-main .mfp-content {
width: 1070px !important;
max-width: 90%;
}
.team-popup .team-popup-inner {
position: relative;
width: 1070px;
max-width: 100%;
}
.team-popup .swiper-pagination {
position: relative;
margin-top: 30px;
}
.team-popup .swiper-pagination .swiper-pagination-bullet {
background-color: #fff;
}
.team-popup .mfp-close.team-popup-close {
position: absolute;
right: -30px;
top: -30px;
z-index: 99;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
background: #fff !important;
border: 1px solid var(--border);
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
padding: 0;
color: black;
}
.team-popup .mfp-close.team-popup-close svg {
display: block;
width: 14px;
pointer-events: none;
}
.team-popup .mfp-close.team-popup-close:hover .close-icon line,
.team-popup .mfp-close.team-popup-close:hover .close-icon path {
animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.team-popup .mfp-close.team-popup-close:hover .close-icon path {
animation-delay: 0.1s;
}
@keyframes toOpacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.elementor-testimonial-item-wrapper {
text-align: center;
}
.elementor-testimonial-item-wrapper .swiper-slide {
opacity: 0.2;
}
.elementor-testimonial-item-wrapper .swiper-slide.swiper-slide-active {
opacity: 1;
}
.elementor-testimonial-item-wrapper .grid-item {
height: auto;
}
.elementor-testimonial-item-wrapper .testimonial-content {
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.elementor-testimonial-item-wrapper .testimonial-title {
font-weight: 500;
color: var(--accent);
font-size: 20px;
line-height: 1.25;
margin-bottom: 45px;
font-family: var(--e-global-typography-accent-font-family);
}
.elementor-testimonial-item-wrapper .content {
color: var(--text);
font-size: 16px;
line-height: 1.625;
margin-bottom: 30px;
margin-top: 20px;
}
.elementor-testimonial-item-wrapper .icon {
color: var(--primary);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
line-height: 1;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating svg {
width: 14px;
fill: #F9BF00;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating svg, .elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
margin: 0 2px;
font-size: 14px;
color: #F9BF00;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image {
line-height: 1;
min-width: 80px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
display: inline;
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
.elementor-testimonial-item-wrapper .grid-item {
position: relative;
}
.elementor-testimonial-item-wrapper .grid-item .details {
display: inline-flex;
align-items: center;
}
.elementor-testimonial-item-wrapper .grid-item .elementor-testimonial-image {
margin-right: 20px;
}
.elementor-testimonial-item-wrapper .grid-item .details-info span {
display: block;
}
.elementor-testimonial-item-wrapper .details-info {
cursor: pointer;
text-align: left;
}
.elementor-testimonial-item-wrapper .details-info .name {
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 1.625;
color: var(--primary);
}
.elementor-testimonial-item-wrapper .details-info .job {
font-size: 14px;
line-height: 1.5714285714;
color: var(--text_light);
}
.elementor-testimonial-item-wrapper .header-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.elementor-widget-rebuilto-testimonials.wrapper-position-left .elementor-testimonial-item-wrapper {
margin-left: 0;
}
.elementor-widget-rebuilto-testimonials.wrapper-position-right .elementor-testimonial-item-wrapper {
margin-right: 0;
}
.alignment-center + .testimonial-image-wrap .testimonial-image-style {
justify-content: center;
}
.alignment-left + .testimonial-image-wrap .testimonial-image-style {
justify-content: start;
}
.alignment-right + .testimonial-image-wrap .testimonial-image-style {
justify-content: end;
}
.effect-line-yes .elementor-testimonial-item {
transition: all 0.35s;
}
.effect-line-yes .elementor-testimonial-item:before, .effect-line-yes .elementor-testimonial-item:after {
content: "";
width: 100%;
height: 4px;
background: var(--primary);
position: absolute;
top: 0;
left: 0;
opacity: 1;
transform: scale(1, 1);
transform-origin: right center 0;
}
.effect-line-yes .elementor-testimonial-item:after {
opacity: 0;
transform: scale(0, 1);
transform-origin: left center 0;
}
.effect-line-yes .elementor-testimonial-item:hover:before {
opacity: 0;
transform: scale(0, 1);
transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}
.effect-line-yes .elementor-testimonial-item:hover:after {
opacity: 1;
transform: scale(1, 1);
transition: transform 0.2s ease-in-out 0.25s;
}
.elementor-widget-rebuilto-timeline-slider .wrapper-timeline-main {
max-width: 100%;
margin-left: auto;
position: relative;
z-index: 999;
}
.elementor-widget-rebuilto-timeline-slider .main-swiper {
padding-bottom: 8px;
}
.elementor-widget-rebuilto-timeline-slider .main-swiper:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: var(--border);
bottom: 10px;
}
.elementor-widget-rebuilto-timeline-slider .main-swiper .timeline-item {
text-align: center;
padding-bottom: 10px;
position: relative;
cursor: pointer;
}
.elementor-widget-rebuilto-timeline-slider .main-swiper .timeline-item:before {
content: "";
position: absolute;
width: 10px;
height: 10px;
background-color: #D9D9D9;
bottom: -2px;
left: calc(50% - 4px);
border-radius: 50%;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-timeline-slider .main-swiper .timeline-title {
font-size: 14px;
line-height: 1.8571428571;
font-weight: 800;
color: var(--text_light);
}
.elementor-widget-rebuilto-timeline-slider .main-swiper .swiper-slide-thumb-active .timeline-title {
color: var(--accent);
}
.elementor-widget-rebuilto-timeline-slider .main-swiper .swiper-slide-thumb-active .timeline-item:before {
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
background-color: var(--primary);
transform: scale(1.4);
}
.elementor-video-wrapper {
position: relative;
}
.elementor-video-wrapper .elementor-video-popup {
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
width: 100px;
height: 100px;
background: var(--primary);
border: 1px solid var(--border);
border-radius: 100%;
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
}
.elementor-video-wrapper .elementor-video-popup svg {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 22px;
height: 22px;
}
.elementor-video-wrapper .elementor-video-popup:hover {
background: var(--primary_hover);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-video-wrapper .elementor-video-popup:hover svg {
opacity: 0;
}
.elementor-video-wrapper .elementor-video-popup:hover .elementor-video-title {
transform: scale(1);
color: #fff;
opacity: 1;
}
.elementor-video-wrapper .elementor-video-title {
position: absolute;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
color: #fff;
line-height: 12px;
font-weight: 600;
transform: scale(1.2);
opacity: 0;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 9;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
font-size: 24px;
border: none;
width: 44px;
text-align: center;
padding: 0;
top: -44px;
padding-left: 10px;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
background-color: transparent;
border: none;
}
.icon-box-style-rebuilto-yes .elementor-icon {
position: relative;
}
.icon-box-style-rebuilto-yes .elementor-icon:before {
content: "";
width: calc(100% + 20px);
height: calc(100% + 20px);
border: 1px solid var(--primary);
position: absolute;
left: -10px;
top: -10px;
border-radius: 100%;
background-color: transparent;
}
.icon-box-style-rebuilto-yes:hover .elementor-icon:before {
background-color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
border-radius: 8px 8px 0 0;
}
.elementor-widget-text-path svg {
overflow: visible;
}
.rebuilto-icons-list {
padding: 90px;
}
@media (max-device-width: 1024px) {
.rebuilto-icons-list {
padding: 60px 30px;
}
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
position: relative;
display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
position: absolute;
content: attr(data-hover);
color: #000000;
clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
transition: clip-path 0.5s ease;
}
.elementor-widget-icon-box:hover .elementor-icon {
transform: scale(1.1);
}
.elementor-widget-image-box.image-box-style-rebuilto-yes .elementor-image-box-img {
display: block;
}
.elementor-widget-image-box.image-box-style-rebuilto-yes .elementor-image-box-content {
background: #FFFFFF;
box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
border-radius: 5px;
padding: 25px;
position: relative;
top: -80px;
margin: 0 30px;
width: calc(100% - 60px);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-image-box.image-box-style-rebuilto-yes:hover .elementor-image-box-content {
top: -100px;
}
@keyframes pp-glow {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(2);
opacity: 0;
}
}
.text-rotate {
-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.text-shadow {
-webkit-text-stroke: 3px #fff;
-webkit-text-fill-color: #F02757;
}
.hover-style .elementor-cta__button-wrapper {
opacity: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
transform: translateY(10px);
height: 0;
}
.hover-style .elementor-cta__title {
transform: translateY(0);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hover-style .elementor-cta__content {
overflow: hidden;
}
.hover-style:hover .elementor-cta__title {
transform: translateY(-20px);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hover-style:hover .elementor-cta__button-wrapper {
opacity: 1;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
transform: translateY(-10px);
}
.e--ua-safari .mask-text .elementor-counter {
text-align: center;
}
.e--ua-safari .mask-text .elementor-counter > * {
display: inline;
}
.effect-line {
position: relative;
}
.effect-line:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
top: 0;
left: 0;
background-color: var(--border);
z-index: 99;
}
.effect-line:after {
content: "";
position: absolute;
width: 0;
height: 1px;
top: 0;
left: 0;
background-color: var(--border);
transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
z-index: 99;
}
.effect-line:hover:after {
background-color: var(--primary);
width: 100%;
transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.icon-style-rebuilto-yes .elementor-social-icon {
overflow: hidden;
}
.icon-style-rebuilto-yes .elementor-social-icon svg, .icon-style-rebuilto-yes .elementor-social-icon i {
animation: move-vertical-out 0.25s;
}
.icon-style-rebuilto-yes .elementor-social-icon:hover svg, .icon-style-rebuilto-yes .elementor-social-icon:hover i {
animation: move-vertical-hover 0.25s;
}
@keyframes move-vertical-hover {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-100px);
}
50.1% {
transform: translateY(100px);
}
100% {
transform: translateY(0);
}
}
@keyframes move-vertical-out {
0% {
transform: translateY(0);
}
50% {
transform: translateY(100px);
}
50.1% {
transform: translateY(-100px);
}
100% {
transform: translateY(0);
}
}
.elementor-align-justify .elementor-button {
text-align: justify;
}
.elementor-widget-button .elementor-button .elementor-align-icon-right {
margin-left: 10px;
}
.elementor-widget-button .elementor-button .elementor-button-icon {
line-height: 1;
display: inline-flex;
}
.elementor-widget-button .elementor-button .elementor-button-icon i {
font-size: 12px;
}
.elementor-widget-button .elementor-button:hover {
text-decoration: none;
}
.elementor-button-content-wrapper {
align-items: center;
}
.elementor-button-type-link .elementor-button {
display: inline-flex;
font-weight: 700;
font-size: 14px;
line-height: 1.5714285714;
transition: all ease 0.3s;
color: var(--accent);
align-items: center;
position: relative;
background: transparent;
padding: 0;
}
.elementor-button-type-link .elementor-button:after, .elementor-button-type-link .elementor-button:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: var(--accent);
transition: all ease 0.4s;
}
.elementor-button-type-link .elementor-button:after {
width: 0;
left: 0;
transition: all ease 0.8s;
}
.elementor-button-type-link .elementor-button:hover {
text-decoration: none;
transition: all ease 0.3s;
color: var(--accent);
}
.elementor-button-type-link .elementor-button:hover:before {
width: 0;
}
.elementor-button-type-link .elementor-button:hover:after {
width: 100%;
}
.elementor-button {
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 1.4285714286;
border-radius: 30px;
cursor: pointer;
padding: 11px 30px;
text-decoration: none;
text-shadow: none;
-webkit-appearance: none;
transition: all ease 0.3s;
background-color: var(--primary);
position: relative;
text-transform: capitalize;
}
.elementor-button i {
font-size: 12px;
}
.elementor-default .elementor-button.elementor-size-xs {
font-size: 13px;
padding: 14px 35px;
border-radius: 30px;
}
.elementor-default .elementor-button.elementor-size-md {
font-size: 14px;
padding: 18px 45px;
border-radius: 35px;
}
.elementor-default .elementor-button.elementor-size-lg {
font-size: 15px;
padding: 20px 50px;
border-radius: 35px;
}
.elementor-default .elementor-button.elementor-size-xl {
font-size: 16px;
padding: 22px 55px;
border-radius: 40px;
}
.elementor-button-type-outline .elementor-button {
border: 1px solid var(--border);
color: var(--accent);
background-color: transparent;
transition: all ease 0.3s;
}
.elementor-button-type-outline .elementor-button i {
background-color: var(--accent);
color: #fff;
height: 100%;
width: 42px;
border-radius: 50%;
position: absolute;
right: -30px;
font-size: 12px;
top: 0;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all ease 0.3s;
}
.elementor-button-type-outline .elementor-button:hover i {
background-color: var(--primary);
transform: rotate(45deg);
}
.elementor-widget-rebuilto-button .elementor-button .elementor-button-text {
color: var(--accent);
}
.elementor-widget-rebuilto-button .elementor-button .elementor-button-text span {
transform: translateY(0);
transition: all ease 0.3s;
opacity: 1;
display: inline-flex;
}
.elementor-widget-rebuilto-button .elementor-button .elementor-button-text:before {
content: attr(data-name);
top: 50%;
position: absolute;
transform: translateY(calc(-50% + 13px));
transition: all ease 0.3s;
opacity: 0;
}
.elementor-widget-rebuilto-button .elementor-button:hover .elementor-button-text span {
transform: translateY(-13px);
opacity: 0;
transition: all ease 0.3s;
}
.elementor-widget-rebuilto-button .elementor-button:hover .elementor-button-text:before {
transform: translateY(-50%);
opacity: 1;
}
.e-n-tab-title-text > span {
font-family: var(--e-global-typography-text-font-family);
font-size: 14px;
font-weight: 600;
margin-right: 30px;
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-title-text > span, .elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a .e-n-tab-title-text > span {
color: var(--primary);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text > span, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a .e-n-tab-title-text > span {
color: var(--primary);
}
.elementor-tabs-style-2 .e-n-tabs {
position: relative;
}
.elementor-tabs-style-2 .e-n-tabs:before {
position: absolute;
content: "";
top: -12px;
left: 50%;
transform: translateX(-50%);
height: 1px;
width: var(--container);
background-color: var(--text);
}
.elementor-tabs-style-2 .e-n-tabs-heading {
position: relative;
}
.elementor-tabs-style-2 .e-n-tabs-heading:before, .elementor-tabs-style-2 .e-n-tabs-heading:after {
position: absolute;
content: "";
top: -16px;
height: 8px;
width: 8px;
border-radius: 50%;
background-color: var(--text);
transition: all 0.3s ease;
}
.elementor-tabs-style-2 .e-n-tabs-heading:before {
left: 0;
}
.elementor-tabs-style-2 .e-n-tabs-heading:after {
right: 0;
}
.elementor-tabs-style-2 .e-n-tab-title {
padding: 0 20px;
font-size: 34px;
font-weight: 500;
color: var(--accent);
}
.elementor-tabs-style-2 .e-n-tab-title:not(.e-active) {
background-color: transparent;
}
.elementor-tabs-style-2 .e-n-tab-title .e-n-tab-title-text {
position: relative;
transition: all 0.3s ease;
}
.elementor-tabs-style-2 .e-n-tab-title .e-n-tab-title-text:after {
position: absolute;
content: "";
top: -16px;
left: 50%;
transform: translateX(-50%);
height: 8px;
width: 8px;
border-radius: 50%;
background-color: var(--text);
transition: all 0.3s ease;
}
.elementor-tabs-style-2 .e-n-tab-title:hover .e-n-tab-title-text, .elementor-tabs-style-2 .e-n-tab-title.e-active .e-n-tab-title-text {
transition: all 0.3s ease;
}
.elementor-tabs-style-2 .e-n-tab-title:hover .e-n-tab-title-text:after, .elementor-tabs-style-2 .e-n-tab-title.e-active .e-n-tab-title-text:after {
background-color: #fff;
box-shadow: 0 0 0 5px var(--primary);
}
.elementor-tabs-style-2 button[aria-selected=true] .e-n-tab-title-text:after {
background-color: #fff;
box-shadow: 0 0 0 5px var(--primary);
}
:is(.elementor .elementor-element.elementor-widget-n-tabs.elementor-tabs-style1>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs.elementor-tabs-style1>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title):hover {
background-color: transparent;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs.elementor-tabs-style1>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs.elementor-tabs-style1>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
background-color: transparent;
}
.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
display: none;
}
.header-absolute {
position: absolute !important;
width: 100%;
z-index: 99;
background-color: transparent !important;
}
:root {
--scroll-bar: 8px;
}
body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
left: 0 !important;
}
body.has-scrollbar .elementor-section.elementor-section-stretched {
width: calc(100vw - 20px) !important;
margin-left: calc(-50vw + 50% + 10px) !important;
margin-right: calc(-50vw + 50% + 10px);
left: 0 !important;
}
@supports (color: var(--scroll-bar)) {
body.has-scrollbar .elementor-section.elementor-section-stretched {
width: calc(100vw - var(--scroll-bar)) !important;
margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
left: 0 !important;
}
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
opacity: 1;
}
.c-primary {
color: var(--primary);
}
.elementor-widget-tabs .elementor-tab-title a {
display: flex;
align-items: center;
}
.underline-primary {
position: relative;
}
.underline-primary:before {
content: "";
position: absolute;
width: 100%;
height: 10px;
bottom: 10px;
left: 0;
background-color: #FFD8D2;
z-index: -1;
}
.sublink .elementor-column:hover img {
opacity: 0.8;
border-color: var(--primary) !important;
}
.sublink .elementor-column img {
transition: all 0.3s ease;
}
.elementor-counter .elementor-counter-number-wrapper {
align-items: baseline;
}
.elementor-position-right .elementor-counter .elementor-counter-number-wrapper {
justify-content: flex-end;
}
.elementor-position-left .elementor-counter .elementor-counter-number-wrapper {
justify-content: flex-start;
}
.elementor-position-center .elementor-counter .elementor-counter-number-wrapper {
justify-content: center;
}
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
flex-grow: 0;
}
.elementor-position-right .elementor-counter .elementor-counter-title {
text-align: right;
}
.elementor-position-left .elementor-counter .elementor-counter-title {
text-align: left;
}
.elementor-position-center .elementor-counter .elementor-counter-title {
text-align: center;
}
.elementor-sticky__spacer {
opacity: 0;
}
a.rev-btn {
margin-right: 25px;
}
a.rev-btn .link-effect {
position: relative;
display: flex;
}
a.rev-btn .link-effect i {
background-color: var(--primary);
color: #fff;
width: 42px;
border-radius: 50%;
position: absolute !important;
right: -55px;
font-size: 12px !important;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all ease 0.3s !important;
}
a.rev-btn .effect-1 {
transform: translateY(0);
transition: all ease 0.3s;
opacity: 1;
display: inline-flex;
}
a.rev-btn .effect-2 {
content: attr(data-name);
top: 50%;
position: absolute;
transform: translateY(calc(-50% + 13px));
transition: all ease 0.3s;
opacity: 0;
}
a.rev-btn:hover .effect-1 {
transform: translateY(-13px);
opacity: 0;
transition: all ease 0.3s;
}
a.rev-btn:hover .effect-2 {
transform: translateY(-50%);
opacity: 1;
}
a.rev-btn:hover .link-effect i {
background-color: var(--primary);
transform: rotate(45deg);
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
    html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
::selection {
text-shadow: none;
color: #fff;
background: var(--primary);
} body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} h1 {
font-size: 2em;
margin: 0.67em 0;
} mark {
background: #ff0;
color: var(--accent);
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 1em 40px;
} hr {
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type=checkbox],
input[type=radio] {
box-sizing: border-box; padding: 0; } input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
} input[type=search] {
-webkit-appearance: textfield; box-sizing: content-box; } input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} :root {
--primary: #FF792D;
--primary_hover: #E56C28;
--text: #555555;
--text_light: #888888;
--accent: #000000;
--accent2: #ff792d;
--border: #DFE1E7;
--background: #FFFFFF;
--background_light: #F3F5FA;
--white: #ffffff;
--e-global-typography-text-font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
--e-global-typography-accent-font-family: "Unbounded", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
--container: 1320px;
--gutter-width: 30px;
}
body {
-ms-word-wrap: break-word;
word-wrap: break-word;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--background);
overflow-x: hidden;
overflow-x: clip;
}
body,
button,
input,
textarea {
font-size: 16px;
line-height: 1.625;
text-rendering: optimizeLegibility;
color: var(--text);
font-family: var(--e-global-typography-text-font-family);
}
select {
color: initial;
max-width: 100%;
font-family: var(--e-global-typography-text-font-family);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 600;
color: var(--accent);
font-family: var(--e-global-typography-accent-font-family);
margin: 0;
}
h1.has-small-font-size,
h2.has-small-font-size,
h3.has-small-font-size,
h4.has-small-font-size,
h5.has-small-font-size,
h6.has-small-font-size {
letter-spacing: 0;
}
h1,
.alpha {
font-size: 64px;
line-height: 1.09375;
}
h2,
.beta {
font-size: 50px;
line-height: 1.08;
}
h3,
.gamma {
font-size: 36px;
line-height: 1.1666666667;
}
h4,
.delta {
font-size: 28px;
line-height: 1.2142857143;
}
h5,
.omega {
font-size: 22px;
line-height: 1.2727272727;
}
h6,
.sigma {
font-size: 18px;
line-height: 1.3333333333;
}
.alpha,
.beta,
.gamma,
.delta {
display: block;
}
p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
margin-top: 1em;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin: 0 0 1em;
}
p {
margin: 0 0 1em;
}
ul,
ol {
margin: 0 0 1em 3em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1em;
}
dd {
margin: 0 0 1.41575em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
font-size: 24px;
font-weight: 500;
line-height: 1.6666666667;
}
blockquote p {
position: relative;
}
blockquote p:last-of-type {
margin-bottom: 0;
}
address {
margin: 0 0 1em;
}
pre {
background: rgba(0, 0, 0, 0.1);
font-family: "Courier 10 Pitch", Courier, monospace;
margin-bottom: 1.618em;
padding: 1.618em;
overflow: auto;
max-width: 100%;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
background-color: rgba(0, 0, 0, 0.05);
padding: 0.202em 0.5407911001em;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
background: transparent;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.41575em;
width: 100%;
}
img {
height: auto;
max-width: 100%;
display: block;
}
a {
color: var(--accent);
text-decoration: none;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:hover {
color: var(--primary);
}
:focus {
outline: none;
}
.rebuilto-cute * {
font-family: "Comic Sans MS", sans-serif;
}
.hidden {
display: none !important;
} * {
box-sizing: border-box;
}
.site-content,
.header-widget-region {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bg-primary {
background-color: var(--primary);
}
.shape-primary .elementor-shape-fill {
fill: primary;
}
.color-primary {
color: var(--primary);
}
.outline-primary {
outline-color: primary;
}
.bd-primary {
border-color: var(--primary);
}
.bd-t-primary {
border-top-color: var(--primary);
}
.bd-b-primary {
border-bottom-color: var(--primary);
}
.bd-r-primary {
border-right-color: var(--primary);
}
.bd-l-primary {
border-left-color: var(--primary);
}
.bg-primary_hover {
background-color: var(--primary_hover);
}
.shape-primary_hover .elementor-shape-fill {
fill: primary_hover;
}
.color-primary_hover {
color: var(--primary_hover);
}
.outline-primary_hover {
outline-color: primary_hover;
}
.bd-primary_hover {
border-color: var(--primary_hover);
}
.bd-t-primary_hover {
border-top-color: var(--primary_hover);
}
.bd-b-primary_hover {
border-bottom-color: var(--primary_hover);
}
.bd-r-primary_hover {
border-right-color: var(--primary_hover);
}
.bd-l-primary_hover {
border-left-color: var(--primary_hover);
}
.bg-tertiary {
background-color: var(--tertiary);
}
.shape-tertiary .elementor-shape-fill {
fill: tertiary;
}
.color-tertiary {
color: var(--tertiary);
}
.outline-tertiary {
outline-color: tertiary;
}
.bd-tertiary {
border-color: var(--tertiary);
}
.bd-t-tertiary {
border-top-color: var(--tertiary);
}
.bd-b-tertiary {
border-bottom-color: var(--tertiary);
}
.bd-r-tertiary {
border-right-color: var(--tertiary);
}
.bd-l-tertiary {
border-left-color: var(--tertiary);
}
.bg-body {
background-color: var(--body);
}
.shape-body .elementor-shape-fill {
fill: body;
}
.color-body {
color: var(--body);
}
.outline-body {
outline-color: body;
}
.bd-body {
border-color: var(--body);
}
.bd-t-body {
border-top-color: var(--body);
}
.bd-b-body {
border-bottom-color: var(--body);
}
.bd-r-body {
border-right-color: var(--body);
}
.bd-l-body {
border-left-color: var(--body);
}
.bg-heading {
background-color: var(--heading);
}
.shape-heading .elementor-shape-fill {
fill: heading;
}
.color-heading {
color: var(--heading);
}
.outline-heading {
outline-color: heading;
}
.bd-heading {
border-color: var(--heading);
}
.bd-t-heading {
border-top-color: var(--heading);
}
.bd-b-heading {
border-bottom-color: var(--heading);
}
.bd-r-heading {
border-right-color: var(--heading);
}
.bd-l-heading {
border-left-color: var(--heading);
}
.bg-border {
background-color: var(--border);
}
.shape-border .elementor-shape-fill {
fill: border;
}
.color-border {
color: var(--border);
}
.outline-border {
outline-color: border;
}
.bd-border {
border-color: var(--border);
}
.bd-t-border {
border-top-color: var(--border);
}
.bd-b-border {
border-bottom-color: var(--border);
}
.bd-r-border {
border-right-color: var(--border);
}
.bd-l-border {
border-left-color: var(--border);
}
.bg-background {
background-color: var(--background);
}
.shape-background .elementor-shape-fill {
fill: background;
}
.color-background {
color: var(--background);
}
.outline-background {
outline-color: background;
}
.bd-background {
border-color: var(--background);
}
.bd-t-background {
border-top-color: var(--background);
}
.bd-b-background {
border-bottom-color: var(--background);
}
.bd-r-background {
border-right-color: var(--background);
}
.bd-l-background {
border-left-color: var(--background);
}
.lazyloaded {
transition: all 0.3s !important;
}
body.home #page .rebuilto-breadcrumb {
display: none;
}
#page .site-content {
margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px) {
#page .site-content {
margin-top: 0px;
margin-bottom: 0px;
}
} .col-full {
max-width: 1320px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.col-full:after {
content: " ";
display: block;
clear: both;
}
.col-full::before, .col-full::after {
content: "";
display: table;
}
.col-full::after {
clear: both;
}
.col-full [data-elementor-type=wp-page] {
width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
}
[class*=" grid-columns-"], [class^=grid-columns-] {
gap: var(--gutter-width);
}
.grid-columns-1 {
grid-template-columns: repeat(1, 1fr);
}
.grid-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.grid-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 768px) {
.grid-columns-tablet-1 {
grid-template-columns: repeat(1, 1fr);
}
.grid-columns-tablet-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-columns-tablet-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-columns-tablet-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-columns-tablet-5 {
grid-template-columns: repeat(5, 1fr);
}
.grid-columns-tablet-6 {
grid-template-columns: repeat(6, 1fr);
}
}
@media (min-width: 1024px) {
.grid-columns-desktop-1 {
grid-template-columns: repeat(1, 1fr);
}
.grid-columns-desktop-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-columns-desktop-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-columns-desktop-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-columns-desktop-5 {
grid-template-columns: repeat(5, 1fr);
}
.grid-columns-desktop-6 {
grid-template-columns: repeat(6, 1fr);
}
}
.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
margin-top: 0;
margin-bottom: 0;
}
.hide {
display: none !important;
}
@media (min-width: 768px) {
.tablet-hide {
display: none !important;
}
}
@media (min-width: 1024px) {
.desktop-hide {
display: none !important;
}
}
@media (max-width: 767px) {
.tablet-hide-down {
display: none !important;
}
}
@media (max-width: 1023px) {
.desktop-hide-down {
display: none !important;
}
}
.d-none {
display: none;
} .site-header {
background-position: center center;
position: relative;
z-index: 996;
background-color: #ffffff;
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
display: block;
margin-bottom: 0;
}
.site-header .widget {
margin-bottom: 0;
}
@media (max-width: 768px) {
.site-header .container {
padding-left: 15px;
padding-right: 15px;
}
}
#masthead {
transition: background-color ease 0.5s;
}
.site-branding {
display: block;
clear: both;
}
.site-branding .custom-logo-link + .site-branding-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;
width: 1px;
word-wrap: normal !important;
}
.site-branding img {
height: auto;
margin: auto;
}
.site-branding .site-title {
font-size: 2em;
margin: 0;
font-family: var(--e-global-typography-accent-font-family);
}
.site-branding .site-description {
font-size: 0.875em;
display: none;
}
.site-branding .logo {
margin: 0;
}
.site-header-account {
position: relative;
}
@media (max-width: 1024px) {
.site-header-account {
display: none;
}
}
.site-header-account > a {
white-space: nowrap;
display: flex;
}
.site-header-account > a > span {
margin-left: 10px;
}
.site-header-account > a:hover {
text-decoration: none;
}
.site-header-account .login-form-title {
font-size: 18px;
color: #333 !important;
margin-bottom: 0;
}
.site-header-account .account-dropdown {
text-align: left;
right: 0;
top: 100%;
position: absolute;
pointer-events: none;
opacity: 0;
z-index: 100;
visibility: hidden;
margin-top: 15px;
}
.site-header-account .account-dropdown .result-error {
margin: 1em 0;
font-size: 14px;
color: red;
}
.site-header-account .account-dropdown:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
width: 100%;
background-color: var(--border);
}
#elementor-sidebar .site-header-account .account-dropdown {
left: 0;
right: unset;
}
.site-header-account .account-dropdown.right {
left: 0;
right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
left: 20px;
right: unset;
}
.site-header-account .account-dropdown.justify {
right: 50%;
transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
right: 50%;
transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
font-size: 14px;
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
color: var(--accent);
}
.site-header-account .account-dropdown a.lostpass-link {
text-decoration: underline dotted;
}
.site-header-account .account-dropdown label {
margin-bottom: 5px;
font-size: 14px;
line-height: 1.5;
}
.site-header-account .account-dropdown p {
margin-bottom: 10px;
}
.site-header-account .account-dropdown input {
line-height: normal !important;
width: 100%;
}
.site-header-account .account-dropdown button {
text-transform: uppercase;
z-index: 1;
width: 100%;
line-height: 1.5;
margin-top: 5px;
}
.site-header-account .account-dropdown .account-wrap {
display: block !important;
position: relative;
background-color: var(--background);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
border-width: 1px;
border-style: solid;
border-color: var(--border);
}
.site-header-account .account-dropdown .login-form-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.site-header-account .account-dropdown .login-form-bottom {
text-align: right;
}
.site-header-account .account-dropdown .rebuilto-login-form-ajax {
margin-bottom: 5px;
}
.site-header-account .account-dropdown .account-inner {
width: 320px;
padding: 20px;
max-height: 500px;
overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
width: 210px;
padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
list-style: none;
margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
width: 100%;
text-align: left;
color: var(--text);
font-size: 14px;
line-height: 1.5;
display: block;
padding: 7px 30px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
color: var(--accent);
background-color: rgba(0, 0, 0, 0.035);
text-decoration: none;
}
@media (max-width: 1024px) {
.site-header-search {
display: none;
}
}
.site-header-search > a {
white-space: nowrap;
display: block;
}
.site-header-search > a i {
font-size: 20px;
color: var(--primary);
}
.site-header-search > a:hover i {
color: var(--primary);
}
.header-main {
display: flex;
align-items: center;
padding-top: 1em;
padding-bottom: 1em;
}
@media (min-width: 1024px) {
.header-main {
padding-top: 0;
padding-bottom: 0;
justify-content: space-between;
min-height: 75px;
}
.header-main .header-center {
margin-left: 20px;
margin-right: 20px;
}
}
@media (max-width: 1023px) {
.header-group-mobile {
display: flex;
align-items: center;
justify-content: space-between;
}
}
.header-group-action .site-header-account .account-dropdown.active {
pointer-events: auto;
opacity: 1;
visibility: visible;
z-index: 999;
}
.header-group-action .site-header-account a i {
font-size: 16px;
color: var(--accent);
}
.header-group-action .site-header-account a:hover i {
color: var(--primary);
}
.header-group-action .site-header-wishlist a i {
font-size: 24px;
color: var(--accent);
}
.header-group-action .site-header-wishlist a:hover {
text-decoration: none;
}
.header-group-action .site-header-wishlist a:hover i {
color: var(--primary);
}
.header-group-action .site-header-wishlist a .count {
font-size: 12px;
line-height: 18px;
display: inline-block;
color: var(--accent);
vertical-align: middle;
}
.header-group-action .site-header-wishlist a .count.hide {
display: none;
}
.header-1 {
border-bottom: 1px solid var(--border);
}
.home .header-1 {
margin-bottom: 0;
}
.header-1 .header-main {
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 1023px) {
.header-1 .header-left {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
}
.header-1 .header-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
.header-1 .header-right .header-group-action {
display: flex;
align-items: center;
justify-content: flex-end;
}
.header-1 .header-right .header-group-action.left {
justify-content: flex-start;
}
.header-1 .header-right .header-group-action.center {
justify-content: center;
}
.header-1 .header-right .header-group-action > div {
position: relative;
text-align: center;
}
.header-1 .header-right .header-group-action > div > a {
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.header-1 .header-right .header-group-action > div:not(:last-child) {
margin-right: 20px;
}
@media (min-width: 1024px) {
.header-1 .site-branding {
text-align: left;
margin-right: 35px;
padding-top: 20px;
padding-bottom: 20px;
}
}
.header-1 .site-branding img {
width: 126px;
}
@media (max-width: 1120px) {
.header-1 .order-wrap {
display: none;
}
}
@media (min-width: 1024px) {
body.rebuilto-header-side {
width: calc(100vw - 350px);
max-width: calc(100vw - 350px);
margin-left: auto;
}
body.rebuilto-header-side .header-sticky {
display: none;
}
.header-side {
position: fixed;
width: 350px;
height: 100vh;
left: 0;
top: 0;
background-color: #fff;
display: flex;
}
.header-side .header-container {
display: flex;
flex-direction: column;
padding: 50px 30px;
}
.admin-bar .header-side .header-container {
padding: 80px 30px 50px;
}
.header-side .header-container > * {
display: flex;
flex-direction: column;
}
.header-side .header-top {
justify-content: center;
margin-bottom: auto;
margin-top: auto;
padding-top: 0;
padding-bottom: 0;
}
.header-side .header-bottom {
margin-top: auto;
margin-bottom: auto;
}
.header-side .site-branding {
margin-bottom: 50px;
}
.header-side .site-branding img {
margin: auto;
}
.header-side .main-navigation ul li {
float: unset;
display: block;
text-align: center;
}
.header-side .main-navigation ul.menu > li > a,
.header-side .main-navigation ul.nav-menu > li > a {
padding: 5px;
}
}
.search-popup-active {
overflow: hidden;
}
.site-search-popup.active .site-search-popup-wrap .site-search {
opacity: 1;
visibility: visible;
transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.elementor-popup-parent-yes {
position: relative;
}
.site-search-popup {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 99999;
height: 100%;
min-height: 80px;
background-color: #fff;
transition: opacity 0.3s ease;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.site-search-popup.active {
pointer-events: auto;
}
.site-search-popup.fadein {
animation: cover_search_fade_in 0.3s ease both;
}
.site-search-popup.fadeout {
animation: cover_search_fade_out 0.3s ease both;
}
.site-search-popup .site-search-popup-wrap {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-left: auto;
margin-right: auto;
padding: 0 30px;
width: 100%;
height: 100%;
}
@media (min-width: 1025px) {
.site-search-popup .site-search-popup-wrap {
padding: 0 60px;
}
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close svg {
display: block;
margin-left: 10px;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close .close-icon:hover line,
.site-search-popup .site-search-popup-wrap .site-search-popup-close .close-icon:hover path {
animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close .close-icon:hover path {
animation-delay: 0.1s;
}
.site-search-popup .site-search-popup-wrap .widget_search form button[type=submit], .site-search-popup .site-search-popup-wrap .site-search form button[type=submit] {
display: none;
}
.site-search-popup .site-search-popup-wrap .widget_search form input[type=text], .site-search-popup .site-search-popup-wrap .widget_search form input[type=search], .site-search-popup .site-search-popup-wrap .site-search form input[type=text], .site-search-popup .site-search-popup-wrap .site-search form input[type=search] {
border: none;
font-size: 16px;
}
@media (min-width: 768px) {
.site-search-popup .site-search-popup-wrap .widget_search form input[type=text], .site-search-popup .site-search-popup-wrap .widget_search form input[type=search], .site-search-popup .site-search-popup-wrap .site-search form input[type=text], .site-search-popup .site-search-popup-wrap .site-search form input[type=search] {
font-size: 16px;
}
.site-search-popup .site-search-popup-wrap .widget_search form input[type=text]::placeholder, .site-search-popup .site-search-popup-wrap .widget_search form input[type=search]::placeholder, .site-search-popup .site-search-popup-wrap .site-search form input[type=text]::placeholder, .site-search-popup .site-search-popup-wrap .site-search form input[type=search]::placeholder {
font-size: 16px;
color: var(--primary);
}
}
.site-search-popup .site-search-popup-wrap .widget_search form input[type=text]:focus::placeholder, .site-search-popup .site-search-popup-wrap .widget_search form input[type=search]:focus::placeholder, .site-search-popup .site-search-popup-wrap .site-search form input[type=text]:focus::placeholder, .site-search-popup .site-search-popup-wrap .site-search form input[type=search]:focus::placeholder {
opacity: 1;
}
.site-search-popup .site-search-popup-wrap .site-search {
display: block;
width: 100%;
position: relative;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
margin-bottom: 0;
border: none;
padding: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
max-height: 50vh;
}
body > .site-search-popup .site-search-popup-wrap {
padding-top: 60px;
align-items: flex-start;
}
body > .site-search-popup .search-by-category .input-dropdown-inner > a {
margin-right: 0;
}
body > .site-search-popup .site-search-popup-close {
position: absolute;
top: 20px;
right: 20px;
}
@keyframes opal-draw {
0%, 100% {
clip-path: inset(0 0 0 0);
}
42% {
clip-path: inset(0 0 0 100%);
}
43% {
clip-path: inset(0 100% 0 0);
}
}
@keyframes cover_search_fade_out {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
@keyframes cover_search_fade_in {
0% {
opacity: 0;
visibility: hidden;
}
100% {
opacity: 1;
visibility: visible;
}
}
.rebuilto-mobile-nav {
display: flex;
flex-direction: column;
justify-content: space-between;
position: fixed;
width: 330px;
top: 0;
bottom: 0;
left: 0;
z-index: 9999;
overflow: hidden;
overflow-y: auto;
background-color: #fff;
transition: transform 0.25s ease;
transform: translate3d(-330px, 0, 0);
}
@media (min-width: 410px) {
.rebuilto-mobile-nav {
width: 410px;
transform: translate3d(-410px, 0, 0);
}
}
.mobile-nav-active .rebuilto-mobile-nav {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rebuilto-mobile-nav .menu-scroll-mobile {
padding-top: 40px;
}
.rebuilto-mobile-nav .menu-scroll-mobile .site-branding {
margin: 0 30px 30px;
}
.admin-bar .rebuilto-mobile-nav {
top: 46px;
}
@media (min-width: 783px) {
.admin-bar .rebuilto-mobile-nav {
top: 32px;
}
}
@media (min-width: 601px) and (max-width: 782px) {
.admin-bar .rebuilto-mobile-nav {
top: 46px;
}
}
.rebuilto-mobile-nav .search-form {
margin-top: 1em;
}
.rebuilto-mobile-nav .rebuilto-social {
border-top: 1px solid #0e0e0e;
padding: 0.5em;
margin-top: 1rem;
}
body .rebuilto-mobile-nav .rebuilto-social ul li a:before {
color: #fff;
}
.rebuilto-mobile-nav .rebuilto-language-switcher-mobile {
line-height: 0;
padding: 0 30px;
}
.rebuilto-mobile-nav .rebuilto-language-switcher-mobile .menu {
list-style: none;
margin: 0;
padding: 10px 0;
border-top: 1px solid;
border-top-color: var(--border);
}
.rebuilto-mobile-nav .rebuilto-language-switcher-mobile .item {
display: inline-block;
margin-bottom: 5px;
margin-top: 5px;
}
.rebuilto-mobile-nav .rebuilto-language-switcher-mobile .item .language-switcher-head {
padding-right: 5px;
}
.rebuilto-mobile-nav .rebuilto-language-switcher-mobile .item a {
display: block;
padding: 0 5px;
}
.rebuilto-mobile-nav .rebuilto-language-switcher-mobile .item:last-child {
margin-right: 0;
}
.rebuilto-mobile-nav .rebuilto-language-switcher-mobile .item img {
width: 24px;
height: 16px;
object-fit: cover;
}
.rebuilto-mobile-nav .mobile-nav-tabs {
clear: both;
padding: 0 30px;
}
.rebuilto-mobile-nav .mobile-nav-tabs ul {
display: flex;
align-items: center;
justify-content: flex-start;
list-style: none;
margin: 0;
}
.rebuilto-mobile-nav .mobile-nav-tabs ul li {
display: flex;
align-items: center;
position: relative;
text-align: left;
font-size: 16px;
line-height: 26px;
padding-bottom: 2px;
cursor: pointer;
color: var(--text_light);
}
.rebuilto-mobile-nav .mobile-nav-tabs ul li i {
color: #000000;
font-size: 15px;
margin-right: 10px;
}
.rebuilto-mobile-nav .mobile-nav-tabs ul li:before {
content: "";
display: inline-block;
position: absolute;
height: 2px;
width: 0;
bottom: 0;
transition: all 0.35s ease;
background-color: var(--primary);
}
.rebuilto-mobile-nav .mobile-nav-tabs ul li.active {
color: var(--accent);
}
.rebuilto-mobile-nav .mobile-nav-tabs ul li.active:before {
width: 100%;
}
.rebuilto-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
margin-right: 15px;
}
.rebuilto-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
margin-left: 15px;
}
.rebuilto-mobile-nav .mobile-menu-tab {
display: none;
padding: 15px 30px;
}
.rebuilto-mobile-nav .mobile-menu-tab.active {
display: block;
}
.mobile-nav-close {
float: right;
clear: both;
position: absolute;
line-height: 1;
top: 18px;
right: 20px;
font-size: 24px;
padding: 0;
text-align: center;
z-index: 99;
color: var(--accent);
}
.mobile-nav-close:hover, .mobile-nav-close:focus {
color: var(--accent);
}
.rebuilto-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .rebuilto-overlay {
visibility: visible;
opacity: 1;
}
.menu-mobile-nav-button {
display: block;
font-size: 18px;
color: var(--accent);
}
@media (min-width: 1024px) {
.menu-mobile-nav-button {
display: none;
}
}
.menu-mobile-nav-button .rebuilto-icon {
display: flex;
flex-direction: column;
margin-right: 15px;
}
.menu-mobile-nav-button .rebuilto-icon > span {
display: inline-block;
height: 2px;
width: 24px;
margin-bottom: 3px;
border-radius: 5px;
transition: all 0.3s ease;
background-color: var(--accent);
}
.menu-mobile-nav-button .rebuilto-icon > span:last-child {
margin-bottom: 0;
}
.menu-mobile-nav-button .rebuilto-icon .icon-2 {
width: 16px;
}
.menu-mobile-nav-button .rebuilto-icon .icon-3 {
width: 12px;
}
.menu-mobile-nav-button:hover .rebuilto-icon > span {
background-color: var(--primary);
}
.menu-mobile-nav-button:hover .rebuilto-icon .icon-2 {
width: 24px;
}
.menu-mobile-nav-button:hover .rebuilto-icon .icon-3 {
width: 24px;
}
html {
overflow-x: hidden;
}
#page {
transition: all 0.25s ease;
}
.mobile-nav-active {
overflow: hidden;
}  button.menu-toggle {
cursor: pointer;
text-align: left;
float: right;
position: relative;
border: 2px solid transparent;
box-shadow: none;
border-radius: 0;
background-image: none;
padding: 0.6180469716em 0.875em 0.6180469716em;
font-size: 0.875em;
max-width: 120px;
}
.menu-badge {
font-size: 10px;
font-weight: 700;
line-height: 1.4;
padding: 2px 7px;
margin-left: 14px;
vertical-align: middle;
text-transform: uppercase;
}
.primary-navigation .menu > .menu-item > a .menu-badge {
position: absolute;
right: 30px;
top: 20%;
}
.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
opacity: 0;
}
.primary-navigation {
display: none;
}
ul.menu li.current-menu-item > a, ul.menu li.current-menu-ancestor > a, ul.menu li.current-menu-parent > a {
text-decoration: none;
}
.main-navigation {
position: relative;
}
.main-navigation::before, .main-navigation::after {
content: "";
display: table;
}
.main-navigation::after {
clear: both;
}
.main-navigation div.menu {
display: none;
}
.main-navigation div.menu:last-child {
display: block;
}
.main-navigation .menu {
clear: both;
}
.main-navigation ul.menu {
margin-left: 0;
list-style: none;
margin-bottom: 0;
}
.main-navigation ul.menu ul {
display: block;
margin-left: 1.41575em;
}
.main-navigation ul.menu > li.menu-item > a {
display: flex;
align-items: center;
position: relative;
padding: 2.6em 1.2em;
font-size: 16px;
line-height: 1.5;
font-weight: bold;
font-family: var(--e-global-typography-text-font-family);
}
.main-navigation ul.menu > li.menu-item > a:hover {
text-decoration: none;
}
.main-navigation ul.menu > li.menu-item.current-menu-parent > a, .main-navigation ul.menu > li.menu-item.current-menu-item > a, .main-navigation ul.menu > li.menu-item.current-menu-ancestor > a {
color: var(--primary);
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item {
border-bottom: 1px solid var(--border);
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item a {
width: 100%;
color: var(--text);
position: relative;
padding: 11px 30px 12px;
font-size: 16px;
line-height: 1.5;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item a:hover {
color: var(--accent2);
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item.current-menu-parent > a span, .main-navigation ul.menu li.menu-item .sub-menu .menu-item.current-menu-item > a span, .main-navigation ul.menu li.menu-item .sub-menu .menu-item.current-menu-ancestor > a span {
color: var(--accent) !important;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item:last-of-type {
border-bottom: none;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item:last-of-type a {
border-bottom: none;
}
.main-navigation .sub-menu {
padding: 0;
border-top: 1px solid #313131;
}
.mobile-navigation, .mobile-navigation-categories {
clear: both;
}
.mobile-navigation ul, .mobile-navigation-categories ul {
margin: 0;
list-style: none;
}
.mobile-navigation ul > li.menu-item, .mobile-navigation-categories ul > li.menu-item {
position: relative;
}
.mobile-navigation ul > li.menu-item > a, .mobile-navigation-categories ul > li.menu-item > a {
display: block;
padding: 12px 0;
color: var(--accent);
transition: none;
font-size: 16px;
line-height: 1.2857142857;
font-weight: 600;
text-transform: uppercase;
font-family: var(--e-global-typography-text-font-family);
}
.mobile-navigation ul > li.menu-item > a i, .mobile-navigation-categories ul > li.menu-item > a i {
font-size: 16px;
margin-right: 15px;
}
.mobile-navigation ul > li.menu-item > a span.text-link, .mobile-navigation-categories ul > li.menu-item > a span.text-link {
display: block;
font-weight: 700;
color: var(--accent);
}
.mobile-navigation ul > li.menu-item > a span.text-link i, .mobile-navigation-categories ul > li.menu-item > a span.text-link i {
font-size: 12px;
margin-left: 10px;
margin-right: 0;
margin-bottom: 3px;
}
.mobile-navigation ul > li.menu-item > a:hover, .mobile-navigation-categories ul > li.menu-item > a:hover {
text-decoration: none;
color: var(--primary);
}
.mobile-navigation ul > li.menu-item.current-menu-parent > a, .mobile-navigation ul > li.menu-item.current-menu-item > a, .mobile-navigation ul > li.menu-item.current-menu-ancestor > a, .mobile-navigation-categories ul > li.menu-item.current-menu-parent > a, .mobile-navigation-categories ul > li.menu-item.current-menu-item > a, .mobile-navigation-categories ul > li.menu-item.current-menu-ancestor > a {
color: var(--primary);
}
.mobile-navigation ul > li.menu-item button::after, .mobile-navigation-categories ul > li.menu-item button::after {
transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a, .mobile-navigation-categories ul > li.menu-item:last-child > a {
border-bottom: none;
}
.mobile-navigation ul ul.sub-menu, .mobile-navigation-categories ul ul.sub-menu {
display: none;
margin-bottom: 10px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
font-size: 14px;
text-transform: unset;
padding: 5px 0;
line-height: 1.8571428571;
color: var(--accent);
transition: none;
letter-spacing: 0;
font-weight: 500;
border-bottom: 1px solid var(--border);
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a span.menu-title:before, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a span.menu-title:before {
height: 1px;
bottom: 0;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a:hover, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a:hover {
color: var(--primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item ul.sub-menu, .mobile-navigation-categories ul ul.sub-menu > li.menu-item ul.sub-menu {
margin-left: 15px;
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle, .mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
padding: 7px 0;
}
.mobile-navigation .dropdown-toggle, .mobile-navigation-categories .dropdown-toggle {
background: transparent;
position: absolute;
top: 0;
right: 0;
display: block;
padding: 7px 0;
line-height: 1;
width: 30px;
text-align: right;
border: none;
font-size: 18px;
color: var(--accent);
}
.mobile-navigation .dropdown-toggle:focus, .mobile-navigation-categories .dropdown-toggle:focus {
outline: none;
}
.mobile-navigation .dropdown-toggle:hover, .mobile-navigation .dropdown-toggle:active, .mobile-navigation .dropdown-toggle:focus, .mobile-navigation-categories .dropdown-toggle:hover, .mobile-navigation-categories .dropdown-toggle:active, .mobile-navigation-categories .dropdown-toggle:focus {
border: none;
background-color: transparent;
color: var(--accent);
}
.mobile-navigation .dropdown-toggle:after, .mobile-navigation-categories .dropdown-toggle:after {
content: none;
}
.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
max-height: 9999px;
} .vertical-navigation {
position: relative;
height: 100%;
}
.vertical-navigation:before {
content: "";
position: absolute;
height: 5px;
width: 100%;
left: 0;
bottom: -5px;
background-color: transparent;
}
.vertical-navigation .vertical-navigation-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 0;
overflow: hidden;
cursor: pointer;
}
.vertical-navigation .vertical-navigation-header .rebuilto-icon {
display: flex;
flex-direction: column;
align-items: flex-end;
margin-left: 10px;
color: var(--accent);
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
position: relative;
display: flex;
align-items: center;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 12px;
line-height: 1.1666666667;
color: var(--accent);
letter-spacing: 2px;
text-transform: uppercase;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon {
display: flex;
margin-right: 10px;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon > span {
display: inline-block;
height: 4px;
width: 4px;
border-radius: 100%;
margin-right: 3px;
transition: all 0.3s ease;
background-color: var(--accent);
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon > span:last-child {
margin-right: 0;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
width: 4px;
}
.vertical-navigation:hover .vertical-navigation-header .vertical-navigation-title .title-icon .icon-1 {
width: 4px;
}
.vertical-navigation:hover .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3 {
width: 4px;
}
.vertical-navigation .vertical-menu {
position: absolute;
top: 100%;
left: 0;
width: 100%;
opacity: 0;
min-width: 300px;
visibility: hidden;
transform: translateY(15px);
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
border: 1px solid var(--border);
}
.vertical-navigation .vertical-menu .menu {
position: relative;
list-style: none;
padding: 20px 30px;
}
.vertical-navigation .vertical-menu .menu > li:last-child a {
border-bottom: none;
}
.vertical-navigation .vertical-menu .menu > li > a {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 600;
padding: 15px 20px;
line-height: 1.358;
color: var(--accent);
border-bottom: 1px solid var(--border);
}
.vertical-navigation .vertical-menu .menu > li > a:before {
content: "";
display: block;
width: 5px;
height: 5px;
margin-right: 10px;
background-color: var(--primary);
}
.vertical-navigation .vertical-menu .menu > li > a:hover {
background-color: #EBEEF4;
}
.vertical-navigation .vertical-menu .menu > li > a img {
margin-right: 10px;
}
.vertical-navigation:hover .vertical-menu {
opacity: 1;
visibility: visible;
z-index: 99;
transform: translateY(0);
}
.vertical-navigation ul.menu {
list-style: none;
margin: 0;
background-color: #FFFFFF;
}
.vertical-navigation ul.menu .sub-menu {
position: absolute;
left: -9999em;
z-index: -1;
top: -1px;
visibility: hidden;
opacity: 0;
list-style: none;
margin: 0;
background: #fff;
width: 330px;
padding: 30px 0;
border: 1px solid var(--accent);
}
.vertical-navigation ul.menu .sub-menu > li:last-child > a {
border-bottom: none;
}
.vertical-navigation ul.menu .sub-menu > li > a {
display: flex;
align-items: center;
font-size: 16px;
padding: 5px 60px;
font-weight: 400;
line-height: 1.358;
color: var(--accent);
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
color: var(--primary);
}
.vertical-navigation ul.menu .sub-menu.mega-menu > li {
padding: 0;
}
.vertical-navigation ul.menu > li {
position: relative;
}
.vertical-navigation ul.menu > li:before {
content: "";
display: block;
position: absolute;
width: 3px;
height: 100%;
right: -3px;
}
.vertical-navigation ul.menu > li > a {
color: var(--text);
font-size: 15px;
padding: 0.5em 20px;
display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
font-size: 20px;
margin-right: 10px;
color: var(--primary);
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
opacity: 1;
visibility: visible;
left: 100%;
z-index: 99;
}
.vertical-navigation ul.menu > li:hover > a {
text-decoration: none;
}
.vertical-navigation ul.menu > li:hover > a span.menu-title {
color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
background-color: #EBEEF4;
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
color: var(--primary);
}
.vertical-navigation ul.menu > li li {
position: relative;
}
.vertical-navigation ul.menu > li li:hover .sub-menu {
opacity: 1;
visibility: visible;
left: 100%;
z-index: 99;
} .has-mega-menu.has-fullwidth {
position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
width: 100%;
}
.has-mega-menu.sub-menu-left {
position: static !important;
}
.has-mega-menu .mega-containerwidth {
max-width: var(--container);
}
.vertical-navigation .has-mega-menu {
position: static !important;
}
.vertical-navigation .has-mega-menu .mega-menu {
padding: 0 !important;
}
.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
min-width: unset;
}
.mega-menu.sub-menu {
padding: 0;
}
.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
left: 0 !important;
max-width: 100% !important;
}
.mega-menu.mega-stretchwidth {
width: 100vw;
}
.single-rebuilto_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
font-weight: 400;
}
.single-rebuilto_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
color: var(--text);
}
.single-rebuilto_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
color: var(--primary);
text-decoration: none;
}
.header-side .main-navigation ul.menu {
margin-left: -30px;
margin-right: -30px;
}
.header-side .main-navigation ul ul.sub-menu {
top: 50% !important;
transform: translateY(-50%) !important;
left: 100% !important;
max-height: 100vh;
overflow-y: auto;
}
.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
left: 0 !important;
max-width: 100% !important;
}
.header-side .has-mega-menu.sub-menu-left {
position: relative !important;
} .site-content {
outline: none;
} article .post strong,
article .post th,
article .post dt {
color: var(--accent);
}
article.article-default {
margin-bottom: 65px;
}
article.article-default:last-of-type {
margin-bottom: 0;
}
.post-thumbnail {
position: relative;
overflow: hidden;
}
.post-thumbnail img {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 0 auto;
height: 100%;
max-height: 600px;
width: 100%;
object-fit: cover;
}
.post-thumbnail .categories-link {
position: absolute;
top: 0;
left: 0;
margin-bottom: 0;
z-index: 1;
text-align: left;
display: flex;
}
.post-thumbnail .categories-link a {
font-size: 14px;
font-weight: 400;
line-height: 1;
color: var(--white);
text-transform: uppercase;
padding: 5px 10px;
margin: 0 5px 0 0;
background-color: var(--primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
clear: both;
display: inline-block;
}
.post-thumbnail .categories-link a:hover {
background-color: var(--background_light);
color: var(--accent);
}
.entry-title {
margin-bottom: 0;
}
.entry-header {
margin-bottom: 15px;
}
.entry-excerpt {
margin-bottom: 15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.entry-excerpt p {
margin-bottom: 0;
}
.posted-on-square {
position: absolute;
left: 0;
z-index: 1;
top: 0;
}
.posted-on-square a {
width: 80px;
height: 80px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
font-weight: 500;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
color: var(--text_light);
background-color: #fff;
overflow: hidden;
}
.posted-on-square a b {
font-size: 18px;
font-weight: 700;
display: block;
line-height: 1;
width: 100%;
text-align: center;
color: var(--accent);
}
.entry-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 12px;
font-weight: 600;
line-height: 1.1666666667;
color: var(--text_light);
margin-bottom: 15px;
padding-bottom: 13px;
padding-top: 13px;
border-bottom: 1px solid var(--border);
text-transform: uppercase;
}
.entry-meta > div:not(:last-child):after {
content: "";
display: inline-block;
margin: 0 10px;
height: 2px;
width: 2px;
border-radius: 50%;
background-color: var(--text_light);
vertical-align: middle;
}
.entry-meta a {
display: inline-block;
color: var(--text_light);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.entry-meta a:hover {
text-decoration: none;
color: var(--primary);
}
.entry-meta .posted-on {
display: flex;
}
.entry-meta .posted-on a {
display: flex;
}
.entry-meta .categories-link {
padding: 0;
margin-bottom: 0;
background-color: transparent;
}
.entry-meta .categories-link a {
color: var(--text_light);
}
.entry-meta .categories-link a:hover {
color: var(--primary);
}
.entry-meta .meta-reply {
display: flex;
}
.more-link-wrap {
position: relative;
line-height: 0;
}
.more-link-wrap a.more-link {
display: inline-flex;
font-weight: 700;
font-size: 14px;
line-height: 1.5714285714;
transition: all ease 0.3s;
color: var(--accent);
align-items: center;
position: relative;
}
.more-link-wrap a.more-link:after, .more-link-wrap a.more-link:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: var(--accent);
transition: all ease 0.4s;
}
.more-link-wrap a.more-link:after {
width: 0;
left: 0;
transition: all ease 0.8s;
}
.more-link-wrap a.more-link:hover {
text-decoration: none;
transition: all ease 0.3s;
color: var(--accent);
}
.more-link-wrap a.more-link:hover:before {
width: 0;
}
.more-link-wrap a.more-link:hover:after {
width: 100%;
}
.tags-links {
font-weight: 400;
font-family: var(--e-global-typography-text-font-family);
}
.tags-links .tags-text {
font-size: 14px;
line-height: 1.2;
color: var(--accent);
}
.tags-links a {
display: inline-flex;
padding: 4px 15px;
align-items: center;
margin-right: 5px;
margin-bottom: 10px;
color: var(--text);
border: 1px solid var(--border);
border-radius: 20px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 14px !important;
font-weight: 400;
line-height: 1.5714285714;
text-transform: capitalize;
}
.tags-links a:hover {
color: #ffffff;
background-color: var(--primary);
border-color: var(--primary);
text-decoration: none;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline, .group-blog .byline {
display: inline;
}
.page-links {
clear: both;
margin: 0 0 1em;
}
.page-header .page-title {
margin-bottom: 60px;
font-size: 50px;
}
.single .hentry .entry-taxonomy {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 40px;
margin-bottom: 30px;
}
.author-wrapper {
background: #FFFFFF;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
display: flex;
flex-wrap: wrap;
padding: 30px;
}
.author-wrapper .author-avatar {
margin-right: 30px;
}
.author-wrapper .author-avatar img {
width: 140px;
height: 140px;
object-fit: cover;
}
.author-wrapper .author-caption {
flex: 1;
}
.author-wrapper .author-caption .author-name {
font-size: 24px;
margin-top: 20px;
}
.author-wrapper + nav.post-navigation {
border-top: none;
}
.single-post .rebuilto-social-share {
padding: 10px 0;
}
.single-post .rebuilto-social-share a {
color: var(--accent);
}
.single-post .rebuilto-social-share a:hover {
color: var(--primary);
}
.single-post.group-blog .single-content .entry-title {
display: unset;
}
.single-post .single-content {
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.single-post .single-content .entry-header {
margin-bottom: 35px;
}
.single-post .single-content .entry-header .entry-meta {
position: relative;
margin-bottom: 15px;
}
.single-post .single-content .header-top {
padding: 20px;
margin-bottom: 0;
border: 1px solid var(--border);
}
.single-post .single-content .post-thumbnail {
margin: 0 0 30px;
max-width: 100%;
}
.single-post .single-content .entry-content:before {
display: none;
}
.single-post .single-content .entry-content ul {
margin: 0;
}
.single-post .single-content .entry-content ul li {
position: relative;
list-style: none;
padding-left: 17px;
color: var(--accent);
font-weight: 500;
}
.single-post .single-content .entry-content ul li:before {
font-size: 16px;
color: var(--primary);
position: relative;
left: -15px;
}
.single-post.rebuilto-full-width-content .single-content .entry-header {
text-align: center;
}
.single-post.rebuilto-full-width-content .single-content .entry-header .entry-meta {
justify-content: center;
}
.post-password-form label {
vertical-align: middle;
}
.blog-style-grid {
row-gap: 80px;
}
.blog-grid .entry-header {
margin-bottom: 10px;
}
.blog-grid .entry-title {
font-size: 22px;
line-height: 1.2727272727;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blog-grid .post-thumbnail img {
max-height: 300px;
}
.blog-style-grid-first .post-inner {
margin-bottom: 80px;
position: relative;
}
@media (min-width: 767px) {
.blog-style-grid-first .post-inner {
background-color: rgba(0, 0, 0, 0.5);
min-height: 500px;
}
.blog-style-grid-first .post-thumbnail {
height: 100%;
}
.blog-style-grid-first .post-thumbnail img {
max-height: 100%;
min-height: 500px;
}
.blog-style-grid-first .post-content {
background-color: #fff;
padding: 50px 0 0 80px;
position: absolute;
width: 65%;
bottom: 0;
right: 0;
}
.blog-style-grid-first .entry-title {
font-size: 28px;
line-height: 34px;
}
}
.blog-style-list article.article-default {
border-bottom: 1px solid var(--border);
padding-bottom: 60px;
}
.blog-style-list article.article-default:last-of-type {
border-bottom: none;
padding-bottom: 0;
}
.blog-list .post-thumbnail {
margin-bottom: 0;
position: relative;
padding-top: 35%;
min-height: 330px;
}
.blog-list .post-thumbnail img {
position: absolute;
top: 0;
left: 0;
}
.blog-list .post-thumbnail .categories-link {
bottom: 0;
top: unset;
}
.blog-list .post-content {
position: relative;
overflow: hidden;
}
.blog-list .post-content .entry-title {
font-size: 24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blog-list .post-content .entry-header,
.blog-list .post-content .entry-content {
padding-left: 0;
}
@media (min-width: 768px) {
.blog-list {
display: flex;
}
.blog-list .post-thumbnail {
flex: 0 0 58%;
max-width: 58%;
margin-right: 30px;
margin-bottom: 0;
}
.blog-list .post-content {
display: flex;
flex-direction: column;
width: 100%;
}
}
.rebuilto-full-width-content .single-content > * {
max-width: 930px;
margin-left: auto;
margin-right: auto;
}
.rebuilto-full-width-content .single-content .header-post-thumbnail {
max-width: 100%;
} .rebuilto-footer-builder .site-footer {
padding-top: 0;
}
.copyright-bar {
border-top: 1px solid var(--border);
padding: 1.618em 0;
}
.copyright-bar .site-info {
text-align: center;
}
.copyright-bar .site-info a.site-url:not(.button) {
color: var(--accent2);
text-decoration: underline;
}
.copyright-bar .site-info a.site-url:not(.button):hover {
text-decoration: none;
}
@media (max-width: 1024px) {
[data-elementor-type=footer] {
margin-bottom: 60px;
}
}
.scrollup {
display: block;
position: fixed;
right: 30px;
bottom: 30px;
width: 60px;
height: 60px;
line-height: 60px;
text-decoration: none;
background: var(--text);
color: #fff;
border-radius: 50%;
transform: scale(0);
opacity: 0.5;
z-index: 999;
text-align: center;
font-size: 20px;
transition: all ease 0.35s;
}
@media (min-width: 1024px) {
.scrollup {
bottom: 60px;
right: 80px;
}
}
@media (max-width: 768px) {
.scrollup {
opacity: 0 !important;
pointer-events: none;
}
}
.scrollup.activate {
transform: scale(1);
}
.scrollup:hover {
opacity: 1;
color: #fff;
background: var(--text);
}
.scrollup i {
transform: rotate(-90deg);
} .alignleft {
display: inline;
float: left;
margin-right: 1.41575em;
margin-bottom: 1.41575em;
clear: both;
}
.alignright {
display: inline;
float: right;
margin-left: 1.41575em;
margin-bottom: 1.41575em;
clear: both;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
margin-bottom: 1.41575em;
} .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;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 0;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-weight: bold;
height: auto;
left: 0;
line-height: normal;
padding: 1em 1.618em;
text-decoration: none;
top: 0;
width: auto;
z-index: 100000; outline: none;
} .clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
content: "";
display: table;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
clear: both;
} table {
border-spacing: 0;
width: 100%;
border-collapse: collapse;
}
table caption {
padding: 1em 0;
}
table td,
table th {
padding: 1em 1.41575em;
text-align: left;
vertical-align: top;
word-break: break-all;
}
table td p:last-child,
table th p:last-child {
margin-bottom: 0;
}
table thead th {
padding: 1.41575em;
vertical-align: middle;
}
table tbody h2 {
font-size: 1em;
letter-spacing: normal;
font-weight: normal;
}
table tbody h2 a {
font-weight: normal;
} .error404 .error-404 {
text-align: center;
}
.error404 .page-content .error-heading {
font-family: var(--e-global-typography-accent-font-family);
color: #DE3431;
font-size: 300px;
font-weight: 700;
line-height: 1.24;
text-align: center;
}
@media (max-width: 768px) {
.error404 .page-content .error-heading {
font-size: 150px;
}
}
@media (max-width: 568px) {
.error404 .page-content .error-heading {
font-size: 120px;
}
}
.error404 .page-content .error-title {
color: var(--accent);
font-family: var(--e-global-typography-accent-font-family);
text-align: center;
margin-bottom: 20px;
}
@media (max-width: 568px) {
.error404 .page-content .error-title {
font-size: 36px;
}
}
.error404 .page-content .error-text {
text-align: center;
font-size: 20px;
font-weight: 500;
line-height: 24px;
margin-bottom: 40px;
}
.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
width: 100%;
display: block;
} #comments {
margin-top: 60px;
}
#comments .comment-form p {
margin-bottom: 1em;
}
#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email,
#comments .comment-form .comment-form-url {
margin-bottom: 20px;
position: relative;
display: flex;
align-items: center;
}
#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-email input,
#comments .comment-form .comment-form-url input {
width: 100%;
}
#comments .comment-form .comment-notes, #comments .comment-form .logged-in-as, #comments .comment-form .comment-form-cookies-consent, #comments .comment-form .comment-form-comment {
margin-bottom: 20px;
}
#comments .comment-form .comment-notes a, #comments .comment-form .logged-in-as a, #comments .comment-form .comment-form-cookies-consent a, #comments .comment-form .comment-form-comment a {
color: var(--accent);
font-weight: 500;
}
#comments .comment-form .comment-notes a:hover, #comments .comment-form .logged-in-as a:hover, #comments .comment-form .comment-form-cookies-consent a:hover, #comments .comment-form .comment-form-comment a:hover {
color: var(--accent);
text-decoration: underline;
}
#comments .comments-title {
color: var(--accent);
font-size: 22px;
line-height: 1.2727272727;
margin-bottom: 30px;
text-transform: capitalize;
font-family: var(--e-global-typography-accent-font-family);
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
padding: 0 10px;
order: -1;
}
@media (min-width: 1024px) {
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
}
#comments .comment-notes {
flex: 0 0 100%;
max-width: 100%;
order: -1;
}
#comments .comment-form-comment {
flex: 0 0 100%;
max-width: 100%;
}
#comments .comment-form-cookies-consent {
flex: 0 0 100%;
max-width: 100%;
}
#comments .comment-list-wrap {
margin-bottom: 30px;
}
#comments .comment-list {
position: relative;
list-style: none;
margin: 0;
}
#comments .comment-list .comment-body {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid var(--border);
display: flex;
flex-wrap: wrap;
}
#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
content: "";
display: table;
}
#comments .comment-list .comment-body::after {
clear: both;
}
#comments .comment-list .comment-author {
display: none;
}
@media (min-width: 1024px) {
#comments .comment-list .comment-author {
display: block;
}
}
#comments .comment-list .avatar {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 10px;
margin-right: 15px;
}
#comments .comment-list .comment-content {
width: 100%;
position: relative;
}
@media (min-width: 1024px) {
#comments .comment-list .comment-content {
width: calc(100% - 70px);
}
}
#comments .comment-list .comment-content .comment-text {
margin-bottom: 30px;
}
#comments .comment-list .comment-content .comment-text p:last-of-type {
margin-bottom: 0;
}
@media (min-width: 1024px) {
#comments .comment-list .comment-content .comment-text {
margin-bottom: 0;
}
#comments .comment-list .comment-content .reply {
position: absolute;
top: 0;
right: 0;
}
}
#comments .comment-list .comment-head {
margin-bottom: 12px;
}
#comments .comment-list .comment-meta {
display: flex;
flex-direction: column;
}
#comments .comment-list .comment-meta a.comment-date {
color: var(--text_light);
font-size: 14px;
font-weight: 400;
line-height: 1.8571428571;
}
#comments .comment-list .comment-meta a.comment-date:hover {
color: var(--accent);
}
#comments .comment-list .comment-meta .comment-author {
display: inline-block;
margin-right: 6px;
}
#comments .comment-list .comment-meta cite {
color: var(--accent);
font-style: normal;
clear: both;
font-weight: 700;
font-size: 16px;
line-height: 1.375;
text-transform: capitalize;
}
#comments .comment-list .comment-meta cite a {
color: var(--accent);
}
#comments .comment-list .comment-meta cite a:hover {
color: var(--primary);
}
#comments .comment-list .trackback .comment-body .comment-content:before,
#comments .comment-list .pingback .comment-body .comment-content:before {
content: none;
}
#comments .comment-list .reply::before, #comments .comment-list .reply::after {
content: "";
display: table;
}
#comments .comment-list .reply::after {
clear: both;
}
#comments .comment-list .reply a {
font-size: 12px;
font-weight: 600;
line-height: 1;
display: inline-flex;
align-items: center;
margin-right: 5px;
text-transform: uppercase;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
z-index: 3;
letter-spacing: 3px;
color: #FF4A5D;
}
#comments .comment-list .reply a:hover {
transition: all ease 0.3s;
color: var(--accent);
}
#comments .comment-list .reply a:last-child {
margin-right: 0;
}
#comments .comment-list .children {
list-style: none;
}
#comments .comment-list #respond {
padding: 20px 1.618em 15px;
margin: 10px 0 10px auto;
border-radius: 8px;
border: 1px solid var(--border);
width: 100%;
}
@media (min-width: 1024px) {
#comments .comment-list #respond {
width: calc(100% - 80px);
}
}
#comments .bypostauthor {
font-size: inherit;
}
#comments blockquote {
margin-left: 0;
}
#comments table th,
#comments table td {
border: 1px solid;
border-color: var(--border);
}
#commentform {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
#commentform > p, #commentform .comment-form-rating {
padding: 0 10px;
width: 100%;
}
.comment-content a {
word-wrap: break-word;
}
#comments .comment-list .reply a:before {
display: inline-flex !important;
align-items: center;
justify-content: center;
margin-right: 3px;
font-size: 10px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#respond {
clear: both;
position: relative;
}
#respond .comment-form-cookies-consent label {
color: var(--text);
}
#respond .form-submit,
#respond form {
margin-bottom: 0;
}
#respond .form-submit button i {
margin-left: 10px;
font-size: 12px;
}
#respond label {
color: var(--accent);
font-size: 16px;
line-height: 1.5;
font-weight: 400;
margin-bottom: 10px;
display: inline-block;
}
#respond #reply-title {
color: var(--accent);
font-size: 22px;
line-height: 1.2727272727;
font-weight: 600;
text-transform: capitalize;
font-family: var(--e-global-typography-accent-font-family);
display: inherit;
margin-bottom: 30px;
}
#respond #cancel-comment-reply-link {
position: absolute;
top: 15px;
right: 0.5407911001em;
display: block;
height: 1.5rem;
width: 1.5rem;
overflow: hidden;
line-height: 1;
font-size: 1.5rem;
text-align: center;
transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:hover {
transform: scale(1.3);
} form {
margin-bottom: 1.618em;
}
button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline;  *vertical-align: middle;  } .button-outline {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 14px;
line-height: 2;
font-family: var(--e-global-typography-text-font-family);
border-radius: 0;
cursor: pointer;
padding: 10px 30px;
text-decoration: none;
text-shadow: none;
-webkit-appearance: none;
letter-spacing: 0;
border: 1px solid;
background: transparent;
border-color: var(--primary);
color: var(--primary);
}
.button-outline i {
margin-left: 8px;
font-size: 16px;
}
.button-outline:hover {
color: #fff;
background-color: var(--primary_hover);
border-color: var(--primary_hover);
text-decoration: none;
}
.button-outline.loading {
opacity: 0.5;
}
.button-outline.small {
padding: 0.5407911001em 0.875em;
font-size: 0.875em;
}
.button-outline.disabled, .button-outline:disabled {
opacity: 0.5 !important;
cursor: not-allowed;
}
.button-outline.disabled:hover, .button-outline:disabled:hover {
opacity: 0.5 !important;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 14px;
line-height: 1.5714285714;
font-family: var(--e-global-typography-text-font-family);
border-radius: 30px;
font-weight: 600;
cursor: pointer;
color: var(--accent);
padding: 10px 30px;
text-decoration: none;
text-shadow: none;
-webkit-appearance: none;
border: 1px solid var(--border);
background-color: transparent;
transition: all ease 0.3s;
position: relative;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
background-color: transparent;
text-decoration: none;
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading {
opacity: 0.5;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small {
padding: 0.5407911001em 0.875em;
font-size: 0.875em;
}
button.disabled, button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled {
opacity: 0.5 !important;
cursor: not-allowed;
}
button.disabled:hover, button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
opacity: 0.5 !important;
}
.button-style span {
text-transform: capitalize;
transform: translateY(0);
transition: all ease 0.3s;
opacity: 1;
}
.button-style i {
background-color: var(--accent);
color: #fff;
height: 100%;
width: 42px;
border-radius: 50%;
position: absolute;
right: -30px;
top: 0;
font-size: 12px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all ease 0.3s;
}
.button-style:before {
content: attr(data-name);
top: 50%;
position: absolute;
transform: translateY(calc(-50% + 13px));
transition: all ease 0.3s;
opacity: 0;
}
.button-style:hover span {
transform: translateY(-13px);
opacity: 0;
transition: all ease 0.3s;
}
.button-style:hover i {
background-color: var(--primary);
transform: rotate(45deg);
}
.button-style:hover:before {
transform: translateY(-50%);
opacity: 1;
}
input[type=checkbox],
input[type=radio] {
padding: 0; }
input[type=checkbox] + label,
input[type=radio] + label {
margin: 0 0 0 0.3819820591em;
}
input[type=search]::-webkit-search-decoration { -webkit-appearance: none;
}
input[type=search] {
box-sizing: border-box;
}
input[type=search]::placeholder {
color: #616161;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
font-size: 16px;
font-weight: 500;
line-height: 1.5714285714;
padding: 13px 0;
-webkit-appearance: none;
box-sizing: border-box;
outline: 0;
color: var(--accent);
transition: all ease-in-out 0.3s;
border-width: 0 0 1px 0;
border-bottom-color: var(--border);
border-bottom-style: solid;
background-color: transparent;
border-radius: 0;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
border-color: var(--accent);
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
.input-text::placeholder {
color: var(--accent);
}
select {
padding: 14px 25px;
}
select:not([size]):not([multiple]) {
color: var(--text);
background-color: #ffffff;
border: 1px solid;
border-color: var(--border);
max-width: 100%;
-webkit-appearance: none;
-moz-appearance: textfield;
appearance: none;
width: 100%;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-position: calc(100% - 24px) center;
background-repeat: no-repeat;
background-size: 16px 12px;
border-radius: 0;
}
textarea {
overflow: auto; vertical-align: top; width: 100%;
}
label.inline input {
width: auto;
}
fieldset {
padding: 1.618em;
padding-top: 1em;
margin: 0;
margin-bottom: 1.618em;
margin-top: 1.618em;
border-color: var(--border);
}
fieldset legend {
font-weight: 700;
color: var(--accent);
padding: 0.6180469716em 1em;
margin-left: -1em;
}
[placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity 0.5s 0.5s ease;
-moz-transition: opacity 0.5s 0.5s ease;
transition: opacity 0.5s 0.5s ease;
opacity: 0;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
display: inline-block;
border-radius: 0;
} .gallery {
margin-bottom: 1.41575em;
}
.gallery::before, .gallery::after {
content: "";
display: table;
}
.gallery::after {
clear: both;
}
.gallery .gallery-item {
float: left;
}
.gallery .gallery-item .gallery-icon a {
display: block;
}
.gallery .gallery-item .gallery-icon img {
border: none;
height: auto;
margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
margin: 0;
text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
width: 11.111111111%;
} embed,
iframe,
object,
video {
max-width: 100%;
} .wp-caption {
margin-bottom: 1em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin: 0 auto;
}
.wp-caption .wp-caption-text {
text-align: left;
font-style: italic;
border-bottom: 2px solid #E4E4E4;
padding: 5px 0;
font-size: 14px;
line-height: 20px;
} nav.navigation {
clear: both;
}
nav.navigation::before, nav.navigation::after {
content: "";
display: table;
}
nav.navigation::after {
clear: both;
}
.pagination {
clear: both;
}
.pagination ul.page-numbers::before, .pagination ul.page-numbers::after {
content: "";
display: table;
}
.pagination ul.page-numbers::after {
clear: both;
}
.pagination ul.page-numbers {
display: flex;
align-items: center;
list-style: none;
flex-wrap: wrap;
margin: 60px 0 0;
}
.pagination ul.page-numbers li {
display: inline-block;
margin: 0 6px;
}
.pagination ul.page-numbers li .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
line-height: 46px;
font-weight: 500;
color: var(--accent);
width: 46px;
height: 46px;
text-transform: uppercase;
transition: all ease 0.3s;
border: 1px solid var(--border);
}
.pagination ul.page-numbers li .page-numbers:hover, .pagination ul.page-numbers li .page-numbers.current {
color: var(--white);
background-color: var(--text);
border-color: var(--text);
}
.pagination ul.page-numbers li .page-numbers.prev, .pagination ul.page-numbers li .page-numbers.next {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 46px;
display: flex;
}
.rtl .pagination a.next,
.rtl .pagination a.prev {
transform: rotateY(180deg);
}
.page-links {
padding-top: 20px;
}
.page-links > * {
box-sizing: content-box;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
font-size: 15px;
font-weight: 500;
display: inline-block;
color: var(--text);
border-radius: 50%;
}
.page-links > *:hover {
background-color: var(--background_light);
color: var(--accent);
}
.page-links > *.current {
background-color: var(--background_light);
color: var(--accent);
}
nav.post-navigation {
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
margin-top: 35px;
}
nav.post-navigation .nav-links {
display: flex;
flex-wrap: wrap;
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
padding-top: 32px;
padding-bottom: 32px;
display: flex;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
display: flex;
color: var(--accent);
align-items: center;
}
nav.post-navigation .nav-previous a:hover,
nav.post-navigation .nav-next a:hover {
color: var(--primary);
}
nav.post-navigation .nav-previous .nav-content,
nav.post-navigation .nav-next .nav-content {
flex: 1;
}
nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
font-weight: 700;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
display: none;
}
@media (min-width: 568px) {
nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
display: inline-block;
}
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
position: relative;
font-size: 12px;
line-height: 1.2857142857;
font-weight: 600;
text-transform: uppercase;
color: var(--text_light);
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
nav.post-navigation .nav-previous {
float: left;
width: 50%;
justify-content: flex-end;
padding-right: 15px;
text-align: right;
}
@media (min-width: 768px) {
nav.post-navigation .nav-previous {
padding-right: 30px;
}
}
nav.post-navigation .nav-previous img {
margin-left: 30px;
}
nav.post-navigation .nav-next {
float: right;
width: 50%;
justify-content: flex-start;
text-align: left;
padding-left: 15px;
border-left: 1px solid var(--border);
}
@media (min-width: 768px) {
nav.post-navigation .nav-next {
padding-left: 30px;
}
}
nav.post-navigation .nav-next img {
margin-right: 30px;
} @media (max-width: 1024px) {
#secondary {
display: none;
}
}
#secondary .widget {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid var(--border);
position: relative;
}
#secondary .widget:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget {
position: relative;
font-size: 16px;
line-height: 1.5;
}
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
color: var(--accent);
font-size: 16px;
font-weight: 700;
line-height: 1.5;
transition: all ease 0.3s;
margin-bottom: 20px;
font-family: var(--e-global-typography-accent-font-family);
display: flex;
text-transform: uppercase;
align-items: center;
}
.widget .price_slider .ui-slider-range {
background-color: var(--accent);
}
.widget .price_slider .ui-slider-handle {
background-color: var(--accent);
}
.widget select {
max-width: 100%;
}
.widget .widget-search .search-submit {
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;
width: 1px;
word-wrap: normal !important;
}
.widget.widget_recent_entries {
counter-reset: section;
}
.widget.widget_recent_entries li {
display: flex;
flex-direction: row;
margin-bottom: 20px;
padding-bottom: 20px;
align-items: center;
border-bottom: 1px solid var(--border);
}
.widget.widget_recent_entries li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget.widget_recent_entries .recent-posts-thumbnail {
flex: 0 0 auto;
overflow: hidden;
position: relative;
}
.widget.widget_recent_entries .recent-posts-thumbnail img {
margin-right: 15px;
width: 70px;
height: 70px;
object-fit: cover;
}
.widget.widget_recent_entries .recent-posts-info {
flex: 1 1 auto;
display: flex;
flex-direction: column;
}
.widget.widget_recent_entries .post-date {
font-size: 14px;
font-weight: 500;
line-height: 1.2857142857;
color: var(--text_light);
text-transform: capitalize;
margin-bottom: 7px;
display: inline-flex;
align-items: center;
}
.widget.widget_recent_entries .post-title {
line-height: 1.25;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 0;
}
.widget.widget_recent_entries .post-title a {
background-image: linear-gradient(to right, var(--accent) 0%, var(--accent) 100%);
background-position: 0 calc(100% - 0em);
background-size: 0 1px;
transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
background-repeat: no-repeat;
text-decoration: none;
color: var(--accent);
}
.widget.widget_recent_entries .post-title a:hover {
background-size: 100% 1px;
}
.widget ul {
margin-left: 0;
list-style: none;
}
.widget ul li {
list-style: none;
margin-bottom: 0.875em;
}
.widget ul .children {
margin-top: 0.875em;
}
.widget ul ul {
margin-left: 1.35em;
margin-top: 4px;
}
.widget.widget_rss .rss-date {
font-style: italic;
display: block;
margin: 0 0 0.7em;
}
.widget.widget_rss .widget-title:before {
display: none;
}
.widget.widget_rss .widget-title .rss-widget-feed {
margin-right: 10px;
}
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
color: var(--text_light);
font-size: 14px;
}
.widget.widget_rss li {
margin-bottom: 1em;
}
.widget.widget_rss li a.rsswidget {
line-height: 1.41575em;
font-weight: 700;
color: var(--accent);
font-size: 16px;
}
.widget.widget_rss li a.rsswidget:hover {
text-decoration: none;
}
.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
padding: 1em 1.41575em;
border-color: var(--border);
background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
border-top: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
margin-top: 1em;
margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
color: var(--text);
}
.wpml-ls-statics-footer li a:hover {
color: var(--primary);
}
.widget.widget_tag_cloud .tagcloud a, .widget.widget_tag_cloud .wp-block-tag-cloud a,
.elementor-widget-wp-widget-tag_cloud .tagcloud a,
.elementor-widget-wp-widget-tag_cloud .wp-block-tag-cloud a {
display: inline-flex;
padding: 5px 15px;
align-items: center;
margin-right: 5px;
margin-bottom: 10px;
color: var(--text);
border: 1px solid var(--border);
border-radius: 20px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 14px !important;
font-weight: 500;
line-height: 1.4285714286;
text-transform: lowercase;
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .wp-block-tag-cloud a:hover,
.elementor-widget-wp-widget-tag_cloud .tagcloud a:hover,
.elementor-widget-wp-widget-tag_cloud .wp-block-tag-cloud a:hover {
color: #ffffff;
background-color: var(--primary);
border-color: var(--primary);
text-decoration: none;
}
.widget-area {
border: 1px solid var(--border);
padding: 47px 40px;
}
.widget_search form,
.site-search form {
position: relative;
margin-bottom: 0;
}
.widget_search form::before,
.site-search form::before {
font-size: 15px;
color: var(--accent);
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.site-search form input[type=text],
.site-search form input[type=search] {
width: 100%;
padding: 14px 20px;
padding-right: 55px;
flex: 1;
color: var(--accent);
background-color: var(--background_light);
border-radius: 30px;
border-color: var(--background_light);
}
.widget_search form input[type=text]:focus,
.widget_search form input[type=search]:focus,
.site-search form input[type=text]:focus,
.site-search form input[type=search]:focus {
border-color: var(--primary);
}
.widget_search form input[type=text]::placeholder,
.widget_search form input[type=search]::placeholder,
.site-search form input[type=text]::placeholder,
.site-search form input[type=search]::placeholder {
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: var(--text_light);
}
.widget_search form input[type=submit],
.widget_search form button[type=submit],
.site-search form input[type=submit],
.site-search form button[type=submit] {
font-size: 0;
line-height: 0;
width: 55px;
height: 100%;
position: absolute;
right: 0;
top: 0;
z-index: 99;
background: transparent;
border: none;
padding: 0;
}
.widget_search form input[type=submit]:after,
.widget_search form button[type=submit]:after,
.site-search form input[type=submit]:after,
.site-search form button[type=submit]:after {
background-color: transparent;
}
.site-search form {
margin-bottom: 0;
}
.widget_categories form,
.widget_text form {
margin: 0;
}
.widget_categories p,
.widget_text p {
margin: 0;
}
.widget.widget_block ul, .widget.widget_block ol,
.wp-block-archives-list ul,
.wp-block-archives-list ol,
.widget_pages ul,
.widget_pages ol,
.widget_categories ul,
.widget_categories ol,
.widget_archive ul,
.widget_archive ol,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_recent_entries ul,
.widget_recent_entries ol,
.widget_nav_menu ul,
.widget_nav_menu ol,
.widget_links ul,
.widget_links ol,
.widget_layered_nav ul,
.widget_layered_nav ol,
.widget_meta ul,
.widget_meta ol {
margin-bottom: 0;
}
.widget.widget_block ul li, .widget.widget_block ol li,
.wp-block-archives-list ul li,
.wp-block-archives-list ol li,
.widget_pages ul li,
.widget_pages ol li,
.widget_categories ul li,
.widget_categories ol li,
.widget_archive ul li,
.widget_archive ol li,
.widget_recent_comments ul li,
.widget_recent_comments ol li,
.widget_recent_entries ul li,
.widget_recent_entries ol li,
.widget_nav_menu ul li,
.widget_nav_menu ol li,
.widget_links ul li,
.widget_links ol li,
.widget_layered_nav ul li,
.widget_layered_nav ol li,
.widget_meta ul li,
.widget_meta ol li {
list-style: none;
margin-bottom: 5px;
position: relative;
}
.widget.widget_block ul a:not(.button), .widget.widget_block ol a:not(.button),
.wp-block-archives-list ul a:not(.button),
.wp-block-archives-list ol a:not(.button),
.widget_pages ul a:not(.button),
.widget_pages ol a:not(.button),
.widget_categories ul a:not(.button),
.widget_categories ol a:not(.button),
.widget_archive ul a:not(.button),
.widget_archive ol a:not(.button),
.widget_recent_comments ul a:not(.button),
.widget_recent_comments ol a:not(.button),
.widget_recent_entries ul a:not(.button),
.widget_recent_entries ol a:not(.button),
.widget_nav_menu ul a:not(.button),
.widget_nav_menu ol a:not(.button),
.widget_links ul a:not(.button),
.widget_links ol a:not(.button),
.widget_layered_nav ul a:not(.button),
.widget_layered_nav ol a:not(.button),
.widget_meta ul a:not(.button),
.widget_meta ol a:not(.button) {
color: var(--text);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget.widget_block ul a:not(.button):hover, .widget.widget_block ol a:not(.button):hover,
.wp-block-archives-list ul a:not(.button):hover,
.wp-block-archives-list ol a:not(.button):hover,
.widget_pages ul a:not(.button):hover,
.widget_pages ol a:not(.button):hover,
.widget_categories ul a:not(.button):hover,
.widget_categories ol a:not(.button):hover,
.widget_archive ul a:not(.button):hover,
.widget_archive ol a:not(.button):hover,
.widget_recent_comments ul a:not(.button):hover,
.widget_recent_comments ol a:not(.button):hover,
.widget_recent_entries ul a:not(.button):hover,
.widget_recent_entries ol a:not(.button):hover,
.widget_nav_menu ul a:not(.button):hover,
.widget_nav_menu ol a:not(.button):hover,
.widget_links ul a:not(.button):hover,
.widget_links ol a:not(.button):hover,
.widget_layered_nav ul a:not(.button):hover,
.widget_layered_nav ol a:not(.button):hover,
.widget_meta ul a:not(.button):hover,
.widget_meta ol a:not(.button):hover {
color: var(--accent);
}
.widget.widget_block ul a:not(.button):hover .archive-count,
.widget.widget_block ul a:not(.button):hover .count,
.widget.widget_block ul a:not(.button):hover .cat-count, .widget.widget_block ol a:not(.button):hover .archive-count,
.widget.widget_block ol a:not(.button):hover .count,
.widget.widget_block ol a:not(.button):hover .cat-count,
.wp-block-archives-list ul a:not(.button):hover .archive-count,
.wp-block-archives-list ul a:not(.button):hover .count,
.wp-block-archives-list ul a:not(.button):hover .cat-count,
.wp-block-archives-list ol a:not(.button):hover .archive-count,
.wp-block-archives-list ol a:not(.button):hover .count,
.wp-block-archives-list ol a:not(.button):hover .cat-count,
.widget_pages ul a:not(.button):hover .archive-count,
.widget_pages ul a:not(.button):hover .count,
.widget_pages ul a:not(.button):hover .cat-count,
.widget_pages ol a:not(.button):hover .archive-count,
.widget_pages ol a:not(.button):hover .count,
.widget_pages ol a:not(.button):hover .cat-count,
.widget_categories ul a:not(.button):hover .archive-count,
.widget_categories ul a:not(.button):hover .count,
.widget_categories ul a:not(.button):hover .cat-count,
.widget_categories ol a:not(.button):hover .archive-count,
.widget_categories ol a:not(.button):hover .count,
.widget_categories ol a:not(.button):hover .cat-count,
.widget_archive ul a:not(.button):hover .archive-count,
.widget_archive ul a:not(.button):hover .count,
.widget_archive ul a:not(.button):hover .cat-count,
.widget_archive ol a:not(.button):hover .archive-count,
.widget_archive ol a:not(.button):hover .count,
.widget_archive ol a:not(.button):hover .cat-count,
.widget_recent_comments ul a:not(.button):hover .archive-count,
.widget_recent_comments ul a:not(.button):hover .count,
.widget_recent_comments ul a:not(.button):hover .cat-count,
.widget_recent_comments ol a:not(.button):hover .archive-count,
.widget_recent_comments ol a:not(.button):hover .count,
.widget_recent_comments ol a:not(.button):hover .cat-count,
.widget_recent_entries ul a:not(.button):hover .archive-count,
.widget_recent_entries ul a:not(.button):hover .count,
.widget_recent_entries ul a:not(.button):hover .cat-count,
.widget_recent_entries ol a:not(.button):hover .archive-count,
.widget_recent_entries ol a:not(.button):hover .count,
.widget_recent_entries ol a:not(.button):hover .cat-count,
.widget_nav_menu ul a:not(.button):hover .archive-count,
.widget_nav_menu ul a:not(.button):hover .count,
.widget_nav_menu ul a:not(.button):hover .cat-count,
.widget_nav_menu ol a:not(.button):hover .archive-count,
.widget_nav_menu ol a:not(.button):hover .count,
.widget_nav_menu ol a:not(.button):hover .cat-count,
.widget_links ul a:not(.button):hover .archive-count,
.widget_links ul a:not(.button):hover .count,
.widget_links ul a:not(.button):hover .cat-count,
.widget_links ol a:not(.button):hover .archive-count,
.widget_links ol a:not(.button):hover .count,
.widget_links ol a:not(.button):hover .cat-count,
.widget_layered_nav ul a:not(.button):hover .archive-count,
.widget_layered_nav ul a:not(.button):hover .count,
.widget_layered_nav ul a:not(.button):hover .cat-count,
.widget_layered_nav ol a:not(.button):hover .archive-count,
.widget_layered_nav ol a:not(.button):hover .count,
.widget_layered_nav ol a:not(.button):hover .cat-count,
.widget_meta ul a:not(.button):hover .archive-count,
.widget_meta ul a:not(.button):hover .count,
.widget_meta ul a:not(.button):hover .cat-count,
.widget_meta ol a:not(.button):hover .archive-count,
.widget_meta ol a:not(.button):hover .count,
.widget_meta ol a:not(.button):hover .cat-count {
color: var(--primary);
}
.widget.widget_block ul .children, .widget.widget_block ol .children,
.wp-block-archives-list ul .children,
.wp-block-archives-list ol .children,
.widget_pages ul .children,
.widget_pages ol .children,
.widget_categories ul .children,
.widget_categories ol .children,
.widget_archive ul .children,
.widget_archive ol .children,
.widget_recent_comments ul .children,
.widget_recent_comments ol .children,
.widget_recent_entries ul .children,
.widget_recent_entries ol .children,
.widget_nav_menu ul .children,
.widget_nav_menu ol .children,
.widget_links ul .children,
.widget_links ol .children,
.widget_layered_nav ul .children,
.widget_layered_nav ol .children,
.widget_meta ul .children,
.widget_meta ol .children {
margin-top: 0;
}
.widget_archive select {
margin-bottom: 0;
}
.widget_rating_filter ul li,
.widget_categories ul li,
.widget_archive ul li,
.wp-block-archives ul li,
.wp-block-categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li {
position: relative;
text-transform: capitalize;
margin-bottom: 4px;
}
.widget_rating_filter ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.wp-block-archives ul li:last-child,
.wp-block-categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child {
margin-bottom: 0;
}
.widget_rating_filter ul li ul.children li:last-child, .widget_rating_filter ul li ul.sub-menu li:last-child,
.widget_categories ul li ul.children li:last-child,
.widget_categories ul li ul.sub-menu li:last-child,
.widget_archive ul li ul.children li:last-child,
.widget_archive ul li ul.sub-menu li:last-child,
.wp-block-archives ul li ul.children li:last-child,
.wp-block-archives ul li ul.sub-menu li:last-child,
.wp-block-categories ul li ul.children li:last-child,
.wp-block-categories ul li ul.sub-menu li:last-child,
.widget_pages ul li ul.children li:last-child,
.widget_pages ul li ul.sub-menu li:last-child,
.widget_meta ul li ul.children li:last-child,
.widget_meta ul li ul.sub-menu li:last-child,
.widget_nav_menu ul li ul.children li:last-child,
.widget_nav_menu ul li ul.sub-menu li:last-child {
margin-top: 4px;
}
.widget_rating_filter ul li a:not(.button),
.widget_categories ul li a:not(.button),
.widget_archive ul li a:not(.button),
.wp-block-archives ul li a:not(.button),
.wp-block-categories ul li a:not(.button),
.widget_pages ul li a:not(.button),
.widget_meta ul li a:not(.button),
.widget_nav_menu ul li a:not(.button) {
color: var(--accent);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: flex;
gap: 5px;
position: relative;
justify-content: space-between;
line-height: 1.875;
font-weight: 600;
}
.widget_rating_filter ul li a:not(.button):hover,
.widget_categories ul li a:not(.button):hover,
.widget_archive ul li a:not(.button):hover,
.wp-block-archives ul li a:not(.button):hover,
.wp-block-categories ul li a:not(.button):hover,
.widget_pages ul li a:not(.button):hover,
.widget_meta ul li a:not(.button):hover,
.widget_nav_menu ul li a:not(.button):hover {
color: var(--primary);
}
.widget_rating_filter ul li .archive-count,
.widget_rating_filter ul li .count,
.widget_rating_filter ul li .cat-count,
.widget_categories ul li .archive-count,
.widget_categories ul li .count,
.widget_categories ul li .cat-count,
.widget_archive ul li .archive-count,
.widget_archive ul li .count,
.widget_archive ul li .cat-count,
.wp-block-archives ul li .archive-count,
.wp-block-archives ul li .count,
.wp-block-archives ul li .cat-count,
.wp-block-categories ul li .archive-count,
.wp-block-categories ul li .count,
.wp-block-categories ul li .cat-count,
.widget_pages ul li .archive-count,
.widget_pages ul li .count,
.widget_pages ul li .cat-count,
.widget_meta ul li .archive-count,
.widget_meta ul li .count,
.widget_meta ul li .cat-count,
.widget_nav_menu ul li .archive-count,
.widget_nav_menu ul li .count,
.widget_nav_menu ul li .cat-count {
color: var(--text_light);
font-weight: 400;
}
.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
position: relative;
text-transform: capitalize;
}
.widget_block .wp-block-archives li a:not(.button),
.widget_block .wp-block-categories li a:not(.button) {
color: var(--accent);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: flex;
justify-content: space-between;
position: relative;
line-height: 1.8571428571;
font-weight: 600;
}
.widget-area .widget_search .wp-block-search .wp-block-search__label {
display: block;
color: var(--accent);
font-size: 16px;
font-weight: 700;
line-height: 1.5;
transition: all ease 0.3s;
margin-bottom: 20px;
font-family: var(--e-global-typography-accent-font-family);
display: flex;
align-items: center;
text-transform: uppercase;
}
.widget-area .widget_archive select {
margin-bottom: 0;
}
.widget_recent_comments .wp-block-latest-comments__comment {
line-height: 1.7;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
line-height: 1.425;
}
.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
padding: 0.236em;
text-align: center;
}
.widget_recent_entries ul ul.children {
margin: 0.6180469716em 0 0 0;
}
.rebuilto-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
font-size: 1.41575em;
}
.rebuilto-canvas-filter a:not(.button),
.widget-area a:not(.button) {
color: var(--accent);
}
.rebuilto-canvas-filter a:not(.button):hover,
.widget-area a:not(.button):hover {
color: var(--primary);
}
.widget_calendar, .wp-block-calendar {
text-align: left;
}
.widget_calendar table caption, .wp-block-calendar table caption {
padding: 7px 0;
background: var(--primary);
color: var(--white);
}
.widget_calendar table th, .widget_calendar table td, .wp-block-calendar table th, .wp-block-calendar table td {
text-align: center;
border: 1px solid;
border-color: var(--border);
}
.widget_calendar table #today, .wp-block-calendar table #today {
background-color: var(--primary);
color: #ffffff;
}
.widget_calendar table th, .wp-block-calendar table th {
background: #ddd;
color: var(--accent);
}
.ajax-search .site-header-search .button-search-popup {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
border: none;
width: 100%;
height: unset;
}
.ajax-search .site-header-search i {
font-size: 20px;
line-height: 1;
margin-bottom: 10px;
color: var(--accent);
}
.ajax-search .site-header-search .content {
font-size: 12px;
line-height: 14px;
font-weight: 500;
color: var(--accent);
}
.ajax-search .site-header-search:hover i {
color: var(--accent);
}
.search-by-category {
display: none;
position: relative;
}
.search-by-category .input-dropdown-inner {
height: 48px;
line-height: 48px;
width: 155px;
}
@media (min-width: 768px) {
.search-by-category .input-dropdown-inner {
width: 215px;
}
}
.search-by-category .input-dropdown-inner > a {
display: block;
margin-right: 24px;
font-weight: 400;
color: var(--text);
position: relative;
text-decoration: none;
}
.search-by-category .input-dropdown-inner > a:hover {
color: var(--accent);
}
.search-by-category .input-dropdown-inner > a span {
width: 110px;
display: block;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
text-align: right;
}
@media (min-width: 768px) {
.search-by-category .input-dropdown-inner > a span {
width: 135px;
}
}
.search-by-category .input-dropdown-inner > a:after {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
color: #666666;
}
@media (min-width: 768px) {
.search-by-category .input-dropdown-inner > a:after {
right: 20px;
}
}
.search-by-category .list-wrapper {
position: absolute;
top: 100%;
left: 1px;
z-index: 300;
display: none;
margin-top: 1px;
height: auto;
background-color: #FFF;
text-align: left;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid var(--border);
}
.search-by-category .list-wrapper .rebuilto-scroll-content {
position: relative;
max-height: 255px;
max-width: 215px;
overflow-y: auto;
margin-bottom: 0;
}
.search-by-category ul li {
margin-bottom: 0;
}
.search-by-category ul li a {
display: block;
padding: 5px 25px;
color: var(--accent);
font-size: 14px;
line-height: 20px;
white-space: nowrap;
}
.search-by-category ul li a:focus, .search-by-category ul li a:hover {
background-color: #F9F9F9;
color: var(--accent);
text-decoration: none;
}
.search-by-category ul li.current-item > a {
background-color: #F4F4F4;
color: var(--accent);
}
.search-by-category ul .children {
margin-top: 0;
display: none;
}
.search-by-category ul .children > li > a {
padding-left: 15px;
color: var(--light);
}
.search-by-category ul .children > li > a:focus, .search-by-category ul .children > li > a:hover {
background-color: #F9F9F9;
color: var(--primary);
}
.widget_media_gallery .gallery {
margin: -7.5px;
}
.widget_media_gallery .gallery .gallery-item {
padding: 7.5px;
}  @media (min-width: 1025px) { .menu-toggle,
.main-navigation.toggled div.menu {
display: none;
}
.primary-navigation {
display: block;
}
.instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
order: unset !important;
}
.main-navigation {
clear: both;
display: block;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
display: block;
}
.main-navigation ul li {
position: relative;
display: inline-block;
text-align: left;
}
.main-navigation ul li a:not(.elementor-button-link) {
display: block;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
display: block;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.main-navigation ul li:hover > ul .mega-menu-item, .main-navigation ul li.focus > ul .mega-menu-item {
transform: translateY(0);
}
.main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul {
display: block;
left: 100%;
top: 0;
opacity: 0;
visibility: hidden;
}
.main-navigation ul li:hover > ul li > ul:before, .main-navigation ul li.focus > ul li > ul:before {
position: absolute;
content: "";
display: block;
height: 100%;
width: 15px;
left: -15px;
}
.main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
display: none;
left: 0;
}
.main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul {
opacity: 1;
pointer-events: auto;
}
.main-navigation ul ul.sub-menu {
float: left;
position: absolute;
top: 100%;
z-index: 99999;
left: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s;
pointer-events: none;
}
.main-navigation ul ul.sub-menu.mega-menu {
overflow: hidden;
}
.main-navigation ul ul.sub-menu .mega-menu-item {
transform: translateY(-20px);
transition: all 0.5s;
}
.main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
display: none;
left: 0;
}
.main-navigation ul ul.sub-menu li {
display: block;
min-width: 300px;
}
.site-content::before, .site-content::after {
content: "";
display: table;
}
.site-content::after {
clear: both;
}
.content-area {
width: calc(100% - 440px);
float: left;
position: relative;
}
.rebuilto-sidebar-left .content-area {
float: right;
}
.tax-rebuilto_project_cat .content-area, .post-type-archive-rebuilto_project .content-area {
width: calc(100% - 440px);
}
.widget-area {
width: 410px;
float: right;
}
.rebuilto-sidebar-left .widget-area {
float: left;
border-left: none;
}
.tax-rebuilto_project_cat .widget-area, .post-type-archive-rebuilto_project .widget-area {
width: 410px;
}
.left-sidebar .content-area {
float: right;
}
.left-sidebar .widget-area {
float: left;
}
.rebuilto-full-width-content .content-area {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
}
.rebuilto-full-width-content .content-area:after {
display: none;
}
}
@media (max-width: 1024px) {
.tax-rebuilto_project_cat #secondary, .post-type-archive-rebuilto_project #secondary {
display: block;
border-top: 1px solid var(--border);
}
}
@media (min-width: 768px) {
.site-branding .site-description {
margin-bottom: 0;
}
.site-header .subscribe-and-connect-connect {
float: right;
margin-bottom: 1em;
}
.site-header .subscribe-and-connect-connect .icons {
list-style: none;
margin: 0;
}
.site-header .subscribe-and-connect-connect .icons a {
font-size: 1em !important;
}
.site-header .subscribe-and-connect-connect .icons li {
margin: 0 0 0 0.5407911001em !important;
display: inline-block;
} .page-template-template-fullwidth-php .content-area,
.elementor_library-template-default .content-area,
.page-template-template-homepage-php .content-area {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
} .comment-list::before, .comment-list::after {
content: "";
display: table;
}
.comment-list::after {
clear: both;
}
.comment-list .comment {
clear: both;
}
.comment-list #respond .comment-form-author,
.comment-list #respond .comment-form-email,
.comment-list #respond .comment-form-url {
width: 100%;
margin-right: 0;
}
.comment-list .comment-body #respond {
border: 1px solid #E4E4E4;
}
.comment-list .comment-head {
width: calc(100% - 180px);
}
.comment-list .reply {
clear: both;
}
.comment-list ol.children {
margin-left: 50px;
list-style: none;
}
#respond .comment-form-comment {
clear: both;
} .rebuilto-primary-navigation {
clear: both;
}
.rebuilto-primary-navigation::before, .rebuilto-primary-navigation::after {
content: "";
display: table;
}
.rebuilto-primary-navigation::after {
clear: both;
}
.main-navigation div.menu {
display: block;
}
.main-navigation ul.menu,
.main-navigation ul.nav-menu {
max-height: none;
overflow: visible;
margin-left: -1.1em;
margin-right: -1.1em;
transition: none;
}
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
padding: 1.287em 1.1em;
}
.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.sub-menu {
margin-left: 0;
}
.main-navigation ul.menu ul.sub-menu ul,
.main-navigation ul.nav-menu ul.sub-menu ul {
margin-left: 0;
}
.main-navigation ul.menu ul.sub-menu > li:last-child > a,
.main-navigation ul.nav-menu ul.sub-menu > li:last-child > a {
border-bottom: none;
} .error404 .fourohfour-columns-2 .col-1 {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
}
.error404 .fourohfour-columns-2 .col-2 {
width: 48.3870967742%;
float: right;
margin-right: 0;
}
.wpml-ls-statics-footer {
max-width: 1320px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
content: "";
display: table;
}
.wpml-ls-statics-footer::after {
clear: both;
}
.wpml-ls-statics-footer:after {
content: " ";
display: block;
clear: both;
}
.copyright-bar .rebuilto-social {
text-align: left;
margin: 0;
}
.copyright-bar .site-info {
margin: 0;
}
.copyright-bar .logo-brands img {
margin-left: auto;
margin-right: 0;
}
} .d-grid {
display: grid;
}
.d-flex {
display: flex;
}
.flex-row {
flex-direction: row;
}
.flex-column {
flex-direction: column;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-column-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.justify-content-start {
justify-content: flex-start;
}
.justify-content-end {
justify-content: flex-end;
}
.justify-content-center {
justify-content: center;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-around {
justify-content: space-around;
}
.align-items-start {
align-items: flex-start;
}
.align-items-end {
align-items: flex-end;
}
.align-items-center {
align-items: center;
}
.align-items-baseline {
align-items: baseline;
}
.align-items-stretch {
align-items: stretch;
}
.align-content-start {
align-content: flex-start;
}
.align-content-end {
align-content: flex-end;
}
.align-content-center {
align-content: center;
}
.align-content-between {
align-content: space-between;
}
.align-content-around {
align-content: space-around;
}
.align-content-stretch {
align-content: stretch;
}
.align-self-auto {
align-self: auto;
}
.align-self-start {
align-self: flex-start;
}
.align-self-end {
align-self: flex-end;
}
.align-self-center {
align-self: center;
}
.align-self-baseline {
align-self: baseline;
}
.align-self-stretch {
align-self: stretch;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
@media (min-width: 1400px) {
.pl-vw {
padding-left: calc(calc(100vw - calc(var(--container) + 30px)) / 2) !important;
}
.pr-vw {
padding-right: calc(calc(100vw - calc(var(--container) + 30px)) / 2) !important;
}
.ml-vw {
margin-left: calc(calc(100vw - calc(var(--container) + 30px)) / 2) !important;
}
.mr-vw {
margin-right: calc(calc(100vw - calc(var(--container) + 30px)) / 2) !important;
}
} .rebuilto-social-share {
font-size: 14px;
line-height: 30px;
}
.rebuilto-social-share .social-share-header {
margin-right: 10px;
color: var(--text_light);
}
.rebuilto-social-share a {
color: var(--text);
}
.rebuilto-social-share a:hover {
color: var(--primary);
}
.rebuilto-social-share a span {
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;
width: 1px;
word-wrap: normal !important;
} @font-face {
font-family: "rebuilto-icon";
src: url(https://real-dom.gr/wp-content/themes/rebuilto-child/assets/fonts/icons/rebuilto-icon-1.0.3.eot);
src: url(https://real-dom.gr/wp-content/themes/rebuilto-child/assets/fonts/icons/rebuilto-icon-1.0.3.eot?#iefix) format("eot"), url(https://real-dom.gr/wp-content/themes/rebuilto-child/assets/fonts/icons/rebuilto-icon-1.0.3.woff2) format("woff2"), url(https://real-dom.gr/wp-content/themes/rebuilto-child/assets/fonts/icons/rebuilto-icon-1.0.3.woff) format("woff"), url(https://real-dom.gr/wp-content/themes/rebuilto-child/assets/fonts/icons/rebuilto-icon-1.0.3.ttf) format("truetype"), url(https://real-dom.gr/wp-content/themes/rebuilto-child/assets/fonts/icons/rebuilto-icon-1.0.3.svg#rebuilto-icon-1.0.3) format("svg");
}
[class*=rebuilto-icon-] {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
}
.rebuilto-icon-angle-down:before {
content: "";
}
.rebuilto-icon-angle-left:before {
content: "";
}
.rebuilto-icon-angle-right:before {
content: "";
}
.rebuilto-icon-angle-up:before {
content: "";
}
.rebuilto-icon-arrow-left:before {
content: "";
}
.rebuilto-icon-arrow-right:before {
content: "";
}
.rebuilto-icon-arrow-triangel:before {
content: "";
}
.rebuilto-icon-arrow-up-right:before {
content: "";
}
.rebuilto-icon-award:before {
content: "";
}
.rebuilto-icon-blueprint:before {
content: "";
}
.rebuilto-icon-brickwall:before {
content: "";
}
.rebuilto-icon-building:before {
content: "";
}
.rebuilto-icon-buildings:before {
content: "";
}
.rebuilto-icon-chat:before {
content: "";
}
.rebuilto-icon-check:before {
content: "";
}
.rebuilto-icon-circle-check:before {
content: "";
}
.rebuilto-icon-compass:before {
content: "";
}
.rebuilto-icon-construction:before {
content: "";
}
.rebuilto-icon-crane:before {
content: "";
}
.rebuilto-icon-download:before {
content: "";
}
.rebuilto-icon-earth:before {
content: "";
}
.rebuilto-icon-engineer:before {
content: "";
}
.rebuilto-icon-floor:before {
content: "";
}
.rebuilto-icon-helmet:before {
content: "";
}
.rebuilto-icon-house:before {
content: "";
}
.rebuilto-icon-innovation:before {
content: "";
}
.rebuilto-icon-mail-inbox:before {
content: "";
}
.rebuilto-icon-minus-1:before {
content: "";
}
.rebuilto-icon-navigation:before {
content: "";
}
.rebuilto-icon-phone:before {
content: "";
}
.rebuilto-icon-plus-1:before {
content: "";
}
.rebuilto-icon-quote:before {
content: "";
}
.rebuilto-icon-safety:before {
content: "";
}
.rebuilto-icon-spades:before {
content: "";
}
.rebuilto-icon-star-sharp:before {
content: "";
}
.rebuilto-icon-trophy:before {
content: "";
}
.rebuilto-icon-trust:before {
content: "";
}
.rebuilto-icon-user-group:before {
content: "";
}
.rebuilto-icon-360:before {
content: "";
}
.rebuilto-icon-bars:before {
content: "";
}
.rebuilto-icon-cart-empty:before {
content: "";
}
.rebuilto-icon-check-square:before {
content: "";
}
.rebuilto-icon-chevron-down:before {
content: "";
}
.rebuilto-icon-chevron-left:before {
content: "";
}
.rebuilto-icon-chevron-right:before {
content: "";
}
.rebuilto-icon-chevron-up:before {
content: "";
}
.rebuilto-icon-circle:before {
content: "";
}
.rebuilto-icon-cloud-download-alt:before {
content: "";
}
.rebuilto-icon-comment:before {
content: "";
}
.rebuilto-icon-comments:before {
content: "";
}
.rebuilto-icon-contact:before {
content: "";
}
.rebuilto-icon-credit-card:before {
content: "";
}
.rebuilto-icon-dot-circle:before {
content: "";
}
.rebuilto-icon-edit:before {
content: "";
}
.rebuilto-icon-envelope:before {
content: "";
}
.rebuilto-icon-expand-alt:before {
content: "";
}
.rebuilto-icon-external-link-alt:before {
content: "";
}
.rebuilto-icon-file-alt:before {
content: "";
}
.rebuilto-icon-file-archive:before {
content: "";
}
.rebuilto-icon-folder-open:before {
content: "";
}
.rebuilto-icon-folder:before {
content: "";
}
.rebuilto-icon-frown:before {
content: "";
}
.rebuilto-icon-gift:before {
content: "";
}
.rebuilto-icon-grid:before {
content: "";
}
.rebuilto-icon-grip-horizontal:before {
content: "";
}
.rebuilto-icon-heart-fill:before {
content: "";
}
.rebuilto-icon-history:before {
content: "";
}
.rebuilto-icon-home:before {
content: "";
}
.rebuilto-icon-info-circle:before {
content: "";
}
.rebuilto-icon-instagram:before {
content: "";
}
.rebuilto-icon-level-up-alt:before {
content: "";
}
.rebuilto-icon-list:before {
content: "";
}
.rebuilto-icon-map-marker-check:before {
content: "";
}
.rebuilto-icon-meh:before {
content: "";
}
.rebuilto-icon-minus-circle:before {
content: "";
}
.rebuilto-icon-minus:before {
content: "";
}
.rebuilto-icon-mobile-android-alt:before {
content: "";
}
.rebuilto-icon-money-bill:before {
content: "";
}
.rebuilto-icon-pencil-alt:before {
content: "";
}
.rebuilto-icon-plus:before {
content: "";
}
.rebuilto-icon-random:before {
content: "";
}
.rebuilto-icon-reply-all:before {
content: "";
}
.rebuilto-icon-reply:before {
content: "";
}
.rebuilto-icon-search:before {
content: "";
}
.rebuilto-icon-shield-check:before {
content: "";
}
.rebuilto-icon-shopping-basket:before {
content: "";
}
.rebuilto-icon-sign-out-alt:before {
content: "";
}
.rebuilto-icon-smile:before {
content: "";
}
.rebuilto-icon-spinner:before {
content: "";
}
.rebuilto-icon-square:before {
content: "";
}
.rebuilto-icon-star:before {
content: "";
}
.rebuilto-icon-store:before {
content: "";
}
.rebuilto-icon-sync:before {
content: "";
}
.rebuilto-icon-tachometer-alt:before {
content: "";
}
.rebuilto-icon-thumbtack:before {
content: "";
}
.rebuilto-icon-ticket:before {
content: "";
}
.rebuilto-icon-times-circle:before {
content: "";
}
.rebuilto-icon-times-square:before {
content: "";
}
.rebuilto-icon-times:before {
content: "";
}
.rebuilto-icon-trophy-alt:before {
content: "";
}
.rebuilto-icon-truck:before {
content: "";
}
.rebuilto-icon-video:before {
content: "";
}
.rebuilto-icon-wishlist-empty:before {
content: "";
}
.rebuilto-icon-adobe:before {
content: "";
}
.rebuilto-icon-amazon:before {
content: "";
}
.rebuilto-icon-android:before {
content: "";
}
.rebuilto-icon-angular:before {
content: "";
}
.rebuilto-icon-apper:before {
content: "";
}
.rebuilto-icon-apple:before {
content: "";
}
.rebuilto-icon-atlassian:before {
content: "";
}
.rebuilto-icon-behance:before {
content: "";
}
.rebuilto-icon-bitbucket:before {
content: "";
}
.rebuilto-icon-bitcoin:before {
content: "";
}
.rebuilto-icon-bity:before {
content: "";
}
.rebuilto-icon-bluetooth:before {
content: "";
}
.rebuilto-icon-btc:before {
content: "";
}
.rebuilto-icon-centos:before {
content: "";
}
.rebuilto-icon-chrome:before {
content: "";
}
.rebuilto-icon-codepen:before {
content: "";
}
.rebuilto-icon-cpanel:before {
content: "";
}
.rebuilto-icon-discord:before {
content: "";
}
.rebuilto-icon-dochub:before {
content: "";
}
.rebuilto-icon-docker:before {
content: "";
}
.rebuilto-icon-dribbble:before {
content: "";
}
.rebuilto-icon-dropbox:before {
content: "";
}
.rebuilto-icon-drupal:before {
content: "";
}
.rebuilto-icon-ebay:before {
content: "";
}
.rebuilto-icon-facebook-f:before {
content: "";
}
.rebuilto-icon-facebook:before {
content: "";
}
.rebuilto-icon-figma:before {
content: "";
}
.rebuilto-icon-firefox:before {
content: "";
}
.rebuilto-icon-google-plus:before {
content: "";
}
.rebuilto-icon-google:before {
content: "";
}
.rebuilto-icon-grunt:before {
content: "";
}
.rebuilto-icon-gulp:before {
content: "";
}
.rebuilto-icon-html5:before {
content: "";
}
.rebuilto-icon-joomla:before {
content: "";
}
.rebuilto-icon-link-brand:before {
content: "";
}
.rebuilto-icon-linkedin:before {
content: "";
}
.rebuilto-icon-mailchimp:before {
content: "";
}
.rebuilto-icon-opencart:before {
content: "";
}
.rebuilto-icon-paypal:before {
content: "";
}
.rebuilto-icon-pinterest-p:before {
content: "";
}
.rebuilto-icon-reddit:before {
content: "";
}
.rebuilto-icon-skype:before {
content: "";
}
.rebuilto-icon-slack:before {
content: "";
}
.rebuilto-icon-snapchat:before {
content: "";
}
.rebuilto-icon-spotify:before {
content: "";
}
.rebuilto-icon-trello:before {
content: "";
}
.rebuilto-icon-twitter:before {
content: "";
}
.rebuilto-icon-vimeo:before {
content: "";
}
.rebuilto-icon-whatsapp:before {
content: "";
}
.rebuilto-icon-wordpress:before {
content: "";
}
.rebuilto-icon-yoast:before {
content: "";
}
.rebuilto-icon-youtube:before {
content: "";
} .editor-styles-wrapper blockquote,
.editor-styles-wrapper .wp-block-quote,
.hentry .entry-content blockquote,
.hentry .entry-content .wp-block-quote {
position: relative;
}
.editor-styles-wrapper blockquote:before,
.editor-styles-wrapper .wp-block-quote:before,
.hentry .entry-content blockquote:before,
.hentry .entry-content .wp-block-quote:before {
position: absolute;
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
left: 0;
top: 30px;
font-size: 82px;
color: var(--primary);
}
@media (max-width: 568px) {
.editor-styles-wrapper blockquote:before,
.editor-styles-wrapper .wp-block-quote:before,
.hentry .entry-content blockquote:before,
.hentry .entry-content .wp-block-quote:before {
font-size: 50px;
}
}
.rebuilto-social ul {
margin: 0;
list-style-type: none;
}
.rebuilto-social ul li {
display: inline-block;
margin-right: 10px;
line-height: 1;
}
.rebuilto-social ul li:last-child {
margin-right: 0;
}
.rebuilto-social ul li a:before {
position: relative;
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.rebuilto-social ul li a[href*=twitter]:before {
content: "";
color: #1DA1F2;
}
.rebuilto-social ul li a[href*=instagram]:before {
content: "";
color: #262626;
}
.rebuilto-social ul li a[href*=docker]:before {
content: "";
}
.rebuilto-social ul li a[href*=dochub]:before {
content: "";
}
.rebuilto-social ul li a[href*=yelp]:before {
content: "";
color: #af0606;
}
.rebuilto-social ul li a[href*=flickr]:before {
content: "";
color: #0063dc;
}
.rebuilto-social ul li a[href*=github]:before {
content: "";
color: #333333;
}
.rebuilto-social ul li a[href*=dribbble]:before {
content: "";
color: #ea4c89;
}
.rebuilto-social ul li a[href*=wordpress]:before {
content: "";
color: #21759b;
}
.rebuilto-social ul li a[href*=tumblr]:before {
content: "";
color: #35465c;
}
.rebuilto-social ul li a[href*=angular]:before {
content: "";
}
.rebuilto-social ul li a[href*=atlassian]:before {
content: "";
}
.rebuilto-social ul li a[href*=snapchat]:before {
content: "";
color: #fffc00;
}
.rebuilto-social ul li a[href*=apper]:before {
content: "";
}
.rebuilto-social ul li a[href*=codepen]:before {
content: "";
}
.rebuilto-social ul li a[href*=gulp]:before {
content: "";
}
.rebuilto-social ul li a[href*=cpanel]:before {
content: "";
}
.rebuilto-social ul li a[href*=skype]:before {
content: "";
color: #00AFF0;
}
.rebuilto-social ul li a[href*=reddit]:before {
content: "";
color: #ff4500;
}
.rebuilto-social ul li a[href*=whatsapp]:before {
content: "";
}
.rebuilto-social ul li a[href*=slack]:before {
content: "";
}
.rebuilto-social ul li a[href*=amazon]:before {
content: "";
}
.rebuilto-social ul li a[href*=android]:before {
content: "";
}
.rebuilto-social ul li a[href*=grunt]:before {
content: "";
}
.rebuilto-social ul li a[href*=firefox]:before {
content: "";
}
.rebuilto-social ul li a[href*=adobe]:before {
content: "";
}
.rebuilto-social ul li a[href*=behance]:before {
content: "";
}
.rebuilto-social ul li a[href*=dropbox]:before {
content: "";
}
.rebuilto-social ul li a[href*=facebook]:before {
content: "";
color: #3b5998;
}
.rebuilto-social ul li a[href*=linkedin]:before {
content: "";
color: #0077b5;
}
.rebuilto-social ul li a[href*=paypal]:before {
content: "";
}
.rebuilto-social ul li a[href*=trello]:before {
content: "";
}
.rebuilto-social ul li a[href*=vimeo]:before {
content: "";
color: #1ab7ea;
}
.rebuilto-social ul li a[href*=youtube]:before {
content: "";
color: #cd201f;
}
.rebuilto-social ul li a[href*=apple]:before {
content: "";
color: #999999;
}
.rebuilto-social ul li a[href*=bitbucket]:before {
content: "";
}
.rebuilto-social ul li a[href*=bitcoin]:before {
content: "";
}
.rebuilto-social ul li a[href*=bluetooth]:before {
content: "";
}
.rebuilto-social ul li a[href*=bity]:before {
content: "";
}
.rebuilto-social ul li a[href*="google/chrome"]:before {
content: "";
}
.rebuilto-social ul li a[href*=drupal]:before {
content: "";
}
.rebuilto-social ul li a[href*=html5]:before {
content: "";
}
.rebuilto-social ul li a[href*=mailchimp]:before {
content: "";
}
.rebuilto-social ul li a[href*=jenkins]:before {
content: "";
}
.rebuilto-social ul li a[href*=spotify]:before {
content: "";
color: #2ebd59;
}
.rebuilto-social ul li a[href*=ebay]:before {
content: "";
}
.rebuilto-social ul li a[href*=telegram]:before {
content: "";
color: #2CA5E0;
}
.rebuilto-social ul li a[href*=yoast]:before {
content: "";
}
.rebuilto-social ul li a[href*=btc-e]:before {
content: "";
}
.rebuilto-social ul li a[href*=discord]:before {
content: "";
}
.rebuilto-social ul li a[href*=google]:before {
content: "";
color: #dd4b39;
}
.rebuilto-social ul li a[href*=google-plus]:before {
content: "";
}
.rebuilto-social ul li a[href*=figma]:before {
content: "";
}
.rebuilto-social ul li a[href*=joomla]:before {
content: "";
}
.rebuilto-social ul li a[href*=opencart]:before {
content: "";
}
.rebuilto-social ul li a[href*=pinterest]:before {
content: "";
color: #bd081c;
}
.rebuilto-social ul li a[href*=vimeo]:before {
content: "";
color: #1ab7ea;
}
.rebuilto-social ul li a[href*=centos]:before {
content: "";
}
.rebuilto-social ul li a[href*=whatsapp]:before {
content: "";
}
#comments .commentlist .bypostauthor > .comment-body cite::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 0.5407911001em;
}
#respond #cancel-comment-reply-link::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
display: block;
}
#comments .comment-list .reply a.comment-reply-link:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
#comments .comment-list .reply a.comment-edit-link:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.sticky .entry-title {
display: inline-flex;
align-items: center;
}
.sticky .entry-title::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 0.5407911001em;
}
button.loading,
.button.loading {
position: relative;
}
button.loading::after,
.button.loading::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
animation: fa-spin 0.75s linear infinite;
height: 20px;
width: 20px;
line-height: 20px;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
display: block;
background-color: transparent;
z-index: 1;
}
.main-navigtion ul li a::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 0.5407911001em;
}
.mobile-navigation ul li button::before, .mobile-navigation-categories ul li button::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.mobile-navigation ul li button.toggled-on::before, .mobile-navigation-categories ul li button.toggled-on::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.widget_search form::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
position: absolute;
top: 50%;
right: 22px;
transform: translate(0, -50%);
z-index: 100;
color: var(--primary);
pointer-events: none;
font-size: 20px;
}
.widget_search.widget_block form::before {
content: none;
}
.widget_search.widget_block form .wp-block-search__inside-wrapper {
position: relative;
}
.widget_search.widget_block form .wp-block-search__inside-wrapper:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
z-index: 1;
font-size: 18px;
height: 54px;
width: 54px;
background-color: transparent;
color: var(--accent);
display: flex;
justify-content: center;
align-items: center;
}
a.remove {
display: block;
width: 1.618em;
height: 1.618em;
line-height: 1.618;
font-weight: 400;
text-indent: -9999px;
position: relative;
}
a.remove::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #999999;
line-height: 1.618;
text-indent: 0;
text-align: center;
}
.blockUI::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
animation: fa-spin 0.75s linear infinite;
height: 30px;
width: 30px;
line-height: 30px;
font-size: 30px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px;
}
.pagination ul.page-numbers li .next,
.pagination ul.page-numbers li .prev {
display: inline-block;
position: relative;
font-size: 0;
}
.pagination ul.page-numbers li .next:before, .pagination ul.page-numbers li .next:after,
.pagination ul.page-numbers li .prev:before,
.pagination ul.page-numbers li .prev:after {
font-size: 22px;
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
}
.pagination ul.page-numbers li .next:before {
content: "";
}
.pagination ul.page-numbers li .prev:after {
content: "";
}
#shipping_method li > label {
cursor: pointer;
padding-right: 20px;
position: relative;
}
#shipping_method li > label::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#shipping_method li > input[type=radio]:first-child {
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;
width: 1px;
word-wrap: normal !important;
}
#shipping_method li > input[type=radio]:first-child:checked + label::after {
content: "";
}
#shipping_method li > input[type=hidden]:first-child + label {
padding-right: 0;
}
#shipping_method li > input[type=hidden]:first-child + label::after {
content: none;
}
#payment .payment_methods li > label {
cursor: pointer;
}
#payment .payment_methods li > label::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 0.5407911001em;
transition: color, ease, 0.2s;
}
#payment .payment_methods li > input[type=radio]:first-child {
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;
width: 1px;
word-wrap: normal !important;
}
#payment .payment_methods li > input[type=radio]:first-child:checked + label::before {
content: "";
}
.button.wl-create-new::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 0.5407911001em;
}
.elementor-widget-rebuilto-vertical-menu .vertical-navigation .rebuilto-icon {
position: relative;
}
.elementor-widget-rebuilto-vertical-menu .vertical-navigation .rebuilto-icon::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 16px;
transition: transform 0.2s;
}
.elementor-widget-rebuilto-vertical-menu .vertical-navigation .rebuilto-icon::before {
position: absolute;
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 16px;
transform: translate3d(0, 250%, 0);
transition: transform 0.2s;
}
.elementor-widget-rebuilto-vertical-menu .vertical-navigation:hover .rebuilto-icon::after {
transform: translate3d(0, -250%, 0);
}
.elementor-widget-rebuilto-vertical-menu .vertical-navigation:hover .rebuilto-icon::before {
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
.main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation ul.menu > li.has-mega-menu > a:after,
.main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.main-navigation ul.nav-menu > li.page_item_has_children > a:after,
.main-navigation ul.nav-menu > li.has-mega-menu > a:after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 14px;
margin-left: 7px;
font-weight: 900;
}
.gecko .main-navigation ul.menu > li.menu-item-has-children > a:after, .gecko .main-navigation ul.menu > li.page_item_has_children > a:after, .gecko .main-navigation ul.menu > li.has-mega-menu > a:after,
.gecko .main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.gecko .main-navigation ul.nav-menu > li.page_item_has_children > a:after,
.gecko .main-navigation ul.nav-menu > li.has-mega-menu > a:after {
margin-bottom: 0;
vertical-align: sub;
}
.header-side .main-navigation ul.menu > li.menu-item-has-children > a::after, .header-side .main-navigation ul.menu > li.page_item_has_children > a::after, .header-side .main-navigation ul.menu > li.has-mega-menu > a::after,
.header-side .main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
.header-side .main-navigation ul.nav-menu > li.page_item_has_children > a::after,
.header-side .main-navigation ul.nav-menu > li.has-mega-menu > a::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 1em;
margin-right: -25px;
}
.vertical-navigation ul.menu > li.menu-item-has-children > a::after, .vertical-navigation ul.menu > li.page_item_has_children > a::after, .vertical-navigation ul.menu > li.has-mega-menu > a::after,
.vertical-navigation ul.nav-menu > li.menu-item-has-children > a::after,
.vertical-navigation ul.nav-menu > li.page_item_has_children > a::after,
.vertical-navigation ul.nav-menu > li.has-mega-menu > a::after,
.vertical-navigation ul.sub-menu > li.menu-item-has-children > a::after,
.vertical-navigation ul.sub-menu > li.page_item_has_children > a::after,
.vertical-navigation ul.sub-menu > li.has-mega-menu > a::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: auto;
float: right;
font-size: 8px;
}
.nav-vertiacl-menu-layout-content-style-2 ul.menu > li::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: auto;
float: right;
font-size: 14px;
}
.main-navigation ul.menu ul li.menu-item-has-children > a::after, .main-navigation ul.menu ul li.page_item_has_children > a::after,
.main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
.main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
float: right;
margin-left: 8px;
line-height: 1.2;
color: var(--accent);
font-size: 8px;
position: relative;
top: 6px;
}
.addresses header.title a {
display: block;
width: 1em;
height: 1em;
text-indent: -9999px;
position: relative;
padding: 0.875em;
margin-top: 0.6180469716em;
}
.addresses header.title a::before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
line-height: 1.618;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
text-indent: 0;
}
}
body.loading {
position: relative;
}
body.loading::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
animation: fa-spin 0.75s linear infinite;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 40px;
position: fixed;
top: 50%;
left: 50%;
display: block;
z-index: 999999;
color: #fff;
}
body.loading:before {
content: "";
display: block;
position: fixed;
width: 100vw;
height: 100vh;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 999998;
}
.single-post .single-content .entry-content ul li:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
a.read-more:after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 5px;
}
.elementor-teambox-item .team-image:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.layout-2 .team-content-header:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.layout-3 .teambox-item-inner:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.elementor-widget-rebuilto-language-switcher .rebuilto-language-switcher .language-switcher-head:after {
position: relative;
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 5px;
line-height: 12px;
}
.popup-navigation ul.menu > li.menu-item-has-children > a:after, .popup-navigation ul.menu > li.page_item_has_children > a:after, .popup-navigation ul.menu > li.has-mega-menu > a:after,
.popup-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.popup-navigation ul.nav-menu > li.page_item_has_children > a:after,
.popup-navigation ul.nav-menu > li.has-mega-menu > a:after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 0.5em;
font-size: 16px;
}
.popup-navigation ul.menu ul li.menu-item-has-children > a::after, .popup-navigation ul.menu ul li.page_item_has_children > a::after,
.popup-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
.popup-navigation ul.nav-menu ul li.page_item_has_children > a::after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
float: right;
margin-left: 0.5em;
line-height: 20px;
font-size: 14px;
}
.elementor-widget-rebuilto-image-gallery .grid__item a[data-elementor-open-lightbox=yes]:after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.elementor-link-accordion-title .title:before,
.elementor-link-showcase-title .title:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 14px;
}
.link-showcase-title-inner .elementor-link-showcase-title span:after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 9px;
}
.widget.widget_recent_entries .post-date:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
@keyframes mf-spin-fast {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
-webkit-transform: rotate(900deg);
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
to {
-webkit-transform: rotate(1800deg);
transform: rotate(1800deg);
}
}
@-webkit-keyframes mf-spin-fast {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
-webkit-transform: rotate(900deg);
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
to {
-webkit-transform: rotate(1800deg);
transform: rotate(1800deg);
}
}
@-o-keyframes mf-spin-fast {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
-webkit-transform: rotate(900deg);
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
to {
-webkit-transform: rotate(1800deg);
transform: rotate(1800deg);
}
}
@-ms-keyframes mf-spin-fast {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
-webkit-transform: rotate(900deg);
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
to {
-webkit-transform: rotate(1800deg);
transform: rotate(1800deg);
}
}
.form-style .mc4wp-form .mc4wp-form-fields:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.button-popup-content .mfp-close:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.service-item.service-style-4 .service-head .service-head-title:after {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 30px;
margin-left: auto;
}
@media (max-width: 568px) {
.service-item.service-style-4 .service-head .service-head-title:after {
font-size: 20px;
}
}
@media (min-width: 1200px) {
.service-item.service-style-4 .service-head .service-head-title:after {
margin-top: auto;
margin-left: 0;
}
}
.active .service-item.service-style-4 .service-head .service-head-title:after {
content: "";
color: var(--primary);
}
.elementor-widget-rebuilto-box-banner .box-banner-list .box-banner-item:last-of-type .box-banner-number span:before {
font-family: "rebuilto-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
color: #fff;
font-size: 16px;
}
.overflow-to-both .rebuilto-swiper {
overflow: visible;
}
.overflow-to-left .rebuilto-swiper {
overflow: visible;
clip-path: inset(0 0 0 -100%);
}
.overflow-to-right .rebuilto-swiper {
overflow: visible;
clip-path: inset(0 -100% 0 0);
}
.swiper-autowidth .swiper-slide {
width: auto;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 15px 0;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 8px;
}
.e-widget-swiper .elementor-swiper-button {
width: 60px;
height: 60px;
background-color: white;
align-items: center;
justify-content: center;
position: absolute;
display: inline-flex;
z-index: 1;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
color: var(--text);
font-size: 16px;
border: 1px solid var(--border);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.e-widget-swiper .elementor-swiper-button i {
font-size: 18px;
color: #000;
}
.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-next {
right: 10px;
}
.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-prev {
left: 10px;
}
.e-widget-swiper .elementor-swiper-button:hover {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #ffffff;
background-color: var(--accent);
border-color: var(--accent);
}
.e-widget-swiper .elementor-swiper-button:hover i {
color: #ffffff;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
position: static;
width: 100%;
margin-top: 30px;
}
.swiper-scrollbar-drag {
background-color: var(--primary);
}
.elementor-lightbox .swiper .elementor-swiper-button {
border: none;
}
.elementor-lightbox .swiper .elementor-swiper-button:hover {
background: transparent;
}