@charset "UTF-8";

@media (min-width: 1600px) {
.d-xxxl-block {
display: block;
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-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;
}
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
@-webkit-keyframes pxlFadeInUp {
from {
opacity: 0;
transform: translate3d(0, 40px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes pxlFadeInUp {
from {
opacity: 0;
transform: translate3d(0, 40px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes pxlFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -40px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes pxlFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -40px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes pxlFadeInLeft {
from {
opacity: 0;
transform: translate3d(-40px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes pxlFadeInLeft {
from {
opacity: 0;
transform: translate3d(-40px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes pxlFadeInRight {
from {
opacity: 0;
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes pxlFadeInRight {
from {
opacity: 0;
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes pulse-border {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes pulse-border {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}
@keyframes pulse-border2 {
0% {
transform: scale(1);
opacity: 0.24;
}
100% {
transform: scale(2.2);
opacity: 0;
}
}
@-webkit-keyframes pulse-border2 {
0% {
transform: scale(1);
opacity: 0.24;
}
100% {
transform: scale(2.2);
opacity: 0;
}
}
@keyframes animationFramesOne {
0% {
transform: translateX(0px);
}
25% {
transform: translateX(-40px);
}
50% {
transform: translateX(0px);
}
75% {
transform: translateX(40px);
}
100% {
transform: translateX(0px);
}
}
@keyframes animationFramesTwo {
0% {
transform: translateX(0px);
}
25% {
transform: translateX(40px);
}
50% {
transform: translateX(0px);
}
75% {
transform: translateX(-40px);
}
100% {
transform: translateX(0px);
}
}
@keyframes animationFramesThree {
0% {
transform: translate(0px, 0px);
}
20% {
transform: translate(40px, -5px);
}
40% {
transform: translate(60px, 40px);
}
60% {
transform: translate(40px, 60px);
}
80% {
transform: translate(-40px, 60px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes animationFramesFour {
0% {
transform: translate(0px, 0px);
}
20% {
transform: translate(-30px, 40px);
}
40% {
transform: translate(60px, 60px);
}
60% {
transform: translate(80px, 40px);
}
80% {
transform: translate(40px, -70px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes animationFramesFive {
0% {
transform: translateY(0px);
}
25% {
transform: translateY(-40px);
}
50% {
transform: translateY(0px);
}
75% {
transform: translateY(40px);
}
100% {
transform: translateY(0px);
}
}
@keyframes animationFramesSix {
0% {
transform: translate(0px, 0px);
}
33% {
transform: translate(-24px, -30px);
}
66% {
transform: translate(24px, 30px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes animationFramesSeven {
0% {
transform: translate(0px, 0px);
}
20% {
transform: rotate(45deg);
}
40% {
transform: translate(0, 90px);
}
60% {
transform: rotate(90deg);
}
80% {
transform: translate(90px, 0);
}
100% {
transform: translate(0px, 0px);
}
}
@-webkit-keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@-moz-keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@-ms-keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@-o-keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(-15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@-moz-keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(-15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@-ms-keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(-15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@-o-keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(-15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(-15px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes pxl-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes pxl-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes pxl-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes pxl-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes pxl-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes pxl_spin {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
}
}
@-moz-keyframes pxl_spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes pxl_spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes pxl_spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes pxl_bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
60% {
-webkit-transform: translateY(-4px);
-ms-transform: translateY(-4px);
transform: translateY(-4px);
}
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes index-pulse {
0% {
transform: scale(1);
opacity: 0.8;
}
100% {
transform: scale(1.6);
opacity: 0;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@-webkit-keyframes updown {
0% {
transform: translateY(0);
}
40% {
transform: translateY(-5px);
}
100% {
transform: translateY(0);
}
}
@keyframes updown {
0% {
transform: translateY(0);
}
40% {
transform: translateY(-5px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes scaleDisappear {
0% {
opacity: 1;
-webkit-transform: scale(1);
}
60% {
opacity: 0;
-webkit-transform: scale(1.3);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes scaleDisappear {
0% {
opacity: 1;
-moz-transform: scale(1);
}
60% {
opacity: 0;
-moz-transform: scale(1.3);
}
100% {
opacity: 1;
-moz-transform: scale(1);
}
}
@-ms-keyframes scaleDisappear {
0% {
opacity: 1;
-ms-transform: scale(1);
}
60% {
opacity: 0;
-ms-transform: scale(1.3);
}
100% {
opacity: 1;
-ms-transform: scale(1);
}
}
@-o-keyframes scaleDisappear {
0% {
opacity: 1;
-o-transform: scale(1);
}
60% {
opacity: 0;
-o-transform: scale(1.3);
}
100% {
opacity: 1;
-o-transform: scale(1);
}
}
@keyframes scaleDisappear {
0% {
opacity: 1;
transform: scale(1);
}
60% {
opacity: 0;
transform: scale(1.3);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes pxl_zoom_reverse {
0% {
-webkit-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
100% {
-webkit-transform: scale(0.5);
opacity: 0;
filter: alpha(opacity=0);
}
}
@-moz-keyframes pxl_zoom_reverse {
0% {
-moz-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
100% {
-moz-transform: scale(0.5);
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes pxl_zoom_reverse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
100% {
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes pxl-zoom-in {
0% {
transform: scale(0);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes pxl-zoom-in-small {
0% {
transform: scale(0.67);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes pxl-zoom-out {
0% {
transform: scale(1.2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes pxl-zoom-out-in-small {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.4);
opacity: 0.3;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-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;
}
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes marquee {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-moz-keyframes spin-reverse {
from {
-moz-transform: rotate(360deg);
}
to {
-moz-transform: rotate(0deg);
}
}
@-webkit-keyframes spin-reverse {
from {
-webkit-transform: rotate(360deg);
}
to {
-webkit-transform: rotate(0deg);
}
}
@keyframes spin-reverse {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
@-webkit-keyframes fadeInCustom {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeInCustom {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInOutCustom {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeInOutCustom {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeOutInCustom {
0% {
opacity: 1;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeOutInCustom {
0% {
opacity: 1;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInLeftCustom {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftCustom {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRightCustom {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightCustom {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInUpCustom {
0% {
opacity: 0;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpCustom {
0% {
opacity: 0;
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInUpCustom1 {
0% {
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpCustom1 {
0% {
opacity: 0;
-webkit-transform: translateY(15px);
-ms-transform: translateY(15px);
transform: translateY(15px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes playanimate {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes playanimate {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes move {
0% {
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
}
100% {
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
}
}
@keyframes move {
0% {
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
}
100% {
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
}
}
@keyframes dotAnimatedBottomToTop1 {
0% {
bottom: 14%;
}
50% {
bottom: 100%;
}
100% {
bottom: 14%;
}
}
@keyframes dotAnimatedBottomToTop2 {
0% {
bottom: 64%;
}
50% {
bottom: 0%;
}
100% {
bottom: 100%;
}
}
@keyframes dotAnimatedBottomToTop3 {
0% {
bottom: 5%;
}
50% {
bottom: 100%;
}
100% {
bottom: 5%;
}
}
@keyframes dotAnimatedBottomToTop4 {
0% {
bottom: 78%;
}
50% {
bottom: 0%;
}
100% {
bottom: 78%;
}
}
@keyframes dotAnimatedBottomToTop5 {
0% {
bottom: 46%;
}
50% {
bottom: 0%;
}
100% {
bottom: 46%;
}
}
@keyframes dotAnimatedBottomToTop6 {
0% {
bottom: 27%;
}
50% {
bottom: 100%;
}
100% {
bottom: 27%;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-moz-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-ms-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-o-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: 100px;
}
}
@-moz-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: 100px;
}
}
@-ms-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: 100px;
}
}
@-o-keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: 100px;
}
}
@keyframes headerSlideUp {
0% {
margin-top: 0;
}
100% {
margin-top: 100px;
}
}
@-webkit-keyframes loadershake {
0% {
-webkit-transform: rotateY(5deg);
transform: rotateY(5deg);
}
50% {
-webkit-transform: rotateY(45deg);
transform: rotateY(45deg);
}
100% {
-webkit-transform: rotateY(5deg);
transform: rotateY(5deg);
}
}
@keyframes loadershake {
0% {
-webkit-transform: rotateY(5deg);
transform: rotateY(5deg);
}
50% {
-webkit-transform: rotateY(45deg);
transform: rotateY(45deg);
}
100% {
-webkit-transform: rotateY(5deg);
transform: rotateY(5deg);
}
}
@keyframes sk-rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@keyframes loader-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
@keyframes loader-4-1 {
0% {
box-shadow: inset 0 0 0 0 #77b80f;
}
100% {
box-shadow: inset 0 -80px 0 0 #77b80f;
}
}
@keyframes loader-4-2 {
25% {
left: calc(100% + .2em);
bottom: calc(100% + .2em);
}
50% {
left: calc(100% + .2em);
bottom: -0.4em;
}
75% {
left: -0.4em;
bottom: -0.4em;
}
100% {
left: -0.4em;
bottom: calc(100% + .2em);
}
}
@keyframes loader-5 {
0% {
opacity: 0.1;
transform: rotate(0deg) scale(0.5);
}
100% {
opacity: 1;
transform: rotate(360deg) scale(1.2);
}
}
@keyframes pxl-ken-burns-in {
0% {
transform: scale(1);
}
100% {
transform: scale(1.3);
}
}
@keyframes pxl-ken-burns-out {
0% {
transform: scale(1.3);
}
100% {
transform: scale(1);
}
}
@keyframes pxl-ken-burns-in-out {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@keyframes pxlInnerOut {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
@keyframes pxlImgOut {
0% {
transform: translateX(0) scale(1);
}
100% {
transform: translateX(100%) scale(1.15);
}
}
@keyframes pxlInnerIn {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
@keyframes pxlImgIn {
0% {
transform: translateX(-100%) scale(1.15);
}
100% {
transform: translateX(0) scale(1);
}
}
@keyframes BackgroundAnimated {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
@-webkit-keyframes BackgroundAnimated {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
@-ms-keyframes BackgroundAnimated {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
@-moz-keyframes BackgroundAnimated {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
@keyframes up-down-move {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 var(--second-color);
}
70% {
-webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 20px) transparent;
}
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
}
}
@keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 var(--second-color);
box-shadow: 0 0 0 0 var(--second-color);
}
70% {
-webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 20px) transparent;
box-shadow: 0 0 0 var(--pxl-shadow-width, 20px) transparent;
}
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
}
@-webkit-keyframes spineer-white {
0% {
-webkit-box-shadow: 0 0 0 0 #fff;
}
70% {
-webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 15px) transparent;
}
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
}
}
@keyframes spineer-white {
0% {
-webkit-box-shadow: 0 0 0 0 #fff;
box-shadow: 0 0 0 0 #fff;
}
70% {
-webkit-box-shadow: 0 0 0 var(--pxl-shadow-width, 15px) transparent;
box-shadow: 0 0 0 var(--pxl-shadow-width, 15px) transparent;
}
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
}
@-webkit-keyframes pxl_skew_in {
0% {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes pxl_skew_in {
0% {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes pxl_skew_in_right {
0% {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
100% {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes progress-loading {
0% {
width: 0;
}
to {
width: 90%;
}
}
@keyframes progress-loading {
0% {
width: 0;
}
to {
width: 90%;
}
}
@-webkit-keyframes progress-loaded {
0% {
width: 90%;
}
99% {
width: 100%;
}
to {
opacity: 0;
}
}
@keyframes progress-loaded {
0% {
width: 90%;
}
99% {
width: 100%;
}
to {
opacity: 0;
}
}
@keyframes slideLoading {
0% {
transform: scale(1);
}
50% {
opacity: 3;
transform: scale(2);
}
100% {
transform: scale(1);
}
}
@font-face {
font-family: "Futura BT";
font-weight: 300;
font-style: normal;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-LightCondensed.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-LightCondensed.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: 300;
font-style: italic;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-LightItalic.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-LightItalic.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: 500;
font-style: normal;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-Medium.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-Medium.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: 500;
font-style: italic;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-MediumItalic.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-MediumItalic.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: normal;
font-style: normal;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-Book.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-Book.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: normal;
font-style: italic;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-BookItalic.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-BookItalic.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: bold;
font-style: normal;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/Futura-Bold.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/Futura-Bold.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: bold;
font-style: italic;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-BoldItalic.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-BoldItalic.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: 900;
font-style: normal;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-Heavy.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-Heavy.woff) format("woff");
}
@font-face {
font-family: "Futura BT";
font-weight: 900;
font-style: italic;
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-HeavyItalic.woff2) format("woff2"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/futura/FuturaBT-HeavyItalic.woff) format("woff");
}
@font-face {
font-family: "Kozuka";
src: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/Kozuka-Gothic-Pr6N-R.otf) format("woff"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/Kozuka-Gothic-Pr6N-R.otf) format("opentype"), url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/fonts/Kozuka-Gothic-Pr6N-R.otf) format("truetype");
}
*, *:before, *:after {
outline: none;
box-sizing: inherit;
}
::-moz-selection {
background-color: var(--primary-color);
color: #fff;
}
::selection {
background-color: var(--primary-color);
color: #fff;
}
html {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}
@media (max-width: 1199px) {
html {
overflow-x: hidden;
}
}
@media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: inherit;
}
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b, strong {
font-weight: bold;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
p {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
dfn, cite, em, i {
font-style: italic;
}
pre {
font-size: 14px;
overflow: auto;
background: #f5f5f5;
padding: 15px;
font-family: monospace, monospace;
font-size: 1em;
}
code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
}
code, kbd, tt, var {
font-size: 12px;
}
code {
padding: 2px 4px;
color: #c7254e;
border-radius: 4px;
display: inline-block;
vertical-align: top;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
text-decoration: none;
}
mark {
background: #fff9c0;
}
big {
font-size: 125%;
}
a {
background-color: transparent;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:focus {
text-decoration: none;
}
img, video, iframe, svg {
max-width: 100%;
vertical-align: top;
}
figure {
margin: 0 0 30px 0;
}
figcaption {
display: block;
}
form label {
color: var(--body-color);
max-width: 100%;
margin-bottom: 5px;
}
label {
display: block;
}
[type="checkbox"], [type="radio"] {
box-sizing: border-box;
padding: 0;
height: auto;
line-height: normal;
width: auto;
margin-right: 10px;
}
[dir="rtl"] [type="checkbox"], [dir="rtl"] [type="radio"] {
margin-right: 0;
margin-left: 10px;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
border: none;
}
button, input, optgroup, select, textarea {
max-width: 100%;
font-family: inherit;
font-size: 100%;
line-height: inherit;
margin: 0;
}
button, input {
overflow: visible;
}
button, select {
text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"], [type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
body {
margin: 0;
font-family: var(--body-font-family);
font-size: var(--body-font-size);
color: var(--body-color);
line-height: var(--body-line-height);
letter-spacing: var(--body-letter-spacing);
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
font-weight: normal;
}
@media (max-width: 575px) {
body {
font-size: calc(var(--body-font-size) - 1px);
}
}
body.overflow-x-clip {
overflow-x: clip;
}
body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-track {
border-radius: 0;
background-color: #fafafa;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
-ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
-o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-thumb {
background: #c8c8c8;
border-radius: 7px;
border: 2px solid transparent;
background-clip: padding-box;
}
body::-webkit-scrollbar-thumb:hover {
background: #7d7d7d;
border: 0;
}
body:before, body:after {
content: "";
position: fixed;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
body:before {
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.4);
z-index: 999999;
opacity: 0;
visibility: hidden;
cursor: progress;
}
body:after {
width: 0;
height: 3px;
background: rgba(255, 255, 255, 0.7);
z-index: 9999999;
opacity: 1;
}
body.loading:before {
opacity: 1;
visibility: visible;
}
body.loading:after {
-webkit-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
-khtml-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
-moz-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
-ms-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
-o-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
}
body.loaded:after {
-webkit-animation: progress-loaded 0.5s ease-out forwards;
-khtml-animation: progress-loaded 0.5s ease-out forwards;
-moz-animation: progress-loaded 0.5s ease-out forwards;
-ms-animation: progress-loaded 0.5s ease-out forwards;
-o-animation: progress-loaded 0.5s ease-out forwards;
animation: progress-loaded 0.5s ease-out forwards;
}
a {
text-decoration: none;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px;
font-family: var(--heading-font-family);
color: var(--heading-color);
line-height: var(--heading-line-height);
font-weight: var(--heading-font-weight);
letter-spacing: var(--heading-letter-spacing);
}
.h1, .h2, .h3, .h4, .h5, .h6 {
margin: 0;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, a:hover .h1, a:hover .h2, a:hover .h3, a:hover .h4, a:hover .h4-1, a:hover .h5, a:hover .h6 {
color: var(--link-color-hover);
}
h1, .h1, .size-h1 {
font-size: var(--heading-font-size-h1);
}
@media (max-width: 1199px) {
h1, .h1, .size-h1 {
font-size: 54px;
}
}
@media (max-width: 767px) {
h1, .h1, .size-h1 {
font-size: 48px;
}
}
@media (max-width: 575px) {
h1, .h1, .size-h1 {
font-size: 40px;
}
}
h2, .h2, .size-h2 {
font-size: var(--heading-font-size-h2);
}
@media (max-width: 1599px) {
h2, .h2, .size-h2 {
font-size: 45px;
}
}
@media (max-width: 1199px) {
h2, .h2, .size-h2 {
font-size: 40px;
}
}
@media (max-width: 991px) {
h2, .h2, .size-h2 {
font-size: 36px;
}
}
@media (max-width: 767px) {
h2, .h2, .size-h2 {
font-size: 30px;
}
}
h3, .h3, .size-h3 {
font-size: var(--heading-font-size-h3);
}
@media (max-width: 1199px) {
h3, .h3, .size-h3 {
font-size: 28px;
}
}
@media (max-width: 480px) {
h3, .h3, .size-h3 {
font-size: 24px;
}
}
h4, .h4, .size-h4 {
font-size: var(--heading-font-size-h4);
}
h5, .h5, .size-h5 {
font-size: var(--heading-font-size-h5);
}
h6, .h6, .size-h6 {
font-size: var(--heading-font-size-h6);
}
img {
max-width: 100%;
height: auto;
}
ul, ol {
list-style-position: inside;
padding-left: 0;
padding-right: 0;
margin-top: 0;
}
ul ul, ul ol, ol ul, ol ol {
padding-left: 15px;
}
[dir="rtl"] ul ul, [dir="rtl"] ul ol, [dir="rtl"] ol ul, [dir="rtl"] ol ol {
padding-left: 0;
padding-right: 15px;
}
ul.list-unstyled, ul.unstyled, ol.list-unstyled, ol.unstyled {
list-style: none;
margin: 0;
padding: 0;
}
ul.list-unstyled ul, ul.list-unstyled ol, ul.unstyled ul, ul.unstyled ol, ol.list-unstyled ul, ol.list-unstyled ol, ol.unstyled ul, ol.unstyled ol {
list-style: none;
}
ul.horizontal, ol.horizontal {
display: flex;
flex-wrap: wrap;
margin: -5px;
}
ul.horizontal > li, ol.horizontal > li {
padding: 5px;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
table {
width: 100%;
max-width: 100%;
border: 1px solid #e0e0e0;
border-spacing: 0;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
table th, table td {
padding: 8px;
border: 1px solid #e0e0e0;
border-top: 0;
border-left: 0;
text-align: start;
vertical-align: middle;
}
table th:last-child, table td:last-child {
border-right: 0;
}
table + * {
margin-top: 20px;
}
table tbody tr:last-child th, table tbody tr:last-child td {
border-bottom: 0;
}
img {
height: auto;
max-width: 100%;
vertical-align: top;
}
img.image-fit, img.img-fit {
height: 100%;
width: 100%;
object-fit: cover;
-o-object-fit: cover;
-moz-object-fit: cover;
-ms-filter-object-fit: cover;
-webkit-object-fit: cover;
}
img.alignleft[alt="Image Alignment 150x150"], img.alignright[alt="Image Alignment 150x150"] {
clear: both;
}
a {
color: var(--link-color);
text-decoration: none;
}
a:hover {
color: var(--link-color-hover);
}
a:hover, a:active, a:focus {
text-decoration: none;
}
p {
margin: 0 0 30px;
}
p:last-child {
margin-bottom: 0;
}
blockquote {
padding: 6px 0 6px 35px;
margin: 15px 0;
background-color: transparent;
border-left: 1px solid var(--second-color);
font-family: var(--heading-font-family);
color: var(--heading-color);
font-weight: 600;
font-size: 25px;
line-height: 1.4;
}
[dir="rtl"] blockquote {
padding: 6px 35px 6px 0;
border-left: 0;
border-right: 1px solid var(--second-color);
}
@media (max-width: 767px) {
blockquote {
padding: 6px 0 6px 24px;
}
[dir="rtl"] blockquote {
padding: 6px 24px 6px 0;
}
}
@media (max-width: 480px) {
blockquote {
padding: 6px 0 6px 15px;
font-size: 20px;
}
[dir="rtl"] blockquote {
padding: 6px 15px 6px 0;
}
}
[dir="rtl"] blockquote.has-text-align-right {
text-align: left;
}
blockquote cite {
font-family: var(--body-font-family);
background: transparent;
padding: 0;
font-size: 16px;
line-height: 26px;
padding-top: 8px;
font-weight: normal;
box-shadow: none;
font-style: inherit;
color: var(--second-color);
display: block;
}
.text-start {
text-align: start;
}
.text-end {
text-align: end;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-white {
color: #fff !important;
}
.txt-secondary {
color: var(--second-color);
}
.txt-dark {
color: #060606;
}
.text-uppercase {
text-transform: uppercase;
}
.fw-500 {
font-weight: 500;
}
.custom-phone {
font-family: var(--heading-font-family);
font-size: 30px;
font-weight: 700;
letter-spacing: 0.05em;
}
@media (max-width: 480px) {
.d-xxs-none {
display: none;
}
}
.d-flex-column {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.d-flex-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.d-flex-wrap > * {
flex-shrink: 0;
max-width: 100%;
}
.d-flex-auto {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.d-flex-auto > * {
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.d-flex-align-justify-center {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 575px) {
.text-xs-start {
text-align: start !important;
}
.text-xs-end {
text-align: end !important;
}
.text-xs-left {
text-align: left !important;
}
.text-xs-right {
text-align: right !important;
}
.text-xs-center {
text-align: center !important;
}
.justify-content-xs-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xs-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xs-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.align-self-xs-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xs-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xs-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
}
@media (min-width: 1600px) {
.text-xxxl-start {
text-align: start !important;
}
.text-xxxl-end {
text-align: end !important;
}
.text-xxxl-left {
text-align: left !important;
}
.text-xxxl-right {
text-align: right !important;
}
.text-xxxl-center {
text-align: center !important;
}
.justify-content-xxxl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xxxl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xxxl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.align-self-xxxl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xxxl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xxxl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.elementor-column.pxl-column-element-widescreen-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
}
}
.w-100 {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.min-h-100vh {
min-height: 100vh !important;
}
.text-primary {
color: var(--primary-color);
}
.text-second {
color: var(--second-color);
}
.overflow-hidden {
overflow: hidden !important;
}
@media (max-width: 575px) {
.overflow-hidden-xs {
overflow: hidden !important;
}
}
.bg-image {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
}
.scale-hover {
overflow: hidden;
}
.scale-hover img {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.scale-hover .parallax-inner {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.scale-hover:hover img {
opacity: 0.9;
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.scale-hover:hover .parallax-inner {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.hover-underline a, a.hover-underline {
position: relative;
}
.hover-underline a:after, a.hover-underline:after {
content: "";
height: 1px;
position: absolute;
bottom: 0;
left: 0;
width: 0;
border-bottom: 1px solid;
transition: all 350ms;
}
.hover-underline a:hover, a.hover-underline:hover {
color: inherit;
}
.hover-underline a:hover:after, a.hover-underline:hover:after {
width: 100%;
}
.text-truncate-1 {
display: block;
display: -webkit-box;
max-height: 25.6px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 1;
-webkit-line-clamp: 1;
-khtml-line-clamp: 1;
-moz-line-clamp: 1;
-ms-line-clamp: 1;
-o-line-clamp: 1;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-1 > * {
display: block;
display: -webkit-box;
max-height: 25.6px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 1;
-webkit-line-clamp: 1;
-khtml-line-clamp: 1;
-moz-line-clamp: 1;
-ms-line-clamp: 1;
-o-line-clamp: 1;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-2 {
display: block;
display: -webkit-box;
max-height: 51.2px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-2 > * {
display: block;
display: -webkit-box;
max-height: 51.2px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-3 {
display: block;
display: -webkit-box;
max-height: 72px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 3;
-webkit-line-clamp: 3;
-khtml-line-clamp: 3;
-moz-line-clamp: 3;
-ms-line-clamp: 3;
-o-line-clamp: 3;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-3 > * {
display: block;
display: -webkit-box;
max-height: 72px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 3;
-webkit-line-clamp: 3;
-khtml-line-clamp: 3;
-moz-line-clamp: 3;
-ms-line-clamp: 3;
-o-line-clamp: 3;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-4 {
display: block;
display: -webkit-box;
max-height: 96px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 4;
-webkit-line-clamp: 4;
-khtml-line-clamp: 4;
-moz-line-clamp: 4;
-ms-line-clamp: 4;
-o-line-clamp: 4;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-4 > * {
display: block;
display: -webkit-box;
max-height: 96px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 4;
-webkit-line-clamp: 4;
-khtml-line-clamp: 4;
-moz-line-clamp: 4;
-ms-line-clamp: 4;
-o-line-clamp: 4;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-5 {
display: block;
display: -webkit-box;
max-height: 120px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 5;
-webkit-line-clamp: 5;
-khtml-line-clamp: 5;
-moz-line-clamp: 5;
-ms-line-clamp: 5;
-o-line-clamp: 5;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-truncate-5 > * {
display: block;
display: -webkit-box;
max-height: 120px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 5;
-webkit-line-clamp: 5;
-khtml-line-clamp: 5;
-moz-line-clamp: 5;
-ms-line-clamp: 5;
-o-line-clamp: 5;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
}
.text-multi-line-1 {
font-size: 20px;
line-height: 1.4;
min-height: 56px;
max-height: 56px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.text-multi-line-2 {
font-size: 30px;
line-height: 1.5;
min-height: 90px;
max-height: 90px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.text-multi-line-242 {
font-size: 24px;
line-height: 1.16666667;
min-height: 56.00000016px;
max-height: 56.00000016px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.bypostauthor {
display: block;
}
.alignleft, .alignright, .aligncenter {
margin-top: 6px;
margin-bottom: 45px;
}
.alignleft {
display: inline;
float: left;
margin-right: 35px;
}
.alignright {
display: inline;
float: right;
margin-left: 35px;
clear: right;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.sticky {
display: block;
}
.pxl-sticky {
position: sticky !important;
position: -webkit-sticky !important;
top: 35px;
z-index: 1;
}
.list-style-none {
list-style: none;
}
.italic {
font-style: italic;
}
.no-padding {
padding: 0 !important;
}
.text-underline {
text-decoration: underline;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.absoluted {
position: absolute;
z-index: 1;
}
.pxl-absoluted {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.pxl-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.pos-fixed, .pos-fix {
position: fixed;
}
.img-cover {
object-fit: cover;
}
.img-cover-center {
object-fit: cover;
object-position: center;
}
.transition, .pxl-transition {
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-invisible {
visibility: hidden;
}
.font-body {
font-family: var(--body-font-family) !important;
}
.font-heading {
font-family: var(--heading-font-family);
}
.pxl-heading {
color: var(--heading-color);
font-weight: var(--heading-font-weight);
margin-top: 0;
}
.text-heading {
color: var(--heading-color);
}
.empty-none:empty {
display: none !important;
}
.clearfix::after, .clearfix::before {
display: block;
clear: both;
content: "";
}
.shape-animate1 {
animation: animationFramesTwo 12s infinite linear alternate;
}
.shape-animate2 {
animation: animationFramesOne 12s infinite linear alternate;
}
.shape-animate3 {
animation: animationFramesFour 12s infinite linear alternate;
}
.shape-animate4 {
animation: animationFramesThree 12s infinite linear alternate;
}
.shape-animate5 {
animation: animationFramesFive 12s infinite linear alternate;
}
.shape-animate6 {
animation: animationFramesSix 12s infinite linear alternate;
}
.shape-animate7 {
animation: animationFramesSeven 18s infinite linear alternate;
}
.fade-in-out-custom {
animation: fadeInOutCustom 8s infinite linear alternate;
}
.fade-out-in-custom {
animation: fadeOutInCustom 8s infinite linear alternate;
}
.up-down-move {
animation-duration: 2.3s;
animation-iteration-count: infinite;
transform-origin: bottom;
animation-name: up-down-move;
animation-timing-function: linear;
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.pxl-page .fadeInDown {
-webkit-animation-name: pxlFadeInDown;
animation-name: pxlFadeInDown;
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
.pxl-page .fadeInLeft {
-webkit-animation-name: pxlFadeInLeft;
animation-name: pxlFadeInLeft;
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
.pxl-page .fadeInRight {
-webkit-animation-name: pxlFadeInRight;
animation-name: pxlFadeInRight;
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
.pxl-page .fadeInUp {
-webkit-animation-name: pxlFadeInUp;
animation-name: pxlFadeInUp;
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
.scaleDisappear {
-webkit-animation: scaleDisappear 350ms ease-in-out;
-moz-animation: scaleDisappear 350ms ease-in-out;
-ms-animation: scaleDisappear 350ms ease-in-out;
-o-animation: scaleDisappear 350ms ease-in-out;
animation: scaleDisappear 350ms ease-in-out;
}
.zoomOut.animated {
-webkit-animation-name: pxl-zoom-out;
animation-name: pxl-zoom-out;
}
.zoomInSmall.animated {
-webkit-animation-name: pxl-zoom-in-small;
animation-name: pxl-zoom-in-small;
}
.pxl-spin {
-webkit-animation: pxl-spin 2s linear infinite;
-khtml-animation: pxl-spin 2s linear infinite;
-moz-animation: pxl-spin 2s linear infinite;
-ms-animation: pxl-spin 2s linear infinite;
-o-animation: pxl-spin 2s linear infinite;
animation: pxl-spin 2s linear infinite;
}
.pxl-spin1 {
-webkit-animation: pxl-spin 15s linear infinite;
-khtml-animation: pxl-spin 15s linear infinite;
-moz-animation: pxl-spin 15s linear infinite;
-ms-animation: pxl-spin 15s linear infinite;
-o-animation: pxl-spin 15s linear infinite;
animation: pxl-spin 15s linear infinite;
}
.pxl-dot-animate {
max-width: 100%;
height: 100%;
margin: 0 auto;
position: relative;
overflow: hidden;
z-index: 0;
}
.pxl-dot-animate .dot-item {
position: relative;
}
.pxl-dot-animate .dot-item span {
width: 6px;
height: 6px;
background-color: #7a7a7a;
position: absolute;
bottom: 14%;
left: 50%;
margin-left: -2px;
z-index: 1;
}
.pxl-dot-animate .dot-item:before {
content: "";
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 1px;
height: 100%;
background-color: #292929;
}
.pxl-dot-animate .dot-1 span {
bottom: 8%;
-webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
-khtml-animation: dotAnimatedBottomToTop1 30s infinite linear;
-moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
-ms-animation: dotAnimatedBottomToTop1 30s infinite linear;
-o-animation: dotAnimatedBottomToTop1 30s infinite linear;
animation: dotAnimatedBottomToTop1 30s infinite linear;
}
.pxl-dot-animate .dot-2 span {
bottom: 98%;
-webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
-khtml-animation: dotAnimatedBottomToTop2 30s infinite linear;
-moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
-ms-animation: dotAnimatedBottomToTop2 30s infinite linear;
-o-animation: dotAnimatedBottomToTop2 30s infinite linear;
animation: dotAnimatedBottomToTop2 30s infinite linear;
}
.pxl-dot-animate .dot-3 span {
bottom: 6%;
-webkit-animation: dotAnimatedBottomToTop3 30s infinite linear;
-khtml-animation: dotAnimatedBottomToTop3 30s infinite linear;
-moz-animation: dotAnimatedBottomToTop3 30s infinite linear;
-ms-animation: dotAnimatedBottomToTop3 30s infinite linear;
-o-animation: dotAnimatedBottomToTop3 30s infinite linear;
animation: dotAnimatedBottomToTop3 30s infinite linear;
}
.pxl-dot-animate .dot-4 span {
bottom: 96%;
-webkit-animation: dotAnimatedBottomToTop4 30s infinite linear;
-khtml-animation: dotAnimatedBottomToTop4 30s infinite linear;
-moz-animation: dotAnimatedBottomToTop4 30s infinite linear;
-ms-animation: dotAnimatedBottomToTop4 30s infinite linear;
-o-animation: dotAnimatedBottomToTop4 30s infinite linear;
animation: dotAnimatedBottomToTop4 30s infinite linear;
}
.pxl-dot-animate .dot-5 span {
bottom: 12%;
-webkit-animation: dotAnimatedBottomToTop5 30s infinite linear;
-khtml-animation: dotAnimatedBottomToTop5 30s infinite linear;
-moz-animation: dotAnimatedBottomToTop5 30s infinite linear;
-ms-animation: dotAnimatedBottomToTop5 30s infinite linear;
-o-animation: dotAnimatedBottomToTop5 30s infinite linear;
animation: dotAnimatedBottomToTop5 30s infinite linear;
}
.pxl-dot-animate .dot-6 span {
bottom: 94%;
-webkit-animation: dotAnimatedBottomToTop6 30s infinite linear;
-khtml-animation: dotAnimatedBottomToTop6 30s infinite linear;
-moz-animation: dotAnimatedBottomToTop6 30s infinite linear;
-ms-animation: dotAnimatedBottomToTop6 30s infinite linear;
-o-animation: dotAnimatedBottomToTop6 30s infinite linear;
animation: dotAnimatedBottomToTop6 30s infinite linear;
}
.pxl-transforms {
-webkit-transform: perspective(var(--pxl-transform-perspective, 0)) rotate(var(--pxl-transform-rotateZ, 0)) rotateX(var(--pxl-transform-rotateX, 0)) rotateY(var(--pxl-transform-rotateY, 0)) translate(var(--pxl-transform-translate, 0)) translateX(var(--pxl-transform-translateX, 0)) translateY(var(--pxl-transform-translateY, 0)) scaleX(calc(var(--pxl-transform-flipX, 1) * var(--pxl-transform-scaleX, var(--pxl-transform-scale, 1)))) scaleY(calc(var(--pxl-transform-flipY, 1) * var(--pxl-transform-scaleY, var(--pxl-transform-scale, 1)))) skewX(var(--pxl-transform-skewX, 0)) skewY(var(--pxl-transform-skewY, 0));
transform: perspective(var(--pxl-transform-perspective, 0)) rotate(var(--pxl-transform-rotateZ, 0)) rotateX(var(--pxl-transform-rotateX, 0)) rotateY(var(--pxl-transform-rotateY, 0)) translate(var(--pxl-transform-translate, 0)) translateX(var(--pxl-transform-translateX, 0)) translateY(var(--pxl-transform-translateY, 0)) scaleX(calc(var(--pxl-transform-flipX, 1) * var(--pxl-transform-scaleX, var(--pxl-transform-scale, 1)))) scaleY(calc(var(--pxl-transform-flipY, 1) * var(--pxl-transform-scaleY, var(--pxl-transform-scale, 1)))) skewX(var(--pxl-transform-skewX, 0)) skewY(var(--pxl-transform-skewY, 0));
-webkit-transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
-ms-transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
-webkit-transition: -webkit-transform var(--pxl-transform-transition-duration, 0.4s);
transition: -webkit-transform var(--pxl-transform-transition-duration, 0.4s);
-o-transition: transform var(--pxl-transform-transition-duration, 0.4s);
transition: transform var(--pxl-transform-transition-duration, 0.4s);
transition: transform var(--pxl-transform-transition-duration, 0.4s), -webkit-transform var(--pxl-transform-transition-duration, 0.4s);
}
.pxl-rotate1 {
transform: rotate(-90deg);
transform-origin: 0 0;
}
.transform-origin-0 .elementor-widget-container {
transform-origin: 0 0;
}
.elementor-column.pxl-bg-ken-burns .elementor-widget-wrap {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
-webkit-animation: pxl-ken-burns-in-out 30s linear infinite;
-khtml-animation: pxl-ken-burns-in-out 30s linear infinite;
-moz-animation: pxl-ken-burns-in-out 30s linear infinite;
-ms-animation: pxl-ken-burns-in-out 30s linear infinite;
-o-animation: pxl-ken-burns-in-out 30s linear infinite;
animation: pxl-ken-burns-in-out 30s linear infinite;
}
.pxl-ken-burns {
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 10s;
-o-transition-duration: 10s;
transition-duration: 10s;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
}
.pxl-ken-burns--out {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.pxl-ken-burns--active {
-webkit-transition-duration: 20s;
-o-transition-duration: 20s;
transition-duration: 20s;
}
.pxl-ken-burns--active.pxl-ken-burns--out {
-webkit-animation: pxl-ken-burns-out 30s linear infinite;
-khtml-animation: pxl-ken-burns-out 30s linear infinite;
-moz-animation: pxl-ken-burns-out 30s linear infinite;
-ms-animation: pxl-ken-burns-out 30s linear infinite;
-o-animation: pxl-ken-burns-out 30s linear infinite;
animation: pxl-ken-burns-out 30s linear infinite;
}
.pxl-ken-burns--active.pxl-ken-burns--in {
-webkit-animation: pxl-ken-burns-in 30s linear infinite;
-khtml-animation: pxl-ken-burns-in 30s linear infinite;
-moz-animation: pxl-ken-burns-in 30s linear infinite;
-ms-animation: pxl-ken-burns-in 30s linear infinite;
-o-animation: pxl-ken-burns-in 30s linear infinite;
animation: pxl-ken-burns-in 30s linear infinite;
}
.pxl-ken-burns--active.pxl-ken-burns--in-out {
-webkit-animation: pxl-ken-burns-in-out 60s linear infinite;
-khtml-animation: pxl-ken-burns-in-out 60s linear infinite;
-moz-animation: pxl-ken-burns-in-out 60s linear infinite;
-ms-animation: pxl-ken-burns-in-out 60s linear infinite;
-o-animation: pxl-ken-burns-in-out 60s linear infinite;
animation: pxl-ken-burns-in-out 60s linear infinite;
}
.pxl-section-ken-burns {
overflow: hidden !important;
}
.pxl-section-ken-burns .pxl-section-bg-parallax {
-webkit-transition-duration: 20s;
-o-transition-duration: 20s;
transition-duration: 20s;
}
.pxl-section-ken-burns.pxl-ken-burns--out .pxl-section-bg-ken-burns {
-webkit-animation: pxl-ken-burns-out 30s linear infinite;
-khtml-animation: pxl-ken-burns-out 30s linear infinite;
-moz-animation: pxl-ken-burns-out 30s linear infinite;
-ms-animation: pxl-ken-burns-out 30s linear infinite;
-o-animation: pxl-ken-burns-out 30s linear infinite;
animation: pxl-ken-burns-out 30s linear infinite;
}
.pxl-section-ken-burns.pxl-ken-burns--in .pxl-section-bg-ken-burns {
-webkit-animation: pxl-ken-burns-in 30s linear infinite;
-khtml-animation: pxl-ken-burns-in 30s linear infinite;
-moz-animation: pxl-ken-burns-in 30s linear infinite;
-ms-animation: pxl-ken-burns-in 30s linear infinite;
-o-animation: pxl-ken-burns-in 30s linear infinite;
animation: pxl-ken-burns-in 30s linear infinite;
}
.pxl-section-ken-burns.pxl-ken-burns--in-out .pxl-section-bg-ken-burns {
-webkit-animation: pxl-ken-burns-in-out 60s linear infinite;
-khtml-animation: pxl-ken-burns-in-out 60s linear infinite;
-moz-animation: pxl-ken-burns-in-out 60s linear infinite;
-ms-animation: pxl-ken-burns-in-out 60s linear infinite;
-o-animation: pxl-ken-burns-in-out 60s linear infinite;
animation: pxl-ken-burns-in-out 60s linear infinite;
}
.elementor-section.pxl-border-section-anm {
border-width: 0 !important;
}
.elementor-column.pxl-border-column-anm > .elementor-element-populated {
border-width: 0 !important;
}
.elementor-element.pxl-border-wg-anm > .elementor-widget-container {
border-width: 0 !important;
position: relative;
}
.pxl-border-animated .pxl-border-anm {
position: absolute;
transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-border-animated .pxl-border-anm.bt {
top: 0;
left: 0;
transform: scaleX(0);
transform-origin: 0 0;
}
.pxl-border-animated .pxl-border-anm.br {
top: 0;
right: 0;
transform: scaleY(0);
transform-origin: 100% 0;
}
.pxl-border-animated .pxl-border-anm.bb {
left: 0;
bottom: 0;
transform: scaleX(0);
transform-origin: 0 100%;
}
.pxl-border-animated .pxl-border-anm.bl {
top: 0;
left: 0;
transform: scaleY(0);
transform-origin: 0 0;
}
.pxl-border-animated.num-3 .pxl-border-anm.br, .pxl-border-animated.num-3 .pxl-border-anm.bb, .pxl-border-animated.num-4 .pxl-border-anm.br, .pxl-border-animated.num-4 .pxl-border-anm.bb {
transition-delay: 1s;
}
.pxl-border-animated.pxl-animated .pxl-border-anm {
transform: scale(1);
}
.pxl-bd-anm {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #e4e4e4;
transform: scale(0);
transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-bd-anm.bt {
border-width: 1px 0 0 0;
transform-origin: 0 0;
}
.pxl-bd-anm.br {
border-width: 0 1px 0 0;
transform-origin: 100% 0;
}
.pxl-bd-anm.bb {
border-width: 0 0 1px 0;
transform-origin: 0 100%;
}
.pxl-bd-anm.bl {
border-width: 0 0 0 1px;
transform-origin: 0 0;
}
.pxl-bd-anm.pxl-animated {
transform: scale(1);
}
.elementor-widget-divider .elementor-divider-separator {
transform: scaleX(0);
transform-origin: 0 100%;
transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
}
.elementor-widget-divider.pxl-animated .elementor-divider-separator {
transform: scale(1);
}
.pxl-divider.animated .pxl-divider-separator {
transform: scaleX(0);
transform-origin: 0 100%;
transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.center .pxl-divider-separator {
transform-origin: 50% 100%;
}
.pxl-divider.animated.reversal .pxl-divider-separator {
transform-origin: 100% 100%;
}
.pxl-divider.animated.slow .pxl-divider-separator {
transition: transform 2.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.normal .pxl-divider-separator {
transition: transform 1.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.fast .pxl-divider-separator {
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-divider.animated.pxl-animated .pxl-divider-separator {
transform: scale(1);
}
.pxl-hd-bd-left .elementor-widget-container:before, .pxl-hd-bd-right .elementor-widget-container:before {
transform: scaleY(0);
transform-origin: 100% 0;
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.pxl-hd-bd-left.pxl-animated .elementor-widget-container:before, .pxl-hd-bd-right.pxl-animated .elementor-widget-container:before {
transform: scale(1);
}
.pxl-section-bg-parallax-outer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.pxl-section-bg-parallax {
background-repeat: no-repeat;
background-size: cover;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
}
.pxl-section-bg-ken-burns {
background-image: var(--pxl-ken-burns-bg-img);
background-repeat: no-repeat;
background-size: cover;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
background-position: center center;
}
.pxl-column-bg-parallax-outer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.pxl-column-bg-parallax {
background-repeat: no-repeat;
background-size: cover;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
}
.pxl-section-divider-top-img {
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.pxl-section-divider-bot-img {
background-repeat: no-repeat;
background-size: cover;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.cursor-map-target:hover .pxl-map-wrap {
opacity: 1;
}
.pxl-map-wrap {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
z-index: -1;
-webkit-transition: opacity 0.3s, visibility 0.3s;
-khtml-transition: opacity 0.3s, visibility 0.3s;
-moz-transition: opacity 0.3s, visibility 0.3s;
-ms-transition: opacity 0.3s, visibility 0.3s;
-o-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
}
.pxl-map-wrap .pxl-map-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transform: scale(0.5);
-khtml-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
transform-origin: 50% 50%;
-webkit-transition: all 0.3s ease-in-out;
-khtml-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pxl-map-wrap.active {
opacity: 1;
visibility: visible;
z-index: 999999;
}
.pxl-map-wrap.active .pxl-map-content {
opacity: 1;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-map-wrap.clicked {
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
.pxl-map-wrap.clicked {
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
}
.list-text-hover .text-hover-item {
transition: z-index 0.11s 0.17s;
}
.list-text-hover .text-hover-item.active {
z-index: 3;
}
.pxl-imgs-hover {
opacity: 0;
transform: translate(calc(var(--pxl-mouse-x) - 50%), calc(var(--pxl-mouse-y) - 50%));
transition: opacity 0.3s;
z-index: 1;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
}
.pxl-imgs-hover .img-inner {
transform: translateX(-100%);
}
.pxl-imgs-hover .img-hv-ac {
transform: translateX(100%) scale(1.4);
}
.pxl-imgs-hover .img-item.active {
z-index: 2;
}
.pxl-imgs-hover .img-item.deactive .img-hv-ac {
animation: pxlImgOut 0.55s ease-in-out both;
}
.pxl-imgs-hover .img-item.deactive .img-inner {
animation: pxlInnerOut 0.55s ease-in-out both;
}
.pxl-imgs-hover .img-item.active .img-hv-ac {
animation: pxlImgIn 0.55s ease-in-out both;
}
.pxl-imgs-hover .img-item.active .img-inner {
animation: pxlInnerIn 0.55s ease-in-out both;
}
.pxl-text-img-wrap .content-inner:hover .pxl-imgs-hover {
opacity: 1;
}
.pxl-text-stroke {
position: relative;
display: inline-block;
line-height: 1;
-webkit-text-stroke: 3px rgba(0, 0, 0, 0.08);
color: transparent;
text-transform: uppercase;
}
.pxl-text-editor a {
text-decoration-thickness: 1px !important;
text-underline-offset: 3px;
}
.pxl-text-editor.pxl-text-truncate {
font-size: var(--truncate-font-size);
line-height: var(--truncate-line-height);
max-height: calc(var(--truncate-font-size) * var(--truncate-line-height) * var(--truncate-line));
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: var(--truncate-line);
-webkit-box-orient: vertical;
}
.pxl-bg-parallax-none {
position: relative;
overflow: hidden;
}
.pxl-bg-parallax-none .parallax-inner {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.pxl-bg-parallax {
position: relative;
overflow: hidden;
}
.pxl-bg-parallax:not(.pxl-pll-transform) .parallax-inner {
position: absolute;
top: -20px;
left: -20px;
height: calc(100% + 20px);
width: calc(100% + 20px);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.pxl-pll-transform .parallax-inner {
background-repeat: no-repeat;
background-size: cover;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
}
.to-right-from-left:hover .pxl-icon {
animation: toRightFromLeft 0.3s forwards;
}
.pxl-split-text {
font-kerning: none;
}
.pxl-split-text .split-line {
overflow: hidden;
}
[class*=" pxl-hover-target-"]:not(.item-image) {
cursor: pointer;
}
.pxl-transition img {
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-draw-from-top img, .pxl-draw-from-top .parallax-inner {
clip-path: inset(0 0 100% 0);
-webkit-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-khtml-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-moz-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-ms-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-o-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.pxl-draw-from-top.pxl-animated img, .pxl-draw-from-top.pxl-animated .parallax-inner {
clip-path: inset(0 0 0 0);
}
.pxl-draw-from-left img, .pxl-draw-from-left .parallax-inner {
clip-path: inset(0 100% 0 0);
-webkit-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-khtml-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-moz-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-ms-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-o-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.pxl-draw-from-left.pxl-animated img, .pxl-draw-from-left.pxl-animated .parallax-inner {
clip-path: inset(0 0 0 0);
}
.pxl-draw-from-right img, .pxl-draw-from-right .parallax-inner {
clip-path: inset(0 0 0 100%);
-webkit-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-khtml-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-moz-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-ms-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
-o-transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
transition: 1.2s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.pxl-draw-from-right.pxl-animated img, .pxl-draw-from-right.pxl-animated .parallax-inner {
clip-path: inset(0 0 0 0);
}
.pxl-move-from-left {
clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.pxl-move-from-left img, .pxl-move-from-left .parallax-inner {
transform-origin: 50% 50%;
transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
-webkit-transform: scale(1.5) translate(-150px, 0px);
-khtml-transform: scale(1.5) translate(-150px, 0px);
-moz-transform: scale(1.5) translate(-150px, 0px);
-ms-transform: scale(1.5) translate(-150px, 0px);
-o-transform: scale(1.5) translate(-150px, 0px);
transform: scale(1.5) translate(-150px, 0px);
}
.pxl-move-from-left.pxl-animated {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pxl-move-from-left.pxl-animated img, .pxl-move-from-left.pxl-animated .parallax-inner {
-webkit-transform: scale(1) translate(0px, 0px);
-khtml-transform: scale(1) translate(0px, 0px);
-moz-transform: scale(1) translate(0px, 0px);
-ms-transform: scale(1) translate(0px, 0px);
-o-transform: scale(1) translate(0px, 0px);
transform: scale(1) translate(0px, 0px);
}
.pxl-move-from-right {
clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.pxl-move-from-right img, .pxl-move-from-right .parallax-inner {
transform-origin: 50% 50%;
transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
-webkit-transform: scale(1.5) translate(150px, 0px);
-khtml-transform: scale(1.5) translate(150px, 0px);
-moz-transform: scale(1.5) translate(150px, 0px);
-ms-transform: scale(1.5) translate(150px, 0px);
-o-transform: scale(1.5) translate(150px, 0px);
transform: scale(1.5) translate(150px, 0px);
}
.pxl-move-from-right.pxl-animated {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pxl-move-from-right.pxl-animated img, .pxl-move-from-right.pxl-animated .parallax-inner {
-webkit-transform: scale(1) translate(0px, 0px);
-khtml-transform: scale(1) translate(0px, 0px);
-moz-transform: scale(1) translate(0px, 0px);
-ms-transform: scale(1) translate(0px, 0px);
-o-transform: scale(1) translate(0px, 0px);
transform: scale(1) translate(0px, 0px);
}
.pxl-skew-in {
visibility: hidden;
}
.pxl-skew-in.pxl-animated {
visibility: visible;
-webkit-animation-name: pxl_skew_in;
animation-name: pxl_skew_in;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s !important;
animation-duration: 1s !important;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pxl-skew-in-right {
visibility: hidden;
}
.pxl-skew-in-right.pxl-animated {
visibility: visible;
-webkit-animation-name: pxl_skew_in_right;
animation-name: pxl_skew_in_right;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s !important;
animation-duration: 1s !important;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.clipped-bg-pinned {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
.clipped-bg {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
clip-path: inset(0% 5% 0% 5%);
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.scrollbar-track {
position: absolute;
opacity: 0;
z-index: 1;
background: rgba(222, 222, 222, 0.75);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: opacity 0.5s 0.5s ease-out;
transition: opacity 0.5s 0.5s ease-out;
}
.scrollbar-track-y {
top: 0;
right: 0;
width: 8px;
height: 100%;
}
.scrollbar-thumb {
position: absolute;
top: 0;
left: 0;
width: 8px;
height: 8px;
background: rgba(0, 0, 0, 0.5);
border-radius: 4px;
}
.elementor-section.clip-path-1 {
clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
}
.elementor-section.clip-path-2:before {
position: absolute;
content: "";
top: 150px;
left: 0;
width: 100%;
clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
background: #fff7e5;
height: 650px;
}
.elementor-section.clip-path-2:after {
position: absolute;
content: "";
top: 580px;
left: 0;
width: 100%;
clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
background: #fff7e5;
height: 650px;
}
.elementor-section.clip-path-3:before {
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
width: 19.27%;
background: #fff;
}
@media (max-width: 767px) {
.elementor-section.clip-path-3:before {
display: none;
}
}
.elementor-section.justify-content-between .elementor-container {
justify-content: space-between;
}
.elementor-section.sticky-inner {
position: sticky !important;
position: -webkit-sticky !important;
top: 100px;
z-index: 1;
}
.elementor-editor-active .pxl-draw-from-top img, .elementor-editor-active .pxl-draw-from-top .parallax-inner {
clip-path: inset(0 0 0 0);
}
.elementor-editor-active .pxl-draw-from-left img, .elementor-editor-active .pxl-draw-from-left .parallax-inner {
clip-path: inset(0 0 0 0);
}
.elementor-editor-active .pxl-draw-from-right img, .elementor-editor-active .pxl-draw-from-right .parallax-inner {
clip-path: inset(0 0 0 0);
}
.elementor-editor-active .pxl-skew-in, .elementor-editor-active .pxl-skew-in-right {
visibility: visible;
}
.elementor-editor-active .pxl-move-from-left, .elementor-editor-active .pxl-move-from-right {
clip-path: none;
}
.elementor-editor-active .pxl-move-from-left img, .elementor-editor-active .pxl-move-from-right img {
-webkit-transform: none;
-khtml-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.elementor-editor-active .pxl-invisible {
visibility: visible;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.up-down-move {
animation-duration: 2.3s;
animation-iteration-count: infinite;
transform-origin: bottom;
animation-name: up-down-move;
animation-timing-function: linear;
}
.elementor-section .elementor-widget:not(:last-child) {
margin-bottom: 0;
}
@media (min-width: 1200px) {
.pxl-section-offset-left.pxl-container-width-container-1170 {
padding-left: calc((100% - 1200px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-left.pxl-container-width-container-1170 {
padding-left: 0 !important;
padding-right: calc((100% - 1200px)/2) !important;
}
.pxl-section-offset-left.pxl-container-width-container-1170.pxl-section-gap-no {
padding-left: calc((100% - 1170px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-left.pxl-container-width-container-1170.pxl-section-gap-no {
padding-left: 0 !important;
padding-right: calc((100% - 1170px)/2) !important;
}
}
@media (min-width: 1650px) {
.pxl-section-offset-left.pxl-container-width-container-1625 {
padding-left: calc((100% - 1625px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-left.pxl-container-width-container-1625 {
padding-left: 0 !important;
padding-right: calc((100% - 1625px)/2) !important;
}
.pxl-section-offset-left.pxl-container-width-container-1625.pxl-section-gap-no {
padding-left: calc((100% - 1595px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-left.pxl-container-width-container-1625.pxl-section-gap-no {
padding-left: 0 !important;
padding-right: calc((100% - 1595px)/2) !important;
}
.pxl-section-offset-left.pxl-container-width-container-1650 {
padding-left: calc((100% - 1650px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-left.pxl-container-width-container-1650 {
padding-left: 0 !important;
padding-right: calc((100% - 1650px)/2) !important;
}
.pxl-section-offset-left.pxl-container-width-container-1650.pxl-section-gap-no {
padding-left: calc((100% - 1620px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-left.pxl-container-width-container-1650.pxl-section-gap-no {
padding-left: 0 !important;
padding-right: calc((100% - 1620px)/2) !important;
}
}
@media (min-width: 1280px) {
.pxl-section-offset-right.pxl-container-width-container-1170 {
padding-right: calc((100% - 1200px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-right.pxl-container-width-container-1170 {
padding-right: 0 !important;
padding-left: calc((100% - 1200px)/2) !important;
}
.pxl-section-offset-right.pxl-container-width-container-1170.pxl-section-gap-no {
padding-right: calc((100% - 1170px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-right.pxl-container-width-container-1170.pxl-section-gap-no {
padding-right: 0 !important;
padding-left: calc((100% - 1170px)/2) !important;
}
}
@media (min-width: 1650px) {
.pxl-section-offset-right.pxl-container-width-container-1625 {
padding-right: calc((100% - 1625px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-right.pxl-container-width-container-1625 {
padding-right: 0 !important;
padding-left: calc((100% - 1625px)/2) !important;
}
.pxl-section-offset-right.pxl-container-width-container-1625.pxl-section-gap-no {
padding-right: calc((100% - 1595px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-right.pxl-container-width-container-1625.pxl-section-gap-no {
padding-right: 0 !important;
padding-left: calc((100% - 1595px)/2) !important;
}
.pxl-section-offset-right.pxl-container-width-container-1650 {
padding-right: calc((100% - 1650px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-right.pxl-container-width-container-1650 {
padding-right: 0 !important;
padding-left: calc((100% - 1650px)/2) !important;
}
.pxl-section-offset-right.pxl-container-width-container-1650.pxl-section-gap-no {
padding-right: calc((100% - 1620px)/2) !important;
}
[dir="rtl"] .pxl-section-offset-right.pxl-container-width-container-1650.pxl-section-gap-no {
padding-right: 0 !important;
padding-left: calc((100% - 1620px)/2) !important;
}
}
@media (min-width: 1650px) {
.elementor-column.col-offset-left-container-1625 {
padding-left: calc((100% - 1595px)/2) !important;
}
[dir="rtl"] .elementor-column.col-offset-left-container-1625 {
padding-left: 0 !important;
padding-right: calc((100% - 1595px)/2) !important;
}
.pxl-section-gap-no .elementor-column.col-offset-left-container-1625 {
padding-left: calc((100% - 1625px)/2) !important;
}
[dir="rtl"] .pxl-section-gap-no .elementor-column.col-offset-left-container-1625 {
padding-left: 0 !important;
padding-right: calc((100% - 1625px)/2) !important;
}
.elementor-column.col-offset-right-container-1625 {
padding-right: calc((100% - 1595px)/2) !important;
}
[dir="rtl"] .elementor-column.col-offset-right-container-1625 {
padding-right: 0 !important;
padding-left: calc((100% - 1595px)/2) !important;
}
.pxl-section-gap-no .elementor-column.col-offset-right-container-1625 {
padding-right: calc((100% - 1625px)/2) !important;
}
[dir="rtl"] .pxl-section-gap-no .elementor-column.col-offset-right-container-1625 {
padding-right: 0 !important;
padding-left: calc((100% - 1625px)/2) !important;
}
}
@media (min-width: 576px) {
.elementor-section.pxl-section-3cols .elementor-column {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 768px) {
.elementor-section.pxl-section-3cols .elementor-column {
flex: 0 0 auto;
width: 50%;
}
}
@media (min-width: 1200px) {
.elementor-section.pxl-section-3cols .elementor-column {
flex: 0 0 auto;
width: 33.33333333%;
}
}
.elementor-section.about-why-choose::before {
position: absolute;
content: "";
width: 80%;
height: calc(100% + 20px);
clip-path: polygon(0 0, 75% 0, 56% 100%, 0% 100%);
left: 0;
top: 0;
background: #fff;
}
@media (max-width: 767px) {
.elementor-section.about-why-choose::before {
display: none;
}
}
.pxl-section-shape-item {
position: absolute;
}
.d-inline-flex.elementor-widget-icon .elementor-widget-container, .d-inline-flex.elementor-widget-icon .elementor-icon-wrapper {
display: inline-flex;
}
@media (max-width: 767px) {
.p-sm-10.elementor-widget-icon .elementor-icon {
padding: 10px !important;
}
}
.dialog-type-lightbox {
z-index: 99999;
}
body.admin-bar .dialog-type-lightbox {
position: fixed;
}
.hover-show-readmore .elementor-widget {
-webkit-transform: translateY(50px);
-khtml-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
-khtml-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
-moz-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
-ms-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
-o-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
}
.hover-show-readmore .pxl-button-wrapper {
opacity: 0;
visibility: hidden;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.hover-show-readmore:hover .elementor-widget {
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.hover-show-readmore:hover .pxl-button-wrapper {
opacity: 1;
visibility: visible;
}
.elementor-element.hover-zoom-pll .pxl-column-bg-parallax, .elementor-element.hover-zoom-pll .parallax-inner {
-webkit-transition: transform 0.3s linear !important;
-khtml-transition: transform 0.3s linear !important;
-moz-transition: transform 0.3s linear !important;
-ms-transition: transform 0.3s linear !important;
-o-transition: transform 0.3s linear !important;
transition: transform 0.3s linear !important;
}
.elementor-element.hover-zoom-pll:hover .pxl-column-bg-parallax, .elementor-element.hover-zoom-pll:hover .parallax-inner {
-webkit-transform: scale(1.1) !important;
-khtml-transform: scale(1.1) !important;
-moz-transform: scale(1.1) !important;
-ms-transform: scale(1.1) !important;
-o-transform: scale(1.1) !important;
transform: scale(1.1) !important;
}
.elementor-lightbox .dialog-lightbox-close-button {
z-index: 99;
}
.elementor-column > .elementor-widget-wrap > .parallax-inner {
position: absolute;
top: -20px;
left: -20px;
height: calc(100% + 20px);
width: calc(100% + 20px);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.bg-pll-slide-down-delay .pxl-section-bg-parallax {
opacity: 0;
-webkit-transform: translateY(-100%);
-khtml-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.bg-pll-slide-down-delay .pxl-section-bg-parallax.pxl-animated {
opacity: 1;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.elementor-section.flex-nowrap .elementor-widget-wrap {
flex-wrap: nowrap;
}
@media (max-width: 575px) {
.elementor-section.flex-nowrap .elementor-widget-wrap {
flex-wrap: wrap;
}
}
.elementor-section.gap-24 .elementor-widget-wrap {
column-gap: 24px;
}
@media (max-width: 991px) {
.elementor-section.gap-24 .elementor-widget-wrap {
column-gap: 15px;
}
}
.shape1-clip {
clip-path: inset(346px 0 0 93px);
}
.shape2-clip {
clip-path: inset(270px 0 0 66px);
}
.pxl-loadmore-section {
height: 82vw;
overflow: hidden;
-webkit-transition: all 1s ease !important;
-khtml-transition: all 1s ease !important;
-moz-transition: all 1s ease !important;
-ms-transition: all 1s ease !important;
-o-transition: all 1s ease !important;
transition: all 1s ease !important;
}
@media (max-width: 1599px) {
.pxl-loadmore-section {
height: 120vw;
}
}
@media (max-width: 1199px) {
.pxl-loadmore-section {
height: 150vw;
}
}
@media (max-width: 991px) {
.pxl-loadmore-section {
height: 1800px;
}
}
.pxl-loadmore-section > .elementor-container > .elementor-column {
height: 82vw;
-webkit-transition: all 1s ease !important;
-khtml-transition: all 1s ease !important;
-moz-transition: all 1s ease !important;
-ms-transition: all 1s ease !important;
-o-transition: all 1s ease !important;
transition: all 1s ease !important;
}
@media (max-width: 1599px) {
.pxl-loadmore-section > .elementor-container > .elementor-column {
height: 120vw;
}
}
@media (max-width: 1199px) {
.pxl-loadmore-section > .elementor-container > .elementor-column {
height: 150vw;
}
}
@media (max-width: 991px) {
.pxl-loadmore-section > .elementor-container > .elementor-column {
height: 1800px;
}
}
.pxl-loadmore-section.pxl-loaded {
height: auto;
}
.pxl-loadmore-section.pxl-loaded > .elementor-container > .elementor-column {
height: auto;
}
.elementor-editor-active .pxl-loadmore-section {
height: auto !important;
overflow: visible;
}
.elementor-editor-active .pxl-loadmore-section > .elementor-container > .elementor-column {
height: auto;
}
.pxl-loader {
background: #fff;
height: 100vh;
position: fixed;
width: 100%;
z-index: 999999;
top: 0;
left: 0;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-loader.style-1 .loading-spinner {
margin: -45px auto 0 auto;
width: 90px;
height: 90px;
top: 50%;
position: relative;
text-align: center;
}
.pxl-loader.style-2 .loading-spinner {
margin: -20px auto 0 auto;
width: 40px;
height: 40px;
top: 50%;
position: relative;
text-align: center;
-webkit-animation: sk-rotate 2s infinite linear;
animation: sk-rotate 2s infinite linear;
}
.pxl-loader.style-2 .loading-dot1, .pxl-loader.style-2 .loading-dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: var(--primary-color);
border-radius: 100%;
-webkit-animation: sk-bounce 2s infinite ease-in-out;
animation: sk-bounce 2s infinite ease-in-out;
}
.pxl-loader.style-2 .loading-dot2 {
top: auto;
bottom: 0;
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.pxl-loader.style-3 .loading-2dot-rotate {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin-top: -40px;
margin-left: -40px;
display: inline-block;
color: inherit;
vertical-align: middle;
pointer-events: none;
}
.pxl-loader.style-3 .loading-3 {
width: 20px;
height: 20px;
background-color: #77b80f;
box-shadow: 3em 0px 0px #77b80f;
border-radius: 50%;
animation: loader-5 1s ease-in-out infinite alternate;
}
.pxl-swiper-initialized .pxl-swiper-loader {
display: none;
}
.pxl-swiper-loader {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.pxl-swiper-loader > * {
max-width: 100%;
}
.pxl-swiper-loader .five-dots {
display: flex;
column-gap: 10px;
z-index: 1;
}
.pxl-swiper-loader .five-dots .dot {
width: 10px;
height: 10px;
background: #ffffff;
border-radius: 100%;
display: inline-block;
animation: slideLoading 1s infinite;
}
@media (max-width: 1199px) {
.pxl-swiper-loader .five-dots .dot {
width: 8px;
height: 8px;
}
}
@media (max-width: 767px) {
.pxl-swiper-loader .five-dots .dot {
width: 5px;
height: 5px;
}
}
.pxl-swiper-loader .five-dots .dot:nth-child(1) {
animation-delay: 0.1s;
background: #c1bfbf;
}
.pxl-swiper-loader .five-dots .dot:nth-child(2) {
animation-delay: 0.2s;
background: #c1bfbfbf;
}
.pxl-swiper-loader .five-dots .dot:nth-child(3) {
animation-delay: 0.3s;
background: #c1bfbf8c;
}
.pxl-swiper-loader .five-dots .dot:nth-child(4) {
animation-delay: 0.4s;
background: #c1bfbf59;
}
.pxl-swiper-loader .five-dots .dot:nth-child(5) {
animation-delay: 0.5s;
background: #c1bfbf45;
}
.pxl-swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: visible;
z-index: 0;
}
.pxl-swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: transform 0.4s linear;
-khtml-transition: transform 0.4s linear;
-moz-transition: transform 0.4s linear;
-ms-transition: transform 0.4s linear;
-o-transition: transform 0.4s linear;
transition: transform 0.4s linear;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.pxl-swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.non-swiper-slide {
display: none;
}
.swiper-container-multirow-column > .pxl-swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-container-multirow-column > .pxl-swiper-wrapper .pxl-swiper-slide {
height: calc((100% - 40px) / 2);
}
.swiper-container-multirow-row > .pxl-swiper-wrapper {
flex-wrap: wrap;
flex-direction: row;
}
.swiper-container-multirow-row > .pxl-swiper-wrapper .pxl-swiper-slide {
height: calc((100% - 40px) / 2);
}
.swiper-container-vertical > .pxl-swiper-wrapper {
flex-direction: column;
}
.swiper-slide img {
display: block;
}
.swiper-container-cube .swiper-cube-shadow {
display: none;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
opacity: 0;
visibility: hidden;
}
.pxl-swiper-arrows.custom {
display: flex;
}
.pxl-swiper-arrow {
font-size: 22px;
font-weight: 700;
width: 46px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
text-align: center;
cursor: pointer;
background: var(--second-color);
color: #fff;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
[dir="rtl"] .pxl-swiper-arrow {
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.pxl-swiper-arrow:hover {
background-color: var(--default-color);
}
.pxl-swiper-arrow .pxl-icon {
line-height: 1;
}
.pxl-swiper-arrow.swiper-button-disabled {
cursor: not-allowed;
}
.pxl-swiper-arrow-prev .cmli-noun-arrow {
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.layout-rounded .pxl-swiper-arrow {
width: 75px;
height: 75px;
border-radius: 50%;
background-color: transparent;
border: 1px solid #fff;
color: #fff;
position: relative;
overflow: hidden;
}
@media (max-width: 1599px) {
.layout-rounded .pxl-swiper-arrow {
width: 60px;
height: 60px;
font-size: 20px;
}
}
@media (max-width: 1199px) {
.layout-rounded .pxl-swiper-arrow {
width: 50px;
height: 50px;
font-size: 18px;
}
}
.layout-rounded .pxl-swiper-arrow:before {
content: "";
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
-webkit-transition: left 0.3s ease;
-khtml-transition: left 0.3s ease;
-moz-transition: left 0.3s ease;
-ms-transition: left 0.3s ease;
-o-transition: left 0.3s ease;
transition: left 0.3s ease;
}
.layout-rounded .pxl-swiper-arrow.pxl-swiper-arrow-prev:before {
left: -100%;
}
.layout-rounded .pxl-swiper-arrow:hover {
color: var(--primary-color);
border-color: transparent;
}
.layout-rounded .pxl-swiper-arrow:hover:before {
left: 0;
}
@media (max-width: 575px) {
.layout-rounded .pxl-swiper-arrow {
padding: 20px;
}
}
.layout-rounded .pxl-swiper-arrow .pxl-icon {
position: relative;
}
@media (max-width: 575px) {
.layout-rounded.nav-in-vertical .pxl-swiper-arrow-next {
right: 15px;
}
.layout-rounded.nav-in-vertical .pxl-swiper-arrow-prev {
left: 15px;
}
}
.df-layout {
margin-top: 30px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 -5px;
}
.df-layout .pxl-swiper-arrow {
margin: 0 5px;
}
.nav-in-vertical .pxl-swiper-arrow, .nav-out-vertical .pxl-swiper-arrow {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.nav-in-vertical .pxl-swiper-arrow-prev {
left: 30px;
}
.nav-in-vertical .pxl-swiper-arrow-next {
right: 30px;
}
.nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev {
opacity: 0;
-webkit-transform: translate(50px, -50%);
-khtml-transform: translate(50px, -50%);
-moz-transform: translate(50px, -50%);
-ms-transform: translate(50px, -50%);
-o-transform: translate(50px, -50%);
transform: translate(50px, -50%);
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-next {
opacity: 0;
-webkit-transform: translate(-50px, -50%);
-khtml-transform: translate(-50px, -50%);
-moz-transform: translate(-50px, -50%);
-ms-transform: translate(-50px, -50%);
-o-transform: translate(-50px, -50%);
transform: translate(-50px, -50%);
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.nav-out-vertical .pxl-swiper-arrow-prev {
left: -23px;
}
@media (max-width: 1199px) {
.nav-out-vertical .pxl-swiper-arrow-prev {
left: 15px;
opacity: 0;
-webkit-transform: translate(-50px, -50%);
-khtml-transform: translate(-50px, -50%);
-moz-transform: translate(-50px, -50%);
-ms-transform: translate(-50px, -50%);
-o-transform: translate(-50px, -50%);
transform: translate(-50px, -50%);
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
}
.nav-out-vertical .pxl-swiper-arrow-next {
right: -23px;
}
@media (max-width: 1199px) {
.nav-out-vertical .pxl-swiper-arrow-next {
right: 15px;
opacity: 0;
-webkit-transform: translate(50px, -50%);
-khtml-transform: translate(50px, -50%);
-moz-transform: translate(50px, -50%);
-ms-transform: translate(50px, -50%);
-o-transform: translate(50px, -50%);
transform: translate(50px, -50%);
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
}
.nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev {
opacity: 0;
-webkit-transform: translate(50px, -50%);
-khtml-transform: translate(50px, -50%);
-moz-transform: translate(50px, -50%);
-ms-transform: translate(50px, -50%);
-o-transform: translate(50px, -50%);
transform: translate(50px, -50%);
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next {
opacity: 0;
-webkit-transform: translate(-50px, -50%);
-khtml-transform: translate(-50px, -50%);
-moz-transform: translate(-50px, -50%);
-ms-transform: translate(-50px, -50%);
-o-transform: translate(-50px, -50%);
transform: translate(-50px, -50%);
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
.pxl-swiper-slider:hover .nav-in-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-in-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:hover .nav-out-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-out-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-in-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-in-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-out-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-out-vertical .pxl-swiper-arrow-next {
opacity: 1;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
}
.pxl-swiper-slider:hover .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:hover .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next {
opacity: 1;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev {
height: 100%;
background-color: transparent;
cursor: none;
}
@media (min-width: 1200px) {
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev {
width: calc((100vw - 1170px)/2) !important;
left: calc((100vw - 1170px)/-2) !important;
}
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev:before {
display: none;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev span {
display: none;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-prev.swiper-button-disabled {
cursor: not-allowed;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next {
right: 0;
width: 104px;
height: 120%;
background-color: transparent;
cursor: none;
}
@media (min-width: 1200px) {
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next {
width: calc((100vw - 1170px)/2) !important;
right: calc((100vw - 1170px)/-2) !important;
}
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next:before {
display: none;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next span {
display: none;
}
.enable-cursor .pxl-swiper-arrow.cursor-arrow-next.swiper-button-disabled {
cursor: not-allowed;
}
.pxl-swiper-dots.style-bullets {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 20px;
column-gap: 10px;
padding-bottom: 1px;
}
.pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet {
flex: 0 0 21px;
width: 21px;
height: 21px;
line-height: 21px;
text-align: center;
cursor: pointer;
position: relative;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.25s linear;
-khtml-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:before {
content: "";
width: 6px;
height: 6px;
background: #2c424c;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -3px;
margin-left: -3px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.25s linear;
-khtml-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:after {
content: "";
width: 9px;
height: 9px;
background: #2c424c;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -4.5px;
margin-left: -4.5px;
opacity: 0;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.25s linear;
-khtml-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
-khtml-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
-moz-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
-ms-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
-o-box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
box-shadow: 0px 0px 0px 1px rgba(44, 66, 76, 0.4);
background-color: transparent;
}
.pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover:before, .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
opacity: 0;
}
.pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover:after, .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:after {
opacity: 1;
}
.pxl-swiper-dots.style-bullets-number {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 45px;
color: var(--heading-color);
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet {
flex: 0 0 auto;
width: auto;
height: 22px;
line-height: 22px;
text-align: center;
cursor: pointer;
position: relative;
margin: 0px 10px;
-webkit-transition: all 0.25s ease;
-khtml-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
@media (max-width: 575px) {
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet {
margin: 0 8px;
}
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet:after {
content: "";
position: absolute;
width: 0;
height: 1px;
background-color: var(--primary-color);
right: 0;
top: 50%;
margin-top: -1px;
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: transparent;
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
padding-right: 110px;
}
@media (max-width: 767px) {
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
padding-right: 90px;
}
}
@media (max-width: 575px) {
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
padding-right: 70px;
}
}
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
width: 90px;
-webkit-transition: all 0.3s ease 0.2s;
-khtml-transition: all 0.3s ease 0.2s;
-moz-transition: all 0.3s ease 0.2s;
-ms-transition: all 0.3s ease 0.2s;
-o-transition: all 0.3s ease 0.2s;
transition: all 0.3s ease 0.2s;
}
@media (max-width: 767px) {
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
width: 70px;
}
}
@media (max-width: 575px) {
.pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
width: 50px;
}
}
.pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet:after {
background-color: #bababa;
}
.pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:before {
background-color: #bababa;
}
.pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:after {
background-color: #fff;
}
.pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots-color-mode-white .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-khtml-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-o-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets-number .pxl-swiper-pagination-bullet:after {
background-color: #bababa;
}
.pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:before {
background-color: #bababa;
}
.pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:after {
background-color: var(--primary-color);
}
.pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots-color-mode-white-primary .pxl-swiper-dots.style-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
-khtml-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
-moz-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
-ms-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
-o-box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
box-shadow: 0px 0px 0px 1px rgba(var(--primary-color-rgb), 0.4);
}
.pxl-swiper-pagination-progressbar {
background: #fff;
width: 100%;
max-width: 544px;
height: 4px;
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, 0);
-khtml-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
bottom: -80px;
}
@media (max-width: 1199px) {
.pxl-swiper-pagination-progressbar {
bottom: -50px;
}
}
.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--primary-color);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #111111;
font-size: 16px;
font-style: normal;
font-weight: normal;
opacity: 1;
text-overflow: ellipsis;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #111111;
font-size: 16px;
font-style: normal;
font-weight: normal;
opacity: 1;
text-overflow: ellipsis;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #111111;
font-size: 16px;
font-style: normal;
font-weight: normal;
opacity: 1;
text-overflow: ellipsis;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #111111;
font-size: 16px;
font-style: normal;
font-weight: normal;
opacity: 1;
text-overflow: ellipsis;
}
input[type="search"]::-webkit-input-placeholder {
color: #111111;
font-size: 14px;
font-style: italic;
font-weight: normal;
opacity: 1;
text-overflow: ellipsis;
}
input[type="search"]:-moz-placeholder {
color: #111111;
font-size: 14px;
font-style: italic;
font-weight: normal;
opacity: 1;
text-overflow: ellipsis;
}
input[type="search"]::-moz-placeholder {
color: #111111;
font-size: 14px;
font-style: italic;
font-weight: normal;
opacity: 1;
text-overflow: ellipsis;
}
input[type="search"]:-ms-input-placeholder {
color: #111111;
font-size: 14px;
font-style: italic;
font-weight: normal;
opacity: 1;
text-overflow: ellipsis;
}
input:-internal-autofill-selected {
background-color: white !important;
background-image: none !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-khtml-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
opacity: 0;
height: 30px;
margin-top: 15px;
cursor: pointer;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.pxl-input-number-spin {
width: 19px;
height: 25px;
background: #fff;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
position: absolute;
top: 12px;
right: 20px;
}
[dir="rtl"] .pxl-input-number-spin {
left: 20px;
right: auto;
}
.pxl-input-number-spin-inner {
cursor: pointer;
width: 19px;
height: 12.5px;
position: relative;
display: block;
}
.pxl-input-number-spin-inner:before {
content: "";
width: 0;
height: 0;
position: absolute;
top: 50%;
left: 50%;
border-style: solid;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pxl-input-number-spin-inner.pxl-input-number-spin-up:before {
border-width: 0 3.5px 4px 3.5px;
border-color: transparent transparent var(--primary-color) transparent;
}
.pxl-input-number-spin-inner.pxl-input-number-spin-down:before {
border-width: 4px 3.5px 0 3.5px;
border-color: var(--primary-color) transparent transparent transparent;
}
input::-webkit-calendar-picker-indicator {
opacity: 0;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 2;
text-align: start;
padding: 0;
margin: 0;
}
input::-webkit-datetime-edit {
text-align: start;
width: 100%;
}
input[type="search" i]::-webkit-search-cancel-button {
opacity: 0;
display: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .select2-container.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #dedede;
color: #111111;
padding: 0 16px;
line-height: 45px;
height: 45px;
font-size: 16px;
font-weight: normal;
text-align: start;
outline: none;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active, input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active, input[type="range"]:hover, input[type="range"]:focus, input[type="range"]:active, input[type="date"]:hover, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:hover, input[type="month"]:focus, input[type="month"]:active, input[type="week"]:hover, input[type="week"]:focus, input[type="week"]:active, input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="color"]:hover, input[type="color"]:focus, input[type="color"]:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active, .select2-container.select2-container--default .select2-selection--single:hover, .select2-container.select2-container--default .select2-selection--single:focus, .select2-container.select2-container--default .select2-selection--single:active {
background-color: #fff;
border-color: var(--dark-color);
}
[dir="rtl"] input[type="text"], [dir="rtl"] input[type="email"], [dir="rtl"] input[type="url"], [dir="rtl"] input[type="password"], [dir="rtl"] input[type="search"], [dir="rtl"] input[type="tel"], [dir="rtl"] input[type="number"], [dir="rtl"] input[type="range"], [dir="rtl"] input[type="date"], [dir="rtl"] input[type="month"], [dir="rtl"] input[type="week"], [dir="rtl"] input[type="time"], [dir="rtl"] input[type="datetime"], [dir="rtl"] input[type="datetime-local"], [dir="rtl"] input[type="color"], [dir="rtl"] textarea, [dir="rtl"] select, [dir="rtl"] .select2-container.select2-container--default .select2-selection--single {
direction: rtl;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"] {
width: 100%;
}
select {
width: 100%;
height: 45px;
line-height: 46px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/select-arrow.png);
background-position: calc(100% - 18px) 50%;
background-repeat: no-repeat;
background-size: 10px;
padding-right: 30px;
}
[dir="rtl"] select {
background-position: 10px 50%;
padding-right: 22px;
padding-left: 30px;
}
textarea {
box-sizing: border-box;
display: block;
width: 100%;
max-width: 100%;
height: 110px;
min-height: 110px;
padding-top: 15px;
line-height: normal;
resize: vertical;
}
input, select, textarea {
vertical-align: top;
position: relative;
}
.pxl-select form {
position: relative;
background-color: #fff;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.pxl-select select {
height: 45px;
line-height: 37px;
font-size: 15px;
background-color: transparent;
position: relative;
z-index: 99;
-webkit-appearance: none;
-khtml-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.pxl-select i {
position: absolute;
right: 14px;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.pxl-custom-checkbox, .pxl-custom-radio {
position: relative;
margin-right: 5px;
width: 17px;
height: 17px;
display: inline-block;
}
[dir="rtl"] .pxl-custom-checkbox, [dir="rtl"] .pxl-custom-radio {
margin-right: 0;
margin-left: 5px;
}
.pxl-custom-checkbox input[type="checkbox"], .pxl-custom-checkbox .pxl-checkmark, .pxl-custom-radio input[type="checkbox"], .pxl-custom-radio .pxl-checkmark {
width: 17px;
height: 17px;
display: inline-block;
padding: 0;
margin: 0;
}
.pxl-custom-checkbox input, .pxl-custom-radio input {
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
opacity: 0;
}
.pxl-custom-checkbox input:checked + .pxl-checkmark:after, .pxl-custom-radio input:checked + .pxl-checkmark:after {
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
opacity: 1;
}
.pxl-custom-checkbox .pxl-checkmark, .pxl-custom-radio .pxl-checkmark {
position: absolute;
top: 0;
left: 0;
border: 2px solid #dedede;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.pxl-custom-checkbox .pxl-checkmark:after, .pxl-custom-radio .pxl-checkmark:after {
content: "";
background-color: var(--primary-color);
position: absolute;
top: 3px;
left: 3px;
width: 7px;
height: 7px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
opacity: 0;
}
.pxl-custom-checkbox + label, .pxl-custom-radio + label {
display: inline-block;
}
.pxl-custom-radio input:checked + .pxl-checkmark {
border-color: var(--primary-color);
}
.pxl-custom-radio input:checked + .pxl-checkmark:after {
background-color: var(--primary-color);
}
.pxl-custom-radio .pxl-checkmark {
margin-top: 3px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.pxl-custom-radio .pxl-checkmark:after {
background-color: #dedede;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
opacity: 1;
}
.pxl-custom-checkbox {
-webkit-transform: translate(0, 3px);
-khtml-transform: translate(0, 3px);
-moz-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
-o-transform: translate(0, 3px);
transform: translate(0, 3px);
}
.ui-timepicker-container ul {
list-style: none;
}
.ui-timepicker-container .ui-menu-item {
font-size: 13px;
}
.wpcf7-form .wpcf7-form-control-wrap {
display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
border-color: #faab04 !important;
}
.wpcf7-form label {
font-size: 16px;
color: var(--heading-color);
text-transform: uppercase;
margin-bottom: 8px;
}
.wpcf7-form label + br {
display: none;
}
.wpcf7-form .control-item + .control-item {
margin-top: 23px;
}
.wpcf7-form .wpcf7-textarea {
height: 248px;
}
@media (max-width: 767px) {
.wpcf7-form .wpcf7-textarea {
height: 186px;
}
}
.wpcf7-form button[type="submit"] {
min-width: 193px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wpcf7-form button[type="submit"] .btn-text {
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wpcf7-form button[type="submit"] .pxli-spinner {
font-size: 16px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0) !important;
-khtml-transform: scale(0) !important;
-moz-transform: scale(0) !important;
-ms-transform: scale(0) !important;
-o-transform: scale(0) !important;
transform: scale(0) !important;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wpcf7-form.submitting button[type="submit"] .btn-text {
opacity: 0;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.wpcf7-form.submitting button[type="submit"] .pxli-spinner {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1) !important;
-khtml-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1) !important;
-o-transform: scale(1) !important;
transform: scale(1) !important;
-webkit-animation: pxl-spin 2s linear infinite;
-khtml-animation: pxl-spin 2s linear infinite;
-moz-animation: pxl-spin 2s linear infinite;
-ms-animation: pxl-spin 2s linear infinite;
-o-animation: pxl-spin 2s linear infinite;
animation: pxl-spin 2s linear infinite;
}
.contact-form-main .nice-select {
background-color: #fff;
}
@media (max-width: 991px) {
.contact-form-main .form-check {
margin-bottom: 20px;
}
}
.contact-form-2 .wpcf7-textarea {
height: 204px;
}
.contact-form-3 .form-title {
background-color: var(--primary-color);
color: #fff;
padding: 15px 23px;
margin-bottom: 0;
}
@media (max-width: 991px) {
.contact-form-3 .form-title {
padding: 15px 30px;
}
}
@media (max-width: 575px) {
.contact-form-3 .form-title {
padding: 15px 15px;
}
}
.contact-form-3 .form-content {
padding: 24px 23px 20px 23px;
border-width: 0 1px 0 1px;
border-style: solid;
border-color: #dedede;
}
@media (max-width: 991px) {
.contact-form-3 .form-content {
padding: 24px 30px;
}
}
@media (max-width: 575px) {
.contact-form-3 .form-content {
padding: 24px 15px;
}
}
.contact-form-3 .form-content .form-desc {
color: var(--heading-color);
margin-bottom: 20px;
}
.contact-form-3 .control-item + .control-item {
margin-top: 12px;
}
.contact-form-3 .form-check .form-check-input.bg-primary {
background-color: var(--primary-color);
}
.contact-form-3 .wpcf7-textarea {
height: 230px;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
position: absolute;
bottom: -50px;
padding: 0;
margin: 0;
border: 0;
font-style: italic;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
color: #398f14;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
color: #f13c3c;
}
.wpcf7 .form-check {
display: block;
}
.pxl-search-form-popup {
max-width: 750px;
margin: 0 auto;
}
.pxl-search-popup-inner .cat-search-wrap {
flex: 0 0 173px;
width: 173px;
max-width: 173px;
}
.pxl-search-popup-inner .text-search-wrap {
position: relative;
}
.pxl-search-popup-inner .text-search-wrap .search-field {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
padding-left: 0;
padding-right: 48px;
border: 0;
color: #fff;
background-color: transparent;
border-bottom: 1px solid #fff;
}
.pxl-search-popup-inner .text-search-wrap .search-field:hover, .pxl-search-popup-inner .text-search-wrap .search-field:focus, .pxl-search-popup-inner .text-search-wrap .search-field:active {
border-color: var(--primary-color) !important;
background-color: transparent;
}
.pxl-search-popup-inner .text-search-wrap input::-webkit-input-placeholder {
color: #fff;
}
.pxl-search-popup-inner .text-search-wrap .search-submit {
width: 48px;
padding: 0;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
right: 15px;
background: transparent;
border: 0;
font-size: 20px;
color: #fff;
}
.pxl-search-popup-inner .text-search-wrap .search-submit:hover {
color: var(--primary-color);
}
.pxl-search-popup-inner .text-search-wrap .pxl-svg {
position: absolute;
right: 16px;
top: 50%;
margin-top: -8px;
}
.pxl-search-popup-inner .text-search-wrap .search-submit:hover .pxl-svg path {
fill: var(--primary-color);
}
#pxl-search-popup-normal .pxl-search-popup-inner .text-search-wrap .search-submit {
right: 0;
}
.search-no-results .pxl-content-area .pxl-search-form .pxl-search-field {
border: 1px solid #dedede;
}
.search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:hover, .search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:focus, .search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:active {
border-color: var(--primary-color);
}
.search-no-results .pxl-content-area .pxl-search-form [type="submit"] {
padding: 12px 35px;
background-color: var(--primary-color);
line-height: 1;
}
.search-no-results .pxl-content-area .pxl-search-form [type="submit"]:hover {
background-color: var(--second-color);
}
.nice-select {
border: 1px solid #dedede;
padding: 0 16px;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
background-color: #fff;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.nice-select:hover, .nice-select:focus, .nice-select:active {
background-color: #fff;
border-color: var(--dark-color);
}
.nice-select:after {
position: absolute;
font-size: 1.125rem;
font-style: normal;
font-family: "Material-Design-Iconic-Font";
content: "";
right: 8px;
top: 50%;
color: #868686;
font-weight: 500;
height: 100%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
}
[dir="rtl"] .nice-select:after {
right: auto;
left: 16px;
}
.nice-select span.current {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 43px;
font-size: 16px;
color: #111111;
}
.nice-select .option {
text-overflow: ellipsis;
overflow: hidden;
}
.nice-select .list {
max-height: 330px;
overflow: auto;
background-color: #fff;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #e4e4e4;
box-sizing: border-box;
margin-top: 1px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: -1px;
right: -1px;
z-index: 9;
color: inherit;
-webkit-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.nice-select .list .selected {
color: #222;
}
.nice-select .list .option {
font-size: 16px;
color: #6e6f82;
padding: 8px 16px;
cursor: pointer;
line-height: normal;
list-style: none;
outline: none;
-webkit-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.nice-select .list .option.selected {
font-weight: 500;
}
.nice-select .list .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.nice-select .list .option:hover, .nice-select .list .option:focus {
background-color: #ececec;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select.open .list, .nice-select .list.open {
min-width: 100%;
overflow: auto;
opacity: 1;
pointer-events: auto;
-webkit-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
.form-check {
padding-top: 7px;
display: flex;
}
.form-check .form-check-input {
width: 15px;
height: 15px;
background: var(--second-color);
border: none;
cursor: pointer;
margin-top: 5px;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
position: relative;
text-align: center;
line-height: 13px;
float: left;
}
.form-check .form-check-input:after {
content: "";
font-family: "Material-Design-Iconic-Font";
font-size: 12px;
color: #fff;
opacity: 0;
}
.form-check .form-check-input:checked[type=checkbox]:after {
opacity: 1;
}
.form-check .form-check-label {
cursor: pointer;
color: var(--heading-color);
text-transform: inherit;
flex: 1;
}
.bordered.form-check-input {
border: 1px solid #e4e4e4;
background-color: transparent;
transition: all 400ms ease-in-out 0s;
}
.bordered.form-check-input[type=checkbox] {
border-radius: 0;
}
.user-registration.ur-frontend-form {
border: 0;
background: #fff;
padding: 3rem;
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
position: relative;
z-index: 3;
}
@media (max-width: 575px) {
.user-registration.ur-frontend-form {
padding: 3rem 2rem;
}
}
@media (max-width: 480px) {
.user-registration.ur-frontend-form {
padding: 2rem 1.5rem;
}
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid {
padding: 0;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
margin-bottom: 24px;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item:last-child {
margin-bottom: 0;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"] {
border: 1px solid #e4e4e4;
border-left: 0;
background: transparent;
border-right: 0;
border-top: 0;
border-radius: 0;
padding: 0.8rem 0;
height: 48px;
color: #5b5b5b;
font-size: 0.875rem;
box-shadow: none;
margin-bottom: 0;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"]::-webkit-input-placeholder {
font-style: italic;
font-size: 0.8125rem;
color: #6c757d;
opacity: 1;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"]:-moz-placeholder {
font-style: italic;
font-size: 0.8125rem;
color: #6c757d;
opacity: 1;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"]::-moz-placeholder {
font-style: italic;
font-size: 0.8125rem;
color: #6c757d;
opacity: 1;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"]:-ms-input-placeholder {
font-style: italic;
font-size: 0.8125rem;
color: #6c757d;
opacity: 1;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .ur-label {
color: #060606;
font-weight: 400;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy {
font-size: 0.875em;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy a {
color: var(--primary-color);
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy input[type="checkbox"] {
border: 1px solid #e4e4e4;
background-color: transparent;
border-radius: 0;
width: 20px;
height: 20px;
background: #f2f2f2;
cursor: pointer;
position: relative;
top: -4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
transition: all 400ms ease-in-out 0s;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy input[type="checkbox"]:checked {
border-color: var(--primary-color);
background-color: var(--primary-color);
color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy input {
position: relative;
top: -4px;
}
.user-registration.ur-frontend-form .ur-form-row .without_icon {
padding-left: 0 !important;
}
.user-registration.ur-frontend-form .ur-button-container {
margin-top: 1.5rem;
padding: 0;
}
.user-registration.ur-frontend-form .ur-button-container .ur-submit-button {
padding: 12px 14px;
font-size: 14px;
line-height: 1.3;
color: var(--primary-color);
background-color: transparent;
border: 1px solid var(--primary-color);
text-align: center;
word-break: break-word;
white-space: normal;
cursor: pointer;
transition: 0.35s all ease-out;
display: block;
width: 100%;
}
.user-registration.ur-frontend-form .ur-button-container .ur-submit-button:hover, .user-registration.ur-frontend-form .ur-button-container .ur-submit-button:focus, .user-registration.ur-frontend-form .ur-button-container .ur-submit-button:active {
background-color: var(--primary-color);
color: #fff;
}
.sign-in-form .pxl-text-editor-wrap .pxl-text-editor {
flex: 1 0 0%;
}
#user-registration {
margin: 0;
}
.ur-frontend-form.login {
border: 0;
background: #fff;
padding: 3rem;
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
position: relative;
z-index: 3;
}
@media (max-width: 575px) {
.ur-frontend-form.login {
padding: 3rem 2rem;
}
}
@media (max-width: 480px) {
.ur-frontend-form.login {
padding: 2rem 1.5rem;
}
}
.ur-frontend-form.login .ur-form-row .ur-form-grid {
padding: 0;
margin-bottom: 24px;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid:last-child {
margin-bottom: 0;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"] {
border: 1px solid #e4e4e4;
border-left: 0;
background: transparent;
border-right: 0;
border-top: 0;
border-radius: 0;
padding: 0.8rem 0;
height: 48px;
color: #5b5b5b;
font-size: 0.875rem;
box-shadow: none;
margin-bottom: 0;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"]::-webkit-input-placeholder {
font-style: italic;
font-size: 0.8125rem;
color: #6c757d;
opacity: 1;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"]:-moz-placeholder {
font-style: italic;
font-size: 0.8125rem;
color: #6c757d;
opacity: 1;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"]::-moz-placeholder {
font-style: italic;
font-size: 0.8125rem;
color: #6c757d;
opacity: 1;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"]:-ms-input-placeholder {
font-style: italic;
font-size: 0.8125rem;
color: #6c757d;
opacity: 1;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid .ur-label {
color: #060606;
font-weight: 400;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row label {
display: none;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"] {
float: none;
padding: 12px 14px;
font-size: 14px;
line-height: 1.3;
color: var(--primary-color);
background-color: transparent;
border: 1px solid var(--primary-color);
text-align: center;
word-break: break-word;
white-space: normal;
cursor: pointer;
transition: 0.35s all ease-out;
display: block;
width: 100%;
margin-bottom: 32px;
margin-top: 32px;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"]:hover, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"]:focus, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"]:active {
background-color: var(--primary-color);
color: #fff;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="checkbox"] {
border: 1px solid #e4e4e4;
background-color: transparent;
border-radius: 0;
width: 20px;
height: 20px;
background: #f2f2f2;
cursor: pointer;
position: relative;
top: -4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
transition: all 400ms ease-in-out 0s;
}
.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="checkbox"]:checked {
border-color: var(--primary-color);
background-color: var(--primary-color);
color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.ur-frontend-form.login .ur-form-row .ur-form-grid .lost_password a {
color: var(--primary-color);
}
.ur-frontend-form.login .ur-form-row .ur-form-grid .lost_password a:hover {
color: var(--link-color-hover);
}
.ur-frontend-form.login .ur-form-row .without_icon {
padding-left: 0 !important;
}
.ur-frontend-form.login .ur-button-container {
margin-top: 1.5rem;
padding: 0;
}
.label-for-checkbox {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
.label-for-checkbox input[type="checkbox"] {
border: 1px solid #dedede;
border-radius: 0;
width: 18px;
height: 18px;
background-color: #fff;
cursor: pointer;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
transition: all 400ms ease-in-out 0s;
background-position: center;
}
.label-for-checkbox input[type="checkbox"]:checked {
border-color: var(--second-color);
background-color: var(--second-color);
color: #fff;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/checked.png);
background-size: 9px;
background-position: center;
background-repeat: no-repeat;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
box-sizing: border-box;
outline: none;
text-decoration: none;
vertical-align: bottom;
}
.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
cursor: pointer;
}
.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
text-decoration: none;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
outline: none;
outline-offset: 0;
}
.btn, button, .button, input[type="submit"], input[type="button"], .added_to_cart, .pxl-btn {
position: relative;
display: inline-flex;
align-items: center;
font-family: var(--body-font-family);
font-size: 13px;
font-weight: 500;
color: #ffffff;
line-height: 24px;
letter-spacing: 0.15em;
padding: 9px 35px 10px 35px;
background-color: var(--primary-color);
outline: none;
cursor: pointer;
vertical-align: top;
border: 1px solid transparent;
text-align: center;
text-transform: uppercase;
text-decoration: none;
justify-content: center;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
.btn, button, .button, input[type="submit"], input[type="button"], .added_to_cart, .pxl-btn {
padding: 8px 25px 8px 25px;
font-size: 12px;
}
}
.btn:active, .btn:hover, .btn:focus, button:active, button:hover, button:focus, .button:active, .button:hover, .button:focus, input[type="submit"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:active, input[type="button"]:hover, input[type="button"]:focus, .added_to_cart:active, .added_to_cart:hover, .added_to_cart:focus, .pxl-btn:active, .pxl-btn:hover, .pxl-btn:focus {
color: #ffffff;
outline: medium none;
text-decoration: none;
background-color: var(--second-color);
}
.btn.icon-ps-left, button.icon-ps-left, .button.icon-ps-left, input[type="submit"].icon-ps-left, input[type="button"].icon-ps-left, .added_to_cart.icon-ps-left, .pxl-btn.icon-ps-left {
flex-direction: row-reverse;
}
.btn.icon-ps-left .pxl-icon, .btn.icon-ps-left svg, button.icon-ps-left .pxl-icon, button.icon-ps-left svg, .button.icon-ps-left .pxl-icon, .button.icon-ps-left svg, input[type="submit"].icon-ps-left .pxl-icon, input[type="submit"].icon-ps-left svg, input[type="button"].icon-ps-left .pxl-icon, input[type="button"].icon-ps-left svg, .added_to_cart.icon-ps-left .pxl-icon, .added_to_cart.icon-ps-left svg, .pxl-btn.icon-ps-left .pxl-icon, .pxl-btn.icon-ps-left svg {
margin-right: 10px;
}
.btn.btn-dash, button.btn-dash, .button.btn-dash, input[type="submit"].btn-dash, input[type="button"].btn-dash, .added_to_cart.btn-dash, .pxl-btn.btn-dash {
border: 1px dashed var(--primary-color);
}
.btn.btn-default, button.btn-default, .button.btn-default, input[type="submit"].btn-default, input[type="button"].btn-default, .added_to_cart.btn-default, .pxl-btn.btn-default {
background-color: var(--default-color);
border-color: var(--default-color);
color: #fff;
}
.btn.btn-default:active, .btn.btn-default:hover, .btn.btn-default:focus, button.btn-default:active, button.btn-default:hover, button.btn-default:focus, .button.btn-default:active, .button.btn-default:hover, .button.btn-default:focus, input[type="submit"].btn-default:active, input[type="submit"].btn-default:hover, input[type="submit"].btn-default:focus, input[type="button"].btn-default:active, input[type="button"].btn-default:hover, input[type="button"].btn-default:focus, .added_to_cart.btn-default:active, .added_to_cart.btn-default:hover, .added_to_cart.btn-default:focus, .pxl-btn.btn-default:active, .pxl-btn.btn-default:hover, .pxl-btn.btn-default:focus {
background-color: var(--second-color);
border-color: var(--second-color);
color: #fff;
}
.btn.btn-primary, button.btn-primary, .button.btn-primary, input[type="submit"].btn-primary, input[type="button"].btn-primary, .added_to_cart.btn-primary, .pxl-btn.btn-primary {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-primary:focus, button.btn-primary:active, button.btn-primary:hover, button.btn-primary:focus, .button.btn-primary:active, .button.btn-primary:hover, .button.btn-primary:focus, input[type="submit"].btn-primary:active, input[type="submit"].btn-primary:hover, input[type="submit"].btn-primary:focus, input[type="button"].btn-primary:active, input[type="button"].btn-primary:hover, input[type="button"].btn-primary:focus, .added_to_cart.btn-primary:active, .added_to_cart.btn-primary:hover, .added_to_cart.btn-primary:focus, .pxl-btn.btn-primary:active, .pxl-btn.btn-primary:hover, .pxl-btn.btn-primary:focus {
background-color: var(--second-color);
border-color: var(--second-color);
color: #fff;
}
.btn.btn-secondary, .btn.secondary, .btn.btn-second, button.btn-secondary, button.secondary, button.btn-second, .button.btn-secondary, .button.secondary, .button.btn-second, input[type="submit"].btn-secondary, input[type="submit"].secondary, input[type="submit"].btn-second, input[type="button"].btn-secondary, input[type="button"].secondary, input[type="button"].btn-second, .added_to_cart.btn-secondary, .added_to_cart.secondary, .added_to_cart.btn-second, .pxl-btn.btn-secondary, .pxl-btn.secondary, .pxl-btn.btn-second {
background-color: var(--second-color);
border-color: var(--second-color);
color: #fff;
}
.btn.btn-secondary:active, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.secondary:active, .btn.secondary:hover, .btn.secondary:focus, .btn.btn-second:active, .btn.btn-second:hover, .btn.btn-second:focus, button.btn-secondary:active, button.btn-secondary:hover, button.btn-secondary:focus, button.secondary:active, button.secondary:hover, button.secondary:focus, button.btn-second:active, button.btn-second:hover, button.btn-second:focus, .button.btn-secondary:active, .button.btn-secondary:hover, .button.btn-secondary:focus, .button.secondary:active, .button.secondary:hover, .button.secondary:focus, .button.btn-second:active, .button.btn-second:hover, .button.btn-second:focus, input[type="submit"].btn-secondary:active, input[type="submit"].btn-secondary:hover, input[type="submit"].btn-secondary:focus, input[type="submit"].secondary:active, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus, input[type="submit"].btn-second:active, input[type="submit"].btn-second:hover, input[type="submit"].btn-second:focus, input[type="button"].btn-secondary:active, input[type="button"].btn-secondary:hover, input[type="button"].btn-secondary:focus, input[type="button"].secondary:active, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="button"].btn-second:active, input[type="button"].btn-second:hover, input[type="button"].btn-second:focus, .added_to_cart.btn-secondary:active, .added_to_cart.btn-secondary:hover, .added_to_cart.btn-secondary:focus, .added_to_cart.secondary:active, .added_to_cart.secondary:hover, .added_to_cart.secondary:focus, .added_to_cart.btn-second:active, .added_to_cart.btn-second:hover, .added_to_cart.btn-second:focus, .pxl-btn.btn-secondary:active, .pxl-btn.btn-secondary:hover, .pxl-btn.btn-secondary:focus, .pxl-btn.secondary:active, .pxl-btn.secondary:hover, .pxl-btn.secondary:focus, .pxl-btn.btn-second:active, .pxl-btn.btn-second:hover, .pxl-btn.btn-second:focus {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.btn.btn-outline, .btn.btn-alt, button.btn-outline, button.btn-alt, .button.btn-outline, .button.btn-alt, input[type="submit"].btn-outline, input[type="submit"].btn-alt, input[type="button"].btn-outline, input[type="button"].btn-alt, .added_to_cart.btn-outline, .added_to_cart.btn-alt, .pxl-btn.btn-outline, .pxl-btn.btn-alt {
color: var(--primary-color);
background-color: transparent;
border-color: var(--primary-color);
}
.btn.btn-outline:active, .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-alt:active, .btn.btn-alt:hover, .btn.btn-alt:focus, button.btn-outline:active, button.btn-outline:hover, button.btn-outline:focus, button.btn-alt:active, button.btn-alt:hover, button.btn-alt:focus, .button.btn-outline:active, .button.btn-outline:hover, .button.btn-outline:focus, .button.btn-alt:active, .button.btn-alt:hover, .button.btn-alt:focus, input[type="submit"].btn-outline:active, input[type="submit"].btn-outline:hover, input[type="submit"].btn-outline:focus, input[type="submit"].btn-alt:active, input[type="submit"].btn-alt:hover, input[type="submit"].btn-alt:focus, input[type="button"].btn-outline:active, input[type="button"].btn-outline:hover, input[type="button"].btn-outline:focus, input[type="button"].btn-alt:active, input[type="button"].btn-alt:hover, input[type="button"].btn-alt:focus, .added_to_cart.btn-outline:active, .added_to_cart.btn-outline:hover, .added_to_cart.btn-outline:focus, .added_to_cart.btn-alt:active, .added_to_cart.btn-alt:hover, .added_to_cart.btn-alt:focus, .pxl-btn.btn-outline:active, .pxl-btn.btn-outline:hover, .pxl-btn.btn-outline:focus, .pxl-btn.btn-alt:active, .pxl-btn.btn-alt:hover, .pxl-btn.btn-alt:focus {
color: #fff;
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.btn.btn-outline-light, button.btn-outline-light, .button.btn-outline-light, input[type="submit"].btn-outline-light, input[type="button"].btn-outline-light, .added_to_cart.btn-outline-light, .pxl-btn.btn-outline-light {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, button.btn-outline-light:active, button.btn-outline-light:hover, button.btn-outline-light:focus, .button.btn-outline-light:active, .button.btn-outline-light:hover, .button.btn-outline-light:focus, input[type="submit"].btn-outline-light:active, input[type="submit"].btn-outline-light:hover, input[type="submit"].btn-outline-light:focus, input[type="button"].btn-outline-light:active, input[type="button"].btn-outline-light:hover, input[type="button"].btn-outline-light:focus, .added_to_cart.btn-outline-light:active, .added_to_cart.btn-outline-light:hover, .added_to_cart.btn-outline-light:focus, .pxl-btn.btn-outline-light:active, .pxl-btn.btn-outline-light:hover, .pxl-btn.btn-outline-light:focus {
color: #060606;
background-color: #fff;
border-color: #fff;
}
.btn.btn-white, button.btn-white, .button.btn-white, input[type="submit"].btn-white, input[type="button"].btn-white, .added_to_cart.btn-white, .pxl-btn.btn-white {
background-color: #fff;
border-color: #fff;
color: var(--primary-color);
}
.btn.btn-white:active, .btn.btn-white:hover, .btn.btn-white:focus, button.btn-white:active, button.btn-white:hover, button.btn-white:focus, .button.btn-white:active, .button.btn-white:hover, .button.btn-white:focus, input[type="submit"].btn-white:active, input[type="submit"].btn-white:hover, input[type="submit"].btn-white:focus, input[type="button"].btn-white:active, input[type="button"].btn-white:hover, input[type="button"].btn-white:focus, .added_to_cart.btn-white:active, .added_to_cart.btn-white:hover, .added_to_cart.btn-white:focus, .pxl-btn.btn-white:active, .pxl-btn.btn-white:hover, .pxl-btn.btn-white:focus {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.btn.btn-block, button.btn-block, .button.btn-block, input[type="submit"].btn-block, input[type="button"].btn-block, .added_to_cart.btn-block, .pxl-btn.btn-block {
width: 100%;
text-align: center;
justify-content: center;
}
.btn.btn-fullwidth, button.btn-fullwidth, .button.btn-fullwidth, input[type="submit"].btn-fullwidth, input[type="button"].btn-fullwidth, .added_to_cart.btn-fullwidth, .pxl-btn.btn-fullwidth {
width: 100%;
text-align: center;
justify-content: center;
}
.btn.btn-fullwidth.border-3px, button.btn-fullwidth.border-3px, .button.btn-fullwidth.border-3px, input[type="submit"].btn-fullwidth.border-3px, input[type="button"].btn-fullwidth.border-3px, .added_to_cart.btn-fullwidth.border-3px, .pxl-btn.btn-fullwidth.border-3px {
border-radius: 3px !important;
}
.btn.btn-round, button.btn-round, .button.btn-round, input[type="submit"].btn-round, input[type="button"].btn-round, .added_to_cart.btn-round, .pxl-btn.btn-round {
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.btn.text-justify, button.text-justify, .button.text-justify, input[type="submit"].text-justify, input[type="button"].text-justify, .added_to_cart.text-justify, .pxl-btn.text-justify {
display: block;
}
.btn[disabled], button[disabled], .button[disabled], input[type="submit"][disabled], input[type="button"][disabled], .added_to_cart[disabled], .pxl-btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
}
.btn.pxl-btn-round, button.pxl-btn-round, .button.pxl-btn-round, input[type="submit"].pxl-btn-round, input[type="button"].pxl-btn-round, .added_to_cart.pxl-btn-round, .pxl-btn.pxl-btn-round {
padding: 30px;
width: 188px;
height: 188px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: var(--second-color);
}
.btn.pxl-btn-round > *, button.pxl-btn-round > *, .button.pxl-btn-round > *, input[type="submit"].pxl-btn-round > *, input[type="button"].pxl-btn-round > *, .added_to_cart.pxl-btn-round > *, .pxl-btn.pxl-btn-round > * {
max-width: 100%;
}
@media (max-width: 1599px) {
.btn.pxl-btn-round, button.pxl-btn-round, .button.pxl-btn-round, input[type="submit"].pxl-btn-round, input[type="button"].pxl-btn-round, .added_to_cart.pxl-btn-round, .pxl-btn.pxl-btn-round {
padding: 10px;
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.btn.pxl-btn-round, button.pxl-btn-round, .button.pxl-btn-round, input[type="submit"].pxl-btn-round, input[type="button"].pxl-btn-round, .added_to_cart.pxl-btn-round, .pxl-btn.pxl-btn-round {
padding: 10px;
width: 100px;
height: 100px;
min-width: 100px;
line-height: 1.5;
}
}
.btn.pxl-btn-round:after, button.pxl-btn-round:after, .button.pxl-btn-round:after, input[type="submit"].pxl-btn-round:after, input[type="button"].pxl-btn-round:after, .added_to_cart.pxl-btn-round:after, .pxl-btn.pxl-btn-round:after {
background-color: transparent;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100%;
height: 100%;
border: 1px solid var(--second-color);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.btn.pxl-btn-round:active:after, .btn.pxl-btn-round:hover:after, .btn.pxl-btn-round:focus:after, button.pxl-btn-round:active:after, button.pxl-btn-round:hover:after, button.pxl-btn-round:focus:after, .button.pxl-btn-round:active:after, .button.pxl-btn-round:hover:after, .button.pxl-btn-round:focus:after, input[type="submit"].pxl-btn-round:active:after, input[type="submit"].pxl-btn-round:hover:after, input[type="submit"].pxl-btn-round:focus:after, input[type="button"].pxl-btn-round:active:after, input[type="button"].pxl-btn-round:hover:after, input[type="button"].pxl-btn-round:focus:after, .added_to_cart.pxl-btn-round:active:after, .added_to_cart.pxl-btn-round:hover:after, .added_to_cart.pxl-btn-round:focus:after, .pxl-btn.pxl-btn-round:active:after, .pxl-btn.pxl-btn-round:hover:after, .pxl-btn.pxl-btn-round:focus:after {
opacity: 1;
-webkit-transform: scale(1.2);
-khtml-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.pxl-btn {
min-width: 130px;
display: inline-flex;
align-items: center;
}
.pxl-btn:after {
content: "";
height: 1px;
background-color: var(--primary-color);
position: absolute;
left: -1px;
right: -1px;
bottom: -6px;
opacity: 1;
pointer-events: none;
-webkit-transition: transform 300ms ease, opacity 0.3s ease;
-khtml-transition: transform 300ms ease, opacity 0.3s ease;
-moz-transition: transform 300ms ease, opacity 0.3s ease;
-ms-transition: transform 300ms ease, opacity 0.3s ease;
-o-transition: transform 300ms ease, opacity 0.3s ease;
transition: transform 300ms ease, opacity 0.3s ease;
}
.pxl-btn.df-underline-none:after {
display: none;
}
.pxl-btn.btn-outline:before, .pxl-btn.btn-alt:before {
content: "";
height: 0;
position: absolute;
top: 100%;
left: -1px;
right: -1px;
background-color: var(--second-color);
-webkit-transition: all 300ms ease;
-khtml-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.pxl-btn.btn-outline:before, .pxl-btn.btn-alt:before {
background-color: var(--primary-color);
}
.pxl-btn.btn-default:after {
background-color: var(--default-color);
}
.pxl-btn.btn-default:active:after, .pxl-btn.btn-default:hover:after, .pxl-btn.btn-default:focus:after {
background-color: var(--second-color);
}
.pxl-btn.btn-primary:after {
background-color: var(--primary-color);
}
.pxl-btn.btn-primary:active:after, .pxl-btn.btn-primary:hover:after, .pxl-btn.btn-primary:focus:after {
background-color: var(--second-color);
}
.pxl-btn.btn-secondary:after, .pxl-btn.secondary:after, .pxl-btn.btn-second:after {
background-color: var(--second-color);
}
.pxl-btn.btn-secondary:active:after, .pxl-btn.btn-secondary:hover:after, .pxl-btn.btn-secondary:focus:after, .pxl-btn.secondary:active:after, .pxl-btn.secondary:hover:after, .pxl-btn.secondary:focus:after, .pxl-btn.btn-second:active:after, .pxl-btn.btn-second:hover:after, .pxl-btn.btn-second:focus:after {
background-color: var(--primary-color);
}
.pxl-btn.btn-secondary.light:active, .pxl-btn.btn-secondary.light:hover, .pxl-btn.btn-secondary.light:focus, .pxl-btn.secondary.light:active, .pxl-btn.secondary.light:hover, .pxl-btn.secondary.light:focus, .pxl-btn.btn-second.light:active, .pxl-btn.btn-second.light:hover, .pxl-btn.btn-second.light:focus {
background-color: #fff;
border-color: #fff;
color: var(--heading-color);
}
.pxl-btn.btn-outline-light:after {
background-color: #fff;
}
.pxl-btn.btn-outline-primary:after {
background-color: var(--primary-color);
}
.pxl-btn.btn-white:after {
background-color: #fff;
}
.pxl-btn .pxl-button-icon {
position: relative;
}
.pxl-btn .pxl-button-text {
position: relative;
z-index: 1;
}
.pxl-btn [class^="fa"], .pxl-btn [class*=" fa-"], .pxl-btn [class^="srn"], .pxl-btn [class*=" srn-"], .pxl-btn [class^="pxli-"], .pxl-btn [class*=" pxli-"], .pxl-btn [class^="flaticon-"], .pxl-btn [class*=" flaticon-"] {
margin-left: 8px;
-webkit-transition: transform 0.5s ease;
-khtml-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
-ms-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
transition: transform 0.5s ease;
}
[dir="rtl"] .pxl-btn [class^="fa"], [dir="rtl"] .pxl-btn [class*=" fa-"], [dir="rtl"] .pxl-btn [class^="srn"], [dir="rtl"] .pxl-btn [class*=" srn-"], [dir="rtl"] .pxl-btn [class^="pxli-"], [dir="rtl"] .pxl-btn [class*=" pxli-"], [dir="rtl"] .pxl-btn [class^="flaticon-"], [dir="rtl"] .pxl-btn [class*=" flaticon-"] {
margin-left: 0;
margin-right: 8px;
}
[dir="rtl"] .pxl-btn [class^="fa"]:before, [dir="rtl"] .pxl-btn [class*=" fa-"]:before, [dir="rtl"] .pxl-btn [class^="srn"]:before, [dir="rtl"] .pxl-btn [class*=" srn-"]:before, [dir="rtl"] .pxl-btn [class^="pxli-"]:before, [dir="rtl"] .pxl-btn [class*=" pxli-"]:before, [dir="rtl"] .pxl-btn [class^="flaticon-"]:before, [dir="rtl"] .pxl-btn [class*=" flaticon-"]:before {
display: inline-flex;
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.pxl-btn span {
position: relative;
-webkit-transition: transform 0.3s linear;
-khtml-transition: transform 0.3s linear;
-moz-transition: transform 0.3s linear;
-ms-transition: transform 0.3s linear;
-o-transition: transform 0.3s linear;
transition: transform 0.3s linear;
}
.pxl-btn .pxl-icon {
z-index: 1;
}
.pxl-btn:active:before, .pxl-btn:hover:before, .pxl-btn:focus:before {
top: 0;
height: 100%;
}
.pxl-btn:active:after, .pxl-btn:hover:after, .pxl-btn:focus:after {
opacity: 0;
-webkit-transform: translateY(-6px);
-khtml-transform: translateY(-6px);
-moz-transform: translateY(-6px);
-ms-transform: translateY(-6px);
-o-transform: translateY(-6px);
transform: translateY(-6px);
}
.pxl-btn:active [class^="fa"], .pxl-btn:active [class*=" fa-"], .pxl-btn:active [class^="srn"], .pxl-btn:active [class*=" srn-"], .pxl-btn:active [class^="pxli-"], .pxl-btn:active [class*=" pxli-"], .pxl-btn:active [class^="flaticon-"], .pxl-btn:active [class*=" flaticon-"], .pxl-btn:hover [class^="fa"], .pxl-btn:hover [class*=" fa-"], .pxl-btn:hover [class^="srn"], .pxl-btn:hover [class*=" srn-"], .pxl-btn:hover [class^="pxli-"], .pxl-btn:hover [class*=" pxli-"], .pxl-btn:hover [class^="flaticon-"], .pxl-btn:hover [class*=" flaticon-"], .pxl-btn:focus [class^="fa"], .pxl-btn:focus [class*=" fa-"], .pxl-btn:focus [class^="srn"], .pxl-btn:focus [class*=" srn-"], .pxl-btn:focus [class^="pxli-"], .pxl-btn:focus [class*=" pxli-"], .pxl-btn:focus [class^="flaticon-"], .pxl-btn:focus [class*=" flaticon-"] {
-webkit-animation: readmoreIcon 500ms linear 0s;
-khtml-animation: readmoreIcon 500ms linear 0s;
-moz-animation: readmoreIcon 500ms linear 0s;
-ms-animation: readmoreIcon 500ms linear 0s;
-o-animation: readmoreIcon 500ms linear 0s;
animation: readmoreIcon 500ms linear 0s;
}
[dir="rtl"] .pxl-btn:active [class^="fa"], [dir="rtl"] .pxl-btn:active [class*=" fa-"], [dir="rtl"] .pxl-btn:active [class^="srn"], [dir="rtl"] .pxl-btn:active [class*=" srn-"], [dir="rtl"] .pxl-btn:active [class^="pxli-"], [dir="rtl"] .pxl-btn:active [class*=" pxli-"], [dir="rtl"] .pxl-btn:active [class^="flaticon-"], [dir="rtl"] .pxl-btn:active [class*=" flaticon-"], [dir="rtl"] .pxl-btn:hover [class^="fa"], [dir="rtl"] .pxl-btn:hover [class*=" fa-"], [dir="rtl"] .pxl-btn:hover [class^="srn"], [dir="rtl"] .pxl-btn:hover [class*=" srn-"], [dir="rtl"] .pxl-btn:hover [class^="pxli-"], [dir="rtl"] .pxl-btn:hover [class*=" pxli-"], [dir="rtl"] .pxl-btn:hover [class^="flaticon-"], [dir="rtl"] .pxl-btn:hover [class*=" flaticon-"], [dir="rtl"] .pxl-btn:focus [class^="fa"], [dir="rtl"] .pxl-btn:focus [class*=" fa-"], [dir="rtl"] .pxl-btn:focus [class^="srn"], [dir="rtl"] .pxl-btn:focus [class*=" srn-"], [dir="rtl"] .pxl-btn:focus [class^="pxli-"], [dir="rtl"] .pxl-btn:focus [class*=" pxli-"], [dir="rtl"] .pxl-btn:focus [class^="flaticon-"], [dir="rtl"] .pxl-btn:focus [class*=" flaticon-"] {
-webkit-animation: readmoreIcon-rtl 500ms linear 0s;
-khtml-animation: readmoreIcon-rtl 500ms linear 0s;
-moz-animation: readmoreIcon-rtl 500ms linear 0s;
-ms-animation: readmoreIcon-rtl 500ms linear 0s;
-o-animation: readmoreIcon-rtl 500ms linear 0s;
animation: readmoreIcon-rtl 500ms linear 0s;
}
.pxl-btn .btn-text {
display: inline-block;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-btn .pxl-btn-spinner {
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
margin-top: -7.5px;
margin-left: -7.5px;
line-height: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-btn.loading .btn-icon, .pxl-btn .loading .btn-icon {
opacity: 0;
visibility: hidden;
}
.pxl-btn.loading .btn-text, .pxl-btn .loading .btn-text {
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.pxl-btn.loading .pxl-btn-spinner, .pxl-btn .loading .pxl-btn-spinner {
font-size: inherit;
opacity: 1;
visibility: visible;
-webkit-animation: spin 1s infinite linear;
-khtml-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
}
.link-more {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 13px;
line-height: 24px;
text-transform: uppercase;
font-family: var(--body-font-family);
font-weight: 500;
color: var(--primary-color);
letter-spacing: 0.15em;
padding-bottom: 1px;
}
.link-more > * {
max-width: 100%;
}
.link-more.underline-true:after {
content: "";
width: calc(100% - 24px);
height: 1px;
background-color: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.25s ease;
-khtml-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
[dir="rtl"] .link-more.underline-true:after {
left: auto;
right: 0;
}
.link-more.underline-true:hover:after {
width: 100%;
background-color: var(--link-color-hover);
}
.link-more.underline-true.underline_style-1:after {
width: 100%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
bottom: 2px;
transform-origin: center;
}
[dir="rtl"] .link-more.underline-true.underline_style-1:after {
left: 50%;
right: auto;
}
.link-more.underline-true.underline_style-1:hover:after {
width: 0;
}
.link-more .pxl-icon {
font-size: 12px;
opacity: 0;
margin-left: 8px;
-webkit-transform: translateX(-15px);
-khtml-transform: translateX(-15px);
-moz-transform: translateX(-15px);
-ms-transform: translateX(-15px);
-o-transform: translateX(-15px);
transform: translateX(-15px);
-webkit-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
-khtml-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
-moz-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
-ms-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
-o-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
}
[dir="rtl"] .link-more .pxl-icon {
-webkit-transform: translateX(15px);
-khtml-transform: translateX(15px);
-moz-transform: translateX(15px);
-ms-transform: translateX(15px);
-o-transform: translateX(15px);
transform: translateX(15px);
margin-left: 0;
margin-right: 8px;
}
[dir="rtl"] .link-more .pxl-icon:before {
display: inline-flex;
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.link-more:hover {
color: var(--link-color-hover);
}
.link-more:hover .pxl-icon {
opacity: 1;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.pxl-readmore {
position: relative;
display: inline-flex;
align-items: center;
font-size: 13px;
line-height: 24px;
text-transform: uppercase;
font-family: var(--body-font-family);
font-weight: 500;
color: var(--primary-color);
letter-spacing: 0.15em;
padding-bottom: 1px;
}
.pxl-readmore .pxl-icon {
font-size: 12px;
opacity: 0;
margin-left: 8px;
-webkit-transform: translateX(-15px);
-khtml-transform: translateX(-15px);
-moz-transform: translateX(-15px);
-ms-transform: translateX(-15px);
-o-transform: translateX(-15px);
transform: translateX(-15px);
-webkit-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
-khtml-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
-moz-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
-ms-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
-o-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
}
[dir="rtl"] .pxl-readmore .pxl-icon {
margin-left: 0;
margin-right: 8px;
-webkit-transform: translateX(15px);
-khtml-transform: translateX(15px);
-moz-transform: translateX(15px);
-ms-transform: translateX(15px);
-o-transform: translateX(15px);
transform: translateX(15px);
}
[dir="rtl"] .pxl-readmore .pxl-icon:before {
content: "";
}
.pxl-readmore:after {
content: "";
width: calc(100% - 22px);
height: 1px;
background-color: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.25s ease;
-khtml-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
[dir="rtl"] .pxl-readmore:after {
left: auto;
right: 0;
}
.pxl-readmore:hover {
color: var(--link-color-hover);
}
.pxl-readmore:hover .pxl-icon {
opacity: 1;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.pxl-readmore:hover:after {
width: 100%;
background-color: var(--link-color-hover);
}
.btn-link {
font-weight: normal;
color: var(--link-color);
text-decoration: none;
}
.btn-link:hover {
color: var(--link-color-hover);
text-decoration: none;
}
.btn-readmore-plus {
width: 41px;
height: 41px;
line-height: 41px;
display: inline-block;
background-color: var(--second-color);
color: #fff;
text-align: center;
font-size: 16px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.dash-link-more {
font-size: 16px;
line-height: 26px;
font-weight: 500;
border-style: dashed;
border-width: 2px;
border-color: var(--primary-color);
border-radius: 3px;
padding: 14px 54px;
text-align: center;
cursor: pointer;
color: #1b1b1b;
}
@media (max-width: 480px) {
.dash-link-more {
padding: 14px 24px;
}
}
.dash-link-more:active, .dash-link-more:hover, .dash-link-more:focus {
background-color: var(--primary-color);
color: #fff;
}
.pxl-btn-content {
display: flex;
align-items: center;
justify-content: center;
margin: 0 -5px;
}
.pxl-btn-content > span {
flex: 0 0 auto;
position: relative;
padding-left: 5px;
padding-right: 5px;
white-space: nowrap;
display: inline-flex;
}
.pxl-btn-content > span.pxl-align-icon-right {
order: 2;
}
.pxl-btn-content .pxl-btn-icon {
margin-top: -2px;
}
.btn.focus, .btn:focus {
outline: 0;
box-shadow: none;
}
.pxl-readmore-round-arrow {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pxl-readmore-round-arrow > * {
max-width: 100%;
}
.pxl-readmore-round-arrow .pxli {
width: 86px;
height: 86px;
display: inline-flex;
border: 2px solid var(--primary-color);
align-items: center;
justify-content: center;
font-size: 20px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 1199px) {
.pxl-readmore-round-arrow .pxli {
width: 56px;
height: 56px;
font-size: 16px;
}
}
.pxl-readmore-round-arrow .rm-text {
font-size: 16px;
line-height: 28px;
font-weight: 600;
margin-left: 15px;
}
.pxl-readmore-round-arrow:hover .pxli {
-webkit-animation: bounceIn 3s linear 0s;
-khtml-animation: bounceIn 3s linear 0s;
-moz-animation: bounceIn 3s linear 0s;
-ms-animation: bounceIn 3s linear 0s;
-o-animation: bounceIn 3s linear 0s;
animation: bounceIn 3s linear 0s;
}
.pxl-readmore-round-arrow:hover .rm-text {
-webkit-animation: readmoreIcon 500ms linear 0s;
-khtml-animation: readmoreIcon 500ms linear 0s;
-moz-animation: readmoreIcon 500ms linear 0s;
-ms-animation: readmoreIcon 500ms linear 0s;
-o-animation: readmoreIcon 500ms linear 0s;
animation: readmoreIcon 500ms linear 0s;
}
.pxl-readmore-round-arrow-small {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.pxl-readmore-round-arrow-small > * {
max-width: 100%;
}
.pxl-readmore-round-arrow-small .pxli {
width: 53px;
height: 53px;
display: inline-flex;
border: 2px solid var(--primary-color);
align-items: center;
justify-content: center;
font-size: 13px;
color: #fff;
background-color: transparent;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-readmore-round-arrow-small:hover .pxli {
-webkit-animation: bounceIn 2s linear 0s;
-khtml-animation: bounceIn 2s linear 0s;
-moz-animation: bounceIn 2s linear 0s;
-ms-animation: bounceIn 2s linear 0s;
-o-animation: bounceIn 2s linear 0s;
animation: bounceIn 2s linear 0s;
}
@media (min-width: 1200px) {
.header-height {
height: 96px;
}
.pxl-header-transparent {
position: absolute;
left: 0;
right: 0;
z-index: 2;
}
}
#pxl-header {
-webkit-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
}
.header-type-df {
position: absolute;
left: 0;
right: 0;
z-index: 2;
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header-type-df.h-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 999;
-webkit-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
-khtml-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
-moz-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
-ms-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
-o-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.pxl-header-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 99;
opacity: 0;
-webkit-transform: translateY(-100%);
-khtml-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
-khtml-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
-moz-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
-ms-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
-o-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
}
.pxl-header-sticky.h-fixed {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-transform: translateY(0%);
-khtml-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
opacity: 1;
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.pxl-header-sticky.pxl-header-rotate-x {
-webkit-transition: all 0.3s ease-out !important;
-khtml-transition: all 0.3s ease-out !important;
-moz-transition: all 0.3s ease-out !important;
-ms-transition: all 0.3s ease-out !important;
-o-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important;
-webkit-transform: perspective(300px) rotateX(-90deg);
transform: perspective(300px) rotateX(-90deg);
-webkit-transform-origin: top;
-khtml-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
}
.pxl-header-sticky.pxl-header-rotate-x.h-fixed {
-webkit-transform: perspective(300px) rotateX(0deg);
transform: perspective(300px) rotateX(0deg);
}
.pxl-header-main-sticky {
z-index: 1;
-webkit-transition: all 0.3s ease-out !important;
-khtml-transition: all 0.3s ease-out !important;
-moz-transition: all 0.3s ease-out !important;
-ms-transition: all 0.3s ease-out !important;
-o-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important;
}
.pxl-header-main-sticky.h-fixed {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 99;
background-color: #fff;
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.sticky-direction-scroll-down .pxl-header-main-sticky.h-fixed {
-webkit-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
}
.pxl-header-fixed-top {
width: 100%;
position: fixed;
left: 0;
top: 0;
background-color: transparent;
box-sizing: border-box;
z-index: 1000;
-webkit-transition: background 0.4s ease-in-out 0.3s;
transition: background 0s ease-in-out 0s;
}
.admin-bar .pxl-header-sticky {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .pxl-header-sticky {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .pxl-header-sticky {
top: 0;
}
}
.admin-bar .h-fixed {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .h-fixed {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .h-fixed {
top: 0;
}
}
.admin-bar .pxl-header-fixed-top {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .pxl-header-fixed-top {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .pxl-header-fixed-top {
top: 0;
}
}
@media (min-width: 1200px) {
.pxl-page.header-pos-fixed-left .pxl-header, .pxl-page.header-pos-fixed-right .pxl-header {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
height: 100%;
width: 100%;
max-width: 25%;
overflow-y: overlay;
z-index: 1;
scrollbar-width: none;
}
.pxl-page.header-pos-fixed-left .pxl-header::-webkit-scrollbar, .pxl-page.header-pos-fixed-right .pxl-header::-webkit-scrollbar {
height: 0;
width: 7px;
background-color: transparent;
}
.pxl-page.header-pos-fixed-left .pxl-header::-webkit-scrollbar-track, .pxl-page.header-pos-fixed-right .pxl-header::-webkit-scrollbar-track {
border-radius: 0;
}
.pxl-page.header-pos-fixed-left .pxl-header::-webkit-scrollbar-thumb, .pxl-page.header-pos-fixed-right .pxl-header::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: transparent;
}
.pxl-page.header-pos-fixed-left .pxl-header:hover::-webkit-scrollbar, .pxl-page.header-pos-fixed-right .pxl-header:hover::-webkit-scrollbar {
width: 7px;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 0;
}
.pxl-page.header-pos-fixed-left .pxl-header:hover::-webkit-scrollbar-thumb, .pxl-page.header-pos-fixed-right .pxl-header:hover::-webkit-scrollbar-thumb {
background-color: rgba(204, 204, 204, 0.3);
}
.pxl-page.header-pos-fixed-left .elementor-section.elementor-section-boxed > .elementor-container, .pxl-page.header-pos-fixed-right .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1170px;
}
.admin-bar .pxl-page.header-pos-fixed-left .pxl-header, .admin-bar .pxl-page.header-pos-fixed-right .pxl-header {
top: 32px;
}
.pxl-page.header-pos-fixed-left {
padding-left: 25%;
}
.pxl-page.header-pos-fixed-left .pxl-header {
left: 0;
}
.pxl-page.header-pos-fixed-right {
padding-right: 25%;
}
.pxl-page.header-pos-fixed-right .pxl-header {
right: 0;
}
.pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu > li > .sub-menu {
left: auto;
right: 100%;
}
.pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu .sub-menu {
-webkit-transform: translate(-20px, 0);
-khtml-transform: translate(-20px, 0);
-moz-transform: translate(-20px, 0);
-ms-transform: translate(-20px, 0);
-o-transform: translate(-20px, 0);
transform: translate(-20px, 0);
}
.pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu li:hover > .sub-menu {
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu > li {
flex-direction: row-reverse;
}
.pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu > li > .main-menu-toggle {
right: auto;
left: 30px;
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
}
@media (min-width: 1600px) {
.pxl-page.header-pos-fixed-left .pxl-main .elementor-section .elementor-container {
margin-left: 65px;
}
.pxl-page.header-pos-fixed-left .pxl-footer .elementor-section .elementor-container {
margin-left: 65px;
}
.pxl-page.header-pos-fixed-right .pxl-main .elementor-section .elementor-container {
margin-right: 65px;
}
.pxl-page.header-pos-fixed-right .pxl-footer .elementor-section .elementor-container {
margin-right: 65px;
}
}
@media (max-width: 1199px) {
.pxl-header-mobile-transparent, .pxl-header-mobile-transparent-sticky {
position: absolute;
left: 0;
right: 0;
z-index: 1;
}
}
.header-mobile-type-df {
position: absolute;
left: 0;
right: 0;
z-index: 1;
}
.pxl-header-mobile-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 99;
-webkit-transform: translateY(-100%);
-khtml-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
-khtml-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
-moz-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
-ms-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
-o-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
}
.pxl-header-mobile-sticky.mh-fixed {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-transform: translateY(0%);
-khtml-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.pxl-header-mobile-main-sticky {
z-index: 1;
-webkit-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
-khtml-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
-moz-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
-ms-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
-o-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
}
.pxl-header-mobile-main-sticky.mh-fixed {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 99;
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-webkit-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
}
.pxl-header-mobile-transparent-sticky {
z-index: 1;
-webkit-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
-khtml-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
-moz-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
-ms-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
-o-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
}
.pxl-header-mobile-transparent-sticky.mh-fixed {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 99;
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-webkit-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
}
.pxl-header-mobile-fixed-top {
width: 100%;
position: fixed;
left: 0;
top: 0;
background-color: transparent;
box-sizing: border-box;
z-index: 1000;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3 ease;
}
.logged-in .pxl-header-mobile-sticky.mh-fixed, .logged-in .pxl-header-mobile-main-sticky.mh-fixed, .logged-in .pxl-header-mobile-transparent-sticky.mh-fixed {
top: 32px;
}
@media screen and (max-width: 782px) {
.logged-in .pxl-header-mobile-sticky.mh-fixed, .logged-in .pxl-header-mobile-main-sticky.mh-fixed, .logged-in .pxl-header-mobile-transparent-sticky.mh-fixed {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.logged-in .pxl-header-mobile-sticky.mh-fixed, .logged-in .pxl-header-mobile-main-sticky.mh-fixed, .logged-in .pxl-header-mobile-transparent-sticky.mh-fixed {
top: 0;
}
}
.logged-in .pxl-header-mobile-fixed-top {
top: 32px;
}
@media screen and (max-width: 782px) {
.logged-in .pxl-header-mobile-fixed-top {
top: 46px;
}
}
.header-mobile-nav {
padding-top: 5px;
padding-bottom: 5px;
display: flex;
align-items: center;
}
.menu-mobile-toggle-nav {
display: inline-block;
width: 32px;
min-width: 32px;
height: 22px;
position: relative;
text-decoration: none;
cursor: pointer;
}
.menu-mobile-toggle-nav span {
position: absolute;
height: 2px;
background-color: #fff;
border-radius: 2px;
-webkit-transition: width 0.3s linear 0s, background-color 0.3s ease;
-khtml-transition: width 0.3s linear 0s, background-color 0.3s ease;
-moz-transition: width 0.3s linear 0s, background-color 0.3s ease;
-ms-transition: width 0.3s linear 0s, background-color 0.3s ease;
-o-transition: width 0.3s linear 0s, background-color 0.3s ease;
transition: width 0.3s linear 0s, background-color 0.3s ease;
}
[dir="rtl"] .menu-mobile-toggle-nav span {
left: 0;
}
.menu-mobile-toggle-nav span:nth-child(1) {
width: 24px;
top: 0;
bottom: auto;
}
.menu-mobile-toggle-nav span:nth-child(2) {
width: 32px;
top: 10px;
bottom: auto;
}
.menu-mobile-toggle-nav span:nth-child(3) {
width: 18px;
top: auto;
bottom: 0;
}
.menu-mobile-toggle-nav.cliked span, .menu-mobile-toggle-nav:hover span {
background-color: #fff;
}
.menu-mobile-toggle-nav.cliked span:nth-child(1), .menu-mobile-toggle-nav:hover span:nth-child(1) {
width: 32px;
}
.menu-mobile-toggle-nav.cliked span:nth-child(2), .menu-mobile-toggle-nav:hover span:nth-child(2) {
width: 18px;
}
.menu-mobile-toggle-nav.cliked span:nth-child(3), .menu-mobile-toggle-nav:hover span:nth-child(3) {
width: 24px;
}
@media (max-width: 1199px) {
.pxl-header-mobile .header-main-mobile {
position: relative;
-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
background-color: #fff;
}
.pxl-header-mobile .mobile-menu-toggle .bars {
line-height: 1;
cursor: pointer;
}
.pxl-header-mobile .mobile-menu-toggle .bars span {
width: 30px;
height: 3px;
background-color: var(--second-color);
display: block;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-header-mobile .mobile-menu-toggle .bars span:nth-child(2) {
margin: 7px 0;
}
.pxl-header-mobile .mobile-menu-toggle .bars:hover span {
background-color: var(--primary-color);
}
.header-mobile-content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-mobile-content > * {
max-width: 100%;
}
}
.logo-default {
display: block;
}
.logo-default.logo-desktop img {
max-width: var(--logo-width);
}
.logo-default.logo-mobile {
padding-top: 10px;
padding-bottom: 10px;
}
.logo-default.logo-mobile img {
max-width: var(--logo-mobile_width);
}
@media (min-width: 1200px) {
.pxl-primary-menu {
padding: 0;
margin: 0;
list-style: none;
margin-left: -19px;
margin-right: -19px;
display: flex;
flex-wrap: wrap;
}
.pxl-primary-menu ul, .pxl-primary-menu ol {
list-style: none;
padding: 0;
margin: 0;
}
.pxl-primary-menu li {
position: relative;
padding: 0;
flex: 0 0 100%;
width: 100%;
max-width: 100%;
}
.pxl-primary-menu li:hover > .sub-menu {
z-index: 2;
visibility: visible;
opacity: 1;
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.pxl-primary-menu > li {
flex: 0 0 auto;
width: auto;
margin: 0 19px;
display: inline-flex;
}
.pxl-primary-menu > li > a {
color: #fff;
font-size: 18px;
font-weight: 700;
font-family: var(--heading-font-family);
line-height: 96px;
display: inline-block;
letter-spacing: 0.02em;
position: relative;
}
.pxl-primary-menu > li > a:after {
content: "";
width: 0;
height: 4px;
background-color: #fff;
position: absolute;
left: 0;
bottom: 0;
opacity: 0;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-primary-menu > li > a:hover {
color: #fff;
}
.pxl-primary-menu > li.active > a, .pxl-primary-menu > li.active > .main-menu-toggle, .pxl-primary-menu > li.current-menu-item > a, .pxl-primary-menu > li.current-menu-item > .main-menu-toggle, .pxl-primary-menu > li.current-menu-ancestor > a, .pxl-primary-menu > li.current-menu-ancestor > .main-menu-toggle, .pxl-primary-menu > li:hover > a, .pxl-primary-menu > li:hover > .main-menu-toggle {
color: #fff;
}
.pxl-primary-menu > li.active > a:after, .pxl-primary-menu > li.current-menu-item > a:after, .pxl-primary-menu > li.current-menu-ancestor > a:after, .pxl-primary-menu > li:hover > a:after {
left: 0;
opacity: 1;
width: 100%;
}
.pxl-primary-menu > li.pxl-megamenu.current-menu-item:before, .pxl-primary-menu > li.pxl-megamenu.current-menu-ancestor:before {
width: 0;
height: 0;
-webkit-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
-khtml-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
-moz-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
-ms-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
-o-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
}
.pxl-primary-menu > li.pxl-megamenu.current-menu-item:hover:before, .pxl-primary-menu > li.pxl-megamenu.current-menu-ancestor:hover:before {
width: 100%;
height: 4px;
}
.pxl-primary-menu > li > .main-menu-toggle {
line-height: 1;
align-self: center;
margin-left: 5px;
font-weight: normal;
color: #fff;
font-size: 14px;
margin-bottom: -2px;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-primary-menu > li > .main-menu-toggle:before {
font-family: "Material-Design-Iconic-Font";
content: "";
}
[dir="rtl"] .pxl-primary-menu > li > .main-menu-toggle {
margin-left: 0;
margin-right: 6px;
}
.pxl-primary-menu > li > .sub-menu {
left: -15px;
}
[dir="rtl"] .pxl-primary-menu > li > .sub-menu {
left: auto;
right: -15px;
}
.pxl-primary-menu > li.active > a, .pxl-primary-menu > li.active > .main-menu-toggle, .pxl-primary-menu > li:hover > a, .pxl-primary-menu > li:hover > .main-menu-toggle {
color: #fff;
}
.pxl-primary-menu > li.active > a .pxl-menu-title:after, .pxl-primary-menu > li.active > .main-menu-toggle .pxl-menu-title:after, .pxl-primary-menu > li:hover > a .pxl-menu-title:after, .pxl-primary-menu > li:hover > .main-menu-toggle .pxl-menu-title:after {
background: #fff;
}
.pxl-primary-menu > li.active:before, .pxl-primary-menu > li:hover:before {
background-color: #fff;
}
.pxl-primary-menu .sub-menu:not(.pxl-mega-menu) {
padding: 16px 0;
}
.pxl-primary-menu .sub-menu {
width: 200px;
color: var(--heading-color);
background-color: #FFFFFF;
background-repeat: repeat-x;
background-position: top left;
position: absolute;
top: 100%;
left: 100%;
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-border-radius: 0 0 0 0;
-khtml-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
-webkit-transform: translate(0, 20px);
-khtml-transform: translate(0, 20px);
-moz-transform: translate(0, 20px);
-ms-transform: translate(0, 20px);
-o-transform: translate(0, 20px);
transform: translate(0, 20px);
-webkit-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-khtml-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-moz-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-ms-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-o-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-webkit-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
-khtml-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
-moz-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
-ms-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
-o-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
}
.pxl-primary-menu .sub-menu.back {
left: auto;
right: 100%;
}
[dir="rtl"] .pxl-primary-menu .sub-menu {
left: auto;
right: 100%;
}
[dir="rtl"] .pxl-primary-menu .sub-menu.back {
right: auto;
left: 100%;
}
.pxl-primary-menu .sub-menu li {
padding: 0;
}
.pxl-primary-menu .sub-menu li:last-child a {
border-bottom: 0;
}
.pxl-primary-menu .sub-menu li > .main-menu-toggle {
line-height: 1;
align-self: center;
position: absolute;
top: 50%;
right: 15px;
font-size: 15px;
color: var(--heading-color);
opacity: 1;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: transform 0.3s ease, opacity 0.3s ease;
-khtml-transition: transform 0.3s ease, opacity 0.3s ease;
-moz-transition: transform 0.3s ease, opacity 0.3s ease;
-ms-transition: transform 0.3s ease, opacity 0.3s ease;
-o-transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.pxl-primary-menu .sub-menu li > .main-menu-toggle:before {
font-family: "Material-Design-Iconic-Font";
content: "";
}
.pxl-primary-menu .sub-menu li > a {
display: block;
font-size: 15px;
line-height: 1.5;
font-weight: 400;
padding: 8px 20px;
color: var(--heading-color);
background-color: transparent;
position: relative;
}
.pxl-primary-menu .sub-menu li > a:hover {
color: var(--second-color);
background-color: transparent;
}
.pxl-primary-menu .sub-menu li:hover > .sub-menu {
top: -16px;
}
.pxl-primary-menu .sub-menu li:hover > .main-menu-toggle {
color: var(--second-color);
opacity: 0;
-webkit-transform: translate(10px, -50%);
-khtml-transform: translate(10px, -50%);
-moz-transform: translate(10px, -50%);
-ms-transform: translate(10px, -50%);
-o-transform: translate(10px, -50%);
transform: translate(10px, -50%);
}
.pxl-primary-menu .sub-menu li.active > .main-menu-toggle, .pxl-primary-menu .sub-menu li.current-menu-item > .main-menu-toggle, .pxl-primary-menu .sub-menu li.current-menu-ancestor > .main-menu-toggle {
color: var(--second-color);
}
.pxl-primary-menu .sub-menu li.active > a, .pxl-primary-menu .sub-menu li.current-menu-item > a, .pxl-primary-menu .sub-menu li.current-menu-ancestor > a {
color: var(--second-color);
background-color: transparent;
}
.pxl-primary-menu .sub-menu li.active > a:before, .pxl-primary-menu .sub-menu li.current-menu-item > a:before, .pxl-primary-menu .sub-menu li.current-menu-ancestor > a:before {
left: 0;
}
.pxl-primary-menu .pxl-parent-menu-icon {
float: right;
}
.pxl-primary-menu .pxl-parent-menu-icon:before {
margin-left: 5px;
font-family: "pxli";
content: "j";
font-size: 12px;
}
[dir="rtl"] .pxl-primary-menu .pxl-parent-menu-icon:before {
margin-left: 0;
margin-right: 5px;
}
[dir="rtl"] .pxl-primary-menu .pxl-parent-menu-icon {
float: left;
}
.style-vr .pxl-primary-menu {
margin-left: 0;
margin-right: 0;
padding: 0 30px;
}
.style-vr .pxl-primary-menu > li {
margin: 0;
flex: 0 0 100%;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.style-vr .pxl-primary-menu > li > * {
max-width: 100%;
}
.style-vr .pxl-primary-menu > li > .main-menu-toggle {
position: absolute;
top: 50%;
margin-top: -10px;
right: 30px;
font-size: 16px;
}
.style-vr .pxl-primary-menu > li > .main-menu-toggle:before {
content: "";
}
.style-vr .pxl-primary-menu > li > a {
font-weight: normal;
line-height: 60px;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.style-vr .pxl-primary-menu > li.active > a, .style-vr .pxl-primary-menu > li.active > .main-menu-toggle, .style-vr .pxl-primary-menu > li.current-menu-item > a, .style-vr .pxl-primary-menu > li.current-menu-item > .main-menu-toggle, .style-vr .pxl-primary-menu > li.current-menu-ancestor > a, .style-vr .pxl-primary-menu > li.current-menu-ancestor > .main-menu-toggle, .style-vr .pxl-primary-menu > li:hover > a, .style-vr .pxl-primary-menu > li:hover > .main-menu-toggle {
color: #fff;
font-weight: 700;
}
.style-vr .pxl-primary-menu > li > .sub-menu {
left: 0;
right: 0;
}
[dir="rtl"] .style-vr .pxl-primary-menu > li > .sub-menu {
left: 0;
}
.style-vr .pxl-primary-menu .sub-menu {
top: 100%;
left: 0;
right: 0;
width: 100%;
text-align: center;
padding: 30px 30px;
}
.style-vr .pxl-primary-menu .sub-menu a:hover {
padding-left: 0;
}
}
li.pxl-megamenu {
position: static;
}
.pxl-mega-menu {
max-width: var(--megamenu-max-width);
}
@media (min-width: 1200px) {
.pxl-mega-menu {
left: 50% !important;
padding: 0;
overflow: hidden;
border-radius: 8px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
-khtml-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
-moz-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
-ms-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
-o-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
-webkit-transform: translate(-50%, 20px) !important;
-khtml-transform: translate(-50%, 20px) !important;
-moz-transform: translate(-50%, 20px) !important;
-ms-transform: translate(-50%, 20px) !important;
-o-transform: translate(-50%, 20px) !important;
transform: translate(-50%, 20px) !important;
}
}
@media (max-width: 1199px) {
.pxl-mega-menu .elementor-section {
background-image: none !important;
background-color: transparent !important;
}
.pxl-mega-menu .elementor-background-overlay {
background-image: none !important;
background-color: transparent !important;
}
}
.pxl-mega-menu .pxl-heading-wrap .heading-title {
display: inline-flex;
}
.pxl-primary-menu li:hover > .sub-menu.pxl-mega-menu {
-webkit-transform: translate(-50%, 0) !important;
-khtml-transform: translate(-50%, 0) !important;
-moz-transform: translate(-50%, 0) !important;
-ms-transform: translate(-50%, 0) !important;
-o-transform: translate(-50%, 0) !important;
transform: translate(-50%, 0) !important;
}
.pxl-primary-menu .sub-menu.pxl-mega-menu {
width: 100%;
background-color: #fff;
}
.sub-menu.pxl-mega-menu {
width: 100%;
}
.sub-menu.pxl-mega-menu .elementor-container .elementor-container {
max-width: 100% !important;
}
@media (min-width: 1200px) {
.header-main-menu .sub-menu.pxl-mega-menu {
padding-left: 35px;
padding-right: 35px;
}
.pxl-primary-menu .sub-menu.pxl-mega-menu a:not(.pxl-btn) {
border-bottom: 0;
overflow: visible;
}
.pxl-primary-menu .sub-menu.pxl-mega-menu a:not(.pxl-btn):before {
display: none;
}
.pxl-primary-menu .sub-menu.pxl-mega-menu a:not(.pxl-btn):hover {
background-color: transparent;
}
.pxl-primary-menu .sub-menu.pxl-mega-menu .current-menu-item > a:not(.pxl-btn), .pxl-primary-menu .sub-menu.pxl-mega-menu .current-menu-ancestor > a:not(.pxl-btn) {
background-color: transparent;
}
}
.pxl-nav-menu-mobile ul, .pxl-nav-menu-mobile ol {
list-style: none;
padding: 0;
margin: 0;
}
.pxl-nav-menu-mobile ul li, .pxl-nav-menu-mobile ol li {
position: relative;
padding: 0;
}
.pxl-mobile-menu {
padding: 0;
margin: 0;
list-style: none;
}
.pxl-mobile-menu > li {
color: #fff;
position: relative;
}
.pxl-mobile-menu > li > a {
padding: 10px 0;
color: #fff;
font-family: var(--heading-font-family);
font-size: 18px;
font-weight: 700;
display: inline-block;
text-transform: capitalize;
background-color: transparent;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.pxl-mobile-menu .menu-item:hover, .pxl-mobile-menu .menu-item:active, .pxl-mobile-menu .current-menu-item, .pxl-mobile-menu .current-menu-ancestor {
color: var(--second-color);
}
.pxl-mobile-menu .menu-item:hover > a, .pxl-mobile-menu .menu-item:active > a, .pxl-mobile-menu .current-menu-item > a, .pxl-mobile-menu .current-menu-ancestor > a {
color: var(--second-color);
background-color: transparent;
}
.pxl-mobile-menu .menu-item:active {
color: var(--second-color);
}
.pxl-mobile-menu .menu-item:active > a {
color: var(--second-color);
background-color: transparent;
}
.pxl-mobile-menu .sub-menu {
display: none;
list-style: none;
}
.pxl-mobile-menu .sub-menu .menu-item {
position: relative;
color: #fff;
}
.pxl-mobile-menu .sub-menu .menu-item > a {
padding: 5px 15px;
display: inline-block;
color: #fff;
font-size: 14px;
font-weight: 400;
background-color: transparent;
font-family: var(--body-font-family);
text-transform: capitalize;
position: relative;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.pxl-mobile-menu .sub-menu .menu-item:hover, .pxl-mobile-menu .sub-menu .current-menu-item, .pxl-mobile-menu .sub-menu .current-menu-ancestor {
color: var(--second-color);
}
.pxl-mobile-menu .sub-menu .menu-item:hover > a, .pxl-mobile-menu .sub-menu .current-menu-item > a, .pxl-mobile-menu .sub-menu .current-menu-ancestor > a {
color: var(--second-color);
background-color: transparent;
}
.pxl-mobile-menu .sub-menu .menu-item:active {
color: var(--second-color);
}
.pxl-mobile-menu .sub-menu .menu-item:active > a {
color: var(--second-color);
background-color: transparent;
}
.pxl-mobile-menu .sub-menu .pxl-heading-wrap {
display: none;
}
.pxl-mobile-menu .sub-menu .elementor-section .elementor-container {
flex-wrap: wrap;
}
.pxl-mobile-menu .sub-menu .elementor-column {
width: 100% !important;
}
.pxl-mobile-menu .sub-menu .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 0;
}
.pxl-mobile-menu .sub-menu .elementor-section .pxl-nav-menu-inner .pxl-nav-inner li {
padding: 0;
}
.pxl-mobile-menu .main-menu-toggle {
cursor: pointer;
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
font-size: 18px;
position: absolute;
right: -6px;
text-align: center;
top: 13px;
background-color: transparent;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-border-radius: 4px 4px 0 4px;
-khtml-border-radius: 4px 4px 0 4px;
-moz-border-radius: 4px 4px 0 4px;
-ms-border-radius: 4px 4px 0 4px;
-o-border-radius: 4px 4px 0 4px;
border-radius: 4px 4px 0 4px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
[dir="rtl"] .pxl-mobile-menu .main-menu-toggle {
right: auto;
left: -6px;
}
.pxl-mobile-menu .main-menu-toggle:before {
content: "";
font-family: "Material-Design-Iconic-Font";
}
.pxl-mobile-menu .main-menu-toggle.open:before {
content: "";
font-family: "Material-Design-Iconic-Font";
}
.pxl-mobile-menu .sub-menu .main-menu-toggle {
top: 5px;
}
.pxl-nav-menu-inner.style-2 ul {
list-style: none;
padding: 0;
margin: 0;
margin-left: -25px;
margin-right: -25px;
display: flex;
flex-wrap: wrap;
}
@media (max-width: 1199px) {
.pxl-nav-menu-inner.style-2 ul {
margin-left: -15px;
margin-right: -15px;
}
}
@media (max-width: 575px) {
.pxl-nav-menu-inner.style-2 ul {
justify-content: center;
}
}
.pxl-nav-menu-inner.style-2 ul li {
position: relative;
padding: 0;
}
.pxl-nav-menu-inner.style-2 ul > li {
flex: 0 0 auto;
width: auto;
margin: 0 25px;
display: inline-flex;
}
@media (max-width: 1199px) {
.pxl-nav-menu-inner.style-2 ul > li {
margin: 0 15px;
}
}
.pxl-nav-menu-inner.style-2 ul > li > a {
text-transform: uppercase;
display: inline-block;
color: #7e7e7e;
font-size: 14px;
letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
.pxl-nav-menu-inner.style-2 ul > li > a {
letter-spacing: 0;
}
}
.pxl-nav-menu-inner.style-2 ul > li.active > a, .pxl-nav-menu-inner.style-2 ul > li.active > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li.current-menu-item > a, .pxl-nav-menu-inner.style-2 ul > li.current-menu-item > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li.current-menu-ancestor > a, .pxl-nav-menu-inner.style-2 ul > li.current-menu-ancestor > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li:hover > a, .pxl-nav-menu-inner.style-2 ul > li:hover > .main-menu-toggle {
color: #fff;
}
@media (min-width: 1200px) {
.pxl-menu-canvas {
padding: 0;
margin: 0;
list-style: none;
}
.pxl-menu-canvas ul, .pxl-menu-canvas ol {
list-style: none;
padding: 0;
margin: 0;
}
.pxl-menu-canvas .pxl-megamenu {
position: relative !important;
}
.pxl-menu-canvas .main-menu-toggle {
cursor: pointer;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 28px;
position: absolute;
right: -6px;
text-align: center;
top: 14px;
color: var(--heading-color);
background-color: transparent;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-border-radius: 4px 4px 0 4px;
-khtml-border-radius: 4px 4px 0 4px;
-moz-border-radius: 4px 4px 0 4px;
-ms-border-radius: 4px 4px 0 4px;
-o-border-radius: 4px 4px 0 4px;
border-radius: 4px 4px 0 4px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
[dir="rtl"] .pxl-menu-canvas .main-menu-toggle {
right: auto;
left: 0;
}
.pxl-menu-canvas .main-menu-toggle:before {
content: "";
font-family: "Material-Design-Iconic-Font";
}
.pxl-menu-canvas .main-menu-toggle.open:before {
content: "";
font-family: "Material-Design-Iconic-Font";
}
.pxl-menu-canvas .main-menu-toggle:hover {
color: var(--second-color);
}
.pxl-menu-canvas > li {
position: relative;
}
.pxl-menu-canvas > li > a {
padding: 10px 0;
font-size: 40px;
font-family: var(--heading-font-family);
letter-spacing: 0.02em;
font-weight: 700;
position: relative;
color: var(--heading-color);
}
.pxl-menu-canvas > li > a .pxl-menu-title {
position: relative;
}
.pxl-menu-canvas > li > a .pxl-menu-title:after {
content: "";
width: 0;
height: 1px;
background-color: var(--heading-color);
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-menu-canvas > li > a:active .pxl-menu-title:after, .pxl-menu-canvas > li > a:hover .pxl-menu-title:after {
width: 100%;
}
.pxl-menu-canvas > li.current-menu-parent > a, .pxl-menu-canvas > li.current-menu-ancestor > a {
color: var(--second-color);
}
.pxl-menu-canvas > li.current-menu-parent > a .pxl-menu-title:after, .pxl-menu-canvas > li.current-menu-ancestor > a .pxl-menu-title:after {
background-color: var(--second-color);
}
.pxl-menu-canvas > li.current-menu-parent > .main-menu-toggle, .pxl-menu-canvas > li.current-menu-ancestor > .main-menu-toggle {
color: var(--second-color);
}
.pxl-menu-canvas .sub-menu {
display: none;
list-style: none;
padding: 8px 0 18px 3px;
}
.pxl-menu-canvas .sub-menu .menu-item {
position: relative;
color: var(--heading-color);
}
.pxl-menu-canvas .sub-menu .menu-item > a {
padding: 2px 15px;
display: inline-block;
color: var(--heading-color);
font-size: 18px !important;
position: relative;
}
.pxl-menu-canvas .sub-menu .menu-item > a:before {
position: absolute;
content: "";
height: 5px;
width: 5px;
top: 50%;
left: 0;
background-color: var(--second-color);
margin-top: -2.5px;
border-radius: 50%;
}
[dir="rtl"] .pxl-menu-canvas .sub-menu .menu-item > a:before {
left: auto;
right: 0;
}
.pxl-menu-canvas .sub-menu .menu-item:hover, .pxl-menu-canvas .sub-menu .menu-item:active, .pxl-menu-canvas .sub-menu .current-menu-item, .pxl-menu-canvas .sub-menu .current-menu-ancestor {
color: var(--second-color);
}
.pxl-menu-canvas .sub-menu .menu-item:hover > a, .pxl-menu-canvas .sub-menu .menu-item:active > a, .pxl-menu-canvas .sub-menu .current-menu-item > a, .pxl-menu-canvas .sub-menu .current-menu-ancestor > a {
color: var(--second-color);
}
.pxl-menu-canvas .sub-menu .menu-item:hover > .main-menu-toggle, .pxl-menu-canvas .sub-menu .menu-item:active > .main-menu-toggle, .pxl-menu-canvas .sub-menu .current-menu-item > .main-menu-toggle, .pxl-menu-canvas .sub-menu .current-menu-ancestor > .main-menu-toggle {
color: var(--second-color);
}
.pxl-menu-canvas .pxl-mega-menu .elementor-section {
padding: 0;
}
.pxl-menu-canvas .pxl-mega-menu .elementor-section .elementor-column {
width: 100% !important;
}
.pxl-menu-canvas .pxl-mega-menu .elementor-section .elementor-column > .elementor-element-populated {
padding: 0 !important;
}
.pxl-menu-canvas .pxl-mega-menu .hide-in-canvas-menu {
display: none;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.pxl-menu-canvas > li > a {
font-size: 32px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.pxl-menu-canvas .pxl-mega-menu {
width: auto;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transform: translate(0, 0) !important;
-khtml-transform: translate(0, 0) !important;
-moz-transform: translate(0, 0) !important;
-ms-transform: translate(0, 0) !important;
-o-transform: translate(0, 0) !important;
transform: translate(0, 0) !important;
}
}
.pxl-page-overlay {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
visibility: hidden;
cursor: none;
-webkit-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
-khtml-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
-moz-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
-ms-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
-o-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
}
.pxl-page-overlay.active {
opacity: 1;
visibility: visible;
}
@media (max-width: 991px) {
.pxl-page-overlay.active-mobile {
opacity: 1;
visibility: visible;
}
}
.admin-bar .pxl-hidden-template {
top: 32px;
height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
.admin-bar .pxl-hidden-template {
top: 46px;
height: calc(100% - 46px);
}
}
.pxl-hidden-template {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
height: 100%;
width: 100%;
z-index: -1;
padding: 0;
background: var(--tpl-bg-color);
right: 0;
will-change: transform;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
opacity: 0;
max-height: 100vh;
overflow-y: auto;
scrollbar-width: none;
}
.pxl-hidden-template .pxl-panel-header .panel-header-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pxl-hidden-template .pxl-panel-header .panel-header-inner > * {
max-width: 100%;
}
.pxl-hidden-template .pxl-panel-content {
position: relative;
flex: 1;
}
.pxl-hidden-template::-webkit-scrollbar {
height: 0;
width: 0;
background-color: transparent;
}
.pxl-hidden-template::-webkit-scrollbar-track {
border-radius: 0;
}
.pxl-hidden-template::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: transparent;
}
.pxl-hidden-template:hover::-webkit-scrollbar {
width: 0;
height: auto;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 0;
}
.pxl-hidden-template:hover::-webkit-scrollbar-thumb {
background-color: rgba(48, 48, 48, 0.1);
}
.pxl-close {
position: absolute;
border-radius: 50%;
width: 18px;
height: 18px;
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 1;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-close:before, .pxl-close:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: #112257;
transform-origin: 50% 50%;
opacity: 1;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s;
transition: transform ease 0.25s;
}
.pxl-close:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.pxl-close:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.pxl-close:hover:before, .pxl-close:hover:after {
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.pxl-panel-content .menu-main-container-wrap {
padding: 0;
min-height: calc(100% - 50px);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.pxl-panel-content .menu-main-container-wrap > * {
max-width: 100%;
}
.pxl-hidden-template.el-builder.pxl-user-login .elementor-column-gap-default > .elementor-column.elementor-element > .elementor-element-populated, .pxl-hidden-template.el-builder.pxl-side-mobile .elementor-column-gap-default > .elementor-column.elementor-element > .elementor-element-populated {
padding: 0;
}
.pxl-hidden-template.el-builder.pxl-user-login .elementor-section-boxed .elementor-inner-section > .elementor-column-gap-default, .pxl-hidden-template.el-builder.pxl-side-mobile .elementor-section-boxed .elementor-inner-section > .elementor-column-gap-default {
margin: 0;
}
.pxl-hidden-template.pos-full .pxl-close {
top: 40px;
right: 50px;
}
@media (max-width: 991px) {
.pxl-hidden-template.pos-full .pxl-close {
top: 30px;
right: 30px;
}
}
@media (min-width: 768px) {
.pxl-hidden-template.pxl-user-login .pxl-close:before, .pxl-hidden-template.pxl-user-login .pxl-close:after {
background-color: #fff;
}
}
.pxl-hidden-template.pxl-side-mobile .pxl-close {
top: 40px;
right: 30px;
}
[dir="rtl"] .pxl-hidden-template.pxl-side-mobile .pxl-close {
right: auto;
left: 30px;
}
@media (max-width: 575px) {
.pxl-hidden-template.pxl-side-mobile .pxl-close {
right: 20px;
}
[dir="rtl"] .pxl-hidden-template.pxl-side-mobile .pxl-close {
right: auto;
left: 20px;
}
}
.pxl-hidden-template.pxl-side-mobile .pxl-close:before, .pxl-hidden-template.pxl-side-mobile .pxl-close:after {
background-color: var(--second-color);
}
.pxl-hidden-template.pxl-side-mobile .pxl-mobile-menu .main-menu-toggle {
color: var(--second-color);
}
.pxl-hidden-template.mobile-panel-df .pxl-logo {
max-width: 165px;
}
.pxl-hidden-template.pxl-hidden-sidebar .pxl-close {
top: 30px;
right: 30px;
}
@media (max-width: 575px) {
.pxl-hidden-template.pxl-hidden-sidebar .pxl-close {
right: 20px;
}
}
.pxl-hidden-template.pxl-hidden-sidebar .pxl-close:before, .pxl-hidden-template.pxl-hidden-sidebar .pxl-close:after {
background-color: var(--second-color);
}
.pxl-hidden-template.pos-left {
width: 100%;
max-width: 300px;
right: auto;
left: 0;
-webkit-transform: translate(-100%, 0);
-khtml-transform: translate(-100%, 0);
-moz-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
@media (max-width: 575px) {
.pxl-hidden-template.pos-left {
width: 90%;
}
}
.pxl-hidden-template.pos-left.pxl-hidden-sidebar {
max-width: 490px;
}
.pxl-hidden-template.pos-right {
width: 100%;
max-width: 500px;
right: 0;
left: auto;
background-color: var(--primary-color);
-webkit-transform: translate(100%, 0);
-khtml-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate(100%, 0);
transform: translate(100%, 0);
}
@media (max-width: 575px) {
.pxl-hidden-template.pos-right {
width: 90%;
}
}
.pxl-hidden-template.pos-right .pxl-hidden-template-wrap {
position: relative;
padding: 64px 52px;
}
@media (max-width: 575px) {
.pxl-hidden-template.pos-right .pxl-hidden-template-wrap {
padding: 48px 15px;
}
}
@media (max-width: 480px) {
.pxl-hidden-template.pos-right .pxl-hidden-template-wrap {
padding: 48px 0;
}
}
.pxl-hidden-template.pos-right .pxl-panel-header .panel-header-inner {
justify-content: flex-end;
}
.pxl-hidden-template.pos-right .pxl-close {
width: 40px;
height: 40px;
position: absolute;
top: 0;
right: 0;
outline: none;
border-radius: 0;
opacity: 1;
color: #fff;
display: flex;
justify-content: center;
background-image: none;
background: var(--primary-color);
z-index: 1;
}
.pxl-hidden-template.pos-right .pxl-close:before, .pxl-hidden-template.pos-right .pxl-close:after {
width: 50%;
background-color: #fff;
left: 50%;
margin-left: -10px;
}
.pxl-hidden-template.pos-top {
width: 100%;
max-height: 280px;
left: 0;
right: 0;
-webkit-transform: translate(0, -100%);
-khtml-transform: translate(0, -100%);
-moz-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
-o-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.pxl-hidden-template.pos-top .pxl-panel-header {
padding: 0;
position: absolute;
top: 30px;
right: 30px;
z-index: 1;
}
.pxl-hidden-template.pos-center {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: transparent;
}
@media (max-width: 767px) {
.pxl-hidden-template.pos-center {
left: 15px;
right: 15px;
width: calc(100% - 30px);
}
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
width: 100%;
max-width: 870px;
position: relative;
border-radius: 10px;
overflow: hidden;
-webkit-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
-khtml-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
-ms-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
-o-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(0.6);
-khtml-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
}
@media (max-width: 1199px) {
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
max-width: 670px;
}
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap:hover {
-webkit-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
-khtml-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
-ms-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
-o-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}
.pxl-hidden-template.pos-center .pxl-panel-header {
padding: 0;
position: absolute;
top: 15px;
right: 15px;
z-index: 1;
}
.pxl-hidden-template.pos-center .pxl-panel-content {
padding: 40px 50px 50px;
}
@media (max-width: 1199px) {
.pxl-hidden-template.pos-center .pxl-panel-content {
padding: 30px 30px 40px;
}
}
.pxl-hidden-template.pos-center .pxl-close {
top: 15px;
right: 15px;
}
.pxl-hidden-template.pos-center.open .pxl-hidden-template-wrap {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-hidden-template.pos-full .pxl-panel-header {
padding: 0;
position: absolute;
top: 30px;
right: 30px;
z-index: 1;
}
.pxl-hidden-template.pos-full .pxl-hidden-template-wrap {
-webkit-transform: scale(0.6);
-khtml-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-hidden-template.pos-full .pxl-panel-content {
padding: 0;
}
.pxl-hidden-template.pos-full.open .pxl-hidden-template-wrap {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-hidden-template.open {
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
z-index: 99999;
}
.pxl-side-menu {
width: 100%;
max-width: 400px;
left: auto;
right: 0;
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.pxl-side-menu .pxl-panel-header {
padding: 30px 40px 0 40px;
position: relative;
z-index: 1;
}
.pxl-side-menu .pxl-panel-content {
padding: 0 25px 40px;
}
.pxl-popup-menu > .pxl-panel-content > .container > div.elementor {
max-width: 25%;
}
.pxl-popup-menu .elementor-section, .pxl-popup-menu .elementor-section .elementor-container, .pxl-popup-menu .elementor-column, .pxl-popup-menu .elementor-column-wrap, .pxl-popup-menu .elementor-widget-wrap, .pxl-popup-menu .elementor-widget {
position: static;
}
.admin-bar .pxl-side-cart {
height: auto;
top: 50%;
}
.phb-review-form-wrap .pxl-hidden-template-wrap {
background-color: #fff;
}
.pxl-page-title-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.pxl-pagetitle.layout-df {
background-color: #363636;
background-position: center 80%;
background-repeat: no-repeat;
background-size: auto;
position: relative;
padding-top: 246px;
padding-bottom: 44px;
color: #fff;
}
@media (max-width: 1199px) {
.pxl-pagetitle.layout-df {
padding-top: 185px;
}
}
@media (max-width: 991px) {
.pxl-pagetitle.layout-df {
padding-top: 150px;
}
}
@media (max-width: 767px) {
.pxl-pagetitle.layout-df {
padding-top: 150px;
}
}
@media (max-width: 575px) {
.pxl-pagetitle.layout-df {
padding-top: 150px;
}
}
.pxl-pagetitle.layout-df .pxl-page-title-overlay {
background-color: #00000073;
}
.pxl-pagetitle.layout-df .pxl-page-title .main-title {
color: #fff;
text-transform: capitalize;
font-weight: 700;
margin-bottom: 0;
word-wrap: break-word;
}
.pxl-pagetitle.layout-df .pxl-page-title .sub-title {
font-size: 16px;
letter-spacing: 0.2em;
color: #fff;
text-transform: uppercase;
margin-top: 12px;
}
@media (max-width: 1199px) {
.pxl-pagetitle.layout-df .pxl-page-title .sub-title {
font-size: 14px;
}
}
.pxl-pagetitle.layout-df .pxl-breadcrumb {
display: flex;
flex-wrap: wrap;
margin-top: 148px;
}
@media (max-width: 1199px) {
.pxl-pagetitle.layout-df .pxl-breadcrumb {
margin-top: 75px;
}
}
.pxl-pagetitle.layout-df .pxl-breadcrumb .breadcrumb-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
font-family: var(--heading-font-family);
font-size: 14px;
line-height: 1.4;
font-weight: 500;
text-transform: uppercase;
justify-content: center;
}
.pxl-pagetitle.layout-df .pxl-breadcrumb .breadcrumb-inner > * {
max-width: 100%;
}
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-item {
flex: 0 0 auto;
max-width: 100%;
font-weight: 700;
color: #fff;
display: inline-flex;
align-items: center;
letter-spacing: 0.1em;
}
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-item a {
color: #ddd;
}
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-item:last-child .br-divider {
display: none !important;
}
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-divider {
margin: 0 14px;
width: 5px;
height: 5px;
border-radius: 5px;
background-color: #fff;
display: inline-flex;
}
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-item + .br-item::before {
display: none;
}
.header-type-el + .pxl-pagetitle.layout-df {
padding-top: 308px;
padding-bottom: 44px;
color: #fff;
}
@media (max-width: 1199px) {
.header-type-el + .pxl-pagetitle.layout-df {
padding-top: 235px;
}
}
@media (max-width: 480px) {
.header-type-el + .pxl-pagetitle.layout-df {
padding-top: 200px;
}
}
.pxl-pt-wrap {
justify-content: center;
}
.pxl-pt-wrap .main-title {
color: #fff;
text-transform: capitalize;
font-weight: 700;
margin-bottom: 0;
}
.pxl-pt-wrap .sub-title {
font-size: 16px;
letter-spacing: 0.2em;
color: #fff;
text-transform: uppercase;
margin-top: 12px;
}
.pxl-brc-wrap {
display: flex;
flex-wrap: wrap;
margin-top: 148px;
justify-content: center;
}
.pxl-brc-wrap .brc-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
font-family: var(--heading-font-family);
font-size: 14px;
line-height: 1.4;
font-weight: 500;
text-transform: uppercase;
justify-content: center;
text-align: center;
}
.pxl-brc-wrap .brc-inner > * {
max-width: 100%;
}
.pxl-brc-wrap .br-item {
flex: 0 0 auto;
max-width: 100%;
font-weight: 500;
color: #fff;
display: inline-flex;
align-items: center;
letter-spacing: 0.1em;
}
.pxl-brc-wrap .br-item a {
color: #ddd;
}
.pxl-brc-wrap .br-item:last-child .br-divider {
display: none !important;
}
.pxl-brc-wrap .br-divider {
margin: 0 14px;
width: 5px;
height: 5px;
border-radius: 5px;
background-color: #fff;
display: inline-flex;
}
.pxl-brc-wrap .br-item + .br-item::before {
display: none;
}
.pxl-page {
position: relative;
}
.pxl-main {
padding-top: 120px;
padding-bottom: 120px;
}
@media (max-width: 1199px) {
.pxl-main {
padding-top: 100px;
padding-bottom: 100px;
}
}
@media (max-width: 767px) {
.pxl-main {
padding-top: 90px;
padding-bottom: 90px;
}
}
body.side-panel-open.pos-full::-webkit-scrollbar {
height: 0;
width: 0;
background-color: transparent;
}
body.side-panel-open.pos-full::-webkit-scrollbar-track {
border-radius: 0;
}
body.side-panel-open.pos-full::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: transparent;
}
body.single-phb_room_type .pxl-main {
padding-top: 0;
}
@media (min-width: 1200px) {
.pxl-sidebar-area.sidebar-post.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
max-width: 300px;
}
.pxl-content-area.content-post.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 300px);
flex: 0 0 calc(100% - 300px);
max-width: calc(100% - 300px);
}
.pxl-sidebar-area.sidebar-page.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
max-width: 300px;
}
.pxl-content-area.content-page.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 300px);
flex: 0 0 calc(100% - 300px);
max-width: calc(100% - 300px);
}
}
@media (max-width: 991px) {
.pxl-sidebar-area {
margin-top: 100px;
}
}
@media (max-width: 767px) {
.pxl-sidebar-area {
margin-top: 90px;
}
}
.pxl-archive-post {
padding-bottom: 35px;
margin-bottom: 40px;
border-bottom: 1px solid #dedede;
}
.pxl-archive-post:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.pxl-archive-post .post-featured {
position: relative;
overflow: hidden;
}
.pxl-archive-post .post-featured .post-date {
display: flex;
flex-direction: column;
width: 87px;
color: #fff;
text-align: center;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 767px) {
.pxl-archive-post .post-featured .post-date {
width: 64px;
}
}
.pxl-archive-post .post-featured .post-date .day {
font-family: var(--heading-font-family);
font-size: 40px;
line-height: 0.75;
font-weight: 700;
letter-spacing: 0.02em;
background-color: var(--second-color);
padding: 12px 8px 23px 8px;
}
@media (max-width: 767px) {
.pxl-archive-post .post-featured .post-date .day {
font-size: 32px;
padding: 8px 8px 19px 8px;
}
}
.pxl-archive-post .post-featured .post-date .month {
font-size: 13px;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--primary-color);
padding: 10px 8px 9px 8px;
}
@media (max-width: 767px) {
.pxl-archive-post .post-featured .post-date .month {
font-size: 12px;
}
}
.pxl-archive-post .post-content {
position: relative;
}
.pxl-archive-post .pxli-thumbtack {
width: 32px;
height: 32px;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 14px;
background: var(--second-color);
border-radius: 50%;
margin-right: 3px;
text-align: center;
line-height: 32px;
position: relative;
top: -4px;
}
.pxl-archive-post .archive-feature + .post-content > .archive-metas {
padding-top: 22px;
}
.pxl-archive-post .archive-metas {
color: var(--second-color);
font-size: 13px;
position: relative;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
@media (max-width: 1199px) {
.pxl-archive-post .archive-metas {
margin-bottom: 15px;
}
}
.pxl-archive-post .archive-metas a {
color: inherit;
}
.pxl-archive-post .archive-metas a:hover {
color: var(--primary-color);
}
.pxl-archive-post .archive-metas .meta-inner {
row-gap: 10px;
column-gap: 25px;
}
@media (max-width: 1199px) {
.pxl-archive-post .archive-metas .meta-inner {
row-gap: 4px;
column-gap: 20px;
}
}
.pxl-archive-post .archive-metas .meta-inner > * {
position: relative;
padding-left: 10px;
}
.pxl-archive-post .archive-metas .meta-inner > *:before {
content: "";
width: 4px;
height: 4px;
background-color: var(--second-color);
border-radius: 4px;
margin-right: 6px;
display: inline-block;
position: absolute;
top: 8px;
left: 0;
}
.pxl-archive-post .archive-metas .pxl-icon {
font-size: 16px;
color: var(--second-color);
margin-right: 8px;
}
.pxl-archive-post .post-title {
position: relative;
padding-bottom: 22px;
margin-bottom: 20px;
line-height: 1.1428;
word-wrap: break-word;
}
.pxl-archive-post .post-title:before {
content: "";
width: 218px;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
background-color: #dedede;
opacity: 0.7;
}
[dir="rtl"] .pxl-archive-post .post-title:before {
left: auto;
right: 0;
}
@media (max-width: 480px) {
.pxl-archive-post .post-title:before {
width: 180px;
}
}
.pxl-archive-post .post-title:after {
content: "";
width: 103px;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
background-color: var(--second-color);
}
[dir="rtl"] .pxl-archive-post .post-title:after {
left: auto;
right: 0;
}
@media (max-width: 480px) {
.pxl-archive-post .post-title:after {
width: 70px;
}
}
.pxl-archive-post .post-excerpt {
margin-top: 0;
}
.pxl-archive-post .post-readmore {
margin-top: 23px;
margin-bottom: 5px;
}
.pxl-archive-post .quote-inner {
background-color: #f5f3f1;
padding: 40px 50px;
}
@media (max-width: 575px) {
.pxl-archive-post .quote-inner {
padding: 30px 30px;
}
}
.pxl-archive-post .quote-inner .quote-icon {
margin-bottom: 20px;
font-size: 22px;
color: var(--second-color);
}
.pxl-archive-post .quote-inner .quote-text {
font-family: var(--heading-font-family);
font-size: 20px;
line-height: 30px;
letter-spacing: 0.02em;
color: var(--heading-color);
font-weight: 600;
}
.pxl-archive-post .quote-inner .quote-cite {
font-family: var(--heading-font-family);
font-size: 16px;
line-height: 26px;
font-weight: 500;
text-transform: uppercase;
color: var(--heading-color);
letter-spacing: 0.15em;
display: block;
margin-top: 22px;
padding-top: 22px;
position: relative;
}
.pxl-archive-post .quote-inner .quote-cite:before {
content: "";
width: 75px;
height: 1px;
background-color: var(--second-color);
position: absolute;
top: 0;
left: 50%;
margin-left: -37.5px;
}
.pxl-archive-post .feature-video iframe, .pxl-archive-post .feature-audio iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 1.7777777778;
}
.pxl-archive-post .feature-link {
background-color: #f5f3f1;
padding: 32px 50px 40px 50px;
}
@media (max-width: 480px) {
.pxl-archive-post .feature-link {
padding: 32px 30px 40px 30px;
}
}
.pxl-archive-post .feature-link .link-icon .pxl-icon {
font-size: 57px;
color: var(--second-color);
}
@media (max-width: 480px) {
.pxl-archive-post .feature-link .link-icon .pxl-icon {
font-size: 48px;
}
}
.pxl-archive-post .feature-link .link-icon svg {
width: 57px;
}
.pxl-archive-post .feature-link .link-icon svg path {
fill: var(--second-color);
}
.pxl-archive-post .feature-link .link-title {
position: relative;
margin-top: 5px;
padding-bottom: 22px;
margin-bottom: 20px;
line-height: 1.1428;
}
.pxl-archive-post .feature-link .link-title:before {
content: "";
width: 75px;
height: 1px;
background-color: var(--second-color);
position: absolute;
bottom: 0;
left: 50%;
margin-left: -37.5px;
}
.pxl-archive-post .feature-link .link-text {
font-family: var(--heading-font-family);
font-size: 16px;
line-height: 26px;
font-weight: 500;
letter-spacing: 0.1em;
display: block;
}
.search-results-post .archive-metas {
padding-top: 0;
}
.search-results-post .no-excerpt .post-title {
padding-bottom: 0;
margin-bottom: 0;
}
.search-results-post .no-excerpt .post-title:before, .search-results-post .no-excerpt .post-title:after {
display: none;
}
.pxl-single-page p:last-child {
clear: both;
}
.pxl-single-page p:last-child img[class*="align"] {
margin-bottom: 0;
}
.content-post .elementor-widget-image {
overflow: hidden;
}
.content-post .elementor-widget-pxl_video {
overflow: hidden;
}
.pxl-single-post .post-featured {
position: relative;
overflow: hidden;
}
.pxl-single-post .post-featured .post-date {
display: flex;
flex-direction: column;
width: 87px;
color: #fff;
text-align: center;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 767px) {
.pxl-single-post .post-featured .post-date {
width: 64px;
}
}
.pxl-single-post .post-featured .post-date .day {
font-family: var(--heading-font-family);
font-size: 40px;
line-height: 0.75;
font-weight: 700;
letter-spacing: 0.02em;
background-color: var(--second-color);
padding: 12px 8px 23px 8px;
}
@media (max-width: 767px) {
.pxl-single-post .post-featured .post-date .day {
font-size: 32px;
padding: 8px 8px 19px 8px;
}
}
.pxl-single-post .post-featured .post-date .month {
font-size: 13px;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--primary-color);
padding: 10px 8px 9px 8px;
}
@media (max-width: 767px) {
.pxl-single-post .post-featured .post-date .month {
font-size: 12px;
}
}
.pxl-single-post .post-featured + .post-content .post-metas {
padding-top: 22px;
}
.pxl-single-post .post-content .heading-title {
margin-bottom: 15px;
}
.pxl-single-post .content-inner {
color: var(--body-color);
}
.pxl-single-post .content-inner > p:first-child > iframe {
margin-top: 8px;
}
.post-metas {
color: var(--second-color);
font-size: 13px;
position: relative;
text-transform: uppercase;
letter-spacing: 0.1em;
padding-bottom: 25px;
margin-bottom: 24px;
}
.post-metas:before {
content: "";
width: 218px;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
background-color: #dedede;
opacity: 0.7;
}
[dir="rtl"] .post-metas:before {
left: auto;
right: 0;
}
.post-metas:after {
content: "";
width: 103px;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
background-color: var(--second-color);
}
[dir="rtl"] .post-metas:after {
left: auto;
right: 0;
}
.post-metas a {
color: inherit;
}
.post-metas a:hover {
color: var(--primary-color);
}
.post-metas .meta-inner {
row-gap: 10px;
column-gap: 25px;
}
.post-metas .meta-inner > * {
position: relative;
padding-left: 10px;
}
.post-metas .meta-inner > *:before {
content: "";
width: 4px;
height: 4px;
background-color: var(--second-color);
border-radius: 4px;
margin-right: 6px;
display: inline-block;
position: absolute;
top: 8px;
left: 0;
}
.post-metas .pxl-icon {
font-size: 16px;
color: var(--second-color);
margin-right: 8px;
}
.post-share-wrap {
margin-top: 32px;
margin-bottom: 50px;
}
.post-share-wrap .label {
margin-right: 15px;
font-family: var(--heading-font-family);
font-weight: 700;
color: var(--heading-color);
font-size: 15px;
text-transform: uppercase;
}
[dir="rtl"] .post-share-wrap .label {
margin-right: 0;
margin-left: 15px;
}
.post-share-wrap .social-share .row {
margin-left: -4px;
margin-right: -4px;
}
.post-share-wrap .social-share .row > * {
margin-left: 4px;
margin-right: 4px;
padding-left: 0;
padding-right: 0;
}
.post-share-wrap .pxl-icon {
font-size: 15px;
width: 38px;
height: 38px;
color: var(--primary-color);
text-align: center;
position: relative;
background-color: #fff;
box-shadow: 0 0 0 1px rgba(var(--second-color-rgb), 0.3);
display: inline-flex;
justify-content: center;
align-items: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.post-share-wrap .pxl-icon:hover {
color: #fff;
box-shadow: 0 0 0 1px var(--second-color);
background-color: var(--second-color);
}
.post-tags-wrap .post-tags {
margin: -5px -8px;
}
.post-tags-wrap .post-tags > * {
margin: 5px 8px;
}
.post-tags-wrap .label {
font-size: 15px;
font-weight: 700;
color: #3f4b4b;
}
.post-tags-wrap a {
display: inline-flex;
position: relative;
color: #9cb2d3;
font-weight: 500;
}
.post-tags-wrap a:hover {
color: var(--default-color);
}
.post-author-info .author-avatar img {
flex-shrink: 0;
max-width: 75px;
border-radius: 7px;
margin-right: 24px;
overflow: hidden;
}
.post-author-info .author-description .title-socials {
margin-bottom: 16px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.post-author-info .author-description .title-socials > * {
max-width: 100%;
}
.post-author-info .author-description .title-socials small {
display: block;
font-size: 14px;
font-weight: normal;
}
.post-author-info .author-description .title-socials .author-name {
font-size: 18px;
letter-spacing: -0.03em;
color: var(--second-color);
font-weight: 500;
}
.post-author-info .author-description .title-socials .author-name a {
color: inherit;
}
.post-author-info .author-description .title-socials .author-name a:hover {
color: var(--link-color);
}
.post-author-info .author-description .title-socials .user-social {
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -4px;
margin-right: -4px;
}
.post-author-info .author-description .title-socials .user-social > * {
max-width: 100%;
}
.post-author-info .author-description .title-socials .user-social > * {
margin-left: 4px;
margin-right: 4px;
}
.post-author-info .author-description .title-socials .user-social .bi-facebook {
color: #3b5ea1;
}
.post-author-info .author-description .title-socials .user-social .bi-twitter {
color: #2bb3fa;
}
.post-author-info .author-description .title-socials .user-social .bi-linkedin {
color: #087ec0;
}
.post-author-info .author-description .title-socials .user-social .bi-google {
color: #e24d43;
}
.post-author-info .author-description .title-socials .user-social .bi-rss {
color: #ffa500;
}
.post-author-info .author-description .title-socials .user-social .bi-instagram {
color: #db944c;
}
.post-author-info .author-description .title-socials .user-social .bi-skype {
color: #0ebaee;
}
.post-author-info .author-description .title-socials .user-social .bi-pinterest {
color: #ee2c34;
}
.post-author-info .author-description .title-socials .user-social .bi-vimeo {
color: #27bcf1;
}
.post-author-info .author-description .title-socials .user-social .bi-youtube {
color: #df2926;
}
.pxl-grid-overlay.loader {
cursor: wait;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.pxl-grid-overlay.loader:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
display: block;
background: rgba(255, 255, 255, 0.3);
}
.pxl-grid-overlay.loader:after {
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
content: "";
font-family: "pxli";
font-size: 3.125rem;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
margin: -25px 0 0 -25px;
color: rgba(var(--second-color-rgb),0.8);
-webkit-animation: spin 1.5s infinite linear;
-khtml-animation: spin 1.5s infinite linear;
-moz-animation: spin 1.5s infinite linear;
-ms-animation: spin 1.5s infinite linear;
-o-animation: spin 1.5s infinite linear;
animation: spin 1.5s infinite linear;
}
.posts-pagination, .woocommerce-pagination {
padding-top: 75px;
}
.posts-pagination:empty, .woocommerce-pagination:empty {
display: none;
}
.posts-pagination .pagination-inner, .woocommerce-pagination .pagination-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: -5px;
align-items: center;
}
.posts-pagination .pagination-inner > *, .woocommerce-pagination .pagination-inner > * {
max-width: 100%;
}
.posts-pagination .page-numbers, .posts-pagination .post-page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers {
flex: 0 0 auto;
margin: 5px;
vertical-align: top;
text-align: center;
font-size: 17px;
text-align: center;
width: 49px;
height: 49px;
line-height: 49px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: transparent;
border: 1px solid rgba(6, 6, 6, 0.2);
color: #060606;
}
.posts-pagination .page-numbers.dots, .posts-pagination .post-page-numbers.dots, .woocommerce-pagination .page-numbers.dots, .woocommerce-pagination .post-page-numbers.dots {
line-height: 30px;
}
.posts-pagination .page-numbers:hover, .posts-pagination .page-numbers.current, .posts-pagination .post-page-numbers:hover, .posts-pagination .post-page-numbers.current, .woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .post-page-numbers:hover, .woocommerce-pagination .post-page-numbers.current {
border-color: var(--primary-color);
background: var(--primary-color);
color: #fff;
}
.posts-pagination.page-links, .woocommerce-pagination.page-links {
justify-content: start;
}
[dir="rtl"] .posts-pagination .prev, [dir="rtl"] .posts-pagination .next, [dir="rtl"] .woocommerce-pagination .prev, [dir="rtl"] .woocommerce-pagination .next {
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.content-blog .pagination-inner {
justify-content: center;
}
.comment-list-wrap .navigation {
justify-content: flex-end;
}
.pxl-entry-content + .navigation.page-links {
margin-top: 0;
}
.navigation.page-links {
margin-top: 26px;
margin-bottom: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}
.navigation.page-links > * {
max-width: 100%;
}
.navigation.page-links .post-nav-links {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}
.navigation.page-links .post-nav-links > * {
max-width: 100%;
}
.navigation.page-links .post-nav-links .post-page-numbers:first-child {
margin-left: 5px;
}
.navigation.page-links .post-page-numbers {
flex: 0 0 auto;
vertical-align: top;
text-align: center;
font-size: 17px;
text-align: center;
width: 49px;
height: 49px;
line-height: 49px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: transparent;
border: 1px solid rgba(6, 6, 6, 0.2);
color: #060606;
}
.navigation.page-links .post-page-numbers.dots {
line-height: 30px;
}
.navigation.page-links .post-page-numbers:hover, .navigation.page-links .post-page-numbers.current {
border-color: var(--primary-color);
background: var(--primary-color);
color: #fff;
}
.pxl-load-more {
margin-top: 45px;
}
.pxl-load-more .btn-grid-loadmore {
font-size: 15px;
padding: 10px 45px;
}
.pxl-load-more .btn-grid-loadmore.right {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.pxl-load-more .btn-grid-loadmore.right > * {
max-width: 100%;
}
.pxl-load-more .btn-icon {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.1s ease;
-khtml-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.pxl-load-more .btn-icon.left {
margin-right: 6px;
}
.pxl-load-more .btn-icon.right {
order: 2;
margin-left: 8px;
margin-right: 0;
}
.pxl-load-more .btn-text {
display: inline-block;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-load-more .pxl-btn-icon {
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
margin-top: -7.5px;
margin-left: -7.5px;
line-height: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-load-more .loading .btn-icon {
opacity: 0;
visibility: hidden;
}
.pxl-load-more .loading .btn-text {
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.pxl-load-more .loading .pxl-btn-icon {
font-size: inherit;
opacity: 1;
visibility: visible;
-webkit-animation: spin 1s infinite linear;
-khtml-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
}
.single-next-prev-nav {
padding: 18px;
position: relative;
background-color: #f5f3f1;
}
@media (max-width: 575px) {
.single-next-prev-nav {
padding: 0;
background-color: transparent;
}
}
.single-next-prev-nav .divider {
width: 30px;
padding: 0 15px;
}
.single-next-prev-nav .nav-inner {
display: inline-block;
position: relative;
}
.single-next-prev-nav .nav-inner > a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
@media (min-width: 576px) {
.single-next-prev-nav .nav-label-wrap {
margin-bottom: 15px;
}
}
.single-next-prev-nav .nav-label {
font-size: 14px;
text-transform: uppercase;
color: var(--second-color);
position: relative;
letter-spacing: 0.15em;
line-height: 26px;
display: inline-block;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
@media (max-width: 575px) {
.single-next-prev-nav .nav-label {
font-size: 11px;
}
}
.single-next-prev-nav .nav-label:after {
content: "";
width: 100%;
height: 1px;
background-color: var(--second-color);
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.single-next-prev-nav .nav-icon {
font-weight: 700;
font-size: 17px;
margin-top: -4px;
display: inline-block;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.single-next-prev-nav .prev .nav-icon {
margin-right: 7px;
}
[dir="rtl"] .single-next-prev-nav .prev .nav-icon {
margin-right: 0;
margin-left: 7px;
}
.single-next-prev-nav .prev .nav-img {
margin-right: 18px;
}
[dir="rtl"] .single-next-prev-nav .prev .nav-img {
margin-right: 0;
margin-left: 18px;
}
@media (max-width: 575px) {
.single-next-prev-nav .prev .nav-img {
margin-right: 10px;
}
[dir="rtl"] .single-next-prev-nav .prev .nav-img {
margin-right: 0;
margin-left: 10px;
}
}
.single-next-prev-nav .next .nav-icon {
margin-left: 7px;
}
[dir="rtl"] .single-next-prev-nav .next .nav-icon {
margin-left: 0;
margin-right: 7px;
}
.single-next-prev-nav .next .nav-img {
margin-left: 18px;
}
[dir="rtl"] .single-next-prev-nav .next .nav-img {
margin-left: 0;
margin-right: 18px;
}
@media (max-width: 575px) {
.single-next-prev-nav .next .nav-img {
margin-left: 10px;
}
[dir="rtl"] .single-next-prev-nav .next .nav-img {
margin-left: 0;
margin-right: 1px;
}
}
.single-next-prev-nav .nav-img {
overflow: hidden;
position: relative;
}
.single-next-prev-nav .nav-img img {
width: 94px;
}
@media (max-width: 1199px) {
.single-next-prev-nav .nav-img img {
width: 70px;
}
}
@media (max-width: 575px) {
.single-next-prev-nav .nav-img img {
width: 50px;
}
}
@media (max-width: 480px) {
.single-next-prev-nav .nav-img img {
width: 40px;
}
}
.single-next-prev-nav .nav-img:before, .single-next-prev-nav .nav-img:after {
position: absolute;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.single-next-prev-nav .nav-img:before {
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(var(--second-color-rgb), 0.5);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.single-next-prev-nav .nav-title {
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 1.5;
display: block;
display: -webkit-box;
max-height: 48px;
font-size: 16px;
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
color: var(--link-color);
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.single-next-prev-nav .nav-title > * {
display: block;
display: -webkit-box;
max-height: 48px;
font-size: 16px;
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.single-next-prev-nav .nav-next-prev:hover .nav-icon {
color: var(--link-color);
}
.single-next-prev-nav .nav-next-prev:hover .nav-label {
color: var(--link-color);
}
.single-next-prev-nav .nav-next-prev:hover .nav-label:after {
background-color: var(--link-color);
}
.single-next-prev-nav .nav-next-prev:hover .nav-img:before {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.single-next-prev-nav .nav-next-prev:hover .nav-title {
color: var(--link-color);
}
.error404 .pxl-main {
padding-top: 0;
padding-bottom: 0;
}
.error404 .page-404-wrap {
background-color: #fff;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/bg-404.jpg);
background-position-x: calc(50% + 78px);
background-position-y: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
height: 100vh;
}
@media (max-width: 1599px) {
.error404 .page-404-wrap {
background-position-x: 50%;
}
}
@media (max-width: 1199px) {
.error404 .page-404-wrap {
background-position-x: calc(50% - 78px);
}
}
@media (max-width: 991px) {
.error404 .page-404-wrap {
background-position-x: calc(50% - 130px);
}
}
.error404 .page-404-wrap .page-404-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 115px;
height: 100%;
}
@media (max-width: 1800px) {
.error404 .page-404-wrap .page-404-content {
padding-left: 65px;
}
}
@media (max-width: 1599px) {
.error404 .page-404-wrap .page-404-content {
padding-left: 35px;
}
}
@media (max-width: 991px) {
.error404 .page-404-wrap .page-404-content {
padding-left: 15px;
}
}
.error404 .page-404-wrap .col-left {
position: relative;
}
.error404 .page-404-wrap .col-left:before {
content: "";
width: 100%;
height: 3000px;
background-color: #fff;
position: absolute;
right: 0;
top: 0;
margin-top: -1000px;
}
@media (max-width: 767px) {
.error404 .page-404-wrap .page-404-inner {
text-align: center;
}
}
.error404 .page-404-wrap .sub-title {
font-size: 25px;
color: var(--heading-color);
margin-bottom: 5px;
display: block;
}
@media (max-width: 575px) {
.error404 .page-404-wrap .sub-title {
font-size: 18px;
}
}
.error404 .page-404-wrap .title {
font-size: 80px;
line-height: 1.125;
margin-bottom: 23px;
letter-spacing: 0;
}
@media (max-width: 1599px) {
.error404 .page-404-wrap .title {
font-size: 60px;
}
}
@media (max-width: 1199px) {
.error404 .page-404-wrap .title {
font-size: 50px;
}
}
@media (max-width: 991px) {
.error404 .page-404-wrap .title {
font-size: 40px;
}
}
.error404 .page-404-wrap .desc {
font-size: 18px;
line-height: 1.5555555556;
max-width: 650px;
margin-bottom: 42px;
}
@media (max-width: 1599px) {
.error404 .page-404-wrap .desc {
max-width: 480px;
}
}
@media (max-width: 767px) {
.error404 .page-404-wrap .desc {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 575px) {
.error404 .page-404-wrap .desc {
font-size: 16px;
}
}
@media (min-width: 992px) {
.sidebar-sticky .sidebar-area-wrap, .sidebar-sticky .elementor-widget-sidebar {
position: -webkit-sticky;
position: sticky;
top: 70px;
}
}
.pxl-widget-title {
margin-bottom: 25px;
}
.elementor-widget-sidebar .widget, .pxl-sidebar-area .widget {
position: relative;
background-color: #fff;
border: 1px solid #dedede;
padding: 0 22px 35px 22px;
}
@media (max-width: 1199px) {
.elementor-widget-sidebar .widget, .pxl-sidebar-area .widget {
padding: 0 15px 35px 15px;
}
}
.elementor-widget-sidebar .widget.widget_search, .pxl-sidebar-area .widget.widget_search {
border: 0;
padding: 0;
}
.elementor-widget-sidebar .widget.widget_search .widget-content, .pxl-sidebar-area .widget.widget_search .widget-content {
padding: 0;
}
.elementor-widget-sidebar .widget.widget_search .widget-title, .pxl-sidebar-area .widget.widget_search .widget-title {
margin-left: 0;
margin-right: 0;
}
.elementor-widget-sidebar .widget ul, .elementor-widget-sidebar .widget ol, .pxl-sidebar-area .widget ul, .pxl-sidebar-area .widget ol {
list-style: none;
margin: 0;
}
.elementor-widget-sidebar .widget ul ul, .elementor-widget-sidebar .widget ul ol, .elementor-widget-sidebar .widget ol ul, .elementor-widget-sidebar .widget ol ol, .pxl-sidebar-area .widget ul ul, .pxl-sidebar-area .widget ul ol, .pxl-sidebar-area .widget ol ul, .pxl-sidebar-area .widget ol ol {
padding-left: 15px;
}
[dir="rlt"] .elementor-widget-sidebar .widget ul ul, [dir="rlt"] .elementor-widget-sidebar .widget ul ol, [dir="rlt"] .elementor-widget-sidebar .widget ol ul, [dir="rlt"] .elementor-widget-sidebar .widget ol ol, [dir="rlt"] .pxl-sidebar-area .widget ul ul, [dir="rlt"] .pxl-sidebar-area .widget ul ol, [dir="rlt"] .pxl-sidebar-area .widget ol ul, [dir="rlt"] .pxl-sidebar-area .widget ol ol {
padding-left: 0;
padding-right: 15px;
}
.elementor-widget-sidebar .widget-title, .pxl-sidebar-area .widget-title {
background-color: var(--primary-color);
color: #fff;
font-weight: 700;
letter-spacing: 0.02em;
padding: 15px 22px;
margin-left: -22px;
margin-right: -22px;
margin-bottom: 35px;
position: relative;
}
@media (max-width: 1199px) {
.elementor-widget-sidebar .widget-title, .pxl-sidebar-area .widget-title {
padding: 15px 15px;
margin-left: -15px;
margin-right: -15px;
}
}
.elementor-widget-sidebar .widget-title span, .pxl-sidebar-area .widget-title span {
position: relative;
}
.elementor-widget-sidebar .widget-title a, .pxl-sidebar-area .widget-title a {
color: inherit;
}
.elementor-widget-sidebar .widget-title:before, .pxl-sidebar-area .widget-title:before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: 0;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: var(--primary-color);
}
.elementor-widget-sidebar .widget + .widget, .pxl-sidebar-area .widget + .widget {
margin-top: 50px;
}
.elementor-widget-sidebar p:empty, .pxl-sidebar-area p:empty {
display: none;
}
.elementor-widget-sidebar .wp-caption .wp-caption-text, .pxl-sidebar-area .wp-caption .wp-caption-text {
text-align: center;
}
.widget_archive, .widget_categories, .widget_pages, .widget_nav_menu, .widget_product_categories, .woocommerce-widget-layered-nav-list, .widget_layered_nav_filters {
margin-bottom: 0;
}
.widget_archive .widget-title, .widget_categories .widget-title, .widget_pages .widget-title, .widget_nav_menu .widget-title, .widget_product_categories .widget-title, .woocommerce-widget-layered-nav-list .widget-title, .widget_layered_nav_filters .widget-title {
margin-bottom: 25px;
}
.widget_pages li, .widget_meta li, .widget_nav_menu li {
position: relative;
}
@media (max-width: 575px) {
.widget_pages li, .widget_meta li, .widget_nav_menu li {
margin-left: 0;
margin-right: 0;
padding: 5px 0;
}
}
.widget_pages a, .widget_meta a, .widget_nav_menu a {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
padding: 4px 0 4px 0;
}
.widget_pages a:before, .widget_meta a:before, .widget_nav_menu a:before {
content: "";
width: 0;
height: 1px;
display: inline-block;
margin-right: 0;
background-color: var(--second-color);
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.widget_pages a > .title, .widget_meta a > .title, .widget_nav_menu a > .title {
flex: 1 0 0%;
}
.widget_pages a > .count, .widget_meta a > .count, .widget_nav_menu a > .count {
display: inline-block;
color: var(--second-color);
text-align: center;
font-size: 13px;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.widget_pages a:hover:before, .widget_meta a:hover:before, .widget_nav_menu a:hover:before {
width: 10px;
margin-right: 10px;
}
.widget_pages .children, .widget_meta .children, .widget_nav_menu .children {
padding-left: 15px;
}
.pxl-list-item, .wc-layered-nav-term {
position: relative;
}
@media (max-width: 575px) {
.pxl-list-item, .wc-layered-nav-term {
margin-left: 0;
margin-right: 0;
padding: 5px 0;
}
}
.pxl-list-item a, .wc-layered-nav-term a {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
padding: 4px 0 4px 0;
}
.pxl-list-item a:before, .wc-layered-nav-term a:before {
content: "";
width: 0;
height: 1px;
display: inline-block;
margin-right: 0;
background-color: var(--second-color);
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-list-item a > .title, .wc-layered-nav-term a > .title {
flex: 1 0 0%;
}
.pxl-list-item a > .count, .wc-layered-nav-term a > .count {
display: inline-block;
color: var(--second-color);
text-align: center;
font-size: 13px;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-list-item a:hover:before, .wc-layered-nav-term a:hover:before {
width: 10px;
margin-right: 10px;
}
.pxl-list-item .pxl-menu-toggle, .wc-layered-nav-term .pxl-menu-toggle {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
position: absolute;
top: 12px;
right: -8px;
cursor: pointer;
z-index: 2;
}
.pxl-list-item .pxl-menu-toggle:hover, .wc-layered-nav-term .pxl-menu-toggle:hover {
color: var(--link-color-hover);
}
[dir="rtl"] .pxl-list-item .pxl-menu-toggle, [dir="rtl"] .wc-layered-nav-term .pxl-menu-toggle {
right: auto;
left: 0;
}
.pxl-list-item .pxl-menu-toggle.open:before, .wc-layered-nav-term .pxl-menu-toggle.open:before {
content: "";
}
.pxl-list-item .children, .wc-layered-nav-term .children {
padding-left: 15px;
}
.widget_nav_menu .menu-item {
position: relative;
}
.widget_nav_menu .menu-item .pxl-menu-toggle {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
position: absolute;
top: 6px;
right: 0;
cursor: pointer;
z-index: 2;
font-size: 13px;
margin-top: 4px;
}
.widget_nav_menu .menu-item .pxl-menu-toggle:hover {
color: var(--link-color-hover);
}
.widget_nav_menu .menu-item .pxl-menu-toggle:before {
font-family: "pxli";
content: "";
}
[dir="rtl"] .widget_nav_menu .menu-item .pxl-menu-toggle {
right: auto;
left: 0;
}
.widget_nav_menu .menu-item .pxl-menu-toggle.open:before {
content: "";
}
.widget_nav_menu .menu-item .sub-menu {
display: none;
margin-top: 5px;
padding-left: 0;
}
.pxl-widget-inner > * {
position: relative;
z-index: 1;
}
.pxl-widget-inner > .pxl-wg-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
form.woocommerce-product-search, .pxl-search-form {
position: relative;
}
form.woocommerce-product-search [type="search"], .pxl-search-form [type="search"] {
padding-right: 50px;
}
[dir="rtl"] form.woocommerce-product-search [type="search"], [dir="rtl"] .pxl-search-form [type="search"] {
padding-right: 16px;
padding-left: 50px;
}
form.woocommerce-product-search [type="search"]::-webkit-input-placeholder, .pxl-search-form [type="search"]::-webkit-input-placeholder {
font-weight: normal;
opacity: 1;
font-style: italic;
font-size: 14px;
text-overflow: ellipsis;
line-height: inherit;
}
form.woocommerce-product-search [type="search"]:-moz-placeholder, .pxl-search-form [type="search"]:-moz-placeholder {
font-weight: normal;
opacity: 1;
font-style: italic;
font-size: 14px;
text-overflow: ellipsis;
line-height: inherit;
}
form.woocommerce-product-search [type="search"]::-moz-placeholder, .pxl-search-form [type="search"]::-moz-placeholder {
font-weight: normal;
opacity: 1;
font-style: italic;
font-size: 14px;
text-overflow: ellipsis;
line-height: inherit;
}
form.woocommerce-product-search [type="search"]:-ms-input-placeholder, .pxl-search-form [type="search"]:-ms-input-placeholder {
font-weight: normal;
opacity: 1;
font-style: italic;
font-size: 14px;
text-overflow: ellipsis;
line-height: inherit;
}
form.woocommerce-product-search [type="submit"], .pxl-search-form [type="submit"] {
padding: 0;
margin: 0;
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 45px;
line-height: 45px;
background-color: var(--primary-color);
color: #fff;
border-radius: 0;
font-size: 15px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
[dir="rtl"] form.woocommerce-product-search [type="submit"], [dir="rtl"] .pxl-search-form [type="submit"] {
right: auto;
left: 0;
}
form.woocommerce-product-search [type="submit"] span, .pxl-search-form [type="submit"] span {
margin: 0;
}
form.woocommerce-product-search [type="submit"]:active, form.woocommerce-product-search [type="submit"]:hover, form.woocommerce-product-search [type="submit"]:focus, .pxl-search-form [type="submit"]:active, .pxl-search-form [type="submit"]:hover, .pxl-search-form [type="submit"]:focus {
background-color: var(--second-color);
}
form.woocommerce-product-search:hover [type="submit"], .pxl-search-form:hover [type="submit"] {
border-color: transparent;
}
table.wp-calendar-table {
border-spacing: 0;
}
table.wp-calendar-table caption {
margin-bottom: 15px;
color: var(--heading-color);
}
table.wp-calendar-table th, table.wp-calendar-table td {
text-align: center;
border-right: 0;
padding: 5px;
position: relative;
}
table.wp-calendar-table th a, table.wp-calendar-table td a {
color: #fff;
display: block;
}
table.wp-calendar-table th a:before, table.wp-calendar-table td a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: var(--primary-color);
z-index: -1;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
table.wp-calendar-table th:hover a:before, table.wp-calendar-table td:hover a:before {
background-color: var(--primary-color);
}
.widget_calendar .wp-calendar-nav {
margin-top: 15px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.widget_pxl_recent_posts .pxl-post-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
position: relative;
align-items: center;
}
.widget_pxl_recent_posts .pxl-post-item > * {
max-width: 100%;
}
.widget_pxl_recent_posts .pxl-post-item + .pxl-post-item {
padding-top: 20px;
margin-top: 20px;
}
.widget_pxl_recent_posts .pxl-post-item + .pxl-post-item:after {
content: "";
width: calc(100% + 44px);
height: 1px;
background-color: #dedede;
position: absolute;
left: -22px;
top: 0;
}
@media (max-width: 1199px) {
.widget_pxl_recent_posts .pxl-post-item + .pxl-post-item:after {
width: calc(100% + 30px);
left: -15px;
}
}
.widget_pxl_recent_posts .pxl-post-img {
flex-shrink: 0;
}
.widget_pxl_recent_posts .pxl-post-img img {
width: 76px;
transition: all 0.25s linear;
}
@media (max-width: 1199px) {
.widget_pxl_recent_posts .pxl-post-img img {
width: 60px;
}
}
.widget_pxl_recent_posts .pxl-list-content {
padding-left: 20px;
}
[dir="rtl"] .widget_pxl_recent_posts .pxl-list-content {
padding-left: 0;
padding-right: 20px;
}
@media (max-width: 1199px) {
.widget_pxl_recent_posts .pxl-list-content {
padding-left: 15px;
}
[dir="rtl"] .widget_pxl_recent_posts .pxl-list-content {
padding-left: 0;
padding-right: 15px;
}
}
.widget_pxl_recent_posts .pxl-wg-post-title {
margin-bottom: 0;
display: block;
display: -webkit-box;
max-height: 45.6px;
font-size: 19px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.widget_pxl_recent_posts .pxl-wg-post-title > * {
display: block;
display: -webkit-box;
max-height: 45.6px;
font-size: 19px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.widget_pxl_recent_posts .post-meta {
margin-top: 4px;
font-size: 14px;
}
.widget_pxl_recent_posts .post-meta a {
color: inherit;
}
.widget_pxl_recent_posts .post-meta a:hover {
color: var(--link-color-hover);
}
.widget_pxl_recent_posts .post-meta .separate {
margin: 0 3px;
}
.widget_media_gallery #gallery-1 {
margin: -5px;
}
.widget_media_gallery #gallery-1 .gallery-item {
float: none;
padding: 5px;
margin: 0;
width: 33.333333%;
}
.widget_media_gallery #gallery-1 .gallery-item a {
position: relative;
display: block;
overflow: hidden;
}
.widget_media_gallery #gallery-1 .gallery-item a:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background-color: rgba(var(--primary-color-rgb), 0.8);
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.widget_media_gallery #gallery-1 .gallery-item a:after {
content: "";
font-family: "pxli";
position: absolute;
top: 50%;
left: 50%;
font-size: 16px;
margin-top: -8px;
margin-left: -8px;
color: #fff;
line-height: 1;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.widget_media_gallery #gallery-1 .gallery-item a:hover:before {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.widget_media_gallery #gallery-1 .gallery-item a:hover:after {
transition-delay: 0.3s;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.widget_media_gallery #gallery-1 img {
border: 0;
}
.widget_nav_menu.horizontal .menu {
display: flex;
flex-wrap: wrap;
margin: -8px;
}
.widget_nav_menu.horizontal .menu li {
flex: 0 0 auto;
width: auto;
max-width: 100%;
padding: 8px;
}
.widget_nav_menu.horizontal .menu li a {
padding: 0;
display: inline-block;
border-bottom: 1px solid transparent;
}
.widget_nav_menu.horizontal .menu li a:hover {
border-color: var(--second-color);
}
.widget_nav_menu.horizontal .menu li:after {
content: "";
width: 4px;
height: 4px;
display: inline-block;
margin-left: 8px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
[dir="rtl"] .widget_nav_menu.horizontal .menu li:after {
margin-left: 0;
margin-right: 8px;
}
.widget_nav_menu.horizontal .menu li:last-child:after {
display: none;
}
.widget_nav_menu.horizontal .sub-menu {
display: none;
}
.widget_recent_comments li {
padding: 5px 0;
}
.widget_recent_comments a:not([class]) {
color: var(--primary-color);
}
.widget_recent_entries a {
font-size: 18px;
font-family: var(--heading-font-family);
padding: 2px 0;
display: block;
}
.widget_recent_entries li:first-child a {
padding-top: 0;
}
.widget_recent_entries li:last-child a {
padding-bottom: 0;
}
.widget_rss .rss-widget-feed {
display: inline-flex;
}
.widget_rss li .rsswidget {
font-size: 125%;
}
.widget_rss li .rss-date {
font-style: italic;
margin-bottom: 10px;
display: block;
}
.widget_rss li .rssSummary {
margin-bottom: 10px;
}
.widget_rss li cite {
font-weight: 700;
color: var(--primary-color);
}
.widget_rss .rss-widget-icon {
vertical-align: middle;
}
.tagcloud {
display: flex;
flex-wrap: wrap;
margin: -5px;
}
.tagcloud > a {
margin: 5px;
flex: 0 0 auto;
background-color: rgba(26, 25, 29, 0.07);
display: inline-block;
font-size: 14px !important;
padding: 6px 22px;
}
@media (max-width: 1199px) {
.tagcloud > a {
padding: 5px 18px;
}
}
.tagcloud > a:hover {
background-color: var(--second-color);
color: #fff;
}
.widget-author-info .post-author {
margin-bottom: 1.25rem;
}
.widget-author-info .post-author .author-thumb img {
border-radius: 7px;
margin-right: 1.375rem;
width: 75px;
}
.widget-author-info .post-author .author-text h5 {
color: var(--second-color);
font-weight: 600;
margin-bottom: 0;
font-size: 1.125rem;
}
.widget-author-info .post-author .author-text h5 a {
color: inherit;
}
.widget-author-info .post-author .author-text h5 a:hover {
color: var(--default-color);
}
.widget-author-info .post-author .author-text span {
display: block;
font-size: 0.875rem;
font-weight: normal;
padding-top: 4px;
color: #9cb2d3;
}
.widget-author-info .author-desc {
margin-bottom: 1rem;
}
.widget-author-info .user-social {
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -8px !important;
margin-right: -8px !important;
}
.widget-author-info .user-social > * {
max-width: 100%;
}
.widget-author-info .user-social > * {
margin-left: 8px;
margin-right: 8px;
}
.widget-author-info .user-social a {
color: #060606;
font-size: 1rem;
opacity: 0.5;
}
.widget-author-info .user-social a:hover {
opacity: 1;
color: var(--default-color);
}
.widget_mc4wp_form_widget .mailchimp-form label {
font-size: 16px;
color: var(--heading-color);
margin-bottom: 12px;
}
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn {
margin-top: 15px;
display: block;
width: 100%;
background-color: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn .pxl-icon {
font-size: 15px;
margin-left: 5px;
}
[dir="rtl"] .widget_mc4wp_form_widget .mailchimp-form .pxl-btn .pxl-icon {
margin-left: 0;
margin-right: 5px;
}
[dir="rtl"] .widget_mc4wp_form_widget .mailchimp-form .pxl-btn .pxl-icon:before {
content: "";
}
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn:active, .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:hover, .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:focus {
background-color: var(--second-color);
border-color: var(--second-color);
color: #fff;
}
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn:active .pxl-icon, .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:hover .pxl-icon, .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:focus .pxl-icon {
animation: toRightFromLeft 0.3s forwards;
}
[dir="rtl"] .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:active .pxl-icon, [dir="rtl"] .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:hover .pxl-icon, [dir="rtl"] .widget_mc4wp_form_widget .mailchimp-form .pxl-btn:focus .pxl-icon {
animation: toLeftFromRight 0.3s forwards;
}
.pxl-author-info.widget {
border: 0;
padding: 0 35px 35px 35px;
}
@media (max-width: 1199px) {
.pxl-author-info.widget {
padding: 0;
}
}
.pxl-author-info.widget .content-inner {
text-align: center;
}
.pxl-author-info.widget .content-inner:hover .image-wrap {
-webkit-transform: scale(1.02);
-khtml-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
transform: scale(1.02);
border-color: transparent;
}
.pxl-author-info.widget .content-inner:hover .image-wrap img {
box-shadow: 0px 0px 68px 0px rgba(var(--second-color-rgb),0.2);
-webkit-transform: scale(1.02);
-khtml-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
transform: scale(1.02);
}
.pxl-author-info.widget .image-wrap {
width: 222px;
height: 222px;
border: 1px solid rgba(var(--second-color-rgb),0.4);
border-radius: 50%;
display: inline-block;
margin-left: auto;
margin-right: auto;
padding: 12px;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-author-info.widget .image-wrap img {
border-radius: 50%;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-author-info.widget .author-name {
font-size: 20px;
font-weight: 700;
letter-spacing: 0.02em;
margin-top: 22px;
margin-bottom: 13px;
}
.pxl-author-info.widget .author-desc {
font-size: 16px;
line-height: 26px;
margin-bottom: 27px;
}
@media (max-width: 991px) {
.pxl-author-info.widget .author-desc {
max-width: 570px;
margin-left: auto;
margin-right: auto;
}
}
.pxl-author-info.widget .author-social {
margin: -5px -10px;
}
.pxl-author-info.widget .author-social .social-item {
margin: 5px 10px;
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
}
.pxl-author-info.widget .author-social .icon {
width: 37px;
height: 37px;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 50%;
background-color: #fff;
color: var(--primary-color);
margin-right: 8px;
box-shadow: 0 0 0 1px var(--second-color);
-webkit-transition: all 300ms ease-out;
-khtml-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
[dir="rtl"] .pxl-author-info.widget .author-social .icon {
margin-right: 0;
margin-left: 8px;
}
.pxl-author-info.widget .author-social .icon:hover {
background-color: var(--second-color);
color: #fff;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed, iframe, object {
max-width: 100%;
}
.custom-logo-link {
display: inline-block;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption-text {
padding-top: 12px;
text-align: center;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.025em;
color: #707070;
font-style: italic;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 0px;
overflow: hidden;
position: absolute;
width: 0px;
word-wrap: normal;
visibility: hidden;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
opacity: 0;
display: none;
}
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0;
}
.gallery {
margin-left: -10px;
margin-right: -10px;
margin-bottom: 25px;
margin-top: 28px;
}
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1em;
padding: 0 10px;
width: 50%;
}
.gallery-item .gallery-icon {
overflow: hidden;
}
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0;
margin-top: 8px;
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
display: flex;
}
.wp-block-gallery.alignfull {
margin-bottom: 20px;
}
.wp-block-gallery.alignfull .blocks-gallery-caption {
margin-bottom: 20px;
}
#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull {
width: 100vw;
}
#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull .blocks-gallery-grid {
position: relative;
left: calc(-12.5% - 128px);
width: calc(125% + 150px);
max-width: calc(125% + 150px);
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
@media (min-width: 480px) {
.gallery-columns-3 .gallery-item {
width: 33.333333%;
}
}
@media (min-width: 480px) {
.gallery-columns-4 .gallery-item {
width: 25%;
}
}
.gallery-columns-5 .gallery-caption {
display: none;
}
@media (min-width: 480px) {
.gallery-columns-5 .gallery-item {
width: 25%;
}
}
@media (min-width: 768px) {
.gallery-columns-5 .gallery-item {
width: 20%;
}
}
.gallery-columns-6 .gallery-caption {
display: none;
}
@media (min-width: 480px) {
.gallery-columns-6 .gallery-item {
width: 25%;
}
}
@media (min-width: 768px) {
.gallery-columns-6 .gallery-item {
width: 16.66%;
}
}
.gallery-columns-7 .gallery-caption {
display: none;
}
@media (min-width: 480px) {
.gallery-columns-7 .gallery-item {
width: 25%;
}
}
@media (min-width: 768px) {
.gallery-columns-7 .gallery-item {
width: 14.28%;
}
}
.gallery-columns-8 .gallery-caption {
display: none;
}
@media (min-width: 480px) {
.gallery-columns-8 .gallery-item {
width: 25%;
}
}
@media (min-width: 768px) {
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
}
.gallery-columns-9 .gallery-caption {
display: none;
}
@media (min-width: 480px) {
.gallery-columns-9 .gallery-item {
width: 25%;
}
}
@media (min-width: 768px) {
.gallery-columns-9 .gallery-item {
width: 11.11%;
}
}
.gallery-caption {
display: block;
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
display: flex;
}
.elementor-lightbox .elementor-swiper-button [class*=" eicon-"], .elementor-lightbox .elementor-swiper-button [class^=eicon] {
font-family: "pxli";
}
.elementor-lightbox .elementor-swiper-button .eicon-chevron-right:before {
content: "";
}
.elementor-lightbox .elementor-swiper-button .eicon-chevron-left:before {
content: "";
}
.comment-list-wrap {
margin-top: 50px;
padding-top: 40px;
border-top: 1px solid #dedede;
position: relative;
}
.comment-list-wrap:before {
content: "";
width: 103px;
height: 1px;
background-color: var(--second-color);
position: absolute;
top: -1px;
left: 0;
}
[dir="rtl"] .comment-list-wrap:before {
left: auto;
right: 0;
}
.comments-title {
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 1.1428571429;
color: var(--heading-color);
letter-spacing: 0.02em;
margin: 0 0 26px 0;
}
.commentlist {
list-style: none;
padding: 0;
margin: 0;
}
.commentlist .comment {
padding-top: 28px;
margin-top: 24px;
border-top: 1px solid rgba(200, 200, 200, 0.5);
}
.commentlist > .comment:first-child, .commentlist > .review:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
.commentlist > .comment:not(:last-child) > .children, .commentlist > .review:not(:last-child) > .children {
margin-bottom: 0;
}
@media (max-width: 1399px) {
.commentlist .comment-avatar img {
max-width: 60px;
}
}
@media (max-width: 991px) {
.commentlist .comment-avatar img {
max-width: 60px;
}
}
@media (max-width: 575px) {
.commentlist .comment-avatar img {
max-width: 40px;
}
}
.commentlist .comment-content .comment-title {
position: relative;
font-size: 16px;
line-height: 26px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.commentlist .comment-content .comment-title a {
color: inherit;
}
.commentlist .comment-content .comment-title a:hover {
color: var(--link-color-hover);
}
.commentlist .comment-content .comment-date {
font-size: 14px;
line-height: 26px;
margin-top: -4px;
}
.commentlist .comment-content .comment-meta {
font-size: 12px;
color: #333;
}
@media (max-width: 480px) {
.commentlist .comment-content .comment-meta {
margin-top: 10px;
}
}
.commentlist .comment-text-wrap {
margin-top: 24px;
}
.commentlist .comment-text-wrap .comment-text {
font-size: 16px;
line-height: 26px;
}
.commentlist .children {
list-style: none;
padding: 0 0 0 60px;
margin: 0;
}
[dir="rtl"] .commentlist .children {
padding: 0 60px 0 0;
}
@media (max-width: 1399px) {
.commentlist .children {
padding: 0 0 0 35px;
}
[dir="rtl"] .commentlist .children {
padding: 0 35px 0 0;
}
}
@media (max-width: 575px) {
.commentlist .children {
padding: 0 0 0 20px;
}
[dir="rtl"] .commentlist .children {
padding: 0 20px 0 0;
}
}
.commentlist .comment-reply-link {
font-size: 13px;
line-height: 22px;
text-transform: uppercase;
position: relative;
letter-spacing: 0.15em;
display: inline-flex;
padding: 0 2px 0 3px;
}
.commentlist .comment-reply-link:after {
content: "";
width: 100%;
height: 1px;
background-color: var(--link-color);
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.commentlist .comment-reply-link:hover:after {
background-color: var(--link-color-hover);
}
.comments-pagination {
margin-top: 24px;
}
.comment-respond {
margin-top: 50px;
padding-top: 40px;
border-top: 1px solid #dedede;
position: relative;
}
.comment-respond:before {
content: "";
width: 103px;
height: 1px;
background-color: var(--second-color);
position: absolute;
top: -1px;
left: 0;
}
[dir="rtl"] .comment-respond:before {
left: auto;
right: 0;
}
.comment-respond .comment-reply-title {
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 1.1428571429;
color: var(--heading-color);
letter-spacing: 0.02em;
margin: 0 0 26px 0;
}
.comment-respond .comment-form .comment-form-field {
margin-top: 12px;
}
.comment-respond .comment-form .pxl-comment-form-rating .comment-form-field {
margin-top: 0;
}
.comment-respond .comment-form input[type=checkbox] {
display: none;
}
.comment-respond .comment-form input[type=checkbox] + label:before {
content: "";
font-family: "pxli";
border: 1px solid #c8c8c8;
border-radius: 0;
color: var(--heading-color);
background-color: transparent;
display: inline-block;
width: 15px;
height: 15px;
margin-right: 10px;
vertical-align: bottom;
color: transparent;
transition: 0.2s;
position: relative;
top: -2px;
font-size: 10px;
text-align: center;
line-height: 12px;
}
.comment-respond .comment-form input[type=checkbox]:checked + label:before {
color: #fff;
background-color: var(--second-color);
border-color: var(--second-color);
}
.comment-respond .comment-form input[type=checkbox]:disabled + label:before {
transform: scale(1);
border-color: #aaa;
}
.comment-respond .comment-form .comment-form-comment textarea {
height: 200px;
}
.comment-respond .comment-form button .pxl-icon {
font-size: 16px;
}
.comment-respond .comment-form-cookies-consent {
padding-top: 35px;
display: flex;
flex-wrap: wrap;
margin-bottom: 22px;
}
.comment-respond .comment-form-cookies-consent .cms-custom-checkbox {
flex: 0 0 auto;
margin-top: 1px;
}
.comment-respond .comment-form-cookies-consent label {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
margin: 0;
color: var(--heading-color);
line-height: normal;
}
.comment-respond .form-submit {
margin: 30px 0 0;
}
.comment-respond .form-submit .pxl-btn {
margin-bottom: 8px;
}
.logged-in-as {
margin-bottom: 10px;
}
#cancel-comment-reply-link {
padding-left: 15px;
color: var(--second-color);
font-weight: normal;
}
[dir="rtl"] #cancel-comment-reply-link {
padding-left: 0;
padding-right: 15px;
}
p.no-comments {
margin-top: 30px;
color: red;
}
.rating-container {
display: inline-block;
height: 18px;
vertical-align: top;
font-size: 0;
unicode-bidi: bidi-override;
direction: rtl;
}
.rating-container * {
font-size: 17px;
}
.rating-container > input {
display: none;
}
.rating-container > input + label {
font-family: "Material-Design-Iconic-Font";
line-height: 1;
}
.rating-container > input + label:before {
display: inline-block;
content: "";
color: #000;
}
.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before, .pxl-rating-icon-filled:before {
content: "";
color: var(--second-color);
}
.rating-container:hover > input + label:before, .pxl-rating-icon-empty:before {
content: "";
color: #000;
text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
content: "";
color: var(--second-color);
}
.pxl-rating-icon-filled, .pxl-rating-icon-empty {
font-family: "Material-Design-Iconic-Font";
display: inline-block;
overflow: hidden;
width: 1em;
white-space: nowrap;
cursor: pointer;
margin: 0;
}
.pxl-rating-icon-empty {
z-index: -1;
}
.phb-review-form .phb-review-reply-title {
text-transform: uppercase;
}
.phb-review-form .phb-stars {
margin-bottom: 8px;
}
.phb-review-form .phb-stars:hover a {
color: var(--second-color);
}
.phb-review-form .phb-stars .stars {
display: flex;
}
.phb-review-form .phb-stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
color: #111111;
}
.phb-review-form .phb-stars a:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
right: -5px;
}
.phb-review-form .phb-stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "Material-Design-Iconic-Font";
content: "";
text-indent: 0;
}
.phb-review-form .phb-stars a:hover ~ a {
color: #111111;
}
.phb-review-form .phb-stars.selected a.active {
color: var(--second-color);
}
.phb-review-form .phb-stars.selected a.active ~ a {
color: #111111;
}
.phb-review-form .phb-stars.selected a:not(.active) {
color: var(--second-color);
}
.phb-review-form .phb-stars.selected:hover a {
color: var(--second-color);
}
.phb-review-form .phb-stars.selected:hover a.active ~ a {
color: var(--second-color);
}
.phb-review-form .phb-stars.selected a:hover ~ a {
color: #111111 !important;
}
.phb-review-form .phb-review-fields .row > div {
margin-bottom: 15px;
}
.phb-review-form .phb-review-fields textarea {
margin-bottom: 30px;
}
.pxl-scroll-top {
height: 50px;
width: 50px;
background-color: var(--second-color);
color: #fff;
position: fixed;
right: 20px;
bottom: 20px;
font-size: 24px;
font-weight: 900;
text-transform: uppercase;
outline: none;
cursor: pointer;
text-align: center;
z-index: 999;
opacity: 0;
border-radius: 50%;
overflow: hidden;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translate(0, 20px);
-khtml-transform: translate(0, 20px);
-moz-transform: translate(0, 20px);
-ms-transform: translate(0, 20px);
-o-transform: translate(0, 20px);
transform: translate(0, 20px);
-webkit-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
-khtml-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
-moz-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
-ms-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
-o-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1199px) {
.pxl-scroll-top {
height: 40px;
width: 40px;
line-height: 40px;
}
}
.pxl-scroll-top span {
position: relative;
-webkit-animation: icon-bounce 2s linear 0s infinite;
-khtml-animation: icon-bounce 2s linear 0s infinite;
-moz-animation: icon-bounce 2s linear 0s infinite;
-ms-animation: icon-bounce 2s linear 0s infinite;
-o-animation: icon-bounce 2s linear 0s infinite;
animation: icon-bounce 2s linear 0s infinite;
}
.pxl-scroll-top:hover, .pxl-scroll-top:focus, .pxl-scroll-top:active {
color: #f2f2f2;
background-color: var(--primary-color);
-webkit-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
-khtml-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
-moz-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
-ms-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
-o-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
}
.pxl-scroll-top:hover span, .pxl-scroll-top:focus span, .pxl-scroll-top:active span {
-webkit-animation: toTopFromBottom 0.6s forwards;
-khtml-animation: toTopFromBottom 0.6s forwards;
-moz-animation: toTopFromBottom 0.6s forwards;
-ms-animation: toTopFromBottom 0.6s forwards;
-o-animation: toTopFromBottom 0.6s forwards;
animation: toTopFromBottom 0.6s forwards;
}
.pxl-scroll-top.on {
opacity: 1;
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
[dir="rtl"] .pxl-scroll-top {
right: auto;
left: 20px;
}
.pxl-footer.pxl-footer-fixed {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.pxl-footer.pxl-footer-absoluted {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.pxl-footer.footer-type-df a {
color: #616277;
}
.pxl-footer.footer-type-df a:hover {
color: #616277;
}
.pxl-footer-bottom {
border-top: 1px solid #e0e1e6;
padding-top: 24px;
padding-bottom: 24px;
color: #616277;
font-size: 14px;
}
.pxl-copyright-text a {
font-weight: 700;
}
.footer-bottom {
color: #616277;
font-size: 14px;
}
.footer-bottom .elementor-widget-text-editor a {
color: #616277;
}
.pxl-footer .pxl-primary-menu > li > a span:before {
display: none;
}
@media (min-width: 1200px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1200px;
}
}
.elementor-section .elementor-container {
flex-wrap: wrap;
justify-content: center;
}
.elementor-section.pxl-section-static-pos-yes .elementor-container {
position: static;
}
.elementor-section.pxl-section-static-pos-yes .elementor-column, .elementor-section.pxl-section-static-pos-yes .elementor-column-wrap {
position: static;
}
.elementor-section.pxl-section-static-pos-yes .elementor-widget-wrap {
position: static;
}
.elementor-section.pxl-section-overflow-hidden-yes {
overflow: hidden !important;
}
@media (min-width: 768px) {
.elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty .pxl-column-bg-parallax {
margin: -10px;
}
}
.elementor-editor-active .pxl-primary-menu > li > .sub-menu {
display: none;
}
.elementor-column.pxl-column-overflow-hidden-yes {
overflow: hidden !important;
}
.elementor-column.pxl-column-overflow-hidden-yes > .elementor-widget-wrap {
overflow: hidden !important;
}
.elementor-editor-active .pxl-header-sticky {
display: none;
}
.elementor-editor-active .pxl-header-mobile-sticky {
display: none;
}
.elementor-editor-active .elementor-widget-divider .elementor-divider-separator {
transform: scale(1);
}
.elementor-editor-active .pxl-border-animated .pxl-border-anm.bb {
transform: scale(1);
}
.elementor-editor-active .pxl-hd-bd-left .elementor-widget-container:before, .elementor-editor-active .pxl-hd-bd-right .elementor-widget-container:before {
transform: scale(1);
}
.elementor-editor-active .elementor-widget-pxl_layer .elementor-widget-empty-icon {
display: none !important;
}
.elementor-editor-active .pxl-page.header-pos-fixed-left, .elementor-editor-active .pxl-page.header-pos-fixed-right {
padding-left: 0;
padding-right: 0;
}
.elementor-editor-active .pxl-page.header-pos-fixed-left .pxl-header, .elementor-editor-active .pxl-page.header-pos-fixed-right .pxl-header {
display: none;
}
.elementor-editor-active .pxl-scroll-top {
opacity: 1;
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.elementor-editor-active .pxl-footer.pxl-footer-absoluted {
bottom: 314px;
}
.elementor-column {
min-height: 0px;
}
.elementor-lightbox .swiper-zoom-container > canvas, .elementor-lightbox .swiper-zoom-container > img, .elementor-lightbox .swiper-zoom-container > svg {
object-fit: cover;
-o-object-fit: cover;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 0 15px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
padding: 0 15px;
}
.pxl-single-post .single-elementor-content > .elementor {
margin: 0 -15px;
}
.pxl-single-post .elementor-inner-section > .elementor-column-gap-default {
margin: 0 -15px;
}
.elementor-section-boxed .elementor-column-gap-default .elementor-inner-section > .elementor-column-gap-default {
margin: 0 -15px;
}
@media (min-width: 576px) {
.pxl-page .elementor-inner-section.container-auto > .elementor-column-gap-default {
margin: 0 auto;
}
}
.pxl-shape-divider-pos-top .pxl-shape-divider {
top: -1px;
}
.pxl-shape-divider-mask .pxl-shape-divider {
width: 100%;
height: 25px;
overflow: hidden;
position: absolute;
left: 0;
width: 100%;
line-height: 0;
direction: ltr;
mask-image: var(--ss-mask-url);
-webkit-mask-image: var(--ss-mask-url);
-ms-mask-image: var(--ss-mask-url);
-o-mask-image: var(--ss-mask-url);
-webkit-mask-repeat: no-repeat;
-ms-mask-repeat: no-repeat;
-o-mask-repeat: no-repeat;
-webkit-mask-position: center top;
-ms-mask-position: center top;
-o-mask-position: center top;
mask-position: center top;
}
@media (min-width: 768px) {
.elementor-editor-active .elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty {
margin: 0;
}
}
.pxl-heading-wrap h1, .pxl-heading-wrap h2, .pxl-heading-wrap h3, .pxl-heading-wrap h4, .pxl-heading-wrap h5, .pxl-heading-wrap h6 {
margin: 0;
}
.pxl-heading-wrap .heading-subtitle {
color: var(--primary-color);
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 8px;
}
@media (max-width: 767px) {
.pxl-heading-wrap .heading-subtitle {
font-size: 14px;
}
}
.pxl-heading-wrap .heading-subtitle .subtitle-text {
display: inline-flex;
}
.pxl-heading-wrap .heading-subtitle .subtitle-text:before, .pxl-heading-wrap .heading-subtitle .subtitle-text:after {
margin-top: 4px;
}
.pxl-heading-wrap .heading-subtitle.divider-left .subtitle-text {
position: relative;
padding-left: 58px;
}
[dir="rtl"] .pxl-heading-wrap .heading-subtitle.divider-left .subtitle-text {
padding-left: 0;
padding-right: 58px;
}
.pxl-heading-wrap .heading-subtitle.divider-left .subtitle-text:before {
content: "";
width: 44px;
height: 1px;
background-color: var(--primary-color);
position: absolute;
top: 50%;
left: 0;
}
[dir="rtl"] .pxl-heading-wrap .heading-subtitle.divider-left .subtitle-text:before {
left: auto;
right: 0;
}
.pxl-heading-wrap .heading-subtitle.divider-both .subtitle-text {
position: relative;
padding-left: 58px;
padding-right: 58px;
}
.pxl-heading-wrap .heading-subtitle.divider-both .subtitle-text:before {
content: "";
width: 44px;
height: 1px;
background-color: var(--primary-color);
position: absolute;
top: 50%;
left: 0;
}
.pxl-heading-wrap .heading-subtitle.divider-both .subtitle-text:after {
content: "";
width: 44px;
height: 1px;
background-color: var(--primary-color);
position: absolute;
top: 50%;
right: 0;
}
.pxl-heading-wrap .heading-subtitle.divider-right .subtitle-text {
position: relative;
padding-right: 58px;
}
.pxl-heading-wrap .heading-subtitle.divider-right .subtitle-text:after {
content: "";
width: 44px;
height: 1px;
background-color: var(--primary-color);
position: absolute;
top: 50%;
right: 0;
}
.pxl-heading-wrap .dots-before .dots {
flex: 0 0 auto;
margin-right: 15px;
width: 8px;
height: 8px;
background-color: var(--primary-color);
border-radius: 50%;
}
.pxl-heading-wrap .pxl-typed {
text-decoration-thickness: 3px !important;
text-underline-offset: 6px;
}
.pxl-svg-icon {
display: inline-flex;
justify-content: center;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-svg-icon .icon-svg-inner {
line-height: 1;
display: inline-flex;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-svg-icon .image-svg {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-svg-icon .pxl-svg-img {
background-color: #fff;
mask: var(--pxl-svg-img) no-repeat center / contain;
-webkit-mask: var(--pxl-svg-img) no-repeat center / contain;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-svg-icon.hover-origin {
cursor: pointer;
}
.pxl-svg-icon.hover-origin .icon-svg-inner {
overflow: hidden;
}
.pxl-svg-icon.hover-origin .image-svg {
-webkit-transform: translateY(100%);
-khtml-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.pxl-svg-icon.hover-origin:hover .image-svg {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.pxl-svg-icon.hover-origin:hover .pxl-svg-img {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-100%);
-khtml-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.pxl-video-player {
background-size: cover;
background-repeat: no-repeat;
}
.pxl-video-player.layout-1.has-bg {
overflow: hidden;
}
.pxl-video-player.layout-1.has-bg .pxl-video-lightbox {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pxl-video-player.layout-1 .pxl-video-btn {
width: 50px;
height: 50px;
line-height: 46px;
font-size: 24px;
border: 2px solid #fff;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
display: inline-block;
text-align: center;
background-color: transparent;
color: #fff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
cursor: pointer;
-webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.pxl-video-player.layout-1 .pxl-video-btn svg {
width: 16px;
}
.pxl-video-player.layout-1 .pxl-video-btn svg path {
fill: #111;
-webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.pxl-video-player.layout-1 .pxl-video-btn:hover {
background-color: #fff;
border-color: #fff;
color: #111;
-webkit-animation: spineer-white 2s infinite;
animation: spineer-white 2s infinite;
}
.pxl-video-player.layout-1 .pxl-video-btn:hover svg path {
fill: #111;
}
.pxl-video-player.layout-1 .pxl-video-btn:hover + .video-text {
margin-left: 22px;
}
.pxl-video-player.layout-1 .video-text {
font-weight: 600;
color: #fff;
margin-left: 16px;
-webkit-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
transition: all 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.pxl-video-player.layout-1.btn-style-1 .pxl-video-btn:hover {
-webkit-animation: spineer 2s infinite;
animation: spineer 2s infinite;
}
.pxl-video-player.layout-1.btn-style-2 .pxl-video-btn:hover {
-webkit-animation: spineer-white 2s infinite;
animation: spineer-white 2s infinite;
}
.pxl-video-player.layout-1 .parallax-inner {
background-repeat: no-repeat;
background-size: cover;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
}
.pxl-video-player.layout-2 .btn-video-wrap {
justify-content: center;
}
.pxl-video-player.layout-2 .btn-video-wrap .video-text {
cursor: pointer;
position: relative;
font-size: 13px;
text-transform: uppercase;
color: var(--primary-color);
letter-spacing: 0.15em;
font-weight: 500;
padding-bottom: 5px;
}
.pxl-video-player.layout-2 .btn-video-wrap .video-text:after {
content: "";
width: 100%;
height: 1px;
background-color: var(--primary-color);
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
transform-origin: center;
-webkit-transition: width 0.3s ease-in-out;
-khtml-transition: width 0.3s ease-in-out;
-moz-transition: width 0.3s ease-in-out;
-ms-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
}
.pxl-video-player.layout-2 .btn-video-wrap .video-text:hover:after {
width: 0;
}
.pxl-list-style {
column-gap: var(--item-gap);
}
@media (max-width: 1199px) {
.pxl-list-style .list-content br {
display: none;
}
}
.pxl-list-style .list-content a {
position: relative;
}
.pxl-list-style .list-content a:after {
content: "";
width: 0;
height: 1px;
background-color: var(--link-color);
position: absolute;
left: 0;
bottom: 3px;
-webkit-transition: all 0.3s ease-out;
-khtml-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pxl-list-style .list-content a:hover:after {
width: 100%;
background-color: var(--link-color-hover);
}
.pxl-list-style .list-content p {
margin-bottom: 10px;
}
.pxl-list-style .list-content p:last-child {
margin-bottom: 0;
}
.pxl-list-style.number {
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
}
.pxl-list-style.number .num {
margin-right: 5px;
}
[dir="rtl"] .pxl-list-style.number .num {
margin-right: 0;
margin-left: 5px;
}
.pxl-list-style.number1 {
font-size: 16px;
line-height: 26px;
color: var(--body-color);
}
.pxl-list-style.number1 .num {
margin-right: 5px;
}
[dir="rtl"] .pxl-list-style.number1 .num {
margin-right: 0;
margin-left: 5px;
}
.pxl-list-style.bullet {
font-size: 16px;
line-height: 26px;
}
.pxl-list-style.bullet .list-item {
padding: 2px 0;
}
.pxl-list-style.bullet .list-content {
position: relative;
padding-left: 17px;
}
[dir="rtl"] .pxl-list-style.bullet .list-content {
padding-left: 0;
padding-right: 17px;
}
.pxl-list-style.bullet .list-content:before {
content: "";
width: 5px;
height: 5px;
border-radius: 5px;
display: inline-block;
background-color: #2c424c;
position: absolute;
left: 0;
top: 11px;
}
[dir="rtl"] .pxl-list-style.bullet .list-content:before {
left: auto;
right: 0;
}
.pxl-list-style.checked {
color: var(--heading-color);
}
.pxl-list-style.checked .list-item {
padding: 2px 0;
}
.pxl-list-style.checked .list-content {
font-style: italic;
position: relative;
padding-left: 23px;
}
[dir="rtl"] .pxl-list-style.checked .list-content {
padding-left: 0;
padding-right: 23px;
}
.pxl-list-style.checked .list-content:before {
content: "";
font-family: "Material-Design-Iconic-Font";
font-size: 16px;
display: inline-block;
position: absolute;
left: 0;
color: var(--second-color);
}
[dir="rtl"] .pxl-list-style.checked .list-content:before {
left: auto;
right: 0;
}
.pxl-list-style.icon {
font-size: 16px;
line-height: 24px;
color: var(--heading-color);
}
.pxl-list-style.icon .list-item {
padding: 6px 0;
}
.pxl-list-style.icon .list-icon {
color: var(--second-color);
font-size: 14px;
padding-right: 10px;
}
[dir="rtl"] .pxl-list-style.icon .list-icon {
padding-left: 10px;
padding-right: 0;
}
.pxl-links.layout-1 {
list-style: none;
margin: 0;
padding: 0;
margin-left: -8px;
margin-right: -8px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pxl-links.layout-1 > * {
max-width: 100%;
}
.pxl-links.layout-1 li {
display: inline-flex;
margin-left: 8px;
margin-right: 8px;
}
.pxl-links.layout-1 li a {
display: flex;
align-items: center;
color: #fff;
font-size: 15px;
}
.pxl-links.layout-1 li a span {
letter-spacing: 0.01em;
}
.pxl-links.layout-1 li a:hover {
color: var(--second-color);
}
.pxl-links.layout-1 li .pxl-icon {
font-size: 23px;
color: var(--second-color);
margin-right: 12px;
}
[dir="rtl"] .pxl-links.layout-1 li .pxl-icon {
margin-right: 0;
margin-left: 12px;
}
.pxl-links.layout-2 {
list-style: none;
}
.pxl-links.layout-2 li {
position: relative;
font-weight: 400;
}
.pxl-links.layout-2 li:not(:last-child) {
padding-bottom: 14px;
}
.pxl-links.layout-2 li .pxl-icon {
margin-right: 8px;
}
.pxl-links.layout-2 li a {
font-size: 16px;
color: #cdcdcd;
display: flex;
align-items: center;
}
.pxl-links.layout-2 li a span {
position: relative;
}
.pxl-links.layout-2 li a span:after {
content: "";
width: 0;
height: 1px;
background-color: #cdcdcd;
position: absolute;
left: 0;
bottom: 4px;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-links.layout-2 li a:hover {
color: #fff;
}
.pxl-links.layout-2 li a:hover span:after {
width: 100%;
background-color: #fff;
}
.pxl-links.layout-3 {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pxl-links.layout-3 > * {
max-width: 100%;
}
.pxl-links.layout-3 li + li:before {
position: relative;
content: "/";
left: -1px;
margin: 0 0 0 7px;
color: #616277;
}
[dir="rtl"] .pxl-links.layout-3 li + li:before {
margin: 0 7px 0 0;
}
.pxl-links.layout-3 li a {
color: var(--primary-color);
}
.pxl-links.layout-3 li a:hover {
color: var(--second-color);
}
.pxl-links.layout-4 {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 60px;
}
.pxl-links.layout-4 > * {
max-width: 100%;
}
@media (max-width: 991px) {
.pxl-links.layout-4 {
column-gap: 40px;
}
}
@media (max-width: 575px) {
.pxl-links.layout-4 {
column-gap: 30px;
}
}
@media (max-width: 400px) {
.pxl-links.layout-4 {
column-gap: 20px;
}
}
.pxl-links.layout-4 li {
display: inline-flex;
}
.pxl-links.layout-4 li a {
display: flex;
align-items: center;
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
position: relative;
padding: 9px 0;
}
@media (max-width: 991px) {
.pxl-links.layout-4 li a {
font-size: 14px;
padding: 5px 0;
}
}
@media (max-width: 400px) {
.pxl-links.layout-4 li a {
font-size: 11px;
}
}
.pxl-links.layout-4 li a:after {
content: "";
width: 0;
height: 2px;
background-color: var(--second-color);
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: width 0.3s cubic-bezier(0.88, 0.68, 0.46, 0.62);
-khtml-transition: width 0.3s cubic-bezier(0.88, 0.68, 0.46, 0.62);
-moz-transition: width 0.3s cubic-bezier(0.88, 0.68, 0.46, 0.62);
-ms-transition: width 0.3s cubic-bezier(0.88, 0.68, 0.46, 0.62);
-o-transition: width 0.3s cubic-bezier(0.88, 0.68, 0.46, 0.62);
transition: width 0.3s cubic-bezier(0.88, 0.68, 0.46, 0.62);
}
.pxl-links.layout-4 li a span {
letter-spacing: 0.15em;
}
.pxl-links.layout-4 li a:hover:after {
width: 100%;
}
.pxl-links.layout-4 li.active a:after {
width: 100%;
}
.pxl-links.layout-4 li .pxl-icon {
font-size: 23px;
color: var(--second-color);
margin-right: 12px;
}
.pxl-links.layout-4.underline-false li a {
padding: 5px 0;
}
.pxl-links.layout-4.underline-false li a:after {
display: none;
}
.pxl-links.layout-4.underline-false li a:hover {
color: var(--link-color-hover);
}
.pxl-links.layout-5 {
list-style: none;
}
.pxl-links.layout-5 li {
position: relative;
}
.pxl-links.layout-5 li a {
font-size: 15px;
line-height: 1.5;
line-height: 1.5;
font-weight: 400;
padding: 8px 0;
display: inline-flex;
align-items: center;
position: relative;
}
.pxl-links.layout-5 li a:hover {
color: var(--link-color-hover);
}
.pxl-links.layout-5 li a .badge {
position: absolute;
top: 2px;
left: calc(100% + 8px);
text-transform: uppercase;
font-size: 11px;
color: #707070;
}
[dir="rtl"] .pxl-links.layout-5 li a .badge {
left: auto;
right: calc(100% + 8px);
}
.pxl-links.layout-5 li.active > a {
color: var(--link-color-hover);
}
.pxl-qc-wrap.layout-1 .qc-item {
font-size: 15px;
letter-spacing: 0.01em;
position: relative;
}
.pxl-qc-wrap.layout-1 .qc-item .pxl-icon {
font-size: 14px;
margin-right: 8px;
line-height: 1;
}
.pxl-qc-wrap.layout-1 .qc-item + .qc-item:before {
content: "";
width: 1px;
height: 29px;
background-color: rgba(255, 255, 255, 0.15);
position: absolute;
left: -1px;
top: 50%;
margin-top: -14.5px;
}
.pxl-qc-wrap.layout-2 .qc-item {
font-size: 16px;
line-height: 26px;
color: #cdcdcd;
letter-spacing: 0.01em;
position: relative;
}
.pxl-qc-wrap.layout-2 .qc-item .pxl-icon {
font-size: 14px;
margin-right: 8px;
line-height: 1;
}
[dir="rtl"] .pxl-qc-wrap.layout-2 .qc-item .pxl-icon {
margin-right: 0;
margin-left: 8px;
}
.pxl-qc-wrap.layout-2 .qc-item a {
color: inherit;
}
.pxl-qc-wrap.layout-2 .qc-item a:hover {
color: #fff;
}
.pxl-qc-wrap.layout-2 .qc-item + .qc-item {
margin-top: 25px;
}
@media (max-width: 991px) {
.pxl-qc-wrap.layout-2 .qc-item + .qc-item {
margin-top: 15px;
}
}
.pxl-qc-wrap.layout-3 .qc-item {
font-size: 16px;
position: relative;
}
.pxl-qc-wrap.layout-3 .qc-item .pxl-icon {
font-size: 14px;
margin-right: 8px;
line-height: 1;
}
.pxl-qc-wrap.layout-3 .qc-item .item-content span {
font-weight: 500;
}
.pxl-qc-wrap.link-hover-underline-true .qc-item a {
position: relative;
}
.pxl-qc-wrap.link-hover-underline-true .qc-item a:after {
content: "";
width: 0;
height: 1px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--link-color-hover);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-qc-wrap.link-hover-underline-true .qc-item a:hover:after {
width: 100%;
}
.pxl-anchor-wrap .pxl-anchor {
cursor: pointer;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-anchor-wrap .pxl-anchor .anchor-title {
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-anchor-wrap .menu-toggle-bg-nav, .pxl-anchor-wrap .menu-toggle-bg-nav-right {
width: 61px;
height: 61px;
text-decoration: none;
cursor: pointer;
background-color: #fff;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .toggle-inner, .pxl-anchor-wrap .menu-toggle-bg-nav-right .toggle-inner {
width: 24px;
height: 19px;
position: relative;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .divider, .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider {
position: absolute;
height: 1px;
background-color: #192830;
-webkit-transition: width 0.3s linear 0s, background-color 0.3s ease;
-khtml-transition: width 0.3s linear 0s, background-color 0.3s ease;
-moz-transition: width 0.3s linear 0s, background-color 0.3s ease;
-ms-transition: width 0.3s linear 0s, background-color 0.3s ease;
-o-transition: width 0.3s linear 0s, background-color 0.3s ease;
transition: width 0.3s linear 0s, background-color 0.3s ease;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .divider-1, .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider-1 {
width: 24px;
top: 0;
bottom: auto;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .divider-2, .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider-2 {
width: 16px;
top: 9px;
bottom: auto;
}
.pxl-anchor-wrap .menu-toggle-bg-nav .divider-3, .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider-3 {
width: 24px;
top: auto;
bottom: 0;
}
.pxl-anchor-wrap .menu-toggle-bg-nav.cliked .divider, .pxl-anchor-wrap .menu-toggle-bg-nav:hover .divider, .pxl-anchor-wrap .menu-toggle-bg-nav-right.cliked .divider, .pxl-anchor-wrap .menu-toggle-bg-nav-right:hover .divider {
background-color: var(--second-color);
}
.pxl-anchor-wrap .menu-toggle-bg-nav.cliked .divider-1, .pxl-anchor-wrap .menu-toggle-bg-nav:hover .divider-1, .pxl-anchor-wrap .menu-toggle-bg-nav-right.cliked .divider-1, .pxl-anchor-wrap .menu-toggle-bg-nav-right:hover .divider-1 {
width: 16px;
}
.pxl-anchor-wrap .menu-toggle-bg-nav.cliked .divider-2, .pxl-anchor-wrap .menu-toggle-bg-nav:hover .divider-2, .pxl-anchor-wrap .menu-toggle-bg-nav-right.cliked .divider-2, .pxl-anchor-wrap .menu-toggle-bg-nav-right:hover .divider-2 {
width: 24px;
}
.pxl-anchor-wrap .menu-toggle-bg-nav.cliked .divider-3, .pxl-anchor-wrap .menu-toggle-bg-nav:hover .divider-3, .pxl-anchor-wrap .menu-toggle-bg-nav-right.cliked .divider-3, .pxl-anchor-wrap .menu-toggle-bg-nav-right:hover .divider-3 {
width: 16px;
}
.pxl-anchor-wrap .menu-toggle-bg-nav-right .divider {
right: 0;
}
[dir="rtl"] .pxl-anchor-wrap .menu-toggle-bg-nav-right .divider {
right: auto;
left: 0;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav {
display: inline-block;
width: 39px;
min-width: 39px;
height: 23px;
position: relative;
text-decoration: none;
cursor: pointer;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav span {
position: absolute;
height: 1px;
background-color: var(--primary-color);
border-radius: 0;
-webkit-transition: width 0.3s linear 0s, background-color 0.3s ease;
-khtml-transition: width 0.3s linear 0s, background-color 0.3s ease;
-moz-transition: width 0.3s linear 0s, background-color 0.3s ease;
-ms-transition: width 0.3s linear 0s, background-color 0.3s ease;
-o-transition: width 0.3s linear 0s, background-color 0.3s ease;
transition: width 0.3s linear 0s, background-color 0.3s ease;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav span:nth-child(1) {
width: 39px;
top: 0;
bottom: auto;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav span:nth-child(2) {
width: 28px;
top: 11px;
bottom: auto;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav span:nth-child(3) {
width: 39px;
top: auto;
bottom: 0;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav.cliked span, .pxl-anchor-wrap .hidden-sidebar-toggle-nav:hover span {
background-color: #fff;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav.cliked span:nth-child(1), .pxl-anchor-wrap .hidden-sidebar-toggle-nav:hover span:nth-child(1) {
width: 28px;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav.cliked span:nth-child(2), .pxl-anchor-wrap .hidden-sidebar-toggle-nav:hover span:nth-child(2) {
width: 39px;
}
.pxl-anchor-wrap .hidden-sidebar-toggle-nav.cliked span:nth-child(3), .pxl-anchor-wrap .hidden-sidebar-toggle-nav:hover span:nth-child(3) {
width: 28px;
}
.pxl-divider {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.pxl-divider.horizontal .pxl-divider-separator {
border-top: 1px solid #dedede;
}
.pxl-divider.vertical .pxl-divider-separator {
border-left: 1px solid #dedede;
}
.pxl-language-switcher .current-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
font-size: 14px;
font-weight: 500;
line-height: 32px;
line-height: 29px;
color: #ffffff;
align-items: center;
background-color: transparent;
position: relative;
cursor: pointer;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-language-switcher .current-item > * {
max-width: 100%;
}
.pxl-language-switcher .current-item:hover {
color: var(--second-color);
}
.pxl-language-switcher .current-item label {
cursor: pointer;
}
.pxl-language-switcher .current-item:after {
content: "";
font-family: "Material-Design-Iconic-Font";
vertical-align: middle;
display: inline-block;
border: 0;
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-left: 5px;
}
[dir="rtl"] .pxl-language-switcher .current-item:after {
margin-left: 0;
margin-right: 5px;
}
.pxl-language-switcher .current-item:before {
content: "";
width: 100px;
height: 10px;
position: absolute;
left: 0;
top: 100%;
}
[dir="rtl"] .pxl-language-switcher .current-item:before {
left: auto;
right: 0;
}
.pxl-language-switcher .current-item .pxl-icon {
border: 0;
font-size: 23px;
font-weight: 400;
line-height: 1;
margin-right: 12px;
margin-top: -2px;
color: var(--second-color);
}
[dir="rtl"] .pxl-language-switcher .current-item .pxl-icon {
margin-right: 0;
margin-left: 12px;
}
.pxl-language-switcher ul {
background-color: #fff;
visibility: hidden;
opacity: 0;
position: absolute;
width: 150px;
top: calc(100% + 30px);
right: 0;
left: auto;
border-top: 0px solid #cdcdcd;
padding: 10px 0;
margin: 0;
list-style-type: none;
z-index: 101;
-webkit-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-khtml-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-moz-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-ms-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-o-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.pxl-language-switcher ul li {
margin: 0;
list-style-type: none;
display: block;
position: relative;
}
.pxl-language-switcher ul li:before {
position: absolute;
content: "";
height: 60%;
width: 0;
top: 50%;
left: 0;
background-color: var(--second-color);
transform: translateY(-50%);
transition: width 0.2s ease-in-out;
}
.pxl-language-switcher ul li a {
border: 0;
padding: 6px 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
line-height: 1.5;
}
.pxl-language-switcher ul li a:hover {
color: var(--second-color);
border-color: var(--second-color);
}
.pxl-language-switcher ul li:last-child a {
border: 0;
}
.pxl-language-switcher ul li:hover:before {
width: 4px;
}
.pxl-language-switcher:focus ul, .pxl-language-switcher:hover ul {
top: calc(100% + 10px);
opacity: 1;
visibility: visible;
}
.pxl-mailchimp.style-default .mailchimp-form {
position: relative;
display: flex;
}
@media (max-width: 480px) {
.pxl-mailchimp.style-default .mailchimp-form {
flex-wrap: wrap;
}
}
.pxl-mailchimp.style-default .mailchimp-form label {
display: none;
}
.pxl-mailchimp.style-default .mailchimp-form input[type="email"] {
border-radius: 0;
background-color: transparent;
color: #fff;
border-color: rgba(255, 255, 255, 0.45);
}
.pxl-mailchimp.style-default .mailchimp-form input[type="email"]::-webkit-input-placeholder {
color: #fff;
font-size: 14px;
font-style: italic;
opacity: 1;
text-overflow: ellipsis;
}
.pxl-mailchimp.style-default .mailchimp-form input[type="email"]:-moz-placeholder {
color: #fff;
font-size: 14px;
font-style: italic;
opacity: 1;
text-overflow: ellipsis;
}
.pxl-mailchimp.style-default .mailchimp-form input[type="email"]::-moz-placeholder {
color: #fff;
font-size: 14px;
font-style: italic;
opacity: 1;
text-overflow: ellipsis;
}
.pxl-mailchimp.style-default .mailchimp-form input[type="email"]:-ms-input-placeholder {
color: #fff;
font-size: 14px;
font-style: italic;
opacity: 1;
text-overflow: ellipsis;
}
@media (max-width: 480px) {
.pxl-mailchimp.style-default .mailchimp-form input[type="email"] {
width: 100%;
}
}
.pxl-mailchimp.style-default .mailchimp-form input[type="email"]:hover, .pxl-mailchimp.style-default .mailchimp-form input[type="email"]:focus {
border-color: #fff;
}
.pxl-mailchimp.style-default .mailchimp-form button {
background-color: #fff;
border-color: #fff;
color: var(--heading-color);
margin-left: 10px;
padding: 9px 43px 10px 43px;
}
[dir="rtl"] .pxl-mailchimp.style-default .mailchimp-form button {
margin-left: 0;
margin-right: 10px;
}
@media (max-width: 480px) {
.pxl-mailchimp.style-default .mailchimp-form button {
margin-left: 0;
margin-top: 10px;
width: 100%;
}
}
.pxl-mailchimp.style-default .mailchimp-form button:after {
background-color: #fff;
}
.pxl-mailchimp.style-default .mailchimp-form button .btn-text {
display: inline-flex;
}
.pxl-mailchimp.style-default .mailchimp-form button .pxl-icon {
display: none;
}
.pxl-mailchimp.style-default .mailchimp-form button:active, .pxl-mailchimp.style-default .mailchimp-form button:hover, .pxl-mailchimp.style-default .mailchimp-form button:focus {
background-color: var(--second-color);
border-color: var(--second-color);
color: #fff;
}
.pxl-mailchimp.style-default .mc4wp-response {
margin-top: 20px;
position: absolute;
top: 100%;
background: #fff;
border-radius: 5px;
padding: 15px 20px;
color: #333;
z-index: 999;
font-size: 13px;
box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
.pxl-mailchimp.style-default .mc4wp-response:empty {
display: none;
}
.pxl-socials-wrap.layout-1 .socials-list {
margin-left: -6px;
margin-right: -6px;
}
.pxl-socials-wrap.layout-1 .socials-list > * {
margin-left: 6px;
margin-right: 6px;
}
.pxl-socials-wrap.layout-1 .social-item {
display: inline-block;
text-align: center;
line-height: 37px;
color: #fff;
font-size: 14px;
width: 39px;
height: 39px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.pxl-socials-wrap.layout-1 .social-item:hover {
background-color: #fff;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-facebook"] {
color: #3b5ea1;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-twitter"] {
color: #2bb3fa;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-dribbble"] {
color: #ff70b7;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-behance"] {
color: #1879fd;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-google"] {
color: #e24d43;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-youtube"] {
color: #df2926;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-rss"] {
color: #ffa500;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-skype"] {
color: #0ebaee;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-flickr"] {
color: #ff0084;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-linkedin"] {
color: #087ec0;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-vimeo"] {
color: #27bcf1;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-pinterest"] {
color: #ee2c34;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-instagram"] {
color: #db944c;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-tumblr"] {
color: #426d9b;
}
.pxl-socials-wrap.layout-1 .social-item:hover[class*="-tripadvisor"] {
color: #00aa6c;
}
.pxl-socials-wrap.layout-2 {
margin-left: -13px;
margin-right: -13px;
}
.pxl-socials-wrap.layout-2 > * {
margin-left: 13px;
margin-right: 13px;
}
.pxl-socials-wrap.layout-2 .social-title {
color: #cdcdcd;
}
.pxl-socials-wrap.layout-2 .social-item {
display: inline-block;
text-align: center;
color: #fff;
font-size: 16px;
}
.pxl-socials-wrap.layout-2 .social-item:hover {
color: var(--second-color);
}
.pxl-socials-wrap.layout-2 svg.social-item {
width: 16px;
height: 16px;
fill: #fff;
}
.pxl-ci-wrap.layout-1 .ci-icon {
font-size: 45px;
line-height: 1;
display: inline-flex;
}
.pxl-ci-wrap.layout-1 .ci-icon .cmli {
vertical-align: middle;
}
.pxl-ci-wrap.layout-1 .ci-content {
padding-left: 22px;
margin-bottom: 6px;
}
[dir="rtl"] .pxl-ci-wrap.layout-1 .ci-content {
padding-left: 0;
padding-right: 22px;
}
@media (max-width: 480px) {
.pxl-ci-wrap.layout-1 .ci-content {
padding-left: 15px;
}
[dir="rtl"] .pxl-ci-wrap.layout-1 .ci-content {
padding-left: 0;
padding-right: 15px;
}
}
.pxl-ci-wrap.layout-1 .ci-content .ci-title {
margin-bottom: 10px;
}
.pxl-ci-wrap.layout-1 .ci-content .ci-desc {
color: var(--heading-color);
}
.pxl-ci-wrap.layout-1 .ci-content .ci-desc a {
color: inherit;
}
.pxl-ci-wrap.layout-1 .ci-content .ci-desc a:hover {
color: var(--second-color);
}
.pxl-ci-wrap.layout-1 .ci-social {
margin-top: 20px;
}
.pxl-ci-wrap.layout-1 .ci-social .pxl-icon {
width: 45px;
height: 45px;
font-size: 16px;
box-shadow: 0 0 0 1px #dedede;
border-radius: 50%;
background-color: #fff;
color: var(--primary-color);
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
}
.pxl-ci-wrap.layout-1 .ci-social .pxl-icon:hover {
background-color: var(--primary-color);
color: #fff;
}
.pxl-ci-wrap.layout-1:hover .ci-icon span {
-webkit-animation: pxl-zoom-out-in-small 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
-khtml-animation: pxl-zoom-out-in-small 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
-moz-animation: pxl-zoom-out-in-small 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
-ms-animation: pxl-zoom-out-in-small 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
-o-animation: pxl-zoom-out-in-small 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
animation: pxl-zoom-out-in-small 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.pxl-ci-wrap.layout-2 .ci-content {
margin-bottom: 6px;
}
.pxl-ci-wrap.layout-2 .ci-content .ci-title {
margin-bottom: 10px;
color: #fff;
}
.pxl-ci-wrap.layout-2 .ci-content .ci-desc {
color: #cdcdcd;
}
.pxl-ci-wrap.layout-2 .ci-content .ci-desc a {
color: inherit;
}
.pxl-ci-wrap.layout-2 .ci-content .ci-desc a:hover {
color: var(--second-color);
}
.pxl-ci-wrap.layout-2 .ci-social {
margin-top: 20px;
}
.pxl-ci-wrap.layout-2 .ci-social .pxl-icon {
width: 45px;
height: 45px;
font-size: 16px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
background-color: transparent;
color: #fff;
text-align: center;
line-height: 43px;
margin-bottom: 10px;
}
.pxl-ci-wrap.layout-2 .ci-social .pxl-icon:hover {
background-color: #fff;
color: var(--primary-color);
}
.pxl-accordion.style1 .ac-content {
display: none;
}
.pxl-accordion.style1 .ac-title {
padding: 10px 30px;
font-weight: 500;
background: #f7f7f7;
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
cursor: pointer;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #dedede;
}
.pxl-accordion.style1 .ac-title > * {
max-width: 100%;
}
@media (max-width: 575px) {
.pxl-accordion.style1 .ac-title {
padding: 10px 15px;
}
}
.pxl-accordion.style1 .ac-title .col {
padding-right: 15px;
}
.pxl-accordion.style1 .ac-title .pxl-icon {
font-size: 24px;
line-height: 1;
}
.pxl-accordion.style1 .ac-content {
padding: 29px 30px 26px 30px;
border-width: 0 1px 0 1px;
border-style: solid;
border-color: #dedede;
}
@media (min-width: 1200px) {
.pxl-accordion.style1 .ac-content {
padding-right: 150px;
}
}
@media (max-width: 575px) {
.pxl-accordion.style1 .ac-content {
padding: 29px 15px 26px 15px;
}
}
.pxl-accordion.style1 .ac-item {
border: none;
background: transparent;
}
.pxl-accordion.style1 .ac-item.active .ac-title {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.pxl-accordion.style1 .ac-item.active .pxl-icon:before {
content: "";
}
.pxl-accordion.style1 .ac-item:last-child {
border-bottom: 1px solid #dedede;
}
.pxl-accordion.style2 .ac-content {
display: none;
}
.pxl-accordion.style2 .ac-title {
padding: 19px 30px;
font-weight: 500;
background: var(--primary-color);
font-size: 18px;
line-height: 24px;
color: #fff;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
cursor: pointer;
}
.pxl-accordion.style2 .ac-title > * {
max-width: 100%;
}
@media (max-width: 1199px) {
.pxl-accordion.style2 .ac-title {
font-size: 16px;
padding: 15px 15px;
}
}
.pxl-accordion.style2 .ac-title .col {
padding-right: 15px;
}
.pxl-accordion.style2 .ac-title .pxl-icon {
font-size: 24px;
line-height: 1;
}
.pxl-accordion.style2 .ac-content {
padding: 29px 30px 26px 30px;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #dedede;
}
@media (min-width: 1200px) {
.pxl-accordion.style2 .ac-content {
padding-right: 150px;
}
}
@media (max-width: 575px) {
.pxl-accordion.style2 .ac-content {
padding: 29px 15px 26px 15px;
}
}
.pxl-accordion.style2 .ac-item {
border: none;
background: transparent;
}
.pxl-accordion.style2 .ac-item.active .ac-title {
background: var(--primary-color);
}
.pxl-accordion.style2 .ac-item.active .pxl-icon:before {
content: "";
}
.pxl-accordion.style2 .ac-item + .ac-item {
margin-top: 10px;
}
.pxl-image-wg.pxl-bg-parallax img {
opacity: 0;
visibility: hidden;
}
.pxl-image-wg .parallax-inner {
background-image: var(--pxl-image-bg-parallax-inner);
}
.pxl-testimonial.layout-1 .pxl-icon {
position: relative;
top: 8px;
font-size: 24px;
color: var(--second-color);
}
@media (max-width: 767px) {
.pxl-testimonial.layout-1 .pxl-icon {
font-size: 18px;
}
}
.pxl-testimonial.layout-1 .pxl-icon.pxli-quote3:before {
-webkit-transform: rotate(180deg) scale(1, 0.9);
-khtml-transform: rotate(180deg) scale(1, 0.9);
-moz-transform: rotate(180deg) scale(1, 0.9);
-ms-transform: rotate(180deg) scale(1, 0.9);
-o-transform: rotate(180deg) scale(1, 0.9);
transform: rotate(180deg) scale(1, 0.9);
display: inline-block;
}
.pxl-testimonial.layout-1 .testi-content {
padding-left: 28px;
}
[dir="rtl"] .pxl-testimonial.layout-1 .testi-content {
padding-left: 0;
padding-right: 28px;
}
@media (max-width: 767px) {
.pxl-testimonial.layout-1 .testi-content {
padding-left: 15px;
}
[dir="rtl"] .pxl-testimonial.layout-1 .testi-content {
padding-left: 0;
padding-right: 15px;
}
}
.pxl-testimonial.layout-1 .testi-content .title {
color: var(--primary-color);
}
.pxl-testimonial.layout-1 .testi-content .desc {
font-size: 18px;
line-height: 28px;
color: var(--heading-color);
letter-spacing: 0.02em;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.pxl-testimonial.layout-1 .testi-content .desc {
font-size: 16px;
line-height: 26px;
}
}
.pxl-testimonial.layout-1 .testi-content .bot-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pxl-testimonial.layout-1 .testi-content .name-position {
font-size: 16px;
line-height: 26px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--heading-color);
margin-right: 22px;
margin-bottom: 15px;
}
[dir="rtl"] .pxl-testimonial.layout-1 .testi-content .name-position {
margin-right: 0;
margin-left: 22px;
}
.pxl-testimonial.layout-1 .testi-content .rating-star {
position: relative;
color: var(--second-color);
width: 76px;
display: inline-block;
letter-spacing: 1.5px;
margin-top: -3px;
margin-bottom: 15px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-testimonial.layout-1 .testi-content .rating-star:before {
content: "" "" "" "" "";
display: block;
font-family: "pxli";
font-size: 15px;
line-height: 1;
}
.pxl-testimonial.layout-1 .testi-content .rating-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1;
}
.pxl-testimonial.layout-1 .testi-content .rating-star span:before {
content: "" "" "" "" "";
font-family: "pxli";
font-size: 15px;
line-height: 1;
}
.pxl-pricing-single .pxl-border-anm.bt {
border-width: 1px 0 0 0;
border-style: solid;
border-color: #dedede;
}
.pxl-pricing-single .pxl-border-anm.br {
border-width: 0 1px 0 0;
border-style: solid;
border-color: #dedede;
}
.pxl-pricing-single .pxl-border-anm.bl {
border-width: 0 0 0 1px;
border-style: solid;
border-color: #dedede;
}
.pxl-pricing-single .pricing-title {
padding: 17px 30px;
}
@media (max-width: 1199px) {
.pxl-pricing-single .pricing-title {
padding: 17px 20px;
}
}
.pxl-pricing-single .pricing-title .title {
margin: 0;
}
.pxl-pricing-single .pricing-price {
background-color: var(--primary-color);
color: #fff;
padding: 12px 30px;
}
@media (max-width: 1199px) {
.pxl-pricing-single .pricing-price {
padding: 12px 20px;
}
}
@media (max-width: 575px) {
.pxl-pricing-single .pricing-price {
padding: 5px 20px;
}
}
.pxl-pricing-single .pricing-price sup {
position: relative;
top: auto;
}
.pxl-pricing-single .pricing-price .price-prefix {
font-size: 20px;
text-transform: uppercase;
letter-spacing: 0.02em;
}
@media (max-width: 767px) {
.pxl-pricing-single .pricing-price .price-prefix {
font-size: 18px;
}
}
.pxl-pricing-single .pricing-price .currency {
font-size: 20px;
font-weight: 900;
letter-spacing: 0.02em;
right: -5px;
}
@media (max-width: 767px) {
.pxl-pricing-single .pricing-price .currency {
font-size: 18px;
}
}
.pxl-pricing-single .pricing-price span {
font-size: 40px;
font-weight: 900;
letter-spacing: 0.02em;
}
@media (max-width: 767px) {
.pxl-pricing-single .pricing-price span {
font-size: 32px;
}
}
.pxl-pricing-single .content-inner {
padding: 12px 30px;
}
@media (max-width: 1199px) {
.pxl-pricing-single .content-inner {
padding: 12px 20px;
}
}
.pxl-pricing-single .desc {
padding-top: 12px;
padding-bottom: 25px;
}
.pxl-pricing-single .pxl-bd-anm {
margin-left: -30px;
margin-right: -30px;
}
@media (max-width: 1199px) {
.pxl-pricing-single .pxl-bd-anm {
margin-left: -20px;
margin-right: -20px;
}
}
.pxl-pricing-single .content-list-title {
margin-top: 30px;
font-size: 20px;
font-weight: 600;
letter-spacing: 0;
}
.pxl-pricing-single .pricing-feature {
padding-left: 0;
list-style: none;
}
.pxl-pricing-single .pricing-feature li {
position: relative;
padding-bottom: 10px;
display: flex;
color: var(--heading-color);
}
.pxl-pricing-single .pricing-feature li .pxl-icon {
margin-right: 8px;
color: var(--second-color);
position: relative;
top: 4px;
font-size: 13px;
}
[dir="rtl"] .pxl-pricing-single .pricing-feature li .pxl-icon {
margin-right: 0;
margin-left: 8px;
}
.pxl-pricing-single .pricing-feature li.no-active {
color: #cbcbcb;
}
.pxl-pricing-single .pricing-feature li.no-active .pxl-icon {
color: #cbcbcb;
}
.pxl-pricing-single .pricing-button {
text-align: center;
}
.pxl-pricing-single.highlight-active .pricing-price {
background-color: var(--second-color);
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon {
color: var(--primary-color);
margin-bottom: 23px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon .pxl-icon {
font-size: 78px;
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon .pxl-icon {
font-size: 58px;
}
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon svg {
width: 78px;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon svg * {
color: var(--primary-color);
stroke: var(--primary-color);
-webkit-transition: stroke 0.3s linear;
-khtml-transition: stroke 0.3s linear;
-moz-transition: stroke 0.3s linear;
-ms-transition: stroke 0.3s linear;
-o-transition: stroke 0.3s linear;
transition: stroke 0.3s linear;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancybox-content .title {
font-weight: 600;
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancybox-content .title {
font-size: 26px;
}
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancybox-content .title a {
color: inherit;
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner:hover .pxl-fancy-icon {
color: var(--second-color);
}
.pxl-fancybox-wrap.layout-1 .fancybox-inner:hover .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-1 .fancybox-inner:hover .pxl-fancy-icon svg * {
color: var(--second-color);
stroke: var(--second-color);
}
.pxl-fancybox-wrap.layout-2 {
background-size: cover;
background-repeat: no-repeat;
}
.pxl-fancybox-wrap.layout-2.pxl-bg-parallax .fancybox-inner .fancy-img {
opacity: 0;
visibility: hidden;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner {
width: 100%;
padding: 70px 40px;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-2 .fancybox-inner {
padding: 50px 30px;
}
}
@media (max-width: 480px) {
.pxl-fancybox-wrap.layout-2 .fancybox-inner {
padding: 50px 15px;
}
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .fancy-img {
overflow: hidden;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .fancy-img img {
width: 100%;
-webkit-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-khtml-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-moz-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-ms-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-o-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .parallax-inner {
background-image: var(--pxl-image-bg-parallax-inner);
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap {
padding: 83px 40px;
background-color: #fff;
opacity: 0;
-webkit-transform: translateY(-100px);
-khtml-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-o-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-transition: transform 0.3s ease-out 0.2s, opacity 0.5s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-khtml-transition: transform 0.3s ease-out 0.2s, opacity 0.5s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-moz-transition: transform 0.3s ease-out 0.2s, opacity 0.5s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-ms-transition: transform 0.3s ease-out 0.2s, opacity 0.5s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-o-transition: transform 0.3s ease-out 0.2s, opacity 0.5s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
transition: transform 0.3s ease-out 0.2s, opacity 0.5s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap {
padding: 50px 20px;
}
}
@media (max-width: 480px) {
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap {
padding: 40px 15px;
}
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap .pxl-fancy-icon {
margin-bottom: 28px;
color: var(--second-color);
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap .pxl-fancy-icon .pxl-icon {
font-size: 70px;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap .pxl-fancy-icon svg {
width: 75px;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap .pxl-fancy-icon svg * {
color: var(--second-color);
stroke: var(--second-color);
-webkit-transition: stroke 0.3s linear;
-khtml-transition: stroke 0.3s linear;
-moz-transition: stroke 0.3s linear;
-ms-transition: stroke 0.3s linear;
-o-transition: stroke 0.3s linear;
transition: stroke 0.3s linear;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap .title {
margin-bottom: 25px;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .inner-wrap .desc {
margin-bottom: 33px;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .title-bottom {
position: absolute;
bottom: 38px;
left: 40px;
right: 40px;
display: flex;
justify-content: center;
background-color: #fff;
padding: 20px 15px 24px 15px;
opacity: 1;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7), opacity 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-transition: transform 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7), opacity 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: transform 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7), opacity 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: transform 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7), opacity 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: transform 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7), opacity 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
transition: transform 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7), opacity 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-2 .fancybox-inner .title-bottom {
bottom: 30px;
left: 30px;
right: 30px;
}
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner .title-bottom .title {
margin-bottom: 0;
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner:hover .inner-wrap {
opacity: 1;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.pxl-fancybox-wrap.layout-2 .fancybox-inner:hover .title-bottom {
opacity: 0;
-webkit-transform: translateY(50px);
-khtml-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner {
padding: 0 35px 68px 35px;
overflow: hidden;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner {
padding: 0 30px 60px 30px;
}
}
@media (max-width: 1399px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner {
padding: 0 25px 60px 25px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner {
padding: 0 15px 60px 15px;
}
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner:before {
content: "";
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
width: 200%;
height: 200%;
opacity: 0;
background-color: var(--primary-color);
-webkit-transform: translate(-25%, -25%) scale(0);
-khtml-transform: translate(-25%, -25%) scale(0);
-moz-transform: translate(-25%, -25%) scale(0);
-ms-transform: translate(-25%, -25%) scale(0);
-o-transform: translate(-25%, -25%) scale(0);
transform: translate(-25%, -25%) scale(0);
transform-origin: center;
-webkit-transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out, background-color 0.5s ease-in-out;
-khtml-transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out, background-color 0.5s ease-in-out;
-moz-transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out, background-color 0.5s ease-in-out;
-ms-transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out, background-color 0.5s ease-in-out;
-o-transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out, background-color 0.5s ease-in-out;
transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out, background-color 0.5s ease-in-out;
}
@media (max-width: 575px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner {
padding: 0 15px 48px 15px;
}
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon {
margin-bottom: 40px;
display: flex;
justify-content: center;
color: #fff;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-khtml-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 114px;
height: 114px;
font-size: 60px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--second-color);
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 100px;
height: 100px;
font-size: 50px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 90px;
height: 90px;
font-size: 45px;
}
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon .icon-inner {
width: 114px;
height: 114px;
padding: 0 15px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--second-color);
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon .icon-inner {
width: 100px;
height: 100px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon .icon-inner {
width: 90px;
height: 90px;
}
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon svg {
width: 60px;
fill: #fff;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon svg {
width: 50px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon svg {
width: 45px;
}
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancy-icon svg path {
transform-origin: center;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancybox-content {
position: relative;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancybox-content .title {
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 22px;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancybox-content .title {
font-size: 22px;
}
}
@media (max-width: 1399px) {
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancybox-content .title {
font-size: 20px;
}
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancybox-content .title a {
color: inherit;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner .pxl-fancybox-content .desc {
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner:hover:before {
opacity: 1;
-webkit-transform: translate(-25%, -25%) scale(1);
-khtml-transform: translate(-25%, -25%) scale(1);
-moz-transform: translate(-25%, -25%) scale(1);
-ms-transform: translate(-25%, -25%) scale(1);
-o-transform: translate(-25%, -25%) scale(1);
transform: translate(-25%, -25%) scale(1);
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner:hover .pxl-fancy-icon .pxl-icon {
background-color: rgba(255, 255, 255, 0.2);
-webkit-animation: pxl-zoom-out 300ms linear 0s;
-khtml-animation: pxl-zoom-out 300ms linear 0s;
-moz-animation: pxl-zoom-out 300ms linear 0s;
-ms-animation: pxl-zoom-out 300ms linear 0s;
-o-animation: pxl-zoom-out 300ms linear 0s;
animation: pxl-zoom-out 300ms linear 0s;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner:hover .pxl-fancy-icon .pxl-icon:before {
-webkit-animation: pxl-zoom-in 300ms linear 0.3s;
-khtml-animation: pxl-zoom-in 300ms linear 0.3s;
-moz-animation: pxl-zoom-in 300ms linear 0.3s;
-ms-animation: pxl-zoom-in 300ms linear 0.3s;
-o-animation: pxl-zoom-in 300ms linear 0.3s;
animation: pxl-zoom-in 300ms linear 0.3s;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner:hover .pxl-fancy-icon .icon-inner {
background-color: rgba(255, 255, 255, 0.2);
-webkit-animation: pxl-zoom-out 300ms linear 0s;
-khtml-animation: pxl-zoom-out 300ms linear 0s;
-moz-animation: pxl-zoom-out 300ms linear 0s;
-ms-animation: pxl-zoom-out 300ms linear 0s;
-o-animation: pxl-zoom-out 300ms linear 0s;
animation: pxl-zoom-out 300ms linear 0s;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner:hover .pxl-fancy-icon .icon-inner svg {
-webkit-animation: pxl-zoom-in 300ms linear 0.3s;
-khtml-animation: pxl-zoom-in 300ms linear 0.3s;
-moz-animation: pxl-zoom-in 300ms linear 0.3s;
-ms-animation: pxl-zoom-in 300ms linear 0.3s;
-o-animation: pxl-zoom-in 300ms linear 0.3s;
animation: pxl-zoom-in 300ms linear 0.3s;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner:hover .pxl-fancybox-content .title {
color: #fff;
}
.pxl-fancybox-wrap.layout-3 .fancybox-inner:hover .pxl-fancybox-content .desc {
color: #cdcdcd;
}
.pxl-fancybox-wrap.layout-4 {
background-size: cover;
background-repeat: no-repeat;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner {
width: 100%;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .fancy-img {
overflow: hidden;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .fancy-img img {
width: 100%;
-webkit-transform: scale(1.02);
-khtml-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
transform: scale(1.02);
-webkit-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-khtml-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-moz-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-ms-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-o-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .pxl-overlay {
content: "";
height: 44%;
position: absolute;
top: auto;
left: 0;
right: 0;
bottom: 0;
background: -webkit-linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.45) 45%, rgba(255, 255, 255, 0.01) 100%);
background: -moz-linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.45) 45%, rgba(255, 255, 255, 0.01) 100%);
background: -o-linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.45) 45%, rgba(255, 255, 255, 0.01) 100%);
background: linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.45) 45%, rgba(255, 255, 255, 0.01) 100%);
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .pxl-fancybox-content {
position: absolute;
left: 23px;
right: 23px;
bottom: -10px;
padding: 40px 20px 50px 20px;
background-color: #fff;
opacity: 0;
-webkit-transition: bottom 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
-khtml-transition: bottom 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
-moz-transition: bottom 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
-ms-transition: bottom 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
-o-transition: bottom 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
transition: bottom 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
}
@media (max-width: 480px) {
.pxl-fancybox-wrap.layout-4 .fancybox-inner .pxl-fancybox-content {
padding: 30px 15px 40px 15px;
}
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .pxl-fancybox-content .title {
margin-bottom: 18px;
opacity: 0;
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 0.3s linear 0.1s;
-khtml-transition: all 0.3s linear 0.1s;
-moz-transition: all 0.3s linear 0.1s;
-ms-transition: all 0.3s linear 0.1s;
-o-transition: all 0.3s linear 0.1s;
transition: all 0.3s linear 0.1s;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .pxl-fancybox-content .desc {
margin-bottom: 18px;
opacity: 0;
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 0.3s linear 0.13s;
-khtml-transition: all 0.3s linear 0.13s;
-moz-transition: all 0.3s linear 0.13s;
-ms-transition: all 0.3s linear 0.13s;
-o-transition: all 0.3s linear 0.13s;
transition: all 0.3s linear 0.13s;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .pxl-fancybox-content .pxl-readmore {
opacity: 0;
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 0.3s linear 0.16s;
-khtml-transition: all 0.3s linear 0.16s;
-moz-transition: all 0.3s linear 0.16s;
-ms-transition: all 0.3s linear 0.16s;
-o-transition: all 0.3s linear 0.16s;
transition: all 0.3s linear 0.16s;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .title-bottom {
position: absolute;
bottom: 41px;
left: 10px;
right: 10px;
display: flex;
justify-content: center;
opacity: 1;
-webkit-transition: opacity 0.2s ease;
-khtml-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-4 .fancybox-inner .title-bottom {
bottom: 30px;
}
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner .title-bottom .title {
color: #fff;
margin-bottom: 0;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner:hover .fancy-img img {
-webkit-filter: blur(2px);
filter: blur(2px);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner:hover .pxl-fancybox-content {
opacity: 1;
bottom: 30px;
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner:hover .pxl-fancybox-content .title, .pxl-fancybox-wrap.layout-4 .fancybox-inner:hover .pxl-fancybox-content .desc, .pxl-fancybox-wrap.layout-4 .fancybox-inner:hover .pxl-fancybox-content .pxl-readmore {
opacity: 1;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.pxl-fancybox-wrap.layout-4 .fancybox-inner:hover .title-bottom {
opacity: 0;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner {
padding: 38px 15px 40px 15px;
overflow: hidden;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner:before {
content: "";
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
width: 200%;
height: 200%;
opacity: 0;
background-color: var(--primary-color);
-webkit-transform: translate(-25%, -25%) scale(0);
-khtml-transform: translate(-25%, -25%) scale(0);
-moz-transform: translate(-25%, -25%) scale(0);
-ms-transform: translate(-25%, -25%) scale(0);
-o-transform: translate(-25%, -25%) scale(0);
transform: translate(-25%, -25%) scale(0);
transform-origin: 50% 35%;
-webkit-transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, background-color 0.3s ease-in-out;
-khtml-transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, background-color 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, background-color 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, background-color 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, background-color 0.3s ease-in-out;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancy-icon {
color: var(--primary-color);
margin-bottom: 23px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancy-icon .pxl-icon {
font-size: 78px;
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancy-icon .pxl-icon {
font-size: 58px;
}
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancy-icon svg {
width: 78px;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancy-icon svg * {
color: var(--primary-color);
stroke: var(--primary-color);
-webkit-transition: stroke 0.3s linear;
-khtml-transition: stroke 0.3s linear;
-moz-transition: stroke 0.3s linear;
-ms-transition: stroke 0.3s linear;
-o-transition: stroke 0.3s linear;
transition: stroke 0.3s linear;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancybox-content .title {
font-weight: 700;
text-transform: uppercase;
line-height: 1.3333333333;
letter-spacing: 0.1em;
color: var(--primary-color);
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (max-width: 640px) and (min-width: 576px) {
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancybox-content .title {
letter-spacing: 0;
}
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancybox-content .title a {
color: inherit;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancybox-content .divider {
width: 73px;
height: 1px;
background-color: rgba(var(--primary-color-rgb),0.15);
margin-left: auto;
margin-right: auto;
margin-bottom: 11px;
-webkit-transition: background-color 0.3s ease;
-khtml-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancybox-content .desc {
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (min-width: 1200px) {
.pxl-fancybox-wrap.layout-5 .fancybox-inner .pxl-fancybox-content .desc {
width: 90%;
margin-left: auto;
margin-right: auto;
}
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .price-duration {
font-size: 14px;
margin-top: 32px;
margin-left: -5px;
margin-right: -5px;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner .price-duration span {
background-color: var(--primary-color);
color: #fff;
margin-left: 5px;
margin-right: 5px;
padding: 7px 15px;
display: inline-block;
text-align: center;
border-radius: 14px;
min-width: 78px;
line-height: 1;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner:hover:before {
opacity: 1;
-webkit-transform: translate(-25%, -25%) scale(1);
-khtml-transform: translate(-25%, -25%) scale(1);
-moz-transform: translate(-25%, -25%) scale(1);
-ms-transform: translate(-25%, -25%) scale(1);
-o-transform: translate(-25%, -25%) scale(1);
transform: translate(-25%, -25%) scale(1);
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner:hover .pxl-fancy-icon {
color: var(--second-color);
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner:hover .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-5 .fancybox-inner:hover .pxl-fancy-icon svg * {
color: var(--second-color);
stroke: var(--second-color);
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner:hover .pxl-fancybox-content .title {
color: #fff;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner:hover .pxl-fancybox-content .divider {
background-color: rgba(255, 255, 255, 0.15);
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner:hover .pxl-fancybox-content .desc {
color: #cdcdcd;
}
.pxl-fancybox-wrap.layout-5 .fancybox-inner:hover .price-duration span {
background-color: #fff;
color: var(--primary-color);
}
.pxl-fancybox-wrap.layout-6 .fancybox-inner .pxl-fancy-icon {
color: var(--second-color);
padding-top: 5px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-fancybox-wrap.layout-6 .fancybox-inner .pxl-fancy-icon .pxl-icon {
font-size: 78px;
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-6 .fancybox-inner .pxl-fancy-icon .pxl-icon {
font-size: 58px;
}
}
.pxl-fancybox-wrap.layout-6 .fancybox-inner .pxl-fancy-icon svg {
width: 56px;
height: 56px;
}
.pxl-fancybox-wrap.layout-6 .fancybox-inner .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-6 .fancybox-inner .pxl-fancy-icon svg * {
fill: var(--second-color);
stroke: var(--second-color);
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.pxl-fancybox-wrap.layout-6 .fancybox-inner .pxl-fancybox-content .title {
font-weight: 700;
font-size: 25px;
letter-spacing: 0.02em;
margin-bottom: 12px;
}
.pxl-fancybox-wrap.layout-6 .fancybox-inner .pxl-fancybox-content .title a {
color: inherit;
}
.pxl-fancybox-wrap.layout-6 .fancybox-inner:hover .pxl-fancy-icon {
color: var(--second-color);
-webkit-animation: pxl_bounce 1s ease-out infinite;
-khtml-animation: pxl_bounce 1s ease-out infinite;
-moz-animation: pxl_bounce 1s ease-out infinite;
-ms-animation: pxl_bounce 1s ease-out infinite;
-o-animation: pxl_bounce 1s ease-out infinite;
animation: pxl_bounce 1s ease-out infinite;
}
.pxl-fancybox-wrap.layout-6 .fancybox-inner:hover .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-6 .fancybox-inner:hover .pxl-fancy-icon svg * {
color: var(--second-color);
stroke: var(--second-color);
}
@media (min-width: 1200px) {
.pxl-fancybox-wrap.layout-7 .fancybox-inner {
padding: 0 10px;
}
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon {
margin-bottom: 30px;
display: flex;
justify-content: center;
color: #fff;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-khtml-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 102px;
height: 102px;
font-size: 56px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--second-color);
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 100px;
height: 100px;
font-size: 50px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 90px;
height: 90px;
font-size: 45px;
}
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon .icon-inner {
width: 102px;
height: 102px;
padding: 0 15px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--second-color);
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon .icon-inner {
width: 100px;
height: 100px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon .icon-inner {
width: 90px;
height: 90px;
}
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon svg {
width: 56px;
fill: #fff;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon svg {
width: 50px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon svg {
width: 45px;
}
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancy-icon svg path {
transform-origin: center;
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancybox-content {
position: relative;
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancybox-content .title {
letter-spacing: 0.05em;
margin-bottom: 18px;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancybox-content .title {
font-size: 24px;
}
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancybox-content .title a {
color: inherit;
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner .pxl-fancybox-content .desc {
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner:hover .pxl-fancy-icon .pxl-icon {
background-color: var(--primary-color);
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner:hover .pxl-fancy-icon .pxl-icon:before {
-webkit-animation: pxl-zoom-in 300ms linear;
-khtml-animation: pxl-zoom-in 300ms linear;
-moz-animation: pxl-zoom-in 300ms linear;
-ms-animation: pxl-zoom-in 300ms linear;
-o-animation: pxl-zoom-in 300ms linear;
animation: pxl-zoom-in 300ms linear;
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner:hover .pxl-fancy-icon .icon-inner {
background-color: var(--primary-color);
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
.pxl-fancybox-wrap.layout-7 .fancybox-inner:hover .pxl-fancy-icon .icon-inner path {
-webkit-animation: pxl-zoom-in 300ms linear;
-khtml-animation: pxl-zoom-in 300ms linear;
-moz-animation: pxl-zoom-in 300ms linear;
-ms-animation: pxl-zoom-in 300ms linear;
-o-animation: pxl-zoom-in 300ms linear;
animation: pxl-zoom-in 300ms linear;
}
.pxl-fancybox-wrap.layout-8 {
background-size: cover;
background-repeat: no-repeat;
}
.pxl-fancybox-wrap.layout-8.pxl-bg-parallax .fancybox-inner .fancy-img {
opacity: 0;
visibility: hidden;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner {
width: 100%;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .fancy-img {
overflow: hidden;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .fancy-img img {
width: 100%;
-webkit-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-khtml-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-moz-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-ms-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
-o-transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
transition: transform 0.3s ease-out 0.2s, filter 0.3s cubic-bezier(0.4, 0.5, 0.6, 0.7) 0.2s;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .parallax-inner {
background-image: var(--pxl-image-bg-parallax-inner);
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.45) 15%, rgba(255, 255, 255, 0.01) 45%);
background: -moz-linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.45) 15%, rgba(255, 255, 255, 0.01) 45%);
background: -o-linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.45) 15%, rgba(255, 255, 255, 0.01) 45%);
background: linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.45) 15%, rgba(255, 255, 255, 0.01) 45%);
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-overlays {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.00001);
-webkit-transition: background-color 0.3s ease;
-khtml-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
padding: 43px 20px 50px 20px;
opacity: 0;
-webkit-transition: top 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
-khtml-transition: top 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
-moz-transition: top 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
-ms-transition: top 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
-o-transition: top 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
transition: top 0.2s linear, opacity 0.2s cubic-bezier(0.42, 0.21, 1, 1);
}
@media (max-width: 991px) {
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content {
padding: 30px 15px 30px 15px;
}
}
@media (max-width: 575px) {
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content {
padding: 20% 20px 15% 20px;
}
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content .title {
color: #fff;
margin-bottom: 35px;
opacity: 0;
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 0.3s linear 0.1s;
-khtml-transition: all 0.3s linear 0.1s;
-moz-transition: all 0.3s linear 0.1s;
-ms-transition: all 0.3s linear 0.1s;
-o-transition: all 0.3s linear 0.1s;
transition: all 0.3s linear 0.1s;
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content .title {
margin-bottom: 15px;
}
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content .desc {
color: #fff;
margin-bottom: 18px;
opacity: 0;
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 0.3s linear 0.13s;
-khtml-transition: all 0.3s linear 0.13s;
-moz-transition: all 0.3s linear 0.13s;
-ms-transition: all 0.3s linear 0.13s;
-o-transition: all 0.3s linear 0.13s;
transition: all 0.3s linear 0.13s;
}
@media (min-width: 576px) and (max-width: 767px) {
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content .desc {
display: none;
}
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content .pxl-readmore {
color: #fff;
opacity: 0;
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 0.3s linear 0.16s;
-khtml-transition: all 0.3s linear 0.16s;
-moz-transition: all 0.3s linear 0.16s;
-ms-transition: all 0.3s linear 0.16s;
-o-transition: all 0.3s linear 0.16s;
transition: all 0.3s linear 0.16s;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .pxl-fancybox-content .pxl-readmore:after {
background-color: #fff;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .title-bottom {
position: absolute;
bottom: 41px;
left: 10px;
right: 10px;
display: flex;
justify-content: center;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.2s ease;
-khtml-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-8 .fancybox-inner .title-bottom {
bottom: 30px;
}
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner .title-bottom .title {
color: #fff;
margin-bottom: 0;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner:hover .pxl-overlays {
background-color: rgba(0, 0, 0, 0.5);
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner:hover .pxl-fancybox-content {
opacity: 1;
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner:hover .pxl-fancybox-content .title, .pxl-fancybox-wrap.layout-8 .fancybox-inner:hover .pxl-fancybox-content .desc, .pxl-fancybox-wrap.layout-8 .fancybox-inner:hover .pxl-fancybox-content .pxl-readmore {
opacity: 1;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.pxl-fancybox-wrap.layout-8 .fancybox-inner:hover .title-bottom {
opacity: 0;
visibility: hidden;
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancy-icon {
color: var(--primary-color);
margin-bottom: 18px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancy-icon .pxl-icon {
font-size: 78px;
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancy-icon .pxl-icon {
font-size: 58px;
}
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancy-icon svg {
width: 58px;
height: 58px;
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancy-icon svg * {
stroke: var(--primary-color);
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancybox-content .title {
font-weight: 500;
font-size: 18px;
letter-spacing: 0.1em;
margin-bottom: 15px;
text-transform: uppercase;
}
@media (max-width: 480px) {
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancybox-content .title {
font-size: 16px;
}
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancybox-content .title a {
color: inherit;
position: relative;
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancybox-content .title a:after {
content: "";
background-color: var(--primary-color);
position: absolute;
left: 0;
bottom: -5px;
width: 0;
height: 1px;
-webkit-transition: width 0.3s ease;
-khtml-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-o-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner .pxl-fancybox-content .title a:hover:after {
width: 100%;
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner:hover .pxl-fancy-icon {
color: var(--primary-color);
}
.pxl-fancybox-wrap.layout-9 .fancybox-inner:hover .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-9 .fancybox-inner:hover .pxl-fancy-icon svg * {
stroke: var(--primary-color);
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon {
margin-bottom: 15px;
display: flex;
justify-content: center;
color: var(--primary-color);
position: relative;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon .icon-inner {
padding: 10px;
display: inline-block;
border: 1px solid transparent;
border-radius: 50%;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 124px;
height: 124px;
font-size: 56px;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
border: 1px solid var(--primary-color);
border-radius: 50%;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 110px;
height: 110px;
font-size: 45px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 90px;
height: 90px;
font-size: 45px;
}
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon svg {
width: 124px;
height: 124px;
padding: 0 15px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--second-color);
fill: #fff;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1599px) {
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon svg {
width: 110px;
height: 110px;
font-size: 45px;
}
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon svg {
width: 90px;
height: 90px;
font-size: 45px;
}
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancy-icon svg path {
transform-origin: center;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancybox-content {
position: relative;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancybox-content .title {
letter-spacing: 0.02em;
margin-bottom: 12px;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1199px) {
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancybox-content .title {
font-size: 20px;
}
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancybox-content .title a {
color: inherit;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner .pxl-fancybox-content .desc {
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner:hover .pxl-fancy-icon {
color: #fff;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner:hover .pxl-fancy-icon .icon-inner {
border-color: rgba(var(--second-color-rgb), 0.3);
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner:hover .pxl-fancy-icon .pxl-icon {
background-color: var(--second-color);
border-color: transparent;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner:hover .pxl-fancy-icon .pxl-icon:before {
-webkit-animation: pxl-zoom-in 300ms linear;
-khtml-animation: pxl-zoom-in 300ms linear;
-moz-animation: pxl-zoom-in 300ms linear;
-ms-animation: pxl-zoom-in 300ms linear;
-o-animation: pxl-zoom-in 300ms linear;
animation: pxl-zoom-in 300ms linear;
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner:hover .pxl-fancy-icon svg {
background-color: var(--second-color);
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
.pxl-fancybox-wrap.layout-10 .fancybox-inner:hover .pxl-fancy-icon svg path {
-webkit-animation: pxl-zoom-in 300ms linear;
-khtml-animation: pxl-zoom-in 300ms linear;
-moz-animation: pxl-zoom-in 300ms linear;
-ms-animation: pxl-zoom-in 300ms linear;
-o-animation: pxl-zoom-in 300ms linear;
animation: pxl-zoom-in 300ms linear;
}
.pxl-fancybox-wrap.layout-11 .fancybox-inner {
width: 100%;
border: 1px solid #d8d8d8;
padding: 12px;
}
.pxl-fancybox-wrap.layout-11 .fancybox-inner .fancy-image {
position: relative;
overflow: hidden;
border: 1px solid #d8d8d8;
height: var(--bg-img-height-ratio-css);
}
.pxl-fancybox-wrap.layout-11 .fancybox-inner .fancy-image img.img-full {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
transform: translateY(0);
-webkit-transition: transform 10s ease-out, top 10s ease-out;
-khtml-transition: transform 10s ease-out, top 10s ease-out;
-moz-transition: transform 10s ease-out, top 10s ease-out;
-ms-transition: transform 10s ease-out, top 10s ease-out;
-o-transition: transform 10s ease-out, top 10s ease-out;
transition: transform 10s ease-out, top 10s ease-out;
}
.pxl-fancybox-wrap.layout-11 .fancybox-inner .parallax-inner {
background-image: var(--pxl-image-bg-parallax-inner);
}
.pxl-fancybox-wrap.layout-11 .fancybox-inner .pxl-fancybox-content {
padding: 23px 0 10px 0;
}
.pxl-fancybox-wrap.layout-11 .fancybox-inner .pxl-fancybox-content .title {
width: 100%;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.1em;
margin-bottom: 10px;
color: var(--heading-color);
-webkit-transition: all 0.3s linear 0.1s;
-khtml-transition: all 0.3s linear 0.1s;
-moz-transition: all 0.3s linear 0.1s;
-ms-transition: all 0.3s linear 0.1s;
-o-transition: all 0.3s linear 0.1s;
transition: all 0.3s linear 0.1s;
}
.pxl-fancybox-wrap.layout-11 .fancybox-inner .pxl-fancybox-content .desc {
width: 100%;
-webkit-transition: all 0.3s linear 0.13s;
-khtml-transition: all 0.3s linear 0.13s;
-moz-transition: all 0.3s linear 0.13s;
-ms-transition: all 0.3s linear 0.13s;
-o-transition: all 0.3s linear 0.13s;
transition: all 0.3s linear 0.13s;
}
.pxl-fancybox-wrap.layout-11.hover-scroll-img-yes .fancy-image {
overflow: auto;
-ms-overflow-style: none;
scrollbar-width: none;
overflow-y: scroll;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-fancybox-wrap.layout-11.hover-scroll-img-yes .fancybox-inner:hover img.img-full {
top: 100%;
transform: translateY(-100%);
}
.pxl-fancybox-wrap.layout-11.hover-scroll-img-no .fancybox-inner .fancy-image img.img-full {
position: relative;
}
.pxl-counter.layout-1 .counter-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pxl-counter.layout-1 .counter-inner > * {
max-width: 100%;
}
.pxl-counter.layout-1 .counter-inner .col-left {
flex: 0 0 120px;
width: 120px;
text-align: center;
border-right: 1px solid #c8c8c8;
padding-top: 7px;
padding-bottom: 10px;
padding-right: 10px;
}
@media (max-width: 1199px) {
.pxl-counter.layout-1 .counter-inner .col-left {
flex: 0 0 110px;
width: 110px;
padding-right: 0;
}
}
@media (max-width: 480px) {
.pxl-counter.layout-1 .counter-inner .col-left {
flex: 0 0 100px;
width: 100px;
}
}
.pxl-counter.layout-1 .counter-inner .counter-content {
flex: 0 0 calc(100% - 120px);
width: calc(100% - 120px);
padding-left: 32px;
padding-right: 10px;
}
@media (max-width: 1199px) {
.pxl-counter.layout-1 .counter-inner .counter-content {
flex: 0 0 calc(100% - 110px);
width: calc(100% - 110px);
padding-left: 20px;
padding-right: 0;
}
}
@media (max-width: 480px) {
.pxl-counter.layout-1 .counter-inner .counter-content {
flex: 0 0 calc(100% - 100px);
width: calc(100% - 100px);
}
}
.pxl-counter.layout-1 .counter-inner .counter-number {
font-size: 60px;
line-height: 0.8;
letter-spacing: 0.03em;
color: var(--second-color);
display: inline-flex;
}
@media (max-width: 1199px) {
.pxl-counter.layout-1 .counter-inner .counter-number {
font-size: 50px;
}
}
@media (max-width: 480px) {
.pxl-counter.layout-1 .counter-inner .counter-number {
font-size: 40px;
}
}
.pxl-counter.layout-1 .counter-inner .odometer-inside {
display: inline-flex;
}
.pxl-counter.layout-1 .counter-inner .counter-title {
font-size: 30px;
line-height: 1;
font-weight: 700;
font-family: var(--heading-font-family);
color: var(--heading-color);
letter-spacing: 0.02em;
display: block;
margin-top: 3px;
}
@media (max-width: 1199px) {
.pxl-counter.layout-1 .counter-inner .counter-title {
font-size: 25px;
}
}
.pxl-counter.layout-2 .counter-inner {
text-align: center;
}
.pxl-counter.layout-2 .counter-number {
font-family: "Futura BT";
font-size: 40px;
font-weight: 400;
line-height: 1;
letter-spacing: 0.02em;
color: var(--second-color);
display: inline-flex;
}
@media (max-width: 991px) {
.pxl-counter.layout-2 .counter-number {
font-size: 30px;
}
}
@media (max-width: 480px) {
.pxl-counter.layout-2 .counter-number {
font-size: 24px;
}
}
.pxl-counter.layout-2 .odometer-inside {
display: inline-flex;
}
.pxl-counter.layout-2 .counter-number-suffix {
margin-left: 10px;
}
.pxl-counter.layout-2 .counter-title {
font-weight: 600;
margin-bottom: 0;
margin-top: 10px;
}
@media (max-width: 991px) {
.pxl-counter.layout-2 .counter-title {
font-size: 18px;
margin-top: 5px;
}
}
.pxl-user-anchor-wrap {
position: relative;
}
.pxl-user-anchor-wrap:before {
content: "";
width: 100%;
height: 10px;
position: absolute;
top: 100%;
left: 0;
}
.pxl-user-anchor-wrap .pxl-anchor {
cursor: pointer;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-user-anchor-wrap .user-logged-link {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 13px;
}
.pxl-user-anchor-wrap .user-logged-link > * {
max-width: 100%;
}
.pxl-user-anchor-wrap .user-logged-link .pxl-icon-img {
position: relative;
width: 24px;
height: 24px;
border-radius: 50%;
}
.pxl-user-anchor-wrap .user-logged-link .pxl-icon-img img {
border-radius: 50%;
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
object-fit: cover;
-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
-khtml-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
-moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
-ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
-o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.pxl-user-anchor-wrap .ua-submenu {
background-color: #fff;
visibility: hidden;
opacity: 0;
position: absolute;
width: 250px;
min-width: 250px;
top: calc(100% + 30px);
right: 0;
left: auto;
border-top: 0px solid #cdcdcd;
padding: 20px 15px;
margin: 0;
list-style-type: none;
z-index: 101;
-webkit-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-khtml-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-moz-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-ms-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-o-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
.pxl-user-anchor-wrap .ua-submenu {
right: auto;
}
}
.pxl-user-anchor-wrap .ua-submenu .ua-avatar {
flex: 0 0 64px;
width: 64px;
}
.pxl-user-anchor-wrap .ua-submenu .ua-avatar a {
display: block;
}
.pxl-user-anchor-wrap .ua-submenu .ua-avatar .username {
line-height: 1;
color: #7e7e7e;
font-size: 13px;
display: block;
margin-top: 6px;
text-align: center;
}
.pxl-user-anchor-wrap .ua-submenu ul {
flex: 0 0 calc(100% - 64px);
width: calc(100% - 64px);
list-style: none;
padding: 0 15px 0 15px;
margin: 0;
}
.pxl-user-anchor-wrap .ua-submenu ul li {
margin: 0;
list-style-type: none;
display: block;
position: relative;
}
.pxl-user-anchor-wrap .ua-submenu ul li.user-info-item {
margin-top: -5px;
}
.pxl-user-anchor-wrap .ua-submenu ul li a {
display: block;
margin: 0;
}
.pxl-user-anchor-wrap .ua-submenu ul li .display-name {
display: block;
}
.pxl-user-anchor-wrap .ua-submenu ul li .username {
line-height: 1;
color: #7e7e7e;
font-size: 13px;
display: block;
margin-top: 3px;
}
.pxl-user-anchor-wrap .ua-submenu ul li + li {
margin-top: 8px;
}
.pxl-user-anchor-wrap:focus .ua-submenu, .pxl-user-anchor-wrap:hover .ua-submenu {
top: calc(100% + 10px);
opacity: 1;
visibility: visible;
}
.pxl-room-single-price-wg .pricing-wrap {
color: #fff;
letter-spacing: 0.1em;
}
.pxl-room-single-price-wg .price-number {
font-family: "Shippori Mincho";
font-size: 46px;
font-weight: 700;
line-height: 1;
display: inline-flex;
position: relative;
align-items: center;
gap: 5px;
}
@media (max-width: 991px) {
.pxl-room-single-price-wg .price-number {
font-size: 36px;
}
}
.pxl-room-single-price-wg .price-number .currence {
font-size: 22px;
font-family: "Shippori Mincho";
line-height: 1;
position: relative;
font-weight: 700;
}
@media (max-width: 991px) {
.pxl-room-single-price-wg .price-number .currence {
font-size: 18px;
}
}
.pxl-room-single-price-wg .price-night {
font-size: 16px;
text-transform: uppercase;
}
@media (max-width: 991px) {
.pxl-room-single-price-wg .price-night {
font-size: 14px;
}
}
.pxl-room-single-features-wg .features-item + .features-item {
margin-top: 25px;
}
.pxl-room-single-features-wg .pxl-icon {
font-size: 30px;
color: var(--second-color);
}
.pxl-room-single-features-wg .feature-text {
font-size: 18px;
color: var(--heading-color);
}
.pxl-tabs-room-wg .tab-content-item {
width: 100%;
display: none;
opacity: 0;
-webkit-animation: pxlFadeInUp 400ms linear 1 forwards;
-khtml-animation: pxlFadeInUp 400ms linear 1 forwards;
-moz-animation: pxlFadeInUp 400ms linear 1 forwards;
-ms-animation: pxlFadeInUp 400ms linear 1 forwards;
-o-animation: pxlFadeInUp 400ms linear 1 forwards;
animation: pxlFadeInUp 400ms linear 1 forwards;
-webkit-transition: opacity 0.2s linear, top 0.2s linear;
-khtml-transition: opacity 0.2s linear, top 0.2s linear;
-moz-transition: opacity 0.2s linear, top 0.2s linear;
-ms-transition: opacity 0.2s linear, top 0.2s linear;
-o-transition: opacity 0.2s linear, top 0.2s linear;
transition: opacity 0.2s linear, top 0.2s linear;
}
.pxl-tabs-room-wg .tab-content-item.active {
display: block;
opacity: 1;
}
@media (max-width: 767px) {
.pxl-tabs-room-wg .tab-content-amenities_services .content-row > div + div {
margin-top: 50px;
}
}
.pxl-tabs-room-wg .content-title {
margin-bottom: 50px;
}
@media (max-width: 767px) {
.pxl-tabs-room-wg .content-title {
margin-bottom: 30px;
}
}
.pxl-tabs-room-wg .content-title .pxl-icon {
display: flex;
width: 94px;
height: 94px;
align-items: center;
justify-content: center;
font-size: 40px;
color: #fff;
background-color: var(--second-color);
}
@media (max-width: 991px) {
.pxl-tabs-room-wg .content-title .pxl-icon {
width: 62px;
height: 62px;
font-size: 30px;
}
}
.pxl-tabs-room-wg .content-title .ct-title h3 {
color: var(--heading-color);
letter-spacing: 0.05em;
text-transform: uppercase;
margin-top: -8px;
margin-bottom: 15px;
}
@media (max-width: 991px) {
.pxl-tabs-room-wg .content-title .ct-title h3 {
font-size: 22px;
margin-bottom: 10px;
}
}
.pxl-tabs-room-wg .content-title .ct-title p {
font-size: 16px;
line-height: 26px;
}
.pxl-tabs-room-wg .content-service .content-title .pxl-icon {
font-size: 50px;
}
@media (max-width: 991px) {
.pxl-tabs-room-wg .content-service .content-title .pxl-icon {
font-size: 36px;
}
}
.pxl-tabs-room-wg .content-meta ul li {
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
font-style: italic;
display: flex;
}
.pxl-tabs-room-wg .content-meta ul li span {
color: var(--second-color);
margin-right: 10px;
position: relative;
top: 4px;
}
[dir="rtl"] .pxl-tabs-room-wg .content-meta ul li span {
margin-right: 0;
margin-left: 10px;
}
.pxl-tabs-room-wg .content-meta ul li + li {
margin-top: 3px;
}
.pxl-tabs-room-wg .tab-content-price p {
font-size: 16px;
line-height: 24px;
}
.pxl-tabs-room-wg .price-list-wrap .price-list-item {
font-size: 18px;
color: var(--heading-color);
}
@media (max-width: 1199px) {
.pxl-tabs-room-wg .price-list-wrap .price-list-item {
font-size: 16px;
}
}
.pxl-tabs-room-wg .price-list-wrap .price-list-item + .price-list-item {
margin-top: 3px;
}
.pxl-tabs-room-wg .tab-content-rules p {
font-size: 16px;
line-height: 24px;
}
.pxl-tabs-room-wg .list-rules {
list-style: none;
}
.pxl-tabs-room-wg .list-rules .rule-item {
font-size: 18px;
color: var(--heading-color);
}
.pxl-tabs-room-wg .list-rules .rule-item + .rule-item {
margin-top: 3px;
}
.pxl-tabs-room-wg .rule-cancel-title {
margin-top: 45px;
margin-bottom: 23px;
color: var(--heading-color);
text-transform: uppercase;
}
@media (max-width: 575px) {
.pxl-tabs-room-wg .rule-cancel-title {
font-size: 22px;
}
}
.pxl-tabs-room-wg .rule-cancel-desc {
color: var(--body-color);
}
.pxl-tabs-room-wg .room-review-list .pxl-swiper-slide {
padding-top: 53px;
padding-bottom: 12px;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap {
background-color: var(--primary-color);
color: #fff;
padding: 0 45px 40px 30px;
position: relative;
}
@media (max-width: 991px) {
.pxl-tabs-room-wg .room-review-list .item-inner-wrap {
padding: 0 15px 30px 15px;
}
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap:after {
content: "";
width: 0;
height: 1px;
background-color: var(--primary-color);
position: absolute;
bottom: -12px;
left: 0;
-webkit-transition: width 0.5s linear;
-khtml-transition: width 0.5s linear;
-moz-transition: width 0.5s linear;
-ms-transition: width 0.5s linear;
-o-transition: width 0.5s linear;
transition: width 0.5s linear;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap:hover:after {
width: 100%;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .pxli-quote3 {
position: absolute;
top: 35px;
font-size: 18px;
color: var(--second-color);
right: 45px;
}
@media (max-width: 767px) {
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .pxli-quote3 {
font-size: 16px;
}
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .pxli-quote3:before {
-webkit-transform: scale(1, 0.9);
-khtml-transform: scale(1, 0.9);
-moz-transform: scale(1, 0.9);
-ms-transform: scale(1, 0.9);
-o-transform: scale(1, 0.9);
transform: scale(1, 0.9);
display: inline-block;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .avartar {
width: 106px;
height: 106px;
border-radius: 50%;
border: 1px solid rgba(var(--primary-color-rgb), 0.2);
padding: 6px;
display: inline-block;
margin-top: -53px;
margin-bottom: 12px;
}
@media (max-width: 1199px) {
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .avartar {
width: 92px;
height: 92px;
margin-top: -46px;
}
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .avartar img {
width: 100%;
border-radius: 50%;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .review-content {
font-size: 18px;
font-family: var(--heading-font-family);
line-height: 1.55;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 20px;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .client-name {
font-size: 16px;
font-weight: 500;
color: #fff;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .rating-star {
position: relative;
color: #ccc;
width: 74px;
display: inline-block;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .rating-star:before {
content: "" "" "" "" "";
display: block;
font-family: "Material-Design-Iconic-Font";
font-size: 16px;
line-height: 1;
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .rating-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1;
color: var(--second-color);
}
.pxl-tabs-room-wg .room-review-list .item-inner-wrap .rating-star span:before {
content: "" "" "" "" "";
font-family: "Material-Design-Iconic-Font";
font-size: 16px;
line-height: 1;
}
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow {
width: 62px;
height: 62px;
background-color: transparent;
color: var(--primary-color);
border: 1px solid rgba(var(--primary-color-rgb), 0.2);
border-radius: 50%;
}
@media (max-width: 1300px) {
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow {
background-color: var(--second-color);
border-color: var(--second-color);
}
}
@media (max-width: 1199px) {
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow {
width: 52px;
height: 52px;
font-size: 18px;
}
}
@media (max-width: 767px) {
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow {
width: 42px;
height: 42px;
font-size: 16px;
}
}
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow.pxl-swiper-arrow-prev {
left: -108px;
}
@media (max-width: 1599px) {
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow.pxl-swiper-arrow-prev {
left: -78px;
}
}
@media (max-width: 1300px) {
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow.pxl-swiper-arrow-prev {
left: 15px;
}
}
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow.pxl-swiper-arrow-next {
right: -108px;
}
@media (max-width: 1599px) {
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow.pxl-swiper-arrow-next {
right: -78px;
}
}
@media (max-width: 1300px) {
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow.pxl-swiper-arrow-next {
right: 15px;
}
}
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow:hover {
border-color: var(--primary-color);
}
@media (max-width: 1300px) {
.pxl-tabs-room-wg .room-review-list .pxl-swiper-arrow:hover {
color: #fff;
border-color: var(--primary-color);
background-color: var(--primary-color);
}
}
.pxl-tabs-room-wg .pxl-review-btn-anchor {
margin-top: 50px;
}
.pxl-tabs-room-wg.layout-1 .tab-title {
font-size: 16px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #fff;
padding: 10px 28px;
background-color: var(--primary-color);
cursor: pointer;
position: relative;
overflow: hidden;
display: inline-block;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (max-width: 991px) {
.pxl-tabs-room-wg.layout-1 .tab-title {
font-size: 14px;
}
}
@media (max-width: 400px) {
.pxl-tabs-room-wg.layout-1 .tab-title {
padding: 10px 15px;
font-size: 13px;
letter-spacing: 0.05em;
}
}
.pxl-tabs-room-wg.layout-1 .tab-title:before {
content: "";
width: 100%;
height: 100%;
background-color: var(--second-color);
position: absolute;
top: 100%;
left: 0;
-webkit-transition: top 0.3s ease;
-khtml-transition: top 0.3s ease;
-moz-transition: top 0.3s ease;
-ms-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease;
}
.pxl-tabs-room-wg.layout-1 .tab-title span {
position: relative;
}
@media (max-width: 767px) {
.pxl-tabs-room-wg.layout-1 .item-title {
width: 50%;
}
.pxl-tabs-room-wg.layout-1 .item-title .tab-title {
width: 100%;
}
}
.pxl-tabs-room-wg.layout-1 .item-title:hover .tab-title, .pxl-tabs-room-wg.layout-1 .item-title.active .tab-title {
color: #fff;
}
.pxl-tabs-room-wg.layout-1 .item-title:hover .tab-title:before, .pxl-tabs-room-wg.layout-1 .item-title.active .tab-title:before {
top: 0;
}
.pxl-tabs-room-wg.layout-1 .tab-content-item {
padding-top: 50px;
}
.pxl-tabs-room-wg.layout-1 .tab-content-inner {
margin-top: 50px;
border-top: 1px solid #e2e2e2;
}
.pxl-tabs-room-wg.layout-1 .list-rules .rule-item {
min-width: 370px;
}
@media (min-width: 1200px) {
.pxl-tabs-room-wg.layout-1 .list-rules .rule-item {
width: 68%;
}
.pxl-tabs-room-wg.layout-1 .list-rules .rule-item:nth-child(2n+1) {
width: 32%;
}
}
.pxl-tabs-room-wg.layout-1.dark-mode .tab-title {
background-color: rgba(255, 255, 255, 0.35);
}
.pxl-tabs-room-wg.layout-1.dark-mode .tab-title:before {
background-color: #fff;
}
.pxl-tabs-room-wg.layout-1.dark-mode .item-title:hover .tab-title, .pxl-tabs-room-wg.layout-1.dark-mode .item-title.active .tab-title {
color: var(--primary-color);
}
.pxl-tabs-room-wg.layout-1.dark-mode .tab-content-inner {
border-top-color: rgba(255, 255, 255, 0.15);
}
.pxl-tabs-room-wg.layout-1.dark-mode .content-title .ct-title h3 {
color: #fff;
}
.pxl-tabs-room-wg.layout-1.dark-mode .content-title .ct-title p {
color: #cdcdcd;
}
.pxl-tabs-room-wg.layout-1.dark-mode .tab-content-item p {
color: #cdcdcd;
}
.pxl-tabs-room-wg.layout-1.dark-mode .content-meta ul li {
color: #fff;
}
.pxl-tabs-room-wg.layout-1.dark-mode .price-list-wrap .price-list-item {
color: #fff;
}
.pxl-tabs-room-wg.layout-1.dark-mode .list-rules .rule-item {
color: #fff;
}
.pxl-tabs-room-wg.layout-1.dark-mode .rule-cancel-title {
color: #fff;
}
.pxl-tabs-room-wg.layout-1.dark-mode .room-review-list .item-inner-wrap {
background-color: #fff;
color: var(--heading-color);
}
.pxl-tabs-room-wg.layout-1.dark-mode .room-review-list .item-inner-wrap .client-name {
color: var(--heading-color);
}
.pxl-tabs-room-wg.layout-1.dark-mode .room-review-list .item-inner-wrap .avartar {
border: 1px solid rgba(255, 255, 255, 0.2);
}
.pxl-tabs-room-wg.layout-1.dark-mode .room-review-list .item-inner-wrap .review-content {
color: var(--heading-color);
}
.pxl-tabs-room-wg.layout-1.dark-mode .room-review-list .item-inner-wrap:after {
background-color: #fff;
}
.pxl-tabs-room-wg.layout-1.dark-mode .pxl-swiper-arrow {
background-color: transparent;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1300px) {
.pxl-tabs-room-wg.layout-1.dark-mode .pxl-swiper-arrow {
color: #fff;
border-color: var(--second-color);
background-color: var(--second-color);
}
}
.pxl-tabs-room-wg.layout-1.dark-mode .pxl-swiper-arrow:hover {
border-color: #fff;
}
.pxl-tabs-room-wg.layout-2 .tabs-title-wrap {
border-bottom: 1px solid #e2e2e2;
}
.pxl-tabs-room-wg.layout-2 .tabs-title-wrap .item-title {
display: inline-flex;
}
.pxl-tabs-room-wg.layout-2 .tab-title {
font-size: 16px;
line-height: 24px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--heading-color);
padding: 13px 42px;
background-color: #fff;
cursor: pointer;
position: relative;
display: inline-block;
border-width: 1px 1px 0 0;
border-style: solid;
border-color: #e2e2e2;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (max-width: 1199px) {
.pxl-tabs-room-wg.layout-2 .tab-title {
padding: 10px 30px;
}
}
@media (max-width: 991px) {
.pxl-tabs-room-wg.layout-2 .tab-title {
font-size: 14px;
}
}
@media (max-width: 400px) {
.pxl-tabs-room-wg.layout-2 .tab-title {
padding: 10px 30px;
font-size: 13px;
letter-spacing: 0.05em;
}
}
.pxl-tabs-room-wg.layout-2 .tab-title:before {
content: "";
height: 3px;
background-color: var(--second-color);
position: absolute;
top: -1px;
left: -1px;
right: -1px;
opacity: 0;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
transform-origin: center;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-tabs-room-wg.layout-2 .tab-title span {
position: relative;
}
.pxl-tabs-room-wg.layout-2 .item-title:first-child .tab-title {
border-left-width: 1px;
}
.pxl-tabs-room-wg.layout-2 .item-title.active .tab-title {
margin-bottom: -1px;
}
.pxl-tabs-room-wg.layout-2 .item-title.active .tab-title:before {
opacity: 1;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-tabs-room-wg.layout-2 .tabs-content {
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #e2e2e2;
padding: 24px 24px 30px 24px;
}
@media (max-width: 767px) {
.pxl-tabs-room-wg.layout-2 .tabs-content {
padding: 24px 15px 30px 15px;
}
}
.pxl-tabs-room-wg.layout-2 .tabs-content p {
line-height: 24px;
}
.pxl-tabs-room-wg.layout-2 .price-list-wrap .price-list-item {
font-size: 16px;
}
.pxl-tabs-room-wg.layout-2 .rule-cancel-title {
font-size: 20px;
}
.pxl-tabs-room-wg.layout-2 .list-rules .rule-item {
font-size: 16px;
}
.room-availability-wg .room-availability-legend {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
column-gap: 30px;
margin-top: 30px;
}
.room-availability-wg .room-availability-legend > * {
max-width: 100%;
}
.room-availability-wg .room-availability-legend .calendar-legend-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 10px;
font-size: 16px;
color: var(--heading-color);
}
.room-availability-wg .room-availability-legend .calendar-legend-item > * {
max-width: 100%;
}
.room-availability-wg .room-availability-legend .calendar-box {
width: 12px;
height: 12px;
display: block;
}
.room-availability-wg .room-availability-legend .calendar-today .calendar-box {
background-color: var(--primary-color);
}
.room-availability-wg .room-availability-legend .calendar-unavailable .calendar-box {
background-color: #b95c47;
}
.room-availability-wg .room-availability-legend .calendar-selected .calendar-box {
background-color: var(--second-color);
}
.room-availability-wg .room-availability-legend .calendar-available .calendar-box {
background-color: #fff;
border: 1px solid #000;
}
.room-booking-form.layout-1 {
position: relative;
}
.room-booking-form.layout-1:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.5);
z-index: -1;
-webkit-transition: background-color 0.3s ease;
-khtml-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.room-booking-form.layout-1:after {
content: "";
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
font-size: 24px;
line-height: 1;
font-family: "Material-Design-Iconic-Font";
opacity: 0;
visibility: hidden;
color: #9f9f9f;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
z-index: 2;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.room-booking-form.layout-1 .booking-form-wrap {
padding: 30px 24px 55px 24px;
background-color: #f1efed;
}
@media (max-width: 1199px) {
.room-booking-form.layout-1 .booking-form-wrap {
padding: 30px 20px 45px 20px;
}
}
.room-booking-form.layout-1 .field-title {
font-size: 16px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--heading-color);
margin-bottom: 8px;
}
.room-booking-form.layout-1 .room-number-zelo {
margin-top: -5px;
line-height: 1;
color: #b95c47;
}
.room-booking-form.layout-1 .field-wrap .pxl-icon {
position: absolute;
bottom: 14px;
right: 20px;
color: #111;
font-size: 18px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .room-booking-form.layout-1 .field-wrap .pxl-icon {
right: auto;
left: 20px;
}
.room-booking-form.layout-1 .nice-select:after {
font-size: 17px;
color: #111;
right: 18px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .room-booking-form.layout-1 .nice-select:after {
right: auto;
left: 18px;
}
.room-booking-form.layout-1 .form-field-row + .form-field-row {
margin-top: 28px;
}
.room-booking-form.layout-1 input[type="text"], .room-booking-form.layout-1 .nice-select {
background-color: transparent;
}
.room-booking-form.layout-1 input[type="text"]:hover, .room-booking-form.layout-1 input[type="text"]:focus, .room-booking-form.layout-1 .nice-select:hover, .room-booking-form.layout-1 .nice-select:focus {
background-color: #fff;
}
.room-booking-form.layout-1 .form-field-row-check {
margin-top: 35px;
}
.room-booking-form.layout-1 .label-for-checkbox {
color: #fff;
padding: 18px;
background-color: var(--primary-color);
margin: 0;
}
.room-booking-form.layout-1 .label-for-checkbox span {
margin-left: 5px;
}
.room-booking-form.layout-1 .label-for-checkbox input[type="checkbox"] {
background-color: #fff;
width: 26px;
height: 26px;
}
.room-booking-form.layout-1 .label-for-checkbox input[type="checkbox"]:checked {
border-color: #fff;
color: #111;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/checked-dark.png);
background-size: 12px;
background-color: #fff;
}
.room-booking-form.layout-1 .form-action {
margin-top: 35px;
}
.room-booking-form.layout-1 .form-action .field-title {
display: none;
}
.room-booking-form.layout-1 .form-action .room-number-zelo {
margin-top: 10px;
margin-bottom: -15px;
}
.room-booking-form.layout-1.loading:before {
z-index: 1;
}
.room-booking-form.layout-1.loading:after {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-animation: pxl-spin 2s linear infinite;
-khtml-animation: pxl-spin 2s linear infinite;
-moz-animation: pxl-spin 2s linear infinite;
-ms-animation: pxl-spin 2s linear infinite;
-o-animation: pxl-spin 2s linear infinite;
animation: pxl-spin 2s linear infinite;
}
.pxl-room-single-metas-wg .room-metas {
row-gap: 10px;
}
.pxl-room-single-metas-wg .meta-item {
font-size: 18px;
color: var(--heading-color);
letter-spacing: 0.02em;
}
@media (max-width: 991px) {
.pxl-room-single-metas-wg .meta-item {
font-size: 16px;
}
}
.pxl-room-single-metas-wg .meta-item .pxl-icon {
font-size: 25px;
margin-right: 10px;
}
[dir="rtl"] .pxl-room-single-metas-wg .meta-item .pxl-icon {
margin-right: 0;
margin-left: 10px;
}
@media (max-width: 991px) {
.pxl-room-single-metas-wg .meta-item .pxl-icon {
font-size: 18px;
}
}
.pxl-room-single-facility-service-wg .title-wrap {
margin-top: 40px;
margin-bottom: 15px;
}
.pxl-room-single-facility-service-wg .title-wrap:first-child {
margin-top: 0;
}
.pxl-room-single-facility-service-wg .title-wrap .title-icon {
font-size: 38px;
color: var(--second-color);
margin-right: 18px;
}
[dir="rtl"] .pxl-room-single-facility-service-wg .title-wrap .title-icon {
margin-right: 0;
margin-left: 18px;
}
.pxl-room-single-facility-service-wg .title-wrap .title {
font-size: 18px;
line-height: 26px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--heading-color);
margin-bottom: 0;
}
.pxl-room-single-facility-service-wg .item {
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
font-style: italic;
display: flex;
}
.pxl-room-single-facility-service-wg .item span {
margin-right: 10px;
position: relative;
top: 4px;
}
[dir="rtl"] .pxl-room-single-facility-service-wg .item span {
margin-right: 0;
margin-left: 10px;
}
.pxl-room-price-filter-wg .price-lbl {
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
color: var(--heading-color);
margin-bottom: 11px;
}
.pxl-room-price-filter-wg .phb-price-filter {
position: relative;
margin: 0;
height: 2px;
background: rgba(200, 200, 200, 0.6);
margin-bottom: 20px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.pxl-room-price-filter-wg .phb-price-filter .ui-slider-range {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--primary-color);
}
.pxl-room-price-filter-wg .phb-price-filter .ui-slider-handle {
width: 24px;
height: 24px;
border-radius: 50%;
border: 1px solid #c2c6c8;
padding: 4px;
background: #fff;
top: -12px;
margin-left: -12px;
display: inline-block;
position: absolute;
display: flex;
align-items: center;
}
.pxl-room-price-filter-wg .phb-price-filter .ui-slider-handle:after {
content: "";
width: 14px;
height: 14px;
display: inline-block;
background: var(--primary-color);
border-radius: 50%;
}
.pxl-room-check-available-form-wg.layout-1 .field-title {
font-size: 16px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--heading-color);
margin-bottom: 8px;
}
.pxl-room-check-available-form-wg.layout-1 .field-wrap .pxl-icon {
position: absolute;
bottom: 14px;
right: 20px;
color: #111;
font-size: 18px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-1 .field-wrap .pxl-icon {
right: auto;
left: 20px;
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-1 .field-wrap .pxl-icon {
right: 15px;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-1 .field-wrap .pxl-icon {
right: auto;
left: 15px;
}
}
.pxl-room-check-available-form-wg.layout-1 .nice-select:after {
font-size: 17px;
color: #111;
right: 18px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-1 .nice-select:after {
right: auto;
left: 18px;
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-1 .nice-select:after {
right: 12px;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-1 .nice-select:after {
right: auto;
left: 12px;
}
}
.pxl-room-check-available-form-wg.layout-1 .form-field-row + .form-field-row {
margin-top: 28px;
}
.pxl-room-check-available-form-wg.layout-1 .form-field-row-check {
margin-top: 20px;
}
.pxl-room-check-available-form-wg.layout-1 .form-action {
margin-top: 34px;
}
.pxl-room-check-available-form-wg.layout-1 label {
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.light-mode input[type="text"], .pxl-room-check-available-form-wg.layout-1.light-mode input[type="number"], .pxl-room-check-available-form-wg.layout-1.light-mode .nice-select {
background-color: transparent;
border-color: rgba(14, 19, 23, 0.3);
}
.pxl-room-check-available-form-wg.layout-1.light-mode input[type="text"]:hover, .pxl-room-check-available-form-wg.layout-1.light-mode input[type="text"]:focus, .pxl-room-check-available-form-wg.layout-1.light-mode input[type="number"]:hover, .pxl-room-check-available-form-wg.layout-1.light-mode input[type="number"]:focus, .pxl-room-check-available-form-wg.layout-1.light-mode .nice-select:hover, .pxl-room-check-available-form-wg.layout-1.light-mode .nice-select:focus {
background-color: #fff;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode {
padding: 40px 24px 45px 24px;
background-color: var(--primary-color);
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-1.dark-mode {
padding: 30px 20px 40px 20px;
}
}
.pxl-room-check-available-form-wg.layout-1.dark-mode .field-title {
color: #fff;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode .field-wrap .pxl-icon {
color: #fff;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select span.current {
color: #fff;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:after {
color: #fff;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"], .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select {
border-color: rgba(255, 255, 255, 0.3);
background-color: transparent;
color: #fff;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]::-webkit-input-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select::-webkit-input-placeholder {
color: #fff;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:-moz-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:-moz-placeholder {
color: #fff;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]::-moz-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select::-moz-placeholder {
color: #fff;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:-ms-input-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:-ms-input-placeholder {
color: #fff;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:hover, .pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:focus, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:hover, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:focus {
border-color: #fff;
background-color: #fff;
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:hover::-webkit-input-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:focus::-webkit-input-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:hover::-webkit-input-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:focus::-webkit-input-placeholder {
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:hover:-moz-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:focus:-moz-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:hover:-moz-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:focus:-moz-placeholder {
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:hover::-moz-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:focus::-moz-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:hover::-moz-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:focus::-moz-placeholder {
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:hover:-ms-input-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:focus:-ms-input-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:hover:-ms-input-placeholder, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:focus:-ms-input-placeholder {
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:hover span.current, .pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:focus span.current, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:hover span.current, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:focus span.current {
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:hover + .pxl-icon, .pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:focus + .pxl-icon, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:hover + .pxl-icon, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:focus + .pxl-icon {
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:hover:after, .pxl-room-check-available-form-wg.layout-1.dark-mode input[type="text"]:focus:after, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:hover:after, .pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select:focus:after {
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode .nice-select .list {
border-color: rgba(255, 255, 255, 0.3);
}
.pxl-room-check-available-form-wg.layout-1.dark-mode .pxl-btn:active, .pxl-room-check-available-form-wg.layout-1.dark-mode .pxl-btn:hover, .pxl-room-check-available-form-wg.layout-1.dark-mode .pxl-btn:focus {
background-color: #fff;
border-color: #fff;
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-2 {
-webkit-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-room-check-available-form-wg.layout-2 .check-available-form-inner {
justify-content: space-between;
align-items: center;
padding: 34px 50px 36px;
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-2 .check-available-form-inner {
padding: 24px 30px 26px;
}
}
.pxl-room-check-available-form-wg.layout-2 .check-available-form-wrap.border-bottom:after {
content: "";
position: absolute;
bottom: -2px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
transform-origin: center;
width: 0;
height: 2px;
background-color: var(--primary-color);
-webkit-transition: width 0.8s linear;
-khtml-transition: width 0.8s linear;
-moz-transition: width 0.8s linear;
-ms-transition: width 0.8s linear;
-o-transition: width 0.8s linear;
transition: width 0.8s linear;
}
.pxl-room-check-available-form-wg.layout-2 .check-available-form-wrap.border-bottom.pxl-animated:after {
width: 100%;
}
.pxl-room-check-available-form-wg.layout-2 .field-title {
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #666;
margin-bottom: 4px;
}
@media (max-width: 767px) {
.pxl-room-check-available-form-wg.layout-2 .field-title {
margin-bottom: 0;
}
}
.pxl-room-check-available-form-wg.layout-2 .field-wrap .pxl-icon {
position: absolute;
bottom: 10px;
right: 0;
color: rgba(119, 119, 119, 0.5);
font-size: 27px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-2 .field-wrap .pxl-icon {
right: auto;
left: 0;
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-2 .field-wrap .pxl-icon {
font-size: 20px;
}
}
.pxl-room-check-available-form-wg.layout-2 input[type="text"], .pxl-room-check-available-form-wg.layout-2 input[type="number"] {
border-color: transparent;
padding-left: 0;
font-family: var(--heading-font-family);
font-size: 35px;
font-weight: 700;
letter-spacing: 0.02em;
background-color: transparent;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-2 input[type="text"], [dir="rtl"] .pxl-room-check-available-form-wg.layout-2 input[type="number"] {
padding-left: 16px;
padding-right: 0;
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"], .pxl-room-check-available-form-wg.layout-2 input[type="number"] {
font-size: 28px;
}
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"], .pxl-room-check-available-form-wg.layout-2 input[type="number"] {
font-size: 24px;
}
}
.pxl-room-check-available-form-wg.layout-2 input[type="text"]::-webkit-input-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]::-webkit-input-placeholder {
font-family: var(--heading-font-family);
font-size: 35px;
font-weight: 700;
letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"]::-webkit-input-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]::-webkit-input-placeholder {
font-size: 28px;
}
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"]::-webkit-input-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]::-webkit-input-placeholder {
font-size: 24px;
}
}
.pxl-room-check-available-form-wg.layout-2 input[type="text"]:-moz-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]:-moz-placeholder {
font-family: var(--heading-font-family);
font-size: 35px;
font-weight: 700;
letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"]:-moz-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]:-moz-placeholder {
font-size: 28px;
}
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"]:-moz-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]:-moz-placeholder {
font-size: 24px;
}
}
.pxl-room-check-available-form-wg.layout-2 input[type="text"]::-moz-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]::-moz-placeholder {
font-family: var(--heading-font-family);
font-size: 35px;
font-weight: 700;
letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"]::-moz-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]::-moz-placeholder {
font-size: 28px;
}
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"]::-moz-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]::-moz-placeholder {
font-size: 24px;
}
}
.pxl-room-check-available-form-wg.layout-2 input[type="text"]:-ms-input-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]:-ms-input-placeholder {
font-family: var(--heading-font-family);
font-size: 35px;
font-weight: 700;
letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"]:-ms-input-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]:-ms-input-placeholder {
font-size: 28px;
}
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"]:-ms-input-placeholder, .pxl-room-check-available-form-wg.layout-2 input[type="number"]:-ms-input-placeholder {
font-size: 24px;
}
}
.pxl-room-check-available-form-wg.layout-2 input[type="text"] {
width: auto;
max-width: 230px;
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"] {
max-width: 180px;
}
}
@media (max-width: 767px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"] {
max-width: 100%;
}
}
@media (max-width: 575px) {
.pxl-room-check-available-form-wg.layout-2 input[type="text"] {
width: 100%;
}
}
.pxl-room-check-available-form-wg.layout-2 input[type="number"] {
text-align: center;
}
.pxl-room-check-available-form-wg.layout-2 .input-number-inner {
position: relative;
display: inline-block;
width: 50px;
}
.pxl-room-check-available-form-wg.layout-2 .input-number-inner .input-number-button {
position: absolute;
right: 0;
width: 20px;
height: 20px;
line-height: 1;
border: 0;
cursor: pointer;
color: rgba(119, 119, 119, 0.5);
display: inline-flex;
align-items: center;
justify-content: center;
z-index: 1;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-2 .input-number-inner .input-number-button {
right: auto;
left: 0;
}
.pxl-room-check-available-form-wg.layout-2 .input-number-inner .input-number-button span {
font-size: 17px;
}
.pxl-room-check-available-form-wg.layout-2 .input-number-inner .input-number-button.number-up {
top: 5px;
}
.pxl-room-check-available-form-wg.layout-2 .input-number-inner .input-number-button.number-down {
top: 20px;
}
.pxl-room-check-available-form-wg.layout-2 .input-number-inner .input-number-button:hover, .pxl-room-check-available-form-wg.layout-2 .input-number-inner .input-number-button:focus {
color: #777;
}
.pxl-room-check-available-form-wg.layout-2 .separate {
display: none;
padding: 0;
}
@media (min-width: 992px) {
.pxl-room-check-available-form-wg.layout-2 .separate {
display: inline-flex;
width: 1px;
height: 80px;
background-color: rgba(200, 200, 200, 0.45);
}
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-2 .form-action {
margin-top: 20px;
}
}
@media (max-width: 767px) {
.pxl-room-check-available-form-wg.layout-2 .checkin-col, .pxl-room-check-available-form-wg.layout-2 .checkout-col {
margin-bottom: 20px;
}
.pxl-room-check-available-form-wg.layout-2 .date-checkin-wrap, .pxl-room-check-available-form-wg.layout-2 .date-checkout-wrap {
border-bottom: 1px solid rgba(200, 200, 200, 0.45);
}
}
.pxl-room-check-available-form-wg.layout-2:hover {
-webkit-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 38px -5px rgba(0, 0, 0, 0.2);
}
.pxl-room-check-available-form-wg.layout-2:hover .check-available-form-wrap.border-bottom:after {
width: 0;
}
.pxl-room-check-available-form-wg.layout-2.light-mode {
background-color: #fff;
}
.pxl-room-check-available-form-wg.layout-2.dark-mode {
background-color: var(--primary-color);
}
.pxl-room-check-available-form-wg.layout-2.dark-mode .field-title {
color: #cdcdcd;
}
.pxl-room-check-available-form-wg.layout-2.dark-mode .field-wrap .pxl-icon {
color: #cdcdcd;
}
.pxl-room-check-available-form-wg.layout-2.dark-mode input[type="text"], .pxl-room-check-available-form-wg.layout-2.dark-mode input[type="number"] {
color: #fff;
}
.pxl-room-check-available-form-wg.layout-2.dark-mode .input-number-inner .input-number-button {
color: #cdcdcd;
}
.pxl-room-check-available-form-wg.layout-2.dark-mode .input-number-inner .input-number-button:hover, .pxl-room-check-available-form-wg.layout-2.dark-mode .input-number-inner .input-number-button:focus {
color: #fff;
}
.pxl-room-check-available-form-wg.layout-2.dark-mode .pxl-btn {
background-color: #fff;
border-color: #fff;
color: var(--heading-color);
}
.pxl-room-check-available-form-wg.layout-2.dark-mode .pxl-btn:after {
background-color: #fff;
}
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner {
align-items: center;
}
@media (max-width: 575px) {
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner {
align-items: flex-end;
}
}
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .form-field-row {
flex: 0 0 auto;
}
@media (min-width: 1200px) {
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .form-field-row {
width: 21%;
}
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .form-action {
width: 16%;
}
}
@media (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .form-field-row {
width: 33.333333%;
margin-bottom: 23px;
}
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .children-col {
width: 50%;
}
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .form-action {
width: 50%;
}
}
@media (max-width: 575px) {
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .form-field-row {
width: 100%;
}
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .children-col {
width: 100%;
}
.pxl-room-check-available-form-wg.layout-3 .check-available-form-inner .form-action {
width: 100%;
}
}
.pxl-room-check-available-form-wg.layout-3 .field-title {
font-size: 16px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--heading-color);
margin-bottom: 4px;
}
.pxl-room-check-available-form-wg.layout-3 .field-wrap .pxl-icon {
position: absolute;
bottom: 14px;
right: 20px;
color: #111;
font-size: 18px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-3 .field-wrap .pxl-icon {
left: 20px;
right: auto;
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-3 .field-wrap .pxl-icon {
right: 15px;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-3 .field-wrap .pxl-icon {
left: 15px;
right: auto;
}
}
.pxl-room-check-available-form-wg.layout-3 input[type="text"], .pxl-room-check-available-form-wg.layout-3 input[type="number"] {
border-color: transparent;
font-size: 13px;
letter-spacing: 0.05em;
background-color: #fff;
}
.pxl-room-check-available-form-wg.layout-3 input[type="text"]::-webkit-input-placeholder, .pxl-room-check-available-form-wg.layout-3 input[type="number"]::-webkit-input-placeholder {
font-size: 13px;
letter-spacing: 0.05em;
}
.pxl-room-check-available-form-wg.layout-3 input[type="text"]:-moz-placeholder, .pxl-room-check-available-form-wg.layout-3 input[type="number"]:-moz-placeholder {
font-size: 13px;
letter-spacing: 0.05em;
}
.pxl-room-check-available-form-wg.layout-3 input[type="text"]::-moz-placeholder, .pxl-room-check-available-form-wg.layout-3 input[type="number"]::-moz-placeholder {
font-size: 13px;
letter-spacing: 0.05em;
}
.pxl-room-check-available-form-wg.layout-3 input[type="text"]:-ms-input-placeholder, .pxl-room-check-available-form-wg.layout-3 input[type="number"]:-ms-input-placeholder {
font-size: 13px;
letter-spacing: 0.05em;
}
.pxl-room-check-available-form-wg.layout-3 input[type="text"] {
width: 100%;
max-width: 100%;
}
.pxl-room-check-available-form-wg.layout-3 .nice-select {
font-size: 13px;
letter-spacing: 0.05em;
}
.pxl-room-check-available-form-wg.layout-3 .nice-select:after {
font-size: 17px;
color: #111;
right: 18px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-3 .nice-select:after {
left: 18px;
right: auto;
}
@media (max-width: 991px) {
.pxl-room-check-available-form-wg.layout-3 .nice-select:after {
right: 12px;
}
[dir="rtl"] .pxl-room-check-available-form-wg.layout-3 .nice-select:after {
left: 12px;
right: auto;
}
}
.pxl-room-check-available-form-wg.layout-3 .nice-select span.current {
font-size: 13px;
}
.pxl-room-check-available-form-wg.layout-3 .nice-select .list .option {
font-size: 13px;
}
@media (min-width: 1200px) {
.pxl-room-check-available-form-wg.layout-3 .form-action {
text-align: right;
}
}
@media (min-width: 576px) and (max-width: 1199px) {
.pxl-room-check-available-form-wg.layout-3 .form-action {
padding-left: 50px;
}
}
@media (min-width: 576px) {
.pxl-room-check-available-form-wg.layout-3 .pxl-btn {
width: 130px;
height: 130px;
padding: 0;
background-color: transparent;
border-color: #111;
color: var(--heading-color);
min-width: 0;
border-radius: 50%;
overflow: hidden;
}
.pxl-room-check-available-form-wg.layout-3 .pxl-btn:after {
display: none;
}
.pxl-room-check-available-form-wg.layout-3 .pxl-btn:hover {
background-color: #111;
color: #fff;
}
}
@media (min-width: 1200px) {
.pxl-room-check-available-form-wg.layout-3 .pxl-btn {
width: 160px;
height: 160px;
}
}
@media (max-width: 575px) {
.pxl-room-check-available-form-wg.layout-3 .pxl-btn {
width: 100%;
}
}
.pxl-room-check-available-form-wg.layout-3.light-mode input[type="text"], .pxl-room-check-available-form-wg.layout-3.light-mode input[type="number"], .pxl-room-check-available-form-wg.layout-3.light-mode .nice-select {
background-color: transparent;
border-color: rgba(14, 19, 23, 0.3);
}
.pxl-room-check-available-form-wg.layout-3.light-mode input[type="text"]:hover, .pxl-room-check-available-form-wg.layout-3.light-mode input[type="text"]:focus, .pxl-room-check-available-form-wg.layout-3.light-mode input[type="number"]:hover, .pxl-room-check-available-form-wg.layout-3.light-mode input[type="number"]:focus, .pxl-room-check-available-form-wg.layout-3.light-mode .nice-select:hover, .pxl-room-check-available-form-wg.layout-3.light-mode .nice-select:focus {
background-color: #fff;
}
.pxl-room-check-available-form-wg.layout-3.dark-mode .field-title {
color: #fff;
}
.pxl-room-check-available-form-wg.layout-3.dark-mode .field-wrap .pxl-icon {
color: #111;
}
.pxl-room-check-available-form-wg.layout-3.dark-mode input[type="text"], .pxl-room-check-available-form-wg.layout-3.dark-mode input[type="number"], .pxl-room-check-available-form-wg.layout-3.dark-mode .nice-select {
color: #111;
background-color: #fff;
}
@media (min-width: 576px) {
.pxl-room-check-available-form-wg.layout-3.dark-mode .pxl-btn {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.pxl-room-check-available-form-wg.layout-3.dark-mode .pxl-btn:hover {
background-color: #fff;
color: #111;
}
}
.pxl-room-check-avaibility-wg .found-room-text {
font-size: 25px;
font-weight: 600;
letter-spacing: 0.02em;
line-height: 1.2;
font-family: var(--heading-font-family);
color: var(--heading-color);
margin-bottom: 43px;
}
.pxl-room-check-avaibility-wg .room-item + .room-item {
margin-top: 50px;
}
.pxl-room-check-avaibility-wg .room-item .item-featured {
margin-bottom: 12px;
}
.pxl-room-check-avaibility-wg .room-item .item-featured .pxl-swiper-arrow {
width: 46px;
height: 46px;
font-size: 18px;
background-color: transparent;
color: #fff;
border: 1px solid #fff;
border-radius: 50%;
}
@media (max-width: 1199px) {
.pxl-room-check-avaibility-wg .room-item .item-featured .pxl-swiper-arrow {
width: 42px;
height: 42px;
font-size: 16px;
}
}
.pxl-room-check-avaibility-wg .room-item .item-featured .pxl-swiper-arrow.pxl-swiper-arrow-prev {
left: 20px;
}
.pxl-room-check-avaibility-wg .room-item .item-featured .pxl-swiper-arrow.pxl-swiper-arrow-next {
right: 20px;
}
.pxl-room-check-avaibility-wg .room-item .item-featured .pxl-swiper-arrow:hover {
color: #111;
background-color: #fff;
}
.pxl-room-check-avaibility-wg .room-item .item-content {
background-color: #f5f3f1;
padding: 40px 50px 36px;
}
@media (max-width: 1199px) {
.pxl-room-check-avaibility-wg .room-item .item-content {
padding: 40px 30px 36px;
}
}
@media (max-width: 991px) {
.pxl-room-check-avaibility-wg .room-item .item-content {
padding: 30px 20px 36px;
}
}
@media (max-width: 767px) {
.pxl-room-check-avaibility-wg .room-item .item-content {
padding: 30px 15px 36px;
}
}
.pxl-room-check-avaibility-wg .room-item .item-content .title-price {
margin-bottom: 15px;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-title {
margin-bottom: 0;
}
.pxl-room-check-avaibility-wg .room-item .item-content .room-price {
font-size: 14px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
text-transform: uppercase;
padding: 6px 14px;
background: var(--second-color);
display: inline-block;
}
.pxl-room-check-avaibility-wg .room-item .item-content .room-metas {
margin-bottom: 20px;
}
.pxl-room-check-avaibility-wg .room-item .item-content .room-metas .meta-item {
font-size: 16px;
color: var(--heading-color);
letter-spacing: 0.02em;
}
.pxl-room-check-avaibility-wg .room-item .item-content .room-metas .meta-item .pxl-icon {
font-size: 19px;
margin-right: 8px;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-excerpt {
margin-bottom: 20px;
}
@media (max-width: 1599px) {
.pxl-room-check-avaibility-wg .room-item .item-content .item-excerpt {
display: block;
display: -webkit-box;
max-height: 52px;
font-size: 16px;
line-height: 1.625;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-excerpt > * {
display: block;
display: -webkit-box;
max-height: 52px;
font-size: 16px;
line-height: 1.625;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-amenities {
margin-bottom: 26px;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-amenities .amenitie-icons {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
column-gap: 24px;
padding-left: 20px;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-amenities .amenitie-icons > * {
max-width: 100%;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-amenities .ameniti-icon {
font-size: 30px;
color: var(--second-color);
line-height: 1;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-amenities, .pxl-room-check-avaibility-wg .room-item .item-content .item-service, .pxl-room-check-avaibility-wg .room-item .item-content .item-special {
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-amenities .lbl, .pxl-room-check-avaibility-wg .room-item .item-content .item-service .lbl, .pxl-room-check-avaibility-wg .room-item .item-content .item-special .lbl {
min-width: 80px;
}
@media (max-width: 1199px) {
.pxl-room-check-avaibility-wg .room-item .item-content .item-amenities .lbl, .pxl-room-check-avaibility-wg .room-item .item-content .item-service .lbl, .pxl-room-check-avaibility-wg .room-item .item-content .item-special .lbl {
min-width: 70px;
}
}
@media (max-width: 575px) {
.pxl-room-check-avaibility-wg .room-item .item-content .item-amenities .lbl, .pxl-room-check-avaibility-wg .room-item .item-content .item-service .lbl, .pxl-room-check-avaibility-wg .room-item .item-content .item-special .lbl {
min-width: 62px;
}
}
.pxl-room-check-avaibility-wg .room-item .item-content .pxl-divider-separator {
border-top: 1px solid #c8c8c8;
margin-top: 38px;
margin-bottom: 30px;
width: 100%;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-action .nice-select {
width: 50px;
border-color: var(--primary-color);
color: var(--primary-color);
padding: 0 8px;
font-size: 16px;
float: left;
margin-right: 20px;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-action .nice-select:after {
right: 3px;
color: var(--primary-color);
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-action .nice-select .list {
border-color: var(--primary-color);
border-top: 0;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-action .nice-select .list .option {
padding: 10px;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-action .nice-select.open .list, .pxl-room-check-avaibility-wg .room-item .item-content .item-action .nice-select .list.open {
min-width: 50px;
}
.pxl-room-check-avaibility-wg .room-item .item-content .item-action .text-count {
font-size: 16px;
line-height: 26px;
margin-top: 10px;
display: inline-block;
color: var(--heading-color);
}
@media (max-width: 991px) {
.pxl-room-check-avaibility-wg .room-item .item-content .item-action > div + div {
margin-top: 20px;
}
}
.pxl-rooms-selected-wg .rooms-selected-inner {
padding: 35px 24px 40px 24px;
}
@media (max-width: 1199px) {
.pxl-rooms-selected-wg .rooms-selected-inner {
padding: 30px 20px 40px 20px;
}
}
.pxl-rooms-selected-wg .rooms-selected-inner .pxl-divider-separator {
border-top: 1px solid #dedede;
margin-top: 30px;
margin-bottom: 38px;
width: 100%;
}
.pxl-rooms-selected-wg .rooms-selected-inner .form-field-row-check {
margin-top: 35px;
}
.pxl-rooms-selected-wg .rooms-selected-inner .label-for-checkbox {
color: #fff;
padding: 18px;
background-color: var(--primary-color);
margin: 0;
}
.pxl-rooms-selected-wg .rooms-selected-inner .label-for-checkbox span {
margin-left: 5px;
}
.pxl-rooms-selected-wg .rooms-selected-inner .label-for-checkbox input[type="checkbox"] {
background-color: #fff;
width: 26px;
height: 26px;
}
.pxl-rooms-selected-wg .rooms-selected-inner .label-for-checkbox input[type="checkbox"]:checked {
border-color: #fff;
color: #111;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/checked-dark.png);
background-size: 12px;
background-color: #fff;
}
.pxl-rooms-selected-wg .rooms-selected-inner .button-action {
margin-top: 40px;
}
.pxl-rooms-selected-wg .item-selected .remove-item {
width: 36px;
height: 36px;
border-radius: 50%;
background-color: #fff;
color: var(--heading-color);
position: absolute;
top: 12px;
right: 12px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
cursor: pointer;
}
.pxl-rooms-selected-wg .item-selected .remove-item span {
position: absolute;
content: "";
width: 14px;
height: 1px;
background-color: var(--heading-color);
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-rooms-selected-wg .item-selected .remove-item span.divid-1 {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.pxl-rooms-selected-wg .item-selected .remove-item span.divid-2 {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.pxl-rooms-selected-wg .item-selected .remove-item:hover span.divid-1, .pxl-rooms-selected-wg .item-selected .remove-item:hover span.divid-2 {
-webkit-transform: rotate(0);
-khtml-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.pxl-rooms-selected-wg .item-selected + .item-selected {
margin-top: 35px;
padding-top: 38px;
border-top: 1px solid #dedede;
}
.pxl-rooms-selected-wg .item-selected .item-featured {
margin-bottom: 25px;
}
.pxl-rooms-selected-wg .item-selected .room-price {
position: absolute;
bottom: 0;
right: 0;
font-size: 14px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
text-transform: uppercase;
padding: 6px 14px;
background: var(--second-color);
display: inline-block;
}
.pxl-rooms-selected-wg .item-selected .title-wrap {
margin-bottom: 12px;
display: flex;
}
.pxl-rooms-selected-wg .item-selected .title-wrap .quantity {
font-size: 18px;
letter-spacing: 0.02em;
color: var(--heading-color);
position: relative;
bottom: -2px;
margin-right: 3px;
}
.pxl-rooms-selected-wg .item-selected .title-wrap h4 {
display: inline-block;
margin-bottom: 0;
}
.pxl-rooms-selected-wg .item-selected .room-metas {
font-size: 16px;
color: var(--heading-color);
}
.pxl-rooms-selected-wg .item-selected .room-metas .meta-item {
position: relative;
column-gap: 30px;
padding-left: 16px;
}
.pxl-rooms-selected-wg .item-selected .room-metas .meta-item + .meta-item {
margin-top: 10px;
}
.pxl-rooms-selected-wg .item-selected .room-metas .meta-item:before {
content: "";
font-family: "Material-Design-Iconic-Font";
font-size: 16px;
position: absolute;
left: 0;
}
.pxl-login-notify-wg {
font-size: 16px;
line-height: 24px;
}
.pxl-login-notify-wg .notify-inner {
padding-left: 15px;
padding-right: 15px;
}
.pxl-login-notify-wg a {
text-transform: uppercase;
text-decoration: underline;
text-underline-offset: 3px;
}
.pxl-login-notify-wg .pxl-anchor .anchor-title {
text-transform: uppercase;
text-decoration: underline;
text-underline-offset: 3px;
cursor: pointer;
position: relative;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-login-notify-wg .pxl-anchor .anchor-title:hover {
color: var(--second-color);
}
.pxl-room-checkout-wg .multiple-room-type .checkout-summary {
padding-top: 61px;
}
.pxl-room-checkout-wg .checkout-summary-overview {
background-color: var(--primary-color);
}
.pxl-room-checkout-wg .checkout-summary-overview .bk-deposits-price {
padding: 28px 24px 30px 24px;
background-color: rgba(255, 255, 255, 0.1);
}
.pxl-room-checkout-wg .checkout-summary-overview .bk-total-price {
padding: 28px 24px 30px 24px;
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .checkout-summary-overview .bk-total-price {
padding: 28px 15px 30px 15px;
}
}
.pxl-room-checkout-wg .checkout-summary-overview .bk-items-wrap {
padding: 28px 24px 30px 24px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .checkout-summary-overview .bk-items-wrap {
padding: 28px 15px 30px 15px;
}
}
.pxl-room-checkout-wg .bk-price-checkout {
color: #fff;
letter-spacing: 0.1em;
text-align: center;
}
.pxl-room-checkout-wg .bk-price-checkout .price-lbl {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 8px;
}
.pxl-room-checkout-wg .bk-price-checkout .price-number {
font-family: "Shippori Mincho";
font-size: 46px;
font-weight: 700;
line-height: 1;
display: inline-flex;
position: relative;
align-items: center;
gap: 5px;
}
@media (max-width: 991px) {
.pxl-room-checkout-wg .bk-price-checkout .price-number {
font-size: 36px;
}
}
.pxl-room-checkout-wg .bk-price-checkout .price-number .currence {
font-size: 22px;
font-family: "Shippori Mincho";
line-height: 1;
position: relative;
font-weight: 700;
}
@media (max-width: 991px) {
.pxl-room-checkout-wg .bk-price-checkout .price-number .currence {
font-size: 18px;
}
}
.pxl-room-checkout-wg .bk-price-checkout .text {
font-size: 16px;
text-transform: uppercase;
}
@media (max-width: 991px) {
.pxl-room-checkout-wg .bk-price-checkout .text {
font-size: 14px;
}
}
.pxl-room-checkout-wg .bk-items-wrap {
color: #fff;
}
.pxl-room-checkout-wg .bk-items-wrap h4 {
color: #fff;
margin-bottom: 0;
}
.pxl-room-checkout-wg .bk-items-wrap .bk-room-item + .bk-room-item {
margin-top: 20px;
}
.pxl-room-checkout-wg .bk-items-wrap .title-wrap {
margin-bottom: 8px;
column-gap: 5px;
}
.pxl-room-checkout-wg .bk-items-wrap .title-wrap span {
position: relative;
top: 3px;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content {
font-size: 16px;
line-height: 30px;
padding-left: 15px;
color: #cdcdcd;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .service-price {
display: none;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .service-price.active {
display: block;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .tax-fees-details, .pxl-room-checkout-wg .bk-items-wrap .item-content .tax-price-details, .pxl-room-checkout-wg .bk-items-wrap .item-content .fees-tax-price-details, .pxl-room-checkout-wg .bk-items-wrap .item-content .service-tax-price-details {
font-size: 14px;
line-height: 26px;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .service-tax-price {
display: none;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .service-tax-price.active {
display: block;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .toogle-wrap {
position: relative;
cursor: pointer;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .toogle-wrap.active .toogle span:before {
content: "";
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .toogle {
display: inline-flex;
}
.pxl-room-checkout-wg .bk-items-wrap .item-content .toogle-content {
display: none;
padding-left: 15px;
}
.pxl-room-checkout-wg .bk-items-wrap .room-item-subtotal {
text-transform: uppercase;
margin-top: 5px;
padding-left: 15px;
color: #cdcdcd;
}
.pxl-room-checkout-wg .bk-items-wrap .bk-items-summary {
margin-top: 28px;
padding-top: 28px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pxl-room-checkout-wg .checkout-rooms-details .widget-title {
background-color: var(--primary-color);
color: #fff;
font-weight: 700;
letter-spacing: 0.02em;
padding: 15px 22px;
margin-top: 35px;
margin-bottom: 0;
position: relative;
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .checkout-rooms-details .widget-title {
padding: 15px 15px;
}
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap {
padding: 35px 24px 30px 24px;
position: relative;
background-color: #fff;
border-width: 0 1px 1px;
border-style: solid;
border-color: #dedede;
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap {
padding: 35px 15px 30px 15px;
}
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .room-item + .room-item {
margin-top: 30px;
padding-top: 35px;
border-top: 1px solid #dedede;
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-featured img {
width: 100%;
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-featured .x-room-title {
position: absolute;
bottom: 0;
left: 0;
padding: 6px 18px;
background: var(--primary-color);
font-size: 14px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
text-transform: uppercase;
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-content {
color: var(--heading-color);
padding-top: 30px;
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-content h5 {
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 18px;
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-content .list-item + .list-item {
margin-top: 10px;
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-content .icon {
margin-right: 5px;
font-size: 14px;
}
[dir="rtl"] .pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-content .icon {
margin-right: 0;
margin-left: 5px;
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-content .d-flex {
align-items: center;
}
.pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-content .d-flex .icon {
position: relative;
margin-right: 10px;
}
[dir="rtl"] .pxl-room-checkout-wg .checkout-rooms-details .rooms-inner-wrap .item-content .d-flex .icon {
margin-right: 0;
margin-left: 10px;
}
.pxl-room-checkout-wg .support-block {
margin-top: 35px;
}
.pxl-room-checkout-wg .support-block .widget-title {
background-color: var(--primary-color);
color: #fff;
font-weight: 700;
letter-spacing: 0.02em;
padding: 15px 22px;
margin-bottom: 0;
position: relative;
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .support-block .widget-title {
padding: 15px 15px;
}
}
.pxl-room-checkout-wg .support-block .support-inner {
padding: 30px 24px 30px 24px;
position: relative;
background-color: #fff;
border-width: 0 1px 1px;
border-style: solid;
border-color: #dedede;
color: var(--heading-color);
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .support-block .support-inner {
padding: 30px 15px 30px 15px;
}
}
.pxl-room-checkout-wg .support-block .support-inner .qc-item + .qc-item {
margin-top: 4px;
}
.pxl-room-checkout-wg .support-block .support-inner h4 {
margin-top: 20px;
margin-bottom: 10px;
}
.pxl-room-checkout-wg .room-type-title {
gap: 12px;
margin-bottom: 15px;
}
.pxl-room-checkout-wg .room-type-title .tab-title-item {
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
color: var(--heading-color);
padding: 10px 35px;
line-height: 24px;
background-color: #fff;
border: 1px solid var(--primary-color);
letter-spacing: 0.15em;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 767px) {
.pxl-room-checkout-wg .room-type-title .tab-title-item {
padding: 10px 15px;
}
}
.pxl-room-checkout-wg .room-type-title .tab-title-item:hover, .pxl-room-checkout-wg .room-type-title .tab-title-item.active {
background-color: var(--primary-color);
color: #fff;
}
.pxl-room-checkout-wg .pxl-booking-details {
width: 100%;
display: none;
opacity: 0;
-webkit-animation: pxlFadeInUp 400ms linear 1 forwards;
-khtml-animation: pxlFadeInUp 400ms linear 1 forwards;
-moz-animation: pxlFadeInUp 400ms linear 1 forwards;
-ms-animation: pxlFadeInUp 400ms linear 1 forwards;
-o-animation: pxlFadeInUp 400ms linear 1 forwards;
animation: pxlFadeInUp 400ms linear 1 forwards;
-webkit-transition: opacity 0.2s linear, top 0.2s linear;
-khtml-transition: opacity 0.2s linear, top 0.2s linear;
-moz-transition: opacity 0.2s linear, top 0.2s linear;
-ms-transition: opacity 0.2s linear, top 0.2s linear;
-o-transition: opacity 0.2s linear, top 0.2s linear;
transition: opacity 0.2s linear, top 0.2s linear;
}
.pxl-room-checkout-wg .pxl-booking-details.active {
display: block;
opacity: 1;
}
.pxl-room-checkout-wg .room-item-title {
background-color: var(--primary-color);
padding: 22px 35px;
color: #fff;
row-gap: 15px;
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .room-item-title {
padding: 15px 15px;
}
}
.pxl-room-checkout-wg .room-item-title h4 {
color: #fff;
margin-bottom: 0;
}
.pxl-room-checkout-wg .room-item-title .select-guest-wrap {
column-gap: 12px;
}
.pxl-room-checkout-wg .room-item-title .select-guest-wrap select {
background-image: none;
}
.pxl-room-checkout-wg .room-item-title .select-guest-wrap .nice-select {
width: 125px;
border-color: var(--primary-color);
color: #fff;
font-size: 16px;
background-color: rgba(255, 255, 255, 0.25);
}
.pxl-room-checkout-wg .room-item-title .select-guest-wrap .nice-select:after {
color: #fff;
}
.pxl-room-checkout-wg .room-item-title .select-guest-wrap .nice-select span.current {
height: 45px;
color: #fff;
}
.pxl-room-checkout-wg .room-item-title .select-guest-wrap .nice-select .list {
border-color: var(--primary-color);
border-top: 0;
}
.pxl-room-checkout-wg .room-item-title .select-guest-wrap .nice-select .list .option {
padding: 10px;
}
.pxl-room-checkout-wg .room-item-title .select-guest-wrap .nice-select.open .list, .pxl-room-checkout-wg .room-item-title .select-guest-wrap .nice-select .list.open {
min-width: 50px;
}
.pxl-room-checkout-wg .room-item-extra-service {
background-color: #f1efed;
padding: 35px 35px 40px;
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .room-item-extra-service {
padding: 35px 15px 40px;
}
}
.pxl-room-checkout-wg .extra-service-title {
margin-bottom: 23px;
}
.pxl-room-checkout-wg .extra-service-title h4 {
margin: 0;
}
.pxl-room-checkout-wg .checkall-lbl {
margin-bottom: 0;
color: var(--heading-color);
}
.pxl-room-checkout-wg .label-for-checkbox input[type="checkbox"] {
border-color: var(--heading-color);
width: 18px;
height: 18px;
top: 0;
}
.pxl-room-checkout-wg .label-for-checkbox input[type="checkbox"]:checked {
border-color: var(--second-color);
}
.pxl-room-checkout-wg .extra-service-content label {
color: var(--heading-color);
margin-bottom: 0;
}
.pxl-room-checkout-wg .extra-service-content .bk-service-item {
color: var(--heading-color);
}
.pxl-room-checkout-wg .extra-service-content .bk-service-item + .bk-service-item {
margin-top: 8px;
}
@media (max-width: 575px) {
.pxl-room-checkout-wg .extra-service-content .bk-service-item + .bk-service-item {
margin-top: 18px;
}
}
.pxl-room-checkout-wg .extra-service-content select {
background-image: none;
}
.pxl-room-checkout-wg .extra-service-content .nice-select {
padding: 0 24px 0 16px;
height: 34px;
line-height: 32px;
}
[dir="rtl"] .pxl-room-checkout-wg .extra-service-content .nice-select {
padding: 0 16px 0 24px;
}
.pxl-room-checkout-wg .extra-service-content .nice-select:after {
right: 3px;
}
[dir="rtl"] .pxl-room-checkout-wg .extra-service-content .nice-select:after {
right: auto;
left: 12px;
}
.pxl-room-checkout-wg .extra-service-content .nice-select span.current {
line-height: 32px;
}
.pxl-room-checkout-wg .phb-checkout-section-title {
font-size: 35px;
margin-bottom: 18px;
}
.pxl-room-checkout-wg .customer-details {
margin-top: 43px;
}
.pxl-room-checkout-wg .customer-details .billing-fields-wrap label {
font-size: 16px;
color: var(--heading-color);
text-transform: uppercase;
}
.pxl-room-checkout-wg .customer-details .billing-fields-wrap .form-field {
margin-bottom: 22px;
}
.pxl-room-checkout-wg .customer-details .billing-fields-wrap .time-arrival-wrap {
column-gap: 20px;
}
.pxl-room-checkout-wg .customer-details .billing-fields-wrap textarea {
height: 162px;
}
.pxl-room-checkout-wg .customer-details .billing-fields-wrap textarea + span {
font-size: 14px;
font-style: italic;
margin-top: 10px;
display: block;
}
.pxl-room-checkout-wg .payment-methods {
margin-top: 18px;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item {
padding: 26px 25px 30px 25px;
border: 1px solid #c8c8c8;
}
@media (max-width: 1199px) {
.pxl-room-checkout-wg .payment-methods .pm-method-item {
padding: 26px 15px 30px 15px;
}
}
.pxl-room-checkout-wg .payment-methods .pm-method-item + .pm-method-item {
margin-top: 30px;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title {
column-gap: 15px;
margin-bottom: 15px;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title > * {
display: inline-flex;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title input[type="radio"] {
margin-right: 0;
position: relative;
opacity: 0;
cursor: pointer;
top: 0;
left: 0;
width: 18px;
height: 18px;
z-index: 1;
-webkit-transition: all 0.3s ease 0ms;
-khtml-transition: all 0.3s ease 0ms;
-moz-transition: all 0.3s ease 0ms;
-ms-transition: all 0.3s ease 0ms;
-o-transition: all 0.3s ease 0ms;
transition: all 0.3s ease 0ms;
}
[dir="rtl"] .pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title input[type="radio"] {
left: auto;
right: 0;
margin: 0;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title input[type="radio"]:checked ~ .checkmark {
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title input[type="radio"]:checked ~ .checkmark:after {
opacity: 1;
visibility: visible;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title .checkmark {
width: 18px;
height: 18px;
position: absolute;
top: 0;
left: 0;
background-color: #d8d8d8;
border-color: #9b9b9b;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: all 0.3s ease 0ms;
-khtml-transition: all 0.3s ease 0ms;
-moz-transition: all 0.3s ease 0ms;
-ms-transition: all 0.3s ease 0ms;
-o-transition: all 0.3s ease 0ms;
transition: all 0.3s ease 0ms;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title .checkmark:after {
content: "";
font-family: "pxli";
display: inline-flex;
font-size: 10px;
opacity: 0;
visibility: hidden;
color: #fff;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title .pxl-icon {
font-size: 36px;
color: var(--second-color);
flex: 0 0 46px;
text-align: center;
max-width: 46px;
justify-content: center;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title .pxl-icon.cmli-dollar {
font-size: 28px;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title .pxl-icon svg {
width: 45px;
height: auto;
fill: var(--second-color);
position: relative;
top: 2px;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-title label {
font-size: 20px;
font-family: var(--heading-font-family);
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 700;
color: var(--heading-color);
margin-bottom: 0;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .mt-desc {
margin: 0;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .bank-wrap-content {
padding-top: 10px;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .bank-wrap-content .lbl {
color: #222;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .bank-wrap-content .inner-item {
border-top: 1px solid #c8c8c8;
padding-top: 8px;
margin-top: 8px;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .bank-wrap-content .bank-wrap-inner > div:nth-child(1) .inner-item {
border-top: 0;
}
@media (min-width: 576px) {
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .bank-wrap-content .bank-wrap-inner > div:nth-child(2) .inner-item {
border-top: 0;
}
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .card-wrap {
margin-top: 15px;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .card-wrap .card-wrap-inner {
padding: 13px 10px 13px 20px;
border: 1px solid #c8c8c8;
}
.pxl-room-checkout-wg .payment-methods .pm-method-item .method-item-content .card-wrap .phb-stripe-errors {
color: #eb1c26;
padding-top: 10px;
font-size: 14px;
}
.pxl-room-checkout-wg .terms-condition {
margin-top: 30px;
}
.pxl-room-checkout-wg .terms-condition label {
font-size: 16px;
color: var(--heading-color);
margin-bottom: 0;
}
.pxl-room-checkout-wg .process-payment-action {
margin-top: 45px;
}
.pxl-room-checkout-wg label.pu-error .tt-text {
text-transform: initial;
}
.pxl-location-weather {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 15px;
column-gap: 8px;
letter-spacing: 0.01em;
}
.pxl-location-weather > * {
max-width: 100%;
}
.pxl-location-weather .pxl-weather-icon {
width: 30px;
}
.pxl-banner.layout-1.pxl-bg-parallax .banner-inner > img {
opacity: 0;
visibility: hidden;
}
.pxl-banner.layout-1 .pxl-overlay {
background-color: rgba(0, 0, 0, 0.25);
}
.pxl-banner.layout-1 .bn-content {
position: absolute;
left: 50px;
bottom: 78px;
}
@media (max-width: 1599px) {
.pxl-banner.layout-1 .bn-content {
left: 30px;
bottom: 55px;
}
}
.pxl-banner.layout-1 .sub-title {
font-size: 20px;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.1em;
margin-bottom: 6px;
}
.pxl-banner.layout-1 .title {
font-size: 35px;
color: #fff;
margin-bottom: 30px;
}
.pxl-image-about .item-image {
--this-width: 370px;
width: var(--this-width);
height: calc(var(--this-width) * 1.78);
display: block;
border-top-left-radius: 50% 28%;
-webkit-border-top-left-radius: 50% 28%;
-moz-border-top-left-radius: 50% 28%;
-khtml-border-top-left-radius: 50% 28%;
border-top-right-radius: 50% 28%;
-webkit-border-top-right-radius: 50% 28%;
-moz-border-top-right-radius: 50% 28%;
-khtml-border-top-right-radius: 50% 28%;
overflow: hidden;
clip-path: content-box;
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-image-about .item-image .image-outer {
width: 100%;
height: 100%;
-webkit-animation: pxl-ken-burns-in-out 40s linear infinite;
-khtml-animation: pxl-ken-burns-in-out 40s linear infinite;
-moz-animation: pxl-ken-burns-in-out 40s linear infinite;
-ms-animation: pxl-ken-burns-in-out 40s linear infinite;
-o-animation: pxl-ken-burns-in-out 40s linear infinite;
animation: pxl-ken-burns-in-out 40s linear infinite;
}
.pxl-image-about .item-image .pxl-parallax-background {
width: 100%;
height: 100%;
overflow: hidden;
}
.pxl-image-about .item-image .parallax-inner {
background-position: center center;
background-image: var(--pxl-image-bg-parallax-inner);
}
.pxl-spinner {
font-size: 25px;
font-weight: 600;
font-family: var(--heading-font-family);
line-height: 1;
letter-spacing: 0.2em;
color: var(--primary-color);
text-transform: uppercase;
}
@media (max-width: 767px) {
.pxl-spinner {
font-size: 20px;
}
}
.pxl-spinner.show-half .pxl-item-text {
clip-path: polygon(0% 0%, 100% 0%, 100% 52%, 0% 52%);
}
.pxl-spinner .pxl-item-text-wrap {
position: relative;
}
.pxl-spinner .pxl-circle-text {
border-radius: 100%;
}
.pxl-spinner .pxl-circle-text span {
position: absolute;
transform-origin: top left;
}
.pxl-spinner.spin-animation .pxl-circle-text {
-webkit-animation: spin-reverse 30s infinite linear;
-khtml-animation: spin-reverse 30s infinite linear;
-moz-animation: spin-reverse 30s infinite linear;
-ms-animation: spin-reverse 30s infinite linear;
-o-animation: spin-reverse 30s infinite linear;
animation: spin-reverse 30s infinite linear;
}
.pxl-spinner .dots-left {
width: 6px;
height: 6px;
border-radius: 6px;
background-color: var(--primary-color);
position: absolute;
top: 52%;
left: 10px;
margin-top: 15px;
}
@media (max-width: 767px) {
.pxl-spinner .dots-left {
left: 6px;
}
}
.pxl-spinner .dots-right {
width: 6px;
height: 6px;
border-radius: 6px;
background-color: var(--primary-color);
position: absolute;
top: 52%;
right: 10px;
margin-top: 15px;
}
@media (max-width: 767px) {
.pxl-spinner .dots-right {
right: 6px;
}
}
.pxl-tabs-list .img-item:not(.active) {
opacity: 0;
}
.pxl-tabs-list .content-img {
overflow: hidden;
height: 100%;
}
.pxl-tabs-list .content-list-item {
padding-top: 50px;
}
.pxl-tabs-list .item-image-base {
opacity: 0;
visibility: hidden;
z-index: -1;
position: relative;
}
.pxl-tabs-list .img-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pxl-tabs-list .img-item .item-image {
width: 100%;
height: 100%;
background-image: var(--pxl-item-img-bg);
background-size: cover;
background-repeat: no-repeat;
background-position: -100px 0;
-webkit-transition: background-position 0.3s linear;
-khtml-transition: background-position 0.3s linear;
-moz-transition: background-position 0.3s linear;
-ms-transition: background-position 0.3s linear;
-o-transition: background-position 0.3s linear;
transition: background-position 0.3s linear;
}
.pxl-tabs-list .img-item.active .item-image {
background-position: 0 0;
}
.pxl-tabs-list .cursor-media {
border-radius: 50%;
}
.pxl-tabs-list .item-title {
margin-bottom: 0;
position: relative;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-tabs-list .item-title:before {
content: "+";
font-size: 34px;
font-weight: 400;
line-height: 1;
color: var(--primary-color);
margin-right: 12px;
}
[dir="rtl"] .pxl-tabs-list .item-title:before {
margin-right: 0;
margin-left: 12px;
}
.pxl-tabs-list .content-wrap {
display: none;
padding-top: 15px;
}
.pxl-tabs-list .item-desc {
margin-bottom: 18px;
}
.pxl-tabs-list .content-item.active .item-title {
font-size: 45px;
}
@media (max-width: 767px) {
.pxl-tabs-list .content-item.active .item-title {
font-size: 32px;
}
}
.pxl-tabs-list .content-item.active .item-title:before {
content: "";
width: 45px;
height: 1px;
background-color: var(--primary-color);
margin-right: 22px;
display: inline-block;
position: relative;
top: -8px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
[dir="rtl"] .pxl-tabs-list .content-item.active .item-title:before {
margin-right: 0;
margin-left: 22px;
}
.pxl-tabs-list .content-item + .content-item {
margin-top: 35px;
}
@media (max-width: 575px) {
.pxl-tabs-list .content-item + .content-item {
margin-top: 15px;
}
}
.pxl-tabs .tabs-content {
position: relative;
}
.pxl-tabs .tabs-content .tab-content {
display: none;
opacity: 0;
-webkit-animation: pxlFadeInUp 400ms linear 1 forwards;
-khtml-animation: pxlFadeInUp 400ms linear 1 forwards;
-moz-animation: pxlFadeInUp 400ms linear 1 forwards;
-ms-animation: pxlFadeInUp 400ms linear 1 forwards;
-o-animation: pxlFadeInUp 400ms linear 1 forwards;
animation: pxlFadeInUp 400ms linear 1 forwards;
}
.pxl-tabs .tabs-content .tab-content.active {
display: block;
}
.pxl-tabs.style-1 .tabs-title {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 40px;
}
.pxl-tabs.style-1 .tabs-title > * {
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media (max-width: 1199px) {
.pxl-tabs.style-1 .tabs-title {
column-gap: 30px;
}
}
@media (max-width: 575px) {
.pxl-tabs.style-1 .tabs-title {
column-gap: 20px;
}
}
.pxl-tabs.style-1 .tabs-title .tab-title {
padding: 11px 28px;
background-color: rgba(var(--primary-color-rgb),0.1);
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.15em;
color: var(--primary-color);
cursor: pointer;
position: relative;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 1199px) {
.pxl-tabs.style-1 .tabs-title .tab-title {
padding: 8px 24px;
}
}
@media (max-width: 575px) {
.pxl-tabs.style-1 .tabs-title .tab-title {
padding: 0;
background-color: transparent;
font-size: 14px;
}
}
.pxl-tabs.style-1 .tabs-title .tab-title:after {
content: "";
width: 0;
height: 1px;
position: absolute;
bottom: 2px;
background-color: var(--primary-color);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-tabs.style-1 .tabs-title .tab-title.active, .pxl-tabs.style-1 .tabs-title .tab-title:hover, .pxl-tabs.style-1 .tabs-title .tab-title:focus {
background-color: var(--primary-color);
color: #fff;
}
@media (max-width: 575px) {
.pxl-tabs.style-1 .tabs-title .tab-title.active, .pxl-tabs.style-1 .tabs-title .tab-title:hover, .pxl-tabs.style-1 .tabs-title .tab-title:focus {
background-color: transparent;
color: var(--link-color-hover);
}
.pxl-tabs.style-1 .tabs-title .tab-title.active:after, .pxl-tabs.style-1 .tabs-title .tab-title:hover:after, .pxl-tabs.style-1 .tabs-title .tab-title:focus:after {
width: 100%;
background-color: var(--link-color-hover);
}
}
.pxl-tabs.style-1 .tabs-content {
margin-top: 75px;
}
@media (max-width: 1199px) {
.pxl-tabs.style-1 .tabs-content {
margin-top: 50px;
}
}
.pxl-restautant-menu.has-loadmore .mn-item {
display: none;
}
@media (max-width: 575px) {
.pxl-restautant-menu .mn-item-inner {
align-items: start;
}
}
.pxl-restautant-menu .mn-item {
margin-bottom: 24px;
}
.pxl-restautant-menu .col-img img {
width: 88px;
}
@media (max-width: 575px) {
.pxl-restautant-menu .col-img img {
width: 40px;
margin-top: 4px;
}
}
.pxl-restautant-menu .col-content {
padding-left: 25px;
}
[dir="rtl"] .pxl-restautant-menu .col-content {
padding-left: 0;
padding-right: 25px;
}
@media (max-width: 575px) {
.pxl-restautant-menu .col-content {
padding-left: 15px;
}
[dir="rtl"] .pxl-restautant-menu .col-content {
padding-left: 0;
padding-right: 15px;
}
}
.pxl-restautant-menu .title-wrap {
margin-bottom: 6px;
}
.pxl-restautant-menu .title {
line-height: 1.333333;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 0;
}
@media (max-width: 575px) {
.pxl-restautant-menu .title {
letter-spacing: 0.02em;
font-size: 14px;
flex: 0 0 100%;
width: 100%;
margin-bottom: 5px;
}
}
.pxl-restautant-menu .dots-line {
position: relative;
}
.pxl-restautant-menu .dots-line:after {
content: "";
position: absolute;
bottom: 8px;
left: 0;
right: 0;
border-top: 1px dotted #c8c8c8;
}
.pxl-restautant-menu .price {
font-family: "Futura BT";
font-size: 18px;
font-weight: 500;
line-height: 1.333333;
letter-spacing: 0.1em;
color: var(--heading-color);
text-transform: uppercase;
}
@media (max-width: 575px) {
.pxl-restautant-menu .price {
font-size: 14px;
font-weight: 400;
}
}
.pxl-restautant-menu .sub-title {
font-weight: 500;
}
@media (max-width: 575px) {
.pxl-restautant-menu .sub-title {
font-weight: 400;
}
}
.pxl-restautant-menu .load-more-wrap {
margin-top: 26px;
}
.pxl-image-list.layout-1 .pxl-img-list-wrap {
padding: 20px;
border: 1px solid rgba(196, 171, 134, 0.25);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.pxl-image-list.layout-1 .pxl-img-list-wrap .pxl-img-list-inner {
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
clip-path: content-box;
overflow: hidden;
}
.pxl-image-list.layout-1 .item-image-base {
opacity: 0;
visibility: hidden;
z-index: -1;
position: relative;
}
.pxl-image-list.layout-1 .item-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.6s ease-in-out;
-khtml-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.pxl-image-list.layout-1 .item-image .parallax-inner {
background-image: var(--pxl-image-bg-parallax-inner);
}
.pxl-image-list.layout-1 .item-image.active {
opacity: 1;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-image-group .item-image {
-webkit-transform: translate(var(--pxl-transform-translateX), var(--pxl-transform-translateY));
-khtml-transform: translate(var(--pxl-transform-translateX), var(--pxl-transform-translateY));
-moz-transform: translate(var(--pxl-transform-translateX), var(--pxl-transform-translateY));
-ms-transform: translate(var(--pxl-transform-translateX), var(--pxl-transform-translateY));
-o-transform: translate(var(--pxl-transform-translateX), var(--pxl-transform-translateY));
transform: translate(var(--pxl-transform-translateX), var(--pxl-transform-translateY));
}
.pxl-image-group .item-image img {
width: calc(var(--img-width) * var(--ratio-img-size));
}
.pxl-feature-box {
background-color: #fff;
}
.pxl-feature-box .feature-img {
padding: 12px;
}
.pxl-feature-box .feature-img .feature-img-inner {
background-image: var(--pxl-image-bg);
background-size: cover;
background-position: center center;
}
.pxl-feature-box .feature-content {
padding: 15px 35px 38px 35px;
}
@media (max-width: 1199px) {
.pxl-feature-box .feature-content {
padding: 15px 15px 30px 15px;
}
}
.pxl-feature-box .feature-content .title {
font-size: 23px;
margin-bottom: 20px;
}
.pxl-feature-box .feature-content .divider {
width: 100%;
height: 1px;
background-color: #d1d4dc;
margin: 22px 0;
}
.pxl-feature-box .feature-content .list-feature .list-item {
color: var(--heading-color);
margin-bottom: 10px;
display: flex;
}
.pxl-feature-box .feature-content .list-feature .list-item:last-child {
margin-bottom: 0;
}
.pxl-feature-box .feature-content .list-feature .list-item:before {
content: "";
width: 5px;
height: 5px;
flex: 0 0 5px;
border-radius: 50%;
background-color: var(--second-color);
display: inline-flex;
margin-right: 10px;
position: relative;
top: 10px;
}
.grid-filter-wrap {
margin: -5px -19px 50px -17px;
}
.grid-filter-wrap .filter-item {
position: relative;
color: var(--heading-color);
display: inline-block;
font-family: var(--heading-font-family);
font-weight: 700;
font-size: 18px;
text-transform: capitalize;
cursor: pointer;
padding: 5px 19px 5px 19px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.grid-filter-wrap .filter-item.active, .grid-filter-wrap .filter-item:hover {
color: var(--second-color);
}
.pxl-post-list.layout-post-list-1 .grid-item + .grid-item {
margin-top: 50px;
}
.pxl-post-list.layout-post-list-1 .item-featured .post-image {
position: relative;
}
.pxl-post-list.layout-post-list-1 .item-featured .post-image img {
width: 100%;
}
.pxl-post-list.layout-post-list-1 .item-featured .post-image .post-date {
font-size: 13px;
letter-spacing: 0.02em;
color: #fff;
background-color: var(--second-color);
display: inline-block;
padding: 7px 12px;
position: absolute;
top: 0;
left: 0;
}
@media (min-width: 1200px) {
.pxl-post-list.layout-post-list-1 .item-featured .post-image .img-response {
display: none;
}
}
@media (max-width: 1199px) {
.pxl-post-list.layout-post-list-1 .item-featured .post-image .img-desktop {
display: none;
}
}
.pxl-post-list.layout-post-list-1 .item-featured .feature-audio, .pxl-post-list.layout-post-list-1 .item-featured .feature-video {
height: 100%;
}
.pxl-post-list.layout-post-list-1 .item-featured .feature-audio iframe, .pxl-post-list.layout-post-list-1 .item-featured .feature-video iframe {
width: 100% !important;
height: 100% !important;
aspect-ratio: 1.7777777778;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-post-list-1 .item-content {
padding-top: 20px;
}
}
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas {
margin-bottom: 12px;
}
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item {
position: relative;
font-size: 13px;
letter-spacing: 0.02em;
line-height: 24px;
color: var(--heading-color);
margin-bottom: 5px;
}
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item:before {
content: "";
width: 1px;
height: 23px;
background-color: #dedede;
position: absolute;
right: -1px;
top: 50%;
margin-top: -11px;
}
[dir="rtl"] .pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item:before {
right: auto;
left: -1px;
}
@media (max-width: 480px) {
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item:before {
height: 16px;
margin-top: -8px;
}
}
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item:last-child:before {
display: none;
}
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item i {
margin-right: 8px;
color: var(--primary-color);
position: relative;
bottom: -1px;
}
[dir="rtl"] .pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item i {
margin-right: 0;
margin-left: 8px;
}
@media (max-width: 480px) {
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item i {
margin-right: 5px;
}
[dir="rtl"] .pxl-post-list.layout-post-list-1 .item-content .item-post-metas .meta-item i {
margin-right: 0;
margin-left: 5px;
}
}
@media (min-width: 480px) {
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .post-author {
text-transform: uppercase;
}
}
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .post-author .avatar {
width: 30px;
height: 30px;
overflow: hidden;
border-radius: 50%;
margin-right: 10px;
}
[dir="rtl"] .pxl-post-list.layout-post-list-1 .item-content .item-post-metas .post-author .avatar {
margin-right: 0;
margin-left: 10px;
}
@media (max-width: 480px) {
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .post-author .avatar {
width: 20px;
height: 20px;
margin-right: 6px;
}
[dir="rtl"] .pxl-post-list.layout-post-list-1 .item-content .item-post-metas .post-author .avatar {
margin-right: 0;
margin-left: 6px;
}
}
.pxl-post-list.layout-post-list-1 .item-content .item-post-metas .post-author .lbl {
margin-right: 4px;
}
@media (min-width: 1200px) {
.pxl-post-list.layout-post-list-1 .item-content .item-title {
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 25px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.pxl-post-list.layout-post-list-1 .item-content .item-title > * {
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 25px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
}
.pxl-post-list.layout-post-list-1 .item-content .item-readmore {
margin-top: 18px;
}
.pxl-post-list.layout-post-list-1 .format-standard .item-content {
padding-top: 20px;
}
@media (min-width: 1200px) {
.pxl-post-list.layout-post-list-1 .format-link, .pxl-post-list.layout-post-list-1 .format-quote {
margin: 25px 0;
}
}
.pxl-post-list.layout-post-list-1 .feature-link .link-title:before {
left: 0;
margin-left: 0;
}
[dir="rtl"] .pxl-post-list.layout-post-list-1 .feature-link .link-title:before {
left: auto;
right: 0;
}
.pxl-post-list.layout-post-list-1 .quote-inner .quote-icon {
margin-bottom: 12px;
}
.pxl-post-list.layout-post-list-1 .quote-inner .pxl-icon {
transform: rotate(180deg);
display: inline-block;
}
.pxl-post-list.layout-post-list-1 .quote-inner .quote-cite:before {
left: 0;
margin-left: 0;
}
[dir="rtl"] .pxl-post-list.layout-post-list-1 .quote-inner .quote-cite:before {
left: auto;
right: 0;
}
.pxl-post-list.layout-post-list-1 .pxl-video-popup {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.pxl-post-list.layout-post-list-1 .pxl-video-popup .video-play-button {
width: 48px;
height: 48px;
color: var(--heading-color);
position: relative;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 400ms cubic-bezier(0.39, 0.58, 0.57, 1);
}
.pxl-post-list.layout-post-list-1 .pxl-video-popup .video-play-button:before {
content: "";
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
border-radius: 50%;
transition: all 400ms cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}
.pxl-post-list.layout-post-list-1 .pxl-video-popup .video-play-button i {
font-size: 27px;
position: relative;
}
.pxl-post-list.layout-post-list-1 .pxl-video-popup .video-play-button:hover {
color: #fff;
}
.pxl-post-list.layout-post-list-1 .pxl-video-popup .video-play-button:hover:before {
background-color: var(--second-color);
transform: scale(1.2);
}
.pxl-post-list.layout-post-list-1 .audio-play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
width: 48px;
height: 48px;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--heading-color);
transition: all 400ms cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}
.pxl-post-list.layout-post-list-1 .audio-play-button i {
position: relative;
z-index: 9;
color: inherit;
font-size: 22px;
}
.pxl-post-list.layout-post-list-1 .audio-play-button:before {
content: "";
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background: #fff;
border-radius: 50%;
transition: all 400ms cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}
.pxl-post-list.layout-post-list-1 .audio-play-button:hover {
color: #fff;
}
.pxl-post-list.layout-post-list-1 .audio-play-button:hover:before {
background-color: var(--second-color);
transform: scale(1.2);
}
.pxl-post-list.layout-post-list-1.post-list-scroll {
padding-right: 188px;
overflow: hidden;
overflow-y: auto;
}
.pxl-post-list.layout-post-list-1.post-list-scroll::-webkit-scrollbar {
height: 30px;
width: 5px;
background-color: transparent;
}
.pxl-post-list.layout-post-list-1.post-list-scroll::-webkit-scrollbar-track {
border-radius: 0;
}
.pxl-post-list.layout-post-list-1.post-list-scroll::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: transparent;
}
@media (max-width: 1800px) {
.pxl-post-list.layout-post-list-1.post-list-scroll {
padding-right: 100px;
}
.pxl-post-list.layout-post-list-1.post-list-scroll .item-featured {
width: 45%;
}
.pxl-post-list.layout-post-list-1.post-list-scroll .item-content {
width: 55%;
padding-top: 0;
}
}
@media (max-width: 1599px) {
.pxl-post-list.layout-post-list-1.post-list-scroll {
padding-right: 50px;
}
}
@media (max-width: 1199px) {
.pxl-post-list.layout-post-list-1.post-list-scroll .item-featured {
width: 50%;
}
.pxl-post-list.layout-post-list-1.post-list-scroll .item-content {
width: 50%;
padding-top: 0;
}
}
@media (max-width: 991px) {
.pxl-post-list.layout-post-list-1.post-list-scroll {
padding-right: 0px;
}
.pxl-post-list.layout-post-list-1.post-list-scroll .item-featured {
width: 100%;
}
.pxl-post-list.layout-post-list-1.post-list-scroll .item-content {
width: 100%;
padding-top: 20px;
}
}
.pxl-post-list.layout-post-list-1 .scroll-arrow {
position: absolute;
top: 61%;
right: 70px;
display: flex;
align-items: center;
font-size: 13px;
line-height: 26px;
color: var(--heading-color);
letter-spacing: 0.15em;
text-transform: uppercase;
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
transform-origin: center right;
}
@media (max-width: 1800px) {
.pxl-post-list.layout-post-list-1 .scroll-arrow {
right: 50px;
}
}
@media (max-width: 1599px) {
.pxl-post-list.layout-post-list-1 .scroll-arrow {
right: 20px;
}
}
@media (max-width: 991px) {
.pxl-post-list.layout-post-list-1 .scroll-arrow {
display: none;
}
}
.pxl-post-list.layout-post-list-1 .scroll-arrow .pxl-icon {
margin-left: 10px;
}
[dir="rtl"] .pxl-post-list.layout-post-list-1 .scroll-arrow .pxl-icon {
margin-left: 0;
margin-right: 10px;
}
.pxl-post-list.layout-events-list-1 .grid-item + .grid-item {
margin-top: 50px;
}
.pxl-post-list.layout-events-list-1 .item-featured .post-image {
position: relative;
}
.pxl-post-list.layout-events-list-1 .item-featured .post-image img {
width: 100%;
}
@media (min-width: 992px) {
.pxl-post-list.layout-events-list-1 .item-featured .post-image .img-response {
display: none;
}
}
@media (max-width: 991px) {
.pxl-post-list.layout-events-list-1 .item-featured .post-image .img-desktop {
display: none;
}
}
.pxl-post-list.layout-events-list-1 .item-content {
background-color: #f5f3f1;
padding: 43px 35px 30px 35px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-events-list-1 .item-content {
padding: 23px 15px 15px 30px;
}
}
@media (max-width: 991px) {
.pxl-post-list.layout-events-list-1 .item-content {
padding: 43px 35px 30px 35px;
}
}
@media (max-width: 767px) {
.pxl-post-list.layout-events-list-1 .item-content {
padding: 30px 15px 30px 15px;
}
}
.pxl-post-list.layout-events-list-1 .item-content .item-post-metas {
margin-bottom: 12px;
}
.pxl-post-list.layout-events-list-1 .item-content .item-title {
margin-bottom: 16px;
}
@media (min-width: 1200px) {
.pxl-post-list.layout-events-list-1 .item-content .item-title {
font-size: 30px;
}
}
.pxl-post-list.layout-events-list-1 .item-content .date-wrap {
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-events-list-1 .item-content .date-wrap {
margin-bottom: 15px;
}
}
.pxl-post-list.layout-events-list-1 .item-content .date-wrap .lbl {
text-transform: uppercase;
color: var(--heading-color);
letter-spacing: 0.02em;
}
.pxl-post-list.layout-events-list-1 .item-content .date-wrap .dvl {
margin-left: 3px;
}
.pxl-post-list.layout-events-list-1 .item-content .row-action {
padding-top: 30px;
margin-top: 23px;
border-top: 1px solid #dedede;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-events-list-1 .item-content .row-action {
padding-top: 23px;
}
}
@media (max-width: 480px) {
.pxl-post-list.layout-events-list-1 .item-content .row-action > * {
margin-top: 15px;
}
}
.pxl-post-list.layout-events-list-1 .item-content .row-action .item-act-book {
margin-right: 30px;
}
.pxl-post-list.layout-events-list-2 .grid-item + .grid-item {
margin-top: 75px;
}
@media (max-width: 991px) {
.pxl-post-list.layout-events-list-2 .item-featured {
margin-bottom: 30px;
}
}
.pxl-post-list.layout-events-list-2 .item-featured .post-image {
position: relative;
}
.pxl-post-list.layout-events-list-2 .item-featured .post-image img {
width: 100%;
}
.pxl-post-list.layout-events-list-2 .item-featured .post-date {
display: flex;
flex-direction: column;
width: 87px;
color: #fff;
text-align: center;
position: absolute;
top: 20px;
right: 20px;
}
@media (max-width: 767px) {
.pxl-post-list.layout-events-list-2 .item-featured .post-date {
width: 64px;
}
}
.pxl-post-list.layout-events-list-2 .item-featured .post-date .day {
font-family: var(--heading-font-family);
font-size: 40px;
line-height: 0.75;
font-weight: 700;
letter-spacing: 0.02em;
background-color: var(--second-color);
padding: 12px 8px 23px 8px;
}
@media (max-width: 767px) {
.pxl-post-list.layout-events-list-2 .item-featured .post-date .day {
font-size: 32px;
padding: 8px 8px 19px 8px;
}
}
.pxl-post-list.layout-events-list-2 .item-featured .post-date .month {
font-size: 13px;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--primary-color);
padding: 10px 8px 9px 8px;
}
@media (max-width: 767px) {
.pxl-post-list.layout-events-list-2 .item-featured .post-date .month {
font-size: 12px;
}
}
@media (min-width: 992px) {
.pxl-post-list.layout-events-list-2 .item-content .item-title {
margin-top: -10px;
}
}
@media (min-width: 1200px) {
.pxl-post-list.layout-events-list-2 .item-content .item-title {
font-size: 35px;
}
}
.pxl-post-list.layout-events-list-2 .item-content .item-metas {
color: var(--heading-color);
}
@media (max-width: 1199px) {
.pxl-post-list.layout-events-list-2 .item-content .item-metas {
margin-bottom: 15px;
}
}
.pxl-post-list.layout-events-list-2 .item-content .item-metas > div {
margin-bottom: 6px;
}
.pxl-post-list.layout-events-list-2 .item-content .item-metas .pxl-icon {
font-size: 18px;
color: var(--second-color);
flex: 0 0 20px;
width: 20px;
display: inline-flex;
justify-content: center;
}
.pxl-post-list.layout-events-list-2 .item-content .item-metas .dvl {
padding-left: 8px;
}
[dir="rtl"] .pxl-post-list.layout-events-list-2 .item-content .item-metas .dvl {
padding-right: 8px;
padding-left: 0;
}
.pxl-post-list.layout-events-list-2 .item-content .pxl-bd-anm {
margin-top: 22px;
margin-bottom: 23px;
}
.pxl-post-list.layout-events-list-2 .item-content .item-excerpt {
margin-bottom: 42px;
}
@media (min-width: 992px) {
.pxl-post-list.layout-events-list-2 .item-idx-even .item-featured {
order: 2;
}
.pxl-post-list.layout-events-list-2 .item-idx-even .post-image {
margin-left: 15px;
}
}
@media (min-width: 1200px) {
.pxl-post-list.layout-events-list-2 .item-idx-even .post-image {
margin-left: 25px;
}
}
@media (min-width: 992px) {
.pxl-post-list.layout-events-list-2 .item-idx-odd .post-image {
margin-right: 15px;
}
}
@media (min-width: 1200px) {
.pxl-post-list.layout-events-list-2 .item-idx-odd .post-image {
margin-right: 25px;
}
}
.pxl-post-list.layout-room-list-1 .grid-item {
margin-bottom: 78px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-1 .grid-item {
margin-bottom: 65px;
}
}
.pxl-post-list.layout-room-list-1 .grid-item:last-child {
margin-bottom: 0;
}
@media (min-width: 992px) {
.pxl-post-list.layout-room-list-1 .grid-item .grid-item-inner:hover .item-content .item-content-inner {
-webkit-box-shadow: 9px 8px 18px rgba(0, 0, 0, 0.09);
-khtml-box-shadow: 9px 8px 18px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 9px 8px 18px rgba(0, 0, 0, 0.09);
-ms-box-shadow: 9px 8px 18px rgba(0, 0, 0, 0.09);
-o-box-shadow: 9px 8px 18px rgba(0, 0, 0, 0.09);
box-shadow: 9px 8px 18px rgba(0, 0, 0, 0.09);
}
.pxl-post-list.layout-room-list-1 .grid-item.item-idx-odd .item-content {
margin-left: -8.33333333%;
}
.pxl-post-list.layout-room-list-1 .grid-item.item-idx-even .item-featured {
order: 2;
margin-left: -8.33333333%;
}
}
.pxl-post-list.layout-room-list-1 .pxl-room-gallery-carousel .pxl-swiper-dots {
margin-top: 0;
position: absolute;
bottom: 40px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pxl-post-list.layout-room-list-1 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
background-color: #fff;
}
.pxl-post-list.layout-room-list-1 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:after {
background-color: #fff;
}
.pxl-post-list.layout-room-list-1 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-post-list.layout-room-list-1 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-khtml-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-o-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.pxl-post-list.layout-room-list-1 .item-featured img {
width: 100%;
}
.pxl-post-list.layout-room-list-1 .item-content .item-content-inner {
background-color: #f5f3f1;
padding: 43px 50px 55px 50px;
z-index: 1;
-webkit-transition: box-shadow 0.3s ease;
-khtml-transition: box-shadow 0.3s ease;
-moz-transition: box-shadow 0.3s ease;
-ms-transition: box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-1 .item-content .item-content-inner {
padding: 35px 30px 45px 30px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-1 .item-content .item-content-inner {
padding: 30px 20px 40px 20px;
}
}
.pxl-post-list.layout-room-list-1 .item-content .room-price {
font-size: 16px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: var(--second-color);
text-transform: uppercase;
display: inline-block;
margin-bottom: 10px;
}
.pxl-post-list.layout-room-list-1 .item-content .item-title {
margin-bottom: 14px;
}
.pxl-post-list.layout-room-list-1 .item-content .room-metas {
margin-bottom: 20px;
}
.pxl-post-list.layout-room-list-1 .item-content .room-metas .meta-item {
font-size: 16px;
color: var(--heading-color);
letter-spacing: 0.02em;
}
.pxl-post-list.layout-room-list-1 .item-content .room-metas .meta-item .pxl-icon {
font-size: 19px;
margin-right: 8px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-1 .item-content .room-metas .meta-item .pxl-icon {
margin-right: 0;
margin-left: 8px;
}
.pxl-post-list.layout-room-list-1 .item-content .item-excerpt {
margin-bottom: 20px;
}
.pxl-post-list.layout-room-list-1 .item-content .item-service, .pxl-post-list.layout-room-list-1 .item-content .item-special {
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
}
.pxl-post-list.layout-room-list-1 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-1 .item-content .item-special .lbl {
min-width: 80px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-1 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-1 .item-content .item-special .lbl {
min-width: 70px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-1 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-1 .item-content .item-special .lbl {
min-width: 62px;
}
}
.pxl-post-list.layout-room-list-1 .item-content .pxl-divider-separator {
border-top: 1px solid #c8c8c8;
margin-top: 30px;
margin-bottom: 34px;
width: 100%;
}
.pxl-post-list.layout-room-list-2 .pxl-grid-inner {
margin-top: -40px;
margin-bottom: -40px;
}
.pxl-post-list.layout-room-list-2 .grid-item {
margin-top: 40px;
margin-bottom: 40px;
}
.pxl-post-list.layout-room-list-2 .pxl-room-gallery-carousel .pxl-swiper-dots {
margin-top: 0;
position: absolute;
bottom: 28px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pxl-post-list.layout-room-list-2 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
background-color: #fff;
}
.pxl-post-list.layout-room-list-2 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:after {
background-color: #fff;
}
.pxl-post-list.layout-room-list-2 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-post-list.layout-room-list-2 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-khtml-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-o-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.pxl-post-list.layout-room-list-2 .item-featured img {
width: 100%;
}
.pxl-post-list.layout-room-list-2 .item-featured .room-price {
position: absolute;
top: 24px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
padding: 6px 14px;
background: var(--primary-color);
font-size: 14px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
text-transform: uppercase;
display: inline-block;
}
.pxl-post-list.layout-room-list-2 .item-content .item-content-inner {
padding-top: 23px;
}
.pxl-post-list.layout-room-list-2 .item-content .item-title {
margin-top: 0;
margin-bottom: 14px;
}
.pxl-post-list.layout-room-list-2 .item-content .item-excerpt {
margin-bottom: 18px;
}
.pxl-post-list.layout-room-list-2 .item-content .room-metas {
margin-bottom: 42px;
}
.pxl-post-list.layout-room-list-2 .item-content .room-metas .meta-item {
position: relative;
font-size: 16px;
color: var(--heading-color);
}
.pxl-post-list.layout-room-list-2 .item-content .room-metas .meta-item + .meta-item:before {
content: "";
width: 5px;
height: 5px;
border-radius: 5px;
background-color: var(--primary-color);
position: absolute;
top: 50%;
left: 0;
margin-top: -2.5px;
margin-left: -2.5px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-2 .item-content .room-metas .meta-item + .meta-item:before {
left: auto;
right: 0;
}
.pxl-post-list.layout-room-list-2 .item-content .item-service, .pxl-post-list.layout-room-list-2 .item-content .item-special {
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
}
.pxl-post-list.layout-room-list-2 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-2 .item-content .item-special .lbl {
min-width: 80px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-2 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-2 .item-content .item-special .lbl {
min-width: 70px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-2 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-2 .item-content .item-special .lbl {
min-width: 62px;
}
}
.pxl-post-list.layout-room-list-2 .item-content .item-service + .item-readmore, .pxl-post-list.layout-room-list-2 .item-content .item-special + .item-readmore {
margin-top: 30px;
}
.pxl-post-list.layout-room-list-3 .grid-item {
margin-bottom: 78px;
}
@media (max-width: 767px) {
.pxl-post-list.layout-room-list-3 .grid-item {
margin-bottom: 65px;
}
}
.pxl-post-list.layout-room-list-3 .grid-item:last-child {
margin-bottom: 0;
}
@media (min-width: 1200px) {
.pxl-post-list.layout-room-list-3 .grid-item.item-idx-even .item-featured {
order: 2;
}
}
@media (max-width: 1800px) {
.pxl-post-list.layout-room-list-3 .grid-item .grid-item-inner {
align-items: center;
}
}
.pxl-post-list.layout-room-list-3 .pxl-room-gallery-carousel .pxl-swiper-dots {
margin-top: 0;
position: absolute;
bottom: 35px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pxl-post-list.layout-room-list-3 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
background-color: #fff;
}
.pxl-post-list.layout-room-list-3 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:after {
background-color: #fff;
}
.pxl-post-list.layout-room-list-3 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-post-list.layout-room-list-3 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-khtml-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-o-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.pxl-post-list.layout-room-list-3 .item-featured {
position: relative;
}
@media (min-width: 1600px) {
.pxl-post-list.layout-room-list-3 .item-featured.col-xl-custom {
flex: 0 0 auto;
width: 61%;
}
}
.pxl-post-list.layout-room-list-3 .item-featured img {
width: 100%;
}
@media (min-width: 1600px) {
.pxl-post-list.layout-room-list-3 .item-content.col-xl-custom {
flex: 0 0 auto;
width: 39%;
}
}
.pxl-post-list.layout-room-list-3 .item-content .item-content-inner {
background-color: #f5f3f1;
padding: 50px;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
}
.pxl-post-list.layout-room-list-3 .item-content .item-content-inner > * {
max-width: 100%;
}
@media (max-width: 1599px) {
.pxl-post-list.layout-room-list-3 .item-content .item-content-inner {
padding: 30px 30px 35px 30px;
}
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-3 .item-content .item-content-inner {
padding: 35px 30px 45px 30px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-3 .item-content .item-content-inner {
padding: 30px 20px 35px 20px;
}
}
.pxl-post-list.layout-room-list-3 .item-content .room-price {
font-size: 14px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
text-transform: uppercase;
padding: 6px 14px;
background: var(--second-color);
display: inline-block;
}
.pxl-post-list.layout-room-list-3 .item-content .item-title {
margin-top: 22px;
margin-bottom: 15px;
}
@media (max-width: 1599px) {
.pxl-post-list.layout-room-list-3 .item-content .item-title {
margin-top: 15px;
}
}
.pxl-post-list.layout-room-list-3 .item-content .room-metas {
margin-bottom: 20px;
}
.pxl-post-list.layout-room-list-3 .item-content .room-metas .meta-item {
font-size: 16px;
color: var(--heading-color);
letter-spacing: 0.02em;
}
.pxl-post-list.layout-room-list-3 .item-content .room-metas .meta-item .pxl-icon {
font-size: 19px;
margin-right: 8px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-3 .item-content .room-metas .meta-item .pxl-icon {
margin-right: 0;
margin-left: 8px;
}
.pxl-post-list.layout-room-list-3 .item-content .item-excerpt {
margin-bottom: 20px;
}
@media (max-width: 1599px) {
.pxl-post-list.layout-room-list-3 .item-content .item-excerpt {
display: block;
display: -webkit-box;
max-height: 52px;
font-size: 16px;
line-height: 1.625;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.pxl-post-list.layout-room-list-3 .item-content .item-excerpt > * {
display: block;
display: -webkit-box;
max-height: 52px;
font-size: 16px;
line-height: 1.625;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
}
.pxl-post-list.layout-room-list-3 .item-content .item-amenities {
margin-bottom: 26px;
}
.pxl-post-list.layout-room-list-3 .item-content .item-amenities .amenitie-icons {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
column-gap: 24px;
padding-left: 20px;
}
.pxl-post-list.layout-room-list-3 .item-content .item-amenities .amenitie-icons > * {
max-width: 100%;
}
[dir="rtl"] .pxl-post-list.layout-room-list-3 .item-content .item-amenities .amenitie-icons {
padding-left: 0;
padding-right: 20px;
}
.pxl-post-list.layout-room-list-3 .item-content .item-amenities .ameniti-icon {
font-size: 30px;
color: var(--second-color);
line-height: 1;
}
.pxl-post-list.layout-room-list-3 .item-content .item-amenities, .pxl-post-list.layout-room-list-3 .item-content .item-service, .pxl-post-list.layout-room-list-3 .item-content .item-special {
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
}
.pxl-post-list.layout-room-list-3 .item-content .item-amenities .lbl, .pxl-post-list.layout-room-list-3 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-3 .item-content .item-special .lbl {
min-width: 80px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-3 .item-content .item-amenities .lbl, .pxl-post-list.layout-room-list-3 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-3 .item-content .item-special .lbl {
min-width: 70px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-3 .item-content .item-amenities .lbl, .pxl-post-list.layout-room-list-3 .item-content .item-service .lbl, .pxl-post-list.layout-room-list-3 .item-content .item-special .lbl {
min-width: 62px;
}
}
.pxl-post-list.layout-room-list-3 .item-content .pxl-divider-separator {
border-top: 1px solid #c8c8c8;
margin-top: 25px;
margin-bottom: 34px;
width: 100%;
}
.pxl-post-list.layout-room-list-4 .grid-item {
margin-bottom: 50px;
}
.pxl-post-list.layout-room-list-4 .grid-item:last-child {
margin-bottom: 0;
}
.pxl-post-list.layout-room-list-4 .item-featured img {
width: 100%;
}
.pxl-post-list.layout-room-list-4 .item-featured .room-price {
position: absolute;
top: 24px;
left: 20px;
padding: 6px 14px;
background: var(--primary-color);
font-size: 14px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
text-transform: uppercase;
}
.pxl-post-list.layout-room-list-4 .item-content {
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: #c8c8c8;
}
[dir="rtl"] .pxl-post-list.layout-room-list-4 .item-content {
border-width: 1px 0 1px 1px;
}
@media (max-width: 991px) {
.pxl-post-list.layout-room-list-4 .item-content {
border-width: 1px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-4 .item-content {
border-width: 1px;
}
}
.pxl-post-list.layout-room-list-4 .item-content .item-content-inner {
padding: 40px 15px 30px 30px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-4 .item-content .item-content-inner {
padding: 40px 30px 30px 15px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-4 .item-content .item-content-inner {
padding: 25px 15px 30px 20px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-4 .item-content .item-content-inner {
padding: 25px 20px 30px 15px;
}
}
@media (max-width: 991px) {
.pxl-post-list.layout-room-list-4 .item-content .item-content-inner {
padding: 40px 15px 45px 15px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-4 .item-content .item-content-inner {
padding: 40px 15px 45px 15px;
}
}
.pxl-post-list.layout-room-list-4 .item-content .item-title {
margin-bottom: 14px;
}
.pxl-post-list.layout-room-list-4 .item-content .room-metas {
margin-bottom: 20px;
}
.pxl-post-list.layout-room-list-4 .item-content .room-metas .meta-item {
font-size: 16px;
color: var(--heading-color);
letter-spacing: 0.02em;
}
.pxl-post-list.layout-room-list-4 .item-content .room-metas .meta-item .pxl-icon {
font-size: 19px;
margin-right: 8px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-4 .item-content .room-metas .meta-item .pxl-icon {
margin-right: 0;
margin-left: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.pxl-post-list.layout-room-list-4 .item-content .room-metas .meta-item .pxl-icon {
display: none;
}
}
.pxl-post-list.layout-room-list-4 .item-content .item-excerpt {
margin-bottom: 20px;
}
.pxl-post-list.layout-room-list-4 .item-content .item-readmore {
margin-top: 40px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-4 .item-content .item-readmore {
margin-top: 30px;
}
}
@media (min-width: 992px) {
.pxl-post-list.layout-room-list-5 .grid-item .grid-item-inner {
background-color: #f5f3f1;
align-items: center;
}
.pxl-post-list.layout-room-list-5 .grid-item.item-idx-even .item-featured {
order: 2;
}
}
.pxl-post-list.layout-room-list-5 .pxl-room-gallery-carousel .pxl-swiper-dots {
margin-top: 0;
position: absolute;
bottom: 40px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-5 .pxl-room-gallery-carousel .pxl-swiper-dots {
bottom: 20px;
}
}
.pxl-post-list.layout-room-list-5 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
background-color: #fff;
}
.pxl-post-list.layout-room-list-5 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:after {
background-color: #fff;
}
.pxl-post-list.layout-room-list-5 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-post-list.layout-room-list-5 .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-khtml-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-o-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.pxl-post-list.layout-room-list-5 .item-featured img {
width: 100%;
}
.pxl-post-list.layout-room-list-5 .item-content .item-content-inner {
padding: 110px 160px 120px 100px;
z-index: 1;
}
@media (max-width: 1850px) {
.pxl-post-list.layout-room-list-5 .item-content .item-content-inner {
padding: 72px 150px 80px 80px;
}
}
@media (max-width: 1599px) {
.pxl-post-list.layout-room-list-5 .item-content .item-content-inner {
padding: 110px 30px 120px 30px;
}
}
@media (max-width: 1399px) {
.pxl-post-list.layout-room-list-5 .item-content .item-content-inner {
padding: 90px 30px 100px 30px;
}
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-5 .item-content .item-content-inner {
padding: 70px 30px 85px 30px;
}
}
@media (max-width: 767px) {
.pxl-post-list.layout-room-list-5 .item-content .item-content-inner {
padding: 50px 30px 85px 30px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-5 .item-content .item-content-inner {
padding: 50px 15px 75px 15px;
}
}
.pxl-post-list.layout-room-list-5 .item-content .title-price {
margin-bottom: 15px;
}
.pxl-post-list.layout-room-list-5 .item-content .item-title {
display: inline-flex;
font-size: 45px;
margin-bottom: 0;
}
@media (max-width: 1599px) {
.pxl-post-list.layout-room-list-5 .item-content .item-title {
font-size: 40px;
}
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-5 .item-content .item-title {
font-size: 36px;
}
}
@media (max-width: 767px) {
.pxl-post-list.layout-room-list-5 .item-content .item-title {
font-size: 30px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-5 .item-content .item-title {
flex: 0 0 100%;
width: 100%;
margin-bottom: 10px;
}
}
.pxl-post-list.layout-room-list-5 .item-content .room-price {
font-size: 18px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: var(--second-color);
text-transform: uppercase;
display: inline-block;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-5 .item-content .room-price {
font-size: 16px;
margin-bottom: -8px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-5 .item-content .room-price {
margin-bottom: 0;
}
}
.pxl-post-list.layout-room-list-5 .item-content .room-metas {
margin-bottom: 25px;
}
.pxl-post-list.layout-room-list-5 .item-content .room-metas .meta-item {
font-family: "Futura BT";
font-size: 13px;
font-weight: 500;
color: var(--heading-color);
letter-spacing: 0.15em;
text-transform: uppercase;
}
.pxl-post-list.layout-room-list-5 .item-content .room-metas .meta-item .pxl-icon {
font-size: 19px;
margin-right: 8px;
}
.pxl-post-list.layout-room-list-5 .item-content .item-excerpt {
margin-bottom: 22px;
}
.pxl-post-list.layout-room-list-5 .item-content .list-amenity {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.pxl-post-list.layout-room-list-5 .item-content .list-amenity > * {
max-width: 100%;
}
@media (max-width: 1599px) {
.pxl-post-list.layout-room-list-5 .item-content .list-amenity {
display: none;
}
}
@media (max-width: 991px) {
.pxl-post-list.layout-room-list-5 .item-content .list-amenity {
display: flex;
}
}
.pxl-post-list.layout-room-list-5 .item-content .list-amenity li {
flex: 0 0 50%;
width: 50%;
line-height: 26px;
color: var(--heading-color);
display: flex;
font-family: "Futura BT";
font-size: 18px;
font-weight: 400;
letter-spacing: 0.02em;
margin-bottom: 10px;
}
@media (max-width: 1850px) {
.pxl-post-list.layout-room-list-5 .item-content .list-amenity li {
font-size: 16px;
margin-bottom: 5px;
}
}
@media (max-width: 575px) {
.pxl-post-list.layout-room-list-5 .item-content .list-amenity li {
flex: 0 0 100%;
width: 100%;
}
}
.pxl-post-list.layout-room-list-5 .item-content .list-amenity li span {
margin-right: 10px;
position: relative;
top: 4px;
}
[dir="rtl"] .pxl-post-list.layout-room-list-5 .item-content .list-amenity li span {
margin-right: 0;
margin-left: 10px;
}
.pxl-post-list.layout-room-list-5 .item-content .item-readmore {
margin-top: 32px;
}
@media (max-width: 1199px) {
.pxl-post-list.layout-room-list-5 .item-content .item-readmore {
display: none;
}
}
@media (max-width: 991px) {
.pxl-post-list.layout-room-list-5 .item-content .item-readmore {
display: block;
}
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-featured img {
width: 100%;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .post-date {
display: flex;
flex-direction: column;
width: 87px;
color: #fff;
text-align: center;
position: absolute;
top: 25px;
left: 25px;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .post-date .day {
font-family: var(--heading-font-family);
font-size: 40px;
line-height: 0.75;
font-weight: 700;
letter-spacing: 0.02em;
background-color: var(--second-color);
padding: 12px 8px 23px 8px;
}
@media (max-width: 767px) {
.pxl-post-grid.layout-post-1 .item-inner-wrap .post-date .day {
font-size: 32px;
padding: 8px 8px 19px 8px;
}
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .post-date .month {
font-size: 13px;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--primary-color);
padding: 10px 8px 9px 8px;
}
@media (max-width: 767px) {
.pxl-post-grid.layout-post-1 .item-inner-wrap .post-date .month {
font-size: 12px;
}
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-content {
padding-top: 23px;
padding-bottom: 2px;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags {
margin-bottom: 10px;
position: relative;
padding-left: 12px;
}
[dir="rtl"] .pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags {
padding-left: 0;
padding-right: 12px;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags:before {
content: "";
width: 4px;
height: 4px;
position: absolute;
left: 0;
top: 11px;
background-color: var(--second-color);
border-radius: 50%;
}
[dir="rtl"] .pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags:before {
left: auto;
right: 0;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags .item-category, .pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags .item-tags {
color: var(--second-color);
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags .item-category a, .pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags .item-tags a {
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: inherit;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags .item-category a:hover, .pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags .item-tags a:hover {
color: var(--heading-color);
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-cat-tags .item-category {
margin-bottom: 12px;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-excerpt {
margin-bottom: 18px;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-author-comment {
font-size: 13px;
letter-spacing: 0.02em;
margin-top: 30px;
}
@media (max-width: 767px) {
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-author-comment {
display: none;
}
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-author-comment a {
color: inherit;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-author-comment a:hover {
color: inherit;
}
.pxl-post-grid.layout-post-1 .item-inner-wrap .item-author-comment .divider {
width: 22px;
height: 1px;
background-color: var(--second-color);
margin-left: 10px;
margin-right: 10px;
}
.pxl-gallery-grid.has-loadmore .grid-item {
display: none;
}
.pxl-gallery-grid .pxl-overlay {
background-color: rgba(var(--heading-color-rgb), 0.5);
opacity: 0;
-webkit-transform: scale(0.5);
-khtml-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-gallery-grid .pxl-galleries-light-box {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.3s ease 0.2s;
-khtml-transition: opacity 0.3s ease 0.2s;
-moz-transition: opacity 0.3s ease 0.2s;
-ms-transition: opacity 0.3s ease 0.2s;
-o-transition: opacity 0.3s ease 0.2s;
transition: opacity 0.3s ease 0.2s;
}
.pxl-gallery-grid .pxl-galleries-light-box:before {
content: "";
width: 27px;
height: 1px;
background-color: #fff;
position: absolute;
top: calc(50% - 1px);
left: calc(50% - 14px);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 0.3s ease 0.2s;
-khtml-transition: transform 0.3s ease 0.2s;
-moz-transition: transform 0.3s ease 0.2s;
-ms-transition: transform 0.3s ease 0.2s;
-o-transition: transform 0.3s ease 0.2s;
transition: transform 0.3s ease 0.2s;
}
.pxl-gallery-grid .pxl-galleries-light-box:after {
content: "";
width: 1px;
height: 27px;
background-color: #fff;
position: absolute;
top: calc(50% - 14px);
left: calc(50% - 1px);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 0.3s ease 0.2s;
-khtml-transition: transform 0.3s ease 0.2s;
-moz-transition: transform 0.3s ease 0.2s;
-ms-transition: transform 0.3s ease 0.2s;
-o-transition: transform 0.3s ease 0.2s;
transition: transform 0.3s ease 0.2s;
}
.pxl-gallery-grid .grid-item-inner img {
width: 100%;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-gallery-grid .grid-item-inner:hover img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.pxl-gallery-grid .grid-item-inner:hover .pxl-overlay {
opacity: 1;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-gallery-grid .grid-item-inner:hover .pxl-galleries-light-box {
opacity: 1;
}
.pxl-gallery-grid .grid-item-inner:hover .pxl-galleries-light-box:before, .pxl-gallery-grid .grid-item-inner:hover .pxl-galleries-light-box:after {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-gallery-grid .load-more-wrap {
margin-top: 50px;
}
.pxl-instagram-gallery-grid.has-loadmore .grid-item {
display: none;
}
.pxl-instagram-gallery-grid .item-inner a {
position: relative;
display: block;
}
.pxl-instagram-gallery-grid .item-inner a:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.35);
opacity: 0;
z-index: 1;
-webkit-transform: scale(0.5);
-khtml-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-instagram-gallery-grid .item-inner a img {
width: 100%;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-instagram-gallery-grid .item-inner a .pxl-icon {
position: absolute;
top: 50%;
left: 50%;
font-size: 32px;
color: #fff;
opacity: 0;
z-index: 1;
-webkit-transform: translate(-50%, -30%);
-khtml-transform: translate(-50%, -30%);
-moz-transform: translate(-50%, -30%);
-ms-transform: translate(-50%, -30%);
-o-transform: translate(-50%, -30%);
transform: translate(-50%, -30%);
-webkit-transition: all 0.3s ease 0.1s;
-khtml-transition: all 0.3s ease 0.1s;
-moz-transition: all 0.3s ease 0.1s;
-ms-transition: all 0.3s ease 0.1s;
-o-transition: all 0.3s ease 0.1s;
transition: all 0.3s ease 0.1s;
}
@media (max-width: 1199px) {
.pxl-instagram-gallery-grid .item-inner a .pxl-icon {
font-size: 28px;
}
}
@media (max-width: 767px) {
.pxl-instagram-gallery-grid .item-inner a .pxl-icon {
font-size: 24px;
}
}
.pxl-instagram-gallery-grid .item-inner a:hover:before {
opacity: 1;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-instagram-gallery-grid .item-inner a:hover img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.pxl-instagram-gallery-grid .item-inner a:hover .pxl-icon {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pxl-instagram-gallery-grid .load-more-wrap {
margin-top: 50px;
}
.pxl-swiper-slider:not(.pxl-swiper-initialized) .pxl-swiper-slider-wrap {
visibility: hidden;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-featured .pxl-overlay {
background-color: rgba(0, 0, 0, 0.45);
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags {
position: absolute;
top: 40px;
left: 52px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags {
top: 30px;
left: 30px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags {
top: 15px;
left: 15px;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags {
display: none;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags .item-category, .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags .item-tags {
margin: 0 -6px;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags .item-category a, .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags .item-tags a {
font-size: 13px;
letter-spacing: 0.02em;
text-transform: uppercase;
background-color: #fff;
color: var(--heading-color);
margin: 0 6px;
padding: 6px 13px;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags .item-category a:hover, .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags .item-tags a:hover {
color: #fff;
background-color: var(--second-color);
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-cat-tags .item-category {
margin-bottom: 12px;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date {
display: flex;
flex-direction: column;
width: 87px;
color: #fff;
text-align: center;
position: absolute;
top: 40px;
right: 45px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date {
top: 30px;
right: 30px;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date {
width: 64px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date {
top: 0;
right: 0;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date {
display: none;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date .day {
font-family: var(--heading-font-family);
font-size: 40px;
line-height: 0.75;
font-weight: 700;
letter-spacing: 0.02em;
background-color: var(--second-color);
padding: 12px 8px 23px 8px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date .day {
font-size: 32px;
padding: 8px 8px 19px 8px;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date .month {
font-size: 13px;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--primary-color);
padding: 10px 8px 9px 8px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .post-date .month {
font-size: 12px;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-top {
position: absolute;
bottom: 0;
left: 0;
right: 0;
max-width: 70%;
padding-left: 52px;
padding-bottom: 46px;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 0.3s ease 0.3s;
-khtml-transition: all 0.3s ease 0.3s;
-moz-transition: all 0.3s ease 0.3s;
-ms-transition: all 0.3s ease 0.3s;
-o-transition: all 0.3s ease 0.3s;
transition: all 0.3s ease 0.3s;
}
[dir="rtl"] .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-top {
padding-left: 0;
padding-right: 52px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-top {
padding-left: 30px;
padding-bottom: 30px;
}
[dir="rtl"] .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-top {
padding-left: 0;
padding-right: 30px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-top {
padding-left: 15px;
max-width: 80%;
}
[dir="rtl"] .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-top {
padding-left: 0;
padding-right: 15px;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-top {
top: 0;
bottom: auto;
padding-top: 15px;
padding-bottom: 15px;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-bottom {
opacity: 0;
position: absolute;
bottom: -50px;
left: 0;
max-width: 70%;
padding-left: 52px;
padding-bottom: 38px;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
[dir="rtl"] .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-bottom {
left: auto;
right: 0;
padding-left: 0;
padding-right: 52px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content-bottom {
display: none;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
font-size: 35px;
line-height: 1.1428571429;
color: #fff;
margin-bottom: 21px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
font-size: 32px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
font-size: 28px;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
font-size: 25px;
margin-bottom: 0;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title a:hover {
color: inherit;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-author-comment {
font-size: 13px;
color: #fff;
letter-spacing: 0.02em;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-author-comment {
display: none;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-author-comment a {
color: inherit;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-author-comment a:hover {
color: inherit;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-author-comment .divider {
width: 22px;
height: 1px;
background-color: var(--second-color);
margin-left: 10px;
margin-right: 10px;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-excerpt {
color: #fff;
margin-top: 35px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-excerpt {
display: none;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-readmore {
margin-top: 23px;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-readmore a {
color: #fff;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-readmore a:after {
background-color: var(--second-color);
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-readmore a:hover:after {
background-color: #fff;
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-readmore .pxl-icon {
margin-left: 8px;
}
@media (min-width: 992px) {
.pxl-post-carousel.layout-post-1 .item-inner-wrap:hover .item-content-top {
opacity: 0;
-webkit-transform: translateY(70px);
-khtml-transform: translateY(70px);
-moz-transform: translateY(70px);
-ms-transform: translateY(70px);
-o-transform: translateY(70px);
transform: translateY(70px);
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
}
.pxl-post-carousel.layout-post-1 .item-inner-wrap:hover .item-content-bottom {
opacity: 1;
bottom: 0;
-webkit-transition: all 0.3s ease 0.3s;
-khtml-transition: all 0.3s ease 0.3s;
-moz-transition: all 0.3s ease 0.3s;
-ms-transition: all 0.3s ease 0.3s;
-o-transition: all 0.3s ease 0.3s;
transition: all 0.3s ease 0.3s;
}
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout {
position: absolute;
right: 45px;
bottom: 38px;
margin: 0;
}
[dir="rtl"] .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout {
right: auto;
left: 45px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout {
right: 30px;
bottom: 30px;
}
[dir="rtl"] .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout {
right: auto;
left: 30px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout {
right: 0;
bottom: 0;
}
[dir="rtl"] .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout {
right: auto;
left: 0;
}
}
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow {
height: 40px;
line-height: 40px;
margin: 0;
position: relative;
background-color: var(--second-color);
color: #fff;
font-size: 22px;
}
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow.pxl-swiper-arrow-next:before {
content: "";
width: 1px;
height: 23px;
background-color: rgba(255, 255, 255, 0.3);
position: absolute;
left: -1px;
top: 50%;
margin-top: -11.5px;
}
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow:hover {
background-color: #fff;
color: var(--heading-color);
}
.pxl-post-carousel.layout-post-2 .pxl-carousel-inner {
border-left: 1px solid #dedede;
margin-right: -1px;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap {
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: #dedede;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-featured {
overflow: hidden;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-featured img {
width: 100%;
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-featured .pxl-overlay {
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition: background-color 0.3s ease-out;
-khtml-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-ms-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;
}
@media (min-width: 768px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-featured .pxl-overlay {
background-color: #fff;
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content {
padding: 38px;
left: 0;
bottom: 0;
width: 100%;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content {
padding: 10px 30px 30px 30px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content {
padding: 10px 15px 20px 15px;
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .post-date {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.02em;
color: var(--heading-color);
margin-bottom: 12px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .post-date {
color: #fff;
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .post-date .pxl-icon {
color: #fff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background-color: var(--second-color);
border-radius: 50%;
margin-right: 7px;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-title {
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-title {
display: block;
display: -webkit-box;
max-height: 72px;
font-size: 20px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
-khtml-line-clamp: 3;
-moz-line-clamp: 3;
-ms-line-clamp: 3;
-o-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-title > * {
display: block;
display: -webkit-box;
max-height: 72px;
font-size: 20px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
-khtml-line-clamp: 3;
-moz-line-clamp: 3;
-ms-line-clamp: 3;
-o-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-title {
color: #fff;
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item {
position: relative;
font-size: 13px;
letter-spacing: 0.02em;
line-height: 24px;
color: var(--heading-color);
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item {
color: #fff;
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item i {
margin-right: 8px;
color: var(--primary-color);
position: relative;
bottom: -1px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item i {
margin-right: 0;
margin-left: 8px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item i {
color: var(--second-color);
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item i {
margin-right: 5px;
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item a {
color: inherit;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item + .meta-item:before {
content: "";
width: 1px;
height: 23px;
background-color: #dedede;
position: absolute;
left: -1px;
top: 50%;
margin-top: -11px;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
[dir="rtl"] .pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item + .meta-item:before {
left: auto;
right: -1px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item + .meta-item:before {
background-color: rgba(255, 255, 255, 0.25);
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .meta-item + .meta-item:before {
height: 16px;
margin-top: -8px;
}
}
@media (min-width: 480px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .post-author {
text-transform: uppercase;
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .post-author .avatar {
width: 30px;
height: 30px;
overflow: hidden;
border-radius: 50%;
margin-right: 10px;
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .post-author .avatar {
width: 20px;
height: 20px;
margin-right: 6px;
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap .item-content .item-post-metas .post-author .lbl {
margin-right: 4px;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-featured img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
@media (min-width: 768px) {
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-featured .pxl-overlay {
background-color: rgba(0, 0, 0, 0.6);
}
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-content .post-date {
color: #fff;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-content .item-title {
color: #fff;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-content .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-content .item-post-metas .meta-item {
color: #fff;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-content .item-post-metas .meta-item a {
color: inherit;
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-content .item-post-metas .meta-item i {
color: var(--second-color);
}
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-content .item-post-metas .meta-item + .meta-item:before {
background-color: rgba(255, 255, 255, 0.25);
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured .pxl-overlay {
background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured .img-response {
display: none;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured .img-desktop {
display: none;
}
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags {
margin-bottom: 27px;
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags {
display: none;
}
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags .item-category, .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags .item-tags {
margin: 0 -6px;
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags .item-category a, .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags .item-tags a {
font-size: 13px;
letter-spacing: 0.02em;
text-transform: uppercase;
background-color: #fff;
color: var(--heading-color);
margin: 0 6px;
padding: 6px 13px;
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags .item-category a:hover, .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags .item-tags a:hover {
color: #fff;
background-color: var(--second-color);
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-cat-tags .item-category {
margin-bottom: 12px;
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date {
display: flex;
flex-direction: column;
width: 87px;
color: #fff;
text-align: center;
position: absolute;
top: 48px;
left: 54px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date {
top: 30px;
left: 30px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date {
top: 48px;
left: 54px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date {
top: 30px;
left: 30px;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date {
width: 64px;
left: auto;
right: 30px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date {
top: 0;
left: auto;
right: 0;
}
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date {
display: none;
}
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date .day {
font-family: var(--heading-font-family);
font-size: 40px;
line-height: 0.75;
font-weight: 700;
letter-spacing: 0.02em;
background-color: var(--second-color);
padding: 12px 8px 23px 8px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date .day {
font-size: 32px;
padding: 8px 8px 19px 8px;
}
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date .month {
font-size: 13px;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--primary-color);
padding: 10px 8px 9px 8px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .post-date .month {
font-size: 12px;
}
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
max-width: 80%;
padding-left: 54px;
padding-bottom: 160px;
}
[dir="rtl"] .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 0;
padding-right: 54px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 30px;
padding-bottom: 100px;
}
[dir="rtl"] .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 0;
padding-right: 30px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 54px;
padding-bottom: 160px;
}
[dir="rtl"] .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 0;
padding-right: 54px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 30px;
padding-bottom: 100px;
}
[dir="rtl"] .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 0;
padding-right: 30px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 15px;
max-width: 80%;
padding-bottom: 100px;
}
[dir="rtl"] .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-left: 0;
padding-right: 15px;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
padding-top: 30px;
padding-bottom: 30px;
top: 0;
bottom: auto;
max-width: 100%;
}
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
font-size: 35px;
line-height: 1.1428571429;
color: #fff;
margin-bottom: 21px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
font-size: 32px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
font-size: 28px;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
font-size: 25px;
margin-bottom: 0;
}
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title a:hover {
color: inherit;
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-author-comment {
font-size: 13px;
color: #fff;
letter-spacing: 0.02em;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-author-comment {
display: none;
}
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-author-comment a {
color: inherit;
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-author-comment a:hover {
color: inherit;
}
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-author-comment .divider {
width: 22px;
height: 1px;
background-color: var(--second-color);
margin-left: 10px;
margin-right: 10px;
}
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows.df-layout {
position: absolute;
left: 54px;
bottom: 75px;
margin: 0;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows.df-layout {
left: 30px;
bottom: 30px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows.df-layout {
left: 54px;
bottom: 75px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows.df-layout {
left: 30px;
bottom: 30px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows.df-layout {
left: auto;
right: 0;
bottom: 0;
}
}
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow {
height: 40px;
line-height: 40px;
margin: 0;
position: relative;
background-color: var(--second-color);
color: #fff;
font-size: 22px;
}
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow.pxl-swiper-arrow-next:before {
content: "";
width: 1px;
height: 23px;
background-color: rgba(255, 255, 255, 0.3);
position: absolute;
left: -1px;
top: 50%;
margin-top: -11.5px;
}
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow:hover {
background-color: #fff;
color: var(--heading-color);
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .post-date {
display: flex;
flex-direction: column;
width: 87px;
color: #fff;
text-align: center;
position: absolute;
top: 25px;
left: 25px;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .post-date .day {
font-family: var(--heading-font-family);
font-size: 40px;
line-height: 0.75;
font-weight: 700;
letter-spacing: 0.02em;
background-color: var(--second-color);
padding: 12px 8px 23px 8px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-4 .item-inner-wrap .post-date .day {
font-size: 32px;
padding: 8px 8px 19px 8px;
}
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .post-date .month {
font-size: 13px;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--primary-color);
padding: 10px 8px 9px 8px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-4 .item-inner-wrap .post-date .month {
font-size: 12px;
}
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-content {
padding-top: 23px;
padding-bottom: 2px;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags {
margin-bottom: 10px;
position: relative;
padding-left: 12px;
}
[dir="rtl"] .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags {
padding-left: 0;
padding-right: 12px;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags:before {
content: "";
width: 4px;
height: 4px;
position: absolute;
left: 0;
top: 11px;
background-color: var(--second-color);
border-radius: 50%;
}
[dir="rtl"] .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags:before {
left: auto;
right: 0;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags .item-category, .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags .item-tags {
color: var(--second-color);
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags .item-category a, .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags .item-tags a {
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: inherit;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags .item-category a:hover, .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags .item-tags a:hover {
color: var(--heading-color);
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-cat-tags .item-category {
margin-bottom: 12px;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-excerpt {
margin-bottom: 18px;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-author-comment {
font-size: 13px;
letter-spacing: 0.02em;
margin-top: 30px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-author-comment {
display: none;
}
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-author-comment a {
color: inherit;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-author-comment a:hover {
color: inherit;
}
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-author-comment .divider {
width: 22px;
height: 1px;
background-color: var(--second-color);
margin-left: 10px;
margin-right: 10px;
}
.pxl-post-carousel.layout-post-4 .layout-rounded .pxl-swiper-arrow {
width: 62px;
height: 62px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-post-4 .layout-rounded .pxl-swiper-arrow {
width: 54px;
height: 54px;
font-size: 20px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-4 .layout-rounded .pxl-swiper-arrow {
width: 50px;
height: 50px;
font-size: 18px;
}
}
.pxl-post-carousel.layout-events-1 .item-content {
padding-top: 27px;
padding-bottom: 15px;
}
.pxl-post-carousel.layout-events-1 .item-content .item-title {
margin-bottom: 13px;
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 25px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.pxl-post-carousel.layout-events-1 .item-content .item-title > * {
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 25px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
}
.pxl-post-carousel.layout-events-1 .item-content .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-events-1 .item-content .item-readmore {
margin-top: 18px;
}
.pxl-post-carousel.layout-events-1 .item-content .item-readmore .pxl-icon {
margin-left: 8px;
}
.pxl-post-carousel.layout-events-1 .pxl-swiper-arrow {
font-size: 20px;
font-weight: 700;
width: 62px;
height: 62px;
line-height: 60px;
border-radius: 50%;
border: 1px solid rgba(25, 40, 48, 0.2);
background-color: transparent;
color: #192830;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-events-1 .pxl-swiper-arrow {
font-size: 20px;
width: 55px;
height: 55px;
line-height: 53px;
border-color: rgba(255, 255, 255, 0.8);
color: #fff;
top: 30%;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-events-1 .pxl-swiper-arrow {
font-size: 16px;
width: 46px;
height: 46px;
line-height: 44px;
}
}
.pxl-post-carousel.layout-events-1 .pxl-swiper-arrow:hover {
border-color: #192830;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-events-1 .pxl-swiper-arrow:hover {
border-color: #fff;
}
}
.pxl-post-carousel.layout-events-1 .nav-out-vertical .pxl-swiper-arrow-prev {
left: -108px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-events-1 .nav-out-vertical .pxl-swiper-arrow-prev {
left: -75px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-events-1 .nav-out-vertical .pxl-swiper-arrow-prev {
left: 15px;
}
}
.pxl-post-carousel.layout-events-1 .nav-out-vertical .pxl-swiper-arrow-next {
right: -108px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-events-1 .nav-out-vertical .pxl-swiper-arrow-next {
right: -75px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-events-1 .nav-out-vertical .pxl-swiper-arrow-next {
right: 15px;
}
}
.pxl-post-carousel.layout-room-1 .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-room-1 .item-content {
position: absolute;
left: 80px;
right: 80px;
bottom: 50px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-khtml-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.4s ease 0.4s;
-khtml-transition: all 0.4s ease 0.4s;
-moz-transition: all 0.4s ease 0.4s;
-ms-transition: all 0.4s ease 0.4s;
-o-transition: all 0.4s ease 0.4s;
transition: all 0.4s ease 0.4s;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-1 .item-content {
left: 50px;
right: 50px;
bottom: 30px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-1 .item-content {
left: 30px;
right: 30px;
bottom: 20px;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-1 .item-content {
left: 15px;
right: 15px;
bottom: 15px;
}
}
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner {
background-color: var(--primary-color);
padding: 24px 40px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner {
padding: 20px 30px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner {
padding: 20px 20px;
}
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner {
padding: 10px 15px;
}
}
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner .room-price-wrap {
position: absolute;
left: 0;
bottom: 100%;
font-size: 16px;
line-height: 1.5;
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
text-transform: uppercase;
padding: 6px 28px;
background-color: var(--second-color);
display: inline-block;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner .room-price-wrap {
font-size: 14px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner .room-price-wrap {
padding: 6px 20px;
font-size: 12px;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner .room-price-wrap {
padding: 4px 15px;
}
}
.pxl-post-carousel.layout-room-1 .item-content .item-content-inner .room-price-wrap .room-price {
margin-right: 10px;
}
.pxl-post-carousel.layout-room-1 .item-content .item-title {
font-size: 30px;
color: #fff;
margin-bottom: 0;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-1 .item-content .item-title {
font-size: 24px;
}
}
.pxl-post-carousel.layout-room-1 .item-content .item-title a {
color: inherit;
}
@media (min-width: 1200px) {
.pxl-post-carousel.layout-room-1 .item-content .room-metas {
margin-right: 30px;
}
}
.pxl-post-carousel.layout-room-1 .item-content .room-metas .meta-item {
font-size: 16px;
color: #fff;
letter-spacing: 0.02em;
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-1 .item-content .room-metas .meta-item {
font-size: 14px;
}
}
.pxl-post-carousel.layout-room-1 .item-content .room-metas .meta-item .pxl-icon {
display: inline-flex;
font-size: 19px;
margin-right: 8px;
color: rgba(255, 255, 255, 0.5);
}
[dir="rtl"] .pxl-post-carousel.layout-room-1 .item-content .room-metas .meta-item .pxl-icon {
margin-right: 0;
margin-left: 8px;
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-1 .item-content .room-metas .meta-item .pxl-icon {
font-size: 14px;
}
}
.pxl-post-carousel.layout-room-1 .item-content .room-metas .meta-item svg {
width: 1em;
height: 1em;
fill: rgba(255, 255, 255, 0.5);
}
.pxl-post-carousel.layout-room-1 .swiper-slide-active .item-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.pxl-post-carousel.layout-room-2 .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-room-2 .container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0 15px;
}
@media (min-width: 576px) {
.pxl-post-carousel.layout-room-2 .container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.pxl-post-carousel.layout-room-2 .container > * {
max-width: 100%;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-room-2 .container {
padding: 0;
}
}
.pxl-post-carousel.layout-room-2 .item-content {
position: absolute;
right: 15px;
top: 80px;
max-width: 443px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-khtml-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.6s ease 0.4s;
-khtml-transition: all 0.6s ease 0.4s;
-moz-transition: all 0.6s ease 0.4s;
-ms-transition: all 0.6s ease 0.4s;
-o-transition: all 0.6s ease 0.4s;
transition: all 0.6s ease 0.4s;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-2 .item-content {
right: 50px;
top: 50px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-2 .item-content {
left: 200px;
right: 200px;
max-width: 100%;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-2 .item-content {
left: 120px;
right: 120px;
max-width: 100%;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-room-2 .item-content {
position: relative;
left: 0;
right: 0;
top: calc(100% - 30px);
}
}
.pxl-post-carousel.layout-room-2 .room-price-wrap {
display: inline-block;
background-color: var(--primary-color);
padding: 8px 30px;
color: #fff;
text-transform: uppercase;
line-height: 1.5;
font-weight: 500;
letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-2 .room-price-wrap {
padding: 6px 20px;
font-size: 14px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-room-2 .room-price-wrap {
font-size: 12px;
}
}
.pxl-post-carousel.layout-room-2 .item-content-inner {
background-color: #fff;
padding: 42px 38px 60px 38px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-2 .item-content-inner {
padding: 30px 20px 40px 20px;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-room-2 .item-content-inner {
padding: 20px;
}
}
.pxl-post-carousel.layout-room-2 .item-content-inner .item-title {
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 20px;
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-room-2 .item-content-inner .item-title {
font-size: 18px;
margin-bottom: 10px;
}
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-room-2 .item-content-inner .item-title {
font-size: 16px;
}
}
.pxl-post-carousel.layout-room-2 .item-content-inner .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-room-2 .item-content-inner .item-excerpt {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-2 .item-content-inner .item-excerpt {
margin-bottom: 0;
}
}
.pxl-post-carousel.layout-room-2 .item-content-inner .room-metas {
color: var(--heading-color);
margin-bottom: 35px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-2 .item-content-inner .room-metas {
display: none;
}
}
.pxl-post-carousel.layout-room-2 .item-content-inner .room-metas .meta-item + .meta-item {
margin-top: 7px;
}
.pxl-post-carousel.layout-room-2 .item-content-inner .room-metas .lbl {
min-width: 80px;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-2 .item-content-inner .item-readmore {
display: none;
}
}
.pxl-post-carousel.layout-room-2 .swiper-slide-active .item-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-3 .item-inner-wrap {
flex-wrap: wrap;
}
}
.pxl-post-carousel.layout-room-3 .item-featured {
flex: 0 0 auto;
width: calc(50vw - 8.5px);
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-3 .item-featured {
width: calc(40vw - 8.5px);
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-3 .item-featured {
width: 50vw;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-3 .item-featured {
width: 100%;
flex: 0 0 100%;
}
}
.pxl-post-carousel.layout-room-3 .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-room-3 .item-featured .feature-inner {
height: 100%;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-3 .item-featured .feature-inner {
height: auto;
}
}
.pxl-post-carousel.layout-room-3 .item-featured .parallax-inner {
background-image: var(--pxl-featured-bg-parallax-inner);
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-3 .item-content {
width: 100%;
flex: 0 0 100%;
}
}
.pxl-post-carousel.layout-room-3 .item-content-inner {
padding: 112px 80px 120px 80px;
background-color: #fff;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(50px);
-khtml-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
transform: translateX(50px);
-webkit-transition: all 0.6s ease 0.4s;
-khtml-transition: all 0.6s ease 0.4s;
-moz-transition: all 0.6s ease 0.4s;
-ms-transition: all 0.6s ease 0.4s;
-o-transition: all 0.6s ease 0.4s;
transition: all 0.6s ease 0.4s;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-3 .item-content-inner {
padding: 112px 50px 120px 50px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-3 .item-content-inner {
padding: 73px 30px 80px 30px;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-3 .item-content-inner {
padding: 73px 15px 80px 15px;
}
}
.pxl-post-carousel.layout-room-3 .item-content-inner .item-title {
font-size: 35px;
letter-spacing: 0.05em;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-3 .item-content-inner .item-title {
font-size: 30px;
}
}
.pxl-post-carousel.layout-room-3 .item-content-inner .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-room-3 .item-content-inner .room-price-wrap {
font-family: "Futura BT";
font-size: 16px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
color: var(--second-color);
margin-bottom: 25px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-3 .item-content-inner .room-price-wrap {
margin-bottom: 10px;
}
}
.pxl-post-carousel.layout-room-3 .item-content-inner .room-price-wrap .room-price {
font-size: 25px;
}
.pxl-post-carousel.layout-room-3 .item-content-inner .item-excerpt {
margin-bottom: 20px;
}
.pxl-post-carousel.layout-room-3 .item-content-inner .room-metas {
color: var(--heading-color);
margin-bottom: 35px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-3 .item-content-inner .room-metas {
display: none;
}
}
.pxl-post-carousel.layout-room-3 .item-content-inner .room-metas .meta-item + .meta-item {
margin-top: 7px;
}
.pxl-post-carousel.layout-room-3 .item-content-inner .room-metas .lbl {
min-width: 80px;
}
.pxl-post-carousel.layout-room-3 .swiper-slide-active .item-content-inner {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-3 .nav-in-vertical .pxl-swiper-arrow, .pxl-post-carousel.layout-room-3 .nav-out-vertical .pxl-swiper-arrow {
top: 30%;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-4 .item-inner-wrap {
flex-wrap: wrap;
}
}
.pxl-post-carousel.layout-room-4 .item-featured {
flex: 0 0 auto;
width: calc(50vw - 50px);
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-4 .item-featured {
width: calc(50vw - 50px);
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-4 .item-featured {
width: 50vw;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-4 .item-featured {
width: 100%;
flex: 0 0 100%;
}
}
.pxl-post-carousel.layout-room-4 .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-room-4 .item-featured .feature-inner {
height: 100%;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-4 .item-featured .feature-inner {
height: auto;
}
}
.pxl-post-carousel.layout-room-4 .item-featured .parallax-inner {
background-image: var(--pxl-featured-bg-parallax-inner);
background-repeat: no-repeat;
background-size: cover;
}
.pxl-post-carousel.layout-room-4 .item-content {
background-color: #1b252c;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-4 .item-content {
width: 100%;
flex: 0 0 100%;
}
}
.pxl-post-carousel.layout-room-4 .item-content-inner {
padding: 112px 80px 120px 135px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(50px);
-khtml-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
transform: translateX(50px);
-webkit-transition: all 0.6s ease 0.4s;
-khtml-transition: all 0.6s ease 0.4s;
-moz-transition: all 0.6s ease 0.4s;
-ms-transition: all 0.6s ease 0.4s;
-o-transition: all 0.6s ease 0.4s;
transition: all 0.6s ease 0.4s;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-4 .item-content-inner {
padding: 112px 30px 120px 30px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-4 .item-content-inner {
padding: 73px 15px 80px 15px;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-4 .item-content-inner {
padding: 73px 15px 80px 15px;
}
}
.pxl-post-carousel.layout-room-4 .item-content-inner .item-title {
color: #fff;
font-size: 35px;
letter-spacing: 0.05em;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-4 .item-content-inner .item-title {
font-size: 30px;
}
}
.pxl-post-carousel.layout-room-4 .item-content-inner .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-room-4 .item-content-inner .room-price-wrap {
font-family: "Futura BT";
font-size: 16px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
color: var(--primary-color);
margin-bottom: 25px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-4 .item-content-inner .room-price-wrap {
margin-bottom: 10px;
}
}
.pxl-post-carousel.layout-room-4 .item-content-inner .room-price-wrap .room-price {
font-size: 25px;
}
.pxl-post-carousel.layout-room-4 .item-content-inner .item-excerpt {
margin-bottom: 20px;
color: #cdcdcd;
}
.pxl-post-carousel.layout-room-4 .item-content-inner .room-metas {
margin-bottom: 35px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-4 .item-content-inner .room-metas {
display: none;
}
}
.pxl-post-carousel.layout-room-4 .item-content-inner .room-metas .meta-item + .meta-item {
margin-top: 7px;
}
.pxl-post-carousel.layout-room-4 .item-content-inner .room-metas .lbl {
color: #cdcdcd;
min-width: 80px;
}
.pxl-post-carousel.layout-room-4 .item-content-inner .room-metas .text {
color: #fff;
}
.pxl-post-carousel.layout-room-4 .item-content-inner .pxl-readmore {
color: #fff;
}
.pxl-post-carousel.layout-room-4 .item-content-inner .pxl-readmore:hover {
color: var(--primary-color);
}
.pxl-post-carousel.layout-room-4 .item-content-inner .pxl-readmore:hover:after {
background-color: var(--primary-color);
}
@media (min-width: 768px) {
.pxl-post-carousel.layout-room-4 .swiper-slide-active .item-featured {
order: 2;
}
.pxl-post-carousel.layout-room-4 .swiper-slide-active .item-content {
order: 1;
}
}
.pxl-post-carousel.layout-room-4 .swiper-slide-active .item-content-inner {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.pxl-post-carousel.layout-room-4 .pxl-swiper-arrows {
-webkit-transition: opacity 0.2s ease;
-khtml-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.pxl-post-carousel.layout-room-4 .pxl-swiper-arrows.changing {
opacity: 0.01;
}
.pxl-post-carousel.layout-room-4 .pxl-swiper-arrows .pxl-swiper-arrow:hover {
color: var(--heading-color);
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-4 .nav-in-vertical .pxl-swiper-arrow, .pxl-post-carousel.layout-room-4 .nav-out-vertical .pxl-swiper-arrow {
top: 30%;
}
}
.pxl-post-carousel.layout-room-5 .item-featured {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
-webkit-transition: filter 0.5s ease;
-khtml-transition: filter 0.5s ease;
-moz-transition: filter 0.5s ease;
-ms-transition: filter 0.5s ease;
-o-transition: filter 0.5s ease;
transition: filter 0.5s ease;
}
.pxl-post-carousel.layout-room-5 .item-content {
background-color: rgba(0, 0, 0, 0.5);
color: white;
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
padding: 67px 50px 80px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.8s ease;
-khtml-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-5 .item-content {
padding: 50px 15px 60px;
}
}
.pxl-post-carousel.layout-room-5 .item-content .item-title {
color: #fff;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 3px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-5 .item-content .item-title {
font-size: 24px;
}
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-room-5 .item-content .item-title {
font-size: 18px;
}
}
.pxl-post-carousel.layout-room-5 .item-content .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-room-5 .item-content .room-price-wrap {
font-family: "Futura BT";
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.1em;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-5 .item-content .room-price-wrap {
font-size: 14px;
}
}
.pxl-post-carousel.layout-room-5 .item-content .room-price-wrap .room-price {
font-size: 20px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-5 .item-content .room-price-wrap .room-price {
font-size: 18px;
}
}
.pxl-post-carousel.layout-room-5 .item-content .divider {
width: 80px;
height: 1px;
background-color: #fff;
margin: 20px 0 15px;
display: inline-block;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-5 .item-content .divider {
margin: 15px 0 10px;
}
}
.pxl-post-carousel.layout-room-5 .item-content .item-excerpt {
margin-bottom: 35px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-5 .item-content .item-excerpt {
margin-bottom: 25px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-5 .item-content .item-excerpt {
display: none;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-5 .item-content .item-excerpt {
display: block;
}
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-room-5 .item-content .item-excerpt {
display: none;
}
}
.pxl-post-carousel.layout-room-5 .item-content .room-metas {
text-transform: uppercase;
letter-spacing: 0.15em;
column-gap: 30px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-5 .item-content .room-metas {
font-size: 13px;
column-gap: 20px;
}
}
.pxl-post-carousel.layout-room-5 .item-content .item-readmore {
margin-top: 15px;
}
.pxl-post-carousel.layout-room-5 .item-inner-wrap:hover .item-featured {
filter: blur(7px);
-webkit-filter: blur(7px);
}
.pxl-post-carousel.layout-room-5 .item-inner-wrap:hover .item-content {
opacity: 1;
visibility: visible;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-6 .item-inner-wrap {
flex-wrap: wrap;
}
}
.pxl-post-carousel.layout-room-6 .item-featured {
flex: 0 0 auto;
width: 42vw;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-6 .item-featured {
width: 40vw;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-6 .item-featured {
width: 100%;
flex: 0 0 100%;
}
}
.pxl-post-carousel.layout-room-6 .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-room-6 .item-featured .feature-inner {
height: 100%;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-6 .item-featured .feature-inner {
height: auto;
}
}
.pxl-post-carousel.layout-room-6 .item-featured .parallax-inner {
background-image: var(--pxl-featured-bg-parallax-inner);
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-6 .item-content {
width: 100%;
flex: 0 0 100%;
}
}
.pxl-post-carousel.layout-room-6 .item-content-inner {
padding: 75px 70px 80px 54px;
background-color: #fff;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(50px);
-khtml-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
transform: translateX(50px);
-webkit-transition: all 0.6s ease 0.4s;
-khtml-transition: all 0.6s ease 0.4s;
-moz-transition: all 0.6s ease 0.4s;
-ms-transition: all 0.6s ease 0.4s;
-o-transition: all 0.6s ease 0.4s;
transition: all 0.6s ease 0.4s;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-6 .item-content-inner {
padding: 70px 30px 70px 30px;
}
}
@media (max-width: 767px) {
.pxl-post-carousel.layout-room-6 .item-content-inner {
padding: 50px 15px 60px 15px;
}
}
.pxl-post-carousel.layout-room-6 .item-content-inner .item-title {
font-size: 35px;
letter-spacing: 0.05em;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-6 .item-content-inner .item-title {
font-size: 30px;
margin-bottom: 10px;
}
}
.pxl-post-carousel.layout-room-6 .item-content-inner .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-room-6 .item-content-inner .room-price-wrap {
font-family: "Futura BT";
font-size: 16px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
color: var(--second-color);
margin-bottom: 25px;
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-6 .item-content-inner .room-price-wrap {
margin-bottom: 10px;
}
}
.pxl-post-carousel.layout-room-6 .item-content-inner .room-price-wrap .room-price {
font-size: 25px;
}
.pxl-post-carousel.layout-room-6 .item-content-inner .item-excerpt {
margin-bottom: 20px;
}
.pxl-post-carousel.layout-room-6 .item-content-inner .room-metas {
color: var(--heading-color);
margin-bottom: 100px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-6 .item-content-inner .room-metas {
margin-bottom: 50px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-6 .item-content-inner .room-metas {
display: none;
}
}
.pxl-post-carousel.layout-room-6 .item-content-inner .room-metas .meta-item + .meta-item {
margin-top: 7px;
}
.pxl-post-carousel.layout-room-6 .item-content-inner .room-metas .lbl {
min-width: 80px;
}
.pxl-post-carousel.layout-room-6 .swiper-slide-active .item-content-inner {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-6 .nav-in-vertical .pxl-swiper-arrow, .pxl-post-carousel.layout-room-6 .nav-out-vertical .pxl-swiper-arrow {
top: 30%;
}
}
@media (min-width: 992px) {
.admin-bar .pxl-post-carousel.layout-room-7 .item-inner-wrap {
height: calc(100vh - 112px);
}
}
@media (min-width: 992px) {
.pxl-post-carousel.layout-room-7 .item-inner-wrap {
height: calc(100vh - 80px);
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-7 .item-inner-wrap {
flex-wrap: wrap;
}
}
.pxl-post-carousel.layout-room-7 .item-featured {
flex: 0 0 auto;
width: 59.5vw;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-7 .item-featured {
width: 55vw;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-7 .item-featured {
width: 50vw;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-7 .item-featured {
width: 100%;
flex: 0 0 100%;
order: 1;
height: 60vh;
}
}
.pxl-post-carousel.layout-room-7 .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-room-7 .item-featured .feature-inner {
height: 100%;
}
.pxl-post-carousel.layout-room-7 .item-featured .feature-inner.pxl-bg-parallax img {
opacity: 0;
}
.pxl-post-carousel.layout-room-7 .item-featured .parallax-inner {
background-image: var(--pxl-featured-bg-parallax-inner);
background-repeat: no-repeat;
background-size: cover;
}
.pxl-post-carousel.layout-room-7 .item-featured .pxl-video-slide-bg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
object-fit: cover;
height: 100%;
}
.pxl-post-carousel.layout-room-7 .item-featured .pxl-overlay {
background-color: rgba(0, 0, 0, 0.4);
}
.pxl-post-carousel.layout-room-7 .item-content {
display: flex;
background-color: var(--primary-color);
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-7 .item-content {
width: 100%;
flex: 0 0 100%;
order: 2;
}
}
.pxl-post-carousel.layout-room-7 .item-content-inner {
padding: 70px 180px 120px 82px;
opacity: 0;
visibility: hidden;
display: flex;
flex-direction: column;
align-self: flex-end;
-webkit-transform: translateX(50px);
-khtml-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
transform: translateX(50px);
-webkit-transition: all 0.6s ease 0.4s;
-khtml-transition: all 0.6s ease 0.4s;
-moz-transition: all 0.6s ease 0.4s;
-ms-transition: all 0.6s ease 0.4s;
-o-transition: all 0.6s ease 0.4s;
transition: all 0.6s ease 0.4s;
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .item-content-inner {
padding: 70px 82px 120px 180px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-7 .item-content-inner {
padding: 70px 100px 80px 30px;
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .item-content-inner {
padding: 70px 30px 80px 100px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-7 .item-content-inner {
padding: 70px 120px 80px 15px;
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .item-content-inner {
padding: 70px 15px 80px 120px;
}
}
@media (max-width: 480px) {
.pxl-post-carousel.layout-room-7 .item-content-inner {
padding: 73px 15px 80px 15px;
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .item-content-inner {
padding: 73px 15px 80px 115px;
}
}
.pxl-post-carousel.layout-room-7 .item-content-inner .item-excerpt {
color: #fff;
margin-bottom: 23px;
}
.pxl-post-carousel.layout-room-7 .item-content-inner .divider {
width: 0;
height: 1px;
background-color: rgba(255, 255, 255, 0.2);
margin-bottom: 23px;
-webkit-transition: width 0.3s ease 0.5s;
-khtml-transition: width 0.3s ease 0.5s;
-moz-transition: width 0.3s ease 0.5s;
-ms-transition: width 0.3s ease 0.5s;
-o-transition: width 0.3s ease 0.5s;
transition: width 0.3s ease 0.5s;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-7 .item-content-inner .divider {
display: none;
}
}
.pxl-post-carousel.layout-room-7 .item-content-inner .room-metas {
margin-bottom: 35px;
}
.pxl-post-carousel.layout-room-7 .item-content-inner .room-metas .meta-item + .meta-item {
margin-top: 7px;
}
.pxl-post-carousel.layout-room-7 .item-content-inner .room-metas .capacity .text {
text-transform: uppercase;
}
.pxl-post-carousel.layout-room-7 .item-content-inner .room-metas .lbl {
color: #fff;
min-width: 80px;
}
.pxl-post-carousel.layout-room-7 .item-content-inner .room-metas .text {
color: #fff;
}
.pxl-post-carousel.layout-room-7 .item-content-inner .pxl-readmore {
color: #fff;
}
.pxl-post-carousel.layout-room-7 .item-content-inner .pxl-readmore:hover {
color: var(--primary-color);
}
.pxl-post-carousel.layout-room-7 .item-content-inner .pxl-readmore:hover:after {
background-color: var(--primary-color);
}
.pxl-post-carousel.layout-room-7 .swiper-slide-active .item-content-inner {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.pxl-post-carousel.layout-room-7 .swiper-slide-active .divider {
width: 122px;
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-arrows.custom {
position: absolute;
left: calc(40.5vw + 35px);
bottom: 35px;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-arrows.custom {
left: calc(45vw + 35px);
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-arrows.custom {
left: calc(50vw + 35px);
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-arrows.custom {
left: auto;
right: 30px;
top: calc(60vh - 80px);
bottom: auto;
}
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
position: absolute;
top: 25vh;
max-width: 30vw;
left: calc(30vw + 148px);
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
left: auto;
right: calc(30vw + 148px);
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
max-width: 35vw;
left: calc(35vw + 100px);
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
left: auto;
right: calc(35vw + 100px);
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
top: 20vh;
left: calc(35vw + 85px);
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
left: auto;
right: calc(35vw + 85px);
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
top: 26vh;
max-width: 40vw;
left: calc(40vw - 50px);
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
left: auto;
right: calc(40vw - 50px);
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
top: 26vh;
max-width: 40vw;
left: calc(40vw - 50px);
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
left: auto;
right: calc(40vw - 50px);
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
max-width: 65vw;
left: 15px;
}
[dir="rtl"] .pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs {
left: auto;
right: 15px;
}
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .swiper-slide {
width: 30vw;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .swiper-slide {
width: 35vw;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .swiper-slide {
width: 40vw;
}
}
@media (max-width: 575px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .swiper-slide {
width: 65vw;
}
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .item-title {
color: #fff;
font-family: "Futura BT";
font-size: 50px;
font-weight: 400;
line-height: 1;
letter-spacing: 0.02em;
margin-bottom: 14px;
opacity: 0.2;
cursor: pointer;
-webkit-transition: opacity 0.3s ease;
-khtml-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .item-title {
font-size: 42px;
}
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .item-title {
font-size: 36px;
}
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .item-title:hover {
opacity: 0.5;
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .room-price-wrap {
font-family: "Futura BT";
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.1em;
opacity: 0;
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 0.3s ease 0.5s;
-khtml-transition: all 0.3s ease 0.5s;
-moz-transition: all 0.3s ease 0.5s;
-ms-transition: all 0.3s ease 0.5s;
-o-transition: all 0.3s ease 0.5s;
transition: all 0.3s ease 0.5s;
}
@media (max-width: 1599px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .room-price-wrap {
font-size: 16px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .room-price-wrap {
margin-bottom: 10px;
}
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .swiper-slide-thumb-active .item-title {
opacity: 1;
}
.pxl-post-carousel.layout-room-7 .pxl-swiper-slider-thumbs .swiper-slide-thumb-active .room-price-wrap {
opacity: 1;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.pxl-post-carousel.layout-room-8 .item-featured {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
-webkit-transition: filter 0.5s ease;
-khtml-transition: filter 0.5s ease;
-moz-transition: filter 0.5s ease;
-ms-transition: filter 0.5s ease;
-o-transition: filter 0.5s ease;
transition: filter 0.5s ease;
}
.pxl-post-carousel.layout-room-8 .item-featured img {
width: 100%;
}
.pxl-post-carousel.layout-room-8 .item-content {
background-color: rgba(0, 0, 0, 0.5);
color: white;
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
padding: 33px 15px 55px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(100px);
-khtml-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 0.8s ease;
-khtml-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-8 .item-content {
padding: 33px 15px 50px;
}
}
.pxl-post-carousel.layout-room-8 .item-content .room-price-wrap {
font-family: "Futura BT";
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.1em;
position: relative;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-8 .item-content .room-price-wrap {
font-size: 14px;
}
}
@media (max-width: 991px) {
.pxl-post-carousel.layout-room-8 .item-content .room-price-wrap {
font-size: 13px;
}
}
.pxl-post-carousel.layout-room-8 .item-content .room-price-wrap:before, .pxl-post-carousel.layout-room-8 .item-content .room-price-wrap:after {
content: "";
width: 33px;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
display: inline-block;
position: absolute;
top: 13px;
}
.pxl-post-carousel.layout-room-8 .item-content .room-price-wrap:before {
right: calc(100% + 10px);
}
.pxl-post-carousel.layout-room-8 .item-content .room-price-wrap:after {
left: calc(100% + 10px);
}
.pxl-post-carousel.layout-room-8 .item-content .item-title {
font-size: 35px;
color: #fff;
letter-spacing: 0.05em;
margin-bottom: 22px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-8 .item-content .item-title {
font-size: 28px;
margin-bottom: 12px;
}
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-room-8 .item-content .item-title {
font-size: 24px;
}
}
.pxl-post-carousel.layout-room-8 .item-content .item-title a {
color: inherit;
}
.pxl-post-carousel.layout-room-8 .item-content .room-metas {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.15em;
column-gap: 30px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-8 .item-content .room-metas {
column-gap: 20px;
}
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-room-8 .item-content .room-metas {
font-size: 11px;
}
}
.pxl-post-carousel.layout-room-8 .item-content .item-excerpt {
max-width: 530px;
margin-top: 22px;
}
@media (max-width: 1199px) {
.pxl-post-carousel.layout-room-8 .item-content .item-excerpt {
display: none;
}
}
.pxl-post-carousel.layout-room-8 .item-content .item-readmore {
margin-top: 38px;
}
@media (max-width: 400px) {
.pxl-post-carousel.layout-room-8 .item-content .item-readmore {
margin-top: 20px;
}
}
.pxl-post-carousel.layout-room-8 .item-inner-wrap:hover .item-featured {
filter: blur(7px);
-webkit-filter: blur(7px);
}
.pxl-post-carousel.layout-room-8 .item-inner-wrap:hover .item-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.pxl-gallery-carousel {
position: relative;
}
.pxl-gallery-carousel.layout-1 .item-inner .item-image img {
width: 100%;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-gallery-carousel.layout-1 .item-inner:hover .item-image img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.pxl-gallery-carousel.layout-1 .item-content {
padding: 40px 100px 5px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-khtml-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.3s ease 0.4s;
-khtml-transition: all 0.3s ease 0.4s;
-moz-transition: all 0.3s ease 0.4s;
-ms-transition: all 0.3s ease 0.4s;
-o-transition: all 0.3s ease 0.4s;
transition: all 0.3s ease 0.4s;
}
@media (max-width: 1599px) {
.pxl-gallery-carousel.layout-1 .item-content {
padding: 40px 30px 5px;
margin: 0 -100px 0 -100px;
}
}
@media (max-width: 1199px) {
.pxl-gallery-carousel.layout-1 .item-content {
margin: 0 0 0 calc((100vw - 100%)* -0.5);
width: 100vw;
}
}
@media (max-width: 575px) {
.pxl-gallery-carousel.layout-1 .item-content {
padding: 40px 15px 5px;
width: 100%;
margin: 0;
}
}
.pxl-gallery-carousel.layout-1 .item-content .title {
margin-bottom: 20px;
}
.pxl-gallery-carousel.layout-1 .item-content .pxl-readmore {
margin-top: 35px;
}
.pxl-gallery-carousel.layout-1 .swiper-slide-active .item-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
@media (max-width: 1199px) {
.pxl-gallery-carousel.layout-1 .nav-in-vertical .pxl-swiper-arrow {
top: 40%;
}
}
@media (max-width: 767px) {
.pxl-gallery-carousel.layout-1 .nav-in-vertical .pxl-swiper-arrow {
top: 30%;
}
}
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide img {
display: block;
width: 100%;
height: 567px;
object-fit: cover;
}
@media (max-width: 1599px) {
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide img {
height: 470px;
}
}
@media (max-width: 1199px) {
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide img {
height: 370px;
}
}
@media (max-width: 767px) {
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide img {
height: 320px;
}
}
@media (max-width: 575px) {
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide img {
height: 270px;
}
}
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide {
width: 47%;
}
@media (max-width: 575px) {
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide {
width: 60%;
}
}
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide:nth-child(2n) {
width: 28%;
}
@media (max-width: 575px) {
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide:nth-child(2n) {
width: 40%;
}
}
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide:nth-child(3n) {
width: 25%;
}
@media (max-width: 575px) {
.pxl-gallery-carousel.layout-2.auto-perview .swiper-slide:nth-child(3n) {
width: 60%;
}
}
.pxl-gallery-carousel.layout-2 .item-inner .item-image img {
width: 100%;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-gallery-carousel.layout-2 .item-inner .item-inner {
height: 100%;
}
@media (max-width: 767px) {
.pxl-gallery-carousel.layout-2 .item-inner .item-inner {
height: auto;
}
}
.pxl-gallery-carousel.layout-2 .item-inner .parallax-inner {
background-image: var(--pxl-img-bg-parallax-inner);
background-repeat: no-repeat;
background-size: cover;
}
.pxl-gallery-carousel.layout-2 .item-inner .pxl-overlay {
background-color: rgba(var(--heading-color-rgb), 0.5);
opacity: 0;
-webkit-transform: scale(0.5);
-khtml-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-gallery-carousel.layout-2 .item-inner .pxl-galleries-light-box {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.3s ease 0.2s;
-khtml-transition: opacity 0.3s ease 0.2s;
-moz-transition: opacity 0.3s ease 0.2s;
-ms-transition: opacity 0.3s ease 0.2s;
-o-transition: opacity 0.3s ease 0.2s;
transition: opacity 0.3s ease 0.2s;
}
.pxl-gallery-carousel.layout-2 .item-inner .pxl-galleries-light-box:before {
content: "";
width: 27px;
height: 1px;
background-color: #fff;
position: absolute;
top: calc(50% - 1px);
left: calc(50% - 14px);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 0.3s ease 0.2s;
-khtml-transition: transform 0.3s ease 0.2s;
-moz-transition: transform 0.3s ease 0.2s;
-ms-transition: transform 0.3s ease 0.2s;
-o-transition: transform 0.3s ease 0.2s;
transition: transform 0.3s ease 0.2s;
}
.pxl-gallery-carousel.layout-2 .item-inner .pxl-galleries-light-box:after {
content: "";
width: 1px;
height: 27px;
background-color: #fff;
position: absolute;
top: calc(50% - 14px);
left: calc(50% - 1px);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 0.3s ease 0.2s;
-khtml-transition: transform 0.3s ease 0.2s;
-moz-transition: transform 0.3s ease 0.2s;
-ms-transition: transform 0.3s ease 0.2s;
-o-transition: transform 0.3s ease 0.2s;
transition: transform 0.3s ease 0.2s;
}
.pxl-gallery-carousel.layout-2 .item-inner:hover .item-image img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.pxl-gallery-carousel.layout-2 .item-inner:hover .pxl-overlay {
opacity: 1;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-gallery-carousel.layout-2 .item-inner:hover .pxl-galleries-light-box {
opacity: 1;
}
.pxl-gallery-carousel.layout-2 .item-inner:hover .pxl-galleries-light-box:before, .pxl-gallery-carousel.layout-2 .item-inner:hover .pxl-galleries-light-box:after {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-gallery-carousel.layout-2.bg-mode .pxl-swiper-slider-wrap, .pxl-gallery-carousel.layout-2.bg-scroll-mode .pxl-swiper-slider-wrap {
height: 100%;
}
.pxl-gallery-carousel.layout-2.bg-mode .pxl-swiper-container, .pxl-gallery-carousel.layout-2.bg-scroll-mode .pxl-swiper-container {
height: 100%;
}
.pxl-gallery-carousel.layout-2.bg-mode .item-inner, .pxl-gallery-carousel.layout-2.bg-scroll-mode .item-inner {
height: 100%;
}
.pxl-gallery-carousel.layout-2.bg-mode .bg-inner, .pxl-gallery-carousel.layout-2.bg-scroll-mode .bg-inner {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: var(--pxl-img-bg-inner);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.pxl-gallery-carousel.layout-3 .item-inner .item-image img {
width: 100%;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
.pxl-gallery-carousel.layout-3 .item-inner:hover .item-image img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.pxl-gallery-carousel.layout-3 .item-content {
position: absolute;
left: 0;
bottom: 0;
width: 80%;
padding: 40px 30px 40px 55px;
color: #fff;
background-color: var(--primary-color);
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-khtml-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0.3s;
-khtml-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0.3s;
-moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0.3s;
-ms-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0.3s;
-o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0.3s;
transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
@media (max-width: 1599px) {
.pxl-gallery-carousel.layout-3 .item-content {
padding: 40px 30px 40px 30px;
width: 85%;
}
}
@media (max-width: 767px) {
.pxl-gallery-carousel.layout-3 .item-content {
width: 100%;
}
}
@media (max-width: 575px) {
.pxl-gallery-carousel.layout-3 .item-content {
padding: 30px 15px 30px 15px;
width: 85%;
}
}
@media (max-width: 480px) {
.pxl-gallery-carousel.layout-3 .item-content {
width: 90%;
}
}
.pxl-gallery-carousel.layout-3 .item-content .title {
margin-bottom: 20px;
color: #fff;
}
@media (max-width: 1599px) {
.pxl-gallery-carousel.layout-3 .item-content .title {
font-size: 24px;
margin-bottom: 15px;
}
}
@media (max-width: 575px) {
.pxl-gallery-carousel.layout-3 .item-content .title {
margin-bottom: 10px;
}
}
.pxl-gallery-carousel.layout-3 .item-content .title a {
color: inherit;
}
@media (max-width: 767px) {
.pxl-gallery-carousel.layout-3 .item-content .desc {
font-size: 14px;
}
}
@media (max-width: 480px) {
.pxl-gallery-carousel.layout-3 .item-content .desc {
display: none;
}
}
.pxl-gallery-carousel.layout-3 .item-content .pxl-readmore {
margin-top: 25px;
color: #fff;
}
@media (max-width: 480px) {
.pxl-gallery-carousel.layout-3 .item-content .pxl-readmore {
margin-top: 0;
}
}
.pxl-gallery-carousel.layout-3 .item-content .pxl-readmore:after {
background-color: #fff;
}
.pxl-gallery-carousel.layout-3 .swiper-slide-active {
z-index: 1;
}
.pxl-gallery-carousel.layout-3 .swiper-slide-active .item-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.pxl-gallery-carousel.layout-3 .pxl-swiper-arrow {
font-size: 20px;
width: 56px;
height: 56px;
line-height: 54px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
.pxl-gallery-carousel.layout-3 .pxl-swiper-arrow {
font-size: 16px;
width: 46px;
height: 46px;
line-height: 44px;
}
}
.pxl-gallery-carousel.layout-3 .nav-in-vertical .pxl-swiper-arrow-prev {
left: 40px;
}
@media (max-width: 1199px) {
.pxl-gallery-carousel.layout-3 .nav-in-vertical .pxl-swiper-arrow-prev {
left: 30px;
}
}
@media (max-width: 767px) {
.pxl-gallery-carousel.layout-3 .nav-in-vertical .pxl-swiper-arrow-prev {
left: 15px;
}
}
.pxl-gallery-carousel.layout-3 .nav-in-vertical .pxl-swiper-arrow-next {
right: 40px;
}
@media (max-width: 1199px) {
.pxl-gallery-carousel.layout-3 .nav-in-vertical .pxl-swiper-arrow-next {
right: 30px;
}
}
@media (max-width: 767px) {
.pxl-gallery-carousel.layout-3 .nav-in-vertical .pxl-swiper-arrow-next {
right: 15px;
}
}
.pxl-gallery-carousel.layout-4 .item-image {
border: 1px solid #d8d8d8;
}
.pxl-gallery-carousel.layout-4 .pxl-swiper-arrow {
border-color: transparent;
width: 75px;
height: 75px;
line-height: 73px;
}
@media (max-width: 1599px) {
.pxl-gallery-carousel.layout-4 .pxl-swiper-arrow {
width: 60px;
height: 60px;
line-height: 58px;
font-size: 20px;
}
}
.pxl-gallery-carousel.layout-4 .nav-out-vertical .pxl-swiper-arrow-prev {
left: -110px;
}
@media (max-width: 1599px) {
.pxl-gallery-carousel.layout-4 .nav-out-vertical .pxl-swiper-arrow-prev {
left: -80px;
}
}
.pxl-gallery-carousel.layout-4 .nav-out-vertical .pxl-swiper-arrow-next {
right: -110px;
}
@media (max-width: 1599px) {
.pxl-gallery-carousel.layout-4 .nav-out-vertical .pxl-swiper-arrow-next {
right: -80px;
}
}
.pxl-gallery-carousel .pxl-swiper-arrow {
font-size: 25px;
font-weight: 700;
width: 75px;
height: 75px;
line-height: 73px;
border-radius: 50%;
border: 1px solid #fff;
background-color: transparent;
color: #fff;
}
@media (max-width: 1199px) {
.pxl-gallery-carousel .pxl-swiper-arrow {
font-size: 20px;
width: 55px;
height: 55px;
line-height: 53px;
}
}
@media (max-width: 767px) {
.pxl-gallery-carousel .pxl-swiper-arrow {
font-size: 16px;
width: 46px;
height: 46px;
line-height: 44px;
}
}
.pxl-gallery-carousel .pxl-swiper-arrow:hover {
color: var(--primary-color);
background-color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.2);
}
.pxl-gallery-carousel .nav-in-vertical .pxl-swiper-arrow-prev {
left: 50px;
}
@media (max-width: 1199px) {
.pxl-gallery-carousel .nav-in-vertical .pxl-swiper-arrow-prev {
left: 30px;
}
}
@media (max-width: 767px) {
.pxl-gallery-carousel .nav-in-vertical .pxl-swiper-arrow-prev {
left: 15px;
}
}
.pxl-gallery-carousel .nav-in-vertical .pxl-swiper-arrow-next {
right: 50px;
}
@media (max-width: 1199px) {
.pxl-gallery-carousel .nav-in-vertical .pxl-swiper-arrow-next {
right: 30px;
}
}
@media (max-width: 767px) {
.pxl-gallery-carousel .nav-in-vertical .pxl-swiper-arrow-next {
right: 15px;
}
}
@media (min-width: 1200px) {
.pxl-testimonial-carousel.layout-1 .slide-wrap {
margin-right: -30%;
}
[dir="rtl"] .pxl-testimonial-carousel.layout-1 .slide-wrap {
margin-right: 0;
margin-left: -30%;
}
}
.pxl-testimonial-carousel.layout-1 .pxl-swiper-container {
padding: 60px 0;
}
.pxl-testimonial-carousel.layout-1 .item-inner {
background-color: #fff;
padding: 73px 35px 27px 32px;
}
@media (max-width: 575px) {
.pxl-testimonial-carousel.layout-1 .item-inner {
padding: 65px 15px 20px 15px;
}
}
.pxl-testimonial-carousel.layout-1 .item-inner:after {
content: "";
position: absolute;
left: 0;
bottom: -10px;
width: 0;
height: 1px;
background-color: #fff;
opacity: 0;
-webkit-transition: opacity 0.3s ease, width 0.5s linear;
-khtml-transition: opacity 0.3s ease, width 0.5s linear;
-moz-transition: opacity 0.3s ease, width 0.5s linear;
-ms-transition: opacity 0.3s ease, width 0.5s linear;
-o-transition: opacity 0.3s ease, width 0.5s linear;
transition: opacity 0.3s ease, width 0.5s linear;
}
.pxl-testimonial-carousel.layout-1 .item-inner .item-image {
position: absolute;
left: 32px;
top: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
padding: 8px;
}
.pxl-testimonial-carousel.layout-1 .item-inner .item-image .border {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid rgba(255, 255, 255, 0.2);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-animation: fadeInOutCustom 8s infinite linear alternate;
-khtml-animation: fadeInOutCustom 8s infinite linear alternate;
-moz-animation: fadeInOutCustom 8s infinite linear alternate;
-ms-animation: fadeInOutCustom 8s infinite linear alternate;
-o-animation: fadeInOutCustom 8s infinite linear alternate;
animation: fadeInOutCustom 8s infinite linear alternate;
}
.pxl-testimonial-carousel.layout-1 .item-inner .item-image img {
width: 90px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.pxl-testimonial-carousel.layout-1 .item-inner .quote-icon {
font-size: 18px;
color: var(--second-color);
position: absolute;
top: 35px;
right: 35px;
}
.pxl-testimonial-carousel.layout-1 .item-inner .quote-icon.pxli-quote3 {
-webkit-transform: scale(1, 0.9);
-khtml-transform: scale(1, 0.9);
-moz-transform: scale(1, 0.9);
-ms-transform: scale(1, 0.9);
-o-transform: scale(1, 0.9);
transform: scale(1, 0.9);
display: inline-block;
}
.pxl-testimonial-carousel.layout-1 .item-inner .item-desc {
font-size: 18px;
line-height: 28px;
font-weight: 600;
font-family: var(--heading-font-family);
color: var(--heading-color);
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.pxl-testimonial-carousel.layout-1 .item-inner .item-desc {
padding-right: 30px;
}
[dir="rtl"] .pxl-testimonial-carousel.layout-1 .item-inner .item-desc {
padding-right: 0;
padding-left: 30px;
}
}
@media (min-width: 1400px) {
.pxl-testimonial-carousel.layout-1 .item-inner .item-desc {
padding-right: 50px;
}
[dir="rtl"] .pxl-testimonial-carousel.layout-1 .item-inner .item-desc {
padding-right: 0;
padding-left: 50px;
}
}
.pxl-testimonial-carousel.layout-1 .item-inner .item-info {
margin-left: -9px;
margin-right: -9px;
}
.pxl-testimonial-carousel.layout-1 .item-inner .item-info > * {
margin-left: 9px;
margin-right: 9px;
}
.pxl-testimonial-carousel.layout-1 .item-inner .item-name {
text-transform: uppercase;
color: var(--heading-color);
font-weight: 500;
margin-bottom: 15px;
}
.pxl-testimonial-carousel.layout-1 .item-inner .rating-star {
position: relative;
color: var(--second-color);
width: 76px;
display: inline-block;
letter-spacing: 1.5px;
margin-top: -3px;
margin-bottom: 15px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-testimonial-carousel.layout-1 .item-inner .rating-star:before {
content: "" "" "" "" "";
display: block;
font-family: "pxli";
font-size: 15px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-1 .item-inner .rating-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1;
}
.pxl-testimonial-carousel.layout-1 .item-inner .rating-star span:before {
content: "" "" "" "" "";
font-family: "pxli";
font-size: 15px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-1 .item-inner:hover:after {
opacity: 1;
width: 100%;
}
.pxl-testimonial-carousel.layout-2 .icon-quotes {
margin-bottom: 22px;
}
.pxl-testimonial-carousel.layout-2 .quote-icon {
font-size: 24px;
color: var(--second-color);
display: inline-block;
-webkit-transform: rotate(180deg) scaleY(0.88);
-khtml-transform: rotate(180deg) scaleY(0.88);
-moz-transform: rotate(180deg) scaleY(0.88);
-ms-transform: rotate(180deg) scaleY(0.88);
-o-transform: rotate(180deg) scaleY(0.88);
transform: rotate(180deg) scaleY(0.88);
}
.pxl-testimonial-carousel.layout-2 .item-inner {
padding: 0 50px;
}
@media (max-width: 767px) {
.pxl-testimonial-carousel.layout-2 .item-inner {
padding: 0;
}
}
.pxl-testimonial-carousel.layout-2 .item-title {
color: var(--primary-color);
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
display: inline-flex;
margin-bottom: 38px;
text-decoration: underline;
text-decoration-thickness: 1px;
}
@media (max-width: 575px) {
.pxl-testimonial-carousel.layout-2 .item-title {
margin-bottom: 20px;
}
}
.pxl-testimonial-carousel.layout-2 .item-desc {
font-size: 22px;
line-height: 1.59;
font-family: var(--heading-font-family);
color: var(--heading-color);
letter-spacing: 0.02em;
font-weight: 600;
margin-bottom: 37px;
}
.pxl-testimonial-carousel.layout-2 .item-star {
position: relative;
color: var(--heading-color);
width: 112px;
display: inline-block;
letter-spacing: 5px;
margin-bottom: 20px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-testimonial-carousel.layout-2 .item-star:before {
content: "" "" "" "" "";
display: block;
font-family: "Material-Design-Iconic-Font";
font-size: 22px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-2 .item-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1;
}
.pxl-testimonial-carousel.layout-2 .item-star span:before {
content: "" "" "" "" "";
font-family: "Material-Design-Iconic-Font";
font-size: 22px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-2 .item-info {
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media (max-width: 575px) {
.pxl-testimonial-carousel.layout-2 .item-info {
font-size: 14px;
}
}
.pxl-testimonial-carousel.layout-2 .pxl-swiper-dots {
margin-top: 43px;
}
.pxl-testimonial-carousel.layout-3 .pxl-swiper-slider-wrap {
padding-top: 56px;
}
.pxl-testimonial-carousel.layout-3 .quote-icon {
position: absolute;
right: 0;
top: -56px;
font-size: 40px;
color: var(--second-color);
display: inline-block;
-webkit-transform: scaleY(0.88);
-khtml-transform: scaleY(0.88);
-moz-transform: scaleY(0.88);
-ms-transform: scaleY(0.88);
-o-transform: scaleY(0.88);
transform: scaleY(0.88);
}
@media (max-width: 1599px) {
.pxl-testimonial-carousel.layout-3 .quote-icon {
right: 15px;
}
}
@media (max-width: 1199px) {
.pxl-testimonial-carousel.layout-3 .quote-icon {
font-size: 36px;
}
}
@media (max-width: 767px) {
.pxl-testimonial-carousel.layout-3 .quote-icon {
font-size: 32px;
}
}
.pxl-testimonial-carousel.layout-3 .item-title {
color: var(--primary-color);
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
display: inline-flex;
margin-bottom: 38px;
text-decoration: underline;
text-decoration-thickness: 1px;
}
@media (max-width: 575px) {
.pxl-testimonial-carousel.layout-3 .item-title {
font-size: 20px;
margin-bottom: 28px;
}
}
.pxl-testimonial-carousel.layout-3 .item-desc {
font-size: 20px;
line-height: 1.75;
letter-spacing: 0.02em;
margin-bottom: 28px;
}
@media (max-width: 1199px) {
.pxl-testimonial-carousel.layout-3 .item-desc {
font-size: 18px;
}
}
@media (max-width: 767px) {
.pxl-testimonial-carousel.layout-3 .item-desc {
font-size: 16px;
}
}
.pxl-testimonial-carousel.layout-3 .item-star {
position: relative;
color: #aa998a;
width: 112px;
display: inline-block;
letter-spacing: 5px;
margin-bottom: 30px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-testimonial-carousel.layout-3 .item-star:before {
content: "" "" "" "" "";
display: block;
font-family: "Material-Design-Iconic-Font";
font-size: 22px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-3 .item-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1;
}
.pxl-testimonial-carousel.layout-3 .item-star span:before {
content: "" "" "" "" "";
font-family: "Material-Design-Iconic-Font";
font-size: 22px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-3 .item-info {
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media (max-width: 767px) {
.pxl-testimonial-carousel.layout-3 .item-info {
font-size: 14px;
}
}
.pxl-testimonial-carousel.layout-3 .pxl-swiper-dots {
margin-top: 43px;
}
.pxl-testimonial-carousel.layout-4 .icon-quotes {
margin-bottom: 32px;
}
.pxl-testimonial-carousel.layout-4 .quote-icon {
font-size: 40px;
color: var(--second-color);
display: inline-block;
-webkit-transform: scaleY(0.88);
-khtml-transform: scaleY(0.88);
-moz-transform: scaleY(0.88);
-ms-transform: scaleY(0.88);
-o-transform: scaleY(0.88);
transform: scaleY(0.88);
}
@media (max-width: 767px) {
.pxl-testimonial-carousel.layout-4 .quote-icon {
font-size: 32px;
}
}
.pxl-testimonial-carousel.layout-4 .item-title {
color: var(--primary-color);
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
display: inline-flex;
margin-bottom: 38px;
text-decoration: underline;
text-decoration-thickness: 1px;
}
@media (max-width: 575px) {
.pxl-testimonial-carousel.layout-4 .item-title {
font-size: 20px;
margin-bottom: 28px;
}
}
.pxl-testimonial-carousel.layout-4 .item-desc {
font-size: 20px;
line-height: 1.75;
letter-spacing: 0.02em;
margin-bottom: 22px;
}
@media (max-width: 1199px) {
.pxl-testimonial-carousel.layout-4 .item-desc {
font-size: 18px;
}
}
@media (max-width: 767px) {
.pxl-testimonial-carousel.layout-4 .item-desc {
font-size: 16px;
}
}
.pxl-testimonial-carousel.layout-4 .item-star {
position: relative;
color: #aa998a;
width: 112px;
display: inline-block;
letter-spacing: 5px;
margin-bottom: 30px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-testimonial-carousel.layout-4 .item-star:before {
content: "" "" "" "" "";
display: block;
font-family: "Material-Design-Iconic-Font";
font-size: 22px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-4 .item-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1;
}
.pxl-testimonial-carousel.layout-4 .item-star span:before {
content: "" "" "" "" "";
font-family: "Material-Design-Iconic-Font";
font-size: 22px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-4 .item-info {
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media (max-width: 767px) {
.pxl-testimonial-carousel.layout-4 .item-info {
font-size: 14px;
}
}
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots {
margin-top: 43px;
}
.pxl-testimonial-carousel.layout-5 {
margin-left: -30px;
margin-right: -30px;
}
.pxl-testimonial-carousel.layout-5 .pxl-swiper-container {
padding: 60px 30px;
}
.pxl-testimonial-carousel.layout-5 .item-inner {
background-color: #fff;
padding: 50px 40px 42px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 1199px) {
.pxl-testimonial-carousel.layout-5 .item-inner {
padding: 40px 15px 40px;
}
}
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-5 .item-inner {
padding: 40px 15px 30px;
}
}
.pxl-testimonial-carousel.layout-5 .item-inner:after {
content: "";
position: absolute;
left: 50%;
bottom: -10px;
width: 0;
height: 1px;
background-color: var(--primary-color);
opacity: 0;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-testimonial-carousel.layout-5 .item-inner .quote-icon {
font-size: 24px;
color: var(--primary-color);
}
.pxl-testimonial-carousel.layout-5 .item-inner .quote-icon.pxli-quote3 {
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
display: inline-block;
}
.pxl-testimonial-carousel.layout-5 .item-inner .item-content {
padding-top: 25px;
}
.pxl-testimonial-carousel.layout-5 .item-inner .item-desc {
font-size: 18px;
line-height: 1.94;
letter-spacing: 0.02em;
color: var(--heading-color);
margin-bottom: 30px;
}
@media (max-width: 1199px) {
.pxl-testimonial-carousel.layout-5 .item-inner .item-desc {
font-size: 16px;
}
}
@media (max-width: 575px) {
.pxl-testimonial-carousel.layout-5 .item-inner .item-desc {
margin-bottom: 15px;
}
}
.pxl-testimonial-carousel.layout-5 .item-inner .item-info {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.02em;
color: var(--primary-color);
}
@media (max-width: 1199px) {
.pxl-testimonial-carousel.layout-5 .item-inner .item-info {
font-size: 14px;
}
}
.pxl-testimonial-carousel.layout-5 .item-inner .item-star {
position: relative;
color: #ffb717;
width: 112px;
display: inline-block;
letter-spacing: 5px;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-testimonial-carousel.layout-5 .item-inner .item-star:before {
content: "" "" "" "" "";
display: block;
font-family: "Material-Design-Iconic-Font";
font-size: 22px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-5 .item-inner .item-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1;
}
.pxl-testimonial-carousel.layout-5 .item-inner .item-star span:before {
content: "" "" "" "" "";
font-family: "Material-Design-Iconic-Font";
font-size: 22px;
line-height: 1;
}
.pxl-testimonial-carousel.layout-5 .item-inner:hover {
-webkit-box-shadow: 7px 0px 27px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 7px 0px 27px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 7px 0px 27px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 7px 0px 27px rgba(0, 0, 0, 0.1);
-o-box-shadow: 7px 0px 27px rgba(0, 0, 0, 0.1);
box-shadow: 7px 0px 27px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-30px);
-khtml-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
transform: translateY(-30px);
}
.pxl-testimonial-carousel.layout-5 .item-inner:hover:after {
left: 0;
opacity: 1;
width: 100%;
}
.pxl-room-single-gallery-carousel .item-image img {
width: 100%;
}
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow {
width: 62px;
height: 62px;
border-radius: 50%;
background-color: transparent;
color: var(--primary-color);
border: 1px solid rgba(var(--primary-color-rgb), 0.2);
}
@media (max-width: 1300px) {
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow {
color: #fff;
border-color: #fff;
}
}
@media (max-width: 1199px) {
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow {
width: 52px;
height: 52px;
font-size: 18px;
}
}
@media (max-width: 767px) {
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow {
width: 42px;
height: 42px;
font-size: 16px;
}
}
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow:hover {
border-color: var(--primary-color);
}
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow-prev {
left: -108px;
}
@media (max-width: 1599px) {
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow-prev {
left: -78px;
}
}
@media (max-width: 1300px) {
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow-prev {
left: 15px;
}
}
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow-next {
right: -108px;
}
@media (max-width: 1599px) {
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow-next {
right: -78px;
}
}
@media (max-width: 1300px) {
.pxl-room-single-gallery-carousel.layout-1 .pxl-swiper-arrow-next {
right: 15px;
}
}
.pxl-room-single-gallery-carousel.layout-2 .pxl-galleries-light-box:before {
content: "";
width: 27px;
height: 1px;
background-color: #fff;
position: absolute;
top: calc(50% - 1px);
left: calc(50% - 14px);
z-index: 1;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 0.3s ease 0.2s;
-khtml-transition: transform 0.3s ease 0.2s;
-moz-transition: transform 0.3s ease 0.2s;
-ms-transition: transform 0.3s ease 0.2s;
-o-transition: transform 0.3s ease 0.2s;
transition: transform 0.3s ease 0.2s;
}
.pxl-room-single-gallery-carousel.layout-2 .pxl-galleries-light-box:after {
content: "";
width: 1px;
height: 27px;
background-color: #fff;
position: absolute;
top: calc(50% - 14px);
left: calc(50% - 1px);
z-index: 1;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 0.3s ease 0.2s;
-khtml-transition: transform 0.3s ease 0.2s;
-moz-transition: transform 0.3s ease 0.2s;
-ms-transition: transform 0.3s ease 0.2s;
-o-transition: transform 0.3s ease 0.2s;
transition: transform 0.3s ease 0.2s;
}
.pxl-room-single-gallery-carousel.layout-2 .swiper-slide-active .item-inner:hover .pxl-galleries-light-box:before, .pxl-room-single-gallery-carousel.layout-2 .swiper-slide-active .item-inner:hover .pxl-galleries-light-box:after {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow {
width: 75px;
height: 75px;
border-radius: 50%;
background-color: transparent;
color: #fff;
border: 1px solid #f6f7f6;
}
@media (max-width: 1399px) {
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow {
width: 62px;
height: 62px;
}
}
@media (max-width: 1199px) {
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow {
width: 52px;
height: 52px;
font-size: 18px;
}
}
@media (max-width: 767px) {
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow {
width: 42px;
height: 42px;
font-size: 16px;
}
}
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow:hover {
background-color: #fff;
border-color: #fff;
color: var(--primary-color);
}
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow-prev {
left: 62px;
}
@media (max-width: 1199px) {
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow-prev {
left: 30px;
}
}
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow-next {
right: 62px;
}
@media (max-width: 1199px) {
.pxl-room-single-gallery-carousel.layout-2 .pxl-swiper-arrow-next {
right: 30px;
}
}
.pxl-room-single-related-carousel-wg .pxl-room-gallery-carousel .pxl-swiper-dots {
margin-top: 0;
position: absolute;
bottom: 28px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pxl-room-single-related-carousel-wg .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
background-color: #fff;
}
.pxl-room-single-related-carousel-wg .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:after {
background-color: #fff;
}
.pxl-room-single-related-carousel-wg .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-room-single-related-carousel-wg .pxl-room-gallery-carousel .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-khtml-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
-o-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.pxl-room-single-related-carousel-wg .item-featured img {
width: 100%;
}
.pxl-room-single-related-carousel-wg .item-featured .room-price {
position: absolute;
top: 24px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
padding: 6px 14px;
background: var(--primary-color);
font-size: 14px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
text-transform: uppercase;
display: inline-block;
}
.pxl-room-single-related-carousel-wg .item-content .item-content-inner {
padding-top: 23px;
}
.pxl-room-single-related-carousel-wg .item-content .item-title {
margin-top: 0;
margin-bottom: 14px;
}
.pxl-room-single-related-carousel-wg .item-content .item-excerpt {
margin-bottom: 18px;
}
.pxl-room-single-related-carousel-wg .item-content .room-metas {
margin-bottom: 42px;
}
.pxl-room-single-related-carousel-wg .item-content .room-metas .meta-item {
position: relative;
font-size: 16px;
color: var(--heading-color);
}
.pxl-room-single-related-carousel-wg .item-content .room-metas .meta-item + .meta-item:before {
content: "";
width: 5px;
height: 5px;
border-radius: 5px;
background-color: var(--primary-color);
position: absolute;
top: 50%;
left: 0;
margin-top: -2.5px;
margin-left: -2.5px;
}
[dir="rtl"] .pxl-room-single-related-carousel-wg .item-content .room-metas .meta-item + .meta-item:before {
left: auto;
right: 0;
}
.pxl-room-single-related-carousel-wg .item-content .item-service, .pxl-room-single-related-carousel-wg .item-content .item-special {
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
}
.pxl-room-single-related-carousel-wg .item-content .item-service .lbl, .pxl-room-single-related-carousel-wg .item-content .item-special .lbl {
min-width: 80px;
}
@media (max-width: 1199px) {
.pxl-room-single-related-carousel-wg .item-content .item-service .lbl, .pxl-room-single-related-carousel-wg .item-content .item-special .lbl {
min-width: 70px;
}
}
@media (max-width: 575px) {
.pxl-room-single-related-carousel-wg .item-content .item-service .lbl, .pxl-room-single-related-carousel-wg .item-content .item-special .lbl {
min-width: 62px;
}
}
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow {
width: 62px;
height: 62px;
border-radius: 50%;
background-color: transparent;
color: var(--primary-color);
border: 1px solid var(--primary-color);
}
@media (max-width: 1300px) {
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow {
color: #fff;
border-color: #fff;
}
}
@media (max-width: 1199px) {
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow {
width: 52px;
height: 52px;
font-size: 18px;
}
}
@media (max-width: 767px) {
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow {
width: 42px;
height: 42px;
font-size: 16px;
}
}
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow-prev {
left: -108px;
}
@media (max-width: 1599px) {
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow-prev {
left: -78px;
}
}
@media (max-width: 1300px) {
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow-prev {
left: 15px;
}
}
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow-next {
right: -108px;
}
@media (max-width: 1599px) {
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow-next {
right: -78px;
}
}
@media (max-width: 1300px) {
.pxl-room-single-related-carousel-wg .pxl-swiper-arrow-next {
right: 15px;
}
}
.pxl-room-single-related-carousel-wg .pxl-swiper-dots {
margin-top: 50px;
}
@media (min-width: 1200px) {
.pxl-room-single-related-carousel-wg .pxl-swiper-dots.style-bullets.d-xl-none {
display: none;
}
}
.pxl-instagram-carousel .item-inner a {
position: relative;
display: block;
}
.pxl-instagram-carousel .item-inner a:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.35);
opacity: 0;
-webkit-transform: scale(0.5);
-khtml-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-instagram-carousel .item-inner a:hover:before {
opacity: 1;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-instagram-carousel .item-inner a:hover .pxl-icon {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pxl-instagram-carousel .item-inner .pxl-icon {
position: absolute;
top: 50%;
left: 50%;
font-size: 32px;
color: #fff;
opacity: 0;
-webkit-transform: translate(-50%, -30%);
-khtml-transform: translate(-50%, -30%);
-moz-transform: translate(-50%, -30%);
-ms-transform: translate(-50%, -30%);
-o-transform: translate(-50%, -30%);
transform: translate(-50%, -30%);
-webkit-transition: all 0.3s ease 0.1s;
-khtml-transition: all 0.3s ease 0.1s;
-moz-transition: all 0.3s ease 0.1s;
-ms-transition: all 0.3s ease 0.1s;
-o-transition: all 0.3s ease 0.1s;
transition: all 0.3s ease 0.1s;
}
@media (max-width: 1199px) {
.pxl-instagram-carousel .item-inner .pxl-icon {
font-size: 28px;
}
}
@media (max-width: 767px) {
.pxl-instagram-carousel .item-inner .pxl-icon {
font-size: 24px;
}
}
.pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-prev {
left: -60px;
}
@media (max-width: 1399px) {
.pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-prev {
left: 0;
}
}
.pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-next {
right: -60px;
}
@media (max-width: 1399px) {
.pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-next {
right: 0;
}
}
.pxl-fancybox-carousel {
padding: 86px 30px 35px 30px;
}
@media (max-width: 575px) {
.pxl-fancybox-carousel {
padding: 80px 15px 35px 15px;
}
}
.pxl-fancybox-carousel .fancybox-inner .pxl-fancy-icon {
margin-bottom: 30px;
display: flex;
justify-content: center;
color: #fff;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-khtml-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pxl-fancybox-carousel .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 97px;
height: 97px;
font-size: 60px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.2);
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1199px) {
.pxl-fancybox-carousel .fancybox-inner .pxl-fancy-icon .pxl-icon {
width: 80px;
height: 80px;
font-size: 45px;
}
}
.pxl-fancybox-carousel .fancybox-inner .pxl-fancy-icon svg {
width: 97px;
height: 97px;
font-size: 60px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.2);
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
@media (max-width: 1199px) {
.pxl-fancybox-carousel .fancybox-inner .pxl-fancy-icon svg {
width: 80px;
height: 80px;
font-size: 45px;
}
}
.pxl-fancybox-carousel .fancybox-inner .pxl-fancybox-content {
position: relative;
}
.pxl-fancybox-carousel .fancybox-inner .title {
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 22px;
}
.pxl-fancybox-carousel .fancybox-inner .title a {
color: inherit;
}
@media (min-width: 1400px) {
.pxl-fancybox-carousel .fancybox-inner .desc {
padding: 0 30px;
}
}
.pxl-fancybox-carousel .fancybox-inner:hover .pxl-fancy-icon .pxl-icon {
border-radius: 50%;
background-color: var(--second-color);
-webkit-animation: pxl-zoom-out-in-small 800ms ease 0s;
-khtml-animation: pxl-zoom-out-in-small 800ms ease 0s;
-moz-animation: pxl-zoom-out-in-small 800ms ease 0s;
-ms-animation: pxl-zoom-out-in-small 800ms ease 0s;
-o-animation: pxl-zoom-out-in-small 800ms ease 0s;
animation: pxl-zoom-out-in-small 800ms ease 0s;
}
.pxl-fancybox-carousel .fancybox-inner:hover .pxl-fancy-icon svg {
background-color: var(--second-color);
}
.pxl-fancybox-carousel .pxl-swiper-dots {
margin-top: 73px;
}
@media (max-width: 575px) {
.pxl-fancybox-carousel .pxl-swiper-dots {
margin-top: 40px;
}
}
.pxl-sliders-wrap {
position: relative;
height: 100%;
}
.pxl-sliders-wrap:not(.pxl-swiper-initialized) .pxl-slider-wrapper {
visibility: hidden;
}
.pxl-slider-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: visible;
z-index: 0;
}
.pxl-slider-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.pxl-slider-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.pxl-slider-item > div {
width: 100%;
}
.pxl-slider-item .pxl-slide-bg {
width: 100%;
height: 100%;
background-position: 50%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.pxl-slider-item .pxl-btn {
position: relative;
z-index: 1;
}
.pxl-slider-item .pxl-elementor-animate {
visibility: hidden;
}
.pxl-slider-item .pxl-elementor-animate.animated {
visibility: visible;
}
.effect-fade .pxl-slider-item:not(.swiper-slide-active) {
z-index: -1;
}
.effect-fade .pxl-slider-item.swiper-slide-active {
z-index: 1;
}
.pxl-slide-bg {
background-image: var(--slide-bg-lazy);
}
.pxl-slider-arrow-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
z-index: 2;
}
.pxl-slider-arrow-wrap > * {
max-width: 100%;
}
.pxl-slider-arrow-wrap.pos-absolute.wrap {
position: absolute;
bottom: 30px;
}
.pxl-slider-arrow-wrap.pos-absolute.separate .pxl-slider-arrow-prev {
position: absolute;
left: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.pxl-slider-arrow-wrap.pos-absolute.separate .pxl-slider-arrow-next {
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.pxl-slider-arrow-wrap.pos-df {
margin-top: 30px;
}
.pxl-slider-arrow-wrap.pos-df.wrap {
justify-content: center;
}
.pxl-slider-arrow-wrap.separate {
margin-top: 0;
justify-content: space-between;
}
.pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-prev {
opacity: 0;
-webkit-transform: translateX(-100%);
-khtml-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-next {
opacity: 0;
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.pxl-slider-container:hover .pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-prev, .pxl-slider-container:focus .pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-prev {
opacity: 1;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.pxl-slider-container:hover .pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-next, .pxl-slider-container:focus .pxl-slider-arrow-wrap.arrow-on-hover.separate .pxl-slider-arrow-next {
opacity: 1;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.pxl-slider-arrow {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
z-index: 2;
text-align: center;
cursor: pointer;
position: relative;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-slider-arrow > * {
max-width: 100%;
}
.pxl-slider-arrow.swiper-button-disabled {
cursor: not-allowed;
}
.pxl-slider-arrow .arrow-text {
font-size: 16px;
position: relative;
}
.pxl-slider-arrow .swiper-button-disabled .arrow-text:after {
display: none;
}
.pxl-slider-arrow .pxl-icon {
display: inline-flex;
align-items: center;
justify-content: center;
z-index: 2;
text-align: center;
background-color: transparent;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 575px) {
.pxl-slider-arrow .pxl-icon {
font-size: 28px;
width: 70px;
height: 70px;
line-height: 70px;
}
}
.pxl-slider-arrow .pxl-icon.swiper-button-disabled {
cursor: not-allowed;
}
.pxl-slider-arrow-wrap.layout-df .pxl-slider-arrow {
color: #fff;
background-color: var(--primary-color);
}
.pxl-slider-arrow-wrap.layout-df .pxl-slider-arrow .pxl-icon {
font-size: 25px;
width: 60px;
height: 120px;
}
@media (max-width: 1199px) {
.pxl-slider-arrow-wrap.layout-df .pxl-slider-arrow .pxl-icon {
width: 40px;
height: 80px;
font-size: 20px;
}
}
@media (max-width: 575px) {
.pxl-slider-arrow-wrap.layout-df .pxl-slider-arrow .pxl-icon {
width: 30px;
height: 60px;
font-size: 16px;
}
}
.pxl-slider-arrow-wrap.layout-df .pxl-slider-arrow:hover {
color: var(--primary-color);
background-color: #fff;
}
.pxl-slider-arrow-wrap.layout-round .pxl-slider-arrow {
color: #fff;
border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 1px #fff;
-khtml-box-shadow: 0px 0px 0px 1px #fff;
-moz-box-shadow: 0px 0px 0px 1px #fff;
-ms-box-shadow: 0px 0px 0px 1px #fff;
-o-box-shadow: 0px 0px 0px 1px #fff;
box-shadow: 0px 0px 0px 1px #fff;
}
.pxl-slider-arrow-wrap.layout-round .pxl-slider-arrow .pxl-icon {
width: 72px;
height: 72px;
font-size: 25px;
border-radius: 50%;
}
@media (max-width: 1599px) {
.pxl-slider-arrow-wrap.layout-round .pxl-slider-arrow .pxl-icon {
width: 60px;
height: 60px;
font-size: 22px;
}
}
@media (max-width: 1199px) {
.pxl-slider-arrow-wrap.layout-round .pxl-slider-arrow .pxl-icon {
width: 50px;
height: 50px;
font-size: 20px;
}
}
@media (max-width: 575px) {
.pxl-slider-arrow-wrap.layout-round .pxl-slider-arrow .pxl-icon {
width: 40px;
height: 40px;
font-size: 16px;
}
}
.pxl-slider-arrow-wrap.layout-round .pxl-slider-arrow:hover {
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
-khtml-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
-ms-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
-o-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
}
.pxl-slider-dots.style-bullets {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 30px;
column-gap: 10px;
margin: 0 2px;
}
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet {
width: 23px;
height: 23px;
line-height: 23px;
text-align: center;
cursor: pointer;
position: relative;
background-color: transparent;
opacity: 1;
display: inline-flex;
align-items: center;
justify-content: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.25s linear;
-khtml-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet:before {
content: "";
width: 5px;
height: 5px;
background: #cccccc;
display: block;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.25s linear;
-khtml-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet:hover, .pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
-webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
-khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
-moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
-ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
-o-box-shadow: 0px 0px 0px 1px var(--primary-color);
box-shadow: 0px 0px 0px 1px var(--primary-color);
}
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet:hover:before, .pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
background: var(--primary-color);
}
.pxl-slider-dots.style-bullets-number {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 45px;
color: #fff;
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet {
flex: 0 0 auto;
width: auto;
height: 22px;
line-height: 22px;
text-align: center;
cursor: pointer;
position: relative;
margin: 0px 10px;
-webkit-transition: all 0.25s ease;
-khtml-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
@media (max-width: 575px) {
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet {
margin: 0 8px;
}
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet:after {
content: "";
position: absolute;
width: 0;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
right: 0;
top: 50%;
margin-top: -1px;
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
background-color: transparent;
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
padding-right: 110px;
}
@media (max-width: 767px) {
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
padding-right: 90px;
}
}
@media (max-width: 575px) {
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child) {
padding-right: 70px;
}
}
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
width: 90px;
-webkit-transition: all 0.3s ease 0.2s;
-khtml-transition: all 0.3s ease 0.2s;
-moz-transition: all 0.3s ease 0.2s;
-ms-transition: all 0.3s ease 0.2s;
-o-transition: all 0.3s ease 0.2s;
transition: all 0.3s ease 0.2s;
}
@media (max-width: 767px) {
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
width: 70px;
}
}
@media (max-width: 575px) {
.pxl-slider-dots.style-bullets-number .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:not(:last-child):after {
width: 50px;
}
}
.pxl-slide-item-wrap.full-screen {
height: 100vh;
}
.pxl-slide-item-wrap.full-screen .slide-content-wrap > div {
height: 100vh;
}
.nunito-font {
font-family: "Nunito", Sans-serif;
}
.col2-set {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.col2-set .col-1, .col2-set .col-2 {
flex: 0 0 100%;
max-width: 100%;
padding: 15px;
}
@media (min-width: 769px) {
.col2-set .col-1, .col2-set .col-2 {
flex: 0 0 50%;
max-width: 50%;
}
}
.woocommerce-notices-wrapper {
margin-bottom: 38px;
}
.woocommerce-notices-wrapper:empty {
display: none;
}
.woocommerce-notices-wrapper ul {
list-style: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
position: relative;
width: 100%;
border: 0;
color: var(--body-color);
background: #f2f2f2;
padding: 15px 15px 15px 45px;
word-wrap: break-word;
list-style: none;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
font-family: "pxli";
font-size: 18px;
position: absolute;
top: 50%;
left: 15px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
float: right;
padding: 0;
background-color: transparent;
border-color: transparent;
color: var(--link-color);
margin: 0;
position: relative;
}
.woocommerce-error a.button:after, .woocommerce-info a.button:after, .woocommerce-message a.button:after {
content: "";
width: 100%;
height: 2px;
background-color: var(--second-color);
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce-error a.button:active, .woocommerce-error a.button:hover, .woocommerce-error a.button:focus, .woocommerce-info a.button:active, .woocommerce-info a.button:hover, .woocommerce-info a.button:focus, .woocommerce-message a.button:active, .woocommerce-message a.button:hover, .woocommerce-message a.button:focus {
color: var(--second-color);
outline: medium none;
text-decoration: none;
background-color: transparent;
border-color: transparent;
}
.woocommerce-error {
color: #d62a28;
}
.woocommerce-error:before {
color: #d62a28;
content: "";
}
.woocommerce-info {
color: #cf8207;
}
.woocommerce-info:before {
color: #cf8207;
content: "";
}
.woocommerce-message {
color: #27ae60;
}
.woocommerce-message:before {
color: #27ae60;
content: "";
}
.widget_shopping_cart_content .blockUI.blockOverlay {
position: relative !important;
display: none !important;
}
@media (min-width: 992px) {
.cart-content-left {
padding-right: 45px;
}
}
@media (min-width: 1200px) {
.cart-content-left {
padding-right: 85px;
}
}
@media (max-width: 991px) {
.cart-content-left {
margin-bottom: 80px;
}
}
.cart-list-wrapper .cart-list-head {
font-size: 14px;
color: #707070;
text-transform: uppercase;
letter-spacing: 0.05em;
border-bottom: 1px solid #dedede;
padding-bottom: 10px;
}
@media (max-width: 575px) {
.cart-list-wrapper .cart-list-head {
display: none;
}
}
.cart-list-wrapper .cart-list-head .col-quantity {
width: 20%;
}
.cart-list-wrapper .cart-list-item {
padding: 25px 0;
}
.cart-list-wrapper .cart-list-item + .cart-list-item {
border-top: 1px solid #dedede;
}
.cart-list-wrapper .cart-list-item .product-thumbnail img {
width: 70px;
}
.cart-list-wrapper .cart-list-item .item-name {
font-size: 16px;
padding-top: 4px;
line-height: 24px;
}
.cart-list-wrapper .cart-list-item .variation {
margin-top: 5px;
padding-bottom: 4px;
line-height: 1;
}
.cart-list-wrapper .cart-list-item .variation span {
margin: 0;
padding: 0;
position: relative;
display: inline-flex;
}
.cart-list-wrapper .cart-list-item .variation span + span {
padding-left: 8px;
}
.cart-list-wrapper .cart-list-item .variation span + span:before {
content: ",";
position: absolute;
left: 0;
}
.cart-list-wrapper .cart-list-item .col-quantity {
width: 20%;
}
.cart-list-wrapper .cart-list-item .pxl-quantity-wrap {
align-items: center;
}
.cart-list-wrapper .cart-list-item .pxl-quantity-wrap .label {
display: none;
}
.cart-list-wrapper .cart-list-item .quantity-inner {
position: relative;
display: inline-block;
width: 80px;
}
.cart-list-wrapper .cart-list-item .quantity-inner input {
line-height: 34px;
width: 100%;
height: 34px;
border: 1px solid #dde3dd;
font-size: 14px;
text-align: center;
}
.cart-list-wrapper .cart-list-item .quantity-inner .quantity-button {
position: absolute;
top: 0;
width: 35px;
height: 34px;
line-height: 32px;
font-size: 11px;
border: 0;
cursor: pointer;
display: flex;
align-items: center;
color: var(--body-color);
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.cart-list-wrapper .cart-list-item .quantity-inner .quantity-button:hover {
color: #000;
}
.cart-list-wrapper .cart-list-item .quantity-inner .quantity-up {
right: 0;
justify-content: center;
}
.cart-list-wrapper .cart-list-item .quantity-inner .quantity-down {
left: 0;
z-index: 1;
justify-content: center;
}
.cart-list-wrapper .cart-list-item .quantity-inner:hover input {
border-color: #000;
}
.cart-list-wrapper .cart-list-item .item-price, .cart-list-wrapper .cart-list-item .item-subtotal {
font-size: 16px;
color: var(--heading-color);
padding-top: 4px;
}
.cart-list-wrapper .cart-list-item .col-remove {
display: inline-flex;
align-items: center;
}
.cart-list-wrapper .cart-list-item .remove {
font-size: 16px;
color: #707070;
display: inline-flex;
align-items: center;
}
.cart-list-wrapper .cart-list-item .remove svg {
width: 1em;
height: 1em;
fill: #707070;
}
.cart-list-wrapper .cart-list-item .remove:hover {
color: var(--heading-color);
}
.cart-list-wrapper .cart-list-item .remove:hover svg {
fill: var(--heading-color);
}
@media (max-width: 575px) {
.cart-list-wrapper .cart-list-item .cart-item-info {
position: relative;
}
.cart-list-wrapper .cart-list-item .col-remove {
position: absolute;
top: 0;
right: 0;
width: auto !important;
}
.cart-list-wrapper .cart-list-item .item-name {
padding-top: 0;
margin-bottom: 5px;
padding-right: 50px;
}
.cart-list-wrapper .cart-list-item .item-subtotal {
margin-top: 5px;
}
.cart-list-wrapper .cart-list-item .item-subtotal .lbl {
color: var(--body-color);
}
}
.coupon {
border: 1px solid #dde3dd;
padding: 23px 30px 35px 30px;
margin-top: 55px;
}
@media (max-width: 480px) {
.coupon {
padding: 18px 15px 24px 15px;
}
}
.coupon label {
font-size: 20px;
line-height: 1.5;
color: var(--heading-color);
margin-bottom: 15px;
}
@media (max-width: 480px) {
.coupon label {
margin-bottom: 10px;
}
}
.coupon .pxl-icon {
position: absolute;
left: 16px;
top: 50%;
font-size: 20px;
margin-top: -10px;
color: #000;
}
@media (max-width: 480px) {
.coupon .pxl-icon {
display: none;
}
}
.coupon .input-text {
border: 1px solid #dde3dd;
height: 50px;
padding: 0 130px 0 24px;
}
@media (min-width: 481px) {
.coupon .button {
position: absolute;
top: 0;
right: 0;
height: 50px;
background-color: transparent;
color: #000;
padding: 0 24px;
font-size: 14px;
letter-spacing: 0.05em;
border: 0;
}
.coupon .button:hover, .coupon .button:active, .coupon .button:focus {
color: #707070;
}
}
@media (max-width: 480px) {
.coupon .button {
margin-top: 15px;
width: 100%;
}
}
.cart-collaterals {
background-color: #f0f1f4;
position: relative;
margin-top: 10px;
}
.cart-collaterals .cart_totals {
position: relative;
padding: 30px 35px 25px 35px;
}
@media (max-width: 480px) {
.cart-collaterals .cart_totals {
padding: 25px 15px 20px 15px;
}
}
.cart-collaterals .cart_totals:before {
content: "";
position: absolute;
top: -10px;
left: 0;
bottom: -10px;
right: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 2;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cart-collaterals .cart_totals:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
font-size: 24px;
line-height: 1;
font-family: "pxli";
-webkit-animation: spin 1s infinite linear;
-khtml-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
z-index: 3;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cart-collaterals:before {
content: "";
width: 100%;
height: 10px;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/cart-total-shap-top.png);
position: absolute;
top: -10px;
left: 0;
background-repeat: repeat-x;
}
.cart-collaterals:after {
content: "";
width: 100%;
height: 10px;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/cart-total-shap-bot.png);
position: absolute;
bottom: -10px;
left: 0;
background-repeat: repeat-x;
}
.cart-collaterals .pxl-heading {
font-size: 20px;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid #dde3dd;
}
.cart-collaterals .cart-total-row {
margin-bottom: 15px;
}
.cart-collaterals span.lbl {
font-size: 16px;
letter-spacing: 0.015em;
}
.cart-collaterals span.value {
font-size: 16px;
letter-spacing: 0.015em;
color: var(--heading-color);
}
.cart-collaterals .woocommerce-shipping-totals {
padding-bottom: 30px;
margin-bottom: 18px;
border-bottom: 1px solid #dde3dd;
}
.cart-collaterals .nice-select.shipping_method {
background-color: #fff;
}
.cart-collaterals .woocommerce-shipping-calculator {
margin-top: 10px;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
font-size: 16px;
letter-spacing: 0.015em;
color: var(--body-color);
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
color: var(--link-color);
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
margin-top: 10px;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button {
width: 100%;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container.select2-container--default .select2-selection--single {
border: 1px solid #cecece;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 0;
line-height: 55px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
right: 1px;
width: 20px;
margin-top: -13px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow:after {
position: absolute;
font-size: 13px;
font-style: normal;
font-family: "pxli";
content: "";
right: 16px;
top: 50%;
color: var(--body-color);
height: 100%;
transform: translate(0, -50%);
display: flex;
align-items: center;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.cart-collaterals .woocommerce-shipping-calculator .input-text {
padding: 0 18px;
border: 1px solid #cecece;
}
.cart-collaterals .order-total {
margin-bottom: 10px;
}
.cart-collaterals .order-total span.lbl {
font-size: 18px;
color: #000;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.cart-collaterals .order-total span.value {
font-size: 20px;
font-weight: 600;
color: #000;
letter-spacing: 0.015em;
}
.cart-collaterals .order-total span.value strong {
font-weight: 600;
}
.cart-collaterals .wc-proceed-to-checkout {
padding-top: 30px;
margin-top: 18px;
border-top: 1px solid #dde3dd;
}
.cart-collaterals #payment-method-message {
margin-bottom: 15px !important;
}
.cart-collaterals .checkout-button {
width: 100%;
}
.cart-collaterals .blockUI.blockOverlay {
position: relative !important;
display: none !important;
}
.cart-collaterals .cart_totals.processing:before {
opacity: 1;
visibility: visible;
}
.cart-collaterals .cart_totals.processing:after {
opacity: 1;
visibility: visible;
}
.woocommerce-cart-form .continue-shopping {
margin-top: 40px;
}
.woocommerce-cart-form .pxl-continue-shop {
font-size: 16px;
line-height: 30px;
text-transform: uppercase;
letter-spacing: 0.05em;
text-decoration: underline;
text-underline-offset: 3px;
}
.cart-cross-sell {
padding-top: 120px;
}
@media (max-width: 1199px) {
.cart-cross-sell {
padding-top: 80px;
}
}
.cart-cross-sell h3 {
margin-bottom: 45px;
}
@media (max-width: 1199px) {
.cart-cross-sell h3 {
margin-bottom: 30px;
}
}
.pxl-cart-empty .woocommerce-info {
margin-bottom: 30px;
}
.pxl-cart-empty .return-to-shop {
text-align: center;
}
.ywgc_have_code .woocommerce-info {
margin-bottom: 30px;
}
.cart-item-info-inner .item-name > .wpro-pre-order-availability-date-cart {
display: none;
}
.woocommerce-checkout .pxl-checkout-content-wrap input[type="checkbox"] {
width: 20px;
height: 20px;
border: 1px solid #ccc;
background: #fff;
cursor: pointer;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
position: relative;
text-align: center;
line-height: 14px;
margin-right: 13px;
}
[dir="rtl"] .woocommerce-checkout .pxl-checkout-content-wrap input[type="checkbox"] {
margin-right: 0;
margin-left: 13px;
}
.woocommerce-checkout .pxl-checkout-content-wrap input[type="checkbox"]:after {
content: "";
font-family: "pxli";
font-size: 10px;
color: #fff;
opacity: 0;
}
.woocommerce-checkout .pxl-checkout-content-wrap input[type="checkbox"]:checked[type=checkbox] {
background: var(--primary-color);
border-color: var(--primary-color);
}
.woocommerce-checkout .pxl-checkout-content-wrap input[type="checkbox"]:checked[type=checkbox]:after {
opacity: 1;
}
.woocommerce-checkout .pxl-checkout-content-wrap input[type="radio"] {
width: 20px;
height: 20px;
border: 1px solid #ccc;
background: #fff;
cursor: pointer;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
position: relative;
text-align: center;
line-height: 14px;
margin-right: 13px;
}
[dir="rtl"] .woocommerce-checkout .pxl-checkout-content-wrap input[type="radio"] {
margin-right: 0;
margin-left: 13px;
}
.woocommerce-checkout .pxl-checkout-content-wrap input[type="radio"]:after {
content: "";
font-family: "pxli";
font-size: 10px;
color: #fff;
opacity: 0;
}
.woocommerce-checkout .pxl-checkout-content-wrap input[type="radio"]:checked[type=radio] {
background: var(--primary-color);
border-color: var(--primary-color);
}
.woocommerce-checkout .pxl-checkout-content-wrap input[type="radio"]:checked[type=radio]:after {
opacity: 1;
}
.woocommerce-checkout .pxl-checkout-content-wrap .content-top-inner {
padding-right: 70px;
}
@media (max-width: 1199px) {
.woocommerce-checkout .pxl-checkout-content-wrap .content-top-inner {
padding-right: 30px;
}
}
@media (max-width: 991px) {
.woocommerce-checkout .pxl-checkout-content-wrap .content-top-inner {
padding-right: 0;
}
}
@media (max-width: 575px) {
.woocommerce-checkout .pxl-checkout-content-wrap .content-top-inner div + div {
margin-top: 20px;
}
}
.woocommerce-checkout .pxl-checkout-content-wrap .pxl-heading {
font-size: 20px;
}
.woocommerce-checkout .pxl-checkout-content-wrap .customer-details {
padding-right: 70px;
}
@media (max-width: 1199px) {
.woocommerce-checkout .pxl-checkout-content-wrap .customer-details {
padding-right: 30px;
}
}
@media (max-width: 991px) {
.woocommerce-checkout .pxl-checkout-content-wrap .customer-details {
padding-right: 0;
}
}
.pxl-login-form-checkout {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100vh;
z-index: -1;
padding: 0;
background: rgba(0, 0, 0, 0.4);
will-change: transform;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
opacity: 0;
scrollbar-width: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 767px) {
.pxl-login-form-checkout {
left: 15px;
right: 15px;
width: calc(100% - 30px);
}
}
.pxl-login-form-checkout .pxl-hidden-template-wrap {
width: calc(100% - 40px);
max-width: 570px;
position: relative;
background: transparent;
border-radius: 0;
overflow: hidden;
max-height: 100vh;
padding: 35px 50px 65px;
overflow-y: auto;
border-radius: 20px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(0.6);
-khtml-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
}
@media (max-width: 575px) {
.pxl-login-form-checkout .pxl-hidden-template-wrap {
padding: 25px 20px 35px;
}
}
.pxl-login-form-checkout .pxl-hidden-template-wrap::-webkit-scrollbar {
height: 0;
width: 0;
background-color: transparent;
}
.pxl-login-form-checkout .pxl-hidden-template-wrap::-webkit-scrollbar-track {
border-radius: 0;
}
.pxl-login-form-checkout .pxl-hidden-template-wrap::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: transparent;
}
.pxl-login-form-checkout .pxl-hidden-template-wrap:hover::-webkit-scrollbar {
width: 0;
height: auto;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 0;
}
.pxl-login-form-checkout .pxl-hidden-template-wrap:hover::-webkit-scrollbar-thumb {
background-color: rgba(48, 48, 48, 0.1);
}
.pxl-login-form-checkout .pxl-panel-header {
margin-bottom: 68px;
}
.pxl-login-form-checkout .pxl-panel-content {
position: relative;
flex: 1;
}
.pxl-login-form-checkout .pxl-title {
font-size: 30px;
color: var(--heading-color);
}
.pxl-login-form-checkout .pxl-close {
font-size: 18px;
right: 30px;
top: 30px;
}
.pxl-login-form-checkout .pxl-close:before, .pxl-login-form-checkout .pxl-close:after {
background-color: var(--primary-color);
}
.pxl-login-form-checkout .pxl-close:hover {
color: #707070;
}
.pxl-login-form-checkout.open {
height: 100%;
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
z-index: 99999;
}
.pxl-login-form-checkout.open .pxl-hidden-template-wrap {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
background: #fff;
}
.woocommerce-form-login .form-fields + .form-fields, .woocommerce-form-register .form-fields + .form-fields {
margin-top: 30px;
}
.woocommerce-form-login .input-text, .woocommerce-form-register .input-text {
font-size: 16px;
height: 55px;
}
.woocommerce-form-login .input-text::-webkit-input-placeholder, .woocommerce-form-register .input-text::-webkit-input-placeholder {
font-size: 16px;
}
.woocommerce-form-login .input-text:-moz-placeholder, .woocommerce-form-register .input-text:-moz-placeholder {
font-size: 16px;
}
.woocommerce-form-login .input-text::-moz-placeholder, .woocommerce-form-register .input-text::-moz-placeholder {
font-size: 16px;
}
.woocommerce-form-login .input-text:-ms-input-placeholder, .woocommerce-form-register .input-text:-ms-input-placeholder {
font-size: 16px;
}
.woocommerce-form-login .password-input, .woocommerce-form-register .password-input {
position: relative;
display: block;
}
.woocommerce-form-login .show-password-input, .woocommerce-form-register .show-password-input {
position: absolute;
top: 0;
right: 20px;
bottom: 0;
left: auto;
padding: 0 0 0 10px;
border: 0;
font-size: 18px;
color: #707070;
display: inline-block;
line-height: 55px;
cursor: pointer;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.woocommerce-form-login .show-password-input:before, .woocommerce-form-register .show-password-input:before {
content: "";
font-family: "pxli";
}
.woocommerce-form-login .show-password-input:hover, .woocommerce-form-register .show-password-input:hover {
color: #000;
}
.woocommerce-form-login .form-actions, .woocommerce-form-register .form-actions {
margin-top: 47px;
}
.woocommerce-form-login .remember-forgot, .woocommerce-form-register .remember-forgot {
margin-bottom: 42px;
}
.woocommerce-form-login .remember-forgot label, .woocommerce-form-register .remember-forgot label {
font-size: 16px;
color: #000;
letter-spacing: 0.015em;
margin: 0;
}
.woocommerce-form-login .remember-forgot .lost_password a, .woocommerce-form-register .remember-forgot .lost_password a {
color: #0099cc;
font-size: 14px;
}
.woocommerce-form-login .remember-forgot .lost_password a:hover, .woocommerce-form-register .remember-forgot .lost_password a:hover {
color: var(--link-color);
}
.woocommerce-form-login button[type="submit"], .woocommerce-form-register button[type="submit"] {
width: 100%;
padding: 14px 35px 14px 35px;
}
.checkout-content-top {
margin-bottom: 45px;
}
.checkout-content-top .checkout-login-btn-toggle {
width: 100%;
padding: 14px 16px 14px 16px;
text-align: left;
justify-content: flex-start;
height: 50px;
border-color: #d0d0d0;
font-size: 14px;
text-transform: capitalize;
}
.checkout-content-top .checkout-login-btn-toggle .pxl-icon {
font-size: 16px;
margin-right: 15px;
}
.checkout-content-top .checkout-login-btn-toggle:hover, .checkout-content-top .checkout-login-btn-toggle:active, .checkout-content-top .checkout-login-btn-toggle:focus {
border-color: var(--primary-color);
}
.checkout-content-top form.woocommerce-form-login {
display: block !important;
}
.checkout-content-top form.checkout_coupon {
display: block !important;
}
.checkout-content-top form.checkout_coupon .pxl-icon {
position: absolute;
left: 16px;
top: 50%;
font-size: 20px;
margin-top: -10px;
color: #000;
}
[dir="rtl"] .checkout-content-top form.checkout_coupon .pxl-icon {
left: auto;
right: 16px;
}
@media (max-width: 480px) {
.checkout-content-top form.checkout_coupon .pxl-icon {
display: none;
}
}
.checkout-content-top form.checkout_coupon .input-text {
border: 1px solid #d0d0d0;
height: 50px;
padding-right: 90px;
}
[dir="rtl"] .checkout-content-top form.checkout_coupon .input-text {
padding-right: 16px;
padding-left: 90px;
}
.checkout-content-top form.checkout_coupon .input-text:hover {
border-color: #000;
}
.checkout-content-top form.checkout_coupon .button {
position: absolute;
top: 0;
right: 0;
height: 50px;
background-color: transparent;
color: #000;
padding: 0 24px;
font-size: 14px;
letter-spacing: 0.05em;
border: 0;
}
[dir="rtl"] .checkout-content-top form.checkout_coupon .button {
right: auto;
left: 0;
}
.checkout-content-top form.checkout_coupon .button:hover, .checkout-content-top form.checkout_coupon .button:active, .checkout-content-top form.checkout_coupon .button:focus {
color: #707070;
}
.woocommerce-checkout ul.woocommerce-error {
margin-bottom: 120px;
list-style: none;
font-size: 16px;
padding: 30px 15px 30px 45px;
}
[dir="rtl"] .woocommerce-checkout ul.woocommerce-error {
padding: 30px 45px 30px 15px;
}
.woocommerce-checkout ul.woocommerce-error:before {
top: 26px;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.woocommerce-checkout ul.woocommerce-error strong {
font-weight: 400;
color: var(--heading-color);
}
.woocommerce-checkout .select2-container .select2-dropdown {
border: 1px solid #999;
top: 3px;
}
.pxl-checkout-wrap .form-row {
margin-bottom: 20px;
}
.pxl-checkout-wrap .form-row:last-child {
margin-bottom: 0;
}
.pxl-checkout-wrap input[type="text"], .pxl-checkout-wrap input[type="email"], .pxl-checkout-wrap input[type="url"], .pxl-checkout-wrap input[type="password"], .pxl-checkout-wrap input[type="search"], .pxl-checkout-wrap input[type="tel"], .pxl-checkout-wrap input[type="number"], .pxl-checkout-wrap input[type="range"], .pxl-checkout-wrap input[type="date"], .pxl-checkout-wrap input[type="month"], .pxl-checkout-wrap input[type="week"], .pxl-checkout-wrap input[type="time"], .pxl-checkout-wrap input[type="datetime"], .pxl-checkout-wrap input[type="datetime-local"], .pxl-checkout-wrap input[type="color"], .pxl-checkout-wrap select, .pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single {
height: 55px;
}
.pxl-checkout-wrap .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
}
.pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 55px;
color: #707070;
}
.pxl-checkout-wrap .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
color: #000;
}
.pxl-checkout-wrap .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .pxl-checkout-wrap .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-color: transparent;
border-bottom-color: #000;
}
.pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 55px;
top: 0;
right: 15px;
width: 15px;
line-height: 55px;
}
[dir="rtl"] .pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
right: auto;
left: 15px;
}
.pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
content: "";
font-size: 16px;
font-family: "pxli";
}
.pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
@media (min-width: 576px) {
.pxl-checkout-wrap .form-row-first {
width: 50%;
padding-right: 5px;
display: inline-block;
}
.pxl-checkout-wrap .form-row-last {
width: 50%;
padding-left: 5px;
display: inline-block;
}
[dir="rtl"] .pxl-checkout-wrap .form-row-last {
padding-left: 0;
padding-right: 5px;
}
}
.woocommerce-billing-fields {
margin-bottom: 45px;
}
.woocommerce-account-fields {
margin-bottom: 10px;
}
.woocommerce-account-fields label {
color: #000;
font-size: 16px;
letter-spacing: 0.015em;
}
.woocommerce-shipping-fields {
margin-bottom: 32px;
}
.woocommerce-shipping-fields .ship-to-different-address label {
color: #000;
font-size: 16px;
letter-spacing: 0.015em;
}
.woocommerce-additional-fields textarea {
height: 130px;
}
@media (max-width: 991px) {
.checkout-col-right {
margin-top: 80px;
}
}
.checkout-review-wrap {
margin-top: -88px;
background-color: #f0f1f4;
position: relative;
}
@media (max-width: 991px) {
.checkout-review-wrap {
margin-top: 0;
}
}
.checkout-review-wrap:before {
content: "";
width: 100%;
height: 10px;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/cart-total-shap-top.png);
position: absolute;
top: -10px;
left: 0;
background-repeat: repeat-x;
}
.checkout-review-wrap:after {
content: "";
width: 100%;
height: 10px;
background-image: url(//leslodgesdulac.com/wp-content/themes/carmelina/assets/images/cart-total-shap-bot.png);
position: absolute;
bottom: -10px;
left: 0;
background-repeat: repeat-x;
}
.checkout-review-wrap .order-review-heading {
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid #d0d0d0;
}
.checkout-review-wrap select {
background-color: transparent;
border-color: transparent;
}
.checkout-review-wrap .nice-select {
background-color: #fff;
}
.checkout-review-wrap .nice-select span.current {
color: var(--body-color);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.checkout-review-wrap .nice-select:hover span.current {
color: #000;
}
.checkout-review-wrap .checkout-review-inner {
padding: 30px 50px 55px 50px;
}
@media (max-width: 575px) {
.checkout-review-wrap .checkout-review-inner {
padding: 30px 35px 55px 35px;
}
}
@media (max-width: 480px) {
.checkout-review-wrap .checkout-review-inner {
padding: 25px 15px 20px 15px;
}
}
.checkout-review-wrap .checkout-review-inner .woocommerce-checkout-review-order-table {
position: static !important;
}
.checkout-review-wrap .checkout-review-inner .blockUI.blockOverlay {
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: transparent !important;
}
.checkout-review-wrap .checkout-review-inner .blockUI.blockOverlay:before {
content: "";
position: absolute;
top: -10px;
left: 0;
bottom: -10px;
right: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 2;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.checkout-review-wrap .checkout-review-inner .blockUI.blockOverlay:after {
content: "";
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
font-size: 24px;
line-height: 1;
font-family: "pxli";
-webkit-animation: spin 1s infinite linear;
-khtml-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
z-index: 3;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.checkout-review-wrap .shop_table {
padding-bottom: 25px;
}
.checkout-review-wrap .review-order-list .cart_item + .cart_item {
margin-top: 25px;
}
.checkout-review-wrap .review-order-list .product-thumbs img {
width: 45px;
}
.checkout-review-wrap .review-order-list .product-name {
font-size: 16px;
line-height: 24px;
color: var(--heading-color);
}
.checkout-review-wrap .review-order-list .variation {
margin-top: 8px;
padding-bottom: 4px;
line-height: 1;
color: #707070;
}
.checkout-review-wrap .review-order-list .variation span {
margin: 0;
padding: 0;
position: relative;
display: inline-flex;
}
.checkout-review-wrap .review-order-list .variation span + span {
padding-left: 8px;
}
.checkout-review-wrap .review-order-list .variation span + span:before {
content: ",";
position: absolute;
left: 0;
}
.checkout-review-wrap .review-order-list .product-total {
font-size: 16px;
line-height: 1.2;
color: var(--heading-color);
}
.checkout-review-wrap .review-order-subtotal-shiping {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #d0d0d0;
}
.checkout-review-wrap .review-order-subtotal-shiping .lbl {
font-size: 16px;
}
.checkout-review-wrap .review-order-subtotal-shiping .value {
font-size: 16px;
color: #000;
}
.checkout-review-wrap .review-order-subtotal-shiping .nice-select span.current {
font-size: 16px;
}
.checkout-review-wrap .review-order-subtotal-shiping .cart-subtotal {
margin-bottom: 20px;
}
.checkout-review-wrap .order-total {
padding-top: 25px;
}
.checkout-review-wrap .order-total span.lbl {
font-size: 18px;
color: #000;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.checkout-review-wrap .order-total span.value {
font-size: 20px;
font-weight: 600;
color: #000;
letter-spacing: 0.015em;
}
.checkout-review-wrap .order-total span.value strong {
font-weight: 500;
}
.woocommerce-checkout-payment {
padding-top: 25px;
border-top: 1px solid #d0d0d0;
position: static !important;
}
.woocommerce-checkout-payment .blockUI.blockOverlay {
position: relative !important;
display: none !important;
}
.woocommerce-checkout-payment ul.payment_methods {
margin: 0;
list-style: none outside;
}
.woocommerce-checkout-payment ul.payment_methods li {
margin: 0;
}
.woocommerce-checkout-payment ul.payment_methods li + li {
margin-top: 15px;
}
.woocommerce-checkout-payment ul.payment_methods li label {
font-size: 16px;
letter-spacing: 0.015em;
color: #000000;
}
.woocommerce-checkout-payment ul.payment_methods li .payment_box {
font-size: 14px;
line-height: 24px;
color: #707070;
letter-spacing: 0.015em;
}
.woocommerce-checkout-payment ul.payment_methods li input {
margin: 3px 10px 0 0;
float: left;
min-width: 20px;
}
[dir="rtl"] .woocommerce-checkout-payment ul.payment_methods li input {
float: right;
}
.woocommerce-checkout-payment ul.payment_methods li img {
vertical-align: middle;
padding: 0;
position: relative;
max-width: 150px;
}
.woocommerce-checkout-payment ul.payment_methods li img + img {
margin-left: 2px;
}
.woocommerce-checkout-payment .payment_method_woocommerce_payments > label {
margin-left: -10px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
margin-top: 20px;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.015em;
margin-top: 30px;
padding-top: 25px;
border-top: 1px solid #d0d0d0;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a {
text-decoration: underline;
text-underline-offset: 3px;
}
.woocommerce-checkout-payment button[type="submit"] {
width: 100%;
margin-top: 35px;
}
.pxl-thankyou {
font-size: 16px;
}
ul.order_details {
display: flex;
flex-wrap: wrap;
column-gap: 50px;
list-style: none;
margin-bottom: 45px;
}
@media (max-width: 767px) {
ul.order_details {
column-gap: 0;
}
}
ul.order_details li {
text-transform: uppercase;
font-size: 12px;
line-height: 1;
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
@media (max-width: 1199px) {
ul.order_details li {
border: 0;
float: none;
margin-bottom: 15px;
}
}
@media (max-width: 767px) {
ul.order_details li {
flex: 0 0 auto;
width: 50%;
}
}
ul.order_details li:last-child {
margin-right: 0;
padding-right: 0;
}
ul.order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5;
margin-top: 5px;
color: #000;
font-weight: 600;
}
@media (max-width: 1024px) {
ul.order_details li strong {
font-weight: 400;
}
}
ul.order_details li:last-of-type {
border: none;
}
.woocommerce-order-details__title, .woocommerce-column__title {
margin: 0;
position: relative;
font-size: 20px;
line-height: 1.5;
color: var(--heading-color);
margin-bottom: 15px;
}
.wc-bacs-bank-details-account-name {
font-weight: bold;
}
.woocommerce-order-downloads {
margin-bottom: 45px;
}
.woocommerce-order-downloads *:last-child {
margin-bottom: 0;
}
.woocommerce-order-details table {
border-radius: 0;
}
.woocommerce-order-details table th, .woocommerce-order-details table td {
padding: 8px 15px;
}
.woocommerce-order-details table th {
font-weight: 400;
}
.woocommerce-order-details table strong {
font-weight: 400;
}
.woocommerce-order-details tfoot tr:last-child th {
font-size: 18px;
color: #000;
text-transform: uppercase;
letter-spacing: 0.05em;
border-bottom: 0;
}
.woocommerce-order-details tfoot tr:last-child td {
font-size: 20px;
font-weight: 600;
color: #000;
letter-spacing: 0.015em;
border-bottom: 0;
}
.woocommerce-customer-details {
margin-top: 80px;
}
.woocommerce-customer-details address {
font-style: normal;
margin-bottom: 0;
border: 1px solid #dedede;
text-align: left;
width: 100%;
border-radius: 0;
padding: 8px 16px;
}
.woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce-customer-details .woocommerce-customer-details--email {
margin-bottom: 0;
}
.woocommerce-customer-details .woocommerce-customer-details--phone::before {
font-family: "pxli";
content: "";
margin-left: -1.5em;
line-height: 1.75;
position: absolute;
}
.woocommerce-customer-details .woocommerce-customer-details--email::before {
font-family: "pxli";
content: "";
margin-left: -1.5em;
line-height: 1.75;
position: absolute;
}
.wc-item-meta li {
display: flex;
}
.wc-item-meta li .wc-item-meta-label {
margin-right: 5px;
}
.pxl-myaccount-login-reg-form input[type="checkbox"] {
width: 20px;
height: 20px;
border: 1px solid #ccc;
background: #fff;
cursor: pointer;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
position: relative;
text-align: center;
line-height: 14px;
margin-right: 13px;
}
.pxl-myaccount-login-reg-form input[type="checkbox"]:after {
content: "";
font-family: "pxli";
font-size: 10px;
color: #fff;
opacity: 0;
}
.pxl-myaccount-login-reg-form input[type="checkbox"]:checked[type=checkbox] {
background: var(--primary-color);
border-color: var(--primary-color);
}
.pxl-myaccount-login-reg-form input[type="checkbox"]:checked[type=checkbox]:after {
opacity: 1;
}
.pxl-myaccount-login-reg-form .pxl-login-form {
width: 100%;
max-width: 570px;
padding: 40px 50px 65px;
border: 1px solid #d0d0d0;
display: none;
}
@media (max-width: 575px) {
.pxl-myaccount-login-reg-form .pxl-login-form {
padding: 30px 20px 35px;
}
}
.pxl-myaccount-login-reg-form .pxl-login-form.active {
display: block;
}
.pxl-myaccount-login-reg-form .pxl-login-form h3 {
font-size: 30px;
margin-bottom: 38px;
}
.pxl-myaccount-login-reg-form .pxl-login-form .form-actions .button {
height: 50px;
}
.pxl-myaccount-login-reg-form .pxl-login-form .form-actions a.create-acc {
margin-top: 15px;
width: 100%;
}
.pxl-myaccount-login-reg-form .pxl-register-form {
display: none;
width: 100%;
max-width: 570px;
padding: 40px 50px 65px;
border: 1px solid #d0d0d0;
display: none;
}
@media (max-width: 575px) {
.pxl-myaccount-login-reg-form .pxl-register-form {
padding: 30px 20px 35px;
}
}
.pxl-myaccount-login-reg-form .pxl-register-form.active {
display: block;
}
.pxl-myaccount-login-reg-form .pxl-register-form h3 {
font-size: 30px;
margin-bottom: 68px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .form-actions .button {
width: 100%;
height: 50px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .form-actions a.btn-login {
margin-top: 15px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-privacy-policy-text {
margin-top: 20px;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.015em;
margin-top: 35px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-privacy-policy-text a {
text-decoration: underline;
text-underline-offset: 3px;
}
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-password-strength {
margin-top: 8px;
color: #d62a28;
}
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-password-hint {
color: #cf8207;
line-height: 24px;
display: block;
}
.pxl-wc-account-wrap .wc-account-nav {
border: 1px solid #d0d0d0;
}
.pxl-wc-account-wrap .avatar-wrap {
padding: 30px 20px 30px 20px;
}
.pxl-wc-account-wrap .avatar-wrap .profile-preview {
display: inline-block;
width: 80px;
border-radius: 50%;
-webkit-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
-khtml-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
-ms-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
-o-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
}
.pxl-wc-account-wrap .avatar-wrap .hello {
font-size: 14px;
}
.pxl-wc-account-wrap .avatar-wrap .full-name {
font-size: 20px;
margin-top: 3px;
}
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation li {
margin: -1px -1px 0;
}
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation li a {
display: block;
padding: 12px 20px;
font-size: 16px;
font-weight: 500;
border-top: 1px solid #d0d0d0;
color: inherit;
}
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation .is-active a, .pxl-wc-account-wrap .woocommerce-MyAccount-navigation a:hover {
color: #fff;
background: var(--heading-color);
border-top-color: var(--heading-color);
}
@media (max-width: 991px) {
.pxl-wc-account-wrap .woocommerce-MyAccount-content {
margin-top: 80px;
}
}
.pxl-wc-account-wrap .wc-account-content {
font-size: 16px;
}
.pxl-wc-account-wrap .wc-account-content strong {
color: var(--heading-color);
}
.pxl-wc-account-wrap .wc-account-content h3 {
font-size: 20px;
}
.pxl-wc-account-wrap .wc-account-content table {
border-radius: 0;
}
@media (max-width: 767px) {
.pxl-wc-account-wrap .wc-account-content table {
font-size: 14px;
}
}
.pxl-wc-account-wrap .wc-account-content table th, .pxl-wc-account-wrap .wc-account-content table td {
padding: 8px 15px;
border-color: #d0d0d0;
}
.pxl-wc-account-wrap .wc-account-content table th {
font-size: 14px;
font-weight: 400;
color: #999999;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.pxl-wc-account-wrap .wc-account-content table button, .pxl-wc-account-wrap .wc-account-content table .button {
padding: 10px 20px 10px 20px;
width: 100%;
}
.pxl-wc-account-wrap .wc-account-content table .button + .button {
margin-top: 5px;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-customer-details {
margin-top: 50px;
}
.pxl-wc-account-wrap .wc-account-content address {
font-style: normal;
}
.pxl-wc-account-wrap .wc-account-content .form-row {
margin-bottom: 20px;
}
.pxl-wc-account-wrap .wc-account-content input[type="text"], .pxl-wc-account-wrap .wc-account-content input[type="email"], .pxl-wc-account-wrap .wc-account-content input[type="url"], .pxl-wc-account-wrap .wc-account-content input[type="password"], .pxl-wc-account-wrap .wc-account-content input[type="search"], .pxl-wc-account-wrap .wc-account-content input[type="tel"], .pxl-wc-account-wrap .wc-account-content input[type="number"], .pxl-wc-account-wrap .wc-account-content input[type="range"], .pxl-wc-account-wrap .wc-account-content input[type="date"], .pxl-wc-account-wrap .wc-account-content input[type="month"], .pxl-wc-account-wrap .wc-account-content input[type="week"], .pxl-wc-account-wrap .wc-account-content input[type="time"], .pxl-wc-account-wrap .wc-account-content input[type="datetime"], .pxl-wc-account-wrap .wc-account-content input[type="datetime-local"], .pxl-wc-account-wrap .wc-account-content input[type="color"], .pxl-wc-account-wrap .wc-account-content select, .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single {
height: 55px;
}
.pxl-wc-account-wrap .wc-account-content .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 55px;
color: #707070;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
color: #000;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-color: transparent;
border-bottom-color: #000;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 55px;
top: 0;
right: 15px;
width: 15px;
line-height: 55px;
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
content: "";
font-size: 14px;
font-family: "pxli";
}
.pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
@media (max-width: 575px) {
.pxl-wc-account-wrap .wc-account-content .woocommerce-orders-table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address .woocommerce-Address-title {
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address h2, .pxl-wc-account-wrap .wc-account-content .woocommerce-Address h3 {
font-size: 20px;
margin-bottom: 0;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address a.edit {
color: #707070;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address a.edit:hover {
color: #000;
}
.pxl-wc-account-wrap .wc-account-content .woocommerce-address-fields button[type="submit"] {
margin-top: 30px;
width: 100%;
}
.pxl-wc-account-wrap .wc-account-content .edit-account button[type="submit"] {
margin-top: 30px;
width: 100%;
}
.pxl-wc-account-wrap .wc-account-content .edit-account fieldset {
margin-top: 50px;
padding: 30px;
border: 1px solid #dedede;
border-radius: 20px;
}
@media (max-width: 575px) {
.pxl-wc-account-wrap .wc-account-content .woosc_list {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .tr-image img {
width: 70px;
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .tr-content {
display: none;
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .added_to_cart, .pxl-wc-account-wrap .wc-account-content .woosc_list button, .pxl-wc-account-wrap .wc-account-content .woosc_list .button {
padding: 12px 35px 12px 35px;
display: block;
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .pxl-add-to-cart.added {
display: none;
}
.pxl-wc-account-wrap .wc-account-content .woosc_list .th-placeholder, .pxl-wc-account-wrap .wc-account-content .woosc_list .td-placeholder {
display: none;
}
@media (max-width: 575px) {
.pxl-wc-account-wrap .wc-account-content .woosw-list {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}
.pxl-wc-account-wrap .wc-account-content .woosw-list table.woosw-items tr th, .pxl-wc-account-wrap .wc-account-content .woosw-list table.woosw-items td {
padding: 8px 15px;
}
.pxl-wc-account-wrap .wc-account-content .woosw-list .woosw-item--image img {
width: 70px;
}
.pxl-wc-account-wrap .wc-account-content .woosw-list .added_to_cart, .pxl-wc-account-wrap .wc-account-content .woosw-list button, .pxl-wc-account-wrap .wc-account-content .woosw-list .button {
padding: 12px 35px 12px 35px;
}
.pxl-wc-account-wrap .wc-account-content .woosw-list .pxl-add-to-cart.added {
display: none;
}
.pxl-wc-account-wrap .wc-account-content .woosw-list .woosw-actions {
display: none;
}
.pxl-ttip {
position: relative;
display: inline-block;
}
.pxl-ttip:hover .tt-txt {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.tt-txt {
font-size: 0;
opacity: 0;
visibility: hidden;
}
.tt-txt:before {
content: "";
position: absolute;
background: 0 0;
border: 6px solid transparent;
z-index: 1000001;
margin-bottom: 0;
left: calc(50% - 6px);
top: auto;
bottom: -12px;
transition: 0.3s;
}
.pxl-ttip .tt-txt {
position: absolute;
pointer-events: none;
display: inline-block;
background: #1b1b1b;
color: #fff;
padding: 6px 10px 8px 10px;
font-size: 14px;
line-height: 1;
white-space: nowrap;
background: #1b1b1b;
z-index: 1000000;
pointer-events: none;
-webkit-transform: translate3d(0, 0, 0);
-khtml-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
}
.tt_top .tt-txt, .tt-top .tt-txt {
bottom: 100%;
left: 50%;
-webkit-transform: translate(-50%, 0);
-khtml-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.tt_top .tt-txt:before, .tt-top .tt-txt:before {
border-top-color: #1b1b1b;
}
.tt_top:hover .tt-txt, .tt-top:hover .tt-txt {
-webkit-transform: translate(-50%, -8px);
-khtml-transform: translate(-50%, -8px);
-moz-transform: translate(-50%, -8px);
-ms-transform: translate(-50%, -8px);
-o-transform: translate(-50%, -8px);
transform: translate(-50%, -8px);
}
.tt-top-left .tt-txt, .tt-top-right .tt-txt {
bottom: 100%;
left: 50%;
}
.tt-top-left .tt-txt:before, .tt-top-right .tt-txt:before {
border-top-color: #1b1b1b;
}
.tt-top-left:hover .tt-txt, .tt-top-right:hover .tt-txt {
-webkit-transform: translate(0, -8px);
-khtml-transform: translate(0, -8px);
-moz-transform: translate(0, -8px);
-ms-transform: translate(0, -8px);
-o-transform: translate(0, -8px);
transform: translate(0, -8px);
}
.tt-top-left .tt-txt {
-webkit-transform: translate(-100%, 0);
-khtml-transform: translate(-100%, 0);
-moz-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate(-100%, 0);
transform: translate(-100%, 0);
margin-left: 12px;
}
.tt-top-left .tt-txt:before {
left: auto;
right: 6px;
}
.tt-top-left:hover .tt-txt {
-webkit-transform: translate(-100%, -8px);
-khtml-transform: translate(-100%, -8px);
-moz-transform: translate(-100%, -8px);
-ms-transform: translate(-100%, -8px);
-o-transform: translate(-100%, -8px);
transform: translate(-100%, -8px);
}
.tt-top-right .tt-txt {
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
margin-left: -12px;
}
.tt-top-right .tt-txt:before {
left: 6px;
right: auto;
}
.tt-top-right:hover .tt-txt {
-webkit-transform: translate(0, -8px);
-khtml-transform: translate(0, -8px);
-moz-transform: translate(0, -8px);
-ms-transform: translate(0, -8px);
-o-transform: translate(0, -8px);
transform: translate(0, -8px);
}
.tt-left .tt-txt {
left: auto;
right: 100%;
bottom: 50%;
margin-bottom: -14px;
}
.tt-left .tt-txt:before {
border-left-color: #1b1b1b;
margin-right: -11px;
margin-bottom: -6px;
right: 0;
bottom: 50%;
left: auto;
}
.tt-left:hover .tt-txt {
-webkit-transform: translate(-8px, 0);
-khtml-transform: translate(-8px, 0);
-moz-transform: translate(-8px, 0);
-ms-transform: translate(-8px, 0);
-o-transform: translate(-8px, 0);
transform: translate(-8px, 0);
}
.tt-right .tt-txt {
left: 100%;
bottom: 50%;
margin-bottom: -14px;
}
.tt-right .tt-txt:before {
border-right-color: #1b1b1b;
margin-left: -11px;
margin-bottom: -6px;
left: 0;
bottom: 50%;
}
.tt-right:hover .tt-txt {
-webkit-transform: translate(8px, 0);
-khtml-transform: translate(8px, 0);
-moz-transform: translate(8px, 0);
-ms-transform: translate(8px, 0);
-o-transform: translate(8px, 0);
transform: translate(8px, 0);
}
.tt-bottom .tt-txt {
top: 100%;
left: 50%;
-webkit-transform: translate(-50%, 0);
-khtml-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.tt-bottom .tt-txt:before {
border-bottom-color: #1b1b1b;
top: -12px;
bottom: auto;
}
.tt-bottom:hover .tt-txt {
-webkit-transform: translate(-50%, 8px);
-khtml-transform: translate(-50%, 8px);
-moz-transform: translate(-50%, 8px);
-ms-transform: translate(-50%, 8px);
-o-transform: translate(-50%, 8px);
transform: translate(-50%, 8px);
}
.tt-bottom-left .tt-txt, .tt-bottom-right .tt-txt {
top: 100%;
left: 50%;
}
.tt-bottom-left .tt-txt:before, .tt-bottom-right .tt-txt:before {
border-bottom-color: #1b1b1b;
top: -12px;
bottom: auto;
}
.tt-bottom-left:hover .tt-txt, .tt-bottom-right:hover .tt-txt {
-webkit-transform: translate(0, 8px);
-khtml-transform: translate(0, 8px);
-moz-transform: translate(0, 8px);
-ms-transform: translate(0, 8px);
-o-transform: translate(0, 8px);
transform: translate(0, 8px);
}
.tt-bottom-left .tt-txt {
-webkit-transform: translate(-100%, 100%);
-khtml-transform: translate(-100%, 100%);
-moz-transform: translate(-100%, 100%);
-ms-transform: translate(-100%, 100%);
-o-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
margin-left: 12px;
}
.tt-bottom-left .tt-txt:before {
left: auto;
right: 6px;
}
.tt-bottom-left:hover .tt-txt {
-webkit-transform: translate(-100%, 8px);
-khtml-transform: translate(-100%, 8px);
-moz-transform: translate(-100%, 8px);
-ms-transform: translate(-100%, 8px);
-o-transform: translate(-100%, 8px);
transform: translate(-100%, 8px);
}
.tt-bottom-right .tt-txt {
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
margin-left: -12px;
}
.tt-bottom-right .tt-txt:before {
left: 6px;
right: auto;
}
.tt-bottom-right:hover .tt-txt {
-webkit-transform: translate(0, 8px);
-khtml-transform: translate(0, 8px);
-moz-transform: translate(0, 8px);
-ms-transform: translate(0, 8px);
-o-transform: translate(0, 8px);
transform: translate(0, 8px);
}
.field-checkbox .pu-error .tt-text {
left: 0;
right: auto;
}
.field-checkbox .pu-error .tt-text:before {
left: 0;
right: auto;
}
.checkout-payment .form-field {
position: relative;
}
.checkout-payment .form-field .pu-error {
position: absolute;
bottom: 7px;
left: auto;
right: 10px;
}
.checkout-payment .form-field .pu-error .tt-text {
min-width: 200px;
}
.pxl-cursor-icon {
position: absolute;
width: 24px;
height: 24px;
user-select: none;
pointer-events: none;
z-index: 10000;
opacity: 0;
-webkit-transform: scale(0.5);
-khtml-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
transform-origin: center;
color: #000;
font-size: 24px;
line-height: 1;
transition: transform 0.3s linear, opacity 0.2s linear;
display: inline-block;
}
@media (max-width: 575px) {
.pxl-cursor-icon {
width: 18px;
height: 18px;
font-size: 17px;
}
}
.pxl-cursor-icon .pxl-icon {
position: relative;
width: 100%;
height: 100%;
display: block;
}
.pxl-cursor-icon .pxl-icon:before, .pxl-cursor-icon .pxl-icon:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: var(--second-color);
transform-origin: 50% 50%;
opacity: 1;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s;
transition: transform ease 0.25s;
}
.pxl-cursor-icon .pxl-icon:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.pxl-cursor-icon .pxl-icon:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.pxl-cursor-icon.active {
position: fixed !important;
opacity: 1;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pxl-cursor-icon.hide {
display: none;
}
.pxl-page-overlay .pxl-cursor-icon .pxl-icon:before, .pxl-page-overlay .pxl-cursor-icon .pxl-icon:after {
background-color: #fff;
}
.pxl-hidden-template .pxl-cursor-icon .pxl-icon:before, .pxl-hidden-template .pxl-cursor-icon .pxl-icon:after {
background-color: #fff;
}
.cursor-img {
position: fixed;
top: 0;
left: 0;
width: 120px;
height: 120px;
pointer-events: none;
opacity: 0;
}
@media (max-width: 1199px) {
.cursor-img {
width: 100px;
height: 100px;
}
}
@media (max-width: 575px) {
.cursor-img {
width: 80px;
height: 80px;
}
}
.cursor-media {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity 0.5s;
}
.cursor-media.active {
opacity: 0.8;
}
.pxl-archive-post:not(.sticky) .pxli-thumbtack {
display: none;
}
body:not(.theme-core) .post-tags-share {
justify-content: flex-start;
}
body:not(.theme-core) .single-next-prev-nav .nav-label-wrap {
margin-bottom: 0;
}
body:not(.theme-core) .single-next-prev-nav .nav-title-wrap {
display: none;
}
body:not(.theme-core) th {
font-weight: 500;
}
.post-password-form {
position: relative;
}
.post-password-form input[type="submit"] {
position: absolute;
bottom: 0;
right: 0;
}
.pxl-sidebar-area .wp-block-latest-comments li {
margin-bottom: 13px;
}
.wp-block-button {
margin-bottom: 20px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-cover {
color: #fff;
}
.single-post p[class], .single-post p[style] {
line-height: normal;
clear: both;
overflow: hidden;
}
[class*="wp-block-"] {
margin-bottom: 30px;
}
[class*="wp-block-"]:first-child {
margin-top: 0;
}
[class*="wp-block-"]:last-child {
margin-bottom: 0;
}
.pxl-sidebar-area [class*="wp-block-"] {
margin-top: 0;
margin-bottom: 0;
}
.pxl-sidebar-area [class*="wp-block-"]:first-child {
margin-top: 0;
}
.pxl-sidebar-area [class*="wp-block-"]:last-child {
margin-bottom: 0;
}
.pxl-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
line-height: var(--body-line-height);
}
.pxl-sidebar-area .widget_block h2 {
background-color: var(--primary-color);
color: #fff;
font-weight: 700;
letter-spacing: 0.02em;
padding: 15px 22px;
margin-left: -22px;
margin-right: -22px;
margin-bottom: 35px;
position: relative;
font-size: var(--heading-font-size-h4);
}
.pxl-sidebar-area .widget_block h2:before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: 0;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: var(--primary-color);
}
.pxl-sidebar-area .widget_block ul {
margin: 0;
}
.pxl-sidebar-area .widget_block li > a {
padding: 7.5px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 16px;
line-height: 24px;
}
.pxl-sidebar-area .widget_block .wp-block-latest-posts__list {
margin-bottom: 0;
}
.wp-block-group.has-background {
padding: 15px 20px;
}
.wp-block-group .wp-block-button + * {
padding-top: 15px;
}
.wp-block-rss {
list-style: none;
}
.wp-block-table .has-fixed-layout {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
}
.blocks-gallery-caption {
margin-bottom: 30px;
}
.wp-caption.alignright {
margin-bottom: 0 !important;
}
.wp-block-quote br {
display: none;
}
.pxl-sidebar-area .wp-block-latest-comments li {
margin-bottom: 20px;
}
.pxl-sidebar-area .wp-block-latest-comments li:last-child {
margin-bottom: 0;
}
.pxl-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
padding-top: 0;
padding-bottom: 0;
}
.wp-block-search__label {
margin: 0 0 17px 0;
padding-bottom: 0;
font-size: 22px;
line-height: 1.33333;
display: none;
}
.wp-block-search__label:before {
display: none;
}
.wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
padding-right: 50px;
}
.wp-block-search__inside-wrapper .wp-block-search__input::-webkit-input-placeholder {
font-weight: normal;
opacity: 1;
font-style: italic;
font-size: 14px;
text-overflow: ellipsis;
line-height: inherit;
}
.wp-block-search__inside-wrapper .wp-block-search__input:-moz-placeholder {
font-weight: normal;
opacity: 1;
font-style: italic;
font-size: 14px;
text-overflow: ellipsis;
line-height: inherit;
}
.wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
font-weight: normal;
opacity: 1;
font-style: italic;
font-size: 14px;
text-overflow: ellipsis;
line-height: inherit;
}
.wp-block-search__inside-wrapper .wp-block-search__input:-ms-input-placeholder {
font-weight: normal;
opacity: 1;
font-style: italic;
font-size: 14px;
text-overflow: ellipsis;
line-height: inherit;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
padding: 0;
margin: 0;
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 45px;
line-height: 43px;
background-color: var(--primary-color);
color: #fff;
border-radius: 0;
font-size: 0;
border-radius: 0;
border: 0;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
[dir="rtl"] .wp-block-search__inside-wrapper .wp-block-search__button {
right: auto;
left: 0;
}
.wp-block-search__inside-wrapper .wp-block-search__button:before {
content: "";
font-size: 15px;
display: inline-block;
line-height: 45px;
font-family: "pxli" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
}
.wp-block-search__inside-wrapper .wp-block-search__button:active, .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search__inside-wrapper .wp-block-search__button:focus {
background-color: var(--second-color);
}
.wp-block-search__inside-wrapper:active [type="submit"], .wp-block-search__inside-wrapper:hover [type="submit"], .wp-block-search__inside-wrapper:focus [type="submit"] {
border-color: transparent;
}
ul.wp-block-archives {
list-style: none;
}
.pu-login-form .pu-form-heading {
margin-bottom: 60px;
}
.pu-login-form .form-desc {
font-size: 18px;
}
.pu-login-form .pu-form-item {
margin-bottom: 23px;
}
.pu-login-form label {
color: var(--heading-color);
}
.pu-login-form label.lbl {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.05em;
color: var(--heading-color);
margin-bottom: 8px;
}
.pu-login-form .remember-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.pu-login-form .remember-wrap > * {
max-width: 100%;
}
.pu-login-form .pu-button-action {
margin-bottom: 48px;
}
.pu-login-form button[type="submit"] {
display: block;
width: 100%;
}
.pu-login-form button[type="submit"]:hover, .pu-login-form button[type="submit"]:focus, .pu-login-form button[type="submit"]:active {
background-color: var(--primary-color);
color: #fff;
}
.pu-login-form .lost_password a {
color: var(--primary-color);
}
.pu-login-form .lost_password a:hover {
color: var(--link-color-hover);
}
.pu-login-form .pu-link-form {
color: var(--heading-color);
}
.pu-login-form .pu-link-form a {
color: var(--link-color-hover);
position: relative;
}
.pu-login-form .pu-link-form a:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 100%;
height: 1px;
background-color: var(--link-color-hover);
opacity: 1;
-webkit-transform: translateX(-50%) scale(1);
-khtml-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
-webkit-transition: transform 0.3s linear, opacity 0.3s linear;
-khtml-transition: transform 0.3s linear, opacity 0.3s linear;
-moz-transition: transform 0.3s linear, opacity 0.3s linear;
-ms-transition: transform 0.3s linear, opacity 0.3s linear;
-o-transition: transform 0.3s linear, opacity 0.3s linear;
transition: transform 0.3s linear, opacity 0.3s linear;
}
.pu-login-form .pu-link-form a:hover:after {
opacity: 0;
-webkit-transform: translateX(-50%) scale(0);
-khtml-transform: translateX(-50%) scale(0);
-moz-transform: translateX(-50%) scale(0);
-ms-transform: translateX(-50%) scale(0);
-o-transform: translateX(-50%) scale(0);
transform: translateX(-50%) scale(0);
}
.pu-reg-form .pu-form-heading {
margin-bottom: 60px;
}
.pu-reg-form .form-desc {
font-size: 18px;
}
.pu-reg-form .pu-form-item {
margin-bottom: 23px;
}
.pu-reg-form label {
color: var(--heading-color);
}
.pu-reg-form label.lbl {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.05em;
color: var(--heading-color);
margin-bottom: 8px;
}
.pu-reg-form .privacy_policy a {
margin-left: 4px;
margin-right: 4px;
color: var(--link-color-hover);
}
.pu-reg-form .privacy_policy a:hover {
color: var(--link-color);
}
.pu-reg-form .pu-button-action {
margin-bottom: 48px;
}
.pu-reg-form button[type="submit"] {
display: block;
width: 100%;
}
.pu-reg-form button[type="submit"]:hover, .pu-reg-form button[type="submit"]:focus, .pu-reg-form button[type="submit"]:active {
background-color: var(--primary-color);
color: #fff;
}
.pu-reg-form .pu-link-form {
color: var(--heading-color);
}
.pu-reg-form .pu-link-form a {
color: var(--link-color-hover);
position: relative;
}
.pu-reg-form .pu-link-form a:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 100%;
height: 1px;
background-color: var(--link-color-hover);
opacity: 1;
-webkit-transform: translateX(-50%) scale(1);
-khtml-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
-webkit-transition: transform 0.3s linear, opacity 0.3s linear;
-khtml-transition: transform 0.3s linear, opacity 0.3s linear;
-moz-transition: transform 0.3s linear, opacity 0.3s linear;
-ms-transition: transform 0.3s linear, opacity 0.3s linear;
-o-transition: transform 0.3s linear, opacity 0.3s linear;
transition: transform 0.3s linear, opacity 0.3s linear;
}
.pu-reg-form .pu-link-form a:hover:after {
opacity: 0;
-webkit-transform: translateX(-50%) scale(0);
-khtml-transform: translateX(-50%) scale(0);
-moz-transform: translateX(-50%) scale(0);
-ms-transform: translateX(-50%) scale(0);
-o-transform: translateX(-50%) scale(0);
transform: translateX(-50%) scale(0);
}
.pxl-frontend-form button[type="submit"] {
min-width: 186px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-frontend-form button[type="submit"] .btn-text {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-frontend-form button[type="submit"] .pxli-spinner {
font-size: 16px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -7.5px;
margin-left: -7.5px;
line-height: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-frontend-form button[type="submit"].loading .btn-text {
opacity: 0;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.pxl-frontend-form button[type="submit"].loading .pxli-spinner {
font-size: inherit;
opacity: 1;
visibility: visible;
-webkit-animation: spin 1s infinite linear;
-khtml-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
}
.pu-error {
position: relative;
display: block;
width: 100%;
margin-bottom: 0;
}
.pu-error .tt-text {
position: absolute;
top: 7px;
right: 0;
pointer-events: none;
display: inline-block;
padding: 5px 20px;
font-size: 13px;
line-height: 1.5;
z-index: 2;
pointer-events: none;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
background: #e15a58;
}
.pu-error .tt-text:before {
content: "";
position: absolute;
background: 0 0;
z-index: 1000001;
margin-bottom: 0;
top: auto;
left: auto;
right: 6px;
top: -12px;
bottom: auto;
transition: 0.3s;
border-bottom-color: #e15a58;
}
.field-checkbox .pu-error .tt-text {
left: 0;
right: auto;
}
.field-checkbox .pu-error .tt-text:before {
left: 0;
right: auto;
}
.pu-password-strength.short {
color: #ff030b;
}
.pu-password-strength.bad {
color: #ff9800;
}
.pu-password-strength.good {
color: #b0c017;
}
.pu-password-strength.strong {
color: #5ed640;
}
.pu-password-hint {
font-size: 13px;
color: #ff030b;
}
.pxl-login-reg-form .pxl-login-form {
display: none;
}
.pxl-login-reg-form .pxl-login-form.active {
display: block;
}
.pxl-login-reg-form .pxl-register-form {
display: none;
}
.pxl-login-reg-form .pxl-register-form.active {
display: block;
}
.pxl-pu-my-account .pu-my-account-info {
border: 1px solid rgba(200, 200, 200, 0.6);
}
.pxl-pu-my-account .pu-my-account-info .pu-avatar-wrap {
padding: 48px 15px 23px 15px;
}
@media (max-width: 991px) {
.pxl-pu-my-account .pu-my-account-info .pu-avatar-wrap {
padding: 30px 15px 23px 15px;
}
}
.pxl-pu-my-account .pu-my-account-info .pu-avatar {
width: 185px;
height: 185px;
border-radius: 50%;
margin-bottom: 15px;
position: relative;
}
.pxl-pu-my-account .pu-my-account-info .pu-avatar .profile-preview {
border-radius: 50%;
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
object-fit: cover;
-webkit-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
-khtml-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
-ms-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
-o-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
}
.pxl-pu-my-account .pu-my-account-info .pu-avatar .pu-profile-picture-upload {
position: absolute;
top: 0;
right: 0;
background-color: #fff;
border-radius: 8px;
background-position: 28% 72%;
opacity: 0;
z-index: -1;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pxl-pu-my-account .pu-my-account-info .pu-avatar:hover .pu-profile-picture-upload {
opacity: 1;
z-index: 1;
-webkit-animation-name: pxl_skew_in;
animation-name: pxl_skew_in;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s !important;
animation-duration: 1s !important;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pxl-pu-my-account .pu-my-account-info .full-name {
margin-bottom: 5px;
}
.pxl-pu-my-account .pu-my-account-info .up-info {
border-top: 1px solid rgba(200, 200, 200, 0.6);
padding: 23px 15px 25px 30px;
margin-bottom: 0;
}
@media (max-width: 575px) {
.pxl-pu-my-account .pu-my-account-info .up-info {
padding: 23px 15px 25px 20px;
}
}
.pxl-pu-my-account .pu-my-account-info .up-info ul {
list-style: none;
margin-bottom: 10px;
}
.pxl-pu-my-account .pu-my-account-info .up-info ul li {
font-size: 16px;
line-height: 24px;
padding: 3px 0;
color: #777777;
}
.pxl-pu-my-account .pu-my-account-info .up-info ul li .lbl {
color: var(--heading-color);
}
.pxl-pu-my-account .pu-my-account-info .notification {
border-top: 1px solid rgba(200, 200, 200, 0.6);
padding: 22px 15px 23px 30px;
}
@media (max-width: 575px) {
.pxl-pu-my-account .pu-my-account-info .notification {
padding: 15px 15px 15px 20px;
}
}
.pxl-pu-my-account .pu-my-account-info .notification .lbl {
color: var(--heading-color);
}
.pxl-pu-my-account .pu-my-account-info .notification a {
color: #c30000;
text-decoration: underline;
text-underline-offset: 3px;
}
.pxl-pu-my-account .pu-my-account-info .change-info-link a {
text-transform: uppercase;
position: relative;
font-size: 13px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.15em;
color: var(--primary-color);
display: inline-flex;
align-items: center;
}
.pxl-pu-my-account .pu-my-account-info .change-info-link a:before {
content: "";
width: 100%;
height: 1px;
background-color: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pxl-pu-my-account .pu-my-account-info .change-info-link a:after {
content: "";
display: inline-block;
font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
margin-left: 4px;
}
.pxl-pu-my-account .pu-my-account-info .change-info-link a:hover {
color: var(--link-color-hover);
}
.pxl-pu-my-account .pu-my-account-info .change-info-link a:hover:before {
background-color: var(--link-color-hover);
}
.pxl-pu-my-account .logout-action {
margin-top: 30px;
}
.pxl-pu-my-account .logout-action a {
display: block;
}
.pu-profile-popup-form .pxl-frontend-form {
padding: 40px 30px;
}
.pu-profile-popup-form .nice-select .list {
max-height: 248px;
top: auto;
bottom: 100%;
margin: 0;
padding: 10px 0;
}
.pu-profile-popup-form .nice-select .list .option {
padding: 5px 15px;
}
.pu-profile-popup-form label.lbl {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.05em;
color: var(--heading-color);
margin-bottom: 8px;
}
.pu-edit-profile-form .btn, .pu-edit-profile-form button, .pu-edit-profile-form .button, .pu-edit-profile-form input[type="submit"], .pu-edit-profile-form input[type="button"], .pu-edit-profile-form .pxl-btn {
width: 100%;
}
.pu-edit-profile-form.pu-edit-profile-avatar-form {
text-align: center;
}
.pu-edit-profile-avatar-form .profile-pic-remove {
margin-bottom: 15px;
}
.pu-control-input-wrapper {
position: relative;
}
.pu-control-input-wrapper:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.5);
opacity: 0;
z-index: 0;
border-radius: 15px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pu-control-input-wrapper.loading:before {
opacity: 1;
z-index: 9;
}
.pu-switch {
position: relative;
display: inline-block;
vertical-align: top;
height: 29px;
background-color: #fff;
border-radius: 15px;
cursor: pointer;
width: 72px;
margin-bottom: 0;
}
@media (max-width: 575px) {
.pu-switch {
margin-top: 20px;
}
}
.pu-switch-input {
display: none;
height: auto;
width: auto;
border-color: #d5dadf;
}
.pu-switch-label {
position: relative;
display: block;
height: inherit;
font-size: 11px;
text-transform: uppercase;
background: #c8c8c8;
border-radius: inherit;
transition: 0.15s ease-out;
transition-property: opacity, background;
}
.pu-switch-label:before, .pu-switch-label:after {
position: absolute;
top: 0;
width: 50%;
text-align: center;
line-height: 29px;
transition: inherit;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.pu-switch-label:before {
content: attr(data-off);
right: 3px;
}
.pu-switch-label:after {
content: attr(data-on);
left: 3px;
opacity: 0;
}
.pu-switch-handle {
position: absolute;
top: 2px;
left: 2px;
width: 25px;
height: 25px;
background: #fff;
border-radius: 50%;
transition: left 0.15s ease-out;
}
.pu-switch-input:checked ~ .pu-switch-label {
background: var(--second-color);
}
.pu-switch-input:checked ~ .pu-switch-label:before {
opacity: 0;
}
.pu-switch-input:checked ~ .pu-switch-label:after {
opacity: 1;
}
.pu-switch-input:checked ~ .pu-switch-handle {
left: auto;
right: 2px;
}
.pu-profile-popup-form.pu-profile-notification-popup .pxl-frontend-form {
max-width: 870px;
}
@media (max-width: 600px) {
.pu-profile-popup-form.pu-profile-notification-popup .pxl-frontend-form {
max-width: 90%;
}
}
.pu-profile-popup-form.pu-profile-notification-popup .noti-item {
margin-bottom: 22px;
padding-bottom: 22px;
border-bottom: 1px solid rgba(14, 19, 23, 0.11);
}
.pu-profile-popup-form.pu-profile-notification-popup .noti-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.pu-profile-popup-form.pu-profile-notification-popup .noti-item h4 {
margin-bottom: 0;
}
@media (max-width: 991px) {
.pu-profile-tabs {
margin-top: 70px;
}
}
.pu-profile-tabs .pu-tabs {
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: 0;
}
.pu-profile-tabs .pu-tabs > * {
max-width: 100%;
}
.pu-profile-tabs .pu-tabs li {
position: relative;
border-width: 0 1px 0 1px;
border-style: solid;
border-color: rgba(200, 200, 200, 0.6);
margin-bottom: -1px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pu-profile-tabs .pu-tabs li:before {
content: "";
position: absolute;
height: 1px;
top: 0;
left: -1px;
right: -1px;
background-color: rgba(200, 200, 200, 0.6);
}
.pu-profile-tabs .pu-tabs li.active {
background-color: #fff;
z-index: 1;
}
.pu-profile-tabs .pu-tabs li.active:before {
height: 3px;
background-color: var(--second-color);
}
.pu-profile-tabs .pu-tabs li.profile_tab {
border-right: 0;
}
.pu-profile-tabs .pu-tabs li a {
font-size: 16px;
line-height: 24px;
letter-spacing: 0.05em;
text-transform: uppercase;
display: inline-block;
padding: 15px 38px 13px 38px;
}
@media (max-width: 575px) {
.pu-profile-tabs .pu-tabs li a {
padding: 10px 15px 10px 15px;
}
}
.pu-profile-tabs .pu-tabs li a .pxl-icon {
margin-right: 3px;
}
.pu-profile-tabs .tab-content {
padding: 42px 40px;
border: 1px solid rgba(200, 200, 200, 0.6);
}
@media (max-width: 575px) {
.pu-profile-tabs .tab-content {
padding: 30px 20px;
}
}
.pu-profile-tabs .tab-content:not(.active) {
display: none;
}
.pu-profile-tabs .tab-content .profile-tab-title {
margin-bottom: 12px;
}
.pu-profile-tabs .tab-content .profile-tab-desc {
margin-bottom: 40px;
}
.pu-profile-tabs .tab-content .room-day-summary {
padding-bottom: 43px;
}
@media (max-width: 575px) {
.pu-profile-tabs .tab-content .room-booked, .pu-profile-tabs .tab-content .total-day {
width: 100%;
}
}
.pu-profile-tabs .tab-content .room-booked .pxl-icon, .pu-profile-tabs .tab-content .total-day .pxl-icon {
font-size: 52px;
color: var(--second-color);
}
.pu-profile-tabs .tab-content .room-booked h5, .pu-profile-tabs .tab-content .total-day h5 {
font-size: 20px;
font-weight: 700;
margin-top: 15px;
margin-bottom: 10px;
}
.pu-profile-tabs .tab-content .total-day {
margin-top: 5px;
}
@media (max-width: 575px) {
.pu-profile-tabs .tab-content .total-day {
margin-top: 50px;
}
}
.pu-profile-tabs .tab-content .total-day .pxl-icon {
font-size: 45px;
}
.pu-profile-tabs .tab-content .total-day h5 {
margin-top: 17px;
}
.pu-profile-tabs .tab-content .room-count, .pu-profile-tabs .tab-content .day-count {
font-size: 45px;
line-height: 1;
color: var(--heading-color);
font-family: "Kozuka Gothic Pr6N";
}
@media (max-width: 575px) {
.pu-profile-tabs .tab-content .room-count, .pu-profile-tabs .tab-content .day-count {
font-size: 35px;
}
}
.pu-profile-tabs .tab-content .change-pass-wrap {
border-top: 1px solid rgba(200, 200, 200, 0.6);
border-bottom: 1px solid rgba(200, 200, 200, 0.6);
padding: 30px 0 26px 0;
}
.pu-profile-tabs .tab-content .change-pass-wrap .pu-profile-edit-pass {
text-transform: uppercase;
position: relative;
font-size: 13px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.15em;
color: var(--primary-color);
display: inline-flex;
align-items: center;
margin-top: -10px;
}
.pu-profile-tabs .tab-content .change-pass-wrap .pu-profile-edit-pass:before {
content: "";
width: 100%;
height: 1px;
background-color: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.pu-profile-tabs .tab-content .change-pass-wrap .pu-profile-edit-pass:hover {
color: var(--link-color-hover);
}
.pu-profile-tabs .tab-content .change-pass-wrap .pu-profile-edit-pass:hover:before {
background-color: var(--link-color-hover);
}
.pu-profile-tabs .tab-content .change-pass-wrap h4 {
margin-bottom: 0;
}
.pu-profile-tabs .tab-content .change-pass-wrap .col-left span {
font-size: 18px;
line-height: 24px;
letter-spacing: 0.02em;
display: inline-block;
vertical-align: bottom;
line-height: 1;
}
.pu-profile-tabs .tab-content .auto-fill-info-wrap {
padding-top: 28px;
}
.pu-profile-tabs .tab-content .auto-fill-info-wrap h5 {
font-size: 20px;
margin-bottom: 6px;
}
.pu-profile-tabs .tab-content .pxl-divider {
margin-top: 26px;
margin-bottom: 30px;
border-top: 1px solid rgba(200, 200, 200, 0.6);
}
.pu-profile-tabs .tab-content .receive-promotions-wrap h5 {
font-size: 20px;
margin-bottom: 6px;
}
.pu-profile-tabs .room-user-booked-wrap .booking-item {
margin-bottom: 10px;
}
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap {
background-color: var(--primary-color);
padding: 0 30px;
color: #fff;
}
@media (max-width: 480px) {
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap {
padding: 0 15px;
}
}
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap .lbl {
color: #fff;
}
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap ul {
display: flex;
flex-wrap: wrap;
column-gap: 40px;
margin-bottom: 0;
}
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap ul li {
margin-bottom: 8px;
}
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap ul li:before {
content: "";
position: relative;
width: 4px;
height: 4px;
background-color: #fff;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
display: inline-flex;
top: -2px;
margin-right: 2px;
}
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap .ac-heading-toggle {
padding: 26px 0px;
cursor: pointer;
}
@media (max-width: 480px) {
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap .ac-heading-toggle {
padding: 15px 0;
}
}
@media (max-width: 400px) {
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap .ac-heading-toggle > div {
flex: 0 0 100%;
width: 100%;
}
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap .ac-heading-toggle .bk-status {
text-transform: capitalize;
}
}
.pu-profile-tabs .room-user-booked-wrap .ac-heading-wrap .ac-heading-content {
display: none;
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding: 25px 0 16px 0;
}
.pu-profile-tabs .room-user-booked-wrap .ac-content-wrap {
padding: 50px 0 50px 0;
display: none;
}
.pu-profile-tabs .room-user-booked-wrap .room-item {
margin-bottom: 34px;
padding-bottom: 34px;
border-bottom: 1px solid #dedede;
}
.pu-profile-tabs .room-user-booked-wrap .room-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.pu-profile-tabs .room-user-booked-wrap .room-item .item-contents {
padding-left: 30px;
}
@media (max-width: 991px) {
.pu-profile-tabs .room-user-booked-wrap .room-item .item-contents {
padding-left: 0;
padding-top: 30px;
}
}
.pu-profile-tabs .room-user-booked-wrap .item-featured .post-img-bg a {
height: 40vw;
display: block;
background-size: cover;
background-repeat: no-repeat;
}
.pu-profile-tabs .room-user-booked-wrap .bk-id {
color: var(--heading-color);
text-transform: uppercase;
}
.pu-profile-tabs .room-user-booked-wrap .lbl {
color: var(--heading-color);
}
.pu-profile-tabs .room-user-booked-wrap .item-heading-wrap {
margin-bottom: 20px;
padding-bottom: 18px;
position: relative;
}
.pu-profile-tabs .room-user-booked-wrap .item-heading-wrap:after {
content: "";
width: 45%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
background-color: #c8c8c8;
}
@media (max-width: 480px) {
.pu-profile-tabs .room-user-booked-wrap .col-title {
flex: 0 0 100%;
width: 100%;
}
}
.pu-profile-tabs .room-user-booked-wrap .col-status {
padding-left: 20px;
}
@media (max-width: 480px) {
.pu-profile-tabs .room-user-booked-wrap .col-status {
flex: 0 0 100%;
width: 100%;
padding-left: 0;
padding-top: 8px;
}
}
.pu-profile-tabs .room-user-booked-wrap .room-title {
margin-bottom: 0;
}
.pu-profile-tabs .room-user-booked-wrap .bk-status {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 500;
position: relative;
padding-left: 20px;
line-height: 24px;
display: inline-flex;
}
@media (max-width: 575px) {
.pu-profile-tabs .room-user-booked-wrap .bk-status {
font-size: 12px;
}
}
.pu-profile-tabs .room-user-booked-wrap .bk-status:before {
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
left: 0;
top: 8px;
}
@media (max-width: 575px) {
.pu-profile-tabs .room-user-booked-wrap .bk-status:before {
top: 7px;
}
}
.pu-profile-tabs .room-user-booked-wrap .bk-status.has-left:before {
background-color: #f26c4f;
}
.pu-profile-tabs .room-user-booked-wrap .bk-status.abandoned:before {
background-color: #00aeef;
}
.pu-profile-tabs .room-user-booked-wrap .bk-status.pending:before {
background-color: #ebb33c;
}
.pu-profile-tabs .room-user-booked-wrap .bk-status.confirm:before {
background-color: #ebb33c;
}
.pu-profile-tabs .room-user-booked-wrap .bk-status.using:before {
background-color: #64ad05;
}
.pu-profile-tabs .room-user-booked-wrap .bk-status.cancel:before {
background-color: #ff0000;
}
.pu-profile-tabs .room-user-booked-wrap .bk-status.false:before {
background-color: #ff0000;
}
.phb-error {
color: #d62a28;
display: block;
}
.phb-success {
color: #27ae60;
display: block;
}
.review-success, .review-error {
margin-top: 20px;
}
.phb-bk-notices {
padding: 24px 70px 20px 30px;
border: 1px solid #419641;
}
[dir="rtl"] .phb-bk-notices {
padding: 24px 30px 20px 70px;
}
@media (max-width: 1199px) {
.phb-bk-notices {
padding: 24px 30px 20px 30px;
}
}
@media (max-width: 767px) {
.phb-bk-notices {
padding: 20px 15px 15px 15px;
}
}
.phb-bk-notices .pxl-icon {
color: #419641;
font-size: 45px;
margin-right: 30px;
}
[dir="rtl"] .phb-bk-notices .pxl-icon {
margin-right: 0;
margin-left: 30px;
}
@media (max-width: 767px) {
.phb-bk-notices .pxl-icon {
font-size: 32px;
margin-right: 20px;
}
[dir="rtl"] .phb-bk-notices .pxl-icon {
margin-right: 0;
margin-left: 20px;
}
}
.phb-bk-notices .notice-message {
color: var(--heading-color);
}
.phb-bk-notices .notice-message a {
text-decoration: underline;
}
.room-checkout-notices-wrapper {
padding: 24px 70px 20px 30px;
border: 1px solid #d62a28;
color: #d62a28;
margin-bottom: 30px;
}
[dir="rtl"] .room-checkout-notices-wrapper {
padding: 24px 30px 20px 70px;
}
@media (max-width: 1199px) {
.room-checkout-notices-wrapper {
padding: 24px 30px 20px 30px;
}
}
@media (max-width: 767px) {
.room-checkout-notices-wrapper {
padding: 20px 15px 15px 15px;
}
}
#ui-datepicker-div {
position: absolute;
top: -9999px;
z-index: 10001 !important;
}
.ui-datepicker-header {
position: relative;
}
.ui-datepicker-header .ui-corner-all {
text-align: center;
cursor: pointer;
position: absolute;
top: 50%;
padding: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
transform: translateY(-50%);
}
.ui-datepicker-header .ui-corner-all:before {
content: "";
position: absolute;
top: 50%;
font-family: "cmli" !important;
font-size: 20px;
line-height: 1;
margin-top: -10px;
}
.ui-datepicker-header .ui-corner-all span {
display: none;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
left: 35px;
}
@media (max-width: 1199px) {
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
left: 30px;
}
}
@media (max-width: 575px) {
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
left: 20px;
}
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before {
left: 0;
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
right: 35px;
}
@media (max-width: 1199px) {
.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
right: 30px;
}
}
@media (max-width: 575px) {
.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
right: 20px;
}
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
right: 0;
}
.ui-datepicker-header .ui-state-disabled {
color: #b7b7b7;
}
.ui-datepicker-calendar {
margin: 0;
width: 100%;
}
.ui-datepicker-calendar th {
text-align: center;
}
.ui-datepicker-calendar td {
text-align: center;
}
.ui-datepicker-calendar td.ui-state-disabled {
color: #b7b7b7;
}
.ui-datepicker {
background-color: #fff;
border: 1px solid rgba(200, 200, 200, 0.6);
width: auto !important;
}
@media (min-width: 576px) {
.ui-datepicker {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.ui-datepicker > * {
max-width: 100%;
}
}
@media (min-width: 576px) {
.ui-datepicker .ui-datepicker-group {
flex: 0 0 50%;
width: 50%;
display: inline-block;
}
.ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
border-left: 1px solid rgba(200, 200, 200, 0.6);
}
}
.ui-datepicker .ui-datepicker-header {
position: relative;
background-color: #f2f3f3;
width: 100%;
padding: 20px 35px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.ui-datepicker .ui-datepicker-header > * {
max-width: 100%;
}
@media (max-width: 1199px) {
.ui-datepicker .ui-datepicker-header {
padding: 20px 30px;
}
}
@media (max-width: 575px) {
.ui-datepicker .ui-datepicker-header {
padding: 15px 20px;
}
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
color: #111;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
color: var(--second-color);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
font-size: 18px;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1;
color: var(--heading-color);
text-transform: uppercase;
}
@media (max-width: 575px) {
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
font-size: 16px;
}
}
.ui-datepicker .ui-datepicker-calendar {
padding: 35px;
border: 0;
}
@media (max-width: 1199px) {
.ui-datepicker .ui-datepicker-calendar {
padding: 20px 15px;
}
}
@media (max-width: 767px) {
.ui-datepicker .ui-datepicker-calendar {
padding: 20px 10px;
}
}
.ui-datepicker .ui-datepicker-calendar th {
border: 0;
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
letter-spacing: 0.05em;
color: #111111;
}
@media (max-width: 767px) {
.ui-datepicker .ui-datepicker-calendar th {
font-size: 16px;
}
}
.ui-datepicker .ui-datepicker-calendar td {
padding: 4px;
border: 0;
font-size: 16px;
}
@media (max-width: 767px) {
.ui-datepicker .ui-datepicker-calendar td {
font-size: 14px;
}
}
.ui-datepicker .ui-datepicker-calendar td > span, .ui-datepicker .ui-datepicker-calendar td > a {
width: 34px;
height: 34px;
background: transparent;
display: inline-flex;
justify-content: center;
align-items: center;
}
@media (max-width: 767px) {
.ui-datepicker .ui-datepicker-calendar td > span, .ui-datepicker .ui-datepicker-calendar td > a {
width: 32px;
height: 32px;
}
}
.ui-datepicker .ui-datepicker-calendar td > span {
border: 1px solid #b7b7b7;
color: #b7b7b7;
}
.ui-datepicker .ui-datepicker-calendar td > a {
border: 1px solid #111111;
}
.ui-datepicker .ui-datepicker-calendar td > a.ui-state-highlight {
color: #fff;
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.ui-datepicker .ui-datepicker-calendar td > a.ui-state-active, .ui-datepicker .ui-datepicker-calendar td > a:hover {
color: #fff;
background-color: var(--second-color);
border-color: var(--second-color);
}
.ui-datepicker .ui-datepicker-calendar td.unavailable > a {
color: #fff;
background-color: #b95c47;
border-color: #b95c47;
}
.ui-datepicker .ui-datepicker-calendar td.unavailable > a.ui-state-highlight {
color: #fff;
background-color: #b95c47;
border-color: #b95c47;
}
.ui-datepicker .ui-datepicker-calendar td.unavailable > a.ui-state-active, .ui-datepicker .ui-datepicker-calendar td.unavailable > a:hover {
color: #fff;
background-color: #b95c47;
border-color: #b95c47;
}
.booking-checkout-thankyou .lbl {
color: var(--heading-color);
}
.booking-checkout-thankyou .list-item li {
position: relative;
padding: 4px 0;
}
.booking-checkout-thankyou .list-item li:before {
content: "";
font-family: "Material-Design-Iconic-Font";
display: inline-block;
margin-right: 8px;
}
[dir="rtl"] .booking-checkout-thankyou .list-item li:before {
margin-right: 0;
margin-left: 8px;
}
.booking-checkout-thankyou .phb-bk-notices {
margin-bottom: 38px;
}
.booking-checkout-thankyou .room-list.guests {
padding-left: 15px;
margin: 5px 0;
}
@media (max-width: 575px) {
.booking-checkout-thankyou .room-list.guests {
padding-left: 13px;
}
}
.booking-checkout-thankyou li.d-flex .lbl {
margin-right: 4px;
}
.booking-checkout-thankyou .bk-summary-dts {
margin-bottom: 20px;
}
.booking-checkout-thankyou .bk-request-dts {
border-top: 1px solid #dedede;
padding-top: 20px;
padding-bottom: 20px;
}
.booking-checkout-thankyou .bk-service-dts {
border-top: 1px solid #dedede;
padding-top: 20px;
}
.booking-checkout-thankyou .bk-service-dts > label {
margin-bottom: 10px;
}
.booking-checkout-thankyou .bk-service-dts .row .lbl {
margin-bottom: 4px;
}
.booking-checkout-thankyou .bk-service-dts ul {
margin-bottom: 20px;
}
.booking-checkout-thankyou .bk-service-dts li {
position: relative;
}
.booking-checkout-thankyou .bk-service-dts li:before {
content: "";
font-family: "Material-Design-Iconic-Font";
display: inline-block;
margin-right: 8px;
}
.booking-checkout-thankyou .bk-dts-total {
border-top: 1px solid #dedede;
padding-top: 20px;
padding-bottom: 40px;
}
.booking-checkout-thankyou .bk-dts-total > div + div {
margin-top: 9px;
}
.booking-checkout-thankyou .bk-dts-total .tt-price {
margin-top: 18px;
}
.booking-checkout-thankyou .thank-you-desc {
border-top: 1px solid #dedede;
padding-top: 43px;
font-size: 25px;
font-family: var(--heading-font-family);
font-weight: 600;
letter-spacing: 0.02em;
line-height: calc(35/25);
color: var(--heading-color);
}
@media (max-width: 767px) {
.booking-checkout-thankyou .thank-you-desc {
font-size: 20px;
font-weight: 500;
}
}
.booking-checkout-thankyou .signature {
margin-top: 30px;
}
.booking-checkout-thankyou .signature img {
max-width: 186px;
}
@media (max-width: 480px) {
.booking-checkout-thankyou .signature img {
max-width: 146px;
}
}
.booking-checkout-thankyou .manager-signature {
margin-top: 12px;
}
.booking-checkout-thankyou .manager-signature .mng-name {
color: var(--heading-color);
font-weight: 500;
}
.booking-checkout-thankyou .back-to-home {
margin-top: 40px;
}
.d-flex-wrap.gx-0, .d-flex.gx-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-0 > *, .d-flex.gx-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.d-flex-wrap.gx-0.margin > *, .d-flex.gx-0.margin > * {
margin-left: 0px;
margin-right: 0px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-0, .d-flex.gxm-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gxm-0 > *, .d-flex.gxm-0 > * {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-5, .d-flex.gx-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gx-5 > *, .d-flex.gx-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.d-flex-wrap.gx-5.margin > *, .d-flex.gx-5.margin > * {
margin-left: 2.5px;
margin-right: 2.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-5, .d-flex.gxm-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gxm-5 > *, .d-flex.gxm-5 > * {
margin-left: 2.5px;
margin-right: 2.5px;
}
.d-flex-wrap.gx-10, .d-flex.gx-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gx-10 > *, .d-flex.gx-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.d-flex-wrap.gx-10.margin > *, .d-flex.gx-10.margin > * {
margin-left: 5px;
margin-right: 5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-10, .d-flex.gxm-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gxm-10 > *, .d-flex.gxm-10 > * {
margin-left: 5px;
margin-right: 5px;
}
.d-flex-wrap.gx-12, .d-flex.gx-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gx-12 > *, .d-flex.gx-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.d-flex-wrap.gx-12.margin > *, .d-flex.gx-12.margin > * {
margin-left: 6px;
margin-right: 6px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-12, .d-flex.gxm-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gxm-12 > *, .d-flex.gxm-12 > * {
margin-left: 6px;
margin-right: 6px;
}
.d-flex-wrap.gx-15, .d-flex.gx-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gx-15 > *, .d-flex.gx-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.d-flex-wrap.gx-15.margin > *, .d-flex.gx-15.margin > * {
margin-left: 7.5px;
margin-right: 7.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-15, .d-flex.gxm-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gxm-15 > *, .d-flex.gxm-15 > * {
margin-left: 7.5px;
margin-right: 7.5px;
}
.d-flex-wrap.gx-16, .d-flex.gx-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gx-16 > *, .d-flex.gx-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.d-flex-wrap.gx-16.margin > *, .d-flex.gx-16.margin > * {
margin-left: 8px;
margin-right: 8px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-16, .d-flex.gxm-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gxm-16 > *, .d-flex.gxm-16 > * {
margin-left: 8px;
margin-right: 8px;
}
.d-flex-wrap.gx-20, .d-flex.gx-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gx-20 > *, .d-flex.gx-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.d-flex-wrap.gx-20.margin > *, .d-flex.gx-20.margin > * {
margin-left: 10px;
margin-right: 10px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-20, .d-flex.gxm-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gxm-20 > *, .d-flex.gxm-20 > * {
margin-left: 10px;
margin-right: 10px;
}
.d-flex-wrap.gx-24, .d-flex.gx-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gx-24 > *, .d-flex.gx-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.d-flex-wrap.gx-24.margin > *, .d-flex.gx-24.margin > * {
margin-left: 12px;
margin-right: 12px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-24, .d-flex.gxm-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gxm-24 > *, .d-flex.gxm-24 > * {
margin-left: 12px;
margin-right: 12px;
}
.d-flex-wrap.gx-25, .d-flex.gx-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gx-25 > *, .d-flex.gx-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.d-flex-wrap.gx-25.margin > *, .d-flex.gx-25.margin > * {
margin-left: 12.5px;
margin-right: 12.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-25, .d-flex.gxm-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gxm-25 > *, .d-flex.gxm-25 > * {
margin-left: 12.5px;
margin-right: 12.5px;
}
.d-flex-wrap.gx-30, .d-flex.gx-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gx-30 > *, .d-flex.gx-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.d-flex-wrap.gx-30.margin > *, .d-flex.gx-30.margin > * {
margin-left: 15px;
margin-right: 15px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-30, .d-flex.gxm-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gxm-30 > *, .d-flex.gxm-30 > * {
margin-left: 15px;
margin-right: 15px;
}
.d-flex-wrap.gx-40, .d-flex.gx-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gx-40 > *, .d-flex.gx-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.d-flex-wrap.gx-40.margin > *, .d-flex.gx-40.margin > * {
margin-left: 20px;
margin-right: 20px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-40, .d-flex.gxm-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gxm-40 > *, .d-flex.gxm-40 > * {
margin-left: 20px;
margin-right: 20px;
}
.d-flex-wrap.gx-50, .d-flex.gx-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gx-50 > *, .d-flex.gx-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.d-flex-wrap.gx-50.margin > *, .d-flex.gx-50.margin > * {
margin-left: 25px;
margin-right: 25px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-50, .d-flex.gxm-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gxm-50 > *, .d-flex.gxm-50 > * {
margin-left: 25px;
margin-right: 25px;
}
.d-flex-wrap.gx-60, .d-flex.gx-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gx-60 > *, .d-flex.gx-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.d-flex-wrap.gx-60.margin > *, .d-flex.gx-60.margin > * {
margin-left: 30px;
margin-right: 30px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-60, .d-flex.gxm-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gxm-60 > *, .d-flex.gxm-60 > * {
margin-left: 30px;
margin-right: 30px;
}
.d-flex-wrap.gx-70, .d-flex.gx-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gx-70 > *, .d-flex.gx-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.d-flex-wrap.gx-70.margin > *, .d-flex.gx-70.margin > * {
margin-left: 35px;
margin-right: 35px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-70, .d-flex.gxm-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gxm-70 > *, .d-flex.gxm-70 > * {
margin-left: 35px;
margin-right: 35px;
}
.d-flex-wrap.gx-80, .d-flex.gx-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gx-80 > *, .d-flex.gx-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.d-flex-wrap.gx-80.margin > *, .d-flex.gx-80.margin > * {
margin-left: 40px;
margin-right: 40px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-80, .d-flex.gxm-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gxm-80 > *, .d-flex.gxm-80 > * {
margin-left: 40px;
margin-right: 40px;
}
.d-flex-wrap.gx-90, .d-flex.gx-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gx-90 > *, .d-flex.gx-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.d-flex-wrap.gx-90.margin > *, .d-flex.gx-90.margin > * {
margin-left: 45px;
margin-right: 45px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-90, .d-flex.gxm-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gxm-90 > *, .d-flex.gxm-90 > * {
margin-left: 45px;
margin-right: 45px;
}
.d-flex-wrap.gx-100, .d-flex.gx-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gx-100 > *, .d-flex.gx-100 > * {
padding-left: 50px;
padding-right: 50px;
}
.d-flex-wrap.gx-100.margin > *, .d-flex.gx-100.margin > * {
margin-left: 50px;
margin-right: 50px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-100, .d-flex.gxm-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gxm-100 > *, .d-flex.gxm-100 > * {
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 0) {
.d-flex-wrap.gx-xs-0, .d-flex.gx-xs-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-xs-0 > *, .d-flex.gx-xs-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.d-flex-wrap.gx-xs-0.margin > *, .d-flex.gx-xs-0.margin > * {
margin-left: 0px;
margin-right: 0px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-0, .d-flex.gxm-xs-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gxm-xs-0 > *, .d-flex.gxm-xs-0 > * {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-xs-5, .d-flex.gx-xs-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gx-xs-5 > *, .d-flex.gx-xs-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.d-flex-wrap.gx-xs-5.margin > *, .d-flex.gx-xs-5.margin > * {
margin-left: 2.5px;
margin-right: 2.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-5, .d-flex.gxm-xs-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gxm-xs-5 > *, .d-flex.gxm-xs-5 > * {
margin-left: 2.5px;
margin-right: 2.5px;
}
.d-flex-wrap.gx-xs-10, .d-flex.gx-xs-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gx-xs-10 > *, .d-flex.gx-xs-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.d-flex-wrap.gx-xs-10.margin > *, .d-flex.gx-xs-10.margin > * {
margin-left: 5px;
margin-right: 5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-10, .d-flex.gxm-xs-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gxm-xs-10 > *, .d-flex.gxm-xs-10 > * {
margin-left: 5px;
margin-right: 5px;
}
.d-flex-wrap.gx-xs-12, .d-flex.gx-xs-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gx-xs-12 > *, .d-flex.gx-xs-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.d-flex-wrap.gx-xs-12.margin > *, .d-flex.gx-xs-12.margin > * {
margin-left: 6px;
margin-right: 6px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-12, .d-flex.gxm-xs-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gxm-xs-12 > *, .d-flex.gxm-xs-12 > * {
margin-left: 6px;
margin-right: 6px;
}
.d-flex-wrap.gx-xs-15, .d-flex.gx-xs-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gx-xs-15 > *, .d-flex.gx-xs-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.d-flex-wrap.gx-xs-15.margin > *, .d-flex.gx-xs-15.margin > * {
margin-left: 7.5px;
margin-right: 7.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-15, .d-flex.gxm-xs-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gxm-xs-15 > *, .d-flex.gxm-xs-15 > * {
margin-left: 7.5px;
margin-right: 7.5px;
}
.d-flex-wrap.gx-xs-16, .d-flex.gx-xs-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gx-xs-16 > *, .d-flex.gx-xs-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.d-flex-wrap.gx-xs-16.margin > *, .d-flex.gx-xs-16.margin > * {
margin-left: 8px;
margin-right: 8px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-16, .d-flex.gxm-xs-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gxm-xs-16 > *, .d-flex.gxm-xs-16 > * {
margin-left: 8px;
margin-right: 8px;
}
.d-flex-wrap.gx-xs-20, .d-flex.gx-xs-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gx-xs-20 > *, .d-flex.gx-xs-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.d-flex-wrap.gx-xs-20.margin > *, .d-flex.gx-xs-20.margin > * {
margin-left: 10px;
margin-right: 10px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-20, .d-flex.gxm-xs-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gxm-xs-20 > *, .d-flex.gxm-xs-20 > * {
margin-left: 10px;
margin-right: 10px;
}
.d-flex-wrap.gx-xs-24, .d-flex.gx-xs-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gx-xs-24 > *, .d-flex.gx-xs-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.d-flex-wrap.gx-xs-24.margin > *, .d-flex.gx-xs-24.margin > * {
margin-left: 12px;
margin-right: 12px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-24, .d-flex.gxm-xs-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gxm-xs-24 > *, .d-flex.gxm-xs-24 > * {
margin-left: 12px;
margin-right: 12px;
}
.d-flex-wrap.gx-xs-25, .d-flex.gx-xs-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gx-xs-25 > *, .d-flex.gx-xs-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.d-flex-wrap.gx-xs-25.margin > *, .d-flex.gx-xs-25.margin > * {
margin-left: 12.5px;
margin-right: 12.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-25, .d-flex.gxm-xs-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gxm-xs-25 > *, .d-flex.gxm-xs-25 > * {
margin-left: 12.5px;
margin-right: 12.5px;
}
.d-flex-wrap.gx-xs-30, .d-flex.gx-xs-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gx-xs-30 > *, .d-flex.gx-xs-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.d-flex-wrap.gx-xs-30.margin > *, .d-flex.gx-xs-30.margin > * {
margin-left: 15px;
margin-right: 15px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-30, .d-flex.gxm-xs-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gxm-xs-30 > *, .d-flex.gxm-xs-30 > * {
margin-left: 15px;
margin-right: 15px;
}
.d-flex-wrap.gx-xs-40, .d-flex.gx-xs-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gx-xs-40 > *, .d-flex.gx-xs-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.d-flex-wrap.gx-xs-40.margin > *, .d-flex.gx-xs-40.margin > * {
margin-left: 20px;
margin-right: 20px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-40, .d-flex.gxm-xs-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gxm-xs-40 > *, .d-flex.gxm-xs-40 > * {
margin-left: 20px;
margin-right: 20px;
}
.d-flex-wrap.gx-xs-50, .d-flex.gx-xs-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gx-xs-50 > *, .d-flex.gx-xs-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.d-flex-wrap.gx-xs-50.margin > *, .d-flex.gx-xs-50.margin > * {
margin-left: 25px;
margin-right: 25px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-50, .d-flex.gxm-xs-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gxm-xs-50 > *, .d-flex.gxm-xs-50 > * {
margin-left: 25px;
margin-right: 25px;
}
.d-flex-wrap.gx-xs-60, .d-flex.gx-xs-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gx-xs-60 > *, .d-flex.gx-xs-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.d-flex-wrap.gx-xs-60.margin > *, .d-flex.gx-xs-60.margin > * {
margin-left: 30px;
margin-right: 30px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-60, .d-flex.gxm-xs-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gxm-xs-60 > *, .d-flex.gxm-xs-60 > * {
margin-left: 30px;
margin-right: 30px;
}
.d-flex-wrap.gx-xs-70, .d-flex.gx-xs-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gx-xs-70 > *, .d-flex.gx-xs-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.d-flex-wrap.gx-xs-70.margin > *, .d-flex.gx-xs-70.margin > * {
margin-left: 35px;
margin-right: 35px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-70, .d-flex.gxm-xs-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gxm-xs-70 > *, .d-flex.gxm-xs-70 > * {
margin-left: 35px;
margin-right: 35px;
}
.d-flex-wrap.gx-xs-80, .d-flex.gx-xs-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gx-xs-80 > *, .d-flex.gx-xs-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.d-flex-wrap.gx-xs-80.margin > *, .d-flex.gx-xs-80.margin > * {
margin-left: 40px;
margin-right: 40px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-80, .d-flex.gxm-xs-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gxm-xs-80 > *, .d-flex.gxm-xs-80 > * {
margin-left: 40px;
margin-right: 40px;
}
.d-flex-wrap.gx-xs-90, .d-flex.gx-xs-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gx-xs-90 > *, .d-flex.gx-xs-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.d-flex-wrap.gx-xs-90.margin > *, .d-flex.gx-xs-90.margin > * {
margin-left: 45px;
margin-right: 45px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-90, .d-flex.gxm-xs-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gxm-xs-90 > *, .d-flex.gxm-xs-90 > * {
margin-left: 45px;
margin-right: 45px;
}
.d-flex-wrap.gx-xs-100, .d-flex.gx-xs-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gx-xs-100 > *, .d-flex.gx-xs-100 > * {
padding-left: 50px;
padding-right: 50px;
}
.d-flex-wrap.gx-xs-100.margin > *, .d-flex.gx-xs-100.margin > * {
margin-left: 50px;
margin-right: 50px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xs-100, .d-flex.gxm-xs-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gxm-xs-100 > *, .d-flex.gxm-xs-100 > * {
margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 576px) {
.d-flex-wrap.gx-sm-0, .d-flex.gx-sm-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-sm-0 > *, .d-flex.gx-sm-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.d-flex-wrap.gx-sm-0.margin > *, .d-flex.gx-sm-0.margin > * {
margin-left: 0px;
margin-right: 0px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-0, .d-flex.gxm-sm-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gxm-sm-0 > *, .d-flex.gxm-sm-0 > * {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-sm-5, .d-flex.gx-sm-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gx-sm-5 > *, .d-flex.gx-sm-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.d-flex-wrap.gx-sm-5.margin > *, .d-flex.gx-sm-5.margin > * {
margin-left: 2.5px;
margin-right: 2.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-5, .d-flex.gxm-sm-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gxm-sm-5 > *, .d-flex.gxm-sm-5 > * {
margin-left: 2.5px;
margin-right: 2.5px;
}
.d-flex-wrap.gx-sm-10, .d-flex.gx-sm-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gx-sm-10 > *, .d-flex.gx-sm-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.d-flex-wrap.gx-sm-10.margin > *, .d-flex.gx-sm-10.margin > * {
margin-left: 5px;
margin-right: 5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-10, .d-flex.gxm-sm-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gxm-sm-10 > *, .d-flex.gxm-sm-10 > * {
margin-left: 5px;
margin-right: 5px;
}
.d-flex-wrap.gx-sm-12, .d-flex.gx-sm-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gx-sm-12 > *, .d-flex.gx-sm-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.d-flex-wrap.gx-sm-12.margin > *, .d-flex.gx-sm-12.margin > * {
margin-left: 6px;
margin-right: 6px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-12, .d-flex.gxm-sm-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gxm-sm-12 > *, .d-flex.gxm-sm-12 > * {
margin-left: 6px;
margin-right: 6px;
}
.d-flex-wrap.gx-sm-15, .d-flex.gx-sm-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gx-sm-15 > *, .d-flex.gx-sm-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.d-flex-wrap.gx-sm-15.margin > *, .d-flex.gx-sm-15.margin > * {
margin-left: 7.5px;
margin-right: 7.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-15, .d-flex.gxm-sm-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gxm-sm-15 > *, .d-flex.gxm-sm-15 > * {
margin-left: 7.5px;
margin-right: 7.5px;
}
.d-flex-wrap.gx-sm-16, .d-flex.gx-sm-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gx-sm-16 > *, .d-flex.gx-sm-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.d-flex-wrap.gx-sm-16.margin > *, .d-flex.gx-sm-16.margin > * {
margin-left: 8px;
margin-right: 8px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-16, .d-flex.gxm-sm-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gxm-sm-16 > *, .d-flex.gxm-sm-16 > * {
margin-left: 8px;
margin-right: 8px;
}
.d-flex-wrap.gx-sm-20, .d-flex.gx-sm-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gx-sm-20 > *, .d-flex.gx-sm-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.d-flex-wrap.gx-sm-20.margin > *, .d-flex.gx-sm-20.margin > * {
margin-left: 10px;
margin-right: 10px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-20, .d-flex.gxm-sm-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gxm-sm-20 > *, .d-flex.gxm-sm-20 > * {
margin-left: 10px;
margin-right: 10px;
}
.d-flex-wrap.gx-sm-24, .d-flex.gx-sm-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gx-sm-24 > *, .d-flex.gx-sm-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.d-flex-wrap.gx-sm-24.margin > *, .d-flex.gx-sm-24.margin > * {
margin-left: 12px;
margin-right: 12px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-24, .d-flex.gxm-sm-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gxm-sm-24 > *, .d-flex.gxm-sm-24 > * {
margin-left: 12px;
margin-right: 12px;
}
.d-flex-wrap.gx-sm-25, .d-flex.gx-sm-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gx-sm-25 > *, .d-flex.gx-sm-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.d-flex-wrap.gx-sm-25.margin > *, .d-flex.gx-sm-25.margin > * {
margin-left: 12.5px;
margin-right: 12.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-25, .d-flex.gxm-sm-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gxm-sm-25 > *, .d-flex.gxm-sm-25 > * {
margin-left: 12.5px;
margin-right: 12.5px;
}
.d-flex-wrap.gx-sm-30, .d-flex.gx-sm-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gx-sm-30 > *, .d-flex.gx-sm-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.d-flex-wrap.gx-sm-30.margin > *, .d-flex.gx-sm-30.margin > * {
margin-left: 15px;
margin-right: 15px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-30, .d-flex.gxm-sm-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gxm-sm-30 > *, .d-flex.gxm-sm-30 > * {
margin-left: 15px;
margin-right: 15px;
}
.d-flex-wrap.gx-sm-40, .d-flex.gx-sm-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gx-sm-40 > *, .d-flex.gx-sm-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.d-flex-wrap.gx-sm-40.margin > *, .d-flex.gx-sm-40.margin > * {
margin-left: 20px;
margin-right: 20px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-40, .d-flex.gxm-sm-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gxm-sm-40 > *, .d-flex.gxm-sm-40 > * {
margin-left: 20px;
margin-right: 20px;
}
.d-flex-wrap.gx-sm-50, .d-flex.gx-sm-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gx-sm-50 > *, .d-flex.gx-sm-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.d-flex-wrap.gx-sm-50.margin > *, .d-flex.gx-sm-50.margin > * {
margin-left: 25px;
margin-right: 25px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-50, .d-flex.gxm-sm-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gxm-sm-50 > *, .d-flex.gxm-sm-50 > * {
margin-left: 25px;
margin-right: 25px;
}
.d-flex-wrap.gx-sm-60, .d-flex.gx-sm-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gx-sm-60 > *, .d-flex.gx-sm-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.d-flex-wrap.gx-sm-60.margin > *, .d-flex.gx-sm-60.margin > * {
margin-left: 30px;
margin-right: 30px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-60, .d-flex.gxm-sm-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gxm-sm-60 > *, .d-flex.gxm-sm-60 > * {
margin-left: 30px;
margin-right: 30px;
}
.d-flex-wrap.gx-sm-70, .d-flex.gx-sm-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gx-sm-70 > *, .d-flex.gx-sm-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.d-flex-wrap.gx-sm-70.margin > *, .d-flex.gx-sm-70.margin > * {
margin-left: 35px;
margin-right: 35px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-70, .d-flex.gxm-sm-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gxm-sm-70 > *, .d-flex.gxm-sm-70 > * {
margin-left: 35px;
margin-right: 35px;
}
.d-flex-wrap.gx-sm-80, .d-flex.gx-sm-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gx-sm-80 > *, .d-flex.gx-sm-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.d-flex-wrap.gx-sm-80.margin > *, .d-flex.gx-sm-80.margin > * {
margin-left: 40px;
margin-right: 40px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-80, .d-flex.gxm-sm-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gxm-sm-80 > *, .d-flex.gxm-sm-80 > * {
margin-left: 40px;
margin-right: 40px;
}
.d-flex-wrap.gx-sm-90, .d-flex.gx-sm-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gx-sm-90 > *, .d-flex.gx-sm-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.d-flex-wrap.gx-sm-90.margin > *, .d-flex.gx-sm-90.margin > * {
margin-left: 45px;
margin-right: 45px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-90, .d-flex.gxm-sm-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gxm-sm-90 > *, .d-flex.gxm-sm-90 > * {
margin-left: 45px;
margin-right: 45px;
}
.d-flex-wrap.gx-sm-100, .d-flex.gx-sm-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gx-sm-100 > *, .d-flex.gx-sm-100 > * {
padding-left: 50px;
padding-right: 50px;
}
.d-flex-wrap.gx-sm-100.margin > *, .d-flex.gx-sm-100.margin > * {
margin-left: 50px;
margin-right: 50px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-sm-100, .d-flex.gxm-sm-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gxm-sm-100 > *, .d-flex.gxm-sm-100 > * {
margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 768px) {
.d-flex-wrap.gx-md-0, .d-flex.gx-md-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-md-0 > *, .d-flex.gx-md-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.d-flex-wrap.gx-md-0.margin > *, .d-flex.gx-md-0.margin > * {
margin-left: 0px;
margin-right: 0px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-0, .d-flex.gxm-md-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gxm-md-0 > *, .d-flex.gxm-md-0 > * {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-md-5, .d-flex.gx-md-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gx-md-5 > *, .d-flex.gx-md-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.d-flex-wrap.gx-md-5.margin > *, .d-flex.gx-md-5.margin > * {
margin-left: 2.5px;
margin-right: 2.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-5, .d-flex.gxm-md-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gxm-md-5 > *, .d-flex.gxm-md-5 > * {
margin-left: 2.5px;
margin-right: 2.5px;
}
.d-flex-wrap.gx-md-10, .d-flex.gx-md-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gx-md-10 > *, .d-flex.gx-md-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.d-flex-wrap.gx-md-10.margin > *, .d-flex.gx-md-10.margin > * {
margin-left: 5px;
margin-right: 5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-10, .d-flex.gxm-md-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gxm-md-10 > *, .d-flex.gxm-md-10 > * {
margin-left: 5px;
margin-right: 5px;
}
.d-flex-wrap.gx-md-12, .d-flex.gx-md-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gx-md-12 > *, .d-flex.gx-md-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.d-flex-wrap.gx-md-12.margin > *, .d-flex.gx-md-12.margin > * {
margin-left: 6px;
margin-right: 6px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-12, .d-flex.gxm-md-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gxm-md-12 > *, .d-flex.gxm-md-12 > * {
margin-left: 6px;
margin-right: 6px;
}
.d-flex-wrap.gx-md-15, .d-flex.gx-md-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gx-md-15 > *, .d-flex.gx-md-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.d-flex-wrap.gx-md-15.margin > *, .d-flex.gx-md-15.margin > * {
margin-left: 7.5px;
margin-right: 7.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-15, .d-flex.gxm-md-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gxm-md-15 > *, .d-flex.gxm-md-15 > * {
margin-left: 7.5px;
margin-right: 7.5px;
}
.d-flex-wrap.gx-md-16, .d-flex.gx-md-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gx-md-16 > *, .d-flex.gx-md-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.d-flex-wrap.gx-md-16.margin > *, .d-flex.gx-md-16.margin > * {
margin-left: 8px;
margin-right: 8px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-16, .d-flex.gxm-md-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gxm-md-16 > *, .d-flex.gxm-md-16 > * {
margin-left: 8px;
margin-right: 8px;
}
.d-flex-wrap.gx-md-20, .d-flex.gx-md-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gx-md-20 > *, .d-flex.gx-md-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.d-flex-wrap.gx-md-20.margin > *, .d-flex.gx-md-20.margin > * {
margin-left: 10px;
margin-right: 10px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-20, .d-flex.gxm-md-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gxm-md-20 > *, .d-flex.gxm-md-20 > * {
margin-left: 10px;
margin-right: 10px;
}
.d-flex-wrap.gx-md-24, .d-flex.gx-md-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gx-md-24 > *, .d-flex.gx-md-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.d-flex-wrap.gx-md-24.margin > *, .d-flex.gx-md-24.margin > * {
margin-left: 12px;
margin-right: 12px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-24, .d-flex.gxm-md-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gxm-md-24 > *, .d-flex.gxm-md-24 > * {
margin-left: 12px;
margin-right: 12px;
}
.d-flex-wrap.gx-md-25, .d-flex.gx-md-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gx-md-25 > *, .d-flex.gx-md-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.d-flex-wrap.gx-md-25.margin > *, .d-flex.gx-md-25.margin > * {
margin-left: 12.5px;
margin-right: 12.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-25, .d-flex.gxm-md-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gxm-md-25 > *, .d-flex.gxm-md-25 > * {
margin-left: 12.5px;
margin-right: 12.5px;
}
.d-flex-wrap.gx-md-30, .d-flex.gx-md-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gx-md-30 > *, .d-flex.gx-md-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.d-flex-wrap.gx-md-30.margin > *, .d-flex.gx-md-30.margin > * {
margin-left: 15px;
margin-right: 15px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-30, .d-flex.gxm-md-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gxm-md-30 > *, .d-flex.gxm-md-30 > * {
margin-left: 15px;
margin-right: 15px;
}
.d-flex-wrap.gx-md-40, .d-flex.gx-md-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gx-md-40 > *, .d-flex.gx-md-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.d-flex-wrap.gx-md-40.margin > *, .d-flex.gx-md-40.margin > * {
margin-left: 20px;
margin-right: 20px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-40, .d-flex.gxm-md-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gxm-md-40 > *, .d-flex.gxm-md-40 > * {
margin-left: 20px;
margin-right: 20px;
}
.d-flex-wrap.gx-md-50, .d-flex.gx-md-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gx-md-50 > *, .d-flex.gx-md-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.d-flex-wrap.gx-md-50.margin > *, .d-flex.gx-md-50.margin > * {
margin-left: 25px;
margin-right: 25px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-50, .d-flex.gxm-md-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gxm-md-50 > *, .d-flex.gxm-md-50 > * {
margin-left: 25px;
margin-right: 25px;
}
.d-flex-wrap.gx-md-60, .d-flex.gx-md-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gx-md-60 > *, .d-flex.gx-md-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.d-flex-wrap.gx-md-60.margin > *, .d-flex.gx-md-60.margin > * {
margin-left: 30px;
margin-right: 30px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-60, .d-flex.gxm-md-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gxm-md-60 > *, .d-flex.gxm-md-60 > * {
margin-left: 30px;
margin-right: 30px;
}
.d-flex-wrap.gx-md-70, .d-flex.gx-md-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gx-md-70 > *, .d-flex.gx-md-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.d-flex-wrap.gx-md-70.margin > *, .d-flex.gx-md-70.margin > * {
margin-left: 35px;
margin-right: 35px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-70, .d-flex.gxm-md-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gxm-md-70 > *, .d-flex.gxm-md-70 > * {
margin-left: 35px;
margin-right: 35px;
}
.d-flex-wrap.gx-md-80, .d-flex.gx-md-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gx-md-80 > *, .d-flex.gx-md-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.d-flex-wrap.gx-md-80.margin > *, .d-flex.gx-md-80.margin > * {
margin-left: 40px;
margin-right: 40px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-80, .d-flex.gxm-md-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gxm-md-80 > *, .d-flex.gxm-md-80 > * {
margin-left: 40px;
margin-right: 40px;
}
.d-flex-wrap.gx-md-90, .d-flex.gx-md-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gx-md-90 > *, .d-flex.gx-md-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.d-flex-wrap.gx-md-90.margin > *, .d-flex.gx-md-90.margin > * {
margin-left: 45px;
margin-right: 45px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-90, .d-flex.gxm-md-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gxm-md-90 > *, .d-flex.gxm-md-90 > * {
margin-left: 45px;
margin-right: 45px;
}
.d-flex-wrap.gx-md-100, .d-flex.gx-md-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gx-md-100 > *, .d-flex.gx-md-100 > * {
padding-left: 50px;
padding-right: 50px;
}
.d-flex-wrap.gx-md-100.margin > *, .d-flex.gx-md-100.margin > * {
margin-left: 50px;
margin-right: 50px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-md-100, .d-flex.gxm-md-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gxm-md-100 > *, .d-flex.gxm-md-100 > * {
margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 992px) {
.d-flex-wrap.gx-lg-0, .d-flex.gx-lg-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-lg-0 > *, .d-flex.gx-lg-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.d-flex-wrap.gx-lg-0.margin > *, .d-flex.gx-lg-0.margin > * {
margin-left: 0px;
margin-right: 0px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-0, .d-flex.gxm-lg-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gxm-lg-0 > *, .d-flex.gxm-lg-0 > * {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-lg-5, .d-flex.gx-lg-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gx-lg-5 > *, .d-flex.gx-lg-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.d-flex-wrap.gx-lg-5.margin > *, .d-flex.gx-lg-5.margin > * {
margin-left: 2.5px;
margin-right: 2.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-5, .d-flex.gxm-lg-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gxm-lg-5 > *, .d-flex.gxm-lg-5 > * {
margin-left: 2.5px;
margin-right: 2.5px;
}
.d-flex-wrap.gx-lg-10, .d-flex.gx-lg-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gx-lg-10 > *, .d-flex.gx-lg-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.d-flex-wrap.gx-lg-10.margin > *, .d-flex.gx-lg-10.margin > * {
margin-left: 5px;
margin-right: 5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-10, .d-flex.gxm-lg-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gxm-lg-10 > *, .d-flex.gxm-lg-10 > * {
margin-left: 5px;
margin-right: 5px;
}
.d-flex-wrap.gx-lg-12, .d-flex.gx-lg-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gx-lg-12 > *, .d-flex.gx-lg-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.d-flex-wrap.gx-lg-12.margin > *, .d-flex.gx-lg-12.margin > * {
margin-left: 6px;
margin-right: 6px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-12, .d-flex.gxm-lg-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gxm-lg-12 > *, .d-flex.gxm-lg-12 > * {
margin-left: 6px;
margin-right: 6px;
}
.d-flex-wrap.gx-lg-15, .d-flex.gx-lg-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gx-lg-15 > *, .d-flex.gx-lg-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.d-flex-wrap.gx-lg-15.margin > *, .d-flex.gx-lg-15.margin > * {
margin-left: 7.5px;
margin-right: 7.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-15, .d-flex.gxm-lg-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gxm-lg-15 > *, .d-flex.gxm-lg-15 > * {
margin-left: 7.5px;
margin-right: 7.5px;
}
.d-flex-wrap.gx-lg-16, .d-flex.gx-lg-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gx-lg-16 > *, .d-flex.gx-lg-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.d-flex-wrap.gx-lg-16.margin > *, .d-flex.gx-lg-16.margin > * {
margin-left: 8px;
margin-right: 8px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-16, .d-flex.gxm-lg-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gxm-lg-16 > *, .d-flex.gxm-lg-16 > * {
margin-left: 8px;
margin-right: 8px;
}
.d-flex-wrap.gx-lg-20, .d-flex.gx-lg-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gx-lg-20 > *, .d-flex.gx-lg-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.d-flex-wrap.gx-lg-20.margin > *, .d-flex.gx-lg-20.margin > * {
margin-left: 10px;
margin-right: 10px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-20, .d-flex.gxm-lg-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gxm-lg-20 > *, .d-flex.gxm-lg-20 > * {
margin-left: 10px;
margin-right: 10px;
}
.d-flex-wrap.gx-lg-24, .d-flex.gx-lg-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gx-lg-24 > *, .d-flex.gx-lg-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.d-flex-wrap.gx-lg-24.margin > *, .d-flex.gx-lg-24.margin > * {
margin-left: 12px;
margin-right: 12px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-24, .d-flex.gxm-lg-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gxm-lg-24 > *, .d-flex.gxm-lg-24 > * {
margin-left: 12px;
margin-right: 12px;
}
.d-flex-wrap.gx-lg-25, .d-flex.gx-lg-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gx-lg-25 > *, .d-flex.gx-lg-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.d-flex-wrap.gx-lg-25.margin > *, .d-flex.gx-lg-25.margin > * {
margin-left: 12.5px;
margin-right: 12.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-25, .d-flex.gxm-lg-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gxm-lg-25 > *, .d-flex.gxm-lg-25 > * {
margin-left: 12.5px;
margin-right: 12.5px;
}
.d-flex-wrap.gx-lg-30, .d-flex.gx-lg-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gx-lg-30 > *, .d-flex.gx-lg-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.d-flex-wrap.gx-lg-30.margin > *, .d-flex.gx-lg-30.margin > * {
margin-left: 15px;
margin-right: 15px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-30, .d-flex.gxm-lg-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gxm-lg-30 > *, .d-flex.gxm-lg-30 > * {
margin-left: 15px;
margin-right: 15px;
}
.d-flex-wrap.gx-lg-40, .d-flex.gx-lg-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gx-lg-40 > *, .d-flex.gx-lg-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.d-flex-wrap.gx-lg-40.margin > *, .d-flex.gx-lg-40.margin > * {
margin-left: 20px;
margin-right: 20px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-40, .d-flex.gxm-lg-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gxm-lg-40 > *, .d-flex.gxm-lg-40 > * {
margin-left: 20px;
margin-right: 20px;
}
.d-flex-wrap.gx-lg-50, .d-flex.gx-lg-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gx-lg-50 > *, .d-flex.gx-lg-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.d-flex-wrap.gx-lg-50.margin > *, .d-flex.gx-lg-50.margin > * {
margin-left: 25px;
margin-right: 25px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-50, .d-flex.gxm-lg-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gxm-lg-50 > *, .d-flex.gxm-lg-50 > * {
margin-left: 25px;
margin-right: 25px;
}
.d-flex-wrap.gx-lg-60, .d-flex.gx-lg-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gx-lg-60 > *, .d-flex.gx-lg-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.d-flex-wrap.gx-lg-60.margin > *, .d-flex.gx-lg-60.margin > * {
margin-left: 30px;
margin-right: 30px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-60, .d-flex.gxm-lg-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gxm-lg-60 > *, .d-flex.gxm-lg-60 > * {
margin-left: 30px;
margin-right: 30px;
}
.d-flex-wrap.gx-lg-70, .d-flex.gx-lg-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gx-lg-70 > *, .d-flex.gx-lg-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.d-flex-wrap.gx-lg-70.margin > *, .d-flex.gx-lg-70.margin > * {
margin-left: 35px;
margin-right: 35px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-70, .d-flex.gxm-lg-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gxm-lg-70 > *, .d-flex.gxm-lg-70 > * {
margin-left: 35px;
margin-right: 35px;
}
.d-flex-wrap.gx-lg-80, .d-flex.gx-lg-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gx-lg-80 > *, .d-flex.gx-lg-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.d-flex-wrap.gx-lg-80.margin > *, .d-flex.gx-lg-80.margin > * {
margin-left: 40px;
margin-right: 40px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-80, .d-flex.gxm-lg-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gxm-lg-80 > *, .d-flex.gxm-lg-80 > * {
margin-left: 40px;
margin-right: 40px;
}
.d-flex-wrap.gx-lg-90, .d-flex.gx-lg-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gx-lg-90 > *, .d-flex.gx-lg-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.d-flex-wrap.gx-lg-90.margin > *, .d-flex.gx-lg-90.margin > * {
margin-left: 45px;
margin-right: 45px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-90, .d-flex.gxm-lg-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gxm-lg-90 > *, .d-flex.gxm-lg-90 > * {
margin-left: 45px;
margin-right: 45px;
}
.d-flex-wrap.gx-lg-100, .d-flex.gx-lg-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gx-lg-100 > *, .d-flex.gx-lg-100 > * {
padding-left: 50px;
padding-right: 50px;
}
.d-flex-wrap.gx-lg-100.margin > *, .d-flex.gx-lg-100.margin > * {
margin-left: 50px;
margin-right: 50px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-lg-100, .d-flex.gxm-lg-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gxm-lg-100 > *, .d-flex.gxm-lg-100 > * {
margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 1200px) {
.d-flex-wrap.gx-xl-0, .d-flex.gx-xl-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-xl-0 > *, .d-flex.gx-xl-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.d-flex-wrap.gx-xl-0.margin > *, .d-flex.gx-xl-0.margin > * {
margin-left: 0px;
margin-right: 0px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-0, .d-flex.gxm-xl-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gxm-xl-0 > *, .d-flex.gxm-xl-0 > * {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-xl-5, .d-flex.gx-xl-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gx-xl-5 > *, .d-flex.gx-xl-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.d-flex-wrap.gx-xl-5.margin > *, .d-flex.gx-xl-5.margin > * {
margin-left: 2.5px;
margin-right: 2.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-5, .d-flex.gxm-xl-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gxm-xl-5 > *, .d-flex.gxm-xl-5 > * {
margin-left: 2.5px;
margin-right: 2.5px;
}
.d-flex-wrap.gx-xl-10, .d-flex.gx-xl-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gx-xl-10 > *, .d-flex.gx-xl-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.d-flex-wrap.gx-xl-10.margin > *, .d-flex.gx-xl-10.margin > * {
margin-left: 5px;
margin-right: 5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-10, .d-flex.gxm-xl-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gxm-xl-10 > *, .d-flex.gxm-xl-10 > * {
margin-left: 5px;
margin-right: 5px;
}
.d-flex-wrap.gx-xl-12, .d-flex.gx-xl-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gx-xl-12 > *, .d-flex.gx-xl-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.d-flex-wrap.gx-xl-12.margin > *, .d-flex.gx-xl-12.margin > * {
margin-left: 6px;
margin-right: 6px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-12, .d-flex.gxm-xl-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gxm-xl-12 > *, .d-flex.gxm-xl-12 > * {
margin-left: 6px;
margin-right: 6px;
}
.d-flex-wrap.gx-xl-15, .d-flex.gx-xl-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gx-xl-15 > *, .d-flex.gx-xl-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.d-flex-wrap.gx-xl-15.margin > *, .d-flex.gx-xl-15.margin > * {
margin-left: 7.5px;
margin-right: 7.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-15, .d-flex.gxm-xl-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gxm-xl-15 > *, .d-flex.gxm-xl-15 > * {
margin-left: 7.5px;
margin-right: 7.5px;
}
.d-flex-wrap.gx-xl-16, .d-flex.gx-xl-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gx-xl-16 > *, .d-flex.gx-xl-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.d-flex-wrap.gx-xl-16.margin > *, .d-flex.gx-xl-16.margin > * {
margin-left: 8px;
margin-right: 8px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-16, .d-flex.gxm-xl-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gxm-xl-16 > *, .d-flex.gxm-xl-16 > * {
margin-left: 8px;
margin-right: 8px;
}
.d-flex-wrap.gx-xl-20, .d-flex.gx-xl-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gx-xl-20 > *, .d-flex.gx-xl-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.d-flex-wrap.gx-xl-20.margin > *, .d-flex.gx-xl-20.margin > * {
margin-left: 10px;
margin-right: 10px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-20, .d-flex.gxm-xl-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gxm-xl-20 > *, .d-flex.gxm-xl-20 > * {
margin-left: 10px;
margin-right: 10px;
}
.d-flex-wrap.gx-xl-24, .d-flex.gx-xl-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gx-xl-24 > *, .d-flex.gx-xl-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.d-flex-wrap.gx-xl-24.margin > *, .d-flex.gx-xl-24.margin > * {
margin-left: 12px;
margin-right: 12px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-24, .d-flex.gxm-xl-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gxm-xl-24 > *, .d-flex.gxm-xl-24 > * {
margin-left: 12px;
margin-right: 12px;
}
.d-flex-wrap.gx-xl-25, .d-flex.gx-xl-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gx-xl-25 > *, .d-flex.gx-xl-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.d-flex-wrap.gx-xl-25.margin > *, .d-flex.gx-xl-25.margin > * {
margin-left: 12.5px;
margin-right: 12.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-25, .d-flex.gxm-xl-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gxm-xl-25 > *, .d-flex.gxm-xl-25 > * {
margin-left: 12.5px;
margin-right: 12.5px;
}
.d-flex-wrap.gx-xl-30, .d-flex.gx-xl-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gx-xl-30 > *, .d-flex.gx-xl-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.d-flex-wrap.gx-xl-30.margin > *, .d-flex.gx-xl-30.margin > * {
margin-left: 15px;
margin-right: 15px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-30, .d-flex.gxm-xl-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gxm-xl-30 > *, .d-flex.gxm-xl-30 > * {
margin-left: 15px;
margin-right: 15px;
}
.d-flex-wrap.gx-xl-40, .d-flex.gx-xl-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gx-xl-40 > *, .d-flex.gx-xl-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.d-flex-wrap.gx-xl-40.margin > *, .d-flex.gx-xl-40.margin > * {
margin-left: 20px;
margin-right: 20px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-40, .d-flex.gxm-xl-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gxm-xl-40 > *, .d-flex.gxm-xl-40 > * {
margin-left: 20px;
margin-right: 20px;
}
.d-flex-wrap.gx-xl-50, .d-flex.gx-xl-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gx-xl-50 > *, .d-flex.gx-xl-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.d-flex-wrap.gx-xl-50.margin > *, .d-flex.gx-xl-50.margin > * {
margin-left: 25px;
margin-right: 25px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-50, .d-flex.gxm-xl-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gxm-xl-50 > *, .d-flex.gxm-xl-50 > * {
margin-left: 25px;
margin-right: 25px;
}
.d-flex-wrap.gx-xl-60, .d-flex.gx-xl-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gx-xl-60 > *, .d-flex.gx-xl-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.d-flex-wrap.gx-xl-60.margin > *, .d-flex.gx-xl-60.margin > * {
margin-left: 30px;
margin-right: 30px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-60, .d-flex.gxm-xl-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gxm-xl-60 > *, .d-flex.gxm-xl-60 > * {
margin-left: 30px;
margin-right: 30px;
}
.d-flex-wrap.gx-xl-70, .d-flex.gx-xl-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gx-xl-70 > *, .d-flex.gx-xl-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.d-flex-wrap.gx-xl-70.margin > *, .d-flex.gx-xl-70.margin > * {
margin-left: 35px;
margin-right: 35px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-70, .d-flex.gxm-xl-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gxm-xl-70 > *, .d-flex.gxm-xl-70 > * {
margin-left: 35px;
margin-right: 35px;
}
.d-flex-wrap.gx-xl-80, .d-flex.gx-xl-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gx-xl-80 > *, .d-flex.gx-xl-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.d-flex-wrap.gx-xl-80.margin > *, .d-flex.gx-xl-80.margin > * {
margin-left: 40px;
margin-right: 40px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-80, .d-flex.gxm-xl-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gxm-xl-80 > *, .d-flex.gxm-xl-80 > * {
margin-left: 40px;
margin-right: 40px;
}
.d-flex-wrap.gx-xl-90, .d-flex.gx-xl-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gx-xl-90 > *, .d-flex.gx-xl-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.d-flex-wrap.gx-xl-90.margin > *, .d-flex.gx-xl-90.margin > * {
margin-left: 45px;
margin-right: 45px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-90, .d-flex.gxm-xl-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gxm-xl-90 > *, .d-flex.gxm-xl-90 > * {
margin-left: 45px;
margin-right: 45px;
}
.d-flex-wrap.gx-xl-100, .d-flex.gx-xl-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gx-xl-100 > *, .d-flex.gx-xl-100 > * {
padding-left: 50px;
padding-right: 50px;
}
.d-flex-wrap.gx-xl-100.margin > *, .d-flex.gx-xl-100.margin > * {
margin-left: 50px;
margin-right: 50px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xl-100, .d-flex.gxm-xl-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gxm-xl-100 > *, .d-flex.gxm-xl-100 > * {
margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 1400px) {
.d-flex-wrap.gx-xxl-0, .d-flex.gx-xxl-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-xxl-0 > *, .d-flex.gx-xxl-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.d-flex-wrap.gx-xxl-0.margin > *, .d-flex.gx-xxl-0.margin > * {
margin-left: 0px;
margin-right: 0px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-0, .d-flex.gxm-xxl-0 {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gxm-xxl-0 > *, .d-flex.gxm-xxl-0 > * {
margin-left: 0px;
margin-right: 0px;
}
.d-flex-wrap.gx-xxl-5, .d-flex.gx-xxl-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gx-xxl-5 > *, .d-flex.gx-xxl-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.d-flex-wrap.gx-xxl-5.margin > *, .d-flex.gx-xxl-5.margin > * {
margin-left: 2.5px;
margin-right: 2.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-5, .d-flex.gxm-xxl-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.d-flex-wrap.gxm-xxl-5 > *, .d-flex.gxm-xxl-5 > * {
margin-left: 2.5px;
margin-right: 2.5px;
}
.d-flex-wrap.gx-xxl-10, .d-flex.gx-xxl-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gx-xxl-10 > *, .d-flex.gx-xxl-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.d-flex-wrap.gx-xxl-10.margin > *, .d-flex.gx-xxl-10.margin > * {
margin-left: 5px;
margin-right: 5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-10, .d-flex.gxm-xxl-10 {
margin-left: -5px;
margin-right: -5px;
}
.d-flex-wrap.gxm-xxl-10 > *, .d-flex.gxm-xxl-10 > * {
margin-left: 5px;
margin-right: 5px;
}
.d-flex-wrap.gx-xxl-12, .d-flex.gx-xxl-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gx-xxl-12 > *, .d-flex.gx-xxl-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.d-flex-wrap.gx-xxl-12.margin > *, .d-flex.gx-xxl-12.margin > * {
margin-left: 6px;
margin-right: 6px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-12, .d-flex.gxm-xxl-12 {
margin-left: -6px;
margin-right: -6px;
}
.d-flex-wrap.gxm-xxl-12 > *, .d-flex.gxm-xxl-12 > * {
margin-left: 6px;
margin-right: 6px;
}
.d-flex-wrap.gx-xxl-15, .d-flex.gx-xxl-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gx-xxl-15 > *, .d-flex.gx-xxl-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.d-flex-wrap.gx-xxl-15.margin > *, .d-flex.gx-xxl-15.margin > * {
margin-left: 7.5px;
margin-right: 7.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-15, .d-flex.gxm-xxl-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.d-flex-wrap.gxm-xxl-15 > *, .d-flex.gxm-xxl-15 > * {
margin-left: 7.5px;
margin-right: 7.5px;
}
.d-flex-wrap.gx-xxl-16, .d-flex.gx-xxl-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gx-xxl-16 > *, .d-flex.gx-xxl-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.d-flex-wrap.gx-xxl-16.margin > *, .d-flex.gx-xxl-16.margin > * {
margin-left: 8px;
margin-right: 8px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-16, .d-flex.gxm-xxl-16 {
margin-left: -8px;
margin-right: -8px;
}
.d-flex-wrap.gxm-xxl-16 > *, .d-flex.gxm-xxl-16 > * {
margin-left: 8px;
margin-right: 8px;
}
.d-flex-wrap.gx-xxl-20, .d-flex.gx-xxl-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gx-xxl-20 > *, .d-flex.gx-xxl-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.d-flex-wrap.gx-xxl-20.margin > *, .d-flex.gx-xxl-20.margin > * {
margin-left: 10px;
margin-right: 10px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-20, .d-flex.gxm-xxl-20 {
margin-left: -10px;
margin-right: -10px;
}
.d-flex-wrap.gxm-xxl-20 > *, .d-flex.gxm-xxl-20 > * {
margin-left: 10px;
margin-right: 10px;
}
.d-flex-wrap.gx-xxl-24, .d-flex.gx-xxl-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gx-xxl-24 > *, .d-flex.gx-xxl-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.d-flex-wrap.gx-xxl-24.margin > *, .d-flex.gx-xxl-24.margin > * {
margin-left: 12px;
margin-right: 12px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-24, .d-flex.gxm-xxl-24 {
margin-left: -12px;
margin-right: -12px;
}
.d-flex-wrap.gxm-xxl-24 > *, .d-flex.gxm-xxl-24 > * {
margin-left: 12px;
margin-right: 12px;
}
.d-flex-wrap.gx-xxl-25, .d-flex.gx-xxl-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gx-xxl-25 > *, .d-flex.gx-xxl-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.d-flex-wrap.gx-xxl-25.margin > *, .d-flex.gx-xxl-25.margin > * {
margin-left: 12.5px;
margin-right: 12.5px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-25, .d-flex.gxm-xxl-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.d-flex-wrap.gxm-xxl-25 > *, .d-flex.gxm-xxl-25 > * {
margin-left: 12.5px;
margin-right: 12.5px;
}
.d-flex-wrap.gx-xxl-30, .d-flex.gx-xxl-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gx-xxl-30 > *, .d-flex.gx-xxl-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.d-flex-wrap.gx-xxl-30.margin > *, .d-flex.gx-xxl-30.margin > * {
margin-left: 15px;
margin-right: 15px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-30, .d-flex.gxm-xxl-30 {
margin-left: -15px;
margin-right: -15px;
}
.d-flex-wrap.gxm-xxl-30 > *, .d-flex.gxm-xxl-30 > * {
margin-left: 15px;
margin-right: 15px;
}
.d-flex-wrap.gx-xxl-40, .d-flex.gx-xxl-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gx-xxl-40 > *, .d-flex.gx-xxl-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.d-flex-wrap.gx-xxl-40.margin > *, .d-flex.gx-xxl-40.margin > * {
margin-left: 20px;
margin-right: 20px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-40, .d-flex.gxm-xxl-40 {
margin-left: -20px;
margin-right: -20px;
}
.d-flex-wrap.gxm-xxl-40 > *, .d-flex.gxm-xxl-40 > * {
margin-left: 20px;
margin-right: 20px;
}
.d-flex-wrap.gx-xxl-50, .d-flex.gx-xxl-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gx-xxl-50 > *, .d-flex.gx-xxl-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.d-flex-wrap.gx-xxl-50.margin > *, .d-flex.gx-xxl-50.margin > * {
margin-left: 25px;
margin-right: 25px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-50, .d-flex.gxm-xxl-50 {
margin-left: -25px;
margin-right: -25px;
}
.d-flex-wrap.gxm-xxl-50 > *, .d-flex.gxm-xxl-50 > * {
margin-left: 25px;
margin-right: 25px;
}
.d-flex-wrap.gx-xxl-60, .d-flex.gx-xxl-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gx-xxl-60 > *, .d-flex.gx-xxl-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.d-flex-wrap.gx-xxl-60.margin > *, .d-flex.gx-xxl-60.margin > * {
margin-left: 30px;
margin-right: 30px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-60, .d-flex.gxm-xxl-60 {
margin-left: -30px;
margin-right: -30px;
}
.d-flex-wrap.gxm-xxl-60 > *, .d-flex.gxm-xxl-60 > * {
margin-left: 30px;
margin-right: 30px;
}
.d-flex-wrap.gx-xxl-70, .d-flex.gx-xxl-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gx-xxl-70 > *, .d-flex.gx-xxl-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.d-flex-wrap.gx-xxl-70.margin > *, .d-flex.gx-xxl-70.margin > * {
margin-left: 35px;
margin-right: 35px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-70, .d-flex.gxm-xxl-70 {
margin-left: -35px;
margin-right: -35px;
}
.d-flex-wrap.gxm-xxl-70 > *, .d-flex.gxm-xxl-70 > * {
margin-left: 35px;
margin-right: 35px;
}
.d-flex-wrap.gx-xxl-80, .d-flex.gx-xxl-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gx-xxl-80 > *, .d-flex.gx-xxl-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.d-flex-wrap.gx-xxl-80.margin > *, .d-flex.gx-xxl-80.margin > * {
margin-left: 40px;
margin-right: 40px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-80, .d-flex.gxm-xxl-80 {
margin-left: -40px;
margin-right: -40px;
}
.d-flex-wrap.gxm-xxl-80 > *, .d-flex.gxm-xxl-80 > * {
margin-left: 40px;
margin-right: 40px;
}
.d-flex-wrap.gx-xxl-90, .d-flex.gx-xxl-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gx-xxl-90 > *, .d-flex.gx-xxl-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.d-flex-wrap.gx-xxl-90.margin > *, .d-flex.gx-xxl-90.margin > * {
margin-left: 45px;
margin-right: 45px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-90, .d-flex.gxm-xxl-90 {
margin-left: -45px;
margin-right: -45px;
}
.d-flex-wrap.gxm-xxl-90 > *, .d-flex.gxm-xxl-90 > * {
margin-left: 45px;
margin-right: 45px;
}
.d-flex-wrap.gx-xxl-100, .d-flex.gx-xxl-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gx-xxl-100 > *, .d-flex.gx-xxl-100 > * {
padding-left: 50px;
padding-right: 50px;
}
.d-flex-wrap.gx-xxl-100.margin > *, .d-flex.gx-xxl-100.margin > * {
margin-left: 50px;
margin-right: 50px;
padding-left: 0;
padding-right: 0;
}
.d-flex-wrap.gxm-xxl-100, .d-flex.gxm-xxl-100 {
margin-left: -50px;
margin-right: -50px;
}
.d-flex-wrap.gxm-xxl-100 > *, .d-flex.gxm-xxl-100 > * {
margin-left: 50px;
margin-right: 50px;
}
}
.row.gx-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gx-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.row.gx-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.row.gx-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.row.gx-10 {
margin-left: -5px;
margin-right: -5px;
}
.row.gx-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.row.gx-12 {
margin-left: -6px;
margin-right: -6px;
}
.row.gx-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.row.gx-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.row.gx-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gx-16 {
margin-left: -8px;
margin-right: -8px;
}
.row.gx-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.row.gx-20 {
margin-left: -10px;
margin-right: -10px;
}
.row.gx-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.row.gx-24 {
margin-left: -12px;
margin-right: -12px;
}
.row.gx-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.row.gx-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.row.gx-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.row.gx-30 {
margin-left: -15px;
margin-right: -15px;
}
.row.gx-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.row.gx-40 {
margin-left: -20px;
margin-right: -20px;
}
.row.gx-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.row.gx-50 {
margin-left: -25px;
margin-right: -25px;
}
.row.gx-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.row.gx-60 {
margin-left: -30px;
margin-right: -30px;
}
.row.gx-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.row.gx-70 {
margin-left: -35px;
margin-right: -35px;
}
.row.gx-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.row.gx-80 {
margin-left: -40px;
margin-right: -40px;
}
.row.gx-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.row.gx-90 {
margin-left: -45px;
margin-right: -45px;
}
.row.gx-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.row.gx-100 {
margin-left: -50px;
margin-right: -50px;
}
.row.gx-100 > * {
padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 0) {
.row.gx-xs-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gx-xs-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.row.gx-xs-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.row.gx-xs-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.row.gx-xs-10 {
margin-left: -5px;
margin-right: -5px;
}
.row.gx-xs-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.row.gx-xs-12 {
margin-left: -6px;
margin-right: -6px;
}
.row.gx-xs-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.row.gx-xs-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.row.gx-xs-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gx-xs-16 {
margin-left: -8px;
margin-right: -8px;
}
.row.gx-xs-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.row.gx-xs-20 {
margin-left: -10px;
margin-right: -10px;
}
.row.gx-xs-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.row.gx-xs-24 {
margin-left: -12px;
margin-right: -12px;
}
.row.gx-xs-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.row.gx-xs-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.row.gx-xs-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.row.gx-xs-30 {
margin-left: -15px;
margin-right: -15px;
}
.row.gx-xs-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.row.gx-xs-40 {
margin-left: -20px;
margin-right: -20px;
}
.row.gx-xs-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.row.gx-xs-50 {
margin-left: -25px;
margin-right: -25px;
}
.row.gx-xs-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.row.gx-xs-60 {
margin-left: -30px;
margin-right: -30px;
}
.row.gx-xs-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.row.gx-xs-70 {
margin-left: -35px;
margin-right: -35px;
}
.row.gx-xs-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.row.gx-xs-80 {
margin-left: -40px;
margin-right: -40px;
}
.row.gx-xs-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.row.gx-xs-90 {
margin-left: -45px;
margin-right: -45px;
}
.row.gx-xs-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.row.gx-xs-100 {
margin-left: -50px;
margin-right: -50px;
}
.row.gx-xs-100 > * {
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 576px) {
.row.gx-sm-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gx-sm-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.row.gx-sm-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.row.gx-sm-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.row.gx-sm-10 {
margin-left: -5px;
margin-right: -5px;
}
.row.gx-sm-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.row.gx-sm-12 {
margin-left: -6px;
margin-right: -6px;
}
.row.gx-sm-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.row.gx-sm-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.row.gx-sm-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gx-sm-16 {
margin-left: -8px;
margin-right: -8px;
}
.row.gx-sm-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.row.gx-sm-20 {
margin-left: -10px;
margin-right: -10px;
}
.row.gx-sm-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.row.gx-sm-24 {
margin-left: -12px;
margin-right: -12px;
}
.row.gx-sm-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.row.gx-sm-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.row.gx-sm-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.row.gx-sm-30 {
margin-left: -15px;
margin-right: -15px;
}
.row.gx-sm-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.row.gx-sm-40 {
margin-left: -20px;
margin-right: -20px;
}
.row.gx-sm-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.row.gx-sm-50 {
margin-left: -25px;
margin-right: -25px;
}
.row.gx-sm-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.row.gx-sm-60 {
margin-left: -30px;
margin-right: -30px;
}
.row.gx-sm-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.row.gx-sm-70 {
margin-left: -35px;
margin-right: -35px;
}
.row.gx-sm-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.row.gx-sm-80 {
margin-left: -40px;
margin-right: -40px;
}
.row.gx-sm-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.row.gx-sm-90 {
margin-left: -45px;
margin-right: -45px;
}
.row.gx-sm-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.row.gx-sm-100 {
margin-left: -50px;
margin-right: -50px;
}
.row.gx-sm-100 > * {
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 768px) {
.row.gx-md-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gx-md-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.row.gx-md-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.row.gx-md-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.row.gx-md-10 {
margin-left: -5px;
margin-right: -5px;
}
.row.gx-md-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.row.gx-md-12 {
margin-left: -6px;
margin-right: -6px;
}
.row.gx-md-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.row.gx-md-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.row.gx-md-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gx-md-16 {
margin-left: -8px;
margin-right: -8px;
}
.row.gx-md-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.row.gx-md-20 {
margin-left: -10px;
margin-right: -10px;
}
.row.gx-md-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.row.gx-md-24 {
margin-left: -12px;
margin-right: -12px;
}
.row.gx-md-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.row.gx-md-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.row.gx-md-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.row.gx-md-30 {
margin-left: -15px;
margin-right: -15px;
}
.row.gx-md-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.row.gx-md-40 {
margin-left: -20px;
margin-right: -20px;
}
.row.gx-md-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.row.gx-md-50 {
margin-left: -25px;
margin-right: -25px;
}
.row.gx-md-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.row.gx-md-60 {
margin-left: -30px;
margin-right: -30px;
}
.row.gx-md-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.row.gx-md-70 {
margin-left: -35px;
margin-right: -35px;
}
.row.gx-md-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.row.gx-md-80 {
margin-left: -40px;
margin-right: -40px;
}
.row.gx-md-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.row.gx-md-90 {
margin-left: -45px;
margin-right: -45px;
}
.row.gx-md-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.row.gx-md-100 {
margin-left: -50px;
margin-right: -50px;
}
.row.gx-md-100 > * {
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 992px) {
.row.gx-lg-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gx-lg-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.row.gx-lg-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.row.gx-lg-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.row.gx-lg-10 {
margin-left: -5px;
margin-right: -5px;
}
.row.gx-lg-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.row.gx-lg-12 {
margin-left: -6px;
margin-right: -6px;
}
.row.gx-lg-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.row.gx-lg-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.row.gx-lg-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gx-lg-16 {
margin-left: -8px;
margin-right: -8px;
}
.row.gx-lg-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.row.gx-lg-20 {
margin-left: -10px;
margin-right: -10px;
}
.row.gx-lg-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.row.gx-lg-24 {
margin-left: -12px;
margin-right: -12px;
}
.row.gx-lg-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.row.gx-lg-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.row.gx-lg-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.row.gx-lg-30 {
margin-left: -15px;
margin-right: -15px;
}
.row.gx-lg-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.row.gx-lg-40 {
margin-left: -20px;
margin-right: -20px;
}
.row.gx-lg-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.row.gx-lg-50 {
margin-left: -25px;
margin-right: -25px;
}
.row.gx-lg-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.row.gx-lg-60 {
margin-left: -30px;
margin-right: -30px;
}
.row.gx-lg-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.row.gx-lg-70 {
margin-left: -35px;
margin-right: -35px;
}
.row.gx-lg-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.row.gx-lg-80 {
margin-left: -40px;
margin-right: -40px;
}
.row.gx-lg-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.row.gx-lg-90 {
margin-left: -45px;
margin-right: -45px;
}
.row.gx-lg-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.row.gx-lg-100 {
margin-left: -50px;
margin-right: -50px;
}
.row.gx-lg-100 > * {
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 1200px) {
.row.gx-xl-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gx-xl-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.row.gx-xl-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.row.gx-xl-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.row.gx-xl-10 {
margin-left: -5px;
margin-right: -5px;
}
.row.gx-xl-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.row.gx-xl-12 {
margin-left: -6px;
margin-right: -6px;
}
.row.gx-xl-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.row.gx-xl-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.row.gx-xl-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gx-xl-16 {
margin-left: -8px;
margin-right: -8px;
}
.row.gx-xl-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.row.gx-xl-20 {
margin-left: -10px;
margin-right: -10px;
}
.row.gx-xl-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.row.gx-xl-24 {
margin-left: -12px;
margin-right: -12px;
}
.row.gx-xl-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.row.gx-xl-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.row.gx-xl-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.row.gx-xl-30 {
margin-left: -15px;
margin-right: -15px;
}
.row.gx-xl-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.row.gx-xl-40 {
margin-left: -20px;
margin-right: -20px;
}
.row.gx-xl-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.row.gx-xl-50 {
margin-left: -25px;
margin-right: -25px;
}
.row.gx-xl-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.row.gx-xl-60 {
margin-left: -30px;
margin-right: -30px;
}
.row.gx-xl-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.row.gx-xl-70 {
margin-left: -35px;
margin-right: -35px;
}
.row.gx-xl-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.row.gx-xl-80 {
margin-left: -40px;
margin-right: -40px;
}
.row.gx-xl-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.row.gx-xl-90 {
margin-left: -45px;
margin-right: -45px;
}
.row.gx-xl-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.row.gx-xl-100 {
margin-left: -50px;
margin-right: -50px;
}
.row.gx-xl-100 > * {
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 1400px) {
.row.gx-xxl-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gx-xxl-0 > * {
padding-left: 0px;
padding-right: 0px;
}
.row.gx-xxl-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.row.gx-xxl-5 > * {
padding-left: 2.5px;
padding-right: 2.5px;
}
.row.gx-xxl-10 {
margin-left: -5px;
margin-right: -5px;
}
.row.gx-xxl-10 > * {
padding-left: 5px;
padding-right: 5px;
}
.row.gx-xxl-12 {
margin-left: -6px;
margin-right: -6px;
}
.row.gx-xxl-12 > * {
padding-left: 6px;
padding-right: 6px;
}
.row.gx-xxl-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.row.gx-xxl-15 > * {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gx-xxl-16 {
margin-left: -8px;
margin-right: -8px;
}
.row.gx-xxl-16 > * {
padding-left: 8px;
padding-right: 8px;
}
.row.gx-xxl-20 {
margin-left: -10px;
margin-right: -10px;
}
.row.gx-xxl-20 > * {
padding-left: 10px;
padding-right: 10px;
}
.row.gx-xxl-24 {
margin-left: -12px;
margin-right: -12px;
}
.row.gx-xxl-24 > * {
padding-left: 12px;
padding-right: 12px;
}
.row.gx-xxl-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.row.gx-xxl-25 > * {
padding-left: 12.5px;
padding-right: 12.5px;
}
.row.gx-xxl-30 {
margin-left: -15px;
margin-right: -15px;
}
.row.gx-xxl-30 > * {
padding-left: 15px;
padding-right: 15px;
}
.row.gx-xxl-40 {
margin-left: -20px;
margin-right: -20px;
}
.row.gx-xxl-40 > * {
padding-left: 20px;
padding-right: 20px;
}
.row.gx-xxl-50 {
margin-left: -25px;
margin-right: -25px;
}
.row.gx-xxl-50 > * {
padding-left: 25px;
padding-right: 25px;
}
.row.gx-xxl-60 {
margin-left: -30px;
margin-right: -30px;
}
.row.gx-xxl-60 > * {
padding-left: 30px;
padding-right: 30px;
}
.row.gx-xxl-70 {
margin-left: -35px;
margin-right: -35px;
}
.row.gx-xxl-70 > * {
padding-left: 35px;
padding-right: 35px;
}
.row.gx-xxl-80 {
margin-left: -40px;
margin-right: -40px;
}
.row.gx-xxl-80 > * {
padding-left: 40px;
padding-right: 40px;
}
.row.gx-xxl-90 {
margin-left: -45px;
margin-right: -45px;
}
.row.gx-xxl-90 > * {
padding-left: 45px;
padding-right: 45px;
}
.row.gx-xxl-100 {
margin-left: -50px;
margin-right: -50px;
}
.row.gx-xxl-100 > * {
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 0) {
.overflow-hidden-xs {
overflow: hidden !important;
}
}
@media (min-width: 576px) {
.overflow-hidden-sm {
overflow: hidden !important;
}
}
@media (min-width: 768px) {
.overflow-hidden-md {
overflow: hidden !important;
}
}
@media (min-width: 992px) {
.overflow-hidden-lg {
overflow: hidden !important;
}
}
@media (min-width: 1200px) {
.overflow-hidden-xl {
overflow: hidden !important;
}
}
@media (min-width: 1400px) {
.overflow-hidden-xxl {
overflow: hidden !important;
}
}
.elementor-section.pxl-container-margin-auto-yes .elementor-column-gap-default {
margin-left: auto;
margin-right: auto;
}
@media (max-width: 1599px) {
.elementor-section.pxl-container-margin-auto-laptop-yes .elementor-column-gap-default {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 1199px) {
.elementor-section.pxl-container-margin-auto-tablet_extra-yes .elementor-column-gap-default {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 991px) {
.elementor-section.pxl-container-margin-auto-tablet-yes .elementor-column-gap-default {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 767px) {
.elementor-section.pxl-container-margin-auto-mobile_extra-yes .elementor-column-gap-default {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 575px) {
.elementor-section.pxl-container-margin-auto-mobile-yes .elementor-column-gap-default {
margin-left: auto;
margin-right: auto;
}
}
.pxl-swiper-arrows-false .pxl-slider-arrow-wrap {
display: none;
}
.pxl-swiper-arrows-false .pxl-swiper-arrows {
display: none;
}
@media (max-width: 1599px) {
.pxl-swiper-arrows-laptop-false .pxl-slider-arrow-wrap {
display: none;
}
.pxl-swiper-arrows-laptop-false .pxl-swiper-arrows {
display: none;
}
.pxl-swiper-arrows-laptop-true .pxl-slider-arrow-wrap {
display: flex;
}
.pxl-swiper-arrows-laptop-true .pxl-swiper-arrows {
display: flex;
}
}
@media (max-width: 1199px) {
.pxl-swiper-arrows-tablet_extra-false .pxl-slider-arrow-wrap {
display: none;
}
.pxl-swiper-arrows-tablet_extra-false .pxl-swiper-arrows {
display: none;
}
.pxl-swiper-arrows-tablet_extra-true .pxl-slider-arrow-wrap {
display: flex;
}
.pxl-swiper-arrows-tablet_extra-true .pxl-swiper-arrows {
display: flex;
}
}
@media (max-width: 991px) {
.pxl-swiper-arrows-tablet-false .pxl-slider-arrow-wrap {
display: none;
}
.pxl-swiper-arrows-tablet-false .pxl-swiper-arrows {
display: none;
}
.pxl-swiper-arrows-tablet-true .pxl-slider-arrow-wrap {
display: flex;
}
.pxl-swiper-arrows-tablet-true .pxl-swiper-arrows {
display: flex;
}
}
@media (max-width: 767px) {
.pxl-swiper-arrows-mobile_extra-false .pxl-slider-arrow-wrap {
display: none;
}
.pxl-swiper-arrows-mobile_extra-false .pxl-swiper-arrows {
display: none;
}
.pxl-swiper-arrows-mobile_extra-true .pxl-slider-arrow-wrap {
display: flex;
}
.pxl-swiper-arrows-mobile_extra-true .pxl-swiper-arrows {
display: flex;
}
}
@media (max-width: 575px) {
.pxl-swiper-arrows-mobile-false .pxl-slider-arrow-wrap {
display: none;
}
.pxl-swiper-arrows-mobile-false .pxl-swiper-arrows {
display: none;
}
.pxl-swiper-arrows-mobile-true .pxl-slider-arrow-wrap {
display: flex;
}
.pxl-swiper-arrows-mobile-true .pxl-swiper-arrows {
display: flex;
}
}
.pxl-swiper-dots-false .pxl-slider-dots {
display: none;
}
.pxl-swiper-dots-false .pxl-swiper-dots {
display: none;
}
@media (max-width: 1599px) {
.pxl-swiper-dots-laptop-false .pxl-slider-dots {
display: none;
}
.pxl-swiper-dots-laptop-false .pxl-swiper-dots {
display: none;
}
.pxl-swiper-dots-laptop-true .pxl-slider-dots {
display: flex;
}
.pxl-swiper-dots-laptop-true .pxl-swiper-dots {
display: flex;
}
}
@media (max-width: 1199px) {
.pxl-swiper-dots-tablet_extra-false .pxl-slider-dots {
display: none;
}
.pxl-swiper-dots-tablet_extra-false .pxl-swiper-dots {
display: none;
}
.pxl-swiper-dots-tablet_extra-true .pxl-slider-dots {
display: flex;
}
.pxl-swiper-dots-tablet_extra-true .pxl-swiper-dots {
display: flex;
}
}
@media (max-width: 991px) {
.pxl-swiper-dots-tablet-false .pxl-slider-dots {
display: none;
}
.pxl-swiper-dots-tablet-false .pxl-swiper-dots {
display: none;
}
.pxl-swiper-dots-tablet-true .pxl-slider-dots {
display: flex;
}
.pxl-swiper-dots-tablet-true .pxl-swiper-dots {
display: flex;
}
}
@media (max-width: 767px) {
.pxl-swiper-dots-mobile_extra-false .pxl-slider-dots {
display: none;
}
.pxl-swiper-dots-mobile_extra-false .pxl-swiper-dots {
display: none;
}
.pxl-swiper-dots-mobile_extra-true .pxl-slider-dots {
display: flex;
}
.pxl-swiper-dots-mobile_extra-true .pxl-swiper-dots {
display: flex;
}
}
@media (max-width: 575px) {
.pxl-swiper-dots-mobile-false .pxl-slider-dots {
display: none;
}
.pxl-swiper-dots-mobile-false .pxl-swiper-dots {
display: none;
}
.pxl-swiper-dots-mobile-true .pxl-slider-dots {
display: flex;
}
.pxl-swiper-dots-mobile-true .pxl-swiper-dots {
display: flex;
}
}
@media (max-width: 1599px) {
.pxl-bg-mode-laptop-bg-mode .bg-inner {
display: block;
}
.pxl-bg-mode-laptop-basic .bg-inner {
display: none;
}
}
@media (max-width: 1199px) {
.pxl-bg-mode-tablet_extra-bg-mode .bg-inner {
display: block;
}
.pxl-bg-mode-tablet_extra-basic .bg-inner {
display: none;
}
}
@media (max-width: 991px) {
.pxl-bg-mode-tablet-bg-mode .bg-inner {
display: block;
}
.pxl-bg-mode-tablet-basic .bg-inner {
display: none;
}
}
@media (max-width: 767px) {
.pxl-bg-mode-mobile_extra-bg-mode .bg-inner {
display: block;
}
.pxl-bg-mode-mobile_extra-basic .bg-inner {
display: none;
}
}
@media (max-width: 575px) {
.pxl-bg-mode-mobile-bg-mode .bg-inner {
display: block;
}
.pxl-bg-mode-mobile-basic .bg-inner {
display: none;
}
}
.pxl-slider-dots-direction-column .pxl-slider-pagination-fraction {
margin: -9px 0;
}
.pxl-slider-dots-direction-column .pxl-slider-pagination-fraction > * {
margin: 9px 0;
}
.pxl-slider-dots-direction-column .pxl-slider-pagination-fraction .divider {
width: 1px;
height: 75px;
}
@media (max-width: 1599px) {
.pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction {
margin: -9px 0;
}
.pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction > * {
margin: 9px 0;
}
.pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction .divider {
width: 1px;
height: 40px;
}
.pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction {
margin: 0 -9px;
width: auto;
}
.pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction > * {
margin: 0 9px;
}
.pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction .divider {
width: 40px;
height: 1px;
}
}
@media (max-width: 1199px) {
.pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction {
margin: -9px 0;
}
.pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction > * {
margin: 9px 0;
}
.pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction .divider {
width: 1px;
height: 40px;
}
.pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction {
margin: 0 -9px;
width: auto;
}
.pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction > * {
margin: 0 9px;
}
.pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction .divider {
width: 40px;
height: 1px;
}
}
@media (max-width: 991px) {
.pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction {
margin: -9px 0;
}
.pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction > * {
margin: 9px 0;
}
.pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction .divider {
width: 1px;
height: 40px;
}
.pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction {
margin: 0 -9px;
width: auto;
}
.pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction > * {
margin: 0 9px;
}
.pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction .divider {
width: 40px;
height: 1px;
}
}
@media (max-width: 767px) {
.pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction {
margin: -9px 0;
}
.pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction > * {
margin: 9px 0;
}
.pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction .divider {
width: 1px;
height: 40px;
}
.pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction {
margin: 0 -9px;
width: auto;
}
.pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction > * {
margin: 0 9px;
}
.pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction .divider {
width: 40px;
height: 1px;
}
}
@media (max-width: 575px) {
.pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction {
margin: -9px 0;
}
.pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction > * {
margin: 9px 0;
}
.pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction .divider {
width: 1px;
height: 40px;
}
.pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction {
margin: 0 -9px;
width: auto;
}
.pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction > * {
margin: 0 9px;
}
.pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction .divider {
width: 40px;
height: 1px;
}
}
.pxl-border-anm.bw-no {
border-width: 0;
}
.pxl-border-anm.bw-yes {
border-width: var(--bd-width);
}
@media (max-width: 1599px) {
.pxl-border-anm.bw-laptop-no {
border-width: 0;
}
.pxl-border-anm.bw-laptop-yes {
border-width: var(--bd-width);
}
}
@media (max-width: 1199px) {
.pxl-border-anm.bw-tablet_extra-no {
border-width: 0;
}
.pxl-border-anm.bw-tablet_extra-yes {
border-width: var(--bd-width);
}
}
@media (max-width: 991px) {
.pxl-border-anm.bw-tablet-no {
border-width: 0;
}
.pxl-border-anm.bw-tablet-yes {
border-width: var(--bd-width);
}
}
@media (max-width: 767px) {
.pxl-border-anm.bw-mobile_extra-no {
border-width: 0;
}
.pxl-border-anm.bw-mobile_extra-yes {
border-width: var(--bd-width);
}
}
@media (max-width: 575px) {
.pxl-border-anm.bw-mobile-no {
border-width: 0;
}
.pxl-border-anm.bw-mobile-yes {
border-width: var(--bd-width);
}
}
.elementor-column.pxl-column-element-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.elementor-column.pxl-column-element-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
}
@media (max-width: 1599px) {
.elementor-column.pxl-column-element-laptop-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%;
}
.elementor-column.pxl-column-element-laptop-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.elementor-column.pxl-column-element-laptop-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
}
}
@media (max-width: 1199px) {
.elementor-column.pxl-column-element-tablet_extra-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%;
}
.elementor-column.pxl-column-element-tablet_extra-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.elementor-column.pxl-column-element-tablet_extra-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
}
}
@media (max-width: 991px) {
.elementor-column.pxl-column-element-tablet-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%;
}
.elementor-column.pxl-column-element-tablet-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.elementor-column.pxl-column-element-tablet-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
}
}
@media (max-width: 767px) {
.elementor-column.pxl-column-element-mobile_extra-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%;
}
.elementor-column.pxl-column-element-mobile_extra-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.elementor-column.pxl-column-element-mobile_extra-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
}
}
@media (max-width: 575px) {
.elementor-column.pxl-column-element-mobile-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%;
}
.elementor-column.pxl-column-element-mobile-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.elementor-column.pxl-column-element-mobile-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
}
}
.video-bg-type-background .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-background .static-img {
opacity: 0;
visibility: hidden;
}
.video-bg-type-background-only .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-background-only .static-img {
display: none;
}
@media (max-width: 1599px) {
.video-bg-type-laptop-static .parallax-inner {
background-image: none;
}
.video-bg-type-laptop-static .static-img {
opacity: 1;
visibility: visible;
display: block;
}
.video-bg-type-laptop-background .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-laptop-background .static-img {
opacity: 0;
visibility: hidden;
display: block;
}
.video-bg-type-laptop-background-only .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-laptop-background-only .static-img {
display: none;
}
}
@media (max-width: 1199px) {
.video-bg-type-tablet_extra-static .parallax-inner {
background-image: none;
}
.video-bg-type-tablet_extra-static .static-img {
opacity: 1;
visibility: visible;
display: block;
}
.video-bg-type-tablet_extra-background .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-tablet_extra-background .static-img {
opacity: 0;
visibility: hidden;
display: block;
}
.video-bg-type-tablet_extra-background-only .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-tablet_extra-background-only .static-img {
display: none;
}
}
@media (max-width: 991px) {
.video-bg-type-tablet-static .parallax-inner {
background-image: none;
}
.video-bg-type-tablet-static .static-img {
opacity: 1;
visibility: visible;
display: block;
}
.video-bg-type-tablet-background .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-tablet-background .static-img {
opacity: 0;
visibility: hidden;
display: block;
}
.video-bg-type-tablet-background-only .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-tablet-background-only .static-img {
display: none;
}
}
@media (max-width: 767px) {
.video-bg-type-mobile_extra-static .parallax-inner {
background-image: none;
}
.video-bg-type-mobile_extra-static .static-img {
opacity: 1;
visibility: visible;
display: block;
}
.video-bg-type-mobile_extra-background .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-mobile_extra-background .static-img {
opacity: 0;
visibility: hidden;
display: block;
}
.video-bg-type-mobile_extra-background-only .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-mobile_extra-background-only .static-img {
display: none;
}
}
@media (max-width: 575px) {
.video-bg-type-mobile-static .parallax-inner {
background-image: none;
}
.video-bg-type-mobile-static .static-img {
opacity: 1;
visibility: visible;
display: block;
}
.video-bg-type-mobile-background .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-mobile-background .static-img {
opacity: 0;
visibility: hidden;
display: block;
}
.video-bg-type-mobile-background-only .parallax-inner {
background-image: var(--pxl-video-player-bg-url);
}
.video-bg-type-mobile-background-only .static-img {
display: none;
}
}
.pxl-list-style .list-item {
width: calc(var(--item-width) - ( var(--item-gap) / 2 ));
}