@charset "UTF-8";
@charset "UTF-8";
.tp-flipbox{
width: 100%;
min-height: 250px;
height: 100%;
}
.tp-flipbox__holder {
position: relative;
width: 100%;
height: 100%;
min-height: inherit;
}
.tp-flipbox__front,
.tp-flipbox__back {
height: 100%;
width : 100%;
display: -webkit-box;
display: flex;
-webkit-display: flex;
-ms-flex-align: center;
-moz-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
-webkit-align-items: center;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
background-size: cover;
}
.tp-flipbox__content{
display: flex;
-webkit-display: flex;
flex-direction: column;
width: 100%;
}
.tp-flipbox__title-front,
.tp-flipbox__title-back{
padding: 20px;
text-align: center;
}
.tp-flipbox__icon-front,
.tp-flipbox__icon-back{
padding: 20px;
text-align: center;
}
.tp-flipbox__icon-front img,
.tp-flipbox__icon-back img{
max-width: 100%;
height: auto;
margin: 0 auto;
}
.tp-flipbox__desc-front,
.tp-flipbox__desc-back{
padding: 0 20px;
text-align: center;
padding-bottom: 40px;
}
.tp-flipbox__action{
margin-top: 20px;
margin-bottom: 15px;
text-align: center;
} .tp-flipbox__btn{
padding: 12px 18px;
display: inline-block;
font-weight: bold;
font-size:10px;
transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
} .tp-flipbox.flip-box-style{
-webkit-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-ms-transform: perspective(1000px);
-ms-transform-style: preserve-3d;
}
.flip-box-style .tp-flipbox__holder{
-webkit-transition: 0.6s;
-ms-transition: 0.6s;
-moz-transition: 0.6s;
transition: 0.6s;
-webkit-transform-style: preserve-3d;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-box-style .tp-flipbox__front,
.flip-box-style .tp-flipbox__back {
-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1) 0.1s;
-webkit-transform-style: preserve-3d;
-webkit-transform: rotateY(0deg);
-moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
-moz-transform-style: preserve-3d;
-moz-transform: rotateY(0deg);
-o-transition: 0.6s;
-o-transform-style: preserve-3d;
-o-transform: rotateY(0deg);
-ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
-ms-transform-style: preserve-3d;
-ms-transform: rotateY(0deg);
transition: all .5s cubic-bezier(.645,.045,.355,1) 0.1s;
transform-style: preserve-3d;
transform: rotateY(0deg);
}
.flip-box-style .tp-flipbox__front {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
}
.flip-box-style .tp-flipbox__back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
} .flip-box-style.tp-flipbox--horizontal:hover .tp-flipbox__holder{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-box-style.tp-flipbox--horizontal.hover .tp-flipbox__holder{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
} .ie .flip-box-style.tp-flipbox--horizontal:hover .tp-flipbox__back,
.ie .flip-box-style.tp-flipbox--horizontal.hover .tp-flipbox__back {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.ie .flip-box-style.tp-flipbox--horizontal:hover .tp-flipbox__front,
.ie .flip-box-style.tp-flipbox--horizontal.hover .tp-flipbox__front {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.ie .flip-box-style.tp-flipbox--horizontal:hover .tp-flipbox__holder{
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}  .flip-box-style.tp-flipbox--vertical .tp-flipbox {
position: relative;
}
.flip-box-style.tp-flipbox--vertical .tp-flipbox__back {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.flip-box-style.tp-flipbox--vertical .tp-flipbox__holder {
-webkit-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
.flip-box-style.tp-flipbox--vertical:hover .tp-flipbox__holder {
-webkit-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.flip-box-style.tp-flipbox--vertical.hover .tp-flipbox__holder {
-webkit-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
} .ie .flip-box-style.tp-flipbox--vertical:hover .tp-flipbox__back,
.ie .flip-box-style.tp-flipbox--vertical.hover .tp-flipbox__back {
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.ie .flip-box-style.tp-flipbox--vertical:hover .tp-flipbox__front,
.ie .flip-box-style.tp-flipbox--vertical.hover .tp-flipbox__front {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.ie .flip-box-style.tp-flipbox--vertical:hover .tp-flipbox__holder {
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}  .tp-flipbox.rotate-box-style {
overflow: hidden;
}
.tp-flipbox.rotate-box-style .tp-flipbox__front{
-webkit-transition: -webkit-transform 0.9s ease-in-out;
transition: -webkit-transform 0.9s ease-in-out;
-o-transition: transform 0.9s ease-in-out;
transition: transform 0.9s ease-in-out;
transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
}
.tp-flipbox.rotate-box-style:hover .tp-flipbox__front {
-webkit-transform: scale(3) rotate(30deg);
-ms-transform: scale(3) rotate(30deg);
transform: scale(3) rotate(30deg);
}
.tp-flipbox.rotate-box-style .tp-flipbox__back{
-webkit-transform: scale(1.5) rotate(30deg);
-ms-transform: scale(1.5) rotate(30deg);
transform: scale(1.5) rotate(30deg);
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
opacity: 0;
}
.tp-flipbox.rotate-box-style:hover .tp-flipbox__back{
-webkit-transform: scale(1)rotate(0deg);
-ms-transform: scale(1)rotate(0deg);
transform: scale(1)rotate(0deg);
opacity: 1;
} .tp-flipbox.zoomin-box-style {
overflow: hidden;
}
.tp-flipbox.zoomin-box-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.zoomin-box-style .tp-flipbox__back{
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
opacity: 0;
z-index:1;
}
.tp-flipbox.zoomin-box-style:hover .tp-flipbox__front {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
z-index:1;
}
.tp-flipbox.zoomin-box-style:hover .tp-flipbox__back{
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
z-index: 3;
} .tp-flipbox.zoomout-box-style {
overflow: hidden;
}
.tp-flipbox.zoomout-box-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.zoomout-box-style .tp-flipbox__back{
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
opacity: 0;
z-index:1;
}
.tp-flipbox.zoomout-box-style:hover .tp-flipbox__front {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
z-index:1;
}
.tp-flipbox.zoomout-box-style:hover .tp-flipbox__back{
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
z-index: 3;
} .tp-flipbox.side-right-style {
overflow: hidden;
}
.tp-flipbox.side-right-style .tp-flipbox__back {
transform: translateX(-120%);
transition: all 0.9s ease-in-out;
}
.tp-flipbox.side-right-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.side-right-style:hover .tp-flipbox__back{
transform: translateX(0) scale(1);
}
.tp-flipbox.side-right-style:hover .tp-flipbox__front{
transform: translateX(100%);
} .tp-flipbox.side-left-style {
overflow: hidden;
}
.tp-flipbox.side-left-style .tp-flipbox__back {
transform: translateX(120%);
transition: all 0.9s ease-in-out;
}
.tp-flipbox.side-left-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.side-left-style:hover .tp-flipbox__back{
transform: translateX(0);
}
.tp-flipbox.side-left-style:hover .tp-flipbox__front{
transform: translateX(-100%);
} .tp-flipbox.to-top-style {
overflow: hidden;
}
.tp-flipbox.to-top-style .tp-flipbox__back {
transform: translateY(120%);
transition: all 0.9s ease-in-out;
}
.tp-flipbox.to-top-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.to-top-style:hover .tp-flipbox__back{
transform: translateY(0);
}
.tp-flipbox.to-top-style:hover .tp-flipbox__front{
transform: translateY(-100%);
} .tp-flipbox.to-bottom-style {
overflow: hidden;
}
.tp-flipbox.to-bottom-style .tp-flipbox__back {
transform: translateY(-120%);
transition: all 0.9s ease-in-out;
}
.tp-flipbox.to-bottom-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.to-bottom-style:hover .tp-flipbox__back{
transform: translateY(0);
}
.tp-flipbox.to-bottom-style:hover .tp-flipbox__front{
transform: translateY(100%);
} .tp-flipbox.fade-style {
overflow: hidden;
}
.tp-flipbox.fade-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.fade-style .tp-flipbox__back{
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
opacity: 0;
}
.tp-flipbox.fade-style:hover .tp-flipbox__front {
z-index:1;
opacity: 0;
}
.tp-flipbox.fade-style:hover .tp-flipbox__back{
opacity: 1;
z-index: 3;
}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}body.elementor-page .elementor-widget-menu-anchor{margin-block-end:0}[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.ps-theme-wpc {
-ms-touch-action: none;
touch-action: none;
overflow: hidden !important;
-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
.ps-theme-wpc {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps-theme-wpc {
overflow: auto !important;
}
}
.ps-theme-wpc.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-wpc.ps-active-y > .ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-theme-wpc.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wpc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .1) !important;
}
.ps-theme-wpc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .1) !important;
}
.ps-theme-wpc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-x-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0; height: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute; background-color: rgba(0, 0, 0, 1);
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
bottom: 0; height: 2px !important;
border-radius: 1px !important;
}
.ps-theme-wpc > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-theme-wpc > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
height: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-y-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
right: 0; width: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute; background-color: rgba(0, 0, 0, 1); transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
right: 0; width: 2px !important;
border-radius: 1px !important;
}
.ps-theme-wpc > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-theme-wpc > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
height: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover > .ps-scrollbar-x-rail:hover {
background-color: rgba(0, 0, 0, .1);
opacity: 1;
}
.ps-theme-wpc:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover > .ps-scrollbar-y-rail:hover {
background-color: rgba(0, 0, 0, .1);
opacity: 1;
}
.ps-theme-wpc:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
}

@keyframes wpc-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpc-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes woosc-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woosc-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woosc-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
z-index: 99999999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-popup.open {
opacity: 1;
visibility: visible;
}
.woosc-popup.open .woosc-popup-inner .woosc-popup-content {
top: 50%;
}
.woosc-popup .woosc-popup-inner {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content {
position: absolute;
padding: 15px;
top: 60%;
left: 50%;
width: 360px;
height: 360px;
max-width: 90%;
max-height: 90%;
background-color: #fff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
transform: translate3d(-50%, -50%, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-popup.woosc-share .woosc-popup-inner .woosc-popup-content {
height: auto;
padding: 30px;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-popup-close {
width: 32px;
height: 32px;
line-height: 32px;
position: absolute;
top: -32px;
right: -32px;
color: #fff;
text-align: center;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/close.svg);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-input input {
display: block;
width: 100%;
border: none;
height: 40px;
line-height: 40px;
padding: 0 10px;
box-shadow: none;
color: #222;
background-color: #f2f2f2;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-appearance: none;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result {
flex-grow: 1;
margin-top: 15px;
overflow-y: auto;
position: relative;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul {
margin: 0;
padding: 0;
list-style: none;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li {
display: block;
padding: 10px 0;
border: 1px solid #fafafa;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner {
display: flex;
align-items: center;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image {
width: 48px;
flex: 0 0 48px;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image img {
width: 100%;
height: auto;
margin: 0;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow: none;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-name {
flex-grow: 1;
padding: 0 10px;
color: #222;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add {
width: 48px;
text-align: center;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add span {
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
color: #222;
background-color: #f2f2f2;
cursor: pointer;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add span:hover {
color: #fff;
background-color: #222;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result:before {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 7;
background-color: rgba(255, 255, 255, 0.7);
opacity: 0;
visibility: hidden;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result:after {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: "";
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: woosc-spinner 1s linear infinite;
-moz-animation: woosc-spinner 1s linear infinite;
-ms-animation: woosc-spinner 1s linear infinite;
-o-animation: woosc-spinner 1s linear infinite;
animation: woosc-spinner 1s linear infinite;
opacity: 0;
visibility: hidden;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result.woosc-loading:before, .woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result.woosc-loading:after {
opacity: 1;
visibility: visible;
}
.woosc-area {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999979;
box-sizing: border-box;
pointer-events: none;
}
.woosc-area .woosc-inner {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.woosc-area .woosc-inner .woosc-table {
padding: 15px 15px 78px 15px;
margin: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
background-color: #292a30;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-size: 14px;
position: fixed;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
z-index: 99999997;
pointer-events: none;
}
.woosc-area .woosc-inner .woosc-table * {
box-sizing: border-box;
}
.woosc-area .woosc-inner .woosc-table.woosc-table-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
background-color: #ffffff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
width: 100%;
height: 100%;
max-height: 100%;
overflow: hidden;
position: relative;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner:before {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.7);
opacity: 0;
visibility: hidden;
z-index: 7;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner:after {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: "";
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
visibility: hidden;
z-index: 8;
-webkit-animation: woosc-spinner 1s linear infinite;
-moz-animation: woosc-spinner 1s linear infinite;
-ms-animation: woosc-spinner 1s linear infinite;
-o-animation: woosc-spinner 1s linear infinite;
animation: woosc-spinner 1s linear infinite;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:before, .woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:after {
opacity: 1;
visibility: visible;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close {
z-index: 6;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
display: block;
position: relative;
width: 100%;
height: 100%;
min-width: 52px;
min-height: 52px;
background-color: #eeeeee;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/remove-dark.svg);
background-repeat: no-repeat;
background-position: center;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items {
z-index: 5;
height: 100%;
position: relative;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .woosc-no-result, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .woosc-unauthenticated {
display: block;
padding: 15px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
border-spacing: 0;
border-collapse: collapse;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 0;
z-index: 6;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead {
z-index: 8;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr {
border: none;
margin: 0;
padding: 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
position: relative;
border-collapse: collapse;
z-index: 8 !important;
text-transform: uppercase;
padding: 15px 15px 15px 0;
margin: 0;
width: auto;
min-width: 200px;
max-width: 300px;
vertical-align: middle;
color: #43454b;
font-weight: 700;
text-align: left;
background-color: #f7f7f7;
border: none;
border-image-width: 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove, .woosc-page .woosc-remove {
text-transform: none;
font-weight: 400;
text-decoration: underline;
cursor: pointer;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
padding-left: 15px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
text-decoration: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody {
z-index: 7;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr {
border: none;
margin: 0;
padding: 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
position: relative;
border-collapse: collapse;
background-color: #ffffff;
padding: 15px 15px 15px 0;
vertical-align: top;
text-align: left;
width: auto;
min-width: 200px;
max-width: 300px;
color: #43454b;
font-weight: 400;
border: none;
z-index: 6;
border-image-width: 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
z-index: 7;
padding-left: 15px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-placeholder {
text-align: center;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-placeholder:before {
content: "";
display: inline-block;
width: 60px;
height: 8px;
background-color: #eeeeee;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder {
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/placeholder.png);
background-repeat: no-repeat;
background-position: center;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder:before {
display: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image a {
text-decoration: none;
outline: none;
display: block;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
display: block;
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
border: none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-add_to_cart td p, .woosc_table tbody tr.tr-add_to_cart td p, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-add_to_cart td .add_to_cart_inline, .woosc_table tbody tr.tr-add_to_cart td .add_to_cart_inline {
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-rating td .star-rating {
float: left;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td {
background-color: #fbfbfb;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-highlight td {
background-color: #fff8d9;
border-bottom: 1px solid #dfd7af;
}
.woosc-page .woosc_table tr.tr-highlight td {
background-color: #fff8d9;
border-bottom: 1px solid #dfd7af;
}
.woosc-page .woosc-table-settings {
display: none !important;
}
.woosc-page .woosc-remove-all {
font-weight: 400;
text-decoration: underline;
cursor: pointer;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-hide {
display: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-similar {
display: none;
}
.woosc-page .woosc_table tr.tr-hide, .woosc-page .woosc_table tr.tr-similar {
display: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
background-color: #f8f8f8;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 thead tr th, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 thead tr th {
width: 25%;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 tbody tr td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 tbody tr td {
width: 25%;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .ps-scrollbar-x-rail, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .ps-scrollbar-y-rail {
z-index: 999999;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-settings {
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/checkbox-dark.svg);
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center left;
padding-left: 21px;
}
.woosc-area .woosc-inner .woosc-bar {
width: 100%;
height: 78px;
position: fixed;
left: 0;
bottom: -80px;
padding: 15px;
box-sizing: border-box;
background-color: #292a30;
color: #cfd2d4;
display: -webkit-flex;
display: flex;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
flex-wrap: nowrap;
z-index: 99999998;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
height: 48px;
line-height: 48px;
padding: 0 20px 0 68px;
position: relative;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background-color: #00a0d2;
font-size: 14px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
order: 1;
margin-left: 15px;
cursor: pointer;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper {
width: 48px;
height: 48px;
line-height: 48px;
background-color: rgba(0, 0, 0, 0.1);
text-align: center;
display: inline-block;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner {
width: 16px;
height: 12px;
margin-top: 18px;
margin-left: 16px;
position: relative;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #ffffff;
border-radius: 2px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-ms-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(1) {
top: 0px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(2) {
top: 5px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(3) {
top: 10px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(1) {
top: 6px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(2) {
opacity: 0;
left: -60px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(3) {
top: 6px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-icon {
font-size: 0;
padding: 0;
width: 48px;
overflow: hidden;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter {
display: inline-block;
position: relative;
margin: 0 10px 0 0;
padding: 0 15px 0 40px;
height: 48px;
line-height: 48px;
background-color: rgba(255, 255, 255, 0.1);
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/filter.svg);
background-size: 14px;
background-repeat: no-repeat;
background-position: 15px center;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter select {
font-size: 14px;
font-weight: 400;
height: 48px;
line-height: 48px;
padding: 0;
margin: 0;
border: none;
border-radius: 2px;
background: none;
color: #ffffff;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-search {
width: 48px;
height: 48px;
display: inline-block;
position: relative;
margin: 0 10px 0 0;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.1);
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/add.svg);
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-settings-tools {
margin: 0 0 10px 0;
padding: 0;
list-style: none;
}
.woosc-settings-fields {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
position: relative;
overflow-y: auto;
}
.woosc-settings-fields li span {
cursor: move;
margin-left: 5px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woosc-bar-print, .woosc-bar-share, .woosc-bar-search, .woosc-bar-remove {
width: 48px;
flex: 0 0 48px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-print {
width: 48px;
height: 48px;
display: none;
position: relative;
margin: 0 10px 0 0;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.1);
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/printer.svg);
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-area.woosc-area-open-table.woosc-area-open-bar .woosc-inner .woosc-bar .woosc-bar-print {
display: inline-block;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-share {
width: 48px;
height: 48px;
display: inline-block;
position: relative;
margin: 0 10px 0 0;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.1);
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/share.svg);
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-share-content {
width: 100%;
height: 100%;
min-height: 120px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.woosc-share-content:before {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 7;
background-color: rgba(255, 255, 255, 0.7);
opacity: 0;
visibility: hidden;
}
.woosc-share-content:after {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: "";
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: woosc-spinner 1s linear infinite;
-moz-animation: woosc-spinner 1s linear infinite;
-ms-animation: woosc-spinner 1s linear infinite;
-o-animation: woosc-spinner 1s linear infinite;
animation: woosc-spinner 1s linear infinite;
opacity: 0;
visibility: hidden;
}
.woosc-share-content.woosc-loading {
pointer-events: none;
}
.woosc-share-content.woosc-loading:before, .woosc-share-content.woosc-loading:after {
opacity: 1;
visibility: visible;
}
.woosc-share-content input[type=url] {
width: 100%;
text-align: center;
}
.woosc-share-text, .woosc-share-link, .woosc-share-links {
width: 100%;
}
.woosc-share-link, .woosc-share-links {
margin-top: 10px;
}
.woosc-share-links a {
margin-left: 5px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-remove {
width: 48px;
height: 48px;
display: inline-block;
position: relative;
margin: 0 0 0 10px;
cursor: pointer;
background-color: #e32718;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/trash.svg);
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items {
height: 48px;
flex-grow: 1;
white-space: nowrap;
width: auto;
text-align: right;
order: 0;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item {
width: 48px;
height: 48px;
display: inline-block;
position: relative;
margin: 0 5px;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.woosc-bar-item-hidden {
pointer-events: none;
opacity: 0.2;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.woosc-bar-item-hidden img {
filter: grayscale(1);
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item img {
width: 48px;
height: 48px;
cursor: move;
margin: 0;
z-index: 6;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove {
width: 12px;
height: 12px;
position: absolute;
top: 2px;
right: 2px;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/remove.svg);
background-repeat: no-repeat;
background-position: center;
background-color: #292a30;
z-index: 7;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
cursor: pointer;
opacity: 0;
visibility: hidden;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove:hover {
background-color: #ff2222;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.removing {
opacity: 0.5;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:hover .woosc-bar-item-remove {
opacity: 1;
visibility: visible;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:first-child {
margin-left: 0px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:last-child {
margin-right: 0px;
}
.woosc-area .woosc-inner .woosc-bar.woosc-bar-open {
bottom: 0;
pointer-events: auto;
opacity: 1;
visibility: visible;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-notice {
position: fixed;
bottom: 88px;
width: auto;
left: 50%;
padding: 0 10px;
background-color: rgba(0, 0, 0, 0.7);
color: #ffffff;
border-radius: 2px;
transform: translate(-50%, 10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes:not(.woosc-area-open-table) .woosc-inner .woosc-bar:hover .woosc-bar-notice,
.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes-empty[data-count="0"]:not(.woosc-area-open-table) .woosc-inner .woosc-bar:hover .woosc-bar-notice {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
}
.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-search {
margin-right: 0;
}
.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-filter, .woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-remove, .woosc-area .woosc-inner .woosc-bar[data-count="1"] .woosc-bar-remove {
display: none;
}
.woosc-area.woosc-bar-top .woosc-inner .woosc-table {
padding: 78px 15px 15px 15px;
}
.woosc-area.woosc-bar-top .woosc-inner .woosc-bar {
top: -80px;
bottom: auto;
}
.woosc-area.woosc-bar-top .woosc-inner .woosc-bar.woosc-bar-open {
top: 0;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-btn {
order: 0;
margin-left: 0;
margin-right: 15px;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-remove {
order: 1;
margin: 0 10px 0 0;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-items {
order: 2;
text-align: left;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-search {
order: 3;
margin: 0 0 0 10px;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-share {
order: 4;
margin: 0 0 0 10px;
}
.woosc-btn {
cursor: pointer;
}
.woosc-btn.woosc-btn-adding:after {
content: "...";
}
.woosc-btn.woosc-btn-has-icon.woosc-btn-adding:after {
display: none !important;
}
.woosc-btn.woosc-btn-added:before {
content: "✓";
margin-right: 5px;
}
.woosc-btn.woosc-btn-has-icon.woosc-btn-added:before {
display: none !important;
}
.woosc-btn-has-icon {
display: inline-flex;
align-items: center;
}
.woosc-btn-has-icon .woosc-btn-icon {
margin: 0;
}
.woosc-btn-icon-text .woosc-btn-text {
margin-left: 5px;
}
.woosc-btn-text-icon .woosc-btn-text {
margin-right: 5px;
}
.woosc-btn-has-icon.woosc-btn-adding .woosc-btn-icon {
-webkit-animation: woosc-spinner 1s linear infinite;
-moz-animation: woosc-spinner 1s linear infinite;
-ms-animation: woosc-spinner 1s linear infinite;
-o-animation: woosc-spinner 1s linear infinite;
animation: woosc-spinner 1s linear infinite;
}
.woosc-link a {
color: inherit;
}
.woosc-link .woosc-link-inner {
position: relative;
}
.woosc-link .woosc-link-inner:after {
content: attr(data-count);
display: block;
background-color: #e94b35;
color: #fff;
font-size: 10px;
font-weight: 400;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 8px;
position: absolute;
top: -10px;
right: -10px;
}
.woosc-menu-item .woosc-menu-item-inner {
position: relative;
}
.woosc-menu-item .woosc-menu-item-inner:after {
content: attr(data-count);
display: block;
background-color: #e94b35;
color: #ffffff;
font-size: 10px;
font-weight: 400;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 8px;
position: absolute;
top: -10px;
right: -10px;
}
body.woocommerce-cart .woosc-hide-checkout, body.woocommerce-checkout .woosc-hide-checkout, .woosc-hide-empty[data-count="0"] {
display: none;
}
.woosc_list {
max-width: 100%;
overflow-x: auto;
}
.woosc_table table tr th, .woosc_table table tr td {
left: auto !important;
right: auto !important;
top: auto !important;
bottom: auto !important;
}
@media screen and (max-width: 767px) {
.woosc-bar .woosc-bar-btn {
font-size: 0 !important;
padding: 0 !important;
width: 48px !important;
flex: 0 0 48px !important;
overflow: hidden;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove {
opacity: 1;
visibility: visible;
}
}
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble {
background-color: transparent !important;
background: none !important;
pointer-events: none;
}
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn {
pointer-events: auto;
width: 48px !important;
margin: 0 !important;
padding: 0 !important;
font-size: 0 !important;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
}
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble > a, .woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-items, .woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-remove, .woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-filter {
display: none !important;
} .notiny-container {
z-index: 999999;
}
.notiny-theme-woosc {
padding: 10px;
background-color: #ffffff;
color: #222222;
margin: 5px 0;
min-height: 32px;
max-width: 100vw;
display: flex;
align-items: center;
border: 1px solid #eeeeee;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}
.notiny-theme-woosc .notiny-img {
margin: 0;
padding: 0;
width: 48px;
flex: 0 0 48px;
margin-right: 10px;
}
.notiny-theme-woosc .notiny-img img {
width: 100%;
height: auto;
margin: 0;
}
.notiny-theme-woosc .notiny-text {
font-size: 14px;
line-height: 1.4;
flex-grow: 1;
}
.notiny-container-fluid-top .notiny-theme-woosc, .notiny-container-fluid-bottom .notiny-theme-woosc {
width: 90%;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.notiny-container-fluid-top {
top: 10px !important;
}
.notiny-container-fluid-bottom {
bottom: 10px !important;
} .woosc-area-open-sidebar {
background-color: rgba(0, 0, 0, 0.7);
pointer-events: auto;
}
.woosc-sidebar {
font-size: 14px;
background-color: #ffffff;
width: 100%;
height: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
position: absolute;
top: 0;
right: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
display: flex;
flex-direction: column;
}
.woosc-sidebar.woosc-sidebar-position-left {
right: unset;
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.woosc-area-open-sidebar .woosc-sidebar {
pointer-events: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woosc-sidebar .woosc-sidebar-items {
flex-grow: 1;
position: relative;
padding: 10px 0;
overflow-y: auto;
}
.woosc-sidebar .woosc-sidebar-items:before {
content: "";
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: woosc-spinner 1s linear infinite;
-moz-animation: woosc-spinner 1s linear infinite;
-ms-animation: woosc-spinner 1s linear infinite;
-o-animation: woosc-spinner 1s linear infinite;
animation: woosc-spinner 1s linear infinite;
opacity: 0;
visibility: hidden;
}
.woosc-sidebar .woosc-sidebar-items:after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 7;
background-color: rgba(255, 255, 255, 0.5);
opacity: 0;
visibility: hidden;
}
.woosc-sidebar.woosc-loading .woosc-sidebar-items:before, .woosc-sidebar.woosc-loading .woosc-sidebar-items:after {
opacity: 1;
visibility: visible;
}
.woosc-sidebar .woosc-sidebar-items .woosc-sidebar-no-items {
padding: 20px;
text-align: center;
}
.woosc-sidebar .woosc-sidebar-top {
flex: 0 0 auto;
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
margin: 0;
position: relative;
color: #222222;
font-weight: 700;
text-transform: uppercase;
background-color: rgba(0, 0, 0, 0.1);
}
.woosc-sidebar .woosc-sidebar-close {
display: inline-block;
width: 48px;
height: 48px;
line-height: 48px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
font-size: 0;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/close-dark.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 14px;
}
.woosc-sidebar-item {
padding: 0 20px;
}
.woosc-sidebar-item-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0;
border-top: 1px dashed #eeeeee;
}
.woosc-sidebar-items .woosc-sidebar-item:first-child .woosc-sidebar-item-inner {
border-top: none;
}
.woosc-sidebar-item-inner > div {
margin-right: 10px;
}
.woosc-sidebar-item-inner > div:last-child {
margin-right: 0;
}
.woosc-sidebar-item .woosc-sidebar-item-remove {
width: 14px;
flex: 0 0 14px;
font-size: 0;
}
.woosc-sidebar-item .woosc-sidebar-item-remove span {
width: 10px;
height: 10px;
display: inline-block;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-compare/assets/images/remove-dark.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 10px;
cursor: pointer;
}
.woosc-sidebar-item .woosc-sidebar-item-thumb {
width: 80px;
flex: 0 0 80px;
}
.woosc-sidebar-item .woosc-sidebar-item-thumb img {
width: 100%;
height: auto;
margin: 0;
}
.woosc-sidebar-item .woosc-sidebar-item-info {
flex-grow: 1;
}
.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name, .woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a {
font-weight: 700;
text-decoration: none;
}
.woosc-sidebar-item-action p {
margin: 0 !important;
}
.woosc-sidebar-bot {
padding: 20px;
text-align: center;
}
.woosc-sidebar-btn {
height: 40px;
line-height: 40px;
text-align: center;
padding: 0 10px;
cursor: pointer;
box-sizing: border-box;
background-color: #00a0d2;
color: #ffffff;
font-size: 14px;
font-weight: 700;
border: none;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosc-sidebar-continue {
display: block;
margin-top: 10px;
}
.woosc-sidebar-continue span {
color: #444;
text-transform: uppercase;
border-bottom: 1px solid #444;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} .woosc-quick-table .woosc-quick-table-products {
width: 100%;
overflow-x: auto;
}
.woosc-quick-table .woosc_table thead .woosc-remove, .woosc-quick-table .woosc_table thead .woosc-table-settings {
display: none;
}
.woosc-quick-table .woosc_table th, .woosc-quick-table .woosc_table td {
min-width: 300px;
background-color: #ffffff;
}
.woosc-quick-table .woosc_table th.th-label, .woosc-quick-table .woosc_table td.td-label {
min-width: 160px;
}
.woosc-quick-table .woosc_table th, .woosc-quick-table .woosc_table tr:nth-child(2n) td {
background-color: #fbfbfb;
}
.woosc-quick-table.label-column-no .woosc_table .th-label, .woosc-quick-table.label-column-no .woosc_table .td-label {
display: none;
}
.woosc-area.woosc-need-login .woosc-bar .woosc-bar-print, .woosc-area.woosc-need-login .woosc-bar .woosc-bar-share, .woosc-area.woosc-need-login .woosc-bar .woosc-bar-search, .woosc-area.woosc-need-login .woosc-bar .woosc-bar-items {
pointer-events: none !important;
opacity: 0.5 !important;
} .woosc-print, .woosc-area .table-print, .woosc-area .tr-print, .woosc-area .td-print, .woosc_table .tr-print, .woosc_table .td-print {
display: none;
}
@media print {
.woosc-print {
display: block;
}
div.woosc-print {
display: block;
}
span.woosc-print {
display: inline-block;
}
.woosc-area .table-print {
display: table;
}
.woosc-area .tr-print {
display: table-row;
}
.woosc-area .td-print {
display: table-cell;
}
.woosc-area {
font-size: 14px !important;
}
.woosc-area .woosc-bar, .woosc_table thead, .woosc_table .woosc-table-close, .woosc_table .woosc-remove {
display: none !important;
}
.woosc-area .woosc-inner .woosc-table {
padding: 0;
}
.woosc-area {
position: absolute;
height: auto;
}
.woosc-area .woosc-inner {
height: auto;
}
.woosc-area .woosc-inner .woosc-table {
position: absolute;
height: auto;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
height: auto;
max-height: unset;
}
.woosc-area .tr-name td:not(.td-label), .woosc-area .tr-name td:not(.td-label) a {
font-weight: 700;
text-transform: uppercase;
pointer-events: none;
text-decoration: none;
}
.woosc_table .tr-add_to_cart {
display: none;
}
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}@font-face {
font-family: 'feather';
src: url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot);
src: url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot#iefix) format('embedded-opentype'),
url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.ttf) format('truetype'),
url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.woff) format('woff'),
url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.svg#feather) format('svg');
font-weight: normal;
font-style: normal;
}@keyframes wpc-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpc-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes woosq-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woosq-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woosq-btn-has-icon {
display: inline-flex;
align-items: center;
}
.woosq-btn-has-icon .woosq-btn-icon {
margin: 0;
}
.woosq-btn-icon-text .woosq-btn-text {
margin-left: 5px;
}
.woosq-btn-text-icon .woosq-btn-text {
margin-right: 5px;
}
.woosq-popup {
position: relative;
width: 90%;
max-width: 920px;
margin: 0 auto;
padding: 0;
background-color: #fff;
max-height: 460px;
box-sizing: border-box;
overflow: hidden;
}
.woosq-popup *, .woosq-sidebar * {
box-sizing: border-box;
}
.woosq-open .select2-container {
z-index: 99999969;
}
.woosq-product {
position: relative;
overflow: hidden;
}
.woosq-product > .product {
display: flex !important;
float: none !important;
}
.woosq-product > .product > div {
width: 50% !important;
float: none !important;
margin: 0 !important;
height: 460px;
overflow: auto;
}
.woosq-product .thumbnails {
outline: none;
width: 460px;
max-height: 460px;
text-align: center;
position: relative;
background-color: #f9f9f9;
}
.woosq-product .thumbnails .images {
width: 100% !important;
height: 100% !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}
.woosq-product .thumbnails .thumbnail {
display: flex;
height: 100%;
justify-content: center;
}
.woosq-product .thumbnails img {
display: block;
object-fit: contain;
object-position: center;
vertical-align: middle;
max-height: 460px;
max-width: 100%;
margin: auto;
border-radius: 0;
}
.woosq-product .thumbnails img[data-fancybox="gallery"] {
cursor: pointer;
}
.woosq-open .fancybox-container {
z-index: 99999970;
}
.woosq-product .thumbnails {
position: relative;
margin: 0 0 0 0;
}
.woosq-product .thumbnails .slick-slide {
outline: none;
max-height: 100%;
}
.woosq-product .thumbnails .slick-list {
display: flex;
width: 100%;
height: 100%;
max-height: 100%;
position: relative;
}
.woosq-product .thumbnails .slick-track {
display: flex;
align-items: center;
max-height: 460px;
}
.woosq-product .thumbnails .slick-dots {
margin: 0;
padding: 0;
display: block;
width: 100%;
text-align: center;
position: absolute;
left: 0;
bottom: 10px;
z-index: 8;
}
.woosq-product .thumbnails .slick-dots li {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
margin: 0;
padding: 0;
cursor: pointer;
}
.woosq-product .thumbnails .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 16px;
height: 16px;
padding: 5px;
margin: 0;
text-align: center;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
opacity: .5;
}
.woosq-product .thumbnails .slick-dots li.slick-active button {
opacity: 1;
}
.woosq-product .thumbnails .slick-dots li button:before {
content: '';
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #000000;
}
.woosq-product .thumbnails .slick-dots li button:focus {
outline: none;
}
.woosq-product .thumbnails .slick-arrow {
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 0;
color: #222;
background-color: transparent;
border-radius: 0;
border: none !important;
z-index: 8;
}
.woosq-product .thumbnails .slick-arrow:hover {
color: #fff;
background-color: rgba(0, 0, 0, .5);
}
.woosq-product .thumbnails .slick-arrow:before {
font-family: "feather";
font-size: 24px;
line-height: 44px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woosq-product .thumbnails .slick-arrow:focus {
outline: none;
}
.woosq-product .thumbnails .slick-arrow.slick-prev {
left: 0;
}
.woosq-product .thumbnails .slick-arrow.slick-prev:before {
content: '\e929';
}
.woosq-product .thumbnails .slick-arrow.slick-next {
right: 0;
}
.woosq-product .thumbnails .slick-arrow.slick-next:before {
content: '\e92a';
}
.woosq-product > .product .summary {
margin: 0;
padding: 0;
background-color: #fff;
}
.woosq-related {
padding-top: 20px;
padding-bottom: 0;
margin-top: 10px;
margin-bottom: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #dddddd;
}
.woosq-related .woosq-related-heading {
margin-bottom: 10px;
}
.woosq-related .woosq-related-product {
outline: none;
display: flex;
align-items: center;
}
.woosq-related .woosq-related-product .woosq-related-product-image {
width: 80px;
flex: 0 0 80px;
margin: 0;
}
.woosq-related .woosq-related-product .woosq-related-product-image img {
width: 100%;
height: auto;
}
.woosq-related .woosq-related-product .woosq-related-product-info {
flex-grow: 1;
padding: 0 10px;
text-align: start;
}
.woosq-related .woosq-related-product .woosq-related-product-name {
font-weight: 700;
}
.woosq-related .woosq-related-product .woosq-related-product-atc p, .woosq-related .woosq-related-product .woosq-related-product-atc .add_to_cart_inline {
margin: 0;
padding: 0;
border: none;
display: inline-block;
width: 100%;
}
.woosq-related .woosq-related-product .woosq-related-product-atc p .button {
display: block;
margin: 0;
outline: none;
}
.woosq-related .slick-dots {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.woosq-related .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.woosq-related .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 50%;
padding: 0;
font-size: 0;
line-height: 0;
background-color: rgba(0, 0, 0, .2);
border: none;
outline: none;
overflow: hidden;
}
.woosq-related .slick-dots li.slick-active button {
background-color: rgba(0, 0, 0, .5);
}
.view-details-btn {
width: 50%;
height: 44px;
line-height: 44px;
overflow: hidden;
position: absolute;
left: auto;
right: 0;
bottom: 0;
background-color: #222;
box-shadow: 10px -20px 20px #fff;
color: #fff;
text-align: center;
outline: none;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.view-details-btn:after {
content: '\e90f';
font-family: "feather";
margin-left: 10px;
}
.view-details-btn:hover {
background-color: #5fbd74;
}
.woosq-product > .product .summary .summary-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
padding: 20px;
}
.woosq-popup.view-details .woosq-product > .product .summary .summary-content {
padding-bottom: 64px;
} body.rtl .mfp-woosq .mfp-close {
right: auto !important;
left: 0 !important;
} @media screen and (max-width: 1023px) {
.woosq-popup {
max-width: 460px;
max-height: 90vh;
overflow: hidden;
display: flex;
flex-direction: column;
}
.woosq-product {
height: 100%;
flex-grow: 1;
position: relative;
overflow-y: auto;
}
.woosq-product > .product {
display: flex;
flex-direction: column;
}
.woosq-product > .product > div {
width: 100% !important;
float: none !important;
margin: 0 !important;
height: auto;
}
.woosq-product > .product .thumbnails {
max-height: 338px;
}
.woosq-product .thumbnails img {
max-height: 338px;
margin: 0;
}
.woosq-product .thumbnails .slick-track {
max-height: 338px;
}
.view-details-btn {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.mfp-woosq .mfp-arrow {
display: none;
}
} .mfp-woosq {
z-index: 99999969;
overflow: auto;
}
.mfp-woosq .mfp-content {
text-align: -webkit-auto;
}
.mfp-woosq .mfp-container {
padding: 0;
}
.mfp-woosq .mfp-close {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 0;
}
.mfp-woosq .mfp-close:hover {
background-color: transparent;
}
.mfp-woosq .mfp-close:active {
top: 0;
}
.mfp-woosq .mfp-close:focus {
outline: none;
}
.mfp-woosq .mfp-close:before {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
content: '\e9ea';
font-family: "feather";
display: inline-block;
font-size: 24px;
color: #222;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mfp-woosq .mfp-preloader {
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
font-size: 0;
margin: 0 auto;
margin-top: -15px;
margin-left: -15px;
right: auto;
bottom: auto;
}
.mfp-woosq .mfp-preloader:before {
content: '\e9a7';
font-family: "feather";
display: inline-block;
font-size: 24px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
-webkit-animation: woosq-spinner 1s linear infinite;
-moz-animation: woosq-spinner 1s linear infinite;
-ms-animation: woosq-spinner 1s linear infinite;
-o-animation: woosq-spinner 1s linear infinite;
animation: woosq-spinner 1s linear infinite;
}
.mfp-woosq .mfp-arrow {
width: 60px;
height: 60px;
line-height: 60px;
border: none;
padding: 0;
outline: none;
text-align: center;
margin-top: -30px;
border-radius: 0;
opacity: 1;
}
.mfp-woosq .mfp-arrow:active {
margin-top: -30px;
}
.mfp-woosq .mfp-arrow:hover {
background-color: rgba(0, 0, 0, .5);
}
.mfp-woosq .mfp-arrow:focus {
outline: none;
}
.mfp-woosq .mfp-arrow:before {
width: 60px;
height: 60px;
line-height: 60px;
padding: 0;
border-width: 0;
margin: 0;
display: inline-block;
font-family: "feather";
font-size: 24px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
}
.mfp-woosq .mfp-arrow:after {
display: none;
}
.mfp-woosq .mfp-arrow.mfp-arrow-left:before {
content: '\e90e';
}
.mfp-woosq .mfp-arrow.mfp-arrow-right:before {
content: '\e90f';
} .mfp-fade {   }
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-newspaper {   }
.mfp-newspaper .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.5s;
transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
transform: scale(0) rotate(500deg);
opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-horizontal {   }
.mfp-move-horizontal .mfp-with-anim {
opacity: 0;
transition: all 0.3s;
transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
opacity: 0;
transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
opacity: 1;
transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
transform: translateX(50px);
opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-from-top {   }
.mfp-move-from-top .mfp-content {
}
.mfp-move-from-top .mfp-with-anim {
opacity: 0;
transition: all 0.2s;
transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
opacity: 0;
transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
opacity: 1;
transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
transform: translateY(-50px);
opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-3d-unfold {   }
.mfp-3d-unfold .mfp-content {
perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
opacity: 0;
transition: all 0.3s ease-in-out;
transform-style: preserve-3d;
transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
opacity: 1;
transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
transform: rotateY(60deg);
opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-zoom-out {   }
.mfp-zoom-out .mfp-with-anim {
opacity: 0;
transition: all 0.3s ease-in-out;
transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
transform: scale(1.3);
opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-slide-bottom {   }
.mfp-slide-bottom .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
transform: translateY(-20px) perspective(600px) rotateX(10deg);
} .mfp-slide-bottom.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
-moz-transform: translateY(0) perspective(600px) rotateX(0);
-ms-transform: translateY(0) perspective(600px) rotateX(0);
-o-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
} .mfp-slide-bottom.mfp-removing .mfp-with-anim {
opacity: 0;
-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
transform: translateY(-10px) perspective(600px) rotateX(10deg);
} .mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
} .mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
} .woosq-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999968;
opacity: 0;
visibility: hidden;
}
.woosq-sidebar {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
padding: 0;
height: 100%;
max-height: 100%;
background-color: #ffffff;
z-index: 99999969;
position: fixed;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
}
.woosq-sidebar .woosq-close {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 0;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/images/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 20px 20px;
text-align: center;
position: absolute;
top: 0;
left: -40px;
z-index: 9;
cursor: pointer;
}
body.woosq-open .woosq-overlay, body.woosq-open .woosq-sidebar {
opacity: 1;
visibility: visible;
}
.woosq-sidebar .woosq-product {
flex-grow: 1;
overflow-x: hidden;
overflow-y: auto;
}
.woosq-sidebar .woosq-product > .product {
display: flex;
flex-direction: column;
}
.woosq-sidebar .woosq-product > .product > div {
width: 100% !important;
float: none !important;
margin: 0 !important;
height: auto;
}
.woosq-sidebar .view-details-btn {
width: 100%;
position: relative;
box-shadow: none;
padding: 14px 20px;
line-height: 1;
height: auto;
}
.woosq-sidebar.woosq-loading:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .5);
position: absolute;
top: 0;
left: 0;
z-index: 8;
}
.woosq-sidebar.woosq-loading:after {
width: 32px;
height: 32px;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -16px;
margin-left: -16px;
content: '';
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
-webkit-animation: woosq-spinner 1s linear infinite;
-moz-animation: woosq-spinner 1s linear infinite;
-ms-animation: woosq-spinner 1s linear infinite;
-o-animation: woosq-spinner 1s linear infinite;
animation: woosq-spinner 1s linear infinite;
z-index: 9;
} .woosq-sidebar.woosq-position-01 {
position: fixed;
top: 0;
left: 100%;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosq-open .woosq-sidebar.woosq-position-01 {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
} .woosq-sidebar.woosq-position-02 {
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosq-sidebar.woosq-position-02 .woosq-close {
left: unset;
right: -40px;
}
.woosq-open .woosq-sidebar.woosq-position-02 {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.woosq-sidebar.woosq-heading-yes {
display: flex;
flex-direction: column;
}
.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading {
flex: 0 0 auto;
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
margin: 0;
position: relative;
color: #222222;
font-weight: 700;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, .1);
}
.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading .woosq-close {
display: inline-block;
width: 48px;
height: 48px;
line-height: 48px;
position: absolute;
left: unset;
top: 0;
right: 0;
cursor: pointer;
font-size: 0;
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/images/close-dark.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 14px;
}
.woosq-sidebar.woosq-heading-yes .woosq-product .thumbnails {
padding: 20px 20px 0 20px;
background-color: transparent;
}
@media screen and (max-width: 1023px) {
.woosq-sidebar .woosq-close {
left: unset !important;
right: 0 !important;
background-color: rgba(255, 255, 255, .5);
background-image: url(//www.ecogestin.com/wp-content/plugins/woo-smart-quick-view/assets/images/close-dark.svg);
}
}@font-face {
font-family: 'pxli';
src:
url(//www.ecogestin.com/wp-content/themes/ecohub/assets/fonts/pixelart/fonts/pxli.ttf?bfh5bh) format('truetype'),
url(//www.ecogestin.com/wp-content/themes/ecohub/assets/fonts/pixelart/fonts/pxli.woff?bfh5bh) format('woff'),
url(//www.ecogestin.com/wp-content/themes/ecohub/assets/fonts/pixelart/fonts/pxli.svg?bfh5bh#pxli) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="pxli-"], [class*=" pxli-"] { font-family: 'pxli' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: middle; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pxli-compare_arrows:before {
content: "\e9bb";
}
.pxli-instagram:before {
content: "\e997";
}
.pxli-heart-o:before {
content: "\e9bc";
}
.pxli-heartbeat:before {
content: "\e9bd";
}
.pxli-heart1:before {
content: "\e9be";
}
.pxli-star-o:before {
content: "\e9bf";
}
.pxli-eye:before {
content: "\e9c0";
}
.pxli-cloud-upload:before {
content: "\e998";
}
.pxli-star:before {
content: "\e999";
}
.pxli-close:before {
content: "\e99a";
}
.pxli-remove:before {
content: "\e99a";
}
.pxli-times:before {
content: "\e99a";
}
.pxli-check:before {
content: "\e99b";
}
.pxli-arrow-circle-right:before {
content: "\e99c";
}
.pxli-arrow-circle-left:before {
content: "\e99d";
}
.pxli-angle-down:before {
content: "\e99e";
}
.pxli-angle-up:before {
content: "\e99f";
}
.pxli-angle-right:before {
content: "\e9a0";
}
.pxli-angle-left:before {
content: "\e9a1";
}
.pxli-angle-double-down:before {
content: "\e9a2";
}
.pxli-angle-double-up:before {
content: "\e9a3";
}
.pxli-angle-double-right:before {
content: "\e9a4";
}
.pxli-angle-double-left:before {
content: "\e9a5";
}
.pxli-sort-desc:before {
content: "\e9a6";
}
.pxli-sort-down:before {
content: "\e9a6";
}
.pxli-caret-down:before {
content: "\e9a7";
}
.pxli-chevron-down:before {
content: "\e9a8";
}
.pxli-hours-support:before {
content: "\e9b7";
}
.pxli-address:before {
content: "\e9b8";
}
.pxli-email2:before {
content: "\e9b9";
}
.pxli-quote1:before {
content: "\e9a9";
}
.pxli-quote2:before {
content: "\e9aa";
}
.pxli-right-arrow1:before {
content: "\e9ab";
}
.pxli-right-arrow-x:before {
content: "\e9ac";
}
.pxli-close1:before {
content: "\e9ad";
}
.pxli-checked:before {
content: "\e9ae";
}
.pxli-phone-call:before {
content: "\e9af";
}
.pxli-world:before {
content: "\e9b0";
}
.pxli-menu:before {
content: "\e9b1";
}
.pxli-newletter:before {
content: "\e9b2";
}
.pxli-clock1:before {
content: "\e9b3";
}
.pxli-label:before {
content: "\e9b4";
}
.pxli-user11:before {
content: "\e9b5";
}
.pxli-calendar1:before {
content: "\e9b6";
}
.pxli-calendar2:before {
content: "\e9ba";
}
.pxli-clock-o:before {
content: "\e981";
}
.pxli-chevron-down11:before {
content: "\e97e";
}
.pxli-search1:before {
content: "\e97d";
}
.pxli-calendar:before {
content: "\e974";
}
.pxli-angle-down1:before {
content: "\e973";
}
.pxli-angle-up1:before {
content: "\e972";
}
.pxli-angle-left1:before {
content: "\e910";
}
.pxli-angle-right1:before {
content: "\e971";
}
.pxli-gift-solid:before {
content: "\e996";
}
.pxli-chart-bar-regular:before {
content: "\e995";
}
.pxli-th:before {
content: "\e992";
}
.pxli-list-ul:before {
content: "\e993";
}
.pxli-border-all:before {
content: "\e994";
}
.pxli-auction:before {
content: "\e98d";
}
.pxli-trophy-alt:before {
content: "\e98e";
}
.pxli-diploma:before {
content: "\e98f";
}
.pxli-briefcase-medical:before {
content: "\e990";
}
.pxli-users:before {
content: "\e991";
}
.pxli-window-close-regular:before {
content: "\e982";
}
.pxli-envelope-open-regular:before {
content: "\e983";
}
.pxli-user-alt:before {
content: "\e984";
}
.pxli-heart-regular:before {
content: "\e985";
}
.pxli-dribbble-brands:before {
content: "\e986";
}
.pxli-youtube-brands:before {
content: "\e987";
}
.pxli-behance-brands:before {
content: "\e988";
}
.pxli-calendar-alt-regular:before {
content: "\e989";
}
.pxli-clock-regular:before {
content: "\e98a";
}
.pxli-marker-alt:before {
content: "\e98b";
}
.pxli-envelope-regular:before {
content: "\e98c";
}
.pxli-phone-alt1:before {
content: "\e97f";
}
.pxli-angle-down-solid:before {
content: "\e980";
}
.pxli-phone1:before {
content: "\e976";
}
.pxli-email1:before {
content: "\e977";
}
.pxli-search-400:before {
content: "\e978";
}
.pxli-search-solid:before {
content: "\e979";
}
.pxli-share-alt:before {
content: "\e97a";
}
.pxli-comments-regular:before {
content: "\e97b";
}
.pxli-arrow-right-solid:before {
content: "\e97c";
}
.pxli-heart:before {
content: "\e970";
}
.pxli-comment-alt1:before {
content: "\e968";
}
.pxli-comment-dots1:before {
content: "\e969";
}
.pxli-comment1:before {
content: "\e96a";
}
.pxli-comments1:before {
content: "\e96b";
}
.pxli-comment-alt:before {
content: "\e96c";
}
.pxli-comment-dots:before {
content: "\e96d";
}
.pxli-comment:before {
content: "\e96e";
}
.pxli-comments:before {
content: "\e96f";
}
.pxli-user1:before {
content: "\e966";
}
.pxli-user:before {
content: "\e967";
}
.pxli-folder1:before {
content: "\e962";
}
.pxli-folder-open1:before {
content: "\e963";
}
.pxli-folder-open:before {
content: "\e964";
}
.pxli-folder:before {
content: "\e965";
}
.pxli-arrow-circle-alt-left:before {
content: "\e960";
}
.pxli-plus-circle-01:before {
content: "\e961";
}
.pxli-alert:before {
content: "\e901";
}
.pxli-arrow-alt-circle-down:before {
content: "\e902";
}
.pxli-arrow-alt-circle-left:before {
content: "\e903";
}
.pxli-arrow-alt-circle-right:before {
content: "\e904";
}
.pxli-arrow-alt-circle-up:before {
content: "\e905";
}
.pxli-arrow-circle-down:before {
content: "\e906";
}
.pxli-arrow-circle-left1:before {
content: "\e907";
}
.pxli-arrow-circle-right1:before {
content: "\e908";
}
.pxli-arrow-circle-up:before {
content: "\e909";
}
.pxli-arrow-circle-up-large:before {
content: "\e95c";
}
.pxli-arrow-circle-down-large:before {
content: "\e95d";
}
.pxli-arrow-circle-left-large:before {
content: "\e95e";
}
.pxli-arrow-circle-right-large:before {
content: "\e95f";
}
.pxli-arrow-down:before {
content: "\e90a";
}
.pxli-arrow-up:before {
content: "\e90b";
}
.pxli-arrow-left:before {
content: "\e90c";
}
.pxli-arrow-right:before {
content: "\e90d";
}
.pxli-arrow-long-down:before {
content: "\e90e";
}
.pxli-arrow-long-left:before {
content: "\e90f";
}
.pxli-arrow-long-right:before {
content: "\e975";
}
.pxli-arrow-long-up:before {
content: "\e911";
}
.pxli-long-arrow-up:before {
content: "\e912";
}
.pxli-long-arrow-down:before {
content: "\e913";
}
.pxli-long-arrow-left:before {
content: "\e914";
}
.pxli-arrow-prev:before {
content: "\e959";
}
.pxli-arrow-next:before {
content: "\e95a";
}
.pxli-check1:before {
content: "\e915";
}
.pxli-long-arrow-right:before {
content: "\e916";
}
.pxli-check-circle:before {
content: "\e917";
}
.pxli-check-alt-circle:before {
content: "\e918";
}
.pxli-chevron-circle-down:before {
content: "\e919";
}
.pxli-chevron-circle-left:before {
content: "\e91a";
}
.pxli-chevron-circle-right:before {
content: "\e91b";
}
.pxli-chevron-circle-up:before {
content: "\e91c";
}
.pxli-chevron-down1:before {
content: "\e91d";
}
.pxli-chevron-left:before {
content: "\e91e";
}
.pxli-chevron-right:before {
content: "\e91f";
}
.pxli-chevron-up:before {
content: "\e920";
}
.pxli-clock:before {
content: "\e921";
}
.pxli-download:before {
content: "\e922";
}
.pxli-email:before {
content: "\e923";
}
.pxli-facebook-circle-alt:before {
content: "\e924";
}
.pxli-facebook-f:before {
content: "\e925";
}
.pxli-facebook-messenger:before {
content: "\e926";
}
.pxli-facebook-square:before {
content: "\e927";
}
.pxli-facebook:before {
content: "\e928";
}
.pxli-twitter-circle:before {
content: "\e929";
}
.pxli-twitter-square:before {
content: "\e92a";
}
.pxli-twitter:before {
content: "\e92b";
}
.pxli-instagram-square:before {
content: "\e92c";
}
.pxli-instagram1:before {
content: "\e92d";
}
.pxli-linkedin-circle:before {
content: "\e92e";
}
.pxli-linkedin-in:before {
content: "\e92f";
}
.pxli-linkedin:before {
content: "\e930";
}
.pxli-pinterest-p:before {
content: "\e931";
}
.pxli-pinterest-square:before {
content: "\e932";
}
.pxli-youtube:before {
content: "\e933";
}
.pxli-map-marker:before {
content: "\e934";
}
.pxli-pinterest:before {
content: "\e935";
}
.pxli-phone-alt:before {
content: "\e936";
}
.pxli-phone:before {
content: "\e937";
}
.pxli-play-circle:before {
content: "\e938";
}
.pxli-play:before {
content: "\e939";
}
.pxli-plus:before {
content: "\e93a";
}
.pxli-plus-circle:before {
content: "\e93b";
}
.pxli-minus:before {
content: "\e900";
}
.pxli-minus-circle:before {
content: "\e93c";
}
.pxli-remove-circle:before {
content: "\e93d";
}
.pxli-remove1:before {
content: "\e93e";
}
.pxli-search:before {
content: "\e93f";
}
.pxli-shadow:before {
content: "\e940";
}
.pxli-shopping-bag:before {
content: "\e941";
}
.pxli-shopping-basket:before {
content: "\e942";
}
.pxli-shopping-cart-arrow-down:before {
content: "\e943";
}
.pxli-shopping-cart-plus:before {
content: "\e944";
}
.pxli-shopping-cart:before {
content: "\e945";
}
.pxli-sign-in-alt:before {
content: "\e946";
}
.pxli-sign-out-alt:before {
content: "\e947";
}
.pxli-star-alt:before {
content: "\e948";
}
.pxli-star1:before {
content: "\e949";
}
.pxli-pdf:before {
content: "\e94a";
}
.pxli-thumbtack:before {
content: "\e94b";
}
.pxli-google-plus-g:before {
content: "\e94c";
}
.pxli-google-plus-square:before {
content: "\e94d";
}
.pxli-google-plus:before {
content: "\e94e";
}
.pxli-google:before {
content: "\e94f";
}
.pxli-rss-square:before {
content: "\e950";
}
.pxli-rss:before {
content: "\e951";
}
.pxli-skype:before {
content: "\e952";
}
.pxli-tumblr-square:before {
content: "\e953";
}
.pxli-tumblr:before {
content: "\e954";
}
.pxli-vimeo-square:before {
content: "\e955";
}
.pxli-vimeo-v:before {
content: "\e956";
}
.pxli-vimeo:before {
content: "\e957";
}
.pxli-yelp:before {
content: "\e958";
}
.pxli-spinner:before {
content: "\e95b";
}@font-face {
font-family: "flaticon";
src: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/fonts/flaticon/fonts/flaticon.ttf?31e7d0fb4ce63e77bd617f2ea8e601f3) format("truetype"),
url(//www.ecogestin.com/wp-content/themes/ecohub/assets/fonts/flaticon/fonts/flaticon.woff?31e7d0fb4ce63e77bd617f2ea8e601f3) format("woff"),
url(//www.ecogestin.com/wp-content/themes/ecohub/assets/fonts/flaticon/fonts/flaticon.woff2?31e7d0fb4ce63e77bd617f2ea8e601f3) format("woff2"),
url(//www.ecogestin.com/wp-content/themes/ecohub/assets/fonts/flaticon/fonts/flaticon.eot?31e7d0fb4ce63e77bd617f2ea8e601f3#iefix) format("embedded-opentype"),
url(//www.ecogestin.com/wp-content/themes/ecohub/assets/fonts/flaticon/fonts/flaticon.svg?31e7d0fb4ce63e77bd617f2ea8e601f3#flaticon) format("svg");
}
[class^="flaticon-"], [class*=" flaticon-"]{
display: inline-flex;
vertical-align: middle;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {  
font-family: flaticon !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-ecological:before {
content: "\f101";
}
.flaticon-bio-energy:before {
content: "\f102";
}
.flaticon-recycle:before {
content: "\f103";
}
.flaticon-factory:before {
content: "\f104";
}
.flaticon-eco-house:before {
content: "\f105";
}
.flaticon-green-energy:before {
content: "\f106";
}
.flaticon-solar-cell:before {
content: "\f107";
}
.flaticon-eco-friendly:before {
content: "\f108";
}
.flaticon-ecological-1:before {
content: "\f109";
}
.flaticon-ecological-2:before {
content: "\f10a";
}
.flaticon-solar-energy:before {
content: "\f10b";
}
.flaticon-solar-energy-1:before {
content: "\f10c";
}
.flaticon-battery:before {
content: "\f10d";
}
.flaticon-renewable-energy:before {
content: "\f10e";
}
.flaticon-idea:before {
content: "\f10f";
}
.flaticon-address:before {
content: "\f110";
}
.flaticon-mail:before {
content: "\f111";
}
.flaticon-calling:before {
content: "\f112";
}
.flaticon-twitter:before {
content: "\f113";
}
.flaticon-instagram:before {
content: "\f114";
}
.flaticon-facebook:before {
content: "\f115";
}
.flaticon-linkedin:before {
content: "\f116";
}
.flaticon-pinterest:before {
content: "\f117";
}
.flaticon-menu:before {
content: "\f118";
}
.flaticon-world:before {
content: "\f119";
}
.flaticon-right-arrow:before {
content: "\f11a";
}
.flaticon-check:before {
content: "\f11b";
}
.flaticon-play:before {
content: "\f11c";
}
.flaticon-rating:before {
content: "\f11d";
}
.flaticon-quote:before {
content: "\f11e";
}
.flaticon-paper-plane:before {
content: "\f11f";
}
.flaticon-right-arrow-1:before {
content: "\f120";
}
.flaticon-right:before {
content: "\f121";
}
.flaticon-follower:before {
content: "\f122";
}
.flaticon-coffee:before {
content: "\f123";
}
.flaticon-rocket:before {
content: "\f124";
}
.flaticon-next:before {
content: "\f125";
}
.flaticon-calendar:before {
content: "\f126";
}
.flaticon-calculator:before {
content: "\f127";
}
.flaticon-businessman:before {
content: "\f128";
}
.flaticon-right-quote:before {
content: "\f129";
}
.flaticon-phone-call:before {
content: "\f12a";
}
.flaticon-energy:before {
content: "\f12b";
}
.flaticon-solar-panel:before {
content: "\f12c";
}
.flaticon-reliability:before {
content: "\f12d";
}
.flaticon-operation:before {
content: "\f12e";
}
.flaticon-medal:before {
content: "\f12f";
}
.flaticon-wind-energy:before {
content: "\f130";
}
.flaticon-phone-call-1:before {
content: "\f131";
}
.flaticon-planet-earth:before {
content: "\f132";
}.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
width: 100%;
padding-right: var(--bs-gutter-x, 15px);
padding-left: var(--bs-gutter-x, 15px);
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container, .container-sm {
max-width: 1024px; } }
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 1024px; } }
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 1200px; } }
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1200px; } }
.row {
--bs-gutter-x: 30px;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5); }
.row > * {
box-sizing: border-box;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y); }
.col {
flex: 1 0 0%; }
.row-cols-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; }
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%; }
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%; }
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%; }
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%; }
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%; }
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
.col-auto {
flex: 0 0 auto;
width: auto; }
.col-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-3 {
flex: 0 0 auto;
width: 25%; }
.col-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-6 {
flex: 0 0 auto;
width: 50%; }
.col-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-9 {
flex: 0 0 auto;
width: 75%; }
.col-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-12 {
flex: 0 0 auto;
width: 100%; }
.offset-1 {
margin-left: 8.33333333%; }
.offset-2 {
margin-left: 16.66666667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333333%; }
.offset-5 {
margin-left: 41.66666667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333333%; }
.offset-8 {
margin-left: 66.66666667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333333%; }
.offset-11 {
margin-left: 91.66666667%; }
.g-0, .gx-0 {
--bs-gutter-x: 0; }
.g-0, .gy-0 {
--bs-gutter-y: 0; }
.g-5, .gx-5 {
--bs-gutter-x: 5px; }
.g-5, .gy-5 {
--bs-gutter-y: 5px; }
.g-10, .gx-10 {
--bs-gutter-x: 10px; }
.g-10, .gy-10 {
--bs-gutter-y: 10px; }
.g-12, .gx-12 {
--bs-gutter-x: 12px; }
.g-12, .gy-12 {
--bs-gutter-y: 12px; }
.g-15, .gx-15 {
--bs-gutter-x: 15px; }
.g-15, .gy-15 {
--bs-gutter-y: 15px; }
.g-20, .gx-20 {
--bs-gutter-x: 20px; }
.g-20, .gy-20 {
--bs-gutter-y: 20px; }
.g-25, .gx-25 {
--bs-gutter-x: 25px; }
.g-25, .gy-25 {
--bs-gutter-y: 25px; }
.g-30, .gx-30 {
--bs-gutter-x: 30px; }
.g-30, .gy-30 {
--bs-gutter-y: 30px; }
.g-40, .gx-40 {
--bs-gutter-x: 40px; }
.g-40, .gy-40 {
--bs-gutter-y: 40px; }
.g-50, .gx-50 {
--bs-gutter-x: 50px; }
.g-50, .gy-50 {
--bs-gutter-y: 50px; }
.g-60, .gx-60 {
--bs-gutter-x: 60px; }
.g-60, .gy-60 {
--bs-gutter-y: 60px; }
.g-70, .gx-70 {
--bs-gutter-x: 70px; }
.g-70, .gy-70 {
--bs-gutter-y: 70px; }
.g-80, .gx-80 {
--bs-gutter-x: 80px; }
.g-80, .gy-80 {
--bs-gutter-y: 80px; }
.g-90, .gx-90 {
--bs-gutter-x: 90px; }
.g-90, .gy-90 {
--bs-gutter-y: 90px; }
.g-100, .gx-100 {
--bs-gutter-x: 100px; }
.g-100, .gy-100 {
--bs-gutter-y: 100px; }
@media (min-width: 576px) {
.col-sm-auto {
flex: 0 0 auto;
width: auto; }
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-sm-3 {
flex: 0 0 auto;
width: 25%; }
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-sm-6 {
flex: 0 0 auto;
width: 50%; }
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-sm-9 {
flex: 0 0 auto;
width: 75%; }
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-sm-12 {
flex: 0 0 auto;
width: 100%; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333333%; }
.offset-sm-2 {
margin-left: 16.66666667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333333%; }
.offset-sm-5 {
margin-left: 41.66666667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333333%; }
.offset-sm-8 {
margin-left: 66.66666667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333333%; }
.offset-sm-11 {
margin-left: 91.66666667%; }
.g-sm-0, .gx-sm-0 {
--bs-gutter-x: 0; }
.g-sm-0, .gy-sm-0 {
--bs-gutter-y: 0; }
.g-sm-5, .gx-sm-5 {
--bs-gutter-x: 5px; }
.g-sm-5, .gy-sm-5 {
--bs-gutter-y: 5px; }
.g-sm-10, .gx-sm-10 {
--bs-gutter-x: 10px; }
.g-sm-10, .gy-sm-10 {
--bs-gutter-y: 10px; }
.g-sm-12, .gx-sm-12 {
--bs-gutter-x: 12px; }
.g-sm-12, .gy-sm-12 {
--bs-gutter-y: 12px; }
.g-sm-15, .gx-sm-15 {
--bs-gutter-x: 15px; }
.g-sm-15, .gy-sm-15 {
--bs-gutter-y: 15px; }
.g-sm-20, .gx-sm-20 {
--bs-gutter-x: 20px; }
.g-sm-20, .gy-sm-20 {
--bs-gutter-y: 20px; }
.g-sm-25, .gx-sm-25 {
--bs-gutter-x: 25px; }
.g-sm-25, .gy-sm-25 {
--bs-gutter-y: 25px; }
.g-sm-30, .gx-sm-30 {
--bs-gutter-x: 30px; }
.g-sm-30, .gy-sm-30 {
--bs-gutter-y: 30px; }
.g-sm-40, .gx-sm-40 {
--bs-gutter-x: 40px; }
.g-sm-40, .gy-sm-40 {
--bs-gutter-y: 40px; }
.g-sm-50, .gx-sm-50 {
--bs-gutter-x: 50px; }
.g-sm-50, .gy-sm-50 {
--bs-gutter-y: 50px; }
.g-sm-60, .gx-sm-60 {
--bs-gutter-x: 60px; }
.g-sm-60, .gy-sm-60 {
--bs-gutter-y: 60px; }
.g-sm-70, .gx-sm-70 {
--bs-gutter-x: 70px; }
.g-sm-70, .gy-sm-70 {
--bs-gutter-y: 70px; }
.g-sm-80, .gx-sm-80 {
--bs-gutter-x: 80px; }
.g-sm-80, .gy-sm-80 {
--bs-gutter-y: 80px; }
.g-sm-90, .gx-sm-90 {
--bs-gutter-x: 90px; }
.g-sm-90, .gy-sm-90 {
--bs-gutter-y: 90px; }
.g-sm-100, .gx-sm-100 {
--bs-gutter-x: 100px; }
.g-sm-100, .gy-sm-100 {
--bs-gutter-y: 100px; } }
@media (min-width: 768px) {
.col-md-auto {
flex: 0 0 auto;
width: auto; }
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-md-3 {
flex: 0 0 auto;
width: 25%; }
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-md-6 {
flex: 0 0 auto;
width: 50%; }
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-md-9 {
flex: 0 0 auto;
width: 75%; }
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-md-12 {
flex: 0 0 auto;
width: 100%; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333333%; }
.offset-md-2 {
margin-left: 16.66666667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333333%; }
.offset-md-5 {
margin-left: 41.66666667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333333%; }
.offset-md-8 {
margin-left: 66.66666667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333333%; }
.offset-md-11 {
margin-left: 91.66666667%; }
.g-md-0, .gx-md-0 {
--bs-gutter-x: 0; }
.g-md-0, .gy-md-0 {
--bs-gutter-y: 0; }
.g-md-5, .gx-md-5 {
--bs-gutter-x: 5px; }
.g-md-5, .gy-md-5 {
--bs-gutter-y: 5px; }
.g-md-10, .gx-md-10 {
--bs-gutter-x: 10px; }
.g-md-10, .gy-md-10 {
--bs-gutter-y: 10px; }
.g-md-12, .gx-md-12 {
--bs-gutter-x: 12px; }
.g-md-12, .gy-md-12 {
--bs-gutter-y: 12px; }
.g-md-15, .gx-md-15 {
--bs-gutter-x: 15px; }
.g-md-15, .gy-md-15 {
--bs-gutter-y: 15px; }
.g-md-20, .gx-md-20 {
--bs-gutter-x: 20px; }
.g-md-20, .gy-md-20 {
--bs-gutter-y: 20px; }
.g-md-25, .gx-md-25 {
--bs-gutter-x: 25px; }
.g-md-25, .gy-md-25 {
--bs-gutter-y: 25px; }
.g-md-30, .gx-md-30 {
--bs-gutter-x: 30px; }
.g-md-30, .gy-md-30 {
--bs-gutter-y: 30px; }
.g-md-40, .gx-md-40 {
--bs-gutter-x: 40px; }
.g-md-40, .gy-md-40 {
--bs-gutter-y: 40px; }
.g-md-50, .gx-md-50 {
--bs-gutter-x: 50px; }
.g-md-50, .gy-md-50 {
--bs-gutter-y: 50px; }
.g-md-60, .gx-md-60 {
--bs-gutter-x: 60px; }
.g-md-60, .gy-md-60 {
--bs-gutter-y: 60px; }
.g-md-70, .gx-md-70 {
--bs-gutter-x: 70px; }
.g-md-70, .gy-md-70 {
--bs-gutter-y: 70px; }
.g-md-80, .gx-md-80 {
--bs-gutter-x: 80px; }
.g-md-80, .gy-md-80 {
--bs-gutter-y: 80px; }
.g-md-90, .gx-md-90 {
--bs-gutter-x: 90px; }
.g-md-90, .gy-md-90 {
--bs-gutter-y: 90px; }
.g-md-100, .gx-md-100 {
--bs-gutter-x: 100px; }
.g-md-100, .gy-md-100 {
--bs-gutter-y: 100px; } }
@media (min-width: 992px) {
.col-lg-auto {
flex: 0 0 auto;
width: auto; }
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-lg-3 {
flex: 0 0 auto;
width: 25%; }
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-lg-6 {
flex: 0 0 auto;
width: 50%; }
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-lg-9 {
flex: 0 0 auto;
width: 75%; }
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-lg-12 {
flex: 0 0 auto;
width: 100%; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333333%; }
.offset-lg-2 {
margin-left: 16.66666667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333333%; }
.offset-lg-5 {
margin-left: 41.66666667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333333%; }
.offset-lg-8 {
margin-left: 66.66666667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333333%; }
.offset-lg-11 {
margin-left: 91.66666667%; }
.g-lg-0, .gx-lg-0 {
--bs-gutter-x: 0; }
.g-lg-0, .gy-lg-0 {
--bs-gutter-y: 0; }
.g-lg-5, .gx-lg-5 {
--bs-gutter-x: 5px; }
.g-lg-5, .gy-lg-5 {
--bs-gutter-y: 5px; }
.g-lg-10, .gx-lg-10 {
--bs-gutter-x: 10px; }
.g-lg-10, .gy-lg-10 {
--bs-gutter-y: 10px; }
.g-lg-12, .gx-lg-12 {
--bs-gutter-x: 12px; }
.g-lg-12, .gy-lg-12 {
--bs-gutter-y: 12px; }
.g-lg-15, .gx-lg-15 {
--bs-gutter-x: 15px; }
.g-lg-15, .gy-lg-15 {
--bs-gutter-y: 15px; }
.g-lg-20, .gx-lg-20 {
--bs-gutter-x: 20px; }
.g-lg-20, .gy-lg-20 {
--bs-gutter-y: 20px; }
.g-lg-25, .gx-lg-25 {
--bs-gutter-x: 25px; }
.g-lg-25, .gy-lg-25 {
--bs-gutter-y: 25px; }
.g-lg-30, .gx-lg-30 {
--bs-gutter-x: 30px; }
.g-lg-30, .gy-lg-30 {
--bs-gutter-y: 30px; }
.g-lg-40, .gx-lg-40 {
--bs-gutter-x: 40px; }
.g-lg-40, .gy-lg-40 {
--bs-gutter-y: 40px; }
.g-lg-50, .gx-lg-50 {
--bs-gutter-x: 50px; }
.g-lg-50, .gy-lg-50 {
--bs-gutter-y: 50px; }
.g-lg-60, .gx-lg-60 {
--bs-gutter-x: 60px; }
.g-lg-60, .gy-lg-60 {
--bs-gutter-y: 60px; }
.g-lg-70, .gx-lg-70 {
--bs-gutter-x: 70px; }
.g-lg-70, .gy-lg-70 {
--bs-gutter-y: 70px; }
.g-lg-80, .gx-lg-80 {
--bs-gutter-x: 80px; }
.g-lg-80, .gy-lg-80 {
--bs-gutter-y: 80px; }
.g-lg-90, .gx-lg-90 {
--bs-gutter-x: 90px; }
.g-lg-90, .gy-lg-90 {
--bs-gutter-y: 90px; }
.g-lg-100, .gx-lg-100 {
--bs-gutter-x: 100px; }
.g-lg-100, .gy-lg-100 {
--bs-gutter-y: 100px; } }
@media (min-width: 1200px) {
.col-xl-auto {
flex: 0 0 auto;
width: auto; }
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-xl-3 {
flex: 0 0 auto;
width: 25%; }
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-xl-6 {
flex: 0 0 auto;
width: 50%; }
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-xl-9 {
flex: 0 0 auto;
width: 75%; }
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-xl-12 {
flex: 0 0 auto;
width: 100%; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333333%; }
.offset-xl-2 {
margin-left: 16.66666667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333333%; }
.offset-xl-5 {
margin-left: 41.66666667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333333%; }
.offset-xl-8 {
margin-left: 66.66666667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333333%; }
.offset-xl-11 {
margin-left: 91.66666667%; }
.g-xl-0, .gx-xl-0 {
--bs-gutter-x: 0; }
.g-xl-0, .gy-xl-0 {
--bs-gutter-y: 0; }
.g-xl-5, .gx-xl-5 {
--bs-gutter-x: 5px; }
.g-xl-5, .gy-xl-5 {
--bs-gutter-y: 5px; }
.g-xl-10, .gx-xl-10 {
--bs-gutter-x: 10px; }
.g-xl-10, .gy-xl-10 {
--bs-gutter-y: 10px; }
.g-xl-12, .gx-xl-12 {
--bs-gutter-x: 12px; }
.g-xl-12, .gy-xl-12 {
--bs-gutter-y: 12px; }
.g-xl-15, .gx-xl-15 {
--bs-gutter-x: 15px; }
.g-xl-15, .gy-xl-15 {
--bs-gutter-y: 15px; }
.g-xl-20, .gx-xl-20 {
--bs-gutter-x: 20px; }
.g-xl-20, .gy-xl-20 {
--bs-gutter-y: 20px; }
.g-xl-25, .gx-xl-25 {
--bs-gutter-x: 25px; }
.g-xl-25, .gy-xl-25 {
--bs-gutter-y: 25px; }
.g-xl-30, .gx-xl-30 {
--bs-gutter-x: 30px; }
.g-xl-30, .gy-xl-30 {
--bs-gutter-y: 30px; }
.g-xl-40, .gx-xl-40 {
--bs-gutter-x: 40px; }
.g-xl-40, .gy-xl-40 {
--bs-gutter-y: 40px; }
.g-xl-50, .gx-xl-50 {
--bs-gutter-x: 50px; }
.g-xl-50, .gy-xl-50 {
--bs-gutter-y: 50px; }
.g-xl-60, .gx-xl-60 {
--bs-gutter-x: 60px; }
.g-xl-60, .gy-xl-60 {
--bs-gutter-y: 60px; }
.g-xl-70, .gx-xl-70 {
--bs-gutter-x: 70px; }
.g-xl-70, .gy-xl-70 {
--bs-gutter-y: 70px; }
.g-xl-80, .gx-xl-80 {
--bs-gutter-x: 80px; }
.g-xl-80, .gy-xl-80 {
--bs-gutter-y: 80px; }
.g-xl-90, .gx-xl-90 {
--bs-gutter-x: 90px; }
.g-xl-90, .gy-xl-90 {
--bs-gutter-y: 90px; }
.g-xl-100, .gx-xl-100 {
--bs-gutter-x: 100px; }
.g-xl-100, .gy-xl-100 {
--bs-gutter-y: 100px; } }
@media (min-width: 1400px) {
.col-xxl-auto {
flex: 0 0 auto;
width: auto; }
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-xxl-3 {
flex: 0 0 auto;
width: 25%; }
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-xxl-6 {
flex: 0 0 auto;
width: 50%; }
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-xxl-9 {
flex: 0 0 auto;
width: 75%; }
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-xxl-12 {
flex: 0 0 auto;
width: 100%; }
.offset-xxl-0 {
margin-left: 0; }
.offset-xxl-1 {
margin-left: 8.33333333%; }
.offset-xxl-2 {
margin-left: 16.66666667%; }
.offset-xxl-3 {
margin-left: 25%; }
.offset-xxl-4 {
margin-left: 33.33333333%; }
.offset-xxl-5 {
margin-left: 41.66666667%; }
.offset-xxl-6 {
margin-left: 50%; }
.offset-xxl-7 {
margin-left: 58.33333333%; }
.offset-xxl-8 {
margin-left: 66.66666667%; }
.offset-xxl-9 {
margin-left: 75%; }
.offset-xxl-10 {
margin-left: 83.33333333%; }
.offset-xxl-11 {
margin-left: 91.66666667%; }
.g-xxl-0, .gx-xxl-0 {
--bs-gutter-x: 0; }
.g-xxl-0, .gy-xxl-0 {
--bs-gutter-y: 0; }
.g-xxl-5, .gx-xxl-5 {
--bs-gutter-x: 5px; }
.g-xxl-5, .gy-xxl-5 {
--bs-gutter-y: 5px; }
.g-xxl-10, .gx-xxl-10 {
--bs-gutter-x: 10px; }
.g-xxl-10, .gy-xxl-10 {
--bs-gutter-y: 10px; }
.g-xxl-12, .gx-xxl-12 {
--bs-gutter-x: 12px; }
.g-xxl-12, .gy-xxl-12 {
--bs-gutter-y: 12px; }
.g-xxl-15, .gx-xxl-15 {
--bs-gutter-x: 15px; }
.g-xxl-15, .gy-xxl-15 {
--bs-gutter-y: 15px; }
.g-xxl-20, .gx-xxl-20 {
--bs-gutter-x: 20px; }
.g-xxl-20, .gy-xxl-20 {
--bs-gutter-y: 20px; }
.g-xxl-25, .gx-xxl-25 {
--bs-gutter-x: 25px; }
.g-xxl-25, .gy-xxl-25 {
--bs-gutter-y: 25px; }
.g-xxl-30, .gx-xxl-30 {
--bs-gutter-x: 30px; }
.g-xxl-30, .gy-xxl-30 {
--bs-gutter-y: 30px; }
.g-xxl-40, .gx-xxl-40 {
--bs-gutter-x: 40px; }
.g-xxl-40, .gy-xxl-40 {
--bs-gutter-y: 40px; }
.g-xxl-50, .gx-xxl-50 {
--bs-gutter-x: 50px; }
.g-xxl-50, .gy-xxl-50 {
--bs-gutter-y: 50px; }
.g-xxl-60, .gx-xxl-60 {
--bs-gutter-x: 60px; }
.g-xxl-60, .gy-xxl-60 {
--bs-gutter-y: 60px; }
.g-xxl-70, .gx-xxl-70 {
--bs-gutter-x: 70px; }
.g-xxl-70, .gy-xxl-70 {
--bs-gutter-y: 70px; }
.g-xxl-80, .gx-xxl-80 {
--bs-gutter-x: 80px; }
.g-xxl-80, .gy-xxl-80 {
--bs-gutter-y: 80px; }
.g-xxl-90, .gx-xxl-90 {
--bs-gutter-x: 90px; }
.g-xxl-90, .gy-xxl-90 {
--bs-gutter-y: 90px; }
.g-xxl-100, .gx-xxl-100 {
--bs-gutter-x: 100px; }
.g-xxl-100, .gy-xxl-100 {
--bs-gutter-y: 100px; } }
.d-inline {
display: inline; }
.d-inline-block {
display: inline-block; }
.d-block {
display: block; }
.d-grid {
display: grid; }
.d-table {
display: table; }
.d-table-row {
display: table-row; }
.d-table-cell {
display: table-cell; }
.d-flex {
display: flex; }
.d-inline-flex {
display: inline-flex; }
.d-none {
display: none; }
.flex-fill {
flex: 1 1 auto; }
.flex-row {
flex-direction: row; }
.flex-column {
flex-direction: column; }
.flex-row-reverse {
flex-direction: row-reverse; }
.flex-column-reverse {
flex-direction: column-reverse; }
.flex-grow-0 {
flex-grow: 0; }
.flex-grow-1 {
flex-grow: 1; }
.flex-shrink-0 {
flex-shrink: 0; }
.flex-shrink-1 {
flex-shrink: 1; }
.flex-wrap {
flex-wrap: wrap; }
.flex-nowrap {
flex-wrap: nowrap; }
.flex-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-start {
justify-content: flex-start; }
.justify-content-end {
justify-content: flex-end; }
.justify-content-center {
justify-content: center; }
.justify-content-between {
justify-content: space-between; }
.justify-content-around {
justify-content: space-around; }
.justify-content-evenly {
justify-content: space-evenly; }
.align-items-start {
align-items: flex-start; }
.align-items-end {
align-items: flex-end; }
.align-items-center {
align-items: center; }
.align-items-baseline {
align-items: baseline; }
.align-items-stretch {
align-items: stretch; }
.align-content-start {
align-content: flex-start; }
.align-content-end {
align-content: flex-end; }
.align-content-center {
align-content: center; }
.align-content-between {
align-content: space-between; }
.align-content-around {
align-content: space-around; }
.align-content-stretch {
align-content: stretch; }
.align-self-auto {
align-self: auto; }
.align-self-start {
align-self: flex-start; }
.align-self-end {
align-self: flex-end; }
.align-self-center {
align-self: center; }
.align-self-baseline {
align-self: baseline; }
.align-self-stretch {
align-self: stretch; }
.order-first {
order: -1; }
.order-0 {
order: 0; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
.order-3 {
order: 3; }
.order-4 {
order: 4; }
.order-5 {
order: 5; }
.order-last {
order: 6; }
.text-start {
text-align: left; }
.text-end {
text-align: right; }
.text-center {
text-align: center; }
@media (min-width: 576px) {
.d-sm-inline {
display: inline; }
.d-sm-inline-block {
display: inline-block; }
.d-sm-block {
display: block; }
.d-sm-grid {
display: grid; }
.d-sm-table {
display: table; }
.d-sm-table-row {
display: table-row; }
.d-sm-table-cell {
display: table-cell; }
.d-sm-flex {
display: flex; }
.d-sm-inline-flex {
display: inline-flex; }
.d-sm-none {
display: none; }
.flex-sm-fill {
flex: 1 1 auto; }
.flex-sm-row {
flex-direction: row; }
.flex-sm-column {
flex-direction: column; }
.flex-sm-row-reverse {
flex-direction: row-reverse; }
.flex-sm-column-reverse {
flex-direction: column-reverse; }
.flex-sm-grow-0 {
flex-grow: 0; }
.flex-sm-grow-1 {
flex-grow: 1; }
.flex-sm-shrink-0 {
flex-shrink: 0; }
.flex-sm-shrink-1 {
flex-shrink: 1; }
.flex-sm-wrap {
flex-wrap: wrap; }
.flex-sm-nowrap {
flex-wrap: nowrap; }
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-sm-start {
justify-content: flex-start; }
.justify-content-sm-end {
justify-content: flex-end; }
.justify-content-sm-center {
justify-content: center; }
.justify-content-sm-between {
justify-content: space-between; }
.justify-content-sm-around {
justify-content: space-around; }
.justify-content-sm-evenly {
justify-content: space-evenly; }
.align-items-sm-start {
align-items: flex-start; }
.align-items-sm-end {
align-items: flex-end; }
.align-items-sm-center {
align-items: center; }
.align-items-sm-baseline {
align-items: baseline; }
.align-items-sm-stretch {
align-items: stretch; }
.align-content-sm-start {
align-content: flex-start; }
.align-content-sm-end {
align-content: flex-end; }
.align-content-sm-center {
align-content: center; }
.align-content-sm-between {
align-content: space-between; }
.align-content-sm-around {
align-content: space-around; }
.align-content-sm-stretch {
align-content: stretch; }
.align-self-sm-auto {
align-self: auto; }
.align-self-sm-start {
align-self: flex-start; }
.align-self-sm-end {
align-self: flex-end; }
.align-self-sm-center {
align-self: center; }
.align-self-sm-baseline {
align-self: baseline; }
.align-self-sm-stretch {
align-self: stretch; }
.order-sm-first {
order: -1; }
.order-sm-0 {
order: 0; }
.order-sm-1 {
order: 1; }
.order-sm-2 {
order: 2; }
.order-sm-3 {
order: 3; }
.order-sm-4 {
order: 4; }
.order-sm-5 {
order: 5; }
.order-sm-last {
order: 6; }
.text-sm-start {
text-align: left; }
.text-sm-end {
text-align: right; }
.text-sm-center {
text-align: center; } }
@media (min-width: 768px) {
.d-md-inline {
display: inline; }
.d-md-inline-block {
display: inline-block; }
.d-md-block {
display: block; }
.d-md-grid {
display: grid; }
.d-md-table {
display: table; }
.d-md-table-row {
display: table-row; }
.d-md-table-cell {
display: table-cell; }
.d-md-flex {
display: flex; }
.d-md-inline-flex {
display: inline-flex; }
.d-md-none {
display: none; }
.flex-md-fill {
flex: 1 1 auto; }
.flex-md-row {
flex-direction: row; }
.flex-md-column {
flex-direction: column; }
.flex-md-row-reverse {
flex-direction: row-reverse; }
.flex-md-column-reverse {
flex-direction: column-reverse; }
.flex-md-grow-0 {
flex-grow: 0; }
.flex-md-grow-1 {
flex-grow: 1; }
.flex-md-shrink-0 {
flex-shrink: 0; }
.flex-md-shrink-1 {
flex-shrink: 1; }
.flex-md-wrap {
flex-wrap: wrap; }
.flex-md-nowrap {
flex-wrap: nowrap; }
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-md-start {
justify-content: flex-start; }
.justify-content-md-end {
justify-content: flex-end; }
.justify-content-md-center {
justify-content: center; }
.justify-content-md-between {
justify-content: space-between; }
.justify-content-md-around {
justify-content: space-around; }
.justify-content-md-evenly {
justify-content: space-evenly; }
.align-items-md-start {
align-items: flex-start; }
.align-items-md-end {
align-items: flex-end; }
.align-items-md-center {
align-items: center; }
.align-items-md-baseline {
align-items: baseline; }
.align-items-md-stretch {
align-items: stretch; }
.align-content-md-start {
align-content: flex-start; }
.align-content-md-end {
align-content: flex-end; }
.align-content-md-center {
align-content: center; }
.align-content-md-between {
align-content: space-between; }
.align-content-md-around {
align-content: space-around; }
.align-content-md-stretch {
align-content: stretch; }
.align-self-md-auto {
align-self: auto; }
.align-self-md-start {
align-self: flex-start; }
.align-self-md-end {
align-self: flex-end; }
.align-self-md-center {
align-self: center; }
.align-self-md-baseline {
align-self: baseline; }
.align-self-md-stretch {
align-self: stretch; }
.order-md-first {
order: -1; }
.order-md-0 {
order: 0; }
.order-md-1 {
order: 1; }
.order-md-2 {
order: 2; }
.order-md-3 {
order: 3; }
.order-md-4 {
order: 4; }
.order-md-5 {
order: 5; }
.order-md-last {
order: 6; }
.text-md-start {
text-align: left; }
.text-md-end {
text-align: right; }
.text-md-center {
text-align: center; } }
@media (min-width: 992px) {
.d-lg-inline {
display: inline; }
.d-lg-inline-block {
display: inline-block; }
.d-lg-block {
display: block; }
.d-lg-grid {
display: grid; }
.d-lg-table {
display: table; }
.d-lg-table-row {
display: table-row; }
.d-lg-table-cell {
display: table-cell; }
.d-lg-flex {
display: flex; }
.d-lg-inline-flex {
display: inline-flex; }
.d-lg-none {
display: none; }
.flex-lg-fill {
flex: 1 1 auto; }
.flex-lg-row {
flex-direction: row; }
.flex-lg-column {
flex-direction: column; }
.flex-lg-row-reverse {
flex-direction: row-reverse; }
.flex-lg-column-reverse {
flex-direction: column-reverse; }
.flex-lg-grow-0 {
flex-grow: 0; }
.flex-lg-grow-1 {
flex-grow: 1; }
.flex-lg-shrink-0 {
flex-shrink: 0; }
.flex-lg-shrink-1 {
flex-shrink: 1; }
.flex-lg-wrap {
flex-wrap: wrap; }
.flex-lg-nowrap {
flex-wrap: nowrap; }
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-lg-start {
justify-content: flex-start; }
.justify-content-lg-end {
justify-content: flex-end; }
.justify-content-lg-center {
justify-content: center; }
.justify-content-lg-between {
justify-content: space-between; }
.justify-content-lg-around {
justify-content: space-around; }
.justify-content-lg-evenly {
justify-content: space-evenly; }
.align-items-lg-start {
align-items: flex-start; }
.align-items-lg-end {
align-items: flex-end; }
.align-items-lg-center {
align-items: center; }
.align-items-lg-baseline {
align-items: baseline; }
.align-items-lg-stretch {
align-items: stretch; }
.align-content-lg-start {
align-content: flex-start; }
.align-content-lg-end {
align-content: flex-end; }
.align-content-lg-center {
align-content: center; }
.align-content-lg-between {
align-content: space-between; }
.align-content-lg-around {
align-content: space-around; }
.align-content-lg-stretch {
align-content: stretch; }
.align-self-lg-auto {
align-self: auto; }
.align-self-lg-start {
align-self: flex-start; }
.align-self-lg-end {
align-self: flex-end; }
.align-self-lg-center {
align-self: center; }
.align-self-lg-baseline {
align-self: baseline; }
.align-self-lg-stretch {
align-self: stretch; }
.order-lg-first {
order: -1; }
.order-lg-0 {
order: 0; }
.order-lg-1 {
order: 1; }
.order-lg-2 {
order: 2; }
.order-lg-3 {
order: 3; }
.order-lg-4 {
order: 4; }
.order-lg-5 {
order: 5; }
.order-lg-last {
order: 6; }
.text-lg-start {
text-align: left; }
.text-lg-end {
text-align: right; }
.text-lg-center {
text-align: center; } }
@media (min-width: 1200px) {
.d-xl-inline {
display: inline; }
.d-xl-inline-block {
display: inline-block; }
.d-xl-block {
display: block; }
.d-xl-grid {
display: grid; }
.d-xl-table {
display: table; }
.d-xl-table-row {
display: table-row; }
.d-xl-table-cell {
display: table-cell; }
.d-xl-flex {
display: flex; }
.d-xl-inline-flex {
display: inline-flex; }
.d-xl-none {
display: none; }
.flex-xl-fill {
flex: 1 1 auto; }
.flex-xl-row {
flex-direction: row; }
.flex-xl-column {
flex-direction: column; }
.flex-xl-row-reverse {
flex-direction: row-reverse; }
.flex-xl-column-reverse {
flex-direction: column-reverse; }
.flex-xl-grow-0 {
flex-grow: 0; }
.flex-xl-grow-1 {
flex-grow: 1; }
.flex-xl-shrink-0 {
flex-shrink: 0; }
.flex-xl-shrink-1 {
flex-shrink: 1; }
.flex-xl-wrap {
flex-wrap: wrap; }
.flex-xl-nowrap {
flex-wrap: nowrap; }
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-xl-start {
justify-content: flex-start; }
.justify-content-xl-end {
justify-content: flex-end; }
.justify-content-xl-center {
justify-content: center; }
.justify-content-xl-between {
justify-content: space-between; }
.justify-content-xl-around {
justify-content: space-around; }
.justify-content-xl-evenly {
justify-content: space-evenly; }
.align-items-xl-start {
align-items: flex-start; }
.align-items-xl-end {
align-items: flex-end; }
.align-items-xl-center {
align-items: center; }
.align-items-xl-baseline {
align-items: baseline; }
.align-items-xl-stretch {
align-items: stretch; }
.align-content-xl-start {
align-content: flex-start; }
.align-content-xl-end {
align-content: flex-end; }
.align-content-xl-center {
align-content: center; }
.align-content-xl-between {
align-content: space-between; }
.align-content-xl-around {
align-content: space-around; }
.align-content-xl-stretch {
align-content: stretch; }
.align-self-xl-auto {
align-self: auto; }
.align-self-xl-start {
align-self: flex-start; }
.align-self-xl-end {
align-self: flex-end; }
.align-self-xl-center {
align-self: center; }
.align-self-xl-baseline {
align-self: baseline; }
.align-self-xl-stretch {
align-self: stretch; }
.order-xl-first {
order: -1; }
.order-xl-0 {
order: 0; }
.order-xl-1 {
order: 1; }
.order-xl-2 {
order: 2; }
.order-xl-3 {
order: 3; }
.order-xl-4 {
order: 4; }
.order-xl-5 {
order: 5; }
.order-xl-last {
order: 6; }
.text-xl-start {
text-align: left; }
.text-xl-end {
text-align: right; }
.text-xl-center {
text-align: center; } }
@media (min-width: 1400px) {
.d-xxl-inline {
display: inline; }
.d-xxl-inline-block {
display: inline-block; }
.d-xxl-block {
display: block; }
.d-xxl-grid {
display: grid; }
.d-xxl-table {
display: table; }
.d-xxl-table-row {
display: table-row; }
.d-xxl-table-cell {
display: table-cell; }
.d-xxl-flex {
display: flex; }
.d-xxl-inline-flex {
display: inline-flex; }
.d-xxl-none {
display: none; }
.flex-xxl-fill {
flex: 1 1 auto; }
.flex-xxl-row {
flex-direction: row; }
.flex-xxl-column {
flex-direction: column; }
.flex-xxl-row-reverse {
flex-direction: row-reverse; }
.flex-xxl-column-reverse {
flex-direction: column-reverse; }
.flex-xxl-grow-0 {
flex-grow: 0; }
.flex-xxl-grow-1 {
flex-grow: 1; }
.flex-xxl-shrink-0 {
flex-shrink: 0; }
.flex-xxl-shrink-1 {
flex-shrink: 1; }
.flex-xxl-wrap {
flex-wrap: wrap; }
.flex-xxl-nowrap {
flex-wrap: nowrap; }
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-xxl-start {
justify-content: flex-start; }
.justify-content-xxl-end {
justify-content: flex-end; }
.justify-content-xxl-center {
justify-content: center; }
.justify-content-xxl-between {
justify-content: space-between; }
.justify-content-xxl-around {
justify-content: space-around; }
.justify-content-xxl-evenly {
justify-content: space-evenly; }
.align-items-xxl-start {
align-items: flex-start; }
.align-items-xxl-end {
align-items: flex-end; }
.align-items-xxl-center {
align-items: center; }
.align-items-xxl-baseline {
align-items: baseline; }
.align-items-xxl-stretch {
align-items: stretch; }
.align-content-xxl-start {
align-content: flex-start; }
.align-content-xxl-end {
align-content: flex-end; }
.align-content-xxl-center {
align-content: center; }
.align-content-xxl-between {
align-content: space-between; }
.align-content-xxl-around {
align-content: space-around; }
.align-content-xxl-stretch {
align-content: stretch; }
.align-self-xxl-auto {
align-self: auto; }
.align-self-xxl-start {
align-self: flex-start; }
.align-self-xxl-end {
align-self: flex-end; }
.align-self-xxl-center {
align-self: center; }
.align-self-xxl-baseline {
align-self: baseline; }
.align-self-xxl-stretch {
align-self: stretch; }
.order-xxl-first {
order: -1; }
.order-xxl-0 {
order: 0; }
.order-xxl-1 {
order: 1; }
.order-xxl-2 {
order: 2; }
.order-xxl-3 {
order: 3; }
.order-xxl-4 {
order: 4; }
.order-xxl-5 {
order: 5; }
.order-xxl-last {
order: 6; }
.text-xxl-start {
text-align: left; }
.text-xxl-end {
text-align: right; }
.text-xxl-center {
text-align: center; } }
@media print {
.d-print-inline {
display: inline; }
.d-print-inline-block {
display: inline-block; }
.d-print-block {
display: block; }
.d-print-grid {
display: grid; }
.d-print-table {
display: table; }
.d-print-table-row {
display: table-row; }
.d-print-table-cell {
display: table-cell; }
.d-print-flex {
display: flex; }
.d-print-inline-flex {
display: inline-flex; }
.d-print-none {
display: none; } }

@-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 pxlAnmNone {
from {
opacity: 1;
transform: translate3d(0, 0, 0); }
60% {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
to {
opacity: 1;
transform: none; } }
@keyframes pxlAnmNone {
from {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
60% {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
to {
opacity: 1;
transform: none; } }
@-webkit-keyframes pxlFadeInUp {
from {
opacity: 0;
transform: translate3d(0, 30px, 0); }
to {
opacity: 1;
transform: none; } }
@keyframes pxlFadeInUp {
from {
opacity: 0;
transform: translate3d(0, 30px, 0); }
to {
opacity: 1;
transform: none; } }
@-webkit-keyframes pxlFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -150px, 0); }
to {
opacity: 1;
transform: none; } }
@keyframes pxlFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -150px, 0); }
to {
opacity: 1;
transform: none; } }
@-webkit-keyframes pxlFadeInLeft {
from {
opacity: 0;
transform: translate3d(-150px, 0, 0); }
to {
opacity: 1;
transform: none; } }
@keyframes pxlFadeInLeft {
from {
opacity: 0;
transform: translate3d(-150px, 0, 0); }
to {
opacity: 1;
transform: none; } }
@-webkit-keyframes pxlFadeInRight {
from {
opacity: 0;
transform: translate3d(150px, 0, 0); }
to {
opacity: 1;
transform: none; } }
@keyframes pxlFadeInRight {
from {
opacity: 0;
transform: translate3d(150px, 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(20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@-moz-keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@-ms-keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@-o-keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@keyframes readmoreIcon {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@-webkit-keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(-20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@-moz-keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(-20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@-ms-keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(-20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@-o-keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(-20px);
opacity: 0; }
100% {
transform: translateX(0);
opacity: 1; } }
@keyframes readmoreIcon-rtl {
0% {
transform: translateX(0);
opacity: 1; }
50% {
transform: translateX(-20px);
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); } }
@-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); } }
@-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); } }
@-webkit-keyframes fadeInCustom {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeInCustom {
0% {
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 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.2); } }
@keyframes pxl-ken-burns-out {
0% {
transform: scale(1.2); }
100% {
transform: scale(1); } }
@keyframes pxl-ken-burns-in-out {
0% {
transform: scale(1); }
50% {
transform: scale(1.2); }
100% {
transform: scale(1); } }
@-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); } }
.pxl-skew-in {
-webkit-animation-name: pxl_skew_in;
animation-name: pxl_skew_in;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.8s !important;
animation-duration: 0.8s !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; }
@keyframes up-down-move {
0% {
transform: translateY(0); }
50% {
transform: translateY(-15px); }
100% {
transform: translateY(0); } }
*, *:before, *:after {
outline: none;
box-sizing: inherit; }
::-moz-selection {
background-color: var(--primary-color);
color: #ffffff; }
::selection {
background-color: var(--primary-color);
color: #ffffff; }
html {
-webkit-text-size-adjust: 100%;
box-sizing: border-box; }
@media (max-width: 1199px) {
html {
overflow-x: hidden; } }
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: bolder; }
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;
transform: translate(0px, 3px);
margin-right: 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; }
a {
text-decoration: none;
-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; }
h1, h2, h3, h4, h5, h6 {
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); }
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, h2, h3, h4, h5, h6 {
margin: 15px 0; }
.h1, .h2, .h3, .h4, .h5, .h6 {
margin: 0; }
h1, .h1, .size-h1 {
font-size: var(--heading-font-size-h1);
line-height: 1; }
h2, .h2, .size-h2 {
font-size: var(--heading-font-size-h2);
line-height: 1; }
@media (max-width: 767px) {
h2, .h2, .size-h2 {
font-size: 40px; } }
h3, .h3, .size-h3 {
font-size: var(--heading-font-size-h3);
line-height: 1.1111111111; }
@media (max-width: 767px) {
h3, .h3, .size-h3 {
font-size: 28px; } }
h4, .h4, .size-h4 {
font-size: var(--heading-font-size-h4);
line-height: 1.25; }
h5, .h5, .size-h5 {
font-size: var(--heading-font-size-h5);
line-height: 1.3888888889; }
h6, .h6, .size-h6 {
font-size: var(--heading-font-size-h6);
line-height: 1.777777; }
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.unstyled, ol.unstyled {
list-style: none;
margin: 0;
padding: 0; }
ul.unstyled ul, ul.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 27px; }
p:last-child {
margin-bottom: 0; }
blockquote {
padding: 0 0 0 1rem;
border-left: 5px solid var(--primary-color); }
[dir="rtl"] blockquote {
padding: 0 1rem 0 0;
border-left: 0;
border-right: 5px solid var(--primary-color); }
blockquote.has-text-align-right {
padding: 0 1rem 0 0;
border-left: 0;
border-right: 5px solid var(--primary-color); }
[dir="rtl"] blockquote.has-text-align-right {
padding: 0 0 0 1rem;
border-right: 0;
border-left: 5px solid var(--primary-color);
text-align: left; }
.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; }
.container {
padding-left: 15px;
padding-right: 15px; }
.d-flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.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; }
.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%; }
@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%; } }
.text-primary {
color: var(--primary-color); }
.text-second {
color: var(--second-color); }
.overflow-hidden {
overflow: hidden !important; }
.bg-image {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat; }
.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; }
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
padding-top: 2px;
text-align: right;
font-size: 14px;
line-height: 34px;
color: #ACACAC;
font-style: italic; }
.wp-caption-text {
text-align: right;
font-size: 14px;
line-height: 34px;
color: #ACACAC; }
.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; }
.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; }
.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;
z-index: 1; }
.pxl-absoluted {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0; }
.img-cover {
object-fit: cover; }
.pxl-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
body.page .pxl-page {
overflow-x: hidden; }
.pxl-page-overlay {
position: fixed;
z-index: 999;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(var(--heading-color-rgb),0.8);
opacity: 0;
-webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-khtml-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-ms-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.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; }
.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; }
.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; }
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown; }
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig; }
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft; }
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig; }
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight; }
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig; }
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig; }
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown; }
.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; }
.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-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-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 20s linear infinite;
-khtml-animation: pxl-ken-burns-out 20s linear infinite;
-moz-animation: pxl-ken-burns-out 20s linear infinite;
-ms-animation: pxl-ken-burns-out 20s linear infinite;
-o-animation: pxl-ken-burns-out 20s linear infinite;
animation: pxl-ken-burns-out 20s linear infinite; }
.pxl-ken-burns--active.pxl-ken-burns--in {
-webkit-animation: pxl-ken-burns-in 20s linear infinite;
-khtml-animation: pxl-ken-burns-in 20s linear infinite;
-moz-animation: pxl-ken-burns-in 20s linear infinite;
-ms-animation: pxl-ken-burns-in 20s linear infinite;
-o-animation: pxl-ken-burns-in 20s linear infinite;
animation: pxl-ken-burns-in 20s linear infinite; }
.pxl-ken-burns--active.pxl-ken-burns--in-out {
-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-section-bg-parallax {
background-repeat: no-repeat;
background-size: cover;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
background-image: var(--ss-bg-parallax); }
.pxl-bg-parallax {
position: relative;
overflow: hidden; }
.parallax-inner {
position: absolute;
top: -10px;
left: -10px;
height: calc(100% + 20px);
width: calc(100% + 20px);
background-position: center center;
background-size: cover;
background-repeat: no-repeat; }
.up-down-move {
animation-duration: 2.3s;
animation-iteration-count: infinite;
transform-origin: bottom;
animation-name: up-down-move;
animation-timing-function: linear; }
.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-fans {
position: absolute;
left: 50%;
top: 50%;
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity; }
@media (max-width: 1199px) {
.pxl-loader.style-3 .loading-fans {
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px; } }
.pxl-loader.style-3 .loading-fans .loading-fan1 {
display: inline-block;
width: 60px;
height: 60px;
color: inherit;
vertical-align: middle;
pointer-events: none;
border-radius: 50%;
position: absolute; }
@media (max-width: 1199px) {
.pxl-loader.style-3 .loading-fans .loading-fan1 {
width: 40px;
height: 40px; } }
.pxl-loader.style-3 .loading-fans .loading-fan1:after, .pxl-loader.style-3 .loading-fans .loading-fan1:before {
content: "";
border-radius: 50%;
position: absolute;
width: inherit;
height: inherit;
animation: loader-rotate 2s infinite linear; }
.pxl-loader.style-3 .loading-fans .loading-fan1:before {
border-top: 8px #77b80f solid;
left: -30px;
transform-origin: right center; }
@media (max-width: 1199px) {
.pxl-loader.style-3 .loading-fans .loading-fan1:before {
border-top: 6px #77b80f solid;
left: -20px; } }
.pxl-loader.style-3 .loading-fans .loading-fan1:after {
border-bottom: 8px #77b80f solid;
right: calc(-100% + 30px);
transform-origin: left center; }
@media (max-width: 1199px) {
.pxl-loader.style-3 .loading-fans .loading-fan1:after {
border-bottom: 6px #77b80f solid;
right: calc(-100% + 20px); } }
.pxl-loader.style-3 .loading-fans .loading-fan2 {
display: inline-block;
width: 60px;
height: 60px;
color: inherit;
vertical-align: middle;
pointer-events: none;
border-radius: 50%;
position: absolute;
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
@media (max-width: 1199px) {
.pxl-loader.style-3 .loading-fans .loading-fan2 {
width: 40px;
height: 40px; } }
.pxl-loader.style-3 .loading-fans .loading-fan2:after, .pxl-loader.style-3 .loading-fans .loading-fan2:before {
content: "";
border-radius: 50%;
position: absolute;
width: inherit;
height: inherit;
animation: loader-rotate 2s infinite linear; }
.pxl-loader.style-3 .loading-fans .loading-fan2:before {
border-top: 8px #77b80f solid;
left: -30px;
transform-origin: right center; }
@media (max-width: 1199px) {
.pxl-loader.style-3 .loading-fans .loading-fan2:before {
border-top: 6px #77b80f solid;
left: -20px; } }
.pxl-loader.style-3 .loading-fans .loading-fan2:after {
border-bottom: 8px #77b80f solid;
right: calc(-100% + 30px);
transform-origin: left center; }
@media (max-width: 1199px) {
.pxl-loader.style-3 .loading-fans .loading-fan2:after {
border-bottom: 6px #77b80f solid;
right: calc(-100% + 20px); } }
.pxl-loader.style-4 .loading-charging {
position: absolute;
top: 50%;
left: 50%;
margin-top: -40px;
margin-left: -30px;
display: inline-block;
width: 60px;
height: 80px;
color: inherit;
vertical-align: middle;
pointer-events: none;
border: 3px #77b80f solid;
animation: loader-4-1 5s linear infinite; }
.pxl-loader.style-4 .loading-charging:after {
width: 8px;
height: 8px;
position: absolute;
content: "";
background-color: #77b80f;
bottom: calc(100% + .2em);
left: -0.4em;
animation: loader-4-2 1s ease-in-out infinite; }
.pxl-loader.style-5 .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-5 .loading-5 {
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-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;
opacity: 0;
-webkit-animation: fadeOut 400ms linear 1 forwards;
-khtml-animation: fadeOut 400ms linear 1 forwards;
-moz-animation: fadeOut 400ms linear 1 forwards;
-ms-animation: fadeOut 400ms linear 1 forwards;
-o-animation: fadeOut 400ms linear 1 forwards;
animation: fadeOut 400ms linear 1 forwards; }
.pxl-swiper-slide.swiper-slide-visible {
opacity: 1;
-webkit-animation: fadeIn 400ms linear 1 forwards;
-khtml-animation: fadeIn 400ms linear 1 forwards;
-moz-animation: fadeIn 400ms linear 1 forwards;
-ms-animation: fadeIn 400ms linear 1 forwards;
-o-animation: fadeIn 400ms linear 1 forwards;
animation: fadeIn 400ms linear 1 forwards; }
.pxl-swiper-slide.swiper-slide-active {
opacity: 1;
-webkit-animation: fadeIn 400ms linear 1 forwards;
-khtml-animation: fadeIn 400ms linear 1 forwards;
-moz-animation: fadeIn 400ms linear 1 forwards;
-ms-animation: fadeIn 400ms linear 1 forwards;
-o-animation: fadeIn 400ms linear 1 forwards;
animation: fadeIn 400ms linear 1 forwards; }
.swiper-slide {
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; }
.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-arrow {
font-size: 32px;
width: 52px;
height: 52px;
line-height: 46px;
display: block;
z-index: 2;
text-align: center;
cursor: pointer;
position: absolute;
background-color: #d6d6d6;
color: #fff;
-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-swiper-arrow:hover {
background-color: var(--primary-color); }
.pxl-swiper-arrow .pxl-icon {
line-height: 1; }
.pxl-swiper-arrow.swiper-button-disabled {
cursor: not-allowed; }
.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: -100px; }
.nav-out-vertical .pxl-swiper-arrow-prev:before {
content: "";
position: absolute;
left: 100%;
width: 50px;
height: 100%; }
@media (max-width: 1599px) {
.nav-out-vertical .pxl-swiper-arrow-prev {
left: -80px; }
.nav-out-vertical .pxl-swiper-arrow-prev:before {
width: 30px; } }
@media (max-width: 1399px) {
.nav-out-vertical .pxl-swiper-arrow-prev {
left: -70px; }
.nav-out-vertical .pxl-swiper-arrow-prev:before {
width: 20px; } }
@media (max-width: 1300px) {
.nav-out-vertical .pxl-swiper-arrow-prev {
left: -26px; } }
@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: -100px; }
.nav-out-vertical .pxl-swiper-arrow-next:before {
content: "";
position: absolute;
right: 100%;
width: 50px;
height: 100%; }
@media (max-width: 1599px) {
.nav-out-vertical .pxl-swiper-arrow-next {
right: -80px; }
.nav-out-vertical .pxl-swiper-arrow-next:before {
width: 30px; } }
@media (max-width: 1399px) {
.nav-out-vertical .pxl-swiper-arrow-next {
right: -70px; }
.nav-out-vertical .pxl-swiper-arrow-next:before {
width: 20px; } }
@media (max-width: 1300px) {
.nav-out-vertical .pxl-swiper-arrow-next {
right: -26px; } }
@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%); }
.pxl-swiper-dots {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 20px; }
.pxl-swiper-dots .pxl-swiper-pagination-bullet {
flex: 0 0 18px;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
background: transparent;
cursor: pointer;
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;
position: relative; }
.pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
content: "";
width: 10px;
height: 10px;
display: block;
background: #d4d4d4;
position: absolute;
top: 50%;
left: 50%;
border: 2px solid transparent;
-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%);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 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-swiper-dots .pxl-swiper-pagination-bullet:after {
content: "";
width: 8px;
height: 8px;
display: block;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
background-color: var(--primary-color);
opacity: 0;
visibility: hidden;
-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%);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 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-swiper-dots .pxl-swiper-pagination-bullet:hover:before, .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
width: 18px;
height: 18px;
border: 2px solid rgba(26, 26, 26, 0.2);
background: transparent;
border-color: var(--primary-color); }
.pxl-swiper-dots .pxl-swiper-pagination-bullet:hover:after, .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:after {
opacity: 1;
visibility: visible; }
.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: #888888;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input:-moz-placeholder, textarea:-moz-placeholder {
color: #888888;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input::-moz-placeholder, textarea::-moz-placeholder {
color: #888888;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #888888;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type="search"]::-webkit-input-placeholder {
color: #888888;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type="search"]:-moz-placeholder {
color: #888888;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type="search"]::-moz-placeholder {
color: #888888;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type="search"]:-ms-input-placeholder {
color: #888888;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
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: #ffffff;
-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 #ececec;
color: var(--body-color);
padding: 0 20px;
line-height: 50px;
height: 50px;
font-size: 15px;
font-weight: 400;
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(--primary-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 {
-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: 50px;
line-height: 50px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/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: 100px;
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: 50px;
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 #ececec;
-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: #ececec;
-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-datepicker-div {
padding: 22px;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
position: absolute;
top: -9999px;
min-width: 300px;
z-index: 10001 !important; }
#ui-datepicker-div .ui-datepicker-header {
position: relative; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
display: block;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
position: absolute;
top: 0;
padding: 0; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
left: 0;
position: absolute;
right: 0;
top: 0; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
display: none; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
left: 0; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
right: 0; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
line-height: 30px;
margin-bottom: 10px;
min-height: 40px;
text-align: center;
text-transform: uppercase; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
display: inline-block;
vertical-align: middle;
line-height: 1; }
#ui-datepicker-div .ui-datepicker-calendar {
margin: 0;
width: 100%; }
#ui-datepicker-div .ui-datepicker-calendar th {
text-align: center; }
#ui-datepicker-div .ui-datepicker-calendar td {
text-align: center;
padding: 6px; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
color: rgba(0, 0, 0, 0.2); }
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 15px !important;
right: 15px !important;
height: 20px; }
[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
right: auto !important;
left: 15px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 48px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #707070; }
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0; }
.select2-container.select2-container--woo-search-cat {
margin-right: 10px; }
.select2-container.select2-container--woo-search-cat .select2-selection--single {
background-color: transparent;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: none;
font-size: 13px;
line-height: 32px;
letter-spacing: 0.04em;
color: #fff;
margin: 0;
height: 55px;
border: 0;
padding: 0 24px;
position: relative;
border-bottom: 1px solid #fff;
border-radius: 0; }
.select2-container.select2-container--woo-search-cat .select2-selection--single .select2-selection__rendered {
color: var(--heading-color);
padding-left: 0;
padding-right: 0;
height: 48px;
line-height: 48px; }
.select2-container.select2-container--woo-search-cat .select2-selection--single .select2-selection__arrow {
position: absolute;
line-height: 1;
right: 16px;
top: 50%;
margin-top: -6px; }
.select2-container.select2-container--woo-search-cat .select2-selection--single .select2-selection__arrow b {
border-color: #fff transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
line-height: 1;
display: inline-block; }
.select2-container--woo-search-cat .select2-dropdown {
border-color: #ececec; }
.select2-container--woo-search-cat .select2-search input {
height: 32px; }
.select2-container--woo-search-cat .select2-results > .select2-results__options {
max-height: 250px;
overflow-y: auto; }
.select2-container--woo-search-cat .select2-results__option {
padding: 2px 15px;
font-size: 13px;
line-height: 32px;
letter-spacing: 0.04em;
color: var(--heading-color); }
.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: 15px;
font-weight: 700;
color: var(--heading-color);
line-height: 30px;
margin-bottom: 3px; }
.wpcf7-form .wpcf7-textarea {
height: 153px; }
.wpcf7-form button[type="submit"] {
min-width: 186px;
margin-top: 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; }
.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; }
.wpcf7 form.wpcf7-form .wpcf7-response-output {
position: absolute;
bottom: -40px;
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; }
.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: #ffffff;
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 #ececec; }
.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; }
.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: 16px;
font-weight: 700;
color: #ffffff;
line-height: 2.1428571429;
letter-spacing: 0;
padding: 8px 30px;
background-color: var(--primary-color);
outline: none;
white-space: nowrap;
cursor: pointer;
vertical-align: top;
border: 0 solid var(--primary-color);
text-align: center;
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: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 300ms linear 0s;
-khtml-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-ms-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s; }
.btn [class^="fa"], .btn [class*=" fa-"], .btn [class^="pxli-"], .btn [class*=" pxli-"], .btn [class^="flaticon-"], .btn [class*=" flaticon-"], button [class^="fa"], button [class*=" fa-"], button [class^="pxli-"], button [class*=" pxli-"], button [class^="flaticon-"], button [class*=" flaticon-"], .button [class^="fa"], .button [class*=" fa-"], .button [class^="pxli-"], .button [class*=" pxli-"], .button [class^="flaticon-"], .button [class*=" flaticon-"], input[type="submit"] [class^="fa"], input[type="submit"] [class*=" fa-"], input[type="submit"] [class^="pxli-"], input[type="submit"] [class*=" pxli-"], input[type="submit"] [class^="flaticon-"], input[type="submit"] [class*=" flaticon-"], input[type="button"] [class^="fa"], input[type="button"] [class*=" fa-"], input[type="button"] [class^="pxli-"], input[type="button"] [class*=" pxli-"], input[type="button"] [class^="flaticon-"], input[type="button"] [class*=" flaticon-"], .added_to_cart [class^="fa"], .added_to_cart [class*=" fa-"], .added_to_cart [class^="pxli-"], .added_to_cart [class*=" pxli-"], .added_to_cart [class^="flaticon-"], .added_to_cart [class*=" flaticon-"], .pxl-btn [class^="fa"], .pxl-btn [class*=" fa-"], .pxl-btn [class^="pxli-"], .pxl-btn [class*=" pxli-"], .pxl-btn [class^="flaticon-"], .pxl-btn [class*=" flaticon-"] {
margin-left: 10px;
font-size: 19px;
-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; }
.btn .pxl-button-icon, button .pxl-button-icon, .button .pxl-button-icon, input[type="submit"] .pxl-button-icon, input[type="button"] .pxl-button-icon, .added_to_cart .pxl-button-icon, .pxl-btn .pxl-button-icon {
top: -1px; }
.btn span, button span, .button span, input[type="submit"] span, input[type="button"] span, .added_to_cart span, .pxl-btn span {
position: relative;
z-index: 1; }
.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:active [class^="fa"], .btn:active [class*=" fa-"], .btn:active [class^="pxli-"], .btn:active [class*=" pxli-"], .btn:active [class^="flaticon-"], .btn:active [class*=" flaticon-"], .btn:hover [class^="fa"], .btn:hover [class*=" fa-"], .btn:hover [class^="pxli-"], .btn:hover [class*=" pxli-"], .btn:hover [class^="flaticon-"], .btn:hover [class*=" flaticon-"], .btn:focus [class^="fa"], .btn:focus [class*=" fa-"], .btn:focus [class^="pxli-"], .btn:focus [class*=" pxli-"], .btn:focus [class^="flaticon-"], .btn:focus [class*=" flaticon-"], button:active [class^="fa"], button:active [class*=" fa-"], button:active [class^="pxli-"], button:active [class*=" pxli-"], button:active [class^="flaticon-"], button:active [class*=" flaticon-"], button:hover [class^="fa"], button:hover [class*=" fa-"], button:hover [class^="pxli-"], button:hover [class*=" pxli-"], button:hover [class^="flaticon-"], button:hover [class*=" flaticon-"], button:focus [class^="fa"], button:focus [class*=" fa-"], button:focus [class^="pxli-"], button:focus [class*=" pxli-"], button:focus [class^="flaticon-"], button:focus [class*=" flaticon-"], .button:active [class^="fa"], .button:active [class*=" fa-"], .button:active [class^="pxli-"], .button:active [class*=" pxli-"], .button:active [class^="flaticon-"], .button:active [class*=" flaticon-"], .button:hover [class^="fa"], .button:hover [class*=" fa-"], .button:hover [class^="pxli-"], .button:hover [class*=" pxli-"], .button:hover [class^="flaticon-"], .button:hover [class*=" flaticon-"], .button:focus [class^="fa"], .button:focus [class*=" fa-"], .button:focus [class^="pxli-"], .button:focus [class*=" pxli-"], .button:focus [class^="flaticon-"], .button:focus [class*=" flaticon-"], input[type="submit"]:active [class^="fa"], input[type="submit"]:active [class*=" fa-"], input[type="submit"]:active [class^="pxli-"], input[type="submit"]:active [class*=" pxli-"], input[type="submit"]:active [class^="flaticon-"], input[type="submit"]:active [class*=" flaticon-"], input[type="submit"]:hover [class^="fa"], input[type="submit"]:hover [class*=" fa-"], input[type="submit"]:hover [class^="pxli-"], input[type="submit"]:hover [class*=" pxli-"], input[type="submit"]:hover [class^="flaticon-"], input[type="submit"]:hover [class*=" flaticon-"], input[type="submit"]:focus [class^="fa"], input[type="submit"]:focus [class*=" fa-"], input[type="submit"]:focus [class^="pxli-"], input[type="submit"]:focus [class*=" pxli-"], input[type="submit"]:focus [class^="flaticon-"], input[type="submit"]:focus [class*=" flaticon-"], input[type="button"]:active [class^="fa"], input[type="button"]:active [class*=" fa-"], input[type="button"]:active [class^="pxli-"], input[type="button"]:active [class*=" pxli-"], input[type="button"]:active [class^="flaticon-"], input[type="button"]:active [class*=" flaticon-"], input[type="button"]:hover [class^="fa"], input[type="button"]:hover [class*=" fa-"], input[type="button"]:hover [class^="pxli-"], input[type="button"]:hover [class*=" pxli-"], input[type="button"]:hover [class^="flaticon-"], input[type="button"]:hover [class*=" flaticon-"], input[type="button"]:focus [class^="fa"], input[type="button"]:focus [class*=" fa-"], input[type="button"]:focus [class^="pxli-"], input[type="button"]:focus [class*=" pxli-"], input[type="button"]:focus [class^="flaticon-"], input[type="button"]:focus [class*=" flaticon-"], .added_to_cart:active [class^="fa"], .added_to_cart:active [class*=" fa-"], .added_to_cart:active [class^="pxli-"], .added_to_cart:active [class*=" pxli-"], .added_to_cart:active [class^="flaticon-"], .added_to_cart:active [class*=" flaticon-"], .added_to_cart:hover [class^="fa"], .added_to_cart:hover [class*=" fa-"], .added_to_cart:hover [class^="pxli-"], .added_to_cart:hover [class*=" pxli-"], .added_to_cart:hover [class^="flaticon-"], .added_to_cart:hover [class*=" flaticon-"], .added_to_cart:focus [class^="fa"], .added_to_cart:focus [class*=" fa-"], .added_to_cart:focus [class^="pxli-"], .added_to_cart:focus [class*=" pxli-"], .added_to_cart:focus [class^="flaticon-"], .added_to_cart:focus [class*=" flaticon-"], .pxl-btn:active [class^="fa"], .pxl-btn:active [class*=" fa-"], .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^="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^="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"] .btn:active [class^="fa"], [dir="rtl"] .btn:active [class*=" fa-"], [dir="rtl"] .btn:active [class^="pxli-"], [dir="rtl"] .btn:active [class*=" pxli-"], [dir="rtl"] .btn:active [class^="flaticon-"], [dir="rtl"] .btn:active [class*=" flaticon-"], [dir="rtl"] .btn:hover [class^="fa"], [dir="rtl"] .btn:hover [class*=" fa-"], [dir="rtl"] .btn:hover [class^="pxli-"], [dir="rtl"] .btn:hover [class*=" pxli-"], [dir="rtl"] .btn:hover [class^="flaticon-"], [dir="rtl"] .btn:hover [class*=" flaticon-"], [dir="rtl"] .btn:focus [class^="fa"], [dir="rtl"] .btn:focus [class*=" fa-"], [dir="rtl"] .btn:focus [class^="pxli-"], [dir="rtl"] .btn:focus [class*=" pxli-"], [dir="rtl"] .btn:focus [class^="flaticon-"], [dir="rtl"] .btn:focus [class*=" flaticon-"], [dir="rtl"] button:active [class^="fa"], [dir="rtl"] button:active [class*=" fa-"], [dir="rtl"] button:active [class^="pxli-"], [dir="rtl"] button:active [class*=" pxli-"], [dir="rtl"] button:active [class^="flaticon-"], [dir="rtl"] button:active [class*=" flaticon-"], [dir="rtl"] button:hover [class^="fa"], [dir="rtl"] button:hover [class*=" fa-"], [dir="rtl"] button:hover [class^="pxli-"], [dir="rtl"] button:hover [class*=" pxli-"], [dir="rtl"] button:hover [class^="flaticon-"], [dir="rtl"] button:hover [class*=" flaticon-"], [dir="rtl"] button:focus [class^="fa"], [dir="rtl"] button:focus [class*=" fa-"], [dir="rtl"] button:focus [class^="pxli-"], [dir="rtl"] button:focus [class*=" pxli-"], [dir="rtl"] button:focus [class^="flaticon-"], [dir="rtl"] button:focus [class*=" flaticon-"], [dir="rtl"] .button:active [class^="fa"], [dir="rtl"] .button:active [class*=" fa-"], [dir="rtl"] .button:active [class^="pxli-"], [dir="rtl"] .button:active [class*=" pxli-"], [dir="rtl"] .button:active [class^="flaticon-"], [dir="rtl"] .button:active [class*=" flaticon-"], [dir="rtl"] .button:hover [class^="fa"], [dir="rtl"] .button:hover [class*=" fa-"], [dir="rtl"] .button:hover [class^="pxli-"], [dir="rtl"] .button:hover [class*=" pxli-"], [dir="rtl"] .button:hover [class^="flaticon-"], [dir="rtl"] .button:hover [class*=" flaticon-"], [dir="rtl"] .button:focus [class^="fa"], [dir="rtl"] .button:focus [class*=" fa-"], [dir="rtl"] .button:focus [class^="pxli-"], [dir="rtl"] .button:focus [class*=" pxli-"], [dir="rtl"] .button:focus [class^="flaticon-"], [dir="rtl"] .button:focus [class*=" flaticon-"], [dir="rtl"] input[type="submit"]:active [class^="fa"], [dir="rtl"] input[type="submit"]:active [class*=" fa-"], [dir="rtl"] input[type="submit"]:active [class^="pxli-"], [dir="rtl"] input[type="submit"]:active [class*=" pxli-"], [dir="rtl"] input[type="submit"]:active [class^="flaticon-"], [dir="rtl"] input[type="submit"]:active [class*=" flaticon-"], [dir="rtl"] input[type="submit"]:hover [class^="fa"], [dir="rtl"] input[type="submit"]:hover [class*=" fa-"], [dir="rtl"] input[type="submit"]:hover [class^="pxli-"], [dir="rtl"] input[type="submit"]:hover [class*=" pxli-"], [dir="rtl"] input[type="submit"]:hover [class^="flaticon-"], [dir="rtl"] input[type="submit"]:hover [class*=" flaticon-"], [dir="rtl"] input[type="submit"]:focus [class^="fa"], [dir="rtl"] input[type="submit"]:focus [class*=" fa-"], [dir="rtl"] input[type="submit"]:focus [class^="pxli-"], [dir="rtl"] input[type="submit"]:focus [class*=" pxli-"], [dir="rtl"] input[type="submit"]:focus [class^="flaticon-"], [dir="rtl"] input[type="submit"]:focus [class*=" flaticon-"], [dir="rtl"] input[type="button"]:active [class^="fa"], [dir="rtl"] input[type="button"]:active [class*=" fa-"], [dir="rtl"] input[type="button"]:active [class^="pxli-"], [dir="rtl"] input[type="button"]:active [class*=" pxli-"], [dir="rtl"] input[type="button"]:active [class^="flaticon-"], [dir="rtl"] input[type="button"]:active [class*=" flaticon-"], [dir="rtl"] input[type="button"]:hover [class^="fa"], [dir="rtl"] input[type="button"]:hover [class*=" fa-"], [dir="rtl"] input[type="button"]:hover [class^="pxli-"], [dir="rtl"] input[type="button"]:hover [class*=" pxli-"], [dir="rtl"] input[type="button"]:hover [class^="flaticon-"], [dir="rtl"] input[type="button"]:hover [class*=" flaticon-"], [dir="rtl"] input[type="button"]:focus [class^="fa"], [dir="rtl"] input[type="button"]:focus [class*=" fa-"], [dir="rtl"] input[type="button"]:focus [class^="pxli-"], [dir="rtl"] input[type="button"]:focus [class*=" pxli-"], [dir="rtl"] input[type="button"]:focus [class^="flaticon-"], [dir="rtl"] input[type="button"]:focus [class*=" flaticon-"], [dir="rtl"] .added_to_cart:active [class^="fa"], [dir="rtl"] .added_to_cart:active [class*=" fa-"], [dir="rtl"] .added_to_cart:active [class^="pxli-"], [dir="rtl"] .added_to_cart:active [class*=" pxli-"], [dir="rtl"] .added_to_cart:active [class^="flaticon-"], [dir="rtl"] .added_to_cart:active [class*=" flaticon-"], [dir="rtl"] .added_to_cart:hover [class^="fa"], [dir="rtl"] .added_to_cart:hover [class*=" fa-"], [dir="rtl"] .added_to_cart:hover [class^="pxli-"], [dir="rtl"] .added_to_cart:hover [class*=" pxli-"], [dir="rtl"] .added_to_cart:hover [class^="flaticon-"], [dir="rtl"] .added_to_cart:hover [class*=" flaticon-"], [dir="rtl"] .added_to_cart:focus [class^="fa"], [dir="rtl"] .added_to_cart:focus [class*=" fa-"], [dir="rtl"] .added_to_cart:focus [class^="pxli-"], [dir="rtl"] .added_to_cart:focus [class*=" pxli-"], [dir="rtl"] .added_to_cart:focus [class^="flaticon-"], [dir="rtl"] .added_to_cart:focus [class*=" flaticon-"], [dir="rtl"] .pxl-btn:active [class^="fa"], [dir="rtl"] .pxl-btn:active [class*=" fa-"], [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^="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^="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; }
.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 {
border: 1px solid var(--heading-color);
background-color: transparent;
color: var(--heading-color);
padding: 6px 30px; }
.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 {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: #fff; }
.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-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-secondary:after, .btn.secondary:after, .btn.btn-second:after, button.btn-secondary:after, button.secondary:after, button.btn-second:after, .button.btn-secondary:after, .button.secondary:after, .button.btn-second:after, input[type="submit"].btn-secondary:after, input[type="submit"].secondary:after, input[type="submit"].btn-second:after, input[type="button"].btn-secondary:after, input[type="button"].secondary:after, input[type="button"].btn-second:after, .added_to_cart.btn-secondary:after, .added_to_cart.secondary:after, .added_to_cart.btn-second:after, .pxl-btn.btn-secondary:after, .pxl-btn.secondary:after, .pxl-btn.btn-second:after {
background: var(--primary-color); }
.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.btn-radius-halp, button.btn-radius-halp, .button.btn-radius-halp, input[type="submit"].btn-radius-halp, input[type="button"].btn-radius-halp, .added_to_cart.btn-radius-halp, .pxl-btn.btn-radius-halp {
border-top-left-radius: 15px;
border-top-right-radius: 0;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 0; }
.pxl-btn {
overflow: hidden; }
.pxl-btn .pxl-icon {
z-index: 1; }
.pxl-btn:before {
content: "";
position: absolute;
top: 0;
left: calc(-50% - 25px);
width: 50%;
height: 100%;
background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
-webkit-transform: skewX(45deg) translateX(0);
-khtml-transform: skewX(45deg) translateX(0);
-moz-transform: skewX(45deg) translateX(0);
-ms-transform: skewX(45deg) translateX(0);
-o-transform: skewX(45deg) translateX(0);
transform: skewX(45deg) translateX(0);
transition: 0.5s; }
.pxl-btn:after {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
width: 0;
height: 100%;
background: var(--second-color);
border-radius: 0;
transition: 0.5s;
transition-delay: 0s; }
.pxl-btn:active, .pxl-btn:hover, .pxl-btn:focus {
background: var(--primary-color); }
.pxl-btn:active:before, .pxl-btn:hover:before, .pxl-btn:focus:before {
-webkit-transform: skewX(45deg) translateX(calc(200% + 50px));
-khtml-transform: skewX(45deg) translateX(calc(200% + 50px));
-moz-transform: skewX(45deg) translateX(calc(200% + 50px));
-ms-transform: skewX(45deg) translateX(calc(200% + 50px));
-o-transform: skewX(45deg) translateX(calc(200% + 50px));
transform: skewX(45deg) translateX(calc(200% + 50px)); }
.pxl-btn:active:after, .pxl-btn:hover:after, .pxl-btn:focus:after {
width: 101%;
opacity: 1;
transition-delay: 0.3s; }
.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(--second-color); }
.pxl-btn.flash-none:before {
content: "";
top: auto;
left: auto;
width: auto;
height: auto;
background: none;
-webkit-transform: skewX(0) translateX(0);
-khtml-transform: skewX(0) translateX(0);
-moz-transform: skewX(0) translateX(0);
-ms-transform: skewX(0) translateX(0);
-o-transform: skewX(0) translateX(0);
transform: skewX(0) translateX(0); }
.pxl-btn.flash-none:active:before, .pxl-btn.flash-none:hover:before, .pxl-btn.flash-none:focus:before {
-webkit-transform: skewX(0) translateX(0);
-khtml-transform: skewX(0) translateX(0);
-moz-transform: skewX(0) translateX(0);
-ms-transform: skewX(0) translateX(0);
-o-transform: skewX(0) translateX(0);
transform: skewX(0) translateX(0); }
.btn-link {
font-weight: 400;
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: #ffffff;
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-header-logo {
padding-top: 14px;
padding-bottom: 8px; }
.pxl-header-logo a {
display: block; }
@media (max-width: 1199px) {
.pxl-header-logo a {
padding-top: 10px;
padding-bottom: 10px; } }
.pxl-header-logo a img {
max-width: 200px; }
a.logo-mobile {
padding-top: 10px;
padding-bottom: 10px;
display: block;
max-width: var(--logo-mobile_width); }
.header-main-menu > .elementor-container {
background-color: #fff;
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15); }
.pxl-nav-menu ul, .pxl-nav-menu ol {
list-style: none; }
.pxl-nav-menu.is-arrow .pxl-primary-menu > li > .main-menu-toggle {
display: inline-flex; }
@media (min-width: 1200px) {
.pxl-nav-menu.style-2 .pxl-primary-menu > li:before {
display: none; }
.pxl-nav-menu.style-2 .pxl-primary-menu > li > a {
color: #737373;
font-size: 18px;
font-weight: 700;
overflow: hidden; }
.pxl-nav-menu.style-2 .pxl-primary-menu > li > a span {
position: relative;
overflow: hidden; }
.pxl-nav-menu.style-2 .pxl-primary-menu > li > a span:before {
content: "";
width: 100%;
height: 1px;
background-color: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
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%);
-webkit-transition: transform 0.6s ease, opacity 0.5s ease;
-khtml-transition: transform 0.6s ease, opacity 0.5s ease;
-moz-transition: transform 0.6s ease, opacity 0.5s ease;
-ms-transition: transform 0.6s ease, opacity 0.5s ease;
-o-transition: transform 0.6s ease, opacity 0.5s ease;
transition: transform 0.6s ease, opacity 0.5s ease; }
.pxl-nav-menu.style-2 .pxl-primary-menu > li.active > a, .pxl-nav-menu.style-2 .pxl-primary-menu > li.current-menu-item > a, .pxl-nav-menu.style-2 .pxl-primary-menu > li.current-menu-ancestor > a, .pxl-nav-menu.style-2 .pxl-primary-menu > li:hover > a {
color: var(--primary-color); }
.pxl-nav-menu.style-2 .pxl-primary-menu > li.active > a span:before, .pxl-nav-menu.style-2 .pxl-primary-menu > li.current-menu-item > a span:before, .pxl-nav-menu.style-2 .pxl-primary-menu > li.current-menu-ancestor > a span:before, .pxl-nav-menu.style-2 .pxl-primary-menu > li:hover > a span:before {
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-nav-menu ul.cat-list-item li {
padding-left: 13px; }
.pxl-nav-menu ul.cat-list-item li:hover a, .pxl-nav-menu ul.cat-list-item li a:hover {
color: var(--link-color-hover); }
.pxl-dropdown-mega .elementor-widget-image a:hover {
-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 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-dropdown-mega .pxl-category-box-wrap .pxl-cat-img {
overflow: hidden; }
.pxl-dropdown-mega .pxl-category-box-wrap .pxl-cat-img 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 0.6s ease;
-khtml-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.pxl-dropdown-mega .pxl-category-box-wrap:hover .pxl-cat-img img {
-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); }
.header-ontop {
position: absolute;
left: 0;
right: 0;
background: var(--ontop-bg); }
.header-ontop .header-main-menu > .elementor-container {
background-color: transparent;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.header-ontop .pxl-primary-menu > li > a, .header-ontop .pxl-primary-menu > li > .main-menu-toggle:before {
color: var(--ontop-regular); }
.header-ontop .pxl-primary-menu > li > a:hover, .header-ontop .pxl-primary-menu > li > .main-menu-toggle:before:hover {
color: var(--ontop-hover); }
.header-ontop .pxl-primary-menu > li:before {
background-color: var(--ontop-hover); }
.header-ontop .pxl-primary-menu > li:hover > a, .header-ontop .pxl-primary-menu > li:hover > .main-menu-toggle:before {
color: var(--ontop-hover); }
.header-ontop .pxl-primary-menu > li:hover:before {
background-color: var(--primary-color); }
.header-ontop .pxl-primary-menu > li.current-menu-item > a, .header-ontop .pxl-primary-menu > li.current-menu-item .main-menu-toggle:before, .header-ontop .pxl-primary-menu > li.current-menu-ancestor > a, .header-ontop .pxl-primary-menu > li.current-menu-ancestor .main-menu-toggle:before {
color: var(--ontop-active); }
.header-ontop .pxl-primary-menu > li.current-menu-item:before, .header-ontop .pxl-primary-menu > li.current-menu-ancestor:before {
background-color: var(--primary-color); }
.header-ontop .menu-color {
color: var(--ontop-regular); }
.header-ontop .menu-color:hover {
color: var(--ontop-hover); }
.header-ontop .btn:active, .header-ontop .btn:hover, .header-ontop .btn:focus {
background-color: #fff;
border-color: transparent;
color: var(--second-color); }
.header-layout-df.h-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 999;
-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 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;
-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.24, 0.74, 0.58, 1);
-khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 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;
visibility: hidden; }
.pxl-header-sticky.h-fixed {
-webkit-transform: translateY(0%);
-khtml-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
visibility: visible;
-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); }
.logged-in .h-fixed {
top: 32px; }
@media screen and (max-width: 782px) {
.logged-in .h-fixed {
top: 46px; } }
@media screen and (max-width: 600px) {
.logged-in .h-fixed {
top: 0; } }
.header-ontop .pxl-header-elementor-mobile.mh-fixed .header-main-mobile {
background-color: var(--second-color); }
.pxl-header-mobile.mh-fixed {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 9;
-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; }
.logged-in .pxl-header-mobile.mh-fixed {
top: 32px; }
@media screen and (max-width: 782px) {
.logged-in .pxl-header-mobile.mh-fixed {
top: 46px; } }
@media screen and (max-width: 600px) {
.logged-in .pxl-header-mobile.mh-fixed {
top: 0; } }
.main-menu-mobile .btn-nav-mobile {
display: inline-block;
width: 30px;
min-width: 30px;
height: 23px;
position: relative;
text-decoration: none;
cursor: pointer; }
.main-menu-mobile .btn-nav-mobile span {
position: absolute;
height: 3px;
background-color: #000;
border-radius: 3px;
-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; }
.main-menu-mobile .btn-nav-mobile span:nth-child(1) {
width: 24px;
top: 0;
bottom: auto; }
.main-menu-mobile .btn-nav-mobile span:nth-child(2) {
width: 32px;
top: 10px;
bottom: auto; }
.main-menu-mobile .btn-nav-mobile span:nth-child(3) {
width: 18px;
top: auto;
bottom: 0; }
.main-menu-mobile .btn-nav-mobile.cliked span, .main-menu-mobile .btn-nav-mobile:hover span {
background-color: var(--primary-color); }
.main-menu-mobile .btn-nav-mobile.cliked span:nth-child(1), .main-menu-mobile .btn-nav-mobile:hover span:nth-child(1) {
width: 32px; }
.main-menu-mobile .btn-nav-mobile.cliked span:nth-child(2), .main-menu-mobile .btn-nav-mobile:hover span:nth-child(2) {
width: 18px; }
.main-menu-mobile .btn-nav-mobile.cliked span:nth-child(3), .main-menu-mobile .btn-nav-mobile: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; } }
@media (min-width: 1200px) {
.header-height {
height: 92px; } }
#pxl-header {
position: relative;
z-index: 2;
-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
#pxl-header:not(.header-ontop):not(.header-sticky) {
background: #ffffff; }
#pxl-header-elementor:not(.header-ontop) {
-webkit-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-khtml-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-ms-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-o-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02); }
#pxl-header-elementor .pxl-header-elementor-mobile {
display: none; }
#pxl-header-elementor .pxl-header-mobile {
display: none; }
#pxl-header-elementor .pxl-header-elementor-main {
position: relative;
z-index: 999; }
@media (max-width: 1199px) {
#pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
display: none; }
#pxl-header-elementor .pxl-header-elementor-mobile {
display: block; }
#pxl-header-elementor .pxl-header-mobile {
display: block; }
#pxl-header-default {
position: relative;
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
background-color: #fff; }
#pxl-header-default .pxl-header-main {
position: relative; }
#pxl-header-default .pxl-header-branding {
margin: 15px;
min-height: 50px;
align-items: center;
display: flex; }
#pxl-header-default .pxl-header-branding img {
max-height: 35px; } }
.header-layout-404 .pxl-header-attrs a {
color: var(--second-color); }
.header-layout-404 .pxl-header-attrs a:hover {
color: var(--link-color-hover); }
@media (min-width: 576px) {
.header-layout-404 .pxl-search {
width: 55px;
height: 55px; } }
@media (min-width: 576px) {
.header-layout-404 .side-panel {
background-color: var(--primary-color);
width: 55px;
height: 55px; } }
.header-layout-404 .side-panel .pxl-bars span {
width: 30px;
height: 3px;
background-color: #fff;
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; }
.header-layout-404 .side-panel .pxl-bars span:nth-child(2) {
margin: 7px 0; }
@media (max-width: 575px) {
.header-layout-404 .side-panel .pxl-bars span {
background-color: var(--second-color); } }
.header-layout-404 .side-panel:hover {
background-color: var(--second-color); }
@media (min-width: 1200px) {
.pxl-primary-menu {
padding: 0;
margin: 0;
list-style: none; }
.pxl-primary-menu li {
position: relative;
padding: 0; }
.pxl-primary-menu ul, .pxl-primary-menu ol {
list-style: none;
padding: 0;
margin: 0; }
.pxl-primary-menu {
margin-left: -24px;
margin-right: -24px;
display: flex;
flex-wrap: wrap; }
.pxl-primary-menu li {
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
.pxl-primary-menu li:hover > .sub-menu {
z-index: 1;
visibility: visible;
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-primary-menu > li {
flex: 0 0 auto;
width: auto;
margin: 0 24px;
display: inline-flex; }
.pxl-primary-menu > li:before {
content: "";
width: 0;
height: 4px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--primary-color);
-webkit-transition: width 0.3s linear;
-khtml-transition: width 0.3s linear;
-moz-transition: width 0.3s linear;
-ms-transition: width 0.3s linear;
-o-transition: width 0.3s linear;
transition: width 0.3s linear; }
.pxl-primary-menu > li > a {
color: #1e1e1e;
font-size: 16px;
font-weight: 700;
font-family: var(--body-font-family);
line-height: 92px;
display: inline-block; }
.pxl-primary-menu > li > a:hover {
color: var(--primary-color); }
.pxl-primary-menu > li.active:before, .pxl-primary-menu > li.current-menu-item:before, .pxl-primary-menu > li.current-menu-ancestor:before, .pxl-primary-menu > li:hover:before {
width: 100%; }
.pxl-primary-menu > li.active > a, .pxl-primary-menu > li.active > .main-menu-toggle:before, .pxl-primary-menu > li.current-menu-item > a, .pxl-primary-menu > li.current-menu-item > .main-menu-toggle:before, .pxl-primary-menu > li.current-menu-ancestor > a, .pxl-primary-menu > li.current-menu-ancestor > .main-menu-toggle:before, .pxl-primary-menu > li:hover > a, .pxl-primary-menu > li:hover > .main-menu-toggle:before {
color: var(--primary-color); }
.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: 700;
-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 {
color: #1e1e1e;
-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;
font-family: "pxli";
content: "";
font-size: 10px; }
[dir="rtl"] .pxl-primary-menu > li > .main-menu-toggle {
margin-left: 0;
margin-right: 6px; }
.pxl-primary-menu > li > .sub-menu {
left: -30px; }
[dir="rtl"] .pxl-primary-menu > li > .sub-menu {
left: auto;
right: -30px; }
.pxl-primary-menu > li.active > a, .pxl-primary-menu > li.active > .main-menu-toggle:before, .pxl-primary-menu > li:hover > a, .pxl-primary-menu > li:hover > .main-menu-toggle:before {
color: var(--primary-color); }
.pxl-primary-menu > li.active > a .pxl-menu-title:after, .pxl-primary-menu > li.active > .main-menu-toggle:before .pxl-menu-title:after, .pxl-primary-menu > li:hover > a .pxl-menu-title:after, .pxl-primary-menu > li:hover > .main-menu-toggle:before .pxl-menu-title:after {
background: var(--primary-color); }
.pxl-primary-menu > li.active:before, .pxl-primary-menu > li:hover:before {
background-color: var(--primary-color); }
.pxl-primary-menu .sub-menu {
width: 230px;
color: #1e1e1e;
background-color: #FFFFFF;
background-repeat: repeat-x;
background-position: top left;
position: absolute;
top: 100%;
left: 100%;
padding: 15px 30px;
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: translateY(20px);
-khtml-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(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;
margin-top: -10px;
font-size: 16px;
color: #1e1e1e;
-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 .sub-menu li > .main-menu-toggle:before {
font-family: "pxli";
content: ""; }
.pxl-primary-menu .sub-menu li:hover > .sub-menu {
top: -15px; }
.pxl-primary-menu .sub-menu li:hover > .main-menu-toggle {
color: var(--primary-color); }
.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(--primary-color); }
.pxl-primary-menu .sub-menu a {
display: block;
font-size: 16px;
line-height: 1.5;
font-weight: 400;
padding: 8px 0;
color: #1e1e1e;
background-color: transparent;
position: relative; }
.pxl-primary-menu .sub-menu a:hover {
padding-left: 15px;
color: var(--primary-color);
background-color: #ffffff; }
.pxl-primary-menu .sub-menu .current-menu-item > a, .pxl-primary-menu .sub-menu .current-menu-ancestor > a {
color: var(--primary-color);
background-color: #ffffff; }
.pxl-primary-menu .sub-menu .menu-item-has-children > a:before {
content: "";
font-family: "pxli";
font-size: 16px;
position: absolute;
right: 8px;
top: 50%;
margin-top: -2px;
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 .menu-item-has-children:hover > a:before {
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 .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; } }
li.pxl-megamenu {
position: static; }
@media (min-width: 1200px) {
.pxl-mega-menu {
left: 0 !important;
padding: 0 !important;
overflow: hidden;
-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); } }
@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-primary-menu .sub-menu.pxl-mega-menu {
width: 100%; }
.sub-menu.pxl-mega-menu {
width: 100%; }
@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 {
border-bottom: 0; }
.pxl-primary-menu .sub-menu.pxl-mega-menu a:hover {
color: var(--primary-color);
background-color: transparent; }
.pxl-primary-menu .sub-menu.pxl-mega-menu .current-menu-item > a, .pxl-primary-menu .sub-menu.pxl-mega-menu .current-menu-ancestor > a {
color: var(--primary-color);
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: var(--heading-color);
position: relative; }
.pxl-mobile-menu > li > a {
padding: 10px 0;
color: var(--heading-color);
font-size: 17px;
font-weight: 600;
display: inline-block;
text-transform: capitalize;
background-color: transparent; }
.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(--primary-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(--primary-color);
background-color: transparent; }
.pxl-mobile-menu .menu-item:active {
color: var(--primary-color); }
.pxl-mobile-menu .menu-item:active > a {
color: var(--primary-color);
background-color: transparent; }
.pxl-mobile-menu .sub-menu {
display: none;
list-style: none;
padding-left: 15px; }
.pxl-mobile-menu .sub-menu .menu-item {
position: relative;
color: var(--heading-color); }
.pxl-mobile-menu .sub-menu .menu-item > a {
padding: 5px 0;
display: inline-block;
color: var(--heading-color);
font-size: 16px;
font-weight: 400;
background-color: transparent;
font-family: var(--body-font-family);
text-transform: capitalize; }
.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(--primary-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(--primary-color);
background-color: transparent; }
.pxl-mobile-menu .sub-menu .menu-item:active {
color: var(--primary-color); }
.pxl-mobile-menu .sub-menu .menu-item:active > a {
color: var(--primary-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: 14px;
position: absolute;
right: -6px;
text-align: center;
top: 13px;
background-color: transparent;
-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; }
.pxl-mobile-menu .main-menu-toggle:before {
font-family: "pxli";
content: ""; }
.pxl-mobile-menu .main-menu-toggle.open:before {
font-family: "pxli";
content: ""; }
.pxl-mobile-menu .sub-menu .main-menu-toggle {
top: 5px; }
@media (max-width: 1199px) {
.pxl-popup-menu.widescreen {
display: none; } }
@media (min-width: 1200px) {
.pxl-popup-menu.widescreen .container {
position: relative; }
.pxl-popup-menu.widescreen .container > .separate {
position: absolute;
left: calc(25% + 30px);
top: 0;
bottom: 0;
content: "";
width: 1px;
background-color: #ececec; }
.pxl-popup-menu.widescreen .pxl-primary-menu {
flex-direction: column;
margin-left: 0;
margin-right: 0; }
.pxl-popup-menu.widescreen .pxl-primary-menu > li {
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
.pxl-popup-menu.widescreen .pxl-primary-menu > li.menu-item-has-children {
position: static; }
.pxl-popup-menu.widescreen .pxl-primary-menu > li.active > .sub-menu, .pxl-popup-menu.widescreen .pxl-primary-menu > li:hover > .sub-menu {
top: 0;
z-index: 1;
visibility: visible;
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-popup-menu.widescreen .pxl-primary-menu > li:before {
display: none; }
.pxl-popup-menu.widescreen .pxl-primary-menu > li > a {
line-height: 48px;
text-transform: uppercase; }
.pxl-popup-menu.widescreen .pxl-primary-menu > li > a .pxl-menu-title:after {
left: 0;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.pxl-popup-menu.widescreen .pxl-primary-menu > li > .main-menu-toggle:before {
content: "";
font-size: 16px; }
.pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu {
width: calc(75% - 50px);
min-height: 50vh;
left: calc(25% + 35px);
top: 20px;
padding: 0 0 0 45px;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu li a:hover {
color: var(--link-color-hover);
background-color: transparent;
border-bottom-color: #ececec; }
.pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu .current-menu-item > a, .pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu .current-menu-ancestor > a {
color: var(--primary-color);
background-color: transparent;
border-bottom-color: #ececec; }
.pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu.pxl-dropdown-mega {
padding: 0 0 0 30px !important; }
.pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .elementor-section {
width: 100% !important;
left: auto !important;
padding-top: 20px !important; }
.pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .elementor .elementor-section.elementor-section-boxed > .elementor-container {
margin-left: 0; }
.pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-invisible {
visibility: visible; }
.pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-category-box-layout-1 ul li {
padding-left: 13px; }
.pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-category-box-layout-1 ul li:before {
top: 13px; }
.pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-category-box-layout-1 .pxl-cat-content {
flex: 0 0 100%;
max-width: 100%; }
.pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-category-box-layout-1 .pxl-cat-img {
display: none; } }
@media (min-width: 1200px) and (max-width: 1199px) {
.pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .elementor-column {
width: 50% !important; } }
.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: #fff;
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;
justify-content: flex-end;
align-items: center; }
.pxl-hidden-template .pxl-panel-content {
position: relative;
flex: 1; }
.pxl-hidden-template::-webkit-scrollbar {
height: 0;
width: 7px;
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: 7px;
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); }
.side-panel-open .pxl-page-overlay {
width: 100%;
height: 100%;
opacity: 1; }
.pxl-close {
border-radius: 50%;
background: rgba(var(--heading-color-rgb),0.3);
border: 9px solid transparent;
color: #ffffff;
width: 36px;
height: 36px;
display: inline-flex;
justify-content: center;
align-items: center;
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; }
@media (max-width: 767px) {
.pxl-close {
width: 30px;
height: 30px;
border-width: 8px; } }
.pxl-close:before, .pxl-close:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: #ffffff;
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 {
background-color: var(--primary-color); }
.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-hidden-template.pos-left {
width: 100%;
max-width: 460px;
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); }
.pxl-hidden-template.pos-left .pxl-panel-header {
padding: 30px 35px 0 35px; }
@media (max-width: 480px) {
.pxl-hidden-template.pos-left .pxl-panel-header {
padding: 20px 20px 0 20px; } }
.pxl-hidden-template.pos-left .pxl-panel-content {
padding: 10px 20px 50px 20px; }
.pxl-hidden-template.pos-left .pxl-qc-wrap.layout-3 .qc-desc-wrap .qc-item {
padding: 5px 15px; }
.pxl-hidden-template.pos-right {
width: 100%;
max-width: 930px;
right: 0;
left: auto;
background-color: #010000;
-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: 1599px) {
.pxl-hidden-template.pos-right {
max-width: 830px; } }
@media (max-width: 1199px) {
.pxl-hidden-template.pos-right {
max-width: 630px; } }
.pxl-hidden-template.pos-right .pxl-panel-header {
padding: 30px 50px 0 50px; }
.pxl-hidden-template.pos-right .pxl-panel-header .panel-header-inner {
justify-content: flex-end; }
.pxl-hidden-template.pos-right .pxl-close {
background: #111111;
width: 54px;
height: 54px;
border-width: 15px; }
.pxl-hidden-template.pos-right .pxl-close:hover {
background-color: #565555; }
.pxl-hidden-template.pos-right .pxl-panel-content {
padding: 10px 43px 50px 130px; }
@media (max-width: 1599px) {
.pxl-hidden-template.pos-right .pxl-panel-content {
padding: 10px 43px 50px 100px; } }
@media (max-width: 1199px) {
.pxl-hidden-template.pos-right .pxl-panel-content {
padding: 10px 30px 50px 50px; } }
.pxl-hidden-template.pos-right .pxl-nav-inner li a {
font-size: 40px;
font-weight: 700;
letter-spacing: 0.012em;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
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; }
.pxl-hidden-template.pos-right .pxl-nav-inner li a:before {
content: "...";
display: inline-flex;
margin-right: 10px;
font-size: 24px;
color: var(--primary-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-hidden-template.pos-right .pxl-nav-inner li:hover a {
-webkit-transform: translateX(15px);
-khtml-transform: translateX(15px);
-moz-transform: translateX(15px);
-ms-transform: translateX(15px);
-o-transform: translateX(15px);
transform: translateX(15px); }
.pxl-hidden-template.pos-right .pxl-nav-inner li:hover a:before {
color: #fff; }
.pxl-hidden-template.pos-right .pxl-qc-wrap.layout-3 .qc-desc-wrap a:hover {
color: #fff; }
.pxl-hidden-template.pos-top {
width: 100%;
max-height: 350px;
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; }
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
width: 100%;
max-width: 570px;
background-color: #fff;
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); }
.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: 0; }
.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-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-hidden-template.pxl-side-mobile.el-builder .pxl-panel-header {
padding: 20px 35px; }
@media (max-width: 575px) {
.pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-header {
padding: 20px 15px; } }
.pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-content {
padding: 10px 35px 50px 35px; }
@media (max-width: 575px) {
.pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-content {
padding: 5px 15px 30px 15px; } }
.pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-content .elementor-column-gap-default > .elementor-column.elementor-element > .elementor-element-populated {
padding: 0; }
.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%; }
.pxl-side-cart {
width: 100%;
height: auto;
min-height: 540px;
max-width: 360px;
left: auto;
top: 50%;
-webkit-transform: translate(100%, -50%);
-khtml-transform: translate(100%, -50%);
-moz-transform: translate(100%, -50%);
-ms-transform: translate(100%, -50%);
-o-transform: translate(100%, -50%);
transform: translate(100%, -50%); }
.pxl-side-cart.open {
-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-side-cart .pxl-panel-header .panel-header-inner {
justify-content: space-between; }
.pxl-side-cart .pxl-title {
font-size: 28px;
color: var(--heading-color); }
.pxl-side-cart .pxl-close {
background-color: transparent;
margin-right: -9px; }
.pxl-side-cart .pxl-close:before, .pxl-side-cart .pxl-close:after {
background-color: #707070; }
.pxl-side-cart .pxl-close:hover:before, .pxl-side-cart .pxl-close:hover:after {
background-color: var(--primary-color); }
.pxl-side-cart .pxl-panel-header {
padding: 24px 24px 0 24px; }
@media (max-width: 400px) {
.pxl-side-cart .pxl-panel-header {
padding: 24px 15px 0 15px; } }
.pxl-side-cart .pxl-panel-header .panel-header-inner {
padding-bottom: 12px;
border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
.pxl-side-cart .pxl-panel-content {
padding: 0 24px 35px 24px;
overflow: hidden; }
@media (max-width: 400px) {
.pxl-side-cart .pxl-panel-content {
padding: 0 15px 35px 15px; } }
.pxl-side-cart .widget_shopping_cart_content ul {
list-style: none outside;
padding: 0;
margin: 0; }
.pxl-side-cart .widget_shopping_cart_content ul li {
padding: 24px 30px 24px 0;
position: relative;
display: block;
clear: both;
overflow: hidden;
border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
.pxl-side-cart .widget_shopping_cart_content ul li a {
display: block;
font-weight: 500;
font-size: 18px;
line-height: 1.5; }
.pxl-side-cart .widget_shopping_cart_content ul li .remove {
position: absolute;
top: 13px;
right: -5px;
line-height: 1;
padding: 5px;
color: #707070; }
.pxl-side-cart .widget_shopping_cart_content ul li .remove:hover {
color: var(--primary-color); }
.pxl-side-cart .widget_shopping_cart_content ul li .quantity {
font-size: 15px;
font-weight: 400;
margin-top: 8px; }
.pxl-side-cart .widget_shopping_cart_content ul li .amount {
color: var(--primary-color);
font-weight: 500; }
.pxl-side-cart .widget_shopping_cart_content ul li .star-rating + .woocommerce-Price-amount, .pxl-side-cart .widget_shopping_cart_content ul li .star-rating + .reviewer {
display: block;
width: 100%;
padding-left: 92px; }
.pxl-side-cart .widget_shopping_cart_content ul li img {
float: left;
margin-right: 20px;
width: 72px;
height: auto;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px; }
.pxl-side-cart .widget_shopping_cart_content ul li dl {
margin: 0;
padding-left: 1em;
border-left: 2px solid rgba(0, 0, 0, 0.1);
content: "";
display: table; }
.pxl-side-cart .widget_shopping_cart_content ul li dl dt, .pxl-side-cart .widget_shopping_cart_content ul li dl dd {
display: inline-block;
float: left;
margin-bottom: 1em; }
.pxl-side-cart .widget_shopping_cart_content ul li dl dt {
font-weight: 700;
padding: 0 0 0.25em;
margin: 0 4px 0 0;
clear: left; }
.pxl-side-cart .widget_shopping_cart_content ul li dl dd {
padding: 0 0 0.25em; }
.pxl-side-cart .widget_shopping_cart_content ul li dl dd p:last-child {
margin-bottom: 0; }
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-top: 1px solid rgba(215, 215, 215, 0.3);
color: var(--heading-color);
margin-bottom: 0; }
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
font-weight: 400; }
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: var(--primary-color); }
.pxl-side-cart .widget_shopping_cart_content .buttons .button {
display: block; }
.pxl-side-cart .widget_shopping_cart_content .buttons .button + .button {
margin-top: 8px; }
.pxl-side-cart .blockOverlay {
background-color: rgba(255, 255, 255, 0.2) !important; }
.pxl-side-cart .woocommerce-mini-cart__empty-message {
margin-top: 30px; }
.pxl-side-cat {
width: 100%;
max-width: 360px;
right: auto;
-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-cat .pxl-close {
background-color: transparent;
margin-right: -9px; }
.pxl-side-cat .pxl-close:before, .pxl-side-cat .pxl-close:after {
background-color: #707070; }
.pxl-side-cat .pxl-close:hover:before, .pxl-side-cat .pxl-close:hover:after {
background-color: var(--primary-color); }
.pxl-side-cat .pxl-panel-header {
padding: 24px 24px 0 24px; }
@media (max-width: 400px) {
.pxl-side-cat .pxl-panel-header {
padding: 24px 15px 0 15px; } }
.pxl-side-cat .pxl-panel-header .panel-header-inner {
padding-bottom: 12px;
border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
.pxl-side-cat .pxl-panel-content {
padding: 0 24px 24px 24px; }
@media (max-width: 400px) {
.pxl-side-cat .pxl-panel-content {
padding: 0 15px 24px 15px; } }
.pxl-side-cat .pxl-cat-menu-wrap {
padding: 24px 0 24px 0;
list-style: none; }
.pxl-side-cat .pxl-cat-menu-wrap li {
position: relative;
padding-top: 4px;
padding-bottom: 4px; }
.pxl-side-cat .pxl-cat-menu-wrap li a {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 2px 0 2px 14px; }
.pxl-side-cat .pxl-cat-menu-wrap li a:before {
content: "";
position: absolute;
left: 0;
width: 4px;
height: 4px;
border-radius: 2px;
display: block;
background-color: #4f4f4f; }
.pxl-side-cat .pxl-cat-menu-wrap ul.children {
padding-left: 18px;
margin-bottom: 0;
list-style: none;
display: none; }
.pxl-pagetitle.layout-df {
background-color: #fff;
color: #fff;
padding-top: 118px;
padding-bottom: 118px; }
@media (max-width: 767px) {
.pxl-pagetitle.layout-df {
padding-top: 80px;
padding-bottom: 80px; } }
.pxl-pagetitle.layout-df .pxl-page-title-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1); }
.pxl-pagetitle.layout-df .pxl-page-title .main-title {
color: var(--heading-color);
font-size: 48px;
letter-spacing: -0.025em;
margin: 0 0 5px; }
.pxl-pagetitle.layout-df .pxl-breadcrumb {
display: flex;
flex-wrap: wrap;
margin-top: 7px; }
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-item {
flex: 0 0 auto;
max-width: 100%;
font-size: 16px;
font-weight: 700;
color: var(--heading-color); }
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-item:last-child .br-divider {
display: none !important; }
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-divider {
padding: 5px 15px;
font-size: 100%;
color: var(--primary-color);
font-size: 12px; }
.pxl-pagetitle.layout-df .pxl-breadcrumb a {
color: var(--heading-color); }
.pxl-pagetitle.layout-df .pxl-breadcrumb a:hover {
color: var(--primary-color); }
.pxl-pagetitle.layout-df .pxl-breadcrumb .br-item + .br-item::before {
display: none; }
.pxl-pt-wrap {
justify-content: center; }
.pxl-pt-wrap .main-title {
color: var(--heading-color);
font-size: 48px;
letter-spacing: -0.025em;
margin: 0 0 5px; }
.pxl-brc-wrap {
justify-content: center; }
.pxl-brc-wrap .brc-inner {
display: flex;
flex-wrap: wrap;
margin-top: 7px;
justify-content: center; }
.pxl-brc-wrap .br-item {
flex: 0 0 auto;
max-width: 100%;
font-size: 16px;
font-weight: 700;
color: var(--heading-color);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
.pxl-brc-wrap .br-item:last-child .br-divider {
display: none !important; }
.pxl-brc-wrap .br-divider {
padding: 0 15px;
font-size: 100%;
color: var(--primary-color);
font-size: 12px; }
.pxl-brc-wrap a {
color: var(--heading-color); }
.pxl-brc-wrap a:hover {
color: var(--primary-color); }
.pxl-brc-wrap .br-item + .br-item::before {
display: none; }
.pxl-main {
padding-top: 100px;
padding-bottom: 100px; }
@media (max-width: 1199px) {
.pxl-main {
padding-top: 80px;
padding-bottom: 80px; } }
@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: 80px; } }
.error404 .pxl-main {
padding-top: 0;
padding-bottom: 0; }
.error404 .img-layer {
position: absolute; }
@media (max-width: 767px) {
.error404 .img-layer {
display: none; } }
.error404 .img-layer.img-1 {
left: 21%;
top: 12%; }
@media (max-width: 1800px) {
.error404 .img-layer.img-1 {
left: 15%; } }
@media (max-width: 1399px) {
.error404 .img-layer.img-1 {
left: 12%; } }
@media (max-width: 1199px) {
.error404 .img-layer.img-1 {
left: 10%;
top: 8%; } }
.error404 .img-layer.img-2 {
right: 15%;
top: 7%; }
.error404 .img-layer.img-3 {
left: 0;
bottom: 35%; }
.error404 .img-layer.img-4 {
right: 6%;
bottom: 35%; }
.error404 .page-404-wrap {
padding-top: 200px;
padding-bottom: 226px;
overflow: hidden; }
@media (max-width: 1199px) {
.error404 .page-404-wrap {
padding-bottom: 200px; } }
@media (max-width: 991px) {
.error404 .page-404-wrap {
padding-top: 120px;
padding-bottom: 150px; } }
@media (max-width: 767px) {
.error404 .page-404-wrap {
padding-top: 100px;
padding-bottom: 150px; } }
@media (max-width: 575px) {
.error404 .page-404-wrap {
padding-top: 80px;
padding-bottom: 120px; } }
@media (max-width: 480px) {
.error404 .page-404-wrap {
padding-bottom: 100px; } }
.error404 .page-404-wrap .pxl-error-inner {
position: relative; }
.error404 .page-404-wrap .pxl-error-title {
font-size: 400px;
font-weight: 900;
letter-spacing: 0.05em;
line-height: 0.7;
text-transform: uppercase;
color: var(--primary-color);
margin: 0 auto 60px auto; }
@media (max-width: 1399px) {
.error404 .page-404-wrap .pxl-error-title {
font-size: 300px; } }
@media (max-width: 1199px) {
.error404 .page-404-wrap .pxl-error-title {
font-size: 250px; } }
@media (max-width: 991px) {
.error404 .page-404-wrap .pxl-error-title {
font-size: 200px;
margin: 0 auto 50px auto; } }
@media (max-width: 575px) {
.error404 .page-404-wrap .pxl-error-title {
font-size: 150px;
margin: 0 auto 30px auto; } }
@media (max-width: 480px) {
.error404 .page-404-wrap .pxl-error-title {
font-size: 100px; } }
.error404 .page-404-wrap .pxl-error-title.df {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
max-width: 666px;
margin: 0 auto 60px auto; }
@media (max-width: 1399px) {
.error404 .page-404-wrap .pxl-error-title.df {
max-width: 560px; } }
@media (max-width: 1199px) {
.error404 .page-404-wrap .pxl-error-title.df {
max-width: 500px; } }
@media (max-width: 991px) {
.error404 .page-404-wrap .pxl-error-title.df {
max-width: 400px; } }
@media (max-width: 575px) {
.error404 .page-404-wrap .pxl-error-title.df {
max-width: 250px;
margin: 0 auto 30px auto; } }
@media (max-width: 480px) {
.error404 .page-404-wrap .pxl-error-title.df {
max-width: 200px;
margin: 0 auto 30px auto; } }
.error404 .page-404-wrap .pxl-error-title.df img {
width: 100%; }
.error404 .page-404-wrap .desc {
max-width: 432px;
font-size: 18px;
line-height: 28px;
margin: 0 auto 35px auto; }
.error404 .page-404-wrap .desc span {
font-weight: 700;
color: var(--heading-color); }
.error404 .page-404-wrap .img-404-foot {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%; }
@media (max-width: 767px) {
.error404 .page-404-wrap .img-404-foot {
left: -50px;
right: -50px;
width: calc(100vw + 100px);
max-width: calc(100vw + 100px); } }
.error404 .page-404-wrap .btn {
font-size: 16px;
font-weight: 500; }
.error404 .page-404-wrap .btn span {
align-self: center; }
.error404 .page-404-wrap .btn .flaticon-right-arrow {
margin-left: 8px;
font-size: 20px; }
.pxl-archive-post {
margin-bottom: 80px; }
.pxl-archive-post:last-child {
margin-bottom: 0; }
.pxl-archive-post.search-results-post {
margin-bottom: 50px; }
.pxl-archive-post .post-title {
margin-top: 30px; }
.pxl-archive-post .post-readmore {
margin-top: 30px; }
.pxl-archive-post .post-readmore .pxl-icon {
font-size: 16px; }
.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 {
border-radius: 8px;
overflow: hidden; }
.content-post .elementor-widget-pxl_video {
border-radius: 8px;
overflow: hidden; }
.pxl-single-post .post-content {
border-bottom: 1px solid #ececec;
padding-bottom: 20px; }
.pxl-single-post .content-inner {
color: var(--body-color);
letter-spacing: 0.005em;
padding-top: 20px; }
.post-metas {
color: #707070;
font-size: 14px;
padding-top: 28px;
padding-bottom: 18px;
border-bottom: 1px solid #ececec;
position: relative; }
.post-metas:after {
content: "";
width: 40px;
height: 3px;
background-color: var(--primary-color);
display: block;
position: absolute;
left: 0;
bottom: 0; }
.post-metas a {
color: inherit; }
.post-metas a:hover {
color: var(--link-color-hover); }
.post-metas .post-author a {
color: #0e0e0e;
font-weight: 700; }
.post-metas .post-author a:hover {
color: var(--link-color-hover); }
.post-metas .meta-inner {
margin: -5px -24px; }
@media (max-width: 1199px) {
.post-metas .meta-inner {
margin: -5px -15px; } }
@media (max-width: 480px) {
.post-metas .meta-inner {
margin: -5px -10px; } }
.post-metas .meta-inner > * {
padding: 5px 24px; }
@media (max-width: 1199px) {
.post-metas .meta-inner > * {
padding: 5px 15px; } }
@media (max-width: 480px) {
.post-metas .meta-inner > * {
padding: 5px 10px; } }
.post-metas .pxl-icon {
font-size: 20px;
color: var(--primary-color);
margin-right: 8px; }
.post-tags-share {
margin-top: 100px; }
@media (max-width: 1199px) {
.post-tags-share {
margin-top: 80px; } }
.post-tags-wrap {
margin-bottom: 20px; }
.post-tags-wrap .post-tags {
margin: -2.5px; }
@media (max-width: 1399px) {
.post-tags-wrap .post-tags {
text-align: center; } }
.post-tags-wrap .post-tags > * {
margin: 2.5px; }
.post-tags-wrap .label {
font-size: 15px;
font-weight: 700;
color: var(--heading-color);
margin-right: 15px; }
.post-tags-wrap a {
font-size: 15px;
letter-spacing: 0.01em;
padding: 8px 25px;
display: inline-flex;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
position: relative; }
.post-tags-wrap a:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: rgba(244, 247, 252, 0.9);
transition: all 0.3s; }
.post-tags-wrap a:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
transition: all 0.3s;
background-color: var(--primary-color);
transform: scale(1.2, 1.2); }
.post-tags-wrap a:hover {
color: #ffffff; }
.post-tags-wrap a:hover:before {
z-index: 1;
opacity: 0;
transform: scale(0.5, 0.5); }
.post-tags-wrap a:hover:after {
opacity: 1;
transform: scale(1, 1); }
.post-share-wrap {
margin-bottom: 20px; }
.post-share-wrap .social-share .row {
margin-left: -3px;
margin-right: -3px; }
.post-share-wrap .social-share .row > * {
margin-left: 3px;
margin-right: 3px;
padding-left: 0;
padding-right: 0; }
.post-share-wrap .pxl-icon {
font-size: 15px;
width: 32px;
height: 32px;
line-height: 32px;
color: #ffffff;
display: inline-block;
text-align: center;
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%;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1); }
.post-share-wrap .pxl-icon:after {
position: absolute;
top: 0;
left: 0;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
content: "";
width: 32px;
height: 32px;
border-radius: 100%;
display: block;
transition: all 250ms ease-out;
z-index: -1; }
.post-share-wrap .pxl-icon.icon-facebook:after {
background-color: #3b5ea1; }
.post-share-wrap .pxl-icon.icon-facebook:hover {
color: #3b5ea1; }
.post-share-wrap .pxl-icon.icon-twitter:after {
background-color: #2bb3fa; }
.post-share-wrap .pxl-icon.icon-twitter:hover {
color: #2bb3fa; }
.post-share-wrap .pxl-icon.icon-linkedin:after {
background-color: #087ec0; }
.post-share-wrap .pxl-icon.icon-linkedin:hover {
color: #087ec0; }
.post-share-wrap .pxl-icon.icon-pinterest:after {
background-color: #ee2c34; }
.post-share-wrap .pxl-icon.icon-pinterest:hover {
color: #ee2c34; }
.post-share-wrap .pxl-icon.icon-google:after {
background-color: #e24d43; }
.post-share-wrap .pxl-icon.icon-google:hover {
color: #e24d43; }
.post-share-wrap .pxl-icon:hover {
transform: scale(1.3);
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3); }
.post-share-wrap .pxl-icon:hover:after {
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transition: all 250ms ease-in; }
.single-next-prev-nav {
padding-top: 36px;
padding-bottom: 40px;
position: relative;
border-bottom: 1px solid #ececec; }
.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(--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-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; }
.single-next-prev-nav .prev .nav-img {
margin-right: 22px; }
.single-next-prev-nav .next .nav-icon {
margin-left: 7px; }
.single-next-prev-nav .next .nav-img {
margin-left: 22px; }
.single-next-prev-nav .nav-img {
overflow: hidden;
position: relative;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px; }
.single-next-prev-nav .nav-img img {
width: 60px; }
.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: var(--primary-color);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
filter: alpha(opacity=80);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
-webkit-opacity: 0.8;
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
-ms-opacity: 0.8;
-o-opacity: 0.8;
opacity: 0.8; }
.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-hover); }
.single-next-prev-nav .nav-next-prev:hover .nav-label {
color: var(--link-color-hover); }
.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-hover); }
.posts-pagination, .woocommerce-pagination {
padding-top: 80px; }
.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: -3px;
align-items: center; }
.posts-pagination .page-numbers, .posts-pagination .post-page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers {
flex: 0 0 auto;
margin: 3px;
vertical-align: top;
text-align: center;
font-weight: 700;
font-size: 16px;
text-align: center;
width: 45px;
height: 45px;
line-height: 43px;
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;
border: 1px solid #ececec;
color: var(--link-color);
-webkit-border-radius: 45px;
-khtml-border-radius: 45px;
-moz-border-radius: 45px;
-ms-border-radius: 45px;
-o-border-radius: 45px;
border-radius: 45px; }
.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: #ffffff; }
.posts-pagination .next, .posts-pagination .prev, .woocommerce-pagination .next, .woocommerce-pagination .prev {
font-size: 14px; }
.posts-pagination .next span, .posts-pagination .prev span, .woocommerce-pagination .next span, .woocommerce-pagination .prev span {
font-weight: 700;
vertical-align: baseline; }
.posts-pagination.page-links, .woocommerce-pagination.page-links {
justify-content: start; }
.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;
margin-left: -3px;
margin-right: -3px;
align-items: center; }
.navigation.page-links .post-nav-links {
margin: 0 3px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
.navigation.page-links .post-nav-links .post-page-numbers:first-child {
margin-left: 10px; }
.navigation.page-links .post-page-numbers {
flex: 0 0 auto;
margin: 3px;
vertical-align: top;
text-align: center;
font-weight: 700;
font-size: 16px;
text-align: center;
width: 45px;
height: 45px;
line-height: 43px;
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;
border: 1px solid #ececec;
color: var(--link-color);
-webkit-border-radius: 45px;
-khtml-border-radius: 45px;
-moz-border-radius: 45px;
-ms-border-radius: 45px;
-o-border-radius: 45px;
border-radius: 45px; }
.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: #ffffff; }
.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-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; }
.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: 50px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
margin: -25px 0 0 -25px;
color: rgba(var(--primary-color-rgb),0.8);
-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; }
@media (min-width: 1200px) {
.sidebar-sticky .sidebar-area-wrap {
position: -webkit-sticky;
position: sticky;
top: 40px; }
.header-sticky .sidebar-sticky .sidebar-area-wrap {
top: 120px; } }
.pxl-widget-title {
margin-bottom: 25px; }
.pxl-sidebar-area .widget {
position: relative;
overflow: hidden; }
.pxl-sidebar-area .widget.widget_search .widget-content {
padding: 0; }
.pxl-sidebar-area .widget.widget_search .widget-title {
margin-left: 15px; }
.pxl-sidebar-area .widget ul, .pxl-sidebar-area .widget ol {
list-style: none;
padding: 0;
margin: 0; }
.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"] .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; }
.pxl-sidebar-area .widget-title {
font-size: 22px;
margin-top: 0;
margin-bottom: 30px;
padding-bottom: 6px;
position: relative; }
.pxl-sidebar-area .widget-title:before {
content: "";
width: 40px;
height: 3px;
background-color: var(--primary-color);
position: absolute;
bottom: -2px;
left: 0; }
.pxl-sidebar-area .widget + .widget {
margin-top: 60px; }
.pxl-sidebar-area .widget:last-child {
padding-bottom: 0;
border-bottom: 0; }
.pxl-sidebar-area p:empty {
display: none; }
.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: -17px; }
.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: 22px; }
.widget_pages a, .widget_meta a, .widget_nav_menu a {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 17px;
line-height: 40px;
font-weight: 500;
padding: 5px 0 6px 0; }
.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;
width: 28px;
height: 28px;
background: #eeeeee;
text-align: center;
line-height: 28px;
font-size: 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; }
.widget_pages a:before, .widget_meta a:before, .widget_nav_menu a:before {
content: "";
position: relative;
display: inline-block;
font-family: "pxli";
margin-right: 10px; }
.widget_pages a:after, .widget_meta a:after, .widget_nav_menu a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
min-width: 800px;
-webkit-transform: translateX(-30%);
-khtml-transform: translateX(-30%);
-moz-transform: translateX(-30%);
-ms-transform: translateX(-30%);
-o-transform: translateX(-30%);
transform: translateX(-30%);
background-color: #ececec; }
.widget_pages a:hover, .widget_meta a:hover, .widget_nav_menu a:hover {
padding-left: 15px; }
.widget_pages a:hover > .count, .widget_meta a:hover > .count, .widget_nav_menu a:hover > .count {
background: var(--primary-color);
color: #fff; }
@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: 17px;
line-height: 40px;
font-weight: 500;
padding: 5px 0 6px 0; }
.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;
width: 28px;
height: 28px;
background: #eeeeee;
text-align: center;
line-height: 28px;
font-size: 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-list-item > a:before, .wc-layered-nav-term > a:before {
content: "";
position: relative;
display: inline-block;
font-family: "pxli";
margin-right: 10px; }
.pxl-list-item > a:after, .wc-layered-nav-term > a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
min-width: 800px;
-webkit-transform: translateX(-30%);
-khtml-transform: translateX(-30%);
-moz-transform: translateX(-30%);
-ms-transform: translateX(-30%);
-o-transform: translateX(-30%);
transform: translateX(-30%);
background-color: #ececec; }
.pxl-list-item > a:hover, .wc-layered-nav-term > a:hover {
padding-left: 15px; }
.pxl-list-item > a:hover > .count, .wc-layered-nav-term > a:hover > .count {
background: var(--primary-color);
color: #fff; }
.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: ""; }
.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"] {
height: 50px;
line-height: 48px;
background-color: #ffffff;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
padding: 0 55px 0 20px; }
form.woocommerce-product-search [type="search"]::-webkit-input-placeholder, .pxl-search-form [type="search"]::-webkit-input-placeholder {
color: #222;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
form.woocommerce-product-search [type="search"]:-moz-placeholder, .pxl-search-form [type="search"]:-moz-placeholder {
color: #222;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
form.woocommerce-product-search [type="search"]::-moz-placeholder, .pxl-search-form [type="search"]::-moz-placeholder {
color: #222;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
form.woocommerce-product-search [type="search"]:-ms-input-placeholder, .pxl-search-form [type="search"]:-ms-input-placeholder {
color: #222;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
[dir="rtl"] form.woocommerce-product-search [type="search"], [dir="rtl"] .pxl-search-form [type="search"] {
padding: 0 20px 0 55px; }
form.woocommerce-product-search [type="search"]:focus + [type="submit"], .pxl-search-form [type="search"]:focus + [type="submit"] {
border-color: transparent; }
form.woocommerce-product-search [type="submit"], .pxl-search-form [type="submit"] {
padding: 0;
margin: 0;
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: transparent;
color: #222222;
border-left: 1px solid #ececec;
border-radius: 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"] form.woocommerce-product-search [type="submit"], [dir="rtl"] .pxl-search-form [type="submit"] {
right: auto;
left: 0; }
form.woocommerce-product-search [type="submit"]:before, .pxl-search-form [type="submit"]:before {
display: none; }
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);
color: #ffffff; }
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;
font-family: var(--heading-font-family);
font-weight: var(--heading-font-weight);
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: #ffffff;
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; }
@media (min-width: 768px) and (max-width: 991px) {
.widget_pxl_recent_posts .pxl-posts-list {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
.widget_pxl_recent_posts .pxl-post-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
@media (min-width: 768px) and (max-width: 991px) {
.widget_pxl_recent_posts .pxl-post-item {
flex: 0 0 33.333333%;
max-width: 33.333333%; } }
.widget_pxl_recent_posts .pxl-post-item + .pxl-post-item {
padding-top: 28px;
margin-top: 28px;
border-top: 1px solid #ececec; }
@media (min-width: 768px) and (max-width: 991px) {
.widget_pxl_recent_posts .pxl-post-item + .pxl-post-item {
padding-top: 0;
margin-top: 0;
border-top: 0;
padding-left: 30px; } }
.widget_pxl_recent_posts .pxl-post-img {
flex: 0 0 25%;
max-width: 25%; }
@media (min-width: 480px) and (max-width: 767px) {
.widget_pxl_recent_posts .pxl-post-img {
flex: 0 0 80px;
max-width: 80px; } }
.widget_pxl_recent_posts .pxl-post-img img {
width: 100%; }
.widget_pxl_recent_posts .pxl-list-content {
padding-left: 15px; }
.widget_pxl_recent_posts .pxl-wg-post-title {
font-size: 16px;
line-height: 1.5;
font-weight: 500;
margin-bottom: 0;
margin-top: -2px;
font-family: var(--heading-font-family);
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; }
.widget_pxl_recent_posts .pxl-wg-post-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; }
.widget_pxl_recent_posts .post-date {
font-size: 14px;
font-weight: 400;
display: block;
margin-top: 8px;
color: #8a8989; }
.widget_pxl_recent_posts .post-date span {
margin-right: 8px;
color: var(--primary-color); }
.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: #ffffff;
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 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 {
flex: 0 0 auto;
margin: 5px;
padding: 0 15px;
font-size: 14px !important;
font-weight: 700;
line-height: 35px;
color: var(--heading-color);
border: 1px solid #ececec;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
position: relative; }
.tagcloud > a:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #fff;
transition: all 0.3s; }
.tagcloud > a:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
transition: all 0.3s;
background-color: var(--primary-color);
transform: scale(1.2, 1.2); }
.tagcloud > a:hover {
color: #ffffff;
border-color: var(--primary-color); }
.tagcloud > a:hover:before {
z-index: 1;
opacity: 0;
transform: scale(0.5, 0.5); }
.tagcloud > a:hover:after {
opacity: 1;
transform: scale(1, 1); }
.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 .wp-caption-text {
padding-top: 2px;
text-align: right;
font-size: 14px;
line-height: 34px;
color: #ACACAC;
font-style: italic; }
.wp-caption-text {
text-align: right;
font-size: 14px;
line-height: 34px;
color: #ACACAC; }
.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; }
.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; }
.comments-area .no-comments {
margin-top: 20px; }
.comments-area {
margin-top: 80px; }
.comments-title {
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 32px;
color: var(--heading-color);
margin: 0 0 45px 0;
padding-bottom: 4px;
position: relative; }
.comments-title:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 3px;
background-color: var(--primary-color); }
.comment-reply-title {
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 32px;
color: var(--heading-color);
margin: 0 0 24px 0;
padding-bottom: 4px;
position: relative; }
.comment-reply-title:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 3px;
background-color: var(--primary-color); }
.commentlist {
list-style: none;
padding: 0;
margin: 0; }
.commentlist .comment {
padding-top: 38px;
margin-top: 38px; }
.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; }
.commentlist .comment-avatar img {
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
@media (max-width: 1399px) {
.commentlist .comment-avatar img {
max-width: 70px; } }
@media (max-width: 991px) {
.commentlist .comment-avatar img {
max-width: 70px; } }
@media (max-width: 575px) {
.commentlist .comment-avatar img {
max-width: 40px; } }
.commentlist .comment-content .comment-title {
position: relative;
font-size: 18px;
font-weight: 700; }
.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: 16px; }
.commentlist .comment-content .comment-meta {
font-size: 12px;
color: #333; }
@media (max-width: 480px) {
.commentlist .comment-content .comment-meta {
margin-top: 10px; } }
.commentlist .comment-content .comment-text {
font-size: 17px;
line-height: 26px;
margin-top: 10px; }
.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: 15px;
color: var(--heading-color);
color: #fff;
background-color: #191919;
padding: 8px 25px 8px 17px;
border-radius: 35px;
letter-spacing: 0.05em;
position: relative;
overflow: hidden; }
.commentlist .comment-reply-link:before {
font-size: 14px;
content: "";
font-family: "pxli";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: absolute;
top: 50%;
right: 15px;
margin-top: -7px;
display: inline-block;
opacity: 0;
visibility: hidden;
-webkit-font-smoothing: antialiased;
-webkit-transform: translateX(-10px);
-khtml-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-o-transform: translateX(-10px);
transform: translateX(-10px);
-webkit-transition: all 0.4s linear 0s;
-khtml-transition: all 0.4s linear 0s;
-moz-transition: all 0.4s linear 0s;
-ms-transition: all 0.4s linear 0s;
-o-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s; }
.commentlist .comment-reply-link:after {
font-size: 14px;
content: "";
font-family: "pxli";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: absolute;
top: 50%;
right: 15px;
margin-top: -7px;
display: inline-block;
opacity: 1;
visibility: visible;
-webkit-font-smoothing: antialiased;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.2s linear 0s;
-khtml-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s; }
.commentlist .comment-reply-link:hover {
color: #ffffff;
background-color: var(--primary-color);
padding-right: 30px; }
.commentlist .comment-reply-link:hover:after {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(10px);
-khtml-transform: translateX(10px);
-moz-transform: translateX(10px);
-ms-transform: translateX(10px);
-o-transform: translateX(10px);
transform: translateX(10px); }
.commentlist .comment-reply-link:hover:before {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(5px);
-khtml-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
transform: translateX(5px); }
.comments-pagination {
margin-top: 24px; }
.comment-respond {
margin-top: 80px; }
.comment-respond .comment-form {
padding: 30px 35px;
-webkit-box-shadow: 0 0 35px rgba(12, 12, 12, 0.05);
-khtml-box-shadow: 0 0 35px rgba(12, 12, 12, 0.05);
-moz-box-shadow: 0 0 35px rgba(12, 12, 12, 0.05);
-ms-box-shadow: 0 0 35px rgba(12, 12, 12, 0.05);
-o-box-shadow: 0 0 35px rgba(12, 12, 12, 0.05);
box-shadow: 0 0 35px rgba(12, 12, 12, 0.05); }
@media (max-width: 480px) {
.comment-respond .comment-form {
padding: 30px 15px; } }
.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 #e9e9e9;
border-radius: 0;
background-color: #e9e9e9;
display: inline-block;
width: 14px;
height: 14px;
margin-right: 18px;
vertical-align: bottom;
color: transparent;
transition: 0.2s;
position: relative;
top: -4px;
font-size: 10px;
text-align: center;
line-height: 12px; }
.comment-respond .comment-form input[type=checkbox] + label:active:before {
transform: scale(0); }
.comment-respond .comment-form input[type=checkbox]:checked + label:before {
color: var(--heading-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: 150px; }
.comment-respond .comment-form button .pxl-icon {
font-size: 16px; }
.comment-respond .comment-form-cookies-consent {
padding-top: 15px;
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: #707070;
line-height: normal; }
.comment-respond .form-submit {
margin: 20px 0 0; }
.logged-in-as {
margin-bottom: 10px; }
#cancel-comment-reply-link {
padding-left: 15px;
color: var(--second-color);
font-weight: 400; }
[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: "pxli";
line-height: 1; }
.rating-container > input + label:before {
display: inline-block;
content: "";
color: #FFB237; }
.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: #FFB237; }
.rating-container:hover > input + label:before, .pxl-rating-icon-empty:before {
content: "";
color: #FFB237;
text-shadow: none; }
.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
content: "";
color: #FFB237; }
.pxl-rating-icon-filled, .pxl-rating-icon-empty {
font-family: "pxli";
display: inline-block;
overflow: hidden;
width: 1em;
white-space: nowrap;
cursor: pointer;
margin: 0; }
.pxl-rating-icon-empty {
z-index: -1; }
.pxl-scroll-top {
height: 50px;
width: 50px;
background: var(--primary-color);
color: #ffffff;
border: none;
position: fixed;
right: 30px;
bottom: 30px;
font-size: 18px;
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, 30px);
-khtml-transform: translate(0, 30px);
-moz-transform: translate(0, 30px);
-ms-transform: translate(0, 30px);
-o-transform: translate(0, 30px);
transform: translate(0, 30px);
-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: #ffffff;
background: var(--second-color);
-webkit-box-shadow: 0 8px 16px rgba(0, 9, 71, 0.3);
-khtml-box-shadow: 0 8px 16px rgba(0, 9, 71, 0.3);
-moz-box-shadow: 0 8px 16px rgba(0, 9, 71, 0.3);
-ms-box-shadow: 0 8px 16px rgba(0, 9, 71, 0.3);
-o-box-shadow: 0 8px 16px rgba(0, 9, 71, 0.3);
box-shadow: 0 8px 16px rgba(0, 9, 71, 0.3); }
.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: 30px; }
.pxl-footer {
color: #b6b6b6; }
.pxl-footer.pxl-footer-fixed {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: -1; }
.pxl-footer a {
color: #b6b6b6; }
.pxl-footer a:hover {
color: #ffffff; }
.pxl-footer .pxl-heading-wrap .heading-title {
color: #ffffff; }
.pxl-footer .pxl-heading-wrap h4 {
font-size: 24px; }
.pxl-footer .elementor-widget-text-editor {
color: #b6b6b6;
font-size: 16px;
line-height: 24px; }
.pxl-footer-bottom {
padding-top: 28px;
padding-bottom: 28px;
background: #000;
color: #9f9e9e;
font-size: 16px; }
.pxl-copyright-text a {
color: #ffffff; }
.footer-bottom {
color: #9f9e9e;
font-size: 16px; }
.footer-bottom .elementor-widget-text-editor a {
color: #ffffff; }
@media (max-width: 1199px) {
.elementor-section .elementor-container {
flex-wrap: wrap; } }
.elementor-editor-active .pxl-header, .elementor-editor-active .pxl-pagetitle, .elementor-editor-active .pxl-footer {
display: none; }
.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; }
.pxl-single-portfolio .single-elementor-content > .elementor {
margin: 0 -15px; }
.pxl-single-portfolio .elementor-inner-section > .elementor-column-gap-default {
margin: 0 -15px; }
.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 (min-width: 1400px) {
.elementor-column.pxl-column-element-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (min-width: 1200px) {
.elementor-column.pxl-column-element-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (min-width: 992px) {
.elementor-column.pxl-column-element-tablet_extra-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (min-width: 768px) {
.elementor-column.pxl-column-element-tablet-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (min-width: 576px) {
.elementor-column.pxl-column-element-mobile_extra-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
.elementor-column.pxl-skew .elementor-element-populated:before {
content: "";
background-color: inherit;
position: absolute;
top: 0;
bottom: 0;
width: 50vw;
right: 100%; }
.elementor-column.pxl-skew .elementor-element-populated:after {
content: "";
background-color: inherit;
position: absolute;
top: 0;
bottom: 0;
width: 22px;
left: 100%;
height: 100%;
background-size: cover;
clip-path: polygon(0% 100%, 100% 100%, 0% 0%); }
.pxl-entry-content .fadeInUp.animated {
-webkit-animation: pxlFadeInUp 1s ease;
-khtml-animation: pxlFadeInUp 1s ease;
-moz-animation: pxlFadeInUp 1s ease;
-ms-animation: pxlFadeInUp 1s ease;
-o-animation: pxlFadeInUp 1s ease;
animation: pxlFadeInUp 1s ease;
-webkit-transition: all 1s ease;
-khtml-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.pxl-entry-content .fadeInUp.animated.animated-slow {
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.pxl-entry-content .fadeInUp.animated.animated-fast {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s; }
.pxl-entry-content .fadeInDown.animated {
-webkit-animation: pxlFadeInDown 1s ease;
-khtml-animation: pxlFadeInDown 1s ease;
-moz-animation: pxlFadeInDown 1s ease;
-ms-animation: pxlFadeInDown 1s ease;
-o-animation: pxlFadeInDown 1s ease;
animation: pxlFadeInDown 1s ease;
-webkit-transition: all 1s ease;
-khtml-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.pxl-entry-content .fadeInDown.animated.animated-slow {
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.pxl-entry-content .fadeInDown.animated.animated-fast {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s; }
.pxl-entry-content .fadeInLeft.animated {
-webkit-animation: pxlFadeInLeft 1s ease;
-khtml-animation: pxlFadeInLeft 1s ease;
-moz-animation: pxlFadeInLeft 1s ease;
-ms-animation: pxlFadeInLeft 1s ease;
-o-animation: pxlFadeInLeft 1s ease;
animation: pxlFadeInLeft 1s ease;
-webkit-transition: all 1s ease;
-khtml-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.pxl-entry-content .fadeInLeft.animated.animated-slow {
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.pxl-entry-content .fadeInLeft.animated.animated-fast {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s; }
.pxl-entry-content .fadeInRight.animated {
-webkit-animation: pxlFadeInRight 1s ease;
-khtml-animation: pxlFadeInRight 1s ease;
-moz-animation: pxlFadeInRight 1s ease;
-ms-animation: pxlFadeInRight 1s ease;
-o-animation: pxlFadeInRight 1s ease;
animation: pxlFadeInRight 1s ease;
-webkit-transition: all 1s ease;
-khtml-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.pxl-entry-content .fadeInRight.animated.animated-slow {
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.pxl-entry-content .fadeInRight.animated.animated-fast {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s; }
.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 (max-width: 767px) {
.pxl-section-line span.line-1, .pxl-section-line span.line-4, .pxl-section-line span.line-6 {
display: none; } }
@media (max-width: 575px) {
.pxl-section-line span.line-1, .pxl-section-line span.line-2, .pxl-section-line span.line-3, .pxl-section-line span.line-4, .pxl-section-line span.line-5, .pxl-section-line span.line-6, .pxl-section-line span.line-7 {
display: none; } }
.pxl-section-line span {
width: 1px;
height: 100%;
position: absolute;
top: 0;
background-color: #f4f4f4; }
.pxl-section-line span.line-1 {
left: 3.3%; }
.pxl-section-line span.line-2 {
left: 8.5%; }
.pxl-section-line span.line-3 {
left: 35.2%; }
.pxl-section-line span.line-4 {
left: 60.9%; }
.pxl-section-line span.line-5 {
left: 64.6%; }
.pxl-section-line span.line-6 {
left: 77.6%; }
.pxl-section-line span.line-7 {
left: 82.8%; }
.section-line-custom .pxl-section-line span {
position: absolute;
top: auto;
bottom: 0;
background-color: #f4f4f4;
z-index: 1; }
.section-line-custom .pxl-section-line span.line-1 {
height: 8px; }
.section-line-custom .pxl-section-line span.line-2 {
height: 18px; }
.section-line-custom .pxl-section-line span.line-3 {
height: 70px; }
.section-line-custom .pxl-section-line span.line-4 {
height: 40px; }
.section-line-custom .pxl-section-line span.line-5 {
height: 50px; }
.section-line-custom .pxl-section-line span.line-6 {
height: 85px; }
.section-line-custom .pxl-section-line span.line-7 {
height: 100px; }
@media (max-width: 1199px) {
.section-line-custom .pxl-section-line span.line-1 {
height: 5px; }
.section-line-custom .pxl-section-line span.line-2 {
height: 13px; }
.section-line-custom .pxl-section-line span.line-3 {
height: 50px; }
.section-line-custom .pxl-section-line span.line-4 {
height: 18px; }
.section-line-custom .pxl-section-line span.line-5 {
height: 23px; }
.section-line-custom .pxl-section-line span.line-6 {
height: 45px; }
.section-line-custom .pxl-section-line span.line-7 {
height: 53px; } }
@media (max-width: 767px) {
.section-line-custom .pxl-section-line span.line-2 {
height: 7px; }
.section-line-custom .pxl-section-line span.line-3 {
height: 28px; }
.section-line-custom .pxl-section-line span.line-5 {
height: 53px; }
.section-line-custom .pxl-section-line span.line-7 {
height: 67px; } }
.elementor-section.pxl-section-overflow-hidden-yes {
overflow: hidden !important; }
.elementor-widget-image a[data-elementor-open-lightbox="yes"] {
position: relative; }
.elementor-widget-image a[data-elementor-open-lightbox="yes"]:before {
content: "";
background-color: rgba(var(--second-color-rgb), 0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
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; }
.elementor-widget-image a[data-elementor-open-lightbox="yes"]:after {
content: "";
font-family: "pxli";
position: absolute;
color: #fff;
top: 50%;
left: 50%;
display: inline-block;
font-size: 30px;
line-height: 1;
margin-top: -15px;
margin-left: -15px;
-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; }
.elementor-widget-image a[data-elementor-open-lightbox="yes"]:hover:before {
opacity: 1;
visibility: visible; }
.elementor-widget-image a[data-elementor-open-lightbox="yes"]:hover: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-block-quote-wrap .pxl-block-quote {
padding: 28px 30px 21px 30px;
margin: 15px 0;
background-color: #edf0f2;
border-left: 5px solid var(--primary-color);
font-family: var(--heading-font-family);
color: var(--heading-color);
font-weight: 700;
font-size: 20px;
line-height: 30px; }
.pxl-block-quote-wrap .clearfix {
height: 9px; }
.pxl-block-quote-wrap cite {
font-family: var(--body-font-family);
font-size: 15px;
line-height: 1;
color: var(--primary-color);
position: relative;
display: inline-block;
font-weight: 700;
font-style: normal; }
.pxl-heading-layout-1 .pxl-heading-wrap .heading-title {
margin: 0; }
.pxl-heading-layout-2 .heading-title {
margin: 0; }
.pxl-heading-layout-2 .sub-stroke-title {
margin-bottom: 28px;
width: 100%; }
.pxl-heading-layout-2 .heading-stroke {
position: relative;
display: inline-block;
font-size: 72px;
line-height: 1;
font-weight: 700;
letter-spacing: 0.01em;
-webkit-text-stroke: 0.5px rgba(171, 170, 170, 0.42);
color: transparent;
-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.8s ease !important;
-khtml-transition: transform 0.8s ease !important;
-moz-transition: transform 0.8s ease !important;
-ms-transition: transform 0.8s ease !important;
-o-transition: transform 0.8s ease !important;
transition: transform 0.8s ease !important; }
@media (max-width: 575px) {
.pxl-heading-layout-2 .heading-stroke {
font-size: 52px; } }
.pxl-heading-layout-2 .heading-subtitle {
font-size: 20px;
font-weight: 700;
color: var(--primary-color);
line-height: 30px;
letter-spacing: 0.1em;
margin-top: -50px;
-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.8s ease !important;
-khtml-transition: transform 0.8s ease !important;
-moz-transition: transform 0.8s ease !important;
-ms-transition: transform 0.8s ease !important;
-o-transition: transform 0.8s ease !important;
transition: transform 0.8s ease !important; }
@media (max-width: 575px) {
.pxl-heading-layout-2 .heading-subtitle {
margin-top: -40px; } }
.pxl-heading-layout-2 .pxl-heading-wrap:hover .heading-subtitle {
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px); }
.pxl-heading-layout-2 .pxl-heading-wrap:hover .heading-stroke {
-webkit-transform: translateY(-35px);
-khtml-transform: translateY(-35px);
-moz-transform: translateY(-35px);
-ms-transform: translateY(-35px);
-o-transform: translateY(-35px);
transform: translateY(-35px); }
@media (max-width: 575px) {
.pxl-heading-layout-2 .pxl-heading-wrap:hover .heading-stroke {
-webkit-transform: translateY(-30px);
-khtml-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
transform: translateY(-30px); } }
.pxl-heading-layout-3 .heading-subtitle {
font-size: 17px;
color: var(--primary-color);
text-transform: uppercase;
position: relative;
margin-bottom: 5px; }
.pxl-heading-layout-3 .heading-subtitle:before {
content: "//";
position: relative;
left: 0;
color: inherit;
padding-right: 5px;
margin-top: -2px;
-webkit-transform: rotate(-5deg);
-khtml-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg); }
.pxl-heading-layout-3 .heading-subtitle.divider {
padding-left: 70px;
font-size: 18px;
font-weight: 500;
margin-bottom: 13px; }
@media (max-width: 767px) {
.pxl-heading-layout-3 .heading-subtitle.divider {
font-size: 14px;
padding-left: 60px; } }
.pxl-heading-layout-3 .heading-subtitle.divider:before {
content: "";
position: absolute;
left: 0;
top: 9px;
height: 10px;
width: 8px;
display: inline-block;
background-color: var(--primary-color);
padding-right: 0;
margin-top: 0;
-webkit-transform: rotate(0);
-khtml-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0); }
@media (max-width: 767px) {
.pxl-heading-layout-3 .heading-subtitle.divider:before {
top: 6px; } }
.pxl-heading-layout-3 .heading-subtitle.divider:after {
content: "";
position: absolute;
left: 0;
top: 13px;
height: 2px;
width: 62px;
display: inline-block;
background-color: var(--primary-color); }
@media (max-width: 767px) {
.pxl-heading-layout-3 .heading-subtitle.divider:after {
top: 10px;
width: 52px; } }
.pxl-heading-layout-3 .heading-title {
font-size: 60px;
line-height: 1.0833333333;
margin-top: 0;
margin-bottom: 0; }
@media (max-width: 1199px) {
.pxl-heading-layout-3 .heading-title {
font-size: 48px; } }
@media (max-width: 575px) {
.pxl-heading-layout-3 .heading-title {
font-size: 36px; } }
.pxl-qc-wrap.layout-1 .qc-desc-wrap {
font-size: 16px;
line-height: 24px;
color: var(--body-color);
letter-spacing: 0.01em; }
.pxl-qc-wrap.layout-1 .qc-desc-wrap .qc-item + .qc-item {
margin-top: 17px; }
.pxl-qc-wrap.layout-1 .qc-desc-wrap .qc-item .pxl-icon {
font-size: 40px;
color: var(--second-color); }
@media (max-width: 1199px) {
.pxl-qc-wrap.layout-1 .qc-desc-wrap .qc-item .pxl-icon {
font-size: 35px; } }
.pxl-qc-wrap.layout-1 .qc-desc-wrap .qc-item a {
color: inherit; }
.pxl-qc-wrap.layout-1 .qc-desc-wrap .qc-item a:hover {
color: inherit; }
.pxl-qc-wrap.layout-1 .qc-desc-wrap .qc-item span a + a {
display: block; }
.pxl-qc-wrap.layout-2 .qc-desc-wrap {
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: #bababa;
letter-spacing: -0.02em; }
.pxl-qc-wrap.layout-2 .qc-desc-wrap .qc-item {
flex-wrap: nowrap; }
.pxl-qc-wrap.layout-2 .qc-desc-wrap .qc-item + .qc-item {
margin-top: 21px; }
.pxl-qc-wrap.layout-2 .qc-desc-wrap .qc-item .pxl-icon {
font-size: 14px;
color: #fff; }
.pxl-qc-wrap.layout-2 .qc-desc-wrap .qc-item a {
color: inherit; }
.pxl-qc-wrap.layout-2 .qc-desc-wrap .qc-item a:hover {
color: #fff; }
.pxl-qc-wrap.layout-2 .qc-desc-wrap .qc-item span a + a {
display: block; }
.pxl-qc-wrap.layout-3 .qc-desc-wrap {
font-weight: 500;
font-size: 14px;
color: var(--body-color);
margin-left: -25px;
margin-right: -25px; }
@media (max-width: 1199px) {
.pxl-qc-wrap.layout-3 .qc-desc-wrap {
margin-left: -15px;
margin-right: -15px; } }
.pxl-qc-wrap.layout-3 .qc-desc-wrap .qc-item {
padding-left: 25px;
padding-right: 25px; }
@media (max-width: 1199px) {
.pxl-qc-wrap.layout-3 .qc-desc-wrap .qc-item {
padding-left: 15px;
padding-right: 15px; } }
.pxl-qc-wrap.layout-3 .qc-desc-wrap .pxl-icon {
margin-right: 5px;
line-height: 18px;
display: inline-block;
vertical-align: middle; }
.pxl-qc-wrap.layout-3 .qc-desc-wrap a {
color: inherit; }
.pxl-qc-wrap.layout-3 .qc-desc-wrap a:hover {
color: var(--primary-color); }
.pxl-links {
list-style: none;
font-size: 16px; }
.pxl-links a {
line-height: 36px; }
.pxl-links .dots-before {
margin-right: 10px;
display: inline-flex; }
[dir="rtl"] .pxl-links .dots-before {
margin-right: 0;
margin-left: 10px; }
.pxl-links .dots-before span {
width: 2px;
height: 2px;
background-color: var(--primary-color);
display: inline-block;
margin: 0 1px; }
.pxl-links.layout-1 a {
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; }
.pxl-links.layout-1 a:hover {
-webkit-transform: translateX(10px);
-khtml-transform: translateX(10px);
-moz-transform: translateX(10px);
-ms-transform: translateX(10px);
-o-transform: translateX(10px);
transform: translateX(10px); }
.pxl-links.layout-2 {
display: flex;
flex-direction: row;
margin: -5px -10px;
white-space: nowrap;
list-style: none;
justify-content: flex-start;
padding: 0; }
.pxl-links.layout-2 > li {
padding: 5px 10px; }
.pxl-links.layout-2 a {
position: relative;
font-size: 14px;
font-weight: 500;
line-height: 1; }
.pxl-links.layout-2 a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
display: block;
background: #fff;
width: 0;
height: 1px;
opacity: 0.6;
-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-links.layout-2 a:hover:after {
width: 100%; }
.pxl-links.layout-3 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-links.layout-3 li {
flex: 0 0 50%;
width: 50%; }
@media (min-width: 992px) {
.pxl-links.layout-3 li:nth-child(2n) {
flex: 0 0 40%;
width: 40%; }
.pxl-links.layout-3 li:nth-child(2n + 1) {
flex: 0 0 60%;
width: 60%; } }
.pxl-links.layout-3 a {
font-size: 16px;
line-height: 38px;
font-weight: 500;
letter-spacing: -0.02em;
display: block; }
.pxl-links.layout-3 a:hover {
-webkit-transform: translateX(16px);
-khtml-transform: translateX(16px);
-moz-transform: translateX(16px);
-ms-transform: translateX(16px);
-o-transform: translateX(16px);
transform: translateX(16px); }
.pxl-links.layout-4 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-links.layout-4 li {
width: 100%; }
.pxl-links.layout-4 a {
font-size: 16px;
line-height: 1.5;
padding: 6px 0;
font-weight: 400;
display: block; }
@media (min-width: 1200px) {
.pxl-links.layout-4 a:hover {
padding-left: 15px; } }
.pxl-mailchimp.style-default .mailchimp-form {
position: relative; }
.pxl-mailchimp.style-default .mailchimp-form input[type="email"] {
padding-right: 60px; }
.pxl-mailchimp.style-default .mailchimp-form button {
position: absolute;
top: 0;
right: 0;
line-height: 1px;
height: 50px;
font-size: 23px;
padding: 12px 14px; }
.pxl-mailchimp.style-default .mailchimp-form button span {
margin: 0; }
[dir="rtl"] .pxl-mailchimp.style-default .mailchimp-form button {
right: auto;
left: 0; }
.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-mailchimp.style-default input[type="email"] {
background-color: transparent;
border-color: #414141;
border-radius: 5px;
color: #fff; }
.pxl-mailchimp.style-default input[type="email"]::-webkit-input-placeholder {
color: #787878;
font-size: 16px; }
.pxl-mailchimp.style-default input[type="email"]:-moz-placeholder {
color: #787878;
font-size: 16px; }
.pxl-mailchimp.style-default input[type="email"]::-moz-placeholder {
color: #787878;
font-size: 16px; }
.pxl-mailchimp.style-default input[type="email"]:-ms-input-placeholder {
color: #787878;
font-size: 16px; }
.pxl-mailchimp.style-default input[type="email"]:hover, .pxl-mailchimp.style-default input[type="email"]:focus, .pxl-mailchimp.style-default input[type="email"]:active {
border-color: var(--primary-color); }
.pxl-mailchimp.style-default .btn-text {
display: none; }
.pxl-mailchimp.style-1 .mailchimp-form input[type="email"] {
height: 55px;
border-radius: 3px;
background-color: #f4f3ef;
border: 0;
padding-left: 30px; }
.pxl-mailchimp.style-1 .mailchimp-form input[type="email"]::-webkit-input-placeholder {
font-size: 16px;
color: #737373;
font-weight: 700; }
.pxl-mailchimp.style-1 .mailchimp-form input[type="email"]:-moz-placeholder {
font-size: 16px;
color: #737373;
font-weight: 700; }
.pxl-mailchimp.style-1 .mailchimp-form input[type="email"]::-moz-placeholder {
font-size: 16px;
color: #737373;
font-weight: 700; }
.pxl-mailchimp.style-1 .mailchimp-form input[type="email"]:-ms-input-placeholder {
font-size: 16px;
color: #737373;
font-weight: 700; }
.pxl-mailchimp.style-1 .mailchimp-form button[type="submit"] {
height: 55px;
display: block;
width: 100%;
margin-top: 10px;
text-align: center;
font-size: 17px; }
.pxl-mailchimp.style-1 .pxl-icon {
display: none; }
.pxl-fancybox-layout-1 .pxl-fancy-icon {
font-size: 38px;
color: var(--primary-color);
padding-top: 2px; }
.pxl-fancybox-layout-1 .pxl-fancy-icon span, .pxl-fancybox-layout-1 .pxl-fancy-icon i {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-fancybox-layout-1 .title {
font-size: 20px;
line-height: 22px;
color: var(--heading-color);
font-weight: 500; }
.pxl-fancybox-layout-1 .sub-title {
font-size: 15px;
line-height: 22px;
font-weight: 500; }
.pxl-fancybox-layout-1 .sub-title a {
color: inherit; }
.pxl-fancybox-layout-1 .sub-title a:hover {
color: var(--link-color-hover); }
.pxl-fancybox-layout-1 .pxl-fancybox-wrap.separators {
position: relative;
align-items: flex-end; }
.pxl-fancybox-layout-1 .separator {
display: inline-flex;
width: 1px;
height: 23px;
background-color: #d2d2d2;
margin-left: 45px;
margin-right: 45px;
margin-bottom: 5px; }
.pxl-fancybox-layout-2 .pxl-fancy-icon {
font-size: 58px;
color: var(--primary-color); }
.pxl-fancybox-layout-2 .pxl-fancy-icon .pxl-icon {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-fancybox-layout-2 .title {
font-size: 18px;
line-height: 26px;
color: #000427;
font-weight: 700; }
.pxl-fancybox-layout-2 .sub-title {
font-size: 15px;
line-height: 22px;
font-weight: 500; }
.pxl-fancybox-layout-2 .sub-title a {
color: inherit; }
.pxl-fancybox-layout-2 .sub-title a:hover {
color: var(--link-color-hover); }
.pxl-fancybox-layout-2.round-bg .pxl-fancy-icon {
position: relative; }
.pxl-fancybox-layout-2.round-bg .pxl-fancy-icon .pxl-icon {
margin-left: 18px;
position: relative; }
.pxl-fancybox-layout-2.round-bg .pxl-fancy-icon:before {
content: "";
position: absolute;
left: -10px;
top: -5px;
width: 70px;
height: 70px;
background-color: #f8f8f8;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.pxl-fancybox-layout-2:hover .pxl-icon {
-webkit-animation: scaleDisappear 400ms linear 0s;
-khtml-animation: scaleDisappear 400ms linear 0s;
-moz-animation: scaleDisappear 400ms linear 0s;
-ms-animation: scaleDisappear 400ms linear 0s;
-o-animation: scaleDisappear 400ms linear 0s;
animation: scaleDisappear 400ms linear 0s; }
.pxl-fancybox-layout-3 .pxl-fancy-icon {
font-size: 25px;
color: var(--second-color); }
.pxl-fancybox-layout-3 .pxl-fancy-icon .pxl-icon {
width: 56px;
height: 56px;
display: block;
line-height: 56px;
text-align: center;
border: 2px solid rgba(138, 147, 182, 0.15);
border-radius: 50%;
-webkit-box-shadow: 0 0 6px rgba(0, 9, 71, 0.06);
-khtml-box-shadow: 0 0 6px rgba(0, 9, 71, 0.06);
-moz-box-shadow: 0 0 6px rgba(0, 9, 71, 0.06);
-ms-box-shadow: 0 0 6px rgba(0, 9, 71, 0.06);
-o-box-shadow: 0 0 6px rgba(0, 9, 71, 0.06);
box-shadow: 0 0 6px rgba(0, 9, 71, 0.06);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation: tada 1500ms ease-out infinite;
-khtml-animation: tada 1500ms ease-out infinite;
-moz-animation: tada 1500ms ease-out infinite;
-ms-animation: tada 1500ms ease-out infinite;
-o-animation: tada 1500ms ease-out infinite;
animation: tada 1500ms ease-out infinite;
-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-layout-3 .pxl-fancy-icon span, .pxl-fancybox-layout-3 .pxl-fancy-icon i {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-fancybox-layout-3 .title {
font-size: 24px;
line-height: 26px;
color: var(--heading-color);
font-weight: 700; }
@media (max-width: 1199px) {
.pxl-fancybox-layout-3 .title {
font-size: 20px; } }
.pxl-fancybox-layout-3 .sub-title {
font-size: 15px;
line-height: 26px;
color: var(--body-color); }
.pxl-fancybox-layout-3 .sub-title a {
color: inherit; }
.pxl-fancybox-layout-3 .sub-title a:hover {
color: var(--link-color-hover); }
.pxl-fancybox-layout-3:hover .pxl-icon {
border-color: rgba(var(--second-color-rgb), 0.15);
-webkit-box-shadow: 0 0 6px rgba(var(--second-color-rgb), 0.06);
-khtml-box-shadow: 0 0 6px rgba(var(--second-color-rgb), 0.06);
-moz-box-shadow: 0 0 6px rgba(var(--second-color-rgb), 0.06);
-ms-box-shadow: 0 0 6px rgba(var(--second-color-rgb), 0.06);
-o-box-shadow: 0 0 6px rgba(var(--second-color-rgb), 0.06);
box-shadow: 0 0 6px rgba(var(--second-color-rgb), 0.06);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.pxl-fancybox-layout-4 .pxl-fancybox-wrap {
text-align: center; }
.pxl-fancybox-layout-4 .img-wrap {
position: relative;
width: 185px;
height: 185px;
display: inline-block;
margin-bottom: 30px; }
.pxl-fancybox-layout-4 .img-wrap .img-inner {
width: 100%;
height: 100%;
mask-image: var(--fancy4-mask-url);
-webkit-mask-image: var(--fancy4-mask-url);
-ms-mask-image: var(--fancy4-mask-url);
-o-mask-image: var(--fancy4-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; }
.pxl-fancybox-layout-4 .img-wrap .pxl-icon {
position: absolute;
top: -5px;
left: -5px;
width: 67px;
height: 67px;
display: block;
line-height: 62px;
font-size: 40px;
text-align: center;
color: var(--primary-color);
border-radius: 50%;
background-color: #fff;
-webkit-box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);
-o-box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);
box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
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-fancybox-layout-4 .title {
font-size: 30px;
line-height: 26px;
color: #020202;
font-weight: 700;
margin-bottom: 12px; }
@media (max-width: 1199px) {
.pxl-fancybox-layout-4 .title {
font-size: 24px; } }
.pxl-fancybox-layout-4 .title a {
color: inherit; }
.pxl-fancybox-layout-4 .title a:hover {
color: var(--link-color-hover); }
.pxl-fancybox-layout-4 .sub-title {
font-size: 18px;
line-height: 28px;
color: var(--body-color);
margin-bottom: 15px; }
.pxl-fancybox-layout-4 .sub-title a {
color: inherit; }
.pxl-fancybox-layout-4 .sub-title a:hover {
color: var(--link-color-hover); }
.pxl-fancybox-layout-4 .desc {
font-size: 18px;
line-height: 30px;
color: #999999; }
.pxl-fancybox-layout-4:hover .pxl-icon {
-webkit-transform: scale(0.8);
-khtml-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8); }
.pxl-fancybox-layout-5 .pxl-fancybox-wrap {
text-align: center;
background-color: #ffffff;
-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;
padding: 20px 22px 22px 22px;
-webkit-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-khtml-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-moz-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-ms-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-o-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06); }
.pxl-fancybox-layout-5 .pxl-fancybox-wrap .fancybox-inner {
width: 100%; }
.pxl-fancybox-layout-5 .pxl-fancybox-wrap .pxl-fancy-icon {
font-size: 62px;
color: #60615e;
margin-top: 14px;
margin-bottom: 5px; }
.pxl-fancybox-layout-5 .pxl-fancybox-wrap .title {
font-size: 22px;
color: var(--heading-color);
font-weight: 700;
-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-fancybox-layout-5 .pxl-fancybox-wrap .sub-title {
font-size: 48px;
line-height: 1;
font-weight: 700;
color: rgba(var(--primary-color-rgb), 0.26);
position: absolute;
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-fancybox-layout-5 .pxl-fancybox-wrap:hover {
background-color: var(--primary-color); }
.pxl-fancybox-layout-5 .pxl-fancybox-wrap:hover .pxl-fancy-icon {
color: #ffffff;
-webkit-animation: bounceIn 1500ms ease 0s;
-khtml-animation: bounceIn 1500ms ease 0s;
-moz-animation: bounceIn 1500ms ease 0s;
-ms-animation: bounceIn 1500ms ease 0s;
-o-animation: bounceIn 1500ms ease 0s;
animation: bounceIn 1500ms ease 0s; }
.pxl-fancybox-layout-5 .pxl-fancybox-wrap:hover .title {
color: #ffffff; }
.pxl-fancybox-layout-5 .pxl-fancybox-wrap:hover .sub-title {
font-size: 20px;
color: #ffffff; }
.pxl-fancybox-layout-6 .fancybox-inner {
width: 100%;
padding: 42px 30px 54px 40px;
border-radius: 15px;
background-color: #fff;
-webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-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: 991px) {
.pxl-fancybox-layout-6 .fancybox-inner {
padding: 35px 20px 45px 20px; } }
.pxl-fancybox-layout-6 .sub-title {
font-size: 15px;
line-height: 27px;
font-weight: 500;
color: var(--heading-color);
background-color: #edf3f5;
padding: 0 20px;
border-radius: 13.5px;
position: absolute;
top: 42px;
right: 30px; }
@media (max-width: 991px) {
.pxl-fancybox-layout-6 .sub-title {
top: 30px;
right: 20px; } }
.pxl-fancybox-layout-6 .pxl-fancy-icon {
font-size: 52px;
color: var(--primary-color);
position: relative;
padding: 12px 0 18px 0; }
.pxl-fancybox-layout-6 .pxl-fancy-icon img {
position: absolute;
top: 10px;
left: -10px;
height: 90px;
animation: animationFramesFive 12s infinite linear alternate; }
.pxl-fancybox-layout-6 .pxl-fancy-icon .pxl-icon {
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-fancybox-layout-6 .title {
font-size: 24px;
line-height: 26px;
color: #383838;
font-weight: 700;
margin-bottom: 18px;
position: relative; }
@media (max-width: 1199px) {
.pxl-fancybox-layout-6 .title {
font-size: 20px; } }
.pxl-fancybox-layout-6 .desc {
font-size: 16px;
line-height: 28px;
color: #5f5f5f;
margin-bottom: 19px; }
.pxl-fancybox-layout-6 .read-more {
font-size: 17px;
font-weight: 500;
position: relative;
-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-layout-6 .read-more .pxl-icon {
position: absolute;
top: 50%;
margin-top: -8px;
-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-layout-6 .read-more .pxl-icon.left {
opacity: 0;
left: -26px; }
.pxl-fancybox-layout-6 .read-more .pxl-icon.right {
opacity: 1;
right: -26px; }
.pxl-fancybox-layout-6 .read-more .link-text {
position: relative; }
.pxl-fancybox-layout-6 .read-more .link-text:after {
content: "";
width: 0;
height: 1px;
background-color: #b4b4b4;
-webkit-transition: width 0.3s linear 0s;
-khtml-transition: width 0.3s linear 0s;
-moz-transition: width 0.3s linear 0s;
-ms-transition: width 0.3s linear 0s;
-o-transition: width 0.3s linear 0s;
transition: width 0.3s linear 0s;
position: absolute;
bottom: 2px;
left: 0; }
.pxl-fancybox-layout-6 .read-more:hover {
padding-left: 26px; }
.pxl-fancybox-layout-6 .read-more:hover .pxl-icon.left {
opacity: 1;
left: 0; }
.pxl-fancybox-layout-6 .read-more:hover .pxl-icon.right {
opacity: 0;
right: -35px; }
.pxl-fancybox-layout-6 .read-more:hover .link-text:after {
width: 100%;
background-color: var(--link-color-hover); }
.pxl-fancybox-layout-6:hover .fancybox-inner {
-webkit-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
-khtml-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
-ms-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
-o-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14); }
.pxl-fancybox-layout-6:hover .pxl-fancy-icon .pxl-icon {
-webkit-animation: scaleDisappear 400ms linear 0s;
-khtml-animation: scaleDisappear 400ms linear 0s;
-moz-animation: scaleDisappear 400ms linear 0s;
-ms-animation: scaleDisappear 400ms linear 0s;
-o-animation: scaleDisappear 400ms linear 0s;
animation: scaleDisappear 400ms linear 0s; }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap {
text-align: center; }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .fancybox-inner {
width: 100%; }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .pxl-fancy-icon {
font-size: 62px;
color: #000;
display: inline-block;
position: relative;
width: 140px;
height: 140px;
line-height: 135px;
background-color: #edf3f5;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center; }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .pxl-fancy-icon .pxl-icon {
line-height: 1; }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .title {
font-size: 24px;
line-height: 28px;
color: var(--heading-color);
font-weight: 700;
padding: 0 120px;
margin-top: 30px;
-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: 1199px) {
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .title {
padding: 0 80px; } }
@media (max-width: 991px) {
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .title {
padding: 0; } }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .title a {
color: inherit; }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .title a:hover {
color: var(--link-color-hover); }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .sub-title {
font-size: 19px;
line-height: 28px;
font-weight: 700;
color: #fff;
position: absolute;
top: 10px;
right: 0;
width: 33px;
height: 33px;
background-color: var(--primary-color);
border: 3px solid #fff;
-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 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-fancybox-layout-7 .pxl-fancybox-wrap .desc {
margin-top: 15px;
font-size: 17px;
line-height: 27px;
padding: 0 30px; }
@media (max-width: 1199px) {
.pxl-fancybox-layout-7 .pxl-fancybox-wrap .desc {
padding: 0; } }
.pxl-fancybox-layout-7 .pxl-fancybox-wrap:hover .pxl-fancy-icon .pxl-icon {
-webkit-animation: bounceIn 2500ms linear 0s;
-khtml-animation: bounceIn 2500ms linear 0s;
-moz-animation: bounceIn 2500ms linear 0s;
-ms-animation: bounceIn 2500ms linear 0s;
-o-animation: bounceIn 2500ms linear 0s;
animation: bounceIn 2500ms linear 0s; }
.pxl-fancybox-layout-8 .pxl-fancybox-wrap {
text-align: center;
max-width: 460px; }
.pxl-fancybox-layout-8 .pxl-fancybox-wrap .fancybox-inner {
width: 100%; }
.pxl-fancybox-layout-8 .pxl-fancybox-wrap .fancybox-inner .bg-behide {
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: -15px;
background: #0a0a0a;
width: 430px;
height: 430px;
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: background 0.3s ease;
-khtml-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-ms-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease; }
@media (max-width: 575px) {
.pxl-fancybox-layout-8 .pxl-fancybox-wrap .fancybox-inner .bg-behide {
top: 0;
left: -20px;
right: -20px;
bottom: 0;
width: auto;
height: auto;
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
background-color: rgba(10, 10, 10, 0.7); } }
.pxl-fancybox-layout-8 .pxl-fancybox-wrap .pxl-fancybox-content {
position: relative;
padding: 68px 0px 65px 0; }
.pxl-fancybox-layout-8 .pxl-fancybox-wrap .title {
font-size: 48px;
line-height: 1;
color: #fff;
font-weight: 500;
margin-bottom: 20px;
-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;
padding: 0 90px; }
@media (max-width: 575px) {
.pxl-fancybox-layout-8 .pxl-fancybox-wrap .title {
padding: 0; } }
.pxl-fancybox-layout-8 .pxl-fancybox-wrap .desc {
font-size: 16px;
line-height: 24px;
color: #a1b5c6;
padding: 0 20px; }
@media (max-width: 575px) {
.pxl-fancybox-layout-8 .pxl-fancybox-wrap .desc {
color: #d1d1d1; } }
.pxl-fancybox-layout-8 .pxl-fancybox-wrap a.btn {
margin-top: 37px;
font-size: 15px;
font-weight: 500;
letter-spacing: 0.05em;
padding: 8px 18px;
text-transform: uppercase;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.pxl-fancybox-layout-8 .pxl-fancybox-wrap:hover .pxl-fancy-icon .pxl-icon {
-webkit-animation: bounceIn 2500ms linear 0s;
-khtml-animation: bounceIn 2500ms linear 0s;
-moz-animation: bounceIn 2500ms linear 0s;
-ms-animation: bounceIn 2500ms linear 0s;
-o-animation: bounceIn 2500ms linear 0s;
animation: bounceIn 2500ms linear 0s; }
.pxl-fancybox-layout-9 .fancybox-inner {
padding: 30px 20px 30px 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
background-color: #fff;
-webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06);
-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: 991px) {
.pxl-fancybox-layout-9 .fancybox-inner {
padding: 35px 20px 45px 20px; } }
.pxl-fancybox-layout-9 .sub-title {
font-size: 15px;
line-height: 27px;
font-weight: 500;
color: var(--heading-color);
margin-bottom: 10px; }
.pxl-fancybox-layout-9 .pxl-fancy-icon {
font-size: 52px;
color: var(--primary-color);
position: relative; }
.pxl-fancybox-layout-9 .pxl-fancy-icon img {
position: absolute;
top: 25px;
left: 25px;
width: 40px;
animation: animationFramesFive 12s infinite linear alternate; }
.pxl-fancybox-layout-9 .pxl-fancy-icon .pxl-icon {
position: relative;
vertical-align: top;
-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-layout-9 .pxl-fancy-icon + .pxl-fancybox-content {
padding-left: 30px; }
.pxl-fancybox-layout-9 .title {
font-size: 22px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 8px;
position: relative; }
@media (max-width: 767px) {
.pxl-fancybox-layout-9 .title {
font-size: 18px; } }
.pxl-fancybox-layout-9 .desc {
font-size: 17px;
line-height: 28px;
color: #757474; }
.pxl-fancybox-layout-9:hover .fancybox-inner {
-webkit-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
-khtml-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
-ms-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
-o-box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14);
box-shadow: 0 14px 21px rgba(0, 0, 0, 0.14); }
.pxl-fancybox-layout-9:hover .pxl-fancy-icon .pxl-icon {
-webkit-animation: scaleDisappear 400ms linear 0s;
-khtml-animation: scaleDisappear 400ms linear 0s;
-moz-animation: scaleDisappear 400ms linear 0s;
-ms-animation: scaleDisappear 400ms linear 0s;
-o-animation: scaleDisappear 400ms linear 0s;
animation: scaleDisappear 400ms linear 0s; }
.pxl-socials-wrap.layout-1 {
margin-left: -6px;
margin-right: -6px; }
.pxl-socials-wrap.layout-1 > * {
margin-left: 6px;
margin-right: 6px; }
.pxl-socials-wrap.layout-1 .pxl-icon {
display: inline-block;
text-align: center;
font-weight: 700;
line-height: 1;
color: #000;
opacity: 0.34; }
.pxl-socials-wrap.layout-1 .pxl-icon:hover {
opacity: 1;
color: #000; }
.pxl-socials-wrap.layout-1 [class*=" pxli-"] {
font-size: 12px;
width: 25px;
height: 25px;
line-height: 25px;
border: 1px solid rgba(0, 0, 0, 0.34);
border-radius: 50%; }
.pxl-socials-wrap.layout-1 .flaticon {
font-size: 25px; }
.pxl-socials-wrap.layout-2 {
margin: -5px; }
.pxl-socials-wrap.layout-2 > * {
margin: 5px; }
.pxl-socials-wrap.layout-2 a {
display: inline-block;
text-align: center;
font-size: 22px;
width: 32px;
height: 32px;
line-height: 32px;
position: relative; }
.pxl-socials-wrap.layout-2 a:before {
display: inline-block;
transform: scale(1);
-ms-transform: scale(1);
-webkit-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-socials-wrap.layout-2 a:after {
position: absolute;
top: 0;
left: 0;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
content: "";
width: 32px;
height: 32px;
border-radius: 100%;
display: block;
transition: all 250ms ease-out;
z-index: -1; }
.pxl-socials-wrap.layout-2 a[class*="-facebook"] {
color: #3b5ea1; }
.pxl-socials-wrap.layout-2 a[class*="-facebook"]:after {
background-color: #3b5ea1; }
.pxl-socials-wrap.layout-2 a[class*="-twitter"] {
color: #2bb3fa; }
.pxl-socials-wrap.layout-2 a[class*="-twitter"]:after {
background-color: #2bb3fa; }
.pxl-socials-wrap.layout-2 a[class*="-dribbble"] {
color: #ff70b7; }
.pxl-socials-wrap.layout-2 a[class*="-dribbble"]:after {
background-color: #ff70b7; }
.pxl-socials-wrap.layout-2 a[class*="-behance"] {
color: #1879fd; }
.pxl-socials-wrap.layout-2 a[class*="-behance"]:after {
background-color: #1879fd; }
.pxl-socials-wrap.layout-2 a[class*="-google"] {
color: #e24d43; }
.pxl-socials-wrap.layout-2 a[class*="-google"]:after {
background-color: #e24d43; }
.pxl-socials-wrap.layout-2 a[class*="-youtube"] {
color: #df2926; }
.pxl-socials-wrap.layout-2 a[class*="-youtube"]:after {
background-color: #df2926; }
.pxl-socials-wrap.layout-2 a[class*="-rss"] {
color: #ffa500; }
.pxl-socials-wrap.layout-2 a[class*="-rss"]:after {
background-color: #ffa500; }
.pxl-socials-wrap.layout-2 a[class*="-skype"] {
color: #0ebaee; }
.pxl-socials-wrap.layout-2 a[class*="-skype"]:after {
background-color: #0ebaee; }
.pxl-socials-wrap.layout-2 a[class*="-flickr"] {
color: #ff0084; }
.pxl-socials-wrap.layout-2 a[class*="-flickr"]:after {
background-color: #ff0084; }
.pxl-socials-wrap.layout-2 a[class*="-linkedin"] {
color: #087ec0; }
.pxl-socials-wrap.layout-2 a[class*="-linkedin"]:after {
background-color: #087ec0; }
.pxl-socials-wrap.layout-2 a[class*="-vimeo"] {
color: #27bcf1; }
.pxl-socials-wrap.layout-2 a[class*="-vimeo"]:after {
background-color: #27bcf1; }
.pxl-socials-wrap.layout-2 a[class*="-pinterest"] {
color: #ee2c34; }
.pxl-socials-wrap.layout-2 a[class*="-pinterest"]:after {
background-color: #ee2c34; }
.pxl-socials-wrap.layout-2 a[class*="-instagram"] {
color: #db944c; }
.pxl-socials-wrap.layout-2 a[class*="-instagram"]:after {
background-color: #db944c; }
.pxl-socials-wrap.layout-2 a[class*="-tumblr"] {
color: #426d9b; }
.pxl-socials-wrap.layout-2 a[class*="-tumblr"]:after {
background-color: #426d9b; }
.pxl-socials-wrap.layout-2 a:hover {
color: #ffffff; }
.pxl-socials-wrap.layout-2 a:hover:before {
transform: scale(0.7);
-ms-transform: scale(0.7);
-webkit-transform: scale(0.7); }
.pxl-socials-wrap.layout-2 a:hover:after {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transition: all 250ms ease-in; }
.pxl-socials-wrap.layout-3 {
margin-left: -5px;
margin-right: -5px; }
.pxl-socials-wrap.layout-3 > * {
margin-left: 5px;
margin-right: 5px; }
.pxl-socials-wrap.layout-3 .pxl-icon {
display: inline-block;
width: 44px;
height: 44px;
position: relative;
z-index: 1;
color: #111c16;
text-align: center;
font-size: 16px;
line-height: 44px;
background-color: #f4f3f0;
mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-webkit-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-ms-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-o-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-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; }
.pxl-socials-wrap.layout-3 .pxl-icon:hover {
color: #fff;
background-color: var(--second-color); }
@media (min-width: 1281px) {
.pxl-socials-layout-3.mr-custom {
margin-right: 30px; } }
@media (min-width: 1400px) {
.pxl-socials-layout-3.mr-custom {
margin-right: 40px; } }
@media (min-width: 1600px) {
.pxl-socials-layout-3.mr-custom {
margin-right: 50px; } }
.pxl-video-player {
background-position: top center;
background-repeat: no-repeat;
background-size: cover; }
.pxl-video-player img {
width: 100%; }
.pxl-video-player .pxl-overlay {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0; }
.pxl-video-player .pxl-video-btn {
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
position: relative;
display: inline-block;
z-index: 1;
background-color: #fff;
-webkit-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
-khtml-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
-moz-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
-ms-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
-o-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1); }
.pxl-video-player .pxl-video-btn .pxl-icon {
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.4s ease;
-khtml-transition: transform 0.4s ease;
-moz-transition: transform 0.4s ease;
-ms-transition: transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease; }
.pxl-video-player .pxl-video-btn:hover .pxl-icon {
-webkit-transform: scale(0.8);
-khtml-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8); }
.pxl-video-player.btn-style-df .btn-video-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
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;
display: flex;
flex-wrap: wrap;
text-align: center; }
.pxl-video-player.btn-style-df .pxl-video-btn {
position: relative;
z-index: 1;
width: 72px;
height: 72px;
display: inline-block;
line-height: 72px;
font-size: 15px;
text-align: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: none;
-webkit-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
-khtml-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
-moz-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
-ms-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
-o-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
background-color: #ffffff; }
.pxl-video-player.btn-style-df .pxl-video-btn:hover {
cursor: pointer;
box-shadow: 0 0 1px 15px rgba(var(--white-color-rgb), 0.4), 0 0 1px 30px rgba(var(--white-color-rgb), 0.1), 0 0 1px 45px rgba(var(--white-color-rgb), 0.1); }
.pxl-video-player.btn-style-df .pxl-video-btn > span {
display: inline-block; }
.pxl-video-player.btn-style-df.size-1 .pxl-video-btn {
width: 80px;
height: 80px;
display: inline-block;
line-height: 80px;
font-size: 20px; }
@media (max-width: 767px) {
.pxl-video-player.btn-style-df.size-1 .pxl-video-btn {
width: 65px;
height: 65px;
line-height: 65px;
font-size: 18px; }
.pxl-video-player.btn-style-df.size-1 .pxl-video-btn:hover {
box-shadow: 0 0 1px 15px rgba(var(--white-color-rgb), 0.4), 0 0 1px 30px rgba(var(--white-color-rgb), 0.1), 0 0 1px 45px rgba(var(--white-color-rgb), 0.1); } }
.pxl-video-player.btn-style-df.size-1 .pxl-video-btn:hover {
cursor: pointer;
box-shadow: 0 0 1px 16px rgba(var(--white-color-rgb), 0.4), 0 0 1px 35px rgba(var(--white-color-rgb), 0.1), 0 0 1px 60px rgba(var(--white-color-rgb), 0.1); }
.pxl-video-player.btn-style-df.size-2 .pxl-video-btn {
width: 102px;
height: 102px;
line-height: 102px;
font-size: 28px;
display: inline-block; }
@media (max-width: 767px) {
.pxl-video-player.btn-style-df.size-2 .pxl-video-btn {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 18px; }
.pxl-video-player.btn-style-df.size-2 .pxl-video-btn:hover {
box-shadow: 0 0 1px 16px rgba(var(--white-color-rgb), 0.4), 0 0 1px 35px rgba(var(--white-color-rgb), 0.1), 0 0 1px 60px rgba(var(--white-color-rgb), 0.1); } }
.pxl-video-player.btn-style-df.size-2 .pxl-video-btn:hover {
box-shadow: 0 0 1px 30px rgba(var(--white-color-rgb), 0.4), 0 0 1px 55px rgba(var(--white-color-rgb), 0.1), 0 0 1px 85px rgba(var(--white-color-rgb), 0.1); }
.pxl-video-player.btn-style-df.size-3 .pxl-video-btn {
width: 123px;
height: 123px;
line-height: 123px;
font-size: 35px;
display: inline-block; }
@media (max-width: 767px) {
.pxl-video-player.btn-style-df.size-3 .pxl-video-btn {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 18px; }
.pxl-video-player.btn-style-df.size-3 .pxl-video-btn:hover {
box-shadow: 0 0 1px 30px rgba(var(--white-color-rgb), 0.4), 0 0 1px 55px rgba(var(--white-color-rgb), 0.1), 0 0 1px 85px rgba(var(--white-color-rgb), 0.1); } }
.pxl-video-player.btn-style-df.size-3 .pxl-video-btn:hover {
box-shadow: 0 0 1px 36px rgba(var(--white-color-rgb), 0.4), 0 0 1px 65px rgba(var(--white-color-rgb), 0.1), 0 0 1px 95px rgba(var(--white-color-rgb), 0.1); }
.pxl-video-player .pxl-video-text {
color: #fff; }
.pxl-video-player.btn-style-1 {
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; }
.pxl-video-player.btn-style-1 .pxl-video-btn {
display: inline-block;
color: var(--primary-color); }
.pxl-video-player.btn-style-1 .pxl-video-btn:before {
content: "";
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: 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-video-player.btn-style-1 .pxl-video-btn:after {
content: "";
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
-webkit-animation: pulse-border 1500ms ease-out infinite;
z-index: 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-video-player.btn-style-1 .pxl-video-btn:hover {
cursor: pointer; }
.pxl-video-player.btn-style-1 .pxl-video-btn:hover:before, .pxl-video-player.btn-style-1 .pxl-video-btn:hover:after {
opacity: 0;
visibility: hidden; }
.pxl-video-player.btn-style-1.size-df .pxl-video-btn {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 15px; }
.pxl-video-player.btn-style-1.size-df .pxl-video-btn:hover {
box-shadow: 0 0 1px 15px rgba(var(--white-color-rgb), 0.24), 0 0 1px 30px rgba(var(--white-color-rgb), 0.1), 0 0 1px 45px rgba(var(--white-color-rgb), 0.05); }
.pxl-video-player.btn-style-1.size-1 .pxl-video-btn {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 20px; }
@media (max-width: 767px) {
.pxl-video-player.btn-style-1.size-1 .pxl-video-btn {
width: 62px;
height: 62px;
line-height: 62px;
font-size: 15px; }
.pxl-video-player.btn-style-1.size-1 .pxl-video-btn:hover {
box-shadow: 0 0 1px 10px rgba(var(--white-color-rgb), 0.24), 0 0 1px 30px rgba(var(--white-color-rgb), 0.1), 0 0 1px 40px rgba(var(--white-color-rgb), 0.05); } }
.pxl-video-player.btn-style-1.size-1 .pxl-video-btn:hover {
box-shadow: 0 0 1px 25px rgba(var(--white-color-rgb), 0.24), 0 0 1px 55px rgba(var(--white-color-rgb), 0.1), 0 0 1px 85px rgba(var(--white-color-rgb), 0.05); }
.pxl-video-player.btn-style-1.size-2 .pxl-video-btn {
width: 102px;
height: 102px;
line-height: 102px;
font-size: 28px; }
@media (max-width: 767px) {
.pxl-video-player.btn-style-1.size-2 .pxl-video-btn {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 18px; }
.pxl-video-player.btn-style-1.size-2 .pxl-video-btn:hover {
box-shadow: 0 0 1px 10px rgba(var(--white-color-rgb), 0.24), 0 0 1px 30px rgba(var(--white-color-rgb), 0.1), 0 0 1px 40px rgba(var(--white-color-rgb), 0.05); } }
.pxl-video-player.btn-style-1.size-2 .pxl-video-btn:hover {
box-shadow: 0 0 1px 30px rgba(var(--white-color-rgb), 0.24), 0 0 1px 55px rgba(var(--white-color-rgb), 0.1), 0 0 1px 85px rgba(var(--white-color-rgb), 0.05); }
.pxl-video-player.btn-style-1.size-3 .pxl-video-btn {
width: 123px;
height: 123px;
line-height: 123px;
font-size: 35px; }
@media (max-width: 767px) {
.pxl-video-player.btn-style-1.size-3 .pxl-video-btn {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 18px; }
.pxl-video-player.btn-style-1.size-3 .pxl-video-btn:hover {
box-shadow: 0 0 1px 10px rgba(var(--white-color-rgb), 0.24), 0 0 1px 30px rgba(var(--white-color-rgb), 0.1), 0 0 1px 40px rgba(var(--white-color-rgb), 0.05); } }
.pxl-video-player.btn-style-1.size-3 .pxl-video-btn:hover {
box-shadow: 0 0 1px 36px rgba(var(--white-color-rgb), 0.24), 0 0 1px 65px rgba(var(--white-color-rgb), 0.1), 0 0 1px 95px rgba(var(--white-color-rgb), 0.05); }
.pxl-video-player.btn-style-2 {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
overflow: hidden; }
.pxl-video-player.btn-style-2 .btn-video-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
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;
display: flex;
flex-wrap: wrap;
text-align: center; }
.pxl-video-player.btn-style-2 .pxl-video-lightbox {
padding-top: 15px; }
.pxl-video-player.btn-style-2.size-df .pxl-video-btn {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 15px;
display: inline-block;
background-color: var(--primary-color);
color: #fff;
box-shadow: 1px 0 44px rgba(47, 84, 238, 0.46); }
.pxl-video-player.btn-style-2.size-df .pxl-video-btn:hover {
box-shadow: 0 0 1px 15px rgba(var(--primary-color-rgb), 0.24), 0 0 1px 30px rgba(var(--primary-color-rgb), 0.1), 0 0 1px 45px rgba(var(--primary-color-rgb), 0.05); }
.pxl-video-player.btn-style-2.size-1 .pxl-video-btn {
width: 80px;
height: 80px;
display: inline-block;
line-height: 80px;
font-size: 20px;
background-color: var(--primary-color);
color: #fff;
box-shadow: 1px 0 54px rgba(47, 84, 238, 0.46); }
@media (max-width: 767px) {
.pxl-video-player.btn-style-2.size-1 .pxl-video-btn {
width: 65px;
height: 65px;
line-height: 65px;
font-size: 18px;
box-shadow: 1px 0 30px rgba(47, 84, 238, 0.24); }
.pxl-video-player.btn-style-2.size-1 .pxl-video-btn:hover {
box-shadow: 0 0 1px 10px rgba(var(--primary-color-rgb), 0.24), 0 0 1px 30px rgba(var(--primary-color-rgb), 0.1), 0 0 1px 40px rgba(var(--primary-color-rgb), 0.05); } }
.pxl-video-player.btn-style-2.size-1 .pxl-video-btn:hover {
cursor: pointer;
box-shadow: 0 0 1px 16px rgba(var(--primary-color-rgb), 0.24), 0 0 1px 35px rgba(var(--primary-color-rgb), 0.1), 0 0 1px 60px rgba(var(--primary-color-rgb), 0.05); }
.pxl-video-player.btn-style-2.size-2 .pxl-video-btn {
width: 102px;
height: 102px;
line-height: 102px;
font-size: 28px;
display: inline-block;
background-color: var(--primary-color);
color: #fff;
box-shadow: 1px 0 64px rgba(47, 84, 238, 0.46); }
@media (max-width: 767px) {
.pxl-video-player.btn-style-2.size-2 .pxl-video-btn {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 18px;
box-shadow: 0 0 1px 20px rgba(var(--primary-color-rgb), 0.24); }
.pxl-video-player.btn-style-2.size-2 .pxl-video-btn:hover {
box-shadow: 0 0 1px 10px rgba(var(--primary-color-rgb), 0.24), 0 0 1px 30px rgba(var(--primary-color-rgb), 0.1), 0 0 1px 40px rgba(var(--primary-color-rgb), 0.05); } }
.pxl-video-player.btn-style-2.size-2 .pxl-video-btn:hover {
box-shadow: 0 0 1px 30px rgba(var(--primary-color-rgb), 0.24), 0 0 1px 55px rgba(var(--primary-color-rgb), 0.1), 0 0 1px 85px rgba(var(--primary-color-rgb), 0.05); }
.pxl-video-player.btn-style-2.size-3 .pxl-video-btn {
width: 123px;
height: 123px;
line-height: 123px;
font-size: 35px;
display: inline-block;
background-color: var(--primary-color);
color: #fff;
box-shadow: 1px 0 74px rgba(47, 84, 238, 0.46); }
@media (max-width: 767px) {
.pxl-video-player.btn-style-2.size-3 .pxl-video-btn {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 18px;
box-shadow: 0 0 1px 20px rgba(var(--primary-color-rgb), 0.24); }
.pxl-video-player.btn-style-2.size-3 .pxl-video-btn:hover {
box-shadow: 0 0 1px 10px rgba(var(--primary-color-rgb), 0.24), 0 0 1px 30px rgba(var(--primary-color-rgb), 0.1), 0 0 1px 40px rgba(var(--primary-color-rgb), 0.05); } }
.pxl-video-player.btn-style-2.size-3 .pxl-video-btn:hover {
box-shadow: 0 0 1px 36px rgba(var(--primary-color-rgb), 0.24), 0 0 1px 65px rgba(var(--primary-color-rgb), 0.1), 0 0 1px 95px rgba(var(--primary-color-rgb), 0.05); }
.pxl-video-player.btn-style-2 .pxl-video-text {
font-size: 16px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-top: 22px; }
.pxl-contact-info-layout-1 .ci-content-wrap .content-inner {
margin-left: -12px;
margin-right: -12px; }
.pxl-contact-info-layout-1 .ci-content-wrap .content-inner > div {
padding-left: 12px;
padding-right: 12px; }
.pxl-contact-info-layout-1 .ci-content-wrap {
padding: 36px 30px 30px 50px;
background-color: #f7f7f7;
min-height: 170px;
position: relative;
overflow: hidden; }
@media (max-width: 1199px) {
.pxl-contact-info-layout-1 .ci-content-wrap {
padding: 36px 30px 30px 30px; } }
@media (max-width: 480px) {
.pxl-contact-info-layout-1 .ci-content-wrap {
padding: 36px 15px 30px 15px; } }
.pxl-contact-info-layout-1 .ci-content-wrap:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-top: 4px solid var(--primary-color);
opacity: 0;
visibility: hidden;
-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
-khtml-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
-moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
-ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
-o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: opacity 0.35s, transform 0.35s;
-khtml-transition: opacity 0.35s, transform 0.35s;
-moz-transition: opacity 0.35s, transform 0.35s;
-ms-transition: opacity 0.35s, transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s; }
.pxl-contact-info-layout-1 .ci-content-wrap:hover:before {
opacity: 1;
height: 4px;
visibility: visible;
-webkit-transform: rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
-khtml-transform: rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
-moz-transform: rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
-ms-transform: rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
-o-transform: rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
transform: rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1); }
.pxl-contact-info-layout-1 .ci-content-wrap:hover .pxl-icon {
-webkit-animation: bounceIn 1500ms ease 0s;
-khtml-animation: bounceIn 1500ms ease 0s;
-moz-animation: bounceIn 1500ms ease 0s;
-ms-animation: bounceIn 1500ms ease 0s;
-o-animation: bounceIn 1500ms ease 0s;
animation: bounceIn 1500ms ease 0s; }
.pxl-contact-info-layout-1 .pxl-icon {
font-size: 60px;
color: var(--primary-color);
display: inline-block;
margin-top: -2px; }
.pxl-contact-info-layout-1 .ci-title {
font-size: 20px;
margin-bottom: 4px;
margin-top: 0; }
.pxl-contact-info-layout-1 .ci-desc {
font-size: 15px;
line-height: 25px;
color: #666; }
@media (min-width: 1400px) {
.pxl-contact-info-layout-1 .ci-desc {
padding-right: 50px; } }
.pxl-contact-info-layout-2 .pxl-ci-wrap {
position: relative;
text-align: center;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px; }
.pxl-contact-info-layout-2 .pxl-ci-wrap:before {
content: "";
position: absolute;
top: 14%;
left: 14%;
right: 0;
bottom: 0;
opacity: 0;
background-color: var(--primary-color);
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
-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);
-webkit-transition: opacity 0.35s, transform 0.35s;
-khtml-transition: opacity 0.35s, transform 0.35s;
-moz-transition: opacity 0.35s, transform 0.35s;
-ms-transition: opacity 0.35s, transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s; }
.pxl-contact-info-layout-2 .pxl-ci-wrap .ci-content-wrap {
width: 100%;
padding: 50px 30px;
min-height: 170px;
position: relative;
background-size: cover;
background-position: center center;
overflow: hidden;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
border: 1px solid #e8e8e8;
-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) {
.pxl-contact-info-layout-2 .pxl-ci-wrap .ci-content-wrap {
padding: 40px 15px; } }
.pxl-contact-info-layout-2 .pxl-ci-wrap .bg-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-transition: background-color 0.4s ease;
-khtml-transition: background-color 0.4s ease;
-moz-transition: background-color 0.4s ease;
-ms-transition: background-color 0.4s ease;
-o-transition: background-color 0.4s ease;
transition: background-color 0.4s ease; }
.pxl-contact-info-layout-2 .pxl-ci-wrap .bg-overlay:before {
content: "";
background-color: #fff;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 1;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
-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);
-webkit-transition: transform 0.6s ease, opacity 0.6s ease;
-khtml-transition: transform 0.6s ease, opacity 0.6s ease;
-moz-transition: transform 0.6s ease, opacity 0.6s ease;
-ms-transition: transform 0.6s ease, opacity 0.6s ease;
-o-transition: transform 0.6s ease, opacity 0.6s ease;
transition: transform 0.6s ease, opacity 0.6s ease; }
.pxl-contact-info-layout-2 .pxl-ci-wrap .bg-overlay:after {
content: "";
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
-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%);
-webkit-transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
-khtml-transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
-moz-transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
-ms-transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
-o-transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s; }
.pxl-contact-info-layout-2 .pxl-ci-wrap:hover:before {
opacity: 1;
-webkit-transform: translate(8px, 6px);
-khtml-transform: translate(8px, 6px);
-moz-transform: translate(8px, 6px);
-ms-transform: translate(8px, 6px);
-o-transform: translate(8px, 6px);
transform: translate(8px, 6px); }
.pxl-contact-info-layout-2 .pxl-ci-wrap:hover .ci-content-wrap {
border-color: rgba(0, 0, 0, 0.8); }
.pxl-contact-info-layout-2 .pxl-ci-wrap:hover .bg-overlay:before {
opacity: 0;
-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%); }
.pxl-contact-info-layout-2 .pxl-ci-wrap:hover .bg-overlay:after {
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-contact-info-layout-2 .pxl-ci-wrap:hover .ci-title {
color: #fff; }
.pxl-contact-info-layout-2 .pxl-ci-wrap:hover .ci-desc {
color: #bbbbbb; }
.pxl-contact-info-layout-2 .ci-content {
position: relative;
padding: 0 50px; }
@media (max-width: 1199px) {
.pxl-contact-info-layout-2 .ci-content {
padding: 0 30px; } }
@media (max-width: 991px) {
.pxl-contact-info-layout-2 .ci-content {
padding: 0; } }
.pxl-contact-info-layout-2 .pxl-icon {
font-size: 54px;
line-height: 1;
color: var(--primary-color);
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; }
.pxl-contact-info-layout-2 .ci-title {
font-size: 24px;
margin-top: 16px;
margin-bottom: 8px;
-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-contact-info-layout-2 .ci-desc {
font-size: 18px;
line-height: 28px;
color: var(--body-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-contact-info-layout-2 .ci-desc a {
color: inherit; }
.pxl-contact-info-layout-2 .ci-desc a:hover {
color: var(--primary-color); }
.pxl-cf7-wrap.style1 {
padding: 115px 100px 100px; }
@media (max-width: 1399px) {
.pxl-cf7-wrap.style1 {
padding: 115px 80px 100px; } }
@media (max-width: 1199px) {
.pxl-cf7-wrap.style1 {
padding: 100px 50px 80px; } }
@media (max-width: 767px) {
.pxl-cf7-wrap.style1 {
padding: 50px 30px 50px; } }
@media (max-width: 480px) {
.pxl-cf7-wrap.style1 {
padding: 50px 15px 50px; } }
.pxl-cf7-wrap.style1 .wpcf7-form {
position: relative; }
.pxl-cf7-wrap.style1 .wpcf7-form .row > div {
margin-bottom: 28px; }
.pxl-cf7-wrap.style2 .wpcf7-form button[type="submit"] {
margin-top: 0;
min-width: 170px;
height: 56px;
font-size: 15px; }
@media (max-width: 480px) {
.pxl-cf7-wrap.style2 .wpcf7-form button[type="submit"] {
width: 100%;
text-align: center;
justify-content: center; } }
.pxl-cf7-wrap.style2 .wpcf7-form.submitting button[type="submit"] {
font-size: 0; }
.pxl-cf7-wrap.style2 input[type="text"], .pxl-cf7-wrap.style2 input[type="email"], .pxl-cf7-wrap.style2 input[type="url"], .pxl-cf7-wrap.style2 input[type="tel"], .pxl-cf7-wrap.style2 input[type="number"], .pxl-cf7-wrap.style2 input[type="date"], .pxl-cf7-wrap.style2 input[type="month"], .pxl-cf7-wrap.style2 input[type="week"], .pxl-cf7-wrap.style2 input[type="time"], .pxl-cf7-wrap.style2 input[type="datetime"], .pxl-cf7-wrap.style2 input[type="datetime-local"], .pxl-cf7-wrap.style2 select, .pxl-cf7-wrap.style2 .select2-container.select2-container--default .select2-selection--single {
height: 56px;
border-radius: 3px;
background-color: transparent;
border: 2px solid rgba(197, 197, 197, 0.2);
color: #ffffff; }
.pxl-cf7-wrap.style2 input[type="text"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="email"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="url"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="tel"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="number"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="date"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="month"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="week"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="time"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="datetime"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 input[type="datetime-local"]::-webkit-input-placeholder, .pxl-cf7-wrap.style2 select::-webkit-input-placeholder, .pxl-cf7-wrap.style2 .select2-container.select2-container--default .select2-selection--single::-webkit-input-placeholder {
color: #888888;
font-size: 16px; }
.pxl-cf7-wrap.style2 input[type="text"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="email"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="url"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="tel"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="number"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="date"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="month"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="week"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="time"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="datetime"]:-moz-placeholder, .pxl-cf7-wrap.style2 input[type="datetime-local"]:-moz-placeholder, .pxl-cf7-wrap.style2 select:-moz-placeholder, .pxl-cf7-wrap.style2 .select2-container.select2-container--default .select2-selection--single:-moz-placeholder {
color: #888888;
font-size: 16px; }
.pxl-cf7-wrap.style2 input[type="text"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="email"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="url"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="tel"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="number"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="date"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="month"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="week"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="time"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="datetime"]::-moz-placeholder, .pxl-cf7-wrap.style2 input[type="datetime-local"]::-moz-placeholder, .pxl-cf7-wrap.style2 select::-moz-placeholder, .pxl-cf7-wrap.style2 .select2-container.select2-container--default .select2-selection--single::-moz-placeholder {
color: #888888;
font-size: 16px; }
.pxl-cf7-wrap.style2 input[type="text"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="email"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="url"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="tel"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="number"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="date"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="month"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="week"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="time"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="datetime"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 input[type="datetime-local"]:-ms-input-placeholder, .pxl-cf7-wrap.style2 select:-ms-input-placeholder, .pxl-cf7-wrap.style2 .select2-container.select2-container--default .select2-selection--single:-ms-input-placeholder {
color: #888888;
font-size: 16px; }
.pxl-cf7-wrap.style2 input[type="text"]:hover, .pxl-cf7-wrap.style2 input[type="text"]:focus, .pxl-cf7-wrap.style2 input[type="text"]:active, .pxl-cf7-wrap.style2 input[type="email"]:hover, .pxl-cf7-wrap.style2 input[type="email"]:focus, .pxl-cf7-wrap.style2 input[type="email"]:active, .pxl-cf7-wrap.style2 input[type="url"]:hover, .pxl-cf7-wrap.style2 input[type="url"]:focus, .pxl-cf7-wrap.style2 input[type="url"]:active, .pxl-cf7-wrap.style2 input[type="tel"]:hover, .pxl-cf7-wrap.style2 input[type="tel"]:focus, .pxl-cf7-wrap.style2 input[type="tel"]:active, .pxl-cf7-wrap.style2 input[type="number"]:hover, .pxl-cf7-wrap.style2 input[type="number"]:focus, .pxl-cf7-wrap.style2 input[type="number"]:active, .pxl-cf7-wrap.style2 input[type="date"]:hover, .pxl-cf7-wrap.style2 input[type="date"]:focus, .pxl-cf7-wrap.style2 input[type="date"]:active, .pxl-cf7-wrap.style2 input[type="month"]:hover, .pxl-cf7-wrap.style2 input[type="month"]:focus, .pxl-cf7-wrap.style2 input[type="month"]:active, .pxl-cf7-wrap.style2 input[type="week"]:hover, .pxl-cf7-wrap.style2 input[type="week"]:focus, .pxl-cf7-wrap.style2 input[type="week"]:active, .pxl-cf7-wrap.style2 input[type="time"]:hover, .pxl-cf7-wrap.style2 input[type="time"]:focus, .pxl-cf7-wrap.style2 input[type="time"]:active, .pxl-cf7-wrap.style2 input[type="datetime"]:hover, .pxl-cf7-wrap.style2 input[type="datetime"]:focus, .pxl-cf7-wrap.style2 input[type="datetime"]:active, .pxl-cf7-wrap.style2 input[type="datetime-local"]:hover, .pxl-cf7-wrap.style2 input[type="datetime-local"]:focus, .pxl-cf7-wrap.style2 input[type="datetime-local"]:active, .pxl-cf7-wrap.style2 select:hover, .pxl-cf7-wrap.style2 select:focus, .pxl-cf7-wrap.style2 select:active, .pxl-cf7-wrap.style2 .select2-container.select2-container--default .select2-selection--single:hover, .pxl-cf7-wrap.style2 .select2-container.select2-container--default .select2-selection--single:focus, .pxl-cf7-wrap.style2 .select2-container.select2-container--default .select2-selection--single:active {
border-color: #c5c5c5; }
.pxl-cf7-wrap.style3 {
background-color: #111c16;
padding: 64px 56px 60px;
border-radius: 5px; }
@media (max-width: 1199px) {
.pxl-cf7-wrap.style3 {
padding: 64px 56px 60px; } }
@media (max-width: 991px) {
.pxl-cf7-wrap.style3 {
padding: 64px 30px 60px; } }
@media (max-width: 767px) {
.pxl-cf7-wrap.style3 {
padding: 64px 30px 60px; } }
@media (max-width: 480px) {
.pxl-cf7-wrap.style3 {
padding: 64px 30px 60px; } }
.pxl-cf7-wrap.style3 .wpcf7-form {
position: relative; }
.pxl-cf7-wrap.style3 .wpcf7-form p {
margin-bottom: 18px; }
.pxl-cf7-wrap.style3 .wpcf7-form p:last-child {
margin-bottom: 0; }
.pxl-cf7-wrap.style3 .wpcf7-form.submitting .btn .pxl-icon {
-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;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
.pxl-cf7-wrap.style3 input[type="text"], .pxl-cf7-wrap.style3 input[type="email"], .pxl-cf7-wrap.style3 input[type="url"], .pxl-cf7-wrap.style3 input[type="tel"], .pxl-cf7-wrap.style3 input[type="number"], .pxl-cf7-wrap.style3 input[type="date"], .pxl-cf7-wrap.style3 input[type="month"], .pxl-cf7-wrap.style3 input[type="week"], .pxl-cf7-wrap.style3 input[type="time"], .pxl-cf7-wrap.style3 input[type="datetime"], .pxl-cf7-wrap.style3 input[type="datetime-local"], .pxl-cf7-wrap.style3 select, .pxl-cf7-wrap.style3 .select2-container.select2-container--default .select2-selection--single {
height: 62px;
border-radius: 5px;
background-color: #f3f5fa;
border: 0;
letter-spacing: -0.02em; }
@media (min-width: 992px) {
.pxl-cf7-wrap.style3 input[type="text"], .pxl-cf7-wrap.style3 input[type="email"], .pxl-cf7-wrap.style3 input[type="url"], .pxl-cf7-wrap.style3 input[type="tel"], .pxl-cf7-wrap.style3 input[type="number"], .pxl-cf7-wrap.style3 input[type="date"], .pxl-cf7-wrap.style3 input[type="month"], .pxl-cf7-wrap.style3 input[type="week"], .pxl-cf7-wrap.style3 input[type="time"], .pxl-cf7-wrap.style3 input[type="datetime"], .pxl-cf7-wrap.style3 input[type="datetime-local"], .pxl-cf7-wrap.style3 select, .pxl-cf7-wrap.style3 .select2-container.select2-container--default .select2-selection--single {
padding-left: 40px; } }
.pxl-cf7-wrap.style3 input[type="text"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="email"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="url"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="tel"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="number"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="date"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="month"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="week"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="time"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="datetime"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 input[type="datetime-local"]::-webkit-input-placeholder, .pxl-cf7-wrap.style3 select::-webkit-input-placeholder, .pxl-cf7-wrap.style3 .select2-container.select2-container--default .select2-selection--single::-webkit-input-placeholder {
color: #787887;
font-size: 15px;
letter-spacing: -0.02em; }
.pxl-cf7-wrap.style3 input[type="text"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="email"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="url"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="tel"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="number"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="date"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="month"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="week"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="time"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="datetime"]:-moz-placeholder, .pxl-cf7-wrap.style3 input[type="datetime-local"]:-moz-placeholder, .pxl-cf7-wrap.style3 select:-moz-placeholder, .pxl-cf7-wrap.style3 .select2-container.select2-container--default .select2-selection--single:-moz-placeholder {
color: #787887;
font-size: 15px;
letter-spacing: -0.02em; }
.pxl-cf7-wrap.style3 input[type="text"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="email"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="url"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="tel"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="number"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="date"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="month"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="week"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="time"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="datetime"]::-moz-placeholder, .pxl-cf7-wrap.style3 input[type="datetime-local"]::-moz-placeholder, .pxl-cf7-wrap.style3 select::-moz-placeholder, .pxl-cf7-wrap.style3 .select2-container.select2-container--default .select2-selection--single::-moz-placeholder {
color: #787887;
font-size: 15px;
letter-spacing: -0.02em; }
.pxl-cf7-wrap.style3 input[type="text"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="email"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="url"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="tel"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="number"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="date"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="month"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="week"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="time"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="datetime"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 input[type="datetime-local"]:-ms-input-placeholder, .pxl-cf7-wrap.style3 select:-ms-input-placeholder, .pxl-cf7-wrap.style3 .select2-container.select2-container--default .select2-selection--single:-ms-input-placeholder {
color: #787887;
font-size: 15px;
letter-spacing: -0.02em; }
.pxl-cf7-wrap.style3 select {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/down-arrow-1.png);
background-position: calc(100% - 18px) 50%;
background-repeat: no-repeat;
background-size: 13px; }
.pxl-cf7-wrap.style3 .btn {
border-radius: 5px;
margin: 0;
width: 100%;
text-align: center;
justify-content: center;
font-size: 17px;
font-weight: 500;
padding: 12px 30px;
height: 60px; }
.pxl-cf7-wrap.style3 .wpcf7 form.wpcf7-form .wpcf7-response-output {
color: #cfcfcf;
position: relative;
bottom: 0;
margin-top: 20px; }
.pxl-accordion .ac-content {
display: none; }
.pxl-accordion .ac-title {
display: block;
font-size: 22px;
line-height: 26px;
font-weight: 700;
color: #222;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
@media (max-width: 575px) {
.pxl-accordion .ac-title {
font-size: 18px; } }
.pxl-accordion .ac-title .pxl-icon {
font-size: 16px;
color: #9ba2aa;
line-height: 26px; }
.pxl-accordion .ac-content {
font-size: 16px;
line-height: 26px;
color: #0e0e0e;
padding: 10px 0 0; }
.pxl-accordion .ac-item {
padding: 26px 30px;
cursor: pointer;
position: relative;
border: 1px solid #e6e6e6;
overflow: hidden; }
@media (max-width: 575px) {
.pxl-accordion .ac-item {
padding: 20px 15px 20px 20px; } }
.pxl-accordion .ac-item:before {
content: "";
position: absolute;
width: 6px;
bottom: -1px;
left: -1px;
top: -1px;
background-color: var(--primary-color);
-webkit-transform: translateX(-6px);
-khtml-transform: translateX(-6px);
-moz-transform: translateX(-6px);
-ms-transform: translateX(-6px);
-o-transform: translateX(-6px);
transform: translateX(-6px);
-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-accordion .ac-item:hover, .pxl-accordion .ac-item.active {
border-color: transparent;
border-left-color: var(--primary-color);
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
-khtml-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }
.pxl-accordion .ac-item:hover:before, .pxl-accordion .ac-item.active:before {
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.pxl-accordion .ac-item.active .pxl-icon {
font-family: "pxli";
font-size: 8px;
font-weight: 700;
color: #fff;
background-color: #9ba2aa;
border-radius: 50%;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px; }
.pxl-accordion .ac-item.active .pxl-icon:before {
content: ""; }
.pxl-accordion .ac-item + .ac-item {
margin-top: 20px; }
.pxl-testimonial-grid .pxl-grid-inner {
margin-top: -34px;
margin-bottom: -34px; }
.pxl-testimonial-grid .pxl-grid-inner > .grid-item {
margin-top: 34px;
margin-bottom: 34px; }
.pxl-testimonial-grid .item-image {
overflow: hidden; }
.pxl-testimonial-grid .item-image img {
border-radius: 20px;
width: 100px; }
.pxl-testimonial-grid .item-name {
padding-top: 18px; }
.pxl-testimonial-grid .item-title {
font-size: 22px;
margin-top: 0;
margin-bottom: 0; }
.pxl-testimonial-grid .item-position {
font-size: 14px;
color: #868686; }
.pxl-testimonial-grid .item-desc-star {
position: relative;
padding: 27px 30px 15px 35px;
margin-left: 22px;
margin-top: -22px;
background-color: #ffffff;
border-bottom: 5px solid transparent;
-webkit-border-radius: 0px 8px 8px 8px;
-khtml-border-radius: 0px 8px 8px 8px;
-moz-border-radius: 0px 8px 8px 8px;
-ms-border-radius: 0px 8px 8px 8px;
-o-border-radius: 0px 8px 8px 8px;
border-radius: 0px 8px 8px 8px;
-webkit-box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
-khtml-box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
-moz-box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
-ms-box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
-o-box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
-webkit-transition: all 0.5s linear 0s;
-khtml-transition: all 0.5s linear 0s;
-moz-transition: all 0.5s linear 0s;
-ms-transition: all 0.5s linear 0s;
-o-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s; }
.pxl-testimonial-grid .item-desc-star:before {
content: "";
position: absolute;
left: 0;
top: -27px;
width: 28px;
height: 28px;
background-color: #fff;
clip-path: polygon(0 0, 0 100%, 100% 100%); }
.pxl-testimonial-grid .item-desc-star:after {
content: "";
position: absolute;
left: 14px;
top: -44px;
width: 22px;
height: 60px;
background-color: #fff;
-webkit-border-radius: 22px 28px 0 0;
-khtml-border-radius: 22px 28px 0 0;
-moz-border-radius: 22px 28px 0 0;
-ms-border-radius: 22px 28px 0 0;
-o-border-radius: 22px 28px 0 0;
border-radius: 22px 28px 0 0;
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.pxl-testimonial-grid .item-desc-star .item-desc {
font-size: 15px;
line-height: 24px;
margin-bottom: 5px; }
.pxl-testimonial-grid .item-desc-star .pxl-icon {
position: absolute;
right: 26px;
top: -23px;
font-size: 48px;
color: var(--primary-color);
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
.pxl-testimonial-grid .item-star {
position: relative;
color: #ffb717;
width: 94px;
display: inline-block;
letter-spacing: 3.8px; }
.pxl-testimonial-grid .item-star:before {
content: "" "" "" "" "";
display: block;
font-family: "pxli";
font-size: 14px; }
.pxl-testimonial-grid .item-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden; }
.pxl-testimonial-grid .item-star span:before {
content: "" "" "" "" "";
font-weight: 900;
font-family: "pxli";
font-size: 14px; }
.pxl-testimonial-grid .item-inner {
-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.5s linear 0s;
-khtml-transition: transform 0.5s linear 0s;
-moz-transition: transform 0.5s linear 0s;
-ms-transition: transform 0.5s linear 0s;
-o-transition: transform 0.5s linear 0s;
transition: transform 0.5s linear 0s; }
.pxl-testimonial-grid .item-inner:hover {
-webkit-transform: translateY(-25px);
-khtml-transform: translateY(-25px);
-moz-transform: translateY(-25px);
-ms-transform: translateY(-25px);
-o-transform: translateY(-25px);
transform: translateY(-25px); }
.pxl-testimonial-grid .item-inner:hover .item-desc-star {
border-bottom-color: var(--primary-color); }
.pxl-list-style.style1 .list-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -6px;
margin-right: -6px; }
.pxl-list-style.style1 .list-item > * {
padding-left: 6px;
padding-right: 6px; }
.pxl-list-style.style1 .list-item + .list-item {
margin-top: 9px; }
.pxl-list-style.style1 .list-icon {
color: var(--primary-color);
font-size: 8px;
flex: 0 0 auto;
width: auto; }
.pxl-list-style.style1 .list-icon i, .pxl-list-style.style1 .list-icon span {
display: inline-block;
line-height: 27px; }
.pxl-list-style.style1 .list-icon svg {
width: 12px; }
.pxl-list-style.style1 .list-icon svg path {
fill: var(--primary-color); }
.pxl-list-style.style1 .list-content {
flex: 1 0 0%;
font-size: 17px;
line-height: 27px;
color: #000000; }
.pxl-list-style.style2 .list-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px; }
.pxl-list-style.style2 .list-item > * {
padding-left: 5px;
padding-right: 5px; }
.pxl-list-style.style2 .list-item + .list-item {
margin-top: 23px; }
.pxl-list-style.style2 .list-icon {
color: var(--primary-color);
flex: 0 0 auto;
width: auto;
font-size: 12px; }
.pxl-list-style.style2 .list-icon i, .pxl-list-style.style2 .list-icon span {
display: inline-block;
line-height: 30px; }
.pxl-list-style.style2 .list-icon svg {
width: 12px; }
.pxl-list-style.style2 .list-icon svg path {
fill: var(--primary-color); }
.pxl-list-style.style2 .list-content {
flex: 1 0 0%;
font-size: 17px;
line-height: 30px;
color: #666666; }
.pxl-list-style.style3 .list-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px; }
.pxl-list-style.style3 .list-item > * {
padding-left: 5px;
padding-right: 5px; }
.pxl-list-style.style3 .list-item + .list-item {
margin-top: 8px; }
.pxl-list-style.style3 .list-icon {
color: var(--primary-color);
flex: 0 0 auto;
width: auto;
font-size: 19px; }
.pxl-list-style.style3 .list-icon i, .pxl-list-style.style3 .list-icon span {
display: inline-block;
margin-top: -1px;
line-height: 30px; }
.pxl-list-style.style3 .list-icon svg {
width: 19px; }
.pxl-list-style.style3 .list-icon svg path {
fill: var(--primary-color); }
.pxl-list-style.style3 .list-content {
flex: 1 0 0%;
font-size: 19px;
line-height: 30px;
font-weight: 700;
color: #3c3c3c; }
.pxl-list-style.style4 .list-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
align-items: center; }
.pxl-list-style.style4 .list-item > * {
padding-left: 10px;
padding-right: 10px; }
.pxl-list-style.style4 .list-item + .list-item {
margin-top: 33px; }
.pxl-list-style.style4 .list-icon {
flex: 0 0 auto;
width: auto; }
.pxl-list-style.style4 .list-icon i, .pxl-list-style.style4 .list-icon span {
width: 44px;
height: 44px;
overflow: hidden;
background-color: var(--primary-color);
color: #fff;
font-size: 22px;
display: inline-block;
margin-top: -1px;
line-height: 42px;
text-align: center;
mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-webkit-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-ms-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-o-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-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; }
.pxl-list-style.style4 .list-icon svg {
width: 30px; }
.pxl-list-style.style4 .list-icon svg path {
fill: var(--primary-color); }
.pxl-list-style.style4 .list-content {
flex: 1 0 0%;
font-size: 20px;
line-height: 24px;
font-weight: 500;
color: #111c16; }
.pxl-list-style.style5 .list-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-list-style.style5 .list-item + .list-item {
margin-top: 5px; }
.pxl-list-style.style5 .list-icon {
flex: 0 0 auto;
width: auto;
position: relative;
font-size: 12px; }
.pxl-list-style.style5 .list-icon i, .pxl-list-style.style5 .list-icon span {
display: inline-block;
line-height: 30px; }
.pxl-list-style.style5 .list-icon svg {
width: 16px; }
.pxl-list-style.style5 .list-icon svg path {
fill: var(--primary-color); }
.pxl-list-style.style5 .list-icon:before {
content: "";
width: 16px;
height: 16px;
display: inline-flex;
line-height: 1;
background-size: auto;
background-repeat: no-repeat;
background-position: center;
position: relative;
top: 6px; }
.pxl-list-style.style5 .list-icon + .list-content {
padding-left: 10px; }
.pxl-list-style.style5 .list-content {
flex: 1 0 0%;
font-size: 17px;
line-height: 28px;
font-weight: 500;
color: var(--heading-color); }
.pxl-progressbar {
font-size: 16px;
font-weight: 500;
color: var(--heading-color); }
.pxl-progressbar .progress-item {
position: relative; }
.pxl-progressbar .progress-item + .progress-item {
margin-top: 20px; }
.pxl-progressbar .progress-title-wrap {
margin-bottom: 5px; }
.pxl-progressbar .progress-bar-wrap {
position: relative;
padding: 0 4px; }
.pxl-progressbar .progress-bar-wrap .progress-bound {
position: absolute;
top: -4px;
left: 0;
width: 100%;
height: 13px;
background-color: #f2f2f2;
-webkit-border-radius: 6.5px;
-khtml-border-radius: 6.5px;
-moz-border-radius: 6.5px;
-ms-border-radius: 6.5px;
-o-border-radius: 6.5px;
border-radius: 6.5px; }
.pxl-progressbar .pxl-progress-bar {
height: 5px;
position: relative;
width: 0;
background-color: var(--primary-color);
-webkit-transition: width 1.4s ease;
-khtml-transition: width 1.4s ease;
-moz-transition: width 1.4s ease;
-ms-transition: width 1.4s ease;
-o-transition: width 1.4s ease;
transition: width 1.4s ease;
-webkit-border-radius: 2.49px;
-khtml-border-radius: 2.49px;
-moz-border-radius: 2.49px;
-ms-border-radius: 2.49px;
-o-border-radius: 2.49px;
border-radius: 2.49px; }
@media (max-width: 575px) {
.pxl-counter.layout1 {
text-align: center; } }
.pxl-counter.layout1 .counter-icon {
font-size: 59px;
color: #000000;
-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-counter.layout1 .counter-number {
font-size: 55px;
font-weight: 700;
line-height: 1;
color: var(--second-color); }
.pxl-counter.layout1 .counter-number-suffix {
margin-left: -5px; }
.pxl-counter.layout1 .counter-title {
font-size: 18px;
line-height: 26px;
color: var(--heading-color);
font-weight: 700;
margin-top: 5px; }
.pxl-counter.layout1:hover .counter-icon {
-webkit-animation: bounceIn 1500ms ease 0s;
-khtml-animation: bounceIn 1500ms ease 0s;
-moz-animation: bounceIn 1500ms ease 0s;
-ms-animation: bounceIn 1500ms ease 0s;
-o-animation: bounceIn 1500ms ease 0s;
animation: bounceIn 1500ms ease 0s;
color: var(--second-color); }
@media (max-width: 575px) {
.pxl-counter.layout2 {
text-align: center; } }
.pxl-counter.layout2 .counter-icon {
font-size: 26px;
color: #000000;
padding-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; }
.pxl-counter.layout2 .counter-icon span {
width: 60px;
height: 60px;
line-height: 54px;
text-align: center;
background-color: #edf3f5;
display: inline-block;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.pxl-counter.layout2 .counter-content {
padding-left: 20px;
text-align: left; }
@media (max-width: 767px) {
.pxl-counter.layout2 .counter-content {
padding-left: 10px; } }
.pxl-counter.layout2 .counter-number {
font-size: 60px;
font-weight: 700;
line-height: 1;
color: var(--heading-color); }
@media (max-width: 767px) {
.pxl-counter.layout2 .counter-number {
font-size: 48px; } }
.pxl-counter.layout2 .counter-number-suffix {
margin-left: -5px; }
.pxl-counter.layout2 .counter-title {
font-size: 18px;
line-height: 26px;
color: var(--primary-color); }
.pxl-counter.layout2:hover .counter-icon {
-webkit-animation: bounceIn 1500ms ease 0s;
-khtml-animation: bounceIn 1500ms ease 0s;
-moz-animation: bounceIn 1500ms ease 0s;
-ms-animation: bounceIn 1500ms ease 0s;
-o-animation: bounceIn 1500ms ease 0s;
animation: bounceIn 1500ms ease 0s;
color: #fff; }
.pxl-counter.layout2:hover .counter-icon span {
background-color: var(--primary-color); }
.pxl-button-wrapper .icon-ps-left {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-button-wrapper .icon-ps-left .pxl-button-text {
order: 2; }
.pxl-button-wrapper .icon-ps-left .pxl-button-icon {
margin-left: 0;
margin-right: 10px; }
.pxl-pricing-single {
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
border: 1px solid #ececec;
-webkit-box-shadow: 0 14px 47px rgba(0, 0, 0, 0.08);
-khtml-box-shadow: 0 14px 47px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 14px 47px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 14px 47px rgba(0, 0, 0, 0.08);
-o-box-shadow: 0 14px 47px rgba(0, 0, 0, 0.08);
box-shadow: 0 14px 47px rgba(0, 0, 0, 0.08); }
.pxl-pricing-single .pricing-price {
color: #19274d;
padding: 0 10px; }
.pxl-pricing-single .pricing-price .price {
font-size: 38px;
font-weight: 700;
line-height: 27px; }
.pxl-pricing-single .pricing-price .duration {
font-size: 14px;
font-weight: 400;
line-height: 27px; }
.pxl-pricing-single .pricing-title {
background-color: var(--primary-color);
color: #ffffff;
font-size: 24px;
padding: 10px;
line-height: 1.5;
margin-top: 24px; }
.pxl-pricing-single .pricing-feature {
list-style: none;
padding: 0 10px;
font-size: 16px;
line-height: 27px;
color: #777; }
.pxl-pricing-single .pricing-feature li {
padding: 12.5px 0;
position: relative; }
.pxl-pricing-single .pricing-feature li span {
margin-left: 16px; }
.pxl-pricing-single .pricing-feature li:before {
content: "";
font-family: "pxli";
font-size: 20px;
color: var(--primary-color);
position: relative;
top: 2px; }
.pxl-pricing-single .pricing-feature li.no-active:before {
content: ""; }
.pxl-pricing-single .pricing-button {
margin-top: 5px;
padding: 0 10px; }
.pxl-pricing-single .pricing-button .btn {
padding: 6px 39px;
font-size: 18px; }
.pxl-pricing-single .pricing-button .btn .pxl-icon {
margin-left: 20px; }
.pxl-pricing-single.highlight-active .pricing-title {
background-color: var(--second-color); }
.pxl-banner.layout-1 .banner-inner {
position: relative;
overflow: hidden;
padding-left: 97px; }
@media (max-width: 1399px) {
.pxl-banner.layout-1 .banner-inner {
padding-left: 0; } }
.pxl-banner.layout-1 .banner-inner .bn-image {
-webkit-transform: translateX(0) scale(1);
-khtml-transform: translateX(0) scale(1);
-moz-transform: translateX(0) scale(1);
-ms-transform: translateX(0) scale(1);
-o-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
-webkit-transition: transform 0.5s linear 0s;
-khtml-transition: transform 0.5s linear 0s;
-moz-transition: transform 0.5s linear 0s;
-ms-transition: transform 0.5s linear 0s;
-o-transition: transform 0.5s linear 0s;
transition: transform 0.5s linear 0s;
position: relative; }
.pxl-banner.layout-1 .banner-inner .bn-image img {
width: 100%; }
.pxl-banner.layout-1 .banner-inner .bn-content {
position: absolute;
left: 0;
top: 105px;
max-width: 250px;
background-color: var(--second-color);
text-align: center;
padding: 35px 40px 40px;
-webkit-transform: translate(0, 0) scale(1);
-khtml-transform: translate(0, 0) scale(1);
-moz-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
-o-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
-webkit-transition: transform 0.5s linear 0.5s;
-khtml-transition: transform 0.5s linear 0.5s;
-moz-transition: transform 0.5s linear 0.5s;
-ms-transition: transform 0.5s linear 0.5s;
-o-transition: transform 0.5s linear 0.5s;
transition: transform 0.5s linear 0.5s; }
@media (max-width: 1399px) {
.pxl-banner.layout-1 .banner-inner .bn-content {
left: 15px;
top: 15px;
max-width: 150px;
padding: 15px; } }
.pxl-banner.layout-1 .banner-inner .pxl-icon {
font-size: 78px;
color: #000000;
margin-bottom: 3px; }
@media (max-width: 1399px) {
.pxl-banner.layout-1 .banner-inner .pxl-icon {
font-size: 42px; } }
.pxl-banner.layout-1 .banner-inner .bn-title {
font-size: 48px;
line-height: 1;
color: #ffffff;
font-weight: 700;
margin-bottom: 2px; }
@media (max-width: 1399px) {
.pxl-banner.layout-1 .banner-inner .bn-title {
font-size: 32px; } }
.pxl-banner.layout-1 .banner-inner .bn-sub-title {
font-size: 24px;
line-height: 28px;
color: #ffffff; }
@media (max-width: 1399px) {
.pxl-banner.layout-1 .banner-inner .bn-sub-title {
font-size: 16px;
line-height: 24px; } }
.pxl-banner.layout-1 .banner-inner:hover .bn-image {
-webkit-transform: translateX(-97px) scale(1.1);
-khtml-transform: translateX(-97px) scale(1.1);
-moz-transform: translateX(-97px) scale(1.1);
-ms-transform: translateX(-97px) scale(1.1);
-o-transform: translateX(-97px) scale(1.1);
transform: translateX(-97px) scale(1.1); }
@media (max-width: 1399px) {
.pxl-banner.layout-1 .banner-inner:hover .bn-image {
-webkit-transform: none;
-khtml-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; } }
.pxl-banner.layout-1 .banner-inner:hover .bn-content {
-webkit-transform: translate(0, -105px) scale(0.8);
-khtml-transform: translate(0, -105px) scale(0.8);
-moz-transform: translate(0, -105px) scale(0.8);
-ms-transform: translate(0, -105px) scale(0.8);
-o-transform: translate(0, -105px) scale(0.8);
transform: translate(0, -105px) scale(0.8); }
@media (max-width: 1399px) {
.pxl-banner.layout-1 .banner-inner:hover .bn-content {
-webkit-transform: none;
-khtml-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; } }
.pxl-banner.layout-2 .banner-inner {
position: relative;
overflow: hidden;
border-radius: 5px; }
.pxl-banner.layout-2 .banner-inner .bn-image {
position: relative;
overflow: hidden; }
.pxl-banner.layout-2 .banner-inner .bn-image 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: transform 0.5s linear 0s;
-khtml-transition: transform 0.5s linear 0s;
-moz-transition: transform 0.5s linear 0s;
-ms-transition: transform 0.5s linear 0s;
-o-transition: transform 0.5s linear 0s;
transition: transform 0.5s linear 0s;
width: 100%; }
.pxl-banner.layout-2 .banner-inner .bn-content {
width: 130px;
background-color: var(--primary-color);
text-align: 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; }
.pxl-banner.layout-2 .banner-inner .bn-content .pxl-icon {
font-size: 55px;
color: #ffffff;
-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.5s linear 0s;
-khtml-transition: transform 0.5s linear 0s;
-moz-transition: transform 0.5s linear 0s;
-ms-transition: transform 0.5s linear 0s;
-o-transition: transform 0.5s linear 0s;
transition: transform 0.5s linear 0s; }
@media (max-width: 1399px) {
.pxl-banner.layout-2 .banner-inner .bn-content .pxl-icon {
font-size: 42px; } }
.pxl-banner.layout-2 .banner-inner:hover .bn-image img {
-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); }
.pxl-banner.layout-2 .banner-inner:hover .bn-content .pxl-icon {
-webkit-transform: scale(0.9);
-khtml-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9); }
.pxl-text-editor-wrap.border-left {
padding-left: 25px; }
@media (max-width: 1399px) {
.pxl-text-editor-wrap.border-left {
padding-left: 15px; } }
.pxl-text-editor-wrap.border-left:before {
content: "";
width: 2px;
height: calc(100% - 10px);
position: absolute;
top: 5px;
left: 0;
background-color: var(--primary-color); }
.pxl-portfolio-info {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
overflow: hidden; }
.pxl-portfolio-info .pi-heading {
font-size: 22px;
font-weight: 700;
color: #ffffff;
background-color: var(--primary-color);
text-align: center;
padding: 10px 15px; }
@media (max-width: 575px) {
.pxl-portfolio-info .pi-heading {
font-size: 18px;
padding: 8px 15px; } }
.pxl-portfolio-info .pi-content {
background-color: #f7f7f7;
font-size: 17px;
line-height: 36px;
color: #444444;
padding: 30px 35px 25px; }
@media (max-width: 480px) {
.pxl-portfolio-info .pi-content {
padding: 30px 15px 25px; } }
.pxl-portfolio-info .pi-content ul {
list-style: none;
margin: 0; }
.pxl-portfolio-info .pi-content ul li {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.pxl-portfolio-info .pi-lbl {
font-weight: 700;
color: #00060f; }
.pxl-portfolio-info .pi-vl-title {
font-size: 26px;
font-weight: 700;
color: #00060f;
margin-top: 33px;
line-height: 1; }
.pxl-portfolio-info .pi-rating {
position: relative;
color: #ffb717;
width: 94px;
display: inline-block;
letter-spacing: 3.8px;
line-height: 1; }
.pxl-portfolio-info .pi-rating:before {
content: "" "" "" "" "";
display: block;
font-family: "pxli";
font-size: 14px; }
.pxl-portfolio-info .pi-rating span {
position: absolute;
top: 0;
left: 0;
overflow: hidden; }
.pxl-portfolio-info .pi-rating span:before {
content: "" "" "" "" "";
font-weight: 900;
font-family: "pxli";
font-size: 14px; }
.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: 43px;
color: #ffffff;
align-items: center;
background-color: transparent;
position: relative;
cursor: pointer; }
.pxl-language-switcher .current-item label {
cursor: pointer; }
.pxl-language-switcher .current-item:after {
content: "";
font-family: "pxli";
vertical-align: middle;
display: inline-block;
border: 0;
font-size: 9px;
font-weight: 700;
line-height: 1;
margin-left: 8px; }
.pxl-language-switcher .current-item span {
border: 0;
font-size: 18px;
font-weight: 400;
line-height: 1;
margin-right: 8px;
margin-top: -2px; }
.pxl-language-switcher ul {
background-color: #fff;
visibility: hidden;
opacity: 0;
position: absolute;
width: 150px;
top: calc(100% + 30px);
right: 0;
left: 0;
border-top: 0px solid #cdcdcd;
padding: 10px 5px;
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; }
.pxl-language-switcher ul li a {
border: 0;
padding: 5px 15px;
color: var(--body-color);
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;
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.pxl-language-switcher ul li a:hover {
color: var(--link-color-hover);
border-color: var(--link-color-hover);
-webkit-transform: translateX(10px);
-khtml-transform: translateX(10px);
-moz-transform: translateX(10px);
-ms-transform: translateX(10px);
-o-transform: translateX(10px);
transform: translateX(10px); }
.pxl-language-switcher ul li:last-child a {
border: 0; }
.pxl-language-switcher:focus ul, .pxl-language-switcher:hover ul {
top: 100%;
opacity: 1;
visibility: visible; }
.elementor-widget-pxl_language_switcher:focus ul, .elementor-widget-pxl_language_switcher:hover ul {
top: 100%;
opacity: 1;
visibility: visible; }
.pxl-anchor-wrap .pxl-anchor {
-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;
cursor: pointer; }
.pxl-anchor-wrap.search-mask a {
display: inline-block;
width: 50px;
height: 50px;
font-size: 20px;
line-height: 54px;
position: relative;
z-index: 1;
-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);
color: #111c16;
text-align: center;
background-color: #f4f3f0;
mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-search-mask.png);
-webkit-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-search-mask.png);
-ms-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-search-mask.png);
-o-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-search-mask.png);
-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; }
.pxl-anchor-wrap.search-mask a:hover {
color: #fff;
background-color: var(--second-color); }
.pxl-anchor-wrap .pxl-anchor-icon.custom {
display: inline-block;
width: 30px;
min-width: 30px;
height: 23px;
position: relative;
text-decoration: none; }
.pxl-anchor-wrap .pxl-anchor-icon.custom span {
position: absolute;
height: 3px;
background-color: #000;
border-radius: 3px;
-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 .pxl-anchor-icon.custom span:nth-child(1) {
width: 24px;
top: 0;
bottom: auto; }
.pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(2) {
width: 32px;
top: 10px;
bottom: auto; }
.pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(3) {
width: 18px;
top: auto;
bottom: 0; }
.pxl-anchor-wrap .pxl-anchor-icon.custom:hover span {
background-color: var(--primary-color); }
.pxl-anchor-wrap .pxl-anchor-icon.custom:hover span:nth-child(1) {
width: 32px; }
.pxl-anchor-wrap .pxl-anchor-icon.custom:hover span:nth-child(2) {
width: 18px; }
.pxl-anchor-wrap .pxl-anchor-icon.custom:hover span:nth-child(3) {
width: 24px; }
.anchor-align-end .pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(1) {
left: auto;
right: 0; }
.anchor-align-end .pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(2) {
left: auto;
right: 0; }
.anchor-align-end .pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(3) {
left: auto;
right: 0; }
.pxl-cart-wrap .pxl-cart {
position: relative;
color: var(--heading-color);
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; }
.pxl-cart-wrap .pxl-cart .header-count {
position: absolute;
top: -10px;
right: -10px;
font-size: 10px;
line-height: 18px;
letter-spacing: 0.08em;
padding: 0;
border-radius: 50%;
width: 16px;
height: 16px;
display: inline-block;
text-align: center;
color: #fff;
background-color: var(--primary-color);
-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-cart-wrap .pxl-cart:hover {
color: var(--primary-color); }
.pxl-cart-wrap .pxl-cart:hover .header-count {
background-color: var(--heading-color); }
.pxl-tab-list {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
@media (max-width: 767px) {
.pxl-tab-list .tl-item {
flex: 0 0 100%;
width: 100%; }
.pxl-tab-list .tl-item + .tl-item {
margin-top: 50px; } }
.pxl-tab-list .tl-item:hover .tl-image:after, .pxl-tab-list .tl-item.active .tl-image:after {
opacity: 0; }
.pxl-tab-list .tl-item:hover .tl-image img, .pxl-tab-list .tl-item.active .tl-image img {
opacity: 1;
visibility: visible;
-webkit-animation: flipInX 800ms linear 0s;
-khtml-animation: flipInX 800ms linear 0s;
-moz-animation: flipInX 800ms linear 0s;
-ms-animation: flipInX 800ms linear 0s;
-o-animation: flipInX 800ms linear 0s;
animation: flipInX 800ms linear 0s; }
.pxl-tab-list .tl-item:hover .tl-title-wrap .num, .pxl-tab-list .tl-item.active .tl-title-wrap .num {
background-color: var(--primary-color); }
.pxl-tab-list .tl-image {
position: relative; }
.pxl-tab-list .tl-image:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
@media (max-width: 767px) {
.pxl-tab-list .tl-image:after {
display: none; } }
.pxl-tab-list .tl-image img {
opacity: 0;
visibility: hidden;
-webkit-animation: flipOutX 800ms linear 0s;
-khtml-animation: flipOutX 800ms linear 0s;
-moz-animation: flipOutX 800ms linear 0s;
-ms-animation: flipOutX 800ms linear 0s;
-o-animation: flipOutX 800ms linear 0s;
animation: flipOutX 800ms linear 0s;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
@media (max-width: 767px) {
.pxl-tab-list .tl-image img {
opacity: 1;
visibility: visible;
-webkit-animation: flipInX 800ms linear 0s;
-khtml-animation: flipInX 800ms linear 0s;
-moz-animation: flipInX 800ms linear 0s;
-ms-animation: flipInX 800ms linear 0s;
-o-animation: flipInX 800ms linear 0s;
animation: flipInX 800ms linear 0s;
width: 100%; } }
.pxl-tab-list .tl-title-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-top: 17px; }
.pxl-tab-list .tl-title-wrap .num {
flex: 0 0 auto;
width: auto;
width: 37px;
height: 37px;
display: inline-block;
font-size: 16px;
letter-spacing: 0.02em;
color: #fff;
text-align: center;
line-height: 37px;
-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: rgba(255, 255, 255, 0.23);
margin-right: 15px;
-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-tab-list .tl-title-wrap .tl-title {
flex: 1 0 0%;
padding-top: 7px;
font-size: 22px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0.02em;
color: #fff; }
@media (max-width: 991px) {
.pxl-tab-list .tl-title-wrap .tl-title {
font-size: 18px;
line-height: 24px; } }
@media (max-width: 767px) {
.pxl-tab-list .tl-title-wrap .tl-title br {
display: none; } }
.pxl-tab-list .tl-title-wrap .tl-title a {
color: inherit;
text-decoration: underline 1px rgba(255, 255, 255, 0);
transition: text-decoration-color 300ms; }
.pxl-tab-list .tl-title-wrap .tl-title a:hover {
color: inherit;
text-decoration-color: #c0c0bf; }
.pxl-tabs .tabs-content {
position: relative; }
.pxl-tabs .tabs-content .tab-content {
display: none;
opacity: 0;
-webkit-animation: pxlFadeInRight 400ms linear 1 forwards;
-khtml-animation: pxlFadeInRight 400ms linear 1 forwards;
-moz-animation: pxlFadeInRight 400ms linear 1 forwards;
-ms-animation: pxlFadeInRight 400ms linear 1 forwards;
-o-animation: pxlFadeInRight 400ms linear 1 forwards;
animation: pxlFadeInRight 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;
margin: -5px -19px; }
.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: 767px) {
.pxl-tabs.style-1 .tabs-title {
margin: -5px -10px; } }
.pxl-tabs.style-1 .tabs-title .tab-title {
padding: 5px 19px;
font-size: 17px;
font-weight: 700;
letter-spacing: 0.02em;
color: #191919;
text-transform: uppercase;
cursor: pointer; }
@media (max-width: 767px) {
.pxl-tabs.style-1 .tabs-title .tab-title {
padding: 5px 10px; } }
.pxl-tabs.style-1 .tabs-title .tab-title span {
position: relative;
padding-bottom: 3px; }
.pxl-tabs.style-1 .tabs-title .tab-title span:after {
content: "";
width: 0;
height: 3px;
background-color: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
border-radius: 3px;
-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-tabs.style-1 .tabs-title .tab-title.active span:after, .pxl-tabs.style-1 .tabs-title .tab-title:hover span:after, .pxl-tabs.style-1 .tabs-title .tab-title:focus span:after {
width: 100%; }
.pxl-tabs.style-1 .tabs-content {
margin-top: 38px;
margin-left: -276px;
margin-right: -80px; }
@media (max-width: 1599px) {
.pxl-tabs.style-1 .tabs-content {
margin-right: 0; } }
@media (max-width: 1199px) {
.pxl-tabs.style-1 .tabs-content {
margin-left: -376px; } }
@media (max-width: 991px) {
.pxl-tabs.style-1 .tabs-content {
margin-left: 0; } }
.pxl-service-tabs .tabs-content {
position: relative; }
.pxl-service-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-service-tabs .tabs-content .tab-content.active {
display: block;
opacity: 1; }
@media (max-width: 767px) {
.pxl-service-tabs.style-1 .tabs-title {
margin: 0 -15px;
justify-content: center; } }
.pxl-service-tabs.style-1 .tabs-title .item-inner {
cursor: pointer;
text-align: center;
background-color: #ffffff;
-webkit-transition: background-color 300ms linear;
-khtml-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
padding: 57px 15px 22px 15px;
-webkit-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-khtml-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-moz-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-ms-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-o-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06); }
@media (max-width: 991px) {
.pxl-service-tabs.style-1 .tabs-title .item-inner {
padding: 57px 5px 22px 5px; } }
@media (max-width: 767px) {
.pxl-service-tabs.style-1 .tabs-title .item-inner {
padding: 0 15px;
margin-bottom: 15px;
background-color: transparent;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; } }
.pxl-service-tabs.style-1 .tabs-title .item-inner.active, .pxl-service-tabs.style-1 .tabs-title .item-inner:hover, .pxl-service-tabs.style-1 .tabs-title .item-inner:focus {
background-color: var(--primary-color); }
@media (max-width: 767px) {
.pxl-service-tabs.style-1 .tabs-title .item-inner.active, .pxl-service-tabs.style-1 .tabs-title .item-inner:hover, .pxl-service-tabs.style-1 .tabs-title .item-inner:focus {
background-color: transparent; } }
.pxl-service-tabs.style-1 .tabs-title .item-inner.active .item-icon, .pxl-service-tabs.style-1 .tabs-title .item-inner:hover .item-icon, .pxl-service-tabs.style-1 .tabs-title .item-inner:focus .item-icon {
color: #ffffff;
-webkit-animation: bounceIn 1500ms ease 0s;
-khtml-animation: bounceIn 1500ms ease 0s;
-moz-animation: bounceIn 1500ms ease 0s;
-ms-animation: bounceIn 1500ms ease 0s;
-o-animation: bounceIn 1500ms ease 0s;
animation: bounceIn 1500ms ease 0s; }
.pxl-service-tabs.style-1 .tabs-title .item-inner.active .item-title, .pxl-service-tabs.style-1 .tabs-title .item-inner:hover .item-title, .pxl-service-tabs.style-1 .tabs-title .item-inner:focus .item-title {
color: #ffffff; }
@media (max-width: 767px) {
.pxl-service-tabs.style-1 .tabs-title .item-inner.active .item-title, .pxl-service-tabs.style-1 .tabs-title .item-inner:hover .item-title, .pxl-service-tabs.style-1 .tabs-title .item-inner:focus .item-title {
color: var(--heading-color); }
.pxl-service-tabs.style-1 .tabs-title .item-inner.active .item-title:after, .pxl-service-tabs.style-1 .tabs-title .item-inner:hover .item-title:after, .pxl-service-tabs.style-1 .tabs-title .item-inner:focus .item-title:after {
width: 100%; } }
.pxl-service-tabs.style-1 .tabs-title .item-inner.active .number, .pxl-service-tabs.style-1 .tabs-title .item-inner:hover .number, .pxl-service-tabs.style-1 .tabs-title .item-inner:focus .number {
font-size: 20px;
color: #ffffff; }
.pxl-service-tabs.style-1 .tabs-title .number {
font-size: 48px;
line-height: 1;
font-weight: 700;
color: rgba(var(--primary-color-rgb), 0.26);
position: absolute;
top: 22px;
left: 22px;
-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) {
.pxl-service-tabs.style-1 .tabs-title .number {
font-size: 32px;
top: 15px;
left: 15px; } }
@media (max-width: 767px) {
.pxl-service-tabs.style-1 .tabs-title .number {
display: none; } }
.pxl-service-tabs.style-1 .tabs-title .item-icon {
font-size: 62px;
color: #60615e;
margin-bottom: 25px; }
@media (max-width: 1199px) {
.pxl-service-tabs.style-1 .tabs-title .item-icon {
font-size: 48px;
margin-bottom: 15px; } }
@media (max-width: 991px) {
.pxl-service-tabs.style-1 .tabs-title .item-icon {
font-size: 42px; } }
@media (max-width: 767px) {
.pxl-service-tabs.style-1 .tabs-title .item-icon {
display: none; } }
.pxl-service-tabs.style-1 .tabs-title .item-title {
font-size: 22px;
color: var(--heading-color);
font-weight: 700;
-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) {
.pxl-service-tabs.style-1 .tabs-title .item-title {
font-size: 18px; } }
@media (max-width: 767px) {
.pxl-service-tabs.style-1 .tabs-title .item-title {
position: relative;
padding-bottom: 3px; }
.pxl-service-tabs.style-1 .tabs-title .item-title:after {
content: "";
width: 0;
height: 3px;
background-color: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
border-radius: 3px;
-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-service-tabs.style-1 .tabs-content {
margin-top: 62px; }
@media (max-width: 767px) {
.pxl-service-tabs.style-1 .tabs-content {
margin-top: 32px; } }
.pxl-service-tabs.style-1 .tabs-content .elementor-section {
margin-left: -15px;
margin-right: -15px; }
.elementor-widget-icon.gradient-bg .elementor-icon {
background-image: -webkit-gradient(linear, left top, left bottom, from(#76cd14), to(#478B02));
background-image: -webkit-linear-gradient(top, #76cd14, #478B02);
background-image: -moz-linear-gradient(top, #76cd14, #478B02);
background-image: -ms-linear-gradient(top, #76cd14, #478B02);
background-image: -o-linear-gradient(top, #76cd14, #478B02);
background-image: linear-gradient(top, #76cd14, #478B02);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#76cd14", endColorStr="#478B02"); }
.triangle-section {
background-color: #fff;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100px;
-webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
clip-path: polygon(100% 100%, 0 100%, 100% 0);
-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; }
@media (max-width: 1199px) {
.triangle-section {
height: 70px; } }
@media (max-width: 575px) {
.triangle-section {
height: 50px; } }
.triangle1-section {
background-color: #fff;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 153px;
-webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
clip-path: polygon(100% 100%, 0 100%, 100% 0);
-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; }
@media (max-width: 1199px) {
.triangle1-section {
height: 80px; } }
@media (max-width: 575px) {
.triangle1-section {
height: 50px; } }
.pxl-hotline {
position: absolute;
left: 0;
bottom: 0;
padding: 47px 50px 50px 47px;
background-color: var(--primary-color);
max-width: 478px;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
@media (max-width: 1399px) {
.pxl-hotline {
padding: 30px 15px 20px 30px;
max-width: 430px; } }
@media (max-width: 1199px) {
.pxl-hotline {
padding: 30px 30px 30px 30px;
max-width: 350px; } }
@media (max-width: 767px) {
.pxl-hotline {
bottom: -50px;
left: 15px; } }
.pxl-hotline .pxl-icon {
flex: 0 0 auto;
width: auto;
width: 83px;
height: 83px;
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%;
line-height: 83px;
font-size: 35px;
color: #ffffff;
text-align: center;
background-color: #199938;
-webkit-animation: tada 2s linear infinite;
-khtml-animation: tada 2s linear infinite;
-moz-animation: tada 2s linear infinite;
-ms-animation: tada 2s linear infinite;
-o-animation: tada 2s linear infinite;
animation: tada 2s linear infinite;
-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; }
@media (max-width: 1199px) {
.pxl-hotline .pxl-icon {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 28px; } }
.pxl-hotline .info-desc {
flex: 1 0 0%;
padding-left: 20px;
font-size: 27px;
font-weight: 700;
line-height: 35px;
color: #ffffff; }
@media (max-width: 1199px) {
.pxl-hotline .info-desc {
font-size: 20px;
line-height: 28px; } }
.pxl-hotline .info-desc span {
color: #e2e659; }
.pxl-hotline .info-desc a {
color: inherit; }
.pxl-hotline .info-desc a:hover {
color: inherit; }
.pxl-hotline:hover .pxl-icon {
background-color: var(--second-color); }
.pxl-showcase .item-image::-webkit-scrollbar {
display: none; }
.pxl-showcase a.menu-showcase:hover {
padding-left: 0; }
.pxl-showcase .content-inner {
position: relative; }
@media (max-width: 1199px) {
.pxl-showcase .content-inner {
display: none; } }
.pxl-showcase .item-image {
position: relative;
width: 100%;
overflow: auto;
-ms-overflow-style: none;
scrollbar-width: none;
overflow-y: scroll;
-webkit-box-shadow: 10px 0 30px rgba(var(--heading-color-rgb),0.3);
-khtml-box-shadow: 10px 0 30px rgba(var(--heading-color-rgb),0.3);
-moz-box-shadow: 10px 0 30px rgba(var(--heading-color-rgb),0.3);
-ms-box-shadow: 10px 0 30px rgba(var(--heading-color-rgb),0.3);
-o-box-shadow: 10px 0 30px rgba(var(--heading-color-rgb),0.3);
box-shadow: 10px 0 30px rgba(var(--heading-color-rgb),0.3);
border-radius: 5px;
-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);
height: 318px; }
.pxl-showcase .item-image img {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
transform: translateY(0);
transition: transform 6s ease-out, top 6s ease-out;
-webkit-transition: transform 6s ease-out, top 6s ease-out;
-moz-transition: transform 6s ease-out, top 6s ease-out; }
.pxl-showcase .item-image .shortcode-1:hover img {
top: 100%;
transform: translateY(-100%); }
.pxl-showcase .item-buttons {
position: absolute;
top: 150px;
left: 0;
right: 0;
display: flex;
flex-wrap: nowrap;
justify-content: center;
-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);
margin-top: 30px;
opacity: 0;
z-index: 99; }
.pxl-showcase .item-buttons a {
color: #fff;
border-color: #fff;
margin: 0 5px;
padding: 3px 12px !important;
border-bottom: 2px solid #fff !important;
min-width: 108px; }
.pxl-showcase .item-buttons a:hover {
border-color: var(--primary-color);
background-color: var(--primary-color) !important;
border-bottom-color: var(--primary-color) !important;
color: #fff !important; }
.pxl-showcase .item-title {
display: block;
font-size: 20px;
line-height: 1.33333;
font-family: var(--heading-font-family);
color: #fff;
font-weight: 700;
letter-spacing: -0.03em;
text-align: center;
margin-top: 18px;
text-transform: capitalize; }
@media (max-width: 1199px) {
.pxl-showcase .item-title {
margin-top: 0;
padding: 8px 0;
display: inline-block;
color: var(--heading-color);
font-size: 16px;
font-weight: 400;
background-color: transparent;
font-family: var(--body-font-family);
text-transform: capitalize; } }
.pxl-showcase:hover .item-image img {
top: 100%;
transform: translateY(-100%); }
.pxl-showcase:hover .item-buttons {
opacity: 1;
margin-top: 0; }
.coming-soon .pxl-showcase:hover .item-image img {
top: 0;
transform: translateY(0); }
.pxl-image-wg {
line-height: 1; }
.pxl-image-wg.pxl-bg-parallax img {
opacity: 0;
visibility: hidden;
width: 100%; }
.pxl-image-wg.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-image-wg.move-from-left {
clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
.pxl-image-wg.move-from-left img {
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-image-wg.move-from-left.pxl-animated {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
.pxl-image-wg.move-from-left.pxl-animated img {
-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-image-wg.move-from-right {
clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); }
.pxl-image-wg.move-from-right img {
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-image-wg.move-from-right.pxl-animated {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
.pxl-image-wg.move-from-right.pxl-animated img {
-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-image-wg.skew-in {
visibility: hidden; }
.pxl-image-wg.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-image-wg .parallax-inner {
background-image: var(--pxl-bg-lazy); }
.pxl-image-wg .parallax-inner.pxl-lazy-loaded {
--pxl-bg-lazy-loaded: var(--pxl-bg-lazy); }
.pxl-image-wg.img-mask {
display: inline-block;
mask-image: var(--pxl-img-mask);
-webkit-mask-image: var(--pxl-img-mask);
-ms-mask-image: var(--pxl-img-mask);
-o-mask-image: var(--pxl-img-mask);
-webkit-mask-repeat: no-repeat;
-ms-mask-repeat: no-repeat;
-o-mask-repeat: no-repeat;
-webkit-mask-position: center;
-ms-mask-position: center;
-o-mask-position: center;
mask-position: center;
-webkit-mask-size: contain; }
.pxl-post-grid .grid-filter-wrap {
margin-bottom: 40px;
margin-left: -2px;
margin-right: -2px; }
.pxl-post-grid .grid-filter-wrap .filter-item {
font-size: 16px;
font-weight: 500;
line-height: 30px;
color: #383838;
margin-top: 10px;
cursor: pointer;
padding: 0 17px;
margin-left: 2px;
margin-right: 2px;
-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-post-grid .grid-filter-wrap .filter-item.active, .pxl-post-grid .grid-filter-wrap .filter-item:hover {
color: #ffffff;
background-color: var(--primary-color);
border-radius: 5px; }
.pxl-post-grid .grid-sizer {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.pxl-post-grid.layout-post-1 .item-featured {
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
overflow: hidden; }
.pxl-post-grid.layout-post-1 .item-featured a {
display: block;
position: relative; }
.pxl-post-grid.layout-post-1 .item-featured a 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: transform 2s linear;
-khtml-transition: transform 2s linear;
-moz-transition: transform 2s linear;
-ms-transition: transform 2s linear;
-o-transition: transform 2s linear;
transition: transform 2s linear; }
.pxl-post-grid.layout-post-1 .item-featured a:before {
position: absolute;
top: 0;
left: -100%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(50deg);
transform: skewX(50deg); }
.pxl-post-grid.layout-post-1 .item-featured a:hover img {
-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);
opacity: 0.9; }
.pxl-post-grid.layout-post-1 .item-featured a:hover:before {
-webkit-animation: shine 0.75s;
animation: shine 0.75s; }
.pxl-post-grid.layout-post-1 .item-title {
font-size: 22px;
font-weight: 700;
line-height: 1.2727272727;
letter-spacing: -0.02em;
margin-top: 21px;
margin-bottom: 18px;
display: block;
display: -webkit-box;
max-height: 56.0000000001px;
font-size: 22px;
line-height: 1.2727272727;
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-grid.layout-post-1 .item-title > * {
display: block;
display: -webkit-box;
max-height: 56.0000000001px;
font-size: 22px;
line-height: 1.2727272727;
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-grid.layout-post-1 .item-post-meta {
font-size: 14px;
color: #a4a8b0; }
.pxl-post-grid.layout-post-1 .item-post-meta .meta-inner {
margin-left: -16px;
margin-right: -16px; }
.pxl-post-grid.layout-post-1 .item-post-meta .meta-item {
position: relative;
padding-left: 16px;
padding-right: 16px; }
.pxl-post-grid.layout-post-1 .item-post-meta .meta-item + .meta-item:before {
content: "-";
position: absolute;
left: -2px;
top: 50%;
line-height: 1px; }
.pxl-post-grid.layout-post-1 .item-excerpt {
margin-top: 10px; }
.pxl-post-grid.layout-post-1 .item-readmore {
margin-top: 20px; }
.pxl-post-grid.layout-post-2 .grid-item {
margin-bottom: 22px; }
.pxl-post-grid.layout-post-2 .grid-item-inner {
padding: 15px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-khtml-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-moz-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-ms-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-o-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-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-post-grid.layout-post-2 .grid-item-inner:hover {
-webkit-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
-khtml-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
-moz-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
-ms-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
-o-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06); }
.pxl-post-grid.layout-post-2 .item-featured {
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
overflow: hidden; }
.pxl-post-grid.layout-post-2 .item-featured a {
display: block;
position: relative; }
.pxl-post-grid.layout-post-2 .item-featured a img {
-webkit-transform: rotate(0deg) scale(1);
-khtml-transform: rotate(0deg) scale(1);
-moz-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
-webkit-transition: transform 2s linear;
-khtml-transition: transform 2s linear;
-moz-transition: transform 2s linear;
-ms-transition: transform 2s linear;
-o-transition: transform 2s linear;
transition: transform 2s linear; }
.pxl-post-grid.layout-post-2 .item-featured a:before {
position: absolute;
top: 0;
left: -100%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(50deg);
transform: skewX(50deg); }
.pxl-post-grid.layout-post-2 .item-featured a:hover img {
-webkit-transform: rotate(5deg) scale(1.2);
-khtml-transform: rotate(5deg) scale(1.2);
-moz-transform: rotate(5deg) scale(1.2);
-ms-transform: rotate(5deg) scale(1.2);
-o-transform: rotate(5deg) scale(1.2);
transform: rotate(5deg) scale(1.2);
opacity: 0.9; }
.pxl-post-grid.layout-post-2 .item-featured a:hover:before {
-webkit-animation: shine 0.75s;
animation: shine 0.75s; }
.pxl-post-grid.layout-post-2 .item-content {
padding: 15px 15px 27px 15px; }
@media (max-width: 375px) {
.pxl-post-grid.layout-post-2 .item-content {
padding: 15px 0 20px 0; } }
.pxl-post-grid.layout-post-2 .item-post-meta {
margin-top: 5px;
font-size: 16px;
color: var(--body-color);
line-height: 24px; }
.pxl-post-grid.layout-post-2 .item-post-meta .avatar {
width: 40px;
height: 40px;
margin-right: 10px;
display: inline-flex;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
@media (max-width: 375px) {
.pxl-post-grid.layout-post-2 .item-post-meta .avatar {
width: 20px;
height: 20px;
margin-right: 5px; } }
.pxl-post-grid.layout-post-2 .item-post-meta .pxl-icon {
color: var(--second-color);
margin-right: 5px;
font-size: 14px;
margin-top: -3px; }
.pxl-post-grid.layout-post-2 .item-post-meta .meta-inner {
margin-left: -8px;
margin-right: -8px; }
.pxl-post-grid.layout-post-2 .item-post-meta .meta-item {
position: relative;
padding-left: 8px;
padding-right: 8px;
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; }
.pxl-post-grid.layout-post-2 .item-post-meta .meta-item a {
color: inherit; }
.pxl-post-grid.layout-post-2 .item-post-meta .meta-item a:hover {
color: var(--link-color-hover); }
.pxl-post-grid.layout-post-2 .item-title {
font-size: 24px;
font-weight: 700;
line-height: 1.25;
margin-top: 12px;
margin-bottom: 0;
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 24px;
line-height: 1.25;
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-grid.layout-post-2 .item-title > * {
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 24px;
line-height: 1.25;
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-grid.layout-post-2 .item-excerpt {
margin-top: 14px;
font-size: 17px;
line-height: 25px;
color: #757474; }
.pxl-post-grid.layout-post-2 .item-readmore {
margin-top: 20px; }
.pxl-post-grid.layout-post-2 .pxl-load-more {
margin-top: 30px; }
.pxl-post-grid.layout-post-3 .grid-item-inner {
position: relative;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-khtml-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-moz-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-ms-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-o-box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
box-shadow: 0 0 18px rgba(0, 3, 13, 0.05);
-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;
overflow: hidden; }
.pxl-post-grid.layout-post-3 .grid-item-inner:hover {
-webkit-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
-khtml-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
-moz-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
-ms-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
-o-box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06);
box-shadow: 0 20px 18px rgba(0, 3, 13, 0.06); }
.pxl-post-grid.layout-post-3 .item-featured {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
overflow: hidden; }
.pxl-post-grid.layout-post-3 .item-featured a {
display: block;
position: relative; }
.pxl-post-grid.layout-post-3 .item-featured a img {
-webkit-transform: rotate(0deg) scale(1);
-khtml-transform: rotate(0deg) scale(1);
-moz-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
-webkit-transition: transform 2s linear 0s;
-khtml-transition: transform 2s linear 0s;
-moz-transition: transform 2s linear 0s;
-ms-transition: transform 2s linear 0s;
-o-transition: transform 2s linear 0s;
transition: transform 2s linear 0s; }
.pxl-post-grid.layout-post-3 .grid-item-inner:hover .item-featured a img {
-webkit-transform: rotate(5deg) scale(1.2);
-khtml-transform: rotate(5deg) scale(1.2);
-moz-transform: rotate(5deg) scale(1.2);
-ms-transform: rotate(5deg) scale(1.2);
-o-transform: rotate(5deg) scale(1.2);
transform: rotate(5deg) scale(1.2); }
.pxl-post-grid.layout-post-3 .item-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
background-image: -webkit-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.76));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.76));
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.76));
background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.76));
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.76));
background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.76)); }
.pxl-post-grid.layout-post-3 .item-content .content-inner {
-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.5s linear 0s;
-khtml-transition: transform 0.5s linear 0s;
-moz-transition: transform 0.5s linear 0s;
-ms-transition: transform 0.5s linear 0s;
-o-transition: transform 0.5s linear 0s;
transition: transform 0.5s linear 0s; }
.pxl-post-grid.layout-post-3 .item-content:hover .content-inner {
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px); }
@media (min-width: 1200px) {
.pxl-post-grid.layout-post-3 .col-xl-6 .item-content {
padding: 20px 30px; } }
.pxl-post-grid.layout-post-3 .item-date {
margin-top: 5px;
font-size: 14px;
color: #ffffff;
line-height: 24px; }
.pxl-post-grid.layout-post-3 .item-date .pxl-icon {
display: inline-block;
color: var(--second-color);
margin-right: 5px;
font-size: 14px;
margin-top: -3px; }
.pxl-post-grid.layout-post-3 .item-title {
font-size: 24px;
font-weight: 700;
line-height: 1.25;
margin-top: 0.4em;
margin-bottom: 0.6em;
color: #ffffff;
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 24px;
line-height: 1.25;
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-grid.layout-post-3 .item-title > * {
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 24px;
line-height: 1.25;
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; }
@media (min-width: 576px) and (max-width: 767px) {
.pxl-post-grid.layout-post-3 .item-title {
font-size: 20px;
display: block;
display: -webkit-box;
max-height: 50px;
font-size: 20px;
line-height: 1.25;
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-grid.layout-post-3 .item-title > * {
display: block;
display: -webkit-box;
max-height: 50px;
font-size: 20px;
line-height: 1.25;
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; } }
@media (max-width: 480px) {
.pxl-post-grid.layout-post-3 .item-title {
font-size: 18px;
display: block;
display: -webkit-box;
max-height: 45px;
font-size: 18px;
line-height: 1.25;
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-grid.layout-post-3 .item-title > * {
display: block;
display: -webkit-box;
max-height: 45px;
font-size: 18px;
line-height: 1.25;
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-grid.layout-post-3 .item-title a {
color: inherit;
position: relative;
text-decoration: underline 1px rgba(255, 255, 255, 0);
transition: text-decoration-color 300ms;
-webkit-text-underline-position: under;
-ms-text-underline-position: below;
text-underline-position: under; }
.pxl-post-grid.layout-post-3 .item-title a:hover {
text-decoration-color: #b4b6b7; }
@media (min-width: 1200px) {
.pxl-post-grid.layout-post-3 .grid-item:nth-child(1) .item-title {
font-size: 36px;
font-weight: 700;
line-height: 1.25;
display: block;
display: -webkit-box;
max-height: 90px;
font-size: 36px;
line-height: 1.25;
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-grid.layout-post-3 .grid-item:nth-child(1) .item-title > * {
display: block;
display: -webkit-box;
max-height: 90px;
font-size: 36px;
line-height: 1.25;
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-grid.layout-post-3 .grid-item:nth-child(2) .item-title {
font-size: 30px;
font-weight: 700;
line-height: 1.25;
display: block;
display: -webkit-box;
max-height: 75px;
font-size: 30px;
line-height: 1.25;
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-grid.layout-post-3 .grid-item:nth-child(2) .item-title > * {
display: block;
display: -webkit-box;
max-height: 75px;
font-size: 30px;
line-height: 1.25;
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-grid.layout-post-3 .item-author {
font-size: 16px;
line-height: 24px;
color: #ffffff;
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; }
@media (min-width: 576px) and (max-width: 991px) {
.pxl-post-grid.layout-post-3 .item-author {
display: none; } }
@media (max-width: 480px) {
.pxl-post-grid.layout-post-3 .item-author {
display: none; } }
.pxl-post-grid.layout-post-3 .item-author .avatar {
width: 50px;
height: 50px;
margin-right: 12px;
display: inline-flex;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
@media (max-width: 375px) {
.pxl-post-grid.layout-post-3 .item-author .avatar {
width: 30px;
height: 30px;
margin-right: 6px; } }
.pxl-post-grid.layout-post-3 .item-author a {
color: inherit; }
.pxl-post-grid.layout-post-3 .item-author a:hover {
color: inherit; }
.pxl-post-grid.layout-post-3 .item-excerpt {
margin-top: 14px;
font-size: 17px;
line-height: 25px;
color: #fff; }
.pxl-post-grid.layout-post-3 .item-readmore {
margin-top: 20px; }
.pxl-post-grid.layout-post-3 .pxl-load-more {
margin-top: 40px; }
.pxl-post-grid.layout-post-4 .item-featured {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
overflow: hidden; }
.pxl-post-grid.layout-post-4 .item-featured a {
display: block;
position: relative; }
.pxl-post-grid.layout-post-4 .item-featured 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 2s linear;
-khtml-transition: transform 2s linear;
-moz-transition: transform 2s linear;
-ms-transition: transform 2s linear;
-o-transition: transform 2s linear;
transition: transform 2s linear; }
.pxl-post-grid.layout-post-4 .item-featured a .post-date {
position: absolute;
top: 43px;
left: 50px;
width: 57px;
background-color: var(--primary-color);
color: #fff;
font-weight: 700;
text-align: center;
line-height: 1;
padding: 10px 0;
border-radius: 3px;
-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);
-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; }
@media (max-width: 1199px) {
.pxl-post-grid.layout-post-4 .item-featured a .post-date {
top: 20px;
left: 20px; } }
.pxl-post-grid.layout-post-4 .item-featured a .post-date .month {
font-size: 14px;
display: block; }
.pxl-post-grid.layout-post-4 .item-featured a .post-date .day {
display: block;
font-size: 20px;
margin-top: 2px; }
.pxl-post-grid.layout-post-4 .item-featured a:before {
position: absolute;
top: 0;
left: -120%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(50deg);
transform: skewX(50deg); }
.pxl-post-grid.layout-post-4 .item-featured a:hover img {
-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);
opacity: 0.9; }
.pxl-post-grid.layout-post-4 .item-featured a:hover .post-date {
-webkit-transform: translate(-50px, -43px);
-khtml-transform: translate(-50px, -43px);
-moz-transform: translate(-50px, -43px);
-ms-transform: translate(-50px, -43px);
-o-transform: translate(-50px, -43px);
transform: translate(-50px, -43px); }
@media (max-width: 1199px) {
.pxl-post-grid.layout-post-4 .item-featured a:hover .post-date {
-webkit-transform: translate(-20px, -20px);
-khtml-transform: translate(-20px, -20px);
-moz-transform: translate(-20px, -20px);
-ms-transform: translate(-20px, -20px);
-o-transform: translate(-20px, -20px);
transform: translate(-20px, -20px); } }
.pxl-post-grid.layout-post-4 .item-featured a:hover:before {
-webkit-animation: shine 0.75s;
animation: shine 0.75s; }
.pxl-post-grid.layout-post-4 .item-content {
padding: 24px 15px 0 47px; }
@media (max-width: 1199px) {
.pxl-post-grid.layout-post-4 .item-content {
padding: 24px 0 0 0; } }
.pxl-post-grid.layout-post-4 .item-title {
margin-top: 0;
font-size: 27px;
font-weight: 700;
line-height: 1.2727272727;
margin-bottom: 0;
display: block;
display: -webkit-box;
max-height: 56.0000000001px;
font-size: 22px;
line-height: 1.2727272727;
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-grid.layout-post-4 .item-title > * {
display: block;
display: -webkit-box;
max-height: 56.0000000001px;
font-size: 22px;
line-height: 1.2727272727;
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-grid.layout-post-4 .item-title a {
text-decoration: underline 1px rgba(255, 255, 255, 0);
transition: text-decoration-color 300ms;
-webkit-text-underline-position: under;
-ms-text-underline-position: below;
text-underline-position: under; }
.pxl-post-grid.layout-post-4 .item-title a:hover {
color: inherit;
text-decoration-color: #666666; }
.pxl-post-grid.layout-post-4 .item-post-meta {
color: #a4a8b0; }
.pxl-post-grid.layout-post-4 .item-post-meta .meta-inner {
margin-left: -16px;
margin-right: -16px; }
.pxl-post-grid.layout-post-4 .item-post-meta .meta-item {
position: relative;
padding-left: 16px;
padding-right: 16px; }
.pxl-post-grid.layout-post-4 .item-post-meta .meta-item + .meta-item:before {
content: "-";
position: absolute;
left: -2px;
top: 50%;
line-height: 1px; }
.pxl-post-grid.layout-post-4 .item-excerpt {
margin-top: 10px; }
.pxl-post-grid.layout-post-4 .item-readmore {
margin-top: 20px; }
.pxl-post-grid.layout-post-5 .grid-item {
margin-bottom: 0; }
.pxl-post-grid.layout-post-5 .grid-item-inner {
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-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;
background-color: #fff; }
.pxl-post-grid.layout-post-5 .grid-item-inner:hover {
-webkit-box-shadow: 0 20px 18px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 20px 18px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 20px 18px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 20px 18px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 20px 18px rgba(0, 0, 0, 0.06);
box-shadow: 0 20px 18px rgba(0, 0, 0, 0.06); }
.pxl-post-grid.layout-post-5 .item-content {
padding: 25px 15px 20px 30px; }
@media (max-width: 1199px) {
.pxl-post-grid.layout-post-5 .item-content {
padding: 20px 15px 20px 15px; } }
.pxl-post-grid.layout-post-5 .item-post-meta {
margin-top: 5px;
font-size: 16px;
color: #8e8e8e;
line-height: 24px;
font-weight: 500; }
@media (max-width: 1199px) {
.pxl-post-grid.layout-post-5 .item-post-meta {
font-size: 15px; } }
.pxl-post-grid.layout-post-5 .item-post-meta .avatar {
width: 45px;
height: 45px;
margin-right: 10px;
display: inline-flex;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
@media (max-width: 375px) {
.pxl-post-grid.layout-post-5 .item-post-meta .avatar {
width: 20px;
height: 20px;
margin-right: 5px; } }
.pxl-post-grid.layout-post-5 .item-post-meta .separate {
width: 5px;
height: 5px;
border-radius: 50%;
background-color: var(--primary-color);
display: block; }
.pxl-post-grid.layout-post-5 .item-post-meta .meta-inner {
margin-left: -8px;
margin-right: -8px; }
.pxl-post-grid.layout-post-5 .item-post-meta .meta-item {
position: relative;
padding-left: 8px;
padding-right: 8px;
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; }
.pxl-post-grid.layout-post-5 .item-post-meta .meta-item a {
color: inherit; }
.pxl-post-grid.layout-post-5 .item-post-meta .meta-item a:hover {
color: var(--link-color-hover); }
.pxl-post-grid.layout-post-5 .item-title {
font-size: 24px;
font-weight: 700;
line-height: 1.25;
margin-top: 12px;
margin-bottom: 0;
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 24px;
line-height: 1.25;
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-grid.layout-post-5 .item-title > * {
display: block;
display: -webkit-box;
max-height: 60px;
font-size: 24px;
line-height: 1.25;
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-grid.layout-post-5 .item-excerpt {
margin-top: 14px;
font-size: 17px;
line-height: 25px;
color: #757474; }
.pxl-post-grid.layout-post-5 .item-readmore {
margin-top: 20px; }
.pxl-post-grid.layout-post-5 .pxl-load-more {
margin-top: 30px; }
.pxl-portfolio-grid .grid-filter-wrap {
margin-bottom: 32px;
margin-left: -2px;
margin-right: -2px; }
.pxl-portfolio-grid .grid-filter-wrap .filter-item {
font-size: 16px;
font-weight: 500;
line-height: 30px;
color: #383838;
margin-top: 10px;
cursor: pointer;
padding: 0 17px;
margin-left: 2px;
margin-right: 2px;
-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-portfolio-grid .grid-filter-wrap .filter-item.active, .pxl-portfolio-grid .grid-filter-wrap .filter-item:hover {
color: #ffffff;
background-color: var(--primary-color);
border-radius: 5px; }
.pxl-portfolio-grid .grid-sizer {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner {
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
overflow: hidden; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-featured, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-featured, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-featured {
overflow: hidden; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .gradient-overlay, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .gradient-overlay, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .gradient-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
background-image: -webkit-gradient(rgba(0, 4, 9, 0) 0%, rgba(0, 4, 9, 0) 30%, rgba(0, 4, 9, 0.9) 100%);
background-image: -webkit-linear-gradient(rgba(0, 4, 9, 0) 0%, rgba(0, 4, 9, 0) 30%, rgba(0, 4, 9, 0.9) 100%);
background-image: -moz-linear-gradient(rgba(0, 4, 9, 0) 0%, rgba(0, 4, 9, 0) 30%, rgba(0, 4, 9, 0.9) 100%);
background-image: -ms-linear-gradient(rgba(0, 4, 9, 0) 0%, rgba(0, 4, 9, 0) 30%, rgba(0, 4, 9, 0.9) 100%);
background-image: -o-linear-gradient(rgba(0, 4, 9, 0) 0%, rgba(0, 4, 9, 0) 30%, rgba(0, 4, 9, 0.9) 100%);
background-image: linear-gradient(rgba(0, 4, 9, 0) 0%, rgba(0, 4, 9, 0) 30%, rgba(0, 4, 9, 0.9) 100%);
-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.4s ease, opacity 0.4s ease;
-khtml-transition: transform 0.4s ease, opacity 0.4s ease;
-moz-transition: transform 0.4s ease, opacity 0.4s ease;
-ms-transition: transform 0.4s ease, opacity 0.4s ease;
-o-transition: transform 0.4s ease, opacity 0.4s ease;
transition: transform 0.4s ease, opacity 0.4s ease; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-content, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-content, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: auto;
opacity: 0;
background: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/img-shadow.png) no-repeat;
background-position: left top;
-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.4s ease, opacity 0.4s ease;
-khtml-transition: transform 0.4s ease, opacity 0.4s ease;
-moz-transition: transform 0.4s ease, opacity 0.4s ease;
-ms-transition: transform 0.4s ease, opacity 0.4s ease;
-o-transition: transform 0.4s ease, opacity 0.4s ease;
transition: transform 0.4s ease, opacity 0.4s ease; }
@media (max-width: 1199px) {
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-content, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-content, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-content {
background: none; } }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .content-inner, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .content-inner, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .content-inner {
position: relative;
padding: 30px 70px 27px 30px; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-title, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-title, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-title {
font-size: 18px;
font-weight: 700;
margin-top: 0;
margin-bottom: 9px;
color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-title a, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-title a, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-title a {
color: inherit; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-category, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-category, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-category {
font-size: 14px;
color: #8d8d8d; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-category a, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-category a, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-category a {
color: inherit; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-category a:hover, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-category a:hover, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-category a:hover {
color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-readmore, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore {
position: absolute;
bottom: 22px;
right: 24px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus {
position: relative;
background-color: var(--second-color); }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:before, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:before, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:before {
content: "";
width: 2px;
height: 16px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -1px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:after, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:after, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:after {
content: "";
height: 2px;
width: 16px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -1px;
margin-left: -8px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:hover, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:hover, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:hover {
background-color: var(--primary-color); }
.pxl-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner:hover .gradient-overlay, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner:hover .gradient-overlay, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner:hover .gradient-overlay {
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-portfolio-grid.layout-portfolio-1 .pxl-grid-inner .grid-item-inner:hover .item-content, .pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner:hover .item-content, .pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner:hover .item-content {
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-portfolio-grid .pxl-load-more .btn-icon {
font-size: 17px; }
@media (min-width: 992px) {
.pxl-portfolio-grid.layout-portfolio-2 .grid-filter-wrap {
margin-bottom: 60px; }
.pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .content-inner {
padding: 50px 160px 60px 60px; }
.pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-title {
font-size: 36px;
margin-bottom: 5px; }
.pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-category {
font-size: 22px; }
.pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore {
position: absolute;
bottom: 62px;
right: 65px; }
.pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus {
position: relative;
background-color: var(--second-color);
width: 82px;
height: 82px;
line-height: 82px; }
.pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:before {
content: "";
width: 5px;
height: 30px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -2.5px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:after {
content: "";
height: 5px;
width: 30px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -2.5px;
margin-left: -15px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-2 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:hover {
background-color: var(--primary-color); } }
@media (min-width: 992px) {
.pxl-portfolio-grid.layout-portfolio-3 .grid-filter-wrap {
margin-bottom: 60px; }
.pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .content-inner {
padding: 50px 160px 60px 60px; }
.pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-title {
font-size: 36px;
margin-bottom: 5px; }
.pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-category {
font-size: 22px; }
.pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore {
position: absolute;
bottom: 62px;
right: 65px; }
.pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus {
position: relative;
background-color: var(--second-color);
width: 82px;
height: 82px;
line-height: 82px; }
.pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:before {
content: "";
width: 5px;
height: 30px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -2.5px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:after {
content: "";
height: 5px;
width: 30px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -2.5px;
margin-left: -15px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-3 .pxl-grid-inner .grid-item-inner .item-readmore .btn-readmore-plus:hover {
background-color: var(--primary-color); } }
.pxl-portfolio-grid.layout-portfolio-4 .grid-filter-wrap {
margin-bottom: 60px; }
.pxl-portfolio-grid.layout-portfolio-4 .grid-item-inner {
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
-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-portfolio-grid.layout-portfolio-4 .grid-item-inner:hover .pxl-overlay-content {
opacity: 1;
visibility: visible; }
.pxl-portfolio-grid.layout-portfolio-4 .grid-item-inner:hover .pxl-overlay-content .btn-zoom {
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-portfolio-grid.layout-portfolio-4 .pxl-overlay-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.79);
opacity: 0;
visibility: hidden; }
.pxl-portfolio-grid.layout-portfolio-4 .pxl-overlay-content .btn-zoom {
color: #ffffff;
width: 80px;
height: 80px;
line-height: 80px;
display: inline-block;
background-color: var(--primary-color);
text-align: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
font-size: 14px;
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);
-webkit-transition: all 0.4s ease 0.1s;
-khtml-transition: all 0.4s ease 0.1s;
-moz-transition: all 0.4s ease 0.1s;
-ms-transition: all 0.4s ease 0.1s;
-o-transition: all 0.4s ease 0.1s;
transition: all 0.4s ease 0.1s; }
@media (min-width: 576px) and (max-width: 767px) {
.pxl-portfolio-grid.layout-portfolio-4 .pxl-overlay-content .btn-zoom {
width: 50px;
height: 50px;
line-height: 50px; } }
@media (max-width: 480px) {
.pxl-portfolio-grid.layout-portfolio-4 .pxl-overlay-content .btn-zoom {
width: 50px;
height: 50px;
line-height: 50px; } }
.pxl-portfolio-grid.layout-portfolio-4 .pxl-overlay-content .btn-zoom:hover {
background-color: var(--second-color); }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner {
overflow: hidden; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-featured {
overflow: hidden;
filter: brightness(45%); }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-featured img {
filter: grayscale(100%); }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .pxl-overlay {
opacity: 0; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-content {
position: absolute;
bottom: 17%;
left: 12%;
right: 15px;
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);
-webkit-transition: transform 0.4s ease, opacity 0.4s ease;
-khtml-transition: transform 0.4s ease, opacity 0.4s ease;
-moz-transition: transform 0.4s ease, opacity 0.4s ease;
-ms-transition: transform 0.4s ease, opacity 0.4s ease;
-o-transition: transform 0.4s ease, opacity 0.4s ease;
transition: transform 0.4s ease, opacity 0.4s ease; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .content-inner {
position: relative; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-number {
font-size: 128px;
line-height: 1;
font-weight: 700;
letter-spacing: 0.01em;
margin-left: -5px;
-webkit-text-stroke: 0.5px #e9e9e9;
color: transparent; }
@media (max-width: 1599px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-number {
font-size: 100px; } }
@media (max-width: 1199px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-number {
font-size: 70px; } }
@media (max-width: 991px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-number {
font-size: 100px; } }
@media (max-width: 767px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-number {
font-size: 70px; } }
@media (max-width: 575px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-number {
font-size: 100px; } }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-title {
font-size: 30px;
font-weight: 700;
margin-top: 5px;
margin-bottom: 4px;
color: #ffffff; }
@media (max-width: 1599px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-title {
font-size: 24px; } }
@media (max-width: 1199px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-title {
font-size: 20px; } }
@media (max-width: 991px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-title {
font-size: 24px; } }
@media (max-width: 767px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-title {
font-size: 20px; } }
@media (max-width: 575px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-title {
font-size: 24px; } }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-title a {
color: inherit; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-category {
font-size: 16px;
color: var(--second-color); }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-category a {
color: inherit; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-category a:hover {
color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore {
position: absolute;
top: 50%;
left: 50%;
margin-top: -48px;
margin-left: -48px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
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);
-webkit-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
-khtml-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
-moz-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
-ms-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
-o-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s; }
@media (max-width: 1599px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore {
margin-top: -38px;
margin-left: -38px; } }
@media (max-width: 1199px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore {
margin-top: -30px;
margin-left: -30px; } }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore .btn-readmore-plus {
width: 96px;
height: 96px;
position: relative;
background-color: var(--second-color); }
@media (max-width: 1599px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore .btn-readmore-plus {
width: 76px;
height: 76px; } }
@media (max-width: 1199px) {
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore .btn-readmore-plus {
width: 60px;
height: 60px; } }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore .btn-readmore-plus:before {
content: "";
width: 2px;
height: 22px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -11px;
margin-left: -1px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore .btn-readmore-plus:after {
content: "";
height: 2px;
width: 22px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -1px;
margin-left: -11px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner .item-readmore .btn-readmore-plus:hover {
background-color: var(--primary-color); }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner:hover .item-featured {
filter: brightness(72%); }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner:hover .item-featured img {
filter: grayscale(0); }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner:hover .pxl-overlay {
opacity: 0; }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner:hover .item-content {
opacity: 0;
-webkit-transform: translateX(-50px);
-khtml-transform: translateX(-50px);
-moz-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-o-transform: translateX(-50px);
transform: translateX(-50px); }
.pxl-portfolio-grid.layout-portfolio-5 .grid-item-inner:hover .item-readmore {
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-portfolio-grid.layout-portfolio-6 .grid-item-inner {
overflow: hidden; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-featured {
overflow: hidden;
filter: brightness(45%); }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-featured img {
filter: grayscale(100%); }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .pxl-overlay {
opacity: 0; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-content {
position: absolute;
bottom: 10%;
left: 12%;
right: 15px;
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);
-webkit-transition: transform 0.4s ease, opacity 0.4s ease;
-khtml-transition: transform 0.4s ease, opacity 0.4s ease;
-moz-transition: transform 0.4s ease, opacity 0.4s ease;
-ms-transition: transform 0.4s ease, opacity 0.4s ease;
-o-transition: transform 0.4s ease, opacity 0.4s ease;
transition: transform 0.4s ease, opacity 0.4s ease; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .content-inner {
position: relative; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-title {
font-size: 30px;
font-weight: 700;
margin-top: 5px;
margin-bottom: 4px;
color: #ffffff; }
@media (max-width: 1599px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-title {
font-size: 24px; } }
@media (max-width: 1199px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-title {
font-size: 20px; } }
@media (max-width: 991px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-title {
font-size: 24px; } }
@media (max-width: 767px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-title {
font-size: 20px; } }
@media (max-width: 575px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-title {
font-size: 24px; } }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-title a {
color: inherit; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-category {
font-size: 16px;
color: var(--second-color); }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-category a {
color: inherit; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-category a:hover {
color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore {
position: absolute;
top: 50%;
left: 50%;
margin-top: -48px;
margin-left: -48px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
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);
-webkit-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
-khtml-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
-moz-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
-ms-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
-o-transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
transition: transform 0.3s linear 0.1s, opacity 0.3s linear 0.1s; }
@media (max-width: 1599px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore {
margin-top: -38px;
margin-left: -38px; } }
@media (max-width: 1199px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore {
margin-top: -30px;
margin-left: -30px; } }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore .btn-readmore-plus {
width: 96px;
height: 96px;
position: relative;
background-color: var(--second-color); }
@media (max-width: 1599px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore .btn-readmore-plus {
width: 76px;
height: 76px; } }
@media (max-width: 1199px) {
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore .btn-readmore-plus {
width: 60px;
height: 60px; } }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore .btn-readmore-plus:before {
content: "";
width: 2px;
height: 22px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -11px;
margin-left: -1px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore .btn-readmore-plus:after {
content: "";
height: 2px;
width: 22px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -1px;
margin-left: -11px;
background-color: #ffffff; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner .item-readmore .btn-readmore-plus:hover {
background-color: var(--primary-color); }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner:hover .item-featured {
filter: brightness(72%); }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner:hover .item-featured img {
filter: grayscale(0); }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner:hover .pxl-overlay {
opacity: 0; }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner:hover .item-content {
opacity: 0;
-webkit-transform: translateX(-50px);
-khtml-transform: translateX(-50px);
-moz-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-o-transform: translateX(-50px);
transform: translateX(-50px); }
.pxl-portfolio-grid.layout-portfolio-6 .grid-item-inner:hover .item-readmore {
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-team-grid.layout-1 .pxl-grid-inner {
margin-top: -20px;
margin-bottom: -20px; }
.pxl-team-grid.layout-1 .pxl-grid-inner > .grid-item {
margin-top: 20px;
margin-bottom: 20px; }
.pxl-team-grid.layout-1 .item-inner {
position: relative;
overflow: hidden; }
.pxl-team-grid.layout-1 .item-inner .item-image {
-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.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; }
.pxl-team-grid.layout-1 .item-inner:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(var(--primary-color-rgb), 0.76);
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.pxl-team-grid.layout-1 .item-inner:hover:before {
opacity: 1;
visibility: visible; }
.pxl-team-grid.layout-1 .item-inner:hover .item-image {
-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); }
.pxl-team-grid.layout-1 .item-inner:hover .item-content .content-item-inner {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
.pxl-team-grid.layout-1 .item-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
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; }
.pxl-team-grid.layout-1 .item-content .content-item-inner {
text-align: center;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: transform 0.5s ease, opacity 0.5s ease;
-khtml-transition: transform 0.5s ease, opacity 0.5s ease;
-moz-transition: transform 0.5s ease, opacity 0.5s ease;
-ms-transition: transform 0.5s ease, opacity 0.5s ease;
-o-transition: transform 0.5s ease, opacity 0.5s ease;
transition: transform 0.5s ease, opacity 0.5s ease; }
.pxl-team-grid.layout-1 .item-content .item-title {
color: #ffffff;
font-size: 30px;
font-weight: 700;
margin-top: 0;
line-height: 1;
margin-bottom: 10px; }
.pxl-team-grid.layout-1 .item-content .item-title a {
color: inherit; }
.pxl-team-grid.layout-1 .item-content .item-position {
color: #ffffff;
font-size: 16px;
margin-bottom: 40px; }
.pxl-team-grid.layout-1 .item-content .item-social {
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;
margin: -5px; }
.pxl-team-grid.layout-1 .item-content .item-social > * {
margin: 5px; }
.pxl-team-grid.layout-1 .item-content .item-social a {
width: 43px;
height: 43px;
background-color: #ffffff;
font-size: 18px;
color: #494949;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
line-height: 40px;
position: relative;
overflow: hidden; }
.pxl-team-grid.layout-1 .item-content .item-social a i, .pxl-team-grid.layout-1 .item-content .item-social a span {
-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;
position: absolute;
top: 50%;
left: 50%;
-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-team-grid.layout-1 .item-content .item-social a .inactive {
-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-team-grid.layout-1 .item-content .item-social a .active {
-webkit-transform: translate(-43px, -50%);
-khtml-transform: translate(-43px, -50%);
-moz-transform: translate(-43px, -50%);
-ms-transform: translate(-43px, -50%);
-o-transform: translate(-43px, -50%);
transform: translate(-43px, -50%); }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-facebook"] {
color: #3b5ea1; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-twitter"] {
color: #2bb3fa; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-dribbble"] {
color: #ff70b7; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-behance"] {
color: #1879fd; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-google"] {
color: #e24d43; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-youtube"] {
color: #df2926; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-rss"] {
color: #ffa500; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-skype"] {
color: #0ebaee; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-flickr"] {
color: #ff0084; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-linkedin"] {
color: #087ec0; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-vimeo"] {
color: #27bcf1; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-pinterest"] {
color: #ee2c34; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-instagram"] {
color: #db944c; }
.pxl-team-grid.layout-1 .item-content .item-social a .active[class*="-tumblr"] {
color: #426d9b; }
.pxl-team-grid.layout-1 .item-content .item-social a:hover .inactive {
-webkit-transform: translate(43px, -50%);
-khtml-transform: translate(43px, -50%);
-moz-transform: translate(43px, -50%);
-ms-transform: translate(43px, -50%);
-o-transform: translate(43px, -50%);
transform: translate(43px, -50%); }
.pxl-team-grid.layout-1 .item-content .item-social a:hover .active {
-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-team-grid.layout-2 .pxl-grid-inner {
margin-top: -20px;
margin-bottom: -20px; }
.pxl-team-grid.layout-2 .pxl-grid-inner > .grid-item {
margin-top: 20px;
margin-bottom: 20px; }
.pxl-team-grid.layout-2 .item-inner {
position: relative; }
.pxl-team-grid.layout-2 .item-inner .item-image {
position: relative;
overflow: hidden; }
.pxl-team-grid.layout-2 .item-inner .item-image 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: 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; }
.pxl-team-grid.layout-2 .item-inner .item-image:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.36);
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.pxl-team-grid.layout-2 .item-inner .item-social {
position: absolute;
top: 30px;
right: 27px;
margin: -5px 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
z-index: 1;
flex-direction: column;
opacity: 0;
-webkit-transform: translateX(71px);
-khtml-transform: translateX(71px);
-moz-transform: translateX(71px);
-ms-transform: translateX(71px);
-o-transform: translateX(71px);
transform: translateX(71px);
-webkit-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
-khtml-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
-moz-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
-ms-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
-o-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s; }
.pxl-team-grid.layout-2 .item-inner .item-social > * {
margin: 5px 0; }
.pxl-team-grid.layout-2 .item-inner .item-social a {
width: 44px;
height: 44px;
background-color: var(--primary-color);
font-size: 16px;
color: #fff;
text-align: center;
line-height: 42px;
position: relative;
overflow: hidden;
mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-webkit-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-ms-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-o-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-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; }
.pxl-team-grid.layout-2 .item-inner .item-social a i, .pxl-team-grid.layout-2 .item-inner .item-social a span {
-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;
position: absolute;
top: 50%;
left: 50%;
-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-team-grid.layout-2 .item-inner .item-social a .inactive {
-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-team-grid.layout-2 .item-inner .item-social a .active {
-webkit-transform: translate(-43px, -50%);
-khtml-transform: translate(-43px, -50%);
-moz-transform: translate(-43px, -50%);
-ms-transform: translate(-43px, -50%);
-o-transform: translate(-43px, -50%);
transform: translate(-43px, -50%); }
.pxl-team-grid.layout-2 .item-inner .item-social a:hover {
background-color: var(--second-color); }
.pxl-team-grid.layout-2 .item-inner .item-social a:hover .inactive {
-webkit-transform: translate(43px, -50%);
-khtml-transform: translate(43px, -50%);
-moz-transform: translate(43px, -50%);
-ms-transform: translate(43px, -50%);
-o-transform: translate(43px, -50%);
transform: translate(43px, -50%); }
.pxl-team-grid.layout-2 .item-inner .item-social a:hover .active {
-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-team-grid.layout-2 .item-inner:hover .item-image img {
-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); }
.pxl-team-grid.layout-2 .item-inner:hover .item-image .item-social {
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-team-grid.layout-2 .item-inner:hover .item-image:before {
opacity: 1;
visibility: visible; }
.pxl-team-grid.layout-2 .item-content {
text-align: center;
padding-top: 15px; }
.pxl-team-grid.layout-2 .item-content .item-title {
color: #111c16;
font-size: 22.5px;
font-weight: 700;
margin-top: 0;
line-height: 30px;
margin-bottom: 3px; }
.pxl-team-grid.layout-2 .item-content .item-title a {
color: inherit; }
.pxl-team-grid.layout-2 .item-content .item-title a:hover {
color: var(--link-color-hover); }
.pxl-team-grid.layout-2 .item-content .item-position {
color: #737373;
font-size: 18.5px;
font-weight: 700;
margin-bottom: 40px; }
.pxl-service-grid.layout-1 .pxl-grid-inner {
margin: -5px; }
.pxl-service-grid.layout-1 .pxl-grid-inner > .grid-item {
padding: 5px; }
.pxl-service-grid.layout-1 .item-inner {
position: relative;
overflow: hidden; }
.pxl-service-grid.layout-1 .item-inner .item-image img {
width: 100%; }
.pxl-service-grid.layout-1 .item-inner .svs-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1);
-khtml-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-o-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
background-color: var(--primary-color);
display: inline-block;
width: 112px;
height: 112px;
padding: 10px;
text-align: center;
-webkit-transition: transform 0.4s ease;
-khtml-transition: transform 0.4s ease;
-moz-transition: transform 0.4s ease;
-ms-transition: transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease; }
@media (min-width: 576px) and (max-width: 767px), (max-width: 480px) {
.pxl-service-grid.layout-1 .item-inner .svs-icon {
top: 42%;
width: 80px;
height: 80px;
padding: 5px; } }
.pxl-service-grid.layout-1 .item-inner .svs-icon .sv-icon {
width: 92px;
height: 92px;
display: inline-block;
border: 1px dashed #fff;
line-height: 88px;
color: #fff;
font-size: 58px; }
@media (min-width: 576px) and (max-width: 767px), (max-width: 480px) {
.pxl-service-grid.layout-1 .item-inner .svs-icon .sv-icon {
width: 70px;
height: 70px;
line-height: 68px;
font-size: 42px; } }
.pxl-service-grid.layout-1 .item-inner .item-title-on {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
color: #ffffff;
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin-top: 0;
margin-bottom: 0;
background-color: #1b1b1b;
padding: 15px 0;
-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.4s ease;
-khtml-transition: transform 0.4s ease;
-moz-transition: transform 0.4s ease;
-ms-transition: transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease; }
@media (min-width: 576px) and (max-width: 767px), (max-width: 480px) {
.pxl-service-grid.layout-1 .item-inner .item-title-on {
font-size: 18px;
line-height: 24px;
padding: 10px 0; } }
.pxl-service-grid.layout-1 .item-inner .item-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
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: 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.5s linear, opacity 0.5s linear;
-khtml-transition: transform 0.5s linear, opacity 0.5s linear;
-moz-transition: transform 0.5s linear, opacity 0.5s linear;
-ms-transition: transform 0.5s linear, opacity 0.5s linear;
-o-transition: transform 0.5s linear, opacity 0.5s linear;
transition: transform 0.5s linear, opacity 0.5s linear;
background-color: #1b1b1b; }
.pxl-service-grid.layout-1 .item-inner .item-content .line-top {
position: absolute;
top: 0;
display: block;
width: 100%;
height: 5px;
background-color: var(--primary-color);
opacity: 0;
-webkit-transform: translateY(-5px);
-khtml-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
-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; }
.pxl-service-grid.layout-1 .item-inner .item-content .content-item-inner {
text-align: center;
padding: 0 30px; }
@media (min-width: 576px) and (max-width: 767px), (max-width: 480px) {
.pxl-service-grid.layout-1 .item-inner .item-content .content-item-inner {
padding: 0 10px; } }
.pxl-service-grid.layout-1 .item-inner .item-content .item-title {
color: #ffffff;
font-size: 30px;
line-height: 36px;
font-weight: 700;
margin-top: 30px;
margin-bottom: 15px; }
@media (min-width: 576px) and (max-width: 767px), (max-width: 480px) {
.pxl-service-grid.layout-1 .item-inner .item-content .item-title {
font-size: 24px;
line-height: 30px;
margin-top: 10px;
margin-bottom: 10px; } }
.pxl-service-grid.layout-1 .item-inner .item-content .sv-icon {
font-size: 60px;
color: var(--second-color); }
@media (min-width: 576px) and (max-width: 767px), (max-width: 480px) {
.pxl-service-grid.layout-1 .item-inner .item-content .sv-icon {
font-size: 40px; } }
.pxl-service-grid.layout-1 .item-inner .item-content .item-desc {
color: #bebebe;
font-size: 17px;
line-height: 27px;
margin-bottom: 37px; }
@media (min-width: 576px) and (max-width: 767px), (max-width: 480px) {
.pxl-service-grid.layout-1 .item-inner .item-content .item-desc {
margin-bottom: 15px; } }
.pxl-service-grid.layout-1 .item-inner .item-content .btn {
padding: 6px 30px;
font-size: 16px;
color: #fff;
border: 1px dashed var(--primary-color);
height: 48px; }
.pxl-service-grid.layout-1 .item-inner .item-content .btn:active, .pxl-service-grid.layout-1 .item-inner .item-content .btn:hover, .pxl-service-grid.layout-1 .item-inner .item-content .btn:focus {
border: 1px dashed var(--second-color);
background-color: transparent; }
.pxl-service-grid.layout-1 .item-inner:hover .svs-icon {
-webkit-transform: translate(-50%, -50%) scale(0);
-khtml-transform: translate(-50%, -50%) scale(0);
-moz-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
-o-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0); }
.pxl-service-grid.layout-1 .item-inner:hover .item-title-on {
-webkit-transform: translateY(100%);
-khtml-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%); }
.pxl-service-grid.layout-1 .item-inner:hover .item-content {
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-service-grid.layout-1 .item-inner:hover .line-top {
transition-delay: 0.5s;
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); }
@media (min-width: 768px) and (max-width: 991px) {
.pxl-service-grid.layout-1.count-3 .pxl-grid-inner > .grid-item:last-child, .pxl-service-grid.layout-1.count-5 .pxl-grid-inner > .grid-item:last-child {
flex: 0 0 auto;
width: 70%;
position: relative;
left: 50%;
transform: translateX(-50%); } }
@media (min-width: 576px) and (max-width: 767px) {
.pxl-service-grid.layout-1.count-3 .pxl-grid-inner > .grid-item:last-child, .pxl-service-grid.layout-1.count-5 .pxl-grid-inner > .grid-item:last-child {
flex: 0 0 auto;
width: 100%; } }
.pxl-service-grid.layout-2 .pxl-grid-inner {
border-top: 1px solid #ebebeb; }
.pxl-service-grid.layout-2 .grid-item {
border-style: solid;
border-width: 0 0 1px 1px;
border-color: #ebebeb; }
@media (max-width: 991px) {
.pxl-service-grid.layout-2 .grid-item:nth-child(2n) {
border-right: 1px solid #ebebeb; } }
@media (max-width: 575px) {
.pxl-service-grid.layout-2 .grid-item:nth-child(2n + 1) {
border-right: 1px solid #ebebeb; } }
.pxl-service-grid.layout-2 .item-inner {
padding: 35px 20px 30px 30px;
position: relative; }
.pxl-service-grid.layout-2 .bg-hover {
opacity: 0;
visibility: hidden;
background-color: var(--primary-color);
z-index: 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-service-grid.layout-2 a {
color: inherit; }
.pxl-service-grid.layout-2 a:hover {
color: inherit; }
.pxl-service-grid.layout-2 .sv-icon {
font-size: 60px;
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-service-grid.layout-2 .sv-icon2 {
position: absolute;
top: 0;
right: 14px;
font-size: 50px;
color: var(--primary-color);
opacity: 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; }
.pxl-service-grid.layout-2 svg {
width: 60px;
line-height: 60px;
-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-service-grid.layout-2 svg path {
fill: var(--primary-color); }
.pxl-service-grid.layout-2 .item-title {
font-size: 22px;
font-weight: 700;
color: var(--heading-color);
margin-top: 26px;
margin-bottom: 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-service-grid.layout-2 .item-desc {
font-size: 17px;
line-height: calc(28/17);
-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-service-grid.layout-2 .item-inner:hover .bg-hover {
opacity: 1;
visibility: visible; }
.pxl-service-grid.layout-2 .item-inner:hover .sv-icon {
color: #fff; }
.pxl-service-grid.layout-2 .item-inner:hover .sv-icon2 {
color: #fff; }
.pxl-service-grid.layout-2 .item-inner:hover svg path {
fill: #fff; }
.pxl-service-grid.layout-2 .item-inner:hover .item-title {
color: #fff; }
.pxl-service-grid.layout-2 .item-inner:hover .item-desc {
color: #fff; }
.pxl-product-grid .grid-filter-wrap {
margin-bottom: 40px;
margin-left: -2px;
margin-right: -2px; }
.pxl-product-grid .grid-filter-wrap .filter-item {
font-size: 16px;
font-weight: 500;
line-height: 30px;
color: #383838;
margin-top: 10px;
cursor: pointer;
padding: 0 17px;
margin-left: 2px;
margin-right: 2px;
-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-product-grid .grid-filter-wrap .filter-item.active, .pxl-product-grid .grid-filter-wrap .filter-item:hover {
color: #ffffff;
background-color: var(--primary-color);
border-radius: 5px; }
.pxl-product-grid .grid-sizer {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.pxl-history-carousel.layout-1 {
padding: 0 100px;
position: relative;
z-index: 1; }
@media (max-width: 1199px) {
.pxl-history-carousel.layout-1 {
padding: 0 50px; } }
@media (max-width: 480px) {
.pxl-history-carousel.layout-1 {
padding: 0 40px; } }
.pxl-history-carousel.layout-1:before {
content: "";
height: 0;
left: 30px;
right: 30px;
z-index: -1;
border-bottom: 2px dotted #cec7b9;
position: absolute;
top: 174px; }
.pxl-history-carousel .ht-inner .ht-image {
display: inline-block;
margin: 0 auto;
width: 113px;
height: 128px;
position: relative;
z-index: 1;
-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-history-carousel .ht-inner .ht-image .ht-img-inner.image-mask {
content: "";
width: 100%;
height: 100%;
mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-history.png);
-webkit-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-history.png);
-ms-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-history.png);
-o-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-history.png);
position: absolute;
top: 0;
left: 0;
-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;
display: inline-block; }
.pxl-history-carousel .ht-inner .ht-year {
font-size: 20px;
color: #fff;
font-weight: 700;
font-family: "Fira Sans", sans-serif;
line-height: 54px;
position: relative;
background-color: #6ea317;
margin: 11px 27px 0; }
.pxl-history-carousel .ht-inner .ht-year:before {
content: "";
border-color: transparent transparent transparent #6ea317;
border-width: 27px;
border-style: solid;
position: absolute;
top: 0;
right: -54px; }
.pxl-history-carousel .ht-inner .ht-year span {
padding-left: 30px; }
.pxl-history-carousel .ht-inner .ht-year span:before, .pxl-history-carousel .ht-inner .ht-year span:after {
content: "";
border-width: 27px;
border-style: solid;
position: absolute;
left: -27px; }
.pxl-history-carousel .ht-inner .ht-year span:before {
top: 0;
border-color: #6ea317 #6ea317 transparent transparent; }
.pxl-history-carousel .ht-inner .ht-year span:after {
bottom: 0;
border-color: transparent #6ea317 #6ea317 transparent; }
.pxl-history-carousel .ht-inner .ht-title {
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin-top: 20px;
margin-bottom: 10px;
padding-left: 15px; }
.pxl-history-carousel .ht-inner .ht-desc {
font-size: 15px;
line-height: 22px;
color: #6a6a6a;
padding-left: 15px; }
.pxl-history-carousel .pxl-swiper-arrow {
margin: 0;
top: calc(174px - 15px);
transform: translate(0, 0);
bottom: auto;
height: 30px;
width: 30px;
background-color: transparent;
border: 3px solid var(--second-color);
color: #000;
line-height: 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 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-history-carousel .pxl-swiper-arrow .pxl-icon {
line-height: 24px;
font-size: 12px;
font-weight: 700; }
.pxl-history-carousel .pxl-swiper-arrow:hover {
color: #fff;
background-color: var(--second-color); }
.pxl-history-carousel .pxl-swiper-arrow.pxl-swiper-arrow-prev {
left: 0; }
.pxl-history-carousel .pxl-swiper-arrow.pxl-swiper-arrow-next {
right: 0; }
.pxl-history-carousel .pxl-swiper-dots {
margin-top: 30px; }
.pxl-team-carousel.layout-1 .item-inner {
position: relative;
overflow: hidden; }
.pxl-team-carousel.layout-1 .item-inner .item-image {
-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.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; }
.pxl-team-carousel.layout-1 .item-inner:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(var(--primary-color-rgb), 0.76);
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.pxl-team-carousel.layout-1 .item-inner:hover:before {
opacity: 1;
visibility: visible; }
.pxl-team-carousel.layout-1 .item-inner:hover .item-image {
-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); }
.pxl-team-carousel.layout-1 .item-inner:hover .item-content .content-item-inner {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
.pxl-team-carousel.layout-1 .item-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
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; }
.pxl-team-carousel.layout-1 .item-content .content-item-inner {
text-align: center;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: transform 0.5s ease, opacity 0.5s ease;
-khtml-transition: transform 0.5s ease, opacity 0.5s ease;
-moz-transition: transform 0.5s ease, opacity 0.5s ease;
-ms-transition: transform 0.5s ease, opacity 0.5s ease;
-o-transition: transform 0.5s ease, opacity 0.5s ease;
transition: transform 0.5s ease, opacity 0.5s ease; }
.pxl-team-carousel.layout-1 .item-content .item-title {
color: #ffffff;
font-size: 30px;
font-weight: 700;
margin-top: 0;
line-height: 1;
margin-bottom: 10px; }
.pxl-team-carousel.layout-1 .item-content .item-title a {
color: inherit; }
.pxl-team-carousel.layout-1 .item-content .item-position {
color: #ffffff;
font-size: 16px;
margin-bottom: 40px; }
.pxl-team-carousel.layout-1 .item-content .item-social {
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;
margin: -5px; }
.pxl-team-carousel.layout-1 .item-content .item-social > * {
margin: 5px; }
.pxl-team-carousel.layout-1 .item-content .item-social a {
width: 43px;
height: 43px;
background-color: #ffffff;
font-size: 18px;
color: #494949;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
line-height: 40px;
position: relative;
overflow: hidden; }
.pxl-team-carousel.layout-1 .item-content .item-social a i, .pxl-team-carousel.layout-1 .item-content .item-social a span {
-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;
position: absolute;
top: 50%;
left: 50%;
-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-team-carousel.layout-1 .item-content .item-social a .inactive {
-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-team-carousel.layout-1 .item-content .item-social a .active {
-webkit-transform: translate(-43px, -50%);
-khtml-transform: translate(-43px, -50%);
-moz-transform: translate(-43px, -50%);
-ms-transform: translate(-43px, -50%);
-o-transform: translate(-43px, -50%);
transform: translate(-43px, -50%); }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-facebook"] {
color: #3b5ea1; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-twitter"] {
color: #2bb3fa; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-dribbble"] {
color: #ff70b7; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-behance"] {
color: #1879fd; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-google"] {
color: #e24d43; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-youtube"] {
color: #df2926; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-rss"] {
color: #ffa500; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-skype"] {
color: #0ebaee; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-flickr"] {
color: #ff0084; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-linkedin"] {
color: #087ec0; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-vimeo"] {
color: #27bcf1; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-pinterest"] {
color: #ee2c34; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-instagram"] {
color: #db944c; }
.pxl-team-carousel.layout-1 .item-content .item-social a .active[class*="-tumblr"] {
color: #426d9b; }
.pxl-team-carousel.layout-1 .item-content .item-social a:hover .inactive {
-webkit-transform: translate(43px, -50%);
-khtml-transform: translate(43px, -50%);
-moz-transform: translate(43px, -50%);
-ms-transform: translate(43px, -50%);
-o-transform: translate(43px, -50%);
transform: translate(43px, -50%); }
.pxl-team-carousel.layout-1 .item-content .item-social a:hover .active {
-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-team-carousel.layout-2 .pxl-grid-inner {
margin-top: -20px;
margin-bottom: -20px; }
.pxl-team-carousel.layout-2 .pxl-grid-inner > .grid-item {
margin-top: 20px;
margin-bottom: 20px; }
.pxl-team-carousel.layout-2 .item-inner {
position: relative; }
.pxl-team-carousel.layout-2 .item-inner .item-image {
position: relative;
overflow: hidden; }
.pxl-team-carousel.layout-2 .item-inner .item-image 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: 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; }
.pxl-team-carousel.layout-2 .item-inner .item-image:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.36);
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.pxl-team-carousel.layout-2 .item-inner .item-social {
position: absolute;
top: 30px;
right: 27px;
margin: -5px 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
z-index: 1;
flex-direction: column;
opacity: 0;
-webkit-transform: translateX(71px);
-khtml-transform: translateX(71px);
-moz-transform: translateX(71px);
-ms-transform: translateX(71px);
-o-transform: translateX(71px);
transform: translateX(71px);
-webkit-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
-khtml-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
-moz-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
-ms-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
-o-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s; }
.pxl-team-carousel.layout-2 .item-inner .item-social > * {
margin: 5px 0; }
.pxl-team-carousel.layout-2 .item-inner .item-social a {
width: 44px;
height: 44px;
background-color: var(--primary-color);
font-size: 16px;
color: #fff;
text-align: center;
line-height: 42px;
position: relative;
overflow: hidden;
mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-webkit-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-ms-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-o-mask-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/bg-social3.png);
-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; }
.pxl-team-carousel.layout-2 .item-inner .item-social a i, .pxl-team-carousel.layout-2 .item-inner .item-social a span {
-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;
position: absolute;
top: 50%;
left: 50%;
-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-team-carousel.layout-2 .item-inner .item-social a .inactive {
-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-team-carousel.layout-2 .item-inner .item-social a .active {
-webkit-transform: translate(-43px, -50%);
-khtml-transform: translate(-43px, -50%);
-moz-transform: translate(-43px, -50%);
-ms-transform: translate(-43px, -50%);
-o-transform: translate(-43px, -50%);
transform: translate(-43px, -50%); }
.pxl-team-carousel.layout-2 .item-inner .item-social a:hover {
background-color: var(--second-color); }
.pxl-team-carousel.layout-2 .item-inner .item-social a:hover .inactive {
-webkit-transform: translate(43px, -50%);
-khtml-transform: translate(43px, -50%);
-moz-transform: translate(43px, -50%);
-ms-transform: translate(43px, -50%);
-o-transform: translate(43px, -50%);
transform: translate(43px, -50%); }
.pxl-team-carousel.layout-2 .item-inner .item-social a:hover .active {
-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-team-carousel.layout-2 .item-inner:hover .item-image img {
-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); }
.pxl-team-carousel.layout-2 .item-inner:hover .item-image .item-social {
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-team-carousel.layout-2 .item-inner:hover .item-image:before {
opacity: 1;
visibility: visible; }
.pxl-team-carousel.layout-2 .item-content {
text-align: center;
padding-top: 15px; }
.pxl-team-carousel.layout-2 .item-content .item-title {
color: #111c16;
font-size: 22.5px;
font-weight: 700;
margin-top: 0;
line-height: 30px;
margin-bottom: 3px; }
.pxl-team-carousel.layout-2 .item-content .item-title a {
color: inherit; }
.pxl-team-carousel.layout-2 .item-content .item-title a:hover {
color: var(--link-color-hover); }
.pxl-team-carousel.layout-2 .item-content .item-position {
color: #737373;
font-size: 18.5px;
font-weight: 700;
margin-bottom: 40px; }
.pxl-team-carousel.layout-3 .item-inner {
position: relative;
overflow: hidden; }
.pxl-team-carousel.layout-3 .item-inner .item-image {
-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; }
.pxl-team-carousel.layout-3 .item-inner .item-social {
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;
flex-direction: column;
row-gap: 18px;
background-color: var(--second-color);
padding: 14px 10px;
position: absolute;
right: 25px;
bottom: 25px;
opacity: 0;
-webkit-transform: translateX(70px);
-khtml-transform: translateX(70px);
-moz-transform: translateX(70px);
-ms-transform: translateX(70px);
-o-transform: translateX(70px);
transform: translateX(70px);
-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
-khtml-transition: opacity 0.3s ease, transform 0.3s ease;
-moz-transition: opacity 0.3s ease, transform 0.3s ease;
-ms-transition: opacity 0.3s ease, transform 0.3s ease;
-o-transition: opacity 0.3s ease, transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease; }
.pxl-team-carousel.layout-3 .item-inner .item-social a {
font-size: 14px;
color: #fff;
text-align: center;
line-height: 1;
position: relative;
display: inline-flex;
padding: 8px 10px;
overflow: hidden; }
.pxl-team-carousel.layout-3 .item-inner .item-social a i, .pxl-team-carousel.layout-3 .item-inner .item-social a span {
-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;
position: absolute;
top: 50%;
left: 50%;
-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-team-carousel.layout-3 .item-inner .item-social a .inactive {
-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-team-carousel.layout-3 .item-inner .item-social a .active {
-webkit-transform: translate(-30px, -50%);
-khtml-transform: translate(-30px, -50%);
-moz-transform: translate(-30px, -50%);
-ms-transform: translate(-30px, -50%);
-o-transform: translate(-30px, -50%);
transform: translate(-30px, -50%); }
.pxl-team-carousel.layout-3 .item-inner .item-social a:hover {
color: #fff; }
.pxl-team-carousel.layout-3 .item-inner .item-social a:hover .inactive {
-webkit-transform: translate(30px, -50%);
-khtml-transform: translate(30px, -50%);
-moz-transform: translate(30px, -50%);
-ms-transform: translate(30px, -50%);
-o-transform: translate(30px, -50%);
transform: translate(30px, -50%); }
.pxl-team-carousel.layout-3 .item-inner .item-social a:hover .active {
-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-team-carousel.layout-3 .item-inner:hover .item-social {
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-team-carousel.layout-3 .item-content {
background-color: var(--primary-color);
min-height: 90px;
padding: 20px 30px 15px 30px; }
.pxl-team-carousel.layout-3 .item-content .item-title {
color: #ffffff;
font-size: 20px;
font-weight: 700;
margin-top: 0;
line-height: 1.2;
margin-bottom: 5px; }
.pxl-team-carousel.layout-3 .item-content .item-position {
color: #ffffff;
font-size: 16px; }
.pxl-team-carousel.layout-3 .item-content .link-more {
width: 50px;
height: 50px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 50%;
justify-content: center;
align-items: center;
color: #fff;
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-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-team-carousel.layout-3 .item-content .link-more:hover {
background-color: var(--second-color); }
.pxl-team-carousel.layout-3 .pxl-swiper-arrows.df-layout {
position: absolute;
top: -150px;
right: 45px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
flex-direction: column;
row-gap: 5px; }
@media (max-width: 1199px) {
.pxl-team-carousel.layout-3 .pxl-swiper-arrows.df-layout {
right: 0; } }
@media (max-width: 767px) {
.pxl-team-carousel.layout-3 .pxl-swiper-arrows.df-layout {
top: -135px; } }
.pxl-team-carousel.layout-3 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow {
position: relative;
width: 45px;
height: 45px;
display: inline-flex;
justify-content: center;
align-items: center;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
background-color: var(--primary-color);
color: #fff;
font-size: 16px; }
.pxl-team-carousel.layout-3 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow:hover {
background-color: var(--second-color); }
.pxl-team-carousel.layout-3 .pxl-swiper-arrows.df-layout .pxl-swiper-arrow-prev {
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
.pxl-testimonial-carousel.layout-1 .item-inner {
background-color: #f7f7f7;
padding: 46px 40px 35px; }
@media (max-width: 1199px) {
.pxl-testimonial-carousel.layout-1 .item-inner {
padding: 46px 30px 35px; } }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-1 .item-inner {
padding: 32px 15px 25px;
text-align: center; } }
.pxl-testimonial-carousel.layout-1 .item-inner .pxl-icon {
font-size: 35px;
color: var(--primary-color);
position: absolute;
top: 20px;
left: 105px;
-webkit-transform: translateY(0) rotate(0deg);
-khtml-transform: translateY(0) rotate(0deg);
-moz-transform: translateY(0) rotate(0deg);
-ms-transform: translateY(0) rotate(0deg);
-o-transform: translateY(0) rotate(0deg);
transform: translateY(0) rotate(0deg);
-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; }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-1 .item-inner .pxl-icon {
left: auto;
right: 20px; } }
.pxl-testimonial-carousel.layout-1 .item-inner .item-image {
padding-top: 18px; }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-1 .item-inner .item-image {
text-align: center;
margin-bottom: 10px;
flex: 0 0 100%;
width: 100%; } }
.pxl-testimonial-carousel.layout-1 .item-inner .item-image .img-outer {
width: 112px;
height: 112px;
display: inline-block;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 2px solid var(--primary-color);
padding: 10px;
overflow: hidden;
-webkit-transition: padding 0.3s ease;
-khtml-transition: padding 0.3s ease;
-moz-transition: padding 0.3s ease;
-ms-transition: padding 0.3s ease;
-o-transition: padding 0.3s ease;
transition: padding 0.3s ease; }
.pxl-testimonial-carousel.layout-1 .item-inner .item-image img {
width: 100%;
-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 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: 480px) {
.pxl-testimonial-carousel.layout-1 .item-inner .item-content {
text-align: center;
flex: 0 0 100%;
width: 100%; } }
.pxl-testimonial-carousel.layout-1 .item-inner .item-desc {
font-size: 17px;
line-height: 28px;
color: #666666; }
.pxl-testimonial-carousel.layout-1 .item-inner .item-title {
font-size: 20px;
line-height: 24px;
color: #00060f;
margin-top: 20px;
margin-bottom: 2px; }
.pxl-testimonial-carousel.layout-1 .item-inner .item-position {
font-size: 15px;
line-height: 24px;
color: var(--primary-color); }
.pxl-testimonial-carousel.layout-1 .item-inner:hover .pxl-icon {
-webkit-transform: translateY(7px) rotate(10deg);
-khtml-transform: translateY(7px) rotate(10deg);
-moz-transform: translateY(7px) rotate(10deg);
-ms-transform: translateY(7px) rotate(10deg);
-o-transform: translateY(7px) rotate(10deg);
transform: translateY(7px) rotate(10deg); }
.pxl-testimonial-carousel.layout-1 .item-inner:hover .item-image .img-outer {
padding: 5px; }
.pxl-testimonial-carousel.layout-2 {
position: relative;
background-color: #2c2c2c;
padding: 78px 30px 50px 38px; }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-2 {
padding: 78px 15px 50px 15px; } }
.pxl-testimonial-carousel.layout-2 .pxl-icon {
font-size: 28px;
color: #ffffff;
position: absolute;
top: 38px;
left: 44px; }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-2 .pxl-icon {
left: 20px; } }
.pxl-testimonial-carousel.layout-2 .item-desc {
font-size: 20px;
line-height: 32px;
color: #fff;
margin-top: 20px;
font-style: italic;
margin-bottom: 30px; }
.pxl-testimonial-carousel.layout-2 .item-title {
font-size: 16px;
line-height: 24px;
color: var(--second-color);
letter-spacing: 0.02em; }
.pxl-testimonial-carousel.layout-2 .item-position {
font-size: 16px;
line-height: 24px;
color: #7d7d7d; }
.pxl-testimonial-carousel.layout-2 .pxl-swiper-dots {
margin-top: 34px;
padding-left: 8px;
justify-content: flex-start;
margin-left: -9px;
margin-right: -9px; }
.pxl-testimonial-carousel.layout-2 .pxl-swiper-dots > * {
margin-left: 9px;
margin-right: 9px; }
.pxl-testimonial-carousel.layout-2 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
flex: 0 0 10px;
width: 10px;
height: 10px;
line-height: 10px; }
.pxl-testimonial-carousel.layout-2 .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
background-color: rgba(255, 255, 255, 0.2);
border: 0;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.pxl-testimonial-carousel.layout-2 .pxl-swiper-dots .pxl-swiper-pagination-bullet:after {
background-color: rgba(255, 255, 255, 0.2); }
.pxl-testimonial-carousel.layout-2 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before, .pxl-testimonial-carousel.layout-2 .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover:before {
width: 10px;
height: 10px;
background-color: #fff;
border-color: transparent; }
.pxl-testimonial-carousel.layout-2 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:after, .pxl-testimonial-carousel.layout-2 .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover:after {
background-color: #fff; }
.pxl-testimonial-carousel.layout-3 {
position: relative; }
.pxl-testimonial-carousel.layout-3 .item-content {
text-align: center; }
.pxl-testimonial-carousel.layout-3 .item-desc {
font-size: 30px;
line-height: 1.5;
color: var(--heading-color);
margin-bottom: 56px; }
@media (max-width: 1199px) {
.pxl-testimonial-carousel.layout-3 .item-desc {
font-size: 24px;
margin-bottom: 36px; } }
@media (max-width: 575px) {
.pxl-testimonial-carousel.layout-3 .item-desc {
font-size: 18px;
margin-bottom: 36px; } }
.pxl-testimonial-carousel.layout-3 .item-title {
font-size: 35px;
line-height: 1;
color: var(--heading-color);
font-weight: 700; }
.pxl-testimonial-carousel.layout-3 .item-position {
font-size: 18px;
color: #818181; }
.pxl-testimonial-carousel.layout-3 .pxl-swiper-arrow {
margin-top: -65px;
width: 48px;
height: 48px;
line-height: 45px;
background-color: #edf3f5;
color: #000;
font-size: 28px; }
.pxl-testimonial-carousel.layout-3 .pxl-swiper-arrow:hover {
background-color: var(--primary-color);
color: #fff; }
@media (min-width: 1200px) {
.pxl-testimonial-carousel.layout-3 .nav-out-vertical .pxl-swiper-arrow-prev {
left: -130px; }
.pxl-testimonial-carousel.layout-3 .nav-out-vertical .pxl-swiper-arrow-next {
right: -130px; } }
.pxl-testimonial-carousel.layout-4 {
position: relative;
background-color: #fff;
padding: 60px 50px 0 50px;
overflow: hidden; }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-4 {
padding: 40px 20px 0 20px; } }
.pxl-testimonial-carousel.layout-4 svg {
width: 51px; }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-4 svg {
width: 40px; } }
.pxl-testimonial-carousel.layout-4 .pxl-icon {
font-size: 50px;
color: #ffffff;
position: absolute;
top: 38px;
left: 44px; }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-4 .pxl-icon {
left: 20px; } }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-4 .pxl-icon {
font-size: 40px; } }
.pxl-testimonial-carousel.layout-4 .title-wrap {
font-size: 30px;
line-height: calc(35/30);
margin-top: 40px;
margin-bottom: 40px; }
@media (min-width: 1600px) {
.pxl-testimonial-carousel.layout-4 .title-wrap {
max-width: 75%; } }
@media (max-width: 480px) {
.pxl-testimonial-carousel.layout-4 .title-wrap {
font-size: 24px;
margin-top: 30px;
margin-bottom: 20px; } }
.pxl-testimonial-carousel.layout-4 .item-desc {
font-size: 20px;
line-height: calc(32/20);
margin-bottom: 40px;
color: var(--heading-color); }
.pxl-testimonial-carousel.layout-4 .item-image .img-outer {
display: inline-block;
padding: 4px;
background-color: #fff;
border-radius: 50%;
margin-left: 3px;
-webkit-box-shadow: 2px 0 10px rgba(1, 17, 85, 0.18);
-khtml-box-shadow: 2px 0 10px rgba(1, 17, 85, 0.18);
-moz-box-shadow: 2px 0 10px rgba(1, 17, 85, 0.18);
-ms-box-shadow: 2px 0 10px rgba(1, 17, 85, 0.18);
-o-box-shadow: 2px 0 10px rgba(1, 17, 85, 0.18);
box-shadow: 2px 0 10px rgba(1, 17, 85, 0.18); }
.pxl-testimonial-carousel.layout-4 .item-image .img-outer img {
width: 60px;
border-radius: 50%; }
.pxl-testimonial-carousel.layout-4 .item-title {
font-size: 22px;
color: var(--heading-color); }
.pxl-testimonial-carousel.layout-4 .item-position {
font-size: 16px;
color: #333; }
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots {
margin-top: 45px;
background-color: var(--primary-color);
position: relative;
height: 90px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
border-top: 3px solid var(--second-color); }
@media (max-width: 575px) {
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots {
height: 70px; } }
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots:after {
content: "";
width: calc(100% + 100px);
height: 3px;
background-color: var(--second-color);
position: absolute;
top: -3px; }
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots:before {
content: "";
width: calc(100% + 100px);
position: absolute;
top: 0;
bottom: 0;
background-color: var(--primary-color); }
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
margin: 0 10px;
flex: 0 0 10px;
width: 10px;
height: 10px;
line-height: 10px; }
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
background-color: #fff;
border: 0;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots .pxl-swiper-pagination-bullet:after {
opacity: 1;
visibility: visible; }
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before, .pxl-testimonial-carousel.layout-4 .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover:before {
width: 10px;
height: 10px;
background-color: #fff;
border-color: transparent; }
.pxl-testimonial-carousel.layout-4 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:after, .pxl-testimonial-carousel.layout-4 .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover:after {
background-color: #fff; }
.pxl-clients .pxl-swiper-wrapper {
align-items: center; }
.pxl-clients.layout-1 .item-inner .item-image-wrap > div {
min-height: 76px;
line-height: 76px;
display: flex;
flex-wrap: wrap;
align-items: center; }
.pxl-clients.layout-1 .item-inner .item-image {
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.6s ease 0s, opacity 0.6s ease;
-khtml-transition: transform 0.6s ease 0s, opacity 0.6s ease;
-moz-transition: transform 0.6s ease 0s, opacity 0.6s ease;
-ms-transition: transform 0.6s ease 0s, opacity 0.6s ease;
-o-transition: transform 0.6s ease 0s, opacity 0.6s ease;
transition: transform 0.6s ease 0s, opacity 0.6s ease; }
.pxl-clients.layout-1 .item-inner .item-image-hover {
position: absolute;
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: transform 0.6s ease 0.1s, opacity 0.6s ease;
-khtml-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
-moz-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
-ms-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
-o-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
transition: transform 0.6s ease 0.1s, opacity 0.6s ease; }
.pxl-clients.layout-1 .item-inner:hover .item-image {
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%); }
.pxl-clients.layout-1 .item-inner:hover .item-image-hover {
opacity: 1;
-webkit-transform: translateY(-100%);
-khtml-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%); }
.pxl-clients.layout-2 .item-inner .item-image-wrap > div {
max-width: 105px;
display: flex;
flex-wrap: wrap;
align-items: center; }
.pxl-clients.layout-2 .item-inner .item-image {
-webkit-transition: opacity 0.6s ease;
-khtml-transition: opacity 0.6s ease;
-moz-transition: opacity 0.6s ease;
-ms-transition: opacity 0.6s ease;
-o-transition: opacity 0.6s ease;
transition: opacity 0.6s ease; }
.pxl-clients.layout-2 .item-inner .item-image img {
filter: grayscale(100%); }
.pxl-clients.layout-2 .item-inner:hover {
cursor: pointer; }
.pxl-clients.layout-2 .item-inner:hover .item-image img {
filter: grayscale(0); }
.pxl-clients.layout-2 .pxl-swiper-arrow {
width: 48px;
height: 48px;
line-height: 45px;
background-color: #edf3f5;
color: #000;
font-size: 28px; }
.pxl-clients.layout-2 .pxl-swiper-arrow:hover {
background-color: var(--primary-color);
color: #fff; }
.pxl-portfolio-carousel.layout-portfolio-1 {
position: relative; }
@media (min-width: 1600px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer {
position: absolute;
top: 0;
right: 100%;
left: -195px; } }
@media (min-width: 1650px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer {
left: -225px; } }
@media (min-width: 1700px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer {
left: -245px; } }
@media (min-width: 1850px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer {
left: -265px; } }
@media (min-width: 1850px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer {
left: -285px; } }
@media (max-width: 1599px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
justify-content: center; } }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer {
padding-left: 15px;
padding-right: 15px; } }
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer a.btn {
font-size: 17px;
font-weight: 500; }
@media (max-width: 1599px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer a.btn {
margin-left: 30px; } }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-outer a.btn {
position: absolute;
left: 15px;
bottom: -80px;
margin-left: 0; } }
@media (max-width: 1599px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: -5px -15px; }
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap > * {
flex: 0 0 auto;
width: auto !important;
max-width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center; } }
@media (min-width: 1600px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap {
margin-bottom: 56px; } }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap {
justify-content: center; } }
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item {
font-size: 20px;
color: #383838;
font-weight: 500;
cursor: pointer;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
flex-wrap: nowrap;
align-items: center;
-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: 1599px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item {
margin: 5px 15px; } }
@media (min-width: 1600px) {
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item {
margin-bottom: 26px; } }
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item .pxl-icon {
flex: 0 0 auto;
width: auto;
width: 50px;
height: 50px;
line-height: 48px;
text-align: center;
font-size: 28px;
margin-right: 13px;
display: inline-block;
background-color: #faf7ee;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-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 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-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item .cat-name {
flex: 1 0 0%; }
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item:hover, .pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item.active {
color: var(--primary-color); }
.pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item:hover .pxl-icon, .pxl-portfolio-carousel.layout-portfolio-1 .swiper-filter-wrap .filter-item.active .pxl-icon {
-webkit-box-shadow: 0 12px 27px rgba(var(--primary-color-rgb),0.19);
-khtml-box-shadow: 0 12px 27px rgba(var(--primary-color-rgb),0.19);
-moz-box-shadow: 0 12px 27px rgba(var(--primary-color-rgb),0.19);
-ms-box-shadow: 0 12px 27px rgba(var(--primary-color-rgb),0.19);
-o-box-shadow: 0 12px 27px rgba(var(--primary-color-rgb),0.19);
box-shadow: 0 12px 27px rgba(var(--primary-color-rgb),0.19); }
@media (min-width: 1200px) {
.pxl-portfolio-carousel.layout-portfolio-1 .pxl-swiper-slider-wrap {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; } }
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner {
width: 100%; }
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner .item-image img {
width: 100%; }
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner .pxl-overlay {
background-color: rgba(0, 0, 0, 0.6);
-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-portfolio-carousel.layout-portfolio-1 .item-inner .item-content {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 0 30px 47px 50px; }
@media (max-width: 1399px) {
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner .item-content {
padding: 0 15px 30px 30px; } }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner .item-content {
padding: 0 10px 30px 30px; } }
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner .item-content .content-inner {
-webkit-transform: translateY(30px);
-khtml-transform: translateY(30px);
-moz-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
transform: translateY(30px);
-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; }
@media (max-width: 575px) {
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner .item-content .content-inner {
-webkit-transform: translateY(70px);
-khtml-transform: translateY(70px);
-moz-transform: translateY(70px);
-ms-transform: translateY(70px);
-o-transform: translateY(70px);
transform: translateY(70px); } }
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner:hover .pxl-overlay {
background-color: rgba(0, 0, 0, 0.2); }
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner:hover .content-inner {
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.pxl-portfolio-carousel.layout-portfolio-1 .item-inner:hover .item-readmore {
opacity: 1; }
.pxl-portfolio-carousel.layout-portfolio-1 .item-category {
font-size: 18px;
text-transform: uppercase;
color: var(--primary-color);
letter-spacing: 0.02em;
font-weight: 500; }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-1 .item-category {
font-size: 16px; } }
.pxl-portfolio-carousel.layout-portfolio-1 .item-category a {
color: inherit; }
.pxl-portfolio-carousel.layout-portfolio-1 .item-category a:hover {
color: #ffffff; }
.pxl-portfolio-carousel.layout-portfolio-1 .item-title {
margin-top: 10px;
margin-bottom: 28px;
font-size: 35px;
font-weight: 700;
line-height: 1.0857142857;
color: #ffffff; }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-1 .item-title {
font-size: 28px; } }
.pxl-portfolio-carousel.layout-portfolio-1 .item-title a {
color: inherit; }
.pxl-portfolio-carousel.layout-portfolio-1 .item-title a:hover {
color: rgba(255, 255, 255, 0.9); }
.pxl-portfolio-carousel.layout-portfolio-1 .item-readmore {
opacity: 0;
-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; }
.pxl-portfolio-carousel.layout-portfolio-1 .pxl-swiper-arrows {
position: absolute;
top: -105px;
right: calc(100vw - 100%);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: 0 -5px;
margin-right: -20px; }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-1 .pxl-swiper-arrows {
right: 15px;
margin-right: -5px;
top: auto;
bottom: -80px; } }
.pxl-portfolio-carousel.layout-portfolio-1 .pxl-swiper-arrows .pxl-swiper-arrow {
margin: 0 5px;
top: 0;
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.pxl-portfolio-carousel.layout-portfolio-1 .pxl-swiper-arrows .pxl-swiper-arrow-prev {
position: relative;
left: auto; }
.pxl-portfolio-carousel.layout-portfolio-1 .pxl-swiper-arrows .pxl-swiper-arrow-next {
position: relative;
right: auto; }
.pxl-portfolio-carousel.layout-portfolio-2 {
position: relative; }
.pxl-portfolio-carousel.layout-portfolio-2 .item-inner {
width: 100%; }
.pxl-portfolio-carousel.layout-portfolio-2 .item-inner .item-image img {
width: 100%; }
.pxl-portfolio-carousel.layout-portfolio-2 .item-inner .item-content {
position: absolute;
left: 40px;
right: 40px;
bottom: 34px;
padding: 45px 100px 37px 40px;
opacity: 0;
background-color: #fff;
-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.4s linear 0s;
-khtml-transition: all 0.4s linear 0s;
-moz-transition: all 0.4s linear 0s;
-ms-transition: all 0.4s linear 0s;
-o-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s; }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-2 .item-inner .item-content {
padding: 45px 80px 37px 30px; } }
@media (max-width: 991px) {
.pxl-portfolio-carousel.layout-portfolio-2 .item-inner .item-content {
left: 15px;
right: 15px;
bottom: 15px;
padding: 25px 65px 20px 15px; } }
@media (max-width: 575px) {
.pxl-portfolio-carousel.layout-portfolio-2 .item-inner .item-content {
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
padding: 25px 15px 20px 15px; } }
.pxl-portfolio-carousel.layout-portfolio-2 .item-inner:hover .item-content {
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px); }
@media (max-width: 575px) {
.pxl-portfolio-carousel.layout-portfolio-2 .item-inner:hover .item-content {
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); } }
.pxl-portfolio-carousel.layout-portfolio-2 .swiper-slide-active .item-inner .item-content {
opacity: 1; }
.pxl-portfolio-carousel.layout-portfolio-2 .item-category {
font-size: 18px;
text-transform: uppercase;
color: var(--primary-color);
letter-spacing: 0.02em;
font-weight: 500; }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-2 .item-category {
font-size: 16px; } }
.pxl-portfolio-carousel.layout-portfolio-2 .item-category a {
color: inherit; }
.pxl-portfolio-carousel.layout-portfolio-2 .item-category a:hover {
color: var(--heading-color); }
.pxl-portfolio-carousel.layout-portfolio-2 .item-title {
margin-top: 10px;
margin-bottom: 0;
font-size: 35px;
font-weight: 700;
line-height: 1.0857142857;
color: var(--heading-color); }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-2 .item-title {
font-size: 28px; } }
.pxl-portfolio-carousel.layout-portfolio-2 .item-title a {
color: inherit; }
.pxl-portfolio-carousel.layout-portfolio-2 .item-title a:hover {
color: var(--primary-color); }
.pxl-portfolio-carousel.layout-portfolio-2 .item-readmore {
position: absolute;
top: 50%;
right: 50px;
margin-top: -25px; }
@media (max-width: 1199px) {
.pxl-portfolio-carousel.layout-portfolio-2 .item-readmore {
right: 30px; } }
@media (max-width: 575px) {
.pxl-portfolio-carousel.layout-portfolio-2 .item-readmore {
display: none; } }
.pxl-portfolio-carousel.layout-portfolio-2 .item-readmore .btn-link {
width: 50px;
height: 50px;
line-height: 50px;
text-align: 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(--primary-color);
color: #fff;
font-size: 16px;
display: block; }
.pxl-portfolio-carousel.layout-portfolio-2 .item-readmore:hover .btn-link {
background-color: var(--heading-color); }
.pxl-service-carousel.layout-1 .pxl-carousel-inner {
padding-bottom: 20px; }
.pxl-service-carousel.layout-1 .item-inner {
width: 100%; }
.pxl-service-carousel.layout-1 .item-inner .item-image {
border: 2px solid transparent;
border-radius: 8px;
overflow: hidden;
-webkit-transition: border-color 0.3s ease;
-khtml-transition: border-color 0.3s ease;
-moz-transition: border-color 0.3s ease;
-ms-transition: border-color 0.3s ease;
-o-transition: border-color 0.3s ease;
transition: border-color 0.3s ease; }
.pxl-service-carousel.layout-1 .item-inner .item-content {
position: absolute;
right: 2px;
bottom: 0;
padding: 14px 15px;
margin-left: 2px;
margin-bottom: -20px;
background-color: #000;
min-width: 70%;
text-align: 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-service-carousel.layout-1 .item-inner .item-title a {
font-size: 17px;
font-weight: 500;
letter-spacing: 0.02em;
color: #fff; }
.pxl-service-carousel.layout-1 .item-inner:hover .item-image {
border-color: var(--primary-color); }
.pxl-service-carousel.layout-1 .item-inner:hover .item-content {
background-color: var(--primary-color); }
.pxl-service-carousel.layout-1 .nav-out-vertical .pxl-swiper-arrow {
top: 42%; }
.pxl-service-carousel.layout-2 .pxl-swiper-slider-wrap {
margin: -20px; }
.pxl-service-carousel.layout-2 .pxl-swiper-slider-wrap .pxl-swiper-container {
padding: 20px; }
.pxl-service-carousel.layout-2 .pxl-swiper-slide > a {
display: block;
width: 100%; }
.pxl-service-carousel.layout-2 .item-inner {
width: 100%;
text-align: center;
background-color: #ffffff;
-webkit-transition: background-color 300ms linear;
-khtml-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
padding: 57px 22px 22px 22px;
-webkit-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-khtml-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-moz-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-ms-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
-o-box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06);
box-shadow: -10px 0px 13px rgba(126, 126, 126, 0.06); }
.pxl-service-carousel.layout-2 .item-inner:hover {
background-color: var(--primary-color); }
.pxl-service-carousel.layout-2 .item-inner:hover .item-icon {
color: #ffffff;
-webkit-animation: bounceIn 1500ms ease 0s;
-khtml-animation: bounceIn 1500ms ease 0s;
-moz-animation: bounceIn 1500ms ease 0s;
-ms-animation: bounceIn 1500ms ease 0s;
-o-animation: bounceIn 1500ms ease 0s;
animation: bounceIn 1500ms ease 0s; }
.pxl-service-carousel.layout-2 .item-inner:hover .item-title {
color: #ffffff; }
.pxl-service-carousel.layout-2 .item-inner:hover .number {
font-size: 20px;
color: #ffffff; }
.pxl-service-carousel.layout-2 .number {
font-size: 48px;
line-height: 1;
font-weight: 700;
color: rgba(var(--primary-color-rgb), 0.26);
position: absolute;
top: 22px;
left: 22px;
-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-service-carousel.layout-2 .item-icon {
font-size: 62px;
color: #60615e;
margin-bottom: 25px; }
.pxl-service-carousel.layout-2 .item-title {
font-size: 22px;
color: var(--heading-color);
font-weight: 700;
-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-post-carousel.layout-post-1 .item-featured {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
overflow: hidden; }
.pxl-post-carousel.layout-post-1 .item-featured a {
display: block;
position: relative; }
.pxl-post-carousel.layout-post-1 .item-featured 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 2s linear;
-khtml-transition: transform 2s linear;
-moz-transition: transform 2s linear;
-ms-transition: transform 2s linear;
-o-transition: transform 2s linear;
transition: transform 2s linear; }
.pxl-post-carousel.layout-post-1 .item-featured a .post-date {
position: absolute;
top: 43px;
left: 50px;
width: 57px;
background-color: var(--primary-color);
color: #fff;
font-weight: 700;
text-align: center;
line-height: 1;
padding: 10px 0;
border-radius: 3px;
-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);
-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; }
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-1 .item-featured a .post-date {
top: 20px;
left: 20px; } }
.pxl-post-carousel.layout-post-1 .item-featured a .post-date .month {
font-size: 14px;
display: block; }
.pxl-post-carousel.layout-post-1 .item-featured a .post-date .day {
display: block;
font-size: 20px;
margin-top: 2px; }
.pxl-post-carousel.layout-post-1 .item-featured a:before {
position: absolute;
top: 0;
left: -120%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(50deg);
transform: skewX(50deg); }
.pxl-post-carousel.layout-post-1 .item-featured a:hover img {
-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);
opacity: 0.9; }
.pxl-post-carousel.layout-post-1 .item-featured a:hover .post-date {
-webkit-transform: translate(-50px, -43px);
-khtml-transform: translate(-50px, -43px);
-moz-transform: translate(-50px, -43px);
-ms-transform: translate(-50px, -43px);
-o-transform: translate(-50px, -43px);
transform: translate(-50px, -43px); }
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-1 .item-featured a:hover .post-date {
-webkit-transform: translate(-20px, -20px);
-khtml-transform: translate(-20px, -20px);
-moz-transform: translate(-20px, -20px);
-ms-transform: translate(-20px, -20px);
-o-transform: translate(-20px, -20px);
transform: translate(-20px, -20px); } }
.pxl-post-carousel.layout-post-1 .item-featured a:hover:before {
-webkit-animation: shine 0.75s;
animation: shine 0.75s; }
.pxl-post-carousel.layout-post-1 .item-content {
padding: 24px 15px 0 47px; }
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-1 .item-content {
padding: 24px 0 0 0; } }
.pxl-post-carousel.layout-post-1 .item-title {
margin-top: 0;
font-size: 27px;
font-weight: 700;
line-height: 1.2727272727;
margin-bottom: 0;
display: block;
display: -webkit-box;
max-height: 56.0000000001px;
font-size: 22px;
line-height: 1.2727272727;
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-post-1 .item-title > * {
display: block;
display: -webkit-box;
max-height: 56.0000000001px;
font-size: 22px;
line-height: 1.2727272727;
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-post-1 .item-title a {
text-decoration: underline 1px rgba(255, 255, 255, 0);
transition: text-decoration-color 300ms;
-webkit-text-underline-position: under;
-ms-text-underline-position: below;
text-underline-position: under; }
.pxl-post-carousel.layout-post-1 .item-title a:hover {
color: inherit;
text-decoration-color: #666666; }
.pxl-post-carousel.layout-post-1 .item-post-meta {
color: #a4a8b0; }
.pxl-post-carousel.layout-post-1 .item-post-meta .meta-inner {
margin-left: -16px;
margin-right: -16px; }
.pxl-post-carousel.layout-post-1 .item-post-meta .meta-item {
position: relative;
padding-left: 16px;
padding-right: 16px; }
.pxl-post-carousel.layout-post-1 .item-post-meta .meta-item + .meta-item:before {
content: "-";
position: absolute;
left: -2px;
top: 50%;
line-height: 1px; }
.pxl-post-carousel.layout-post-1 .item-excerpt {
margin-top: 10px; }
.pxl-post-carousel.layout-post-1 .item-readmore {
margin-top: 20px; }
.pxl-post-carousel.layout-post-1 .nav-in-vertical .pxl-swiper-arrow, .pxl-post-carousel.layout-post-1 .nav-out-vertical .pxl-swiper-arrow {
top: 36%; }
.pxl-post-carousel.layout-post-2 {
margin: -30px; }
.pxl-post-carousel.layout-post-2 .pxl-swiper-slider-wrap {
padding: 30px; }
.pxl-post-carousel.layout-post-2 .item-inner {
-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
-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;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
background-color: #fff;
overflow: hidden; }
.pxl-post-carousel.layout-post-2 .item-inner:hover {
-webkit-box-shadow: 0 20px 21px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 20px 21px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 20px 21px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 20px 21px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 20px 21px rgba(0, 0, 0, 0.06);
box-shadow: 0 20px 21px rgba(0, 0, 0, 0.06); }
.pxl-post-carousel.layout-post-2 .item-featured {
overflow: hidden;
position: relative; }
.pxl-post-carousel.layout-post-2 .item-featured:after {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: -1px;
width: calc(100% + 1px);
height: 20px;
-webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
clip-path: polygon(100% 100%, 0 100%, 100% 0);
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; }
.pxl-post-carousel.layout-post-2 .item-featured a {
display: block;
position: relative; }
.pxl-post-carousel.layout-post-2 .item-featured 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 2s linear;
-khtml-transition: transform 2s linear;
-moz-transition: transform 2s linear;
-ms-transition: transform 2s linear;
-o-transition: transform 2s linear;
transition: transform 2s linear; }
.pxl-post-carousel.layout-post-2 .item-featured a:before {
position: absolute;
top: 0;
left: -120%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(50deg);
transform: skewX(50deg); }
.pxl-post-carousel.layout-post-2 .item-featured a:hover img {
-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);
opacity: 0.9; }
.pxl-post-carousel.layout-post-2 .item-featured a:hover:before {
-webkit-animation: shine 0.75s;
animation: shine 0.75s; }
.pxl-post-carousel.layout-post-2 .item-featured:hover:after {
height: 0; }
.pxl-post-carousel.layout-post-2 .item-content {
padding: 20px 15px 30px 25px; }
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-2 .item-content {
padding: 20px 15px 30px 20px; } }
.pxl-post-carousel.layout-post-2 .item-post-meta {
margin-top: 5px;
font-size: 16px;
color: #8e8e8e;
line-height: 24px;
font-weight: 500; }
@media (max-width: 1199px) {
.pxl-post-carousel.layout-post-2 .item-post-meta {
font-size: 15px; } }
.pxl-post-carousel.layout-post-2 .item-post-meta .avatar {
width: 45px;
height: 45px;
margin-right: 10px;
display: inline-flex;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
@media (max-width: 767px) {
.pxl-post-carousel.layout-post-2 .item-post-meta .avatar {
width: 25px;
height: 25px; } }
@media (max-width: 375px) {
.pxl-post-carousel.layout-post-2 .item-post-meta .avatar {
width: 20px;
height: 20px;
margin-right: 5px; } }
.pxl-post-carousel.layout-post-2 .item-post-meta .separate {
width: 5px;
height: 5px;
border-radius: 50%;
background-color: var(--primary-color);
display: block; }
.pxl-post-carousel.layout-post-2 .item-post-meta .meta-inner {
margin-left: -8px;
margin-right: -8px; }
.pxl-post-carousel.layout-post-2 .item-post-meta .meta-item {
position: relative;
padding-left: 8px;
padding-right: 8px;
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; }
.pxl-post-carousel.layout-post-2 .item-post-meta .meta-item a {
color: inherit; }
.pxl-post-carousel.layout-post-2 .item-post-meta .meta-item a:hover {
color: var(--link-color-hover); }
.pxl-post-carousel.layout-post-2 .item-title {
font-size: 27px;
font-weight: 700;
line-height: 1.25;
margin-top: 12px;
margin-bottom: 0;
color: #000;
display: block;
display: -webkit-box;
max-height: 67.5px;
font-size: 27px;
line-height: 1.25;
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-post-2 .item-title > * {
display: block;
display: -webkit-box;
max-height: 67.5px;
font-size: 27px;
line-height: 1.25;
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-post-2 .pxl-swiper-arrows .pxl-swiper-arrow {
margin-top: -80px; }
.pxl-post-carousel.layout-post-2 .pxl-swiper-arrow {
width: 48px;
height: 48px;
line-height: 45px;
background-color: #edf3f5;
color: #000;
font-size: 28px; }
.pxl-post-carousel.layout-post-2 .pxl-swiper-arrow:hover {
background-color: var(--primary-color);
color: #fff; }
.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;
-webkit-transition: opacity 1s ease;
-khtml-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
-ms-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease; }
.pxl-slider-item.swiper-slide-active {
opacity: 1 !important;
z-index: 1; }
.pxl-slider-item > div {
width: 100%; }
.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.pos-absolute.wrap {
position: absolute;
left: 48%;
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 > div {
margin: 0 10px; }
.pxl-slider-arrow-wrap.pos-df.wrap {
justify-content: center; }
.pxl-slider-arrow-wrap.separate {
justify-content: space-between; }
.pxl-slider-arrow {
z-index: 2;
text-align: center;
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-slider-arrow.swiper-button-disabled {
cursor: not-allowed; }
.pxl-slider-arrow .arrow-text {
font-size: 16px;
letter-spacing: -0.02em;
position: relative; }
.pxl-slider-arrow .arrow-text:after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 1px;
width: 0;
background-color: #fff;
-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-slider-arrow .arrow-text:hover:after {
width: 100%; }
.pxl-slider-arrow .swiper-button-disabled .arrow-text:after {
display: none; }
.pxl-slider-arrow .pxl-icon {
font-size: 32px;
width: 52px;
height: 52px;
line-height: 46px;
display: block;
z-index: 2;
text-align: center;
background-color: #d6d6d6;
-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-slider-arrow .pxl-icon:hover {
background-color: var(--primary-color); }
.pxl-slider-arrow .pxl-icon.swiper-button-disabled {
cursor: not-allowed; }
.pxl-slider-dots {
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: center; }
.pxl-slider-dots:not(.absolute) {
margin-top: 20px; }
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet {
flex: 0 0 18px;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
background: transparent;
cursor: pointer;
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;
position: relative; }
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet:before {
content: "";
width: 10px;
height: 10px;
display: block;
background: #d4d4d4;
position: absolute;
top: 50%;
left: 50%;
border: 2px solid transparent;
-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%);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 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-slider-dots.style-bullets .pxl-slider-pagination-bullet:after {
content: "";
width: 8px;
height: 8px;
display: block;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
background-color: var(--primary-color);
opacity: 0;
visibility: hidden;
-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%);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 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-slider-dots.style-bullets .pxl-slider-pagination-bullet:hover:before, .pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
width: 18px;
height: 18px;
border: 2px solid rgba(26, 26, 26, 0.2);
background: transparent;
border-color: var(--primary-color); }
.pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet:hover:after, .pxl-slider-dots.style-bullets .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:after {
opacity: 1;
visibility: visible; }
.pxl-slider-dots.style-squared .pxl-slider-pagination-bullet {
flex: 0 0 42px;
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
background: transparent;
cursor: pointer;
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;
position: relative; }
.pxl-slider-dots.style-squared .pxl-slider-pagination-bullet:before {
content: "";
width: 30px;
height: 30px;
display: block;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
border: 2px solid transparent;
opacity: 0;
visibility: hidden;
-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%);
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 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-slider-dots.style-squared .pxl-slider-pagination-bullet:after {
content: "";
width: 10px;
height: 10px;
display: block;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
background-color: var(--primary-color);
-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%);
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 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-slider-dots.style-squared .pxl-slider-pagination-bullet:hover:before, .pxl-slider-dots.style-squared .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
opacity: 1;
visibility: visible;
border-color: var(--primary-color); }
.pxl-slider-dots.style-squared .pxl-slider-pagination-bullet:hover:after, .pxl-slider-dots.style-squared .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:after {
background-color: var(--second-color); }
.pxl-slider-dots.style-fraction {
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: 24px;
font-weight: 500;
color: #0a0a0a;
margin: 0 -10px;
line-height: 1;
width: 52px; }
.pxl-slider-dots.style-fraction > * {
margin: 0 10px; }
.pxl-slider-dots.style-fraction .divider {
width: 74px;
height: 1px;
background-color: #b6b6b8;
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; }
@media (max-width: 1199px) {
.pxl-slider-dots.style-fraction .divider {
width: 40px; } }
.pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
@media (min-width: 768px) {
.pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content {
flex: 0 0 50%;
width: 50%; } }
.pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content .sl-content-inner {
padding-right: 15px; }
@media (min-width: 768px) {
.pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content-right {
flex: 0 0 50%;
width: 50%; } }
.pxl-slider-item-1 .pxl-slide-item-wrap .mask-ovl-wrap {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.pxl-slider-item-1 .pxl-slide-item-wrap .mask-ovl-wrap .mask-ovl {
position: relative;
top: -120px;
margin-bottom: -120px;
background-size: cover;
background-repeat: no-repeat; }
@media (max-width: 1199px) {
.pxl-slider-item-1 .pxl-slide-item-wrap .mask-ovl-wrap .mask-ovl {
top: 0;
margin-bottom: 0; } }
.pxl-slider-item-1 .pxl-slide-item-wrap .mask-ovl-wrap .cten-img {
position: relative;
overflow: hidden; }
.pxl-slider-item-1 .pxl-slide-item-wrap .mask-ovl-wrap .cten-img .bg-img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-size: cover;
background-repeat: no-repeat; }
.pxl-slider-item-1 .small-heading {
font-size: 18px;
font-weight: 500;
line-height: 30px;
color: var(--primary-color);
text-transform: uppercase; }
.pxl-slider-item-1 .large-heading {
font-size: 80px;
font-weight: 700;
line-height: 1;
color: #020202; }
@media (max-width: 1199px) {
.pxl-slider-item-1 .large-heading {
font-size: 48px; } }
@media (max-width: 991px) {
.pxl-slider-item-1 .large-heading {
font-size: 45px; } }
@media (max-width: 767px) {
.pxl-slider-item-1 .large-heading {
font-size: 42px; } }
@media (max-width: 575px) {
.pxl-slider-item-1 .large-heading {
font-size: 38px; } }
@media (max-width: 480px) {
.pxl-slider-item-1 .large-heading {
font-size: 32px; } }
.pxl-slider-item-1 .desc {
font-size: 18px;
line-height: 30px;
color: #686868; }
.pxl-slider-item-2 .pxl-slide-item-wrap {
overflow: hidden; }
.pxl-slider-item-2 .pxl-slide-item-wrap .pxl-slide-img {
background-size: cover;
background-repeat: no-repeat; }
.pxl-slider-item-2 .pxl-slide-item-wrap .mask-ovl-wrap {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.pxl-slider-item-2 .pxl-slide-item-wrap .mask-ovl-wrap .mask-ovl {
position: relative;
background-size: cover;
background-repeat: no-repeat;
flex: 0 0 53%;
width: 53%; }
.pxl-slider-item-2 .pxl-slide-item-wrap .mask-ovl-wrap .cten-img {
position: relative;
overflow: hidden; }
.pxl-slider-item-2 .pxl-slide-item-wrap .mask-ovl-wrap .cten-img .bg-img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-size: cover;
background-repeat: no-repeat; }
.pxl-slider-item-2 .pxl-slide-item-wrap .slide-content-wrap .sl-content {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
@media (min-width: 768px) {
.pxl-slider-item-2 .pxl-slide-item-wrap .slide-content-wrap .sl-content {
flex: 0 0 50%;
width: 50%; } }
.pxl-slider-item-2 .pxl-slide-item-wrap .slide-content-wrap .sl-content .sl-content-inner {
padding-right: 15px; }
@media (min-width: 768px) {
.pxl-slider-item-2 .pxl-slide-item-wrap .slide-content-wrap .sl-content-right {
flex: 0 0 50%;
width: 50%; } }
.pxl-slider-item-2 .small-heading {
font-size: 196px;
font-weight: 700;
line-height: 1;
margin-left: -12px;
color: #fff;
-webkit-text-stroke: 1px #414141;
color: transparent;
-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.8s ease;
-khtml-transition: transform 0.8s ease;
-moz-transition: transform 0.8s ease;
-ms-transition: transform 0.8s ease;
-o-transition: transform 0.8s ease;
transition: transform 0.8s ease; }
@media (max-width: 1199px) {
.pxl-slider-item-2 .small-heading {
font-size: 150px;
margin-left: -10px; } }
@media (max-width: 991px) {
.pxl-slider-item-2 .small-heading {
font-size: 120px;
margin-left: -5px; } }
@media (max-width: 767px) {
.pxl-slider-item-2 .small-heading {
-webkit-text-stroke-width: 0.5px;
font-size: 150px; } }
@media (max-width: 575px) {
.pxl-slider-item-2 .small-heading {
font-size: 130px; } }
@media (max-width: 480px) {
.pxl-slider-item-2 .small-heading {
font-size: 90px; } }
.pxl-slider-item-2 .small-heading + .large-heading {
margin-top: -116px;
-webkit-transition: margin-top 0.5s ease;
-khtml-transition: margin-top 0.5s ease;
-moz-transition: margin-top 0.5s ease;
-ms-transition: margin-top 0.5s ease;
-o-transition: margin-top 0.5s ease;
transition: margin-top 0.5s ease; }
@media (max-width: 1199px) {
.pxl-slider-item-2 .small-heading + .large-heading {
margin-top: -90px; } }
@media (max-width: 991px) {
.pxl-slider-item-2 .small-heading + .large-heading {
margin-top: -76px; } }
@media (max-width: 767px) {
.pxl-slider-item-2 .small-heading + .large-heading {
margin-top: -95px; } }
@media (max-width: 575px) {
.pxl-slider-item-2 .small-heading + .large-heading {
margin-top: -80px; } }
@media (max-width: 480px) {
.pxl-slider-item-2 .small-heading + .large-heading {
margin-top: -60px; } }
.pxl-slider-item-2 .large-heading {
position: relative;
font-size: 70px;
font-weight: 700;
line-height: 1;
color: #fff;
margin-bottom: 28px; }
@media (max-width: 1199px) {
.pxl-slider-item-2 .large-heading {
font-size: 55px; } }
@media (max-width: 991px) {
.pxl-slider-item-2 .large-heading {
font-size: 48px; } }
@media (max-width: 767px) {
.pxl-slider-item-2 .large-heading {
font-size: 62px; } }
@media (max-width: 575px) {
.pxl-slider-item-2 .large-heading {
font-size: 58px; } }
@media (max-width: 480px) {
.pxl-slider-item-2 .large-heading {
font-size: 42px; } }
.pxl-slider-item-2 .large-heading .mark-top {
position: absolute;
left: 0;
top: -30px;
width: 62px;
height: 10px;
display: inline-block; }
@media (max-width: 575px) {
.pxl-slider-item-2 .large-heading .mark-top {
top: -20px; } }
.pxl-slider-item-2 .large-heading .mark-top:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 8px;
display: inline-block;
background-color: var(--primary-color); }
.pxl-slider-item-2 .large-heading .mark-top:after {
content: "";
position: absolute;
left: 0;
top: 4px;
height: 2px;
width: 100%;
display: inline-block;
background-color: var(--primary-color); }
.pxl-slider-item-2 .desc {
font-size: 18px;
line-height: 30px;
color: #dcdcdc;
margin-bottom: 40px; }
.pxl-slider-item-2 .sl-content-inner .btn {
padding: 10px 35px; }
.pxl-slider-item-2 .pxl-slide-item-wrap:hover .small-heading {
-webkit-transform: translateY(-35px);
-khtml-transform: translateY(-35px);
-moz-transform: translateY(-35px);
-ms-transform: translateY(-35px);
-o-transform: translateY(-35px);
transform: translateY(-35px); }
@media (max-width: 575px) {
.pxl-slider-item-2 .pxl-slide-item-wrap:hover .small-heading {
-webkit-transform: translateY(-30px);
-khtml-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
transform: translateY(-30px); } }
.pxl-slider-item-2 .pxl-slide-item-wrap:hover .small-heading + .large-heading {
margin-top: -50px; }
.pxl-slider-item-3 .pxl-slide-item-wrap {
overflow: hidden; }
.pxl-slider-item-3 .pxl-slide-item-wrap .pxl-slide-img {
background-size: cover;
background-repeat: no-repeat; }
.pxl-slider-item-3 .pxl-slide-item-wrap .slide-content-wrap .sl-content {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
.pxl-slider-item-3 .pxl-slide-item-wrap .slide-content-wrap .sl-content-inner {
padding-bottom: 17px; }
.pxl-slider-item-3 .small-heading {
font-size: 18px;
font-weight: 500;
line-height: 30px;
color: var(--primary-color);
text-transform: uppercase; }
.pxl-slider-item-3 .large-heading {
position: relative;
font-size: 80px;
font-weight: 700;
line-height: 1;
color: #fff;
margin-top: 63px;
margin-bottom: 36px; }
@media (max-width: 1199px) {
.pxl-slider-item-3 .large-heading {
font-size: 70px; } }
@media (max-width: 991px) {
.pxl-slider-item-3 .large-heading {
font-size: 62px; } }
@media (max-width: 767px) {
.pxl-slider-item-3 .large-heading {
font-size: 56px; } }
@media (max-width: 575px) {
.pxl-slider-item-3 .large-heading {
font-size: 48px; } }
@media (max-width: 480px) {
.pxl-slider-item-3 .large-heading {
font-size: 38px; } }
.pxl-slider-item-3 .desc {
font-size: 18px;
line-height: 30px;
color: #e5e5e5;
margin-bottom: 52px; }
.pxl-slider-item-3 .sl-content-inner .btn {
padding: 10px 43px;
font-size: 15px;
letter-spacing: 0.2em;
text-transform: uppercase;
border-radius: 0;
font-weight: 500; }
.pxl-slider-item-3 .pxl-video-lightbox {
display: inline-block; }
.pxl-slider-item-3 .pxl-video-btn {
width: 170px;
height: 170px;
line-height: 170px;
font-size: 30px;
display: inline-block;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
cursor: pointer;
position: relative;
color: #fff;
background-color: rgba(255, 255, 255, 0.23);
-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 cubic-bezier(0.2, 0, 0.7, 1);
-khtml-transition: all 0.3s cubic-bezier(0.2, 0, 0.7, 1);
-moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.7, 1);
-ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.7, 1);
-o-transition: all 0.3s cubic-bezier(0.2, 0, 0.7, 1);
transition: all 0.3s cubic-bezier(0.2, 0, 0.7, 1);
z-index: 1; }
.pxl-slider-item-3 .pxl-video-btn:before {
content: "";
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.23);
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: 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; }
@media (max-width: 1199px) {
.pxl-slider-item-3 .pxl-video-btn {
width: 102px;
height: 102px;
line-height: 102px;
font-size: 28px; } }
.pxl-slider-item-3 .pxl-video-btn .pxl-icon {
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.4s ease;
-khtml-transition: transform 0.4s ease;
-moz-transition: transform 0.4s ease;
-ms-transition: transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease; }
.pxl-slider-item-3 .pxl-video-btn:hover {
-webkit-transform: scale(0.8);
-khtml-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8); }
.pxl-slider-item-3 .pxl-video-btn:hover .pxl-icon {
-webkit-transform: scale(0.8);
-khtml-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8); }
.pxl-slider-wrapper.onload .elementor-invisible, .pxl-slider-wrapper.onload .pxl-invisible {
visibility: visible; }
.pxl-slider-wrapper.onload .pxl-elementor-animate, .pxl-slider-wrapper.onload .pxl-animate {
-webkit-animation: pxlAnmNone 0s ease !important;
-khtml-animation: pxlAnmNone 0s ease !important;
-moz-animation: pxlAnmNone 0s ease !important;
-ms-animation: pxlAnmNone 0s ease !important;
-o-animation: pxlAnmNone 0s ease !important;
animation: pxlAnmNone 0s ease !important; }
.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-top: 15px;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #ececec; }
.woocommerce-notices-wrapper:empty {
display: none; }
.woocommerce-notices-wrapper ul {
list-style: none;
padding: 0;
margin: 0; }
@media (min-width: 768px) {
.woocommerce-notices-wrapper .woocommerce-error li {
position: relative;
padding-right: 165px; } }
@media (max-width: 767px) {
.woocommerce-notices-wrapper .woocommerce-error li {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
@media (min-width: 768px) {
.woocommerce-notices-wrapper .woocommerce-error li a {
position: absolute;
top: 50%;
right: 0;
width: 150px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); } }
@media (max-width: 767px) {
.woocommerce-notices-wrapper .woocommerce-error li a {
order: 2; } }
@media (min-width: 576px) {
.woocommerce-notices-wrapper .woocommerce-message {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; } }
@media (max-width: 575px) {
.woocommerce-notices-wrapper .woocommerce-message a.btn {
display: block;
margin-top: 10px; } }
.woocommerce-error {
color: #d62a28; }
.woocommerce-info {
color: #cf8207;
background: #F2F2F2;
padding: 20px 24px;
font-size: 15px; }
.woocommerce-message {
color: #27ae60; }
.woocommerce-pagination {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center; }
.pxl-shop-topbar-wrap {
margin-bottom: 9px;
padding-bottom: 25px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
margin-bottom: 0;
float: none; }
.woocommerce-result-count {
font-size: 18px;
line-height: 24px;
font-weight: 700; }
select.orderby {
height: 40px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
line-height: 40px;
padding: 0 20px;
font-size: 16px;
font-weight: 500;
background-position: calc(100% - 20px) 50%;
background-repeat: no-repeat;
background-size: 12px;
border: 1px solid #ececec;
background-color: transparent; }
@media (min-width: 1200px) {
select.orderby {
width: 240px; } }
select.orderby:hover, select.orderby:active, select.orderby:focus {
border-color: var(--primary-color); }
@media (max-width: 575px) {
.pxl-view-layout-wrap {
display: none; } }
.pxl-view-layout {
list-style: none;
margin: 0 -2px; }
.pxl-view-layout li {
padding: 0 2px; }
.pxl-view-layout li.lbl {
padding-right: 11px; }
.pxl-view-layout li a {
color: #d7d7d7;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #d7d7d7;
display: inline-block;
text-align: center; }
.pxl-view-layout li a:hover {
color: var(--primary-color);
border-color: var(--primary-color); }
.pxl-view-layout li a i {
line-height: 1; }
.pxl-view-layout li.active a {
color: var(--primary-color);
border-color: var(--primary-color); }
@media (max-width: 1599px) {
.pxl-view-layout li.view-6 {
display: none; } }
@media (max-width: 1199px) {
.pxl-view-layout li.view-4, .pxl-view-layout li.view-5 {
display: none; } }
@media (max-width: 991px) {
.pxl-view-layout li.view-3 {
display: none; } }
@media (max-width: 1599px) {
.pxl-content-wrap.has-sidebar .pxl-view-layout li.view-5 {
display: none; } }
@media (max-width: 1199px) {
.pxl-content-wrap.has-sidebar .pxl-view-layout li.view-3, .pxl-content-wrap.has-sidebar .pxl-view-layout li.view-4 {
display: none; } }
@media (max-width: 767px) {
.number-result {
flex: 0 0 100%;
max-width: 100%;
margin-top: 10px; } }
.products {
list-style: none;
margin: -30px -16px;
padding: 0;
display: flex;
flex-wrap: wrap; }
.products > .product {
float: none;
padding: 30px 16px;
position: relative; }
.pxl-products-thumb {
position: relative;
overflow: hidden; }
.pxl-products-thumb:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.55);
z-index: 1;
-webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
-khtml-transition: background-color 0.3s ease, opacity 0.3s ease;
-moz-transition: background-color 0.3s ease, opacity 0.3s ease;
-ms-transition: background-color 0.3s ease, opacity 0.3s ease;
-o-transition: background-color 0.3s ease, opacity 0.3s ease;
transition: background-color 0.3s ease, opacity 0.3s ease; }
.pxl-products-thumb img {
width: 100%;
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-products-thumb .pxl-overlay-content-end {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -15px; }
.pxl-products-thumb .pxl-overlay-content-end > * {
margin: 15px;
flex: 0 0 auto; }
.pxl-shop-item-wrap {
-webkit-box-shadow: 0 8px 38px rgba(12, 12, 12, 0.19);
-khtml-box-shadow: 0 8px 38px rgba(12, 12, 12, 0.19);
-moz-box-shadow: 0 8px 38px rgba(12, 12, 12, 0.19);
-ms-box-shadow: 0 8px 38px rgba(12, 12, 12, 0.19);
-o-box-shadow: 0 8px 38px rgba(12, 12, 12, 0.19);
box-shadow: 0 8px 38px rgba(12, 12, 12, 0.19);
-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; }
.pxl-shop-item-wrap .woocommerce-loop-product__link {
display: block;
font-weight: 700;
font-size: 22px;
line-height: 1.5;
color: var(--heading-color); }
.pxl-shop-item-wrap .woocommerce-loop-product__link:hover {
color: var(--link-color-hover); }
.pxl-shop-item-wrap .price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
color: var(--primary-color);
font-weight: 700;
font-size: 18px;
line-height: 32px;
clear: both;
white-space: pre-wrap;
justify-content: center; }
.pxl-shop-item-wrap .price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #1a2428; }
[dir="rtl"] .pxl-shop-item-wrap .price del {
padding-left: 0;
padding-right: 6px; }
.pxl-shop-item-wrap .price ins {
font-weight: inherit;
text-decoration: none; }
.pxl-shop-item-wrap .add_to_cart_button, .pxl-shop-item-wrap .button.product_type_grouped, .pxl-shop-item-wrap .product_type_external, .pxl-shop-item-wrap .added_to_cart {
font-size: 14px;
border-radius: 23px;
-webkit-box-shadow: 0 10px 18px rgba(12, 12, 12, 0.15);
-khtml-box-shadow: 0 10px 18px rgba(12, 12, 12, 0.15);
-moz-box-shadow: 0 10px 18px rgba(12, 12, 12, 0.15);
-ms-box-shadow: 0 10px 18px rgba(12, 12, 12, 0.15);
-o-box-shadow: 0 10px 18px rgba(12, 12, 12, 0.15);
box-shadow: 0 10px 18px rgba(12, 12, 12, 0.15);
-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-shop-item-wrap .add_to_cart_button:after, .pxl-shop-item-wrap .button.product_type_grouped:after, .pxl-shop-item-wrap .product_type_external:after, .pxl-shop-item-wrap .added_to_cart:after {
border-radius: 23px; }
.pxl-shop-item-wrap .add_to_cart_button .pxl-icon, .pxl-shop-item-wrap .button.product_type_grouped .pxl-icon, .pxl-shop-item-wrap .product_type_external .pxl-icon, .pxl-shop-item-wrap .added_to_cart .pxl-icon {
font-size: 14px; }
.pxl-shop-item-wrap .add_to_cart_button.loading .pxl-icon, .pxl-shop-item-wrap .product_type_grouped.loading .pxl-icon, .pxl-shop-item-wrap .product_type_external.loading .pxl-icon {
display: inline-block;
-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-shop-item-wrap .add_to_cart_button.loading .pxl-icon:before, .pxl-shop-item-wrap .product_type_grouped.loading .pxl-icon:before, .pxl-shop-item-wrap .product_type_external.loading .pxl-icon:before {
content: "";
font-family: "pxli" !important; }
.pxl-shop-item-wrap .add_to_cart_button.added, .pxl-shop-item-wrap .product_type_grouped.added, .pxl-shop-item-wrap .product_type_external.added {
opacity: 0;
visibility: hidden;
-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-shop-item-wrap .add_to_cart_button.added + .added_to_cart, .pxl-shop-item-wrap .product_type_grouped.added + .added_to_cart, .pxl-shop-item-wrap .product_type_external.added + .added_to_cart {
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); }
.pxl-shop-item-wrap .add_to_cart_button + .added_to_cart, .pxl-shop-item-wrap .product_type_grouped + .added_to_cart, .pxl-shop-item-wrap .product_type_external + .added_to_cart {
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);
min-width: 147px; }
.pxl-shop-item-wrap:hover {
-webkit-box-shadow: 0 10px 38px rgba(12, 12, 12, 0.39);
-khtml-box-shadow: 0 10px 38px rgba(12, 12, 12, 0.39);
-moz-box-shadow: 0 10px 38px rgba(12, 12, 12, 0.39);
-ms-box-shadow: 0 10px 38px rgba(12, 12, 12, 0.39);
-o-box-shadow: 0 10px 38px rgba(12, 12, 12, 0.39);
box-shadow: 0 10px 38px rgba(12, 12, 12, 0.39); }
.pxl-shop-item-wrap:hover .pxl-products-thumb:before {
opacity: 1; }
.pxl-shop-item-wrap:hover .pxl-products-thumb 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: 1200px) {
.container .has-sidebar .products.columns-4 .pxl-shop-item-wrap .woocommerce-loop-product__link {
font-size: 18px; } }
.products[class*=" columns-"] .add_to_cart_button, .products[class*=" columns-"] .button.product_type_grouped, .products[class*=" columns-"] .product_type_external, .products[class*=" columns-"] .added_to_cart, .pxl-product-grid .add_to_cart_button, .pxl-product-grid .button.product_type_grouped, .pxl-product-grid .product_type_external, .pxl-product-grid .added_to_cart {
position: absolute;
left: 50%;
bottom: -23px;
-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); }
@media (min-width: 1200px) {
.products[class*=" columns-"] .add_to_cart_button, .products[class*=" columns-"] .button.product_type_grouped, .products[class*=" columns-"] .product_type_external, .products[class*=" columns-"] .added_to_cart, .pxl-product-grid .add_to_cart_button, .pxl-product-grid .button.product_type_grouped, .pxl-product-grid .product_type_external, .pxl-product-grid .added_to_cart {
opacity: 0;
-webkit-transform: translate(-50%, 15px) scale(0.5);
-khtml-transform: translate(-50%, 15px) scale(0.5);
-moz-transform: translate(-50%, 15px) scale(0.5);
-ms-transform: translate(-50%, 15px) scale(0.5);
-o-transform: translate(-50%, 15px) scale(0.5);
transform: translate(-50%, 15px) scale(0.5); } }
@media (min-width: 1200px) {
.products[class*=" columns-"] .pxl-shop-item-wrap:hover .add_to_cart_button, .products[class*=" columns-"] .pxl-shop-item-wrap:hover .button.product_type_grouped, .products[class*=" columns-"] .pxl-shop-item-wrap:hover .product_type_external, .products[class*=" columns-"] .pxl-shop-item-wrap:hover .added_to_cart, .pxl-product-grid .pxl-shop-item-wrap:hover .add_to_cart_button, .pxl-product-grid .pxl-shop-item-wrap:hover .button.product_type_grouped, .pxl-product-grid .pxl-shop-item-wrap:hover .product_type_external, .pxl-product-grid .pxl-shop-item-wrap:hover .added_to_cart {
opacity: 1;
-webkit-transform: translate(-50%, 0) scale(1);
-khtml-transform: translate(-50%, 0) scale(1);
-moz-transform: translate(-50%, 0) scale(1);
-ms-transform: translate(-50%, 0) scale(1);
-o-transform: translate(-50%, 0) scale(1);
transform: translate(-50%, 0) scale(1); } }
.pxl-products-content {
padding: 20px 15px 32px 15px;
text-align: center;
position: relative; }
.pxl-hot {
position: absolute;
left: 20px;
top: 15px;
font-size: 14px;
font-weight: 700;
line-height: 18px;
text-align: center;
color: #fff;
background-color: #f00004;
padding: 4px 13px;
text-transform: uppercase;
-webkit-border-radius: 13px;
-khtml-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
-o-border-radius: 13px;
border-radius: 13px;
z-index: 2; }
.onsale {
position: absolute;
left: 20px;
top: 15px;
font-size: 14px;
font-weight: 700;
line-height: 18px;
text-align: center;
color: #fff;
background-color: #f00004;
padding: 4px 13px;
text-transform: uppercase;
-webkit-border-radius: 13px;
-khtml-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
-o-border-radius: 13px;
border-radius: 13px;
z-index: 1; }
.pxl-hot + .onsale {
top: 51px; }
.pxl-shop-woosmart-wrap {
position: absolute;
top: 30px;
right: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
flex-direction: column;
opacity: 0;
-webkit-transform: translateX(20px);
-khtml-transform: translateX(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
z-index: 2;
-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-shop-woosmart-wrap .woosq-btn, .pxl-shop-woosmart-wrap .woosw-btn, .pxl-shop-woosmart-wrap .woosc-btn {
margin: 5px;
padding: 0;
width: 40px;
height: 40px;
line-height: 40px;
-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);
color: #fff;
text-align: center;
overflow: visible;
font-size: 0; }
.pxl-shop-woosmart-wrap .woosq-btn .pxl-icon, .pxl-shop-woosmart-wrap .woosw-btn .pxl-icon, .pxl-shop-woosmart-wrap .woosc-btn .pxl-icon {
margin-left: 0;
font-size: 18px;
-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;
-webkit-animation: noneani 0ms linear 0s;
-khtml-animation: noneani 0ms linear 0s;
-moz-animation: noneani 0ms linear 0s;
-ms-animation: noneani 0ms linear 0s;
-o-animation: noneani 0ms linear 0s;
animation: noneani 0ms linear 0s; }
.pxl-shop-woosmart-wrap .woosq-btn:hover, .pxl-shop-woosmart-wrap .woosw-btn:hover, .pxl-shop-woosmart-wrap .woosc-btn:hover {
background-color: var(--primary-color); }
.pxl-shop-woosmart-wrap .woosc-btn:before {
content: "";
font-size: 18px;
font-weight: 400;
line-height: 40px;
font-family: "pxli";
background: none;
background-color: transparent;
margin: 0;
transition: 0s;
-webkit-transform: none;
-khtml-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; }
.pxl-shop-woosmart-wrap .woosc-btn.woosc-added:before {
content: "✓";
line-height: 34px; }
.pxl-shop-woosmart-wrap .woosq-btn:before {
content: "";
font-size: 18px;
font-weight: 400;
line-height: 40px;
font-family: "pxli";
background: none;
background-color: transparent;
margin: 0;
transition: 0s;
-webkit-transform: none;
-khtml-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; }
.pxl-shop-woosmart-wrap .woosw-btn:before {
content: "";
font-size: 18px;
font-weight: 400;
line-height: 40px;
font-family: "pxli";
background: none;
background-color: transparent;
margin: 0;
transition: 0s;
-webkit-transform: none;
-khtml-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; }
.pxl-shop-woosmart-wrap .woosw-btn.woosw-adding:before {
content: "";
-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-shop-woosmart-wrap .woosw-btn.woosw-adding:after {
display: none !important; }
.pxl-shop-woosmart-wrap .woosw-btn.woosw-added:before {
content: ""; }
.pxl-shop-item-wrap:hover .pxl-shop-woosmart-wrap {
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-products-content-list-view {
display: none; }
@media (max-width: 575px) {
.pxl-products-content-list-view .price {
display: none !important; } }
.pxl-products-content-list-view .add_to_cart_button {
margin-top: 20px;
margin-bottom: 12px;
padding: 12px 28px; }
@media (max-width: 1199px) {
.pxl-products-content-list-view .add_to_cart_button {
margin-top: 15px;
margin-bottom: 6px; } }
.pxl-products-content-list-view .btn.product_type_grouped {
margin-top: 20px;
margin-bottom: 12px;
padding: 12px 28px; }
@media (max-width: 1199px) {
.pxl-products-content-list-view .btn.product_type_grouped {
margin-top: 15px;
margin-bottom: 6px; } }
.pxl-products-content-list-view .woosc-btn {
display: inline-block; }
.products.shop-view-list {
margin: -12px 0; }
.products.shop-view-list > .product {
max-width: 100%;
width: 100%;
flex: 0 0 100%;
padding: 24px 0; }
@media (max-width: 1199px) {
.products.shop-view-list > .product {
padding: 0 0 38px 0;
background-color: transparent; } }
.products.shop-view-list .pxl-shop-item-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.products.shop-view-list .pxl-shop-item-wrap .pxl-products-thumb {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
@media (max-width: 575px) {
.products.shop-view-list .pxl-shop-item-wrap .pxl-products-thumb {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 20px; } }
.products.shop-view-list .pxl-shop-item-wrap .pxl-products-thumb img {
width: 210px;
height: 100%;
object-fit: cover; }
@media (max-width: 767px) {
.products.shop-view-list .pxl-shop-item-wrap .pxl-products-thumb img {
width: 180px; } }
@media (max-width: 575px) {
.products.shop-view-list .pxl-shop-item-wrap .pxl-products-thumb img {
width: 100%; } }
.products.shop-view-list .pxl-shop-item-wrap .pxl-products-content {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
@media (max-width: 575px) {
.products.shop-view-list .pxl-shop-item-wrap .pxl-products-content {
flex: 0 0 100%;
max-width: 100%; } }
@media (max-width: 991px) {
.products.shop-view-list .pxl-shop-item-wrap .price {
justify-content: start; } }
@media (max-width: 575px) {
.products.shop-view-list .pxl-shop-item-wrap .price {
justify-content: center; } }
.products.shop-view-list .pxl-products-content-list-view {
display: block; }
@media (max-width: 991px) {
.products.shop-view-list .pxl-products-content-list-view {
display: none; } }
.products.shop-view-list .pxl-products-content-inner {
text-align: center; }
@media (max-width: 991px) {
.products.shop-view-list .pxl-products-content-inner {
text-align: left; } }
@media (max-width: 575px) {
.products.shop-view-list .pxl-products-content-inner {
text-align: center; } }
.products.shop-view-list .pxl-products-content-inner .woocommerce-loop-product__link {
display: none; }
@media (max-width: 991px) {
.products.shop-view-list .pxl-products-content-inner .woocommerce-loop-product__link {
display: block; } }
.products.shop-view-list .pxl-products-content-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.products.shop-view-list .pxl-products-content-wrap .pxl-products-content-inner {
flex: 0 0 230px;
max-width: 230px; }
@media (max-width: 991px) {
.products.shop-view-list .pxl-products-content-wrap .pxl-products-content-inner {
flex: 0 0 100%;
max-width: 100%; } }
.products.shop-view-list .pxl-products-content-wrap .pxl-products-content-list-view {
flex: 0 0 calc(100% - 230px);
max-width: calc(100% - 230px); }
@media (max-width: 991px) {
.products.shop-view-list .pxl-products-content-wrap .pxl-products-content-list-view {
flex: 0 0 100%;
max-width: 100%; } }
.products.shop-view-list .add_to_cart_button, .products.shop-view-list .button.product_type_grouped, .products.shop-view-list .product_type_external, .products.shop-view-list .added_to_cart {
position: relative;
left: auto;
bottom: auto;
-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) {
.products.shop-view-list .add_to_cart_button, .products.shop-view-list .button.product_type_grouped, .products.shop-view-list .product_type_external, .products.shop-view-list .added_to_cart {
min-width: 100%; } }
.products.shop-view-list .add_to_cart_button.added, .products.shop-view-list .button.product_type_grouped.added, .products.shop-view-list .product_type_external.added, .products.shop-view-list .added_to_cart.added {
opacity: 1;
-webkit-transform: translateX(0) scale(1);
-khtml-transform: translateX(0) scale(1);
-moz-transform: translateX(0) scale(1);
-ms-transform: translateX(0) scale(1);
-o-transform: translateX(0) scale(1);
transform: translateX(0) scale(1); }
.products.shop-view-list .add_to_cart_button.added + .added_to_cart, .products.shop-view-list .button.product_type_grouped.added + .added_to_cart, .products.shop-view-list .product_type_external.added + .added_to_cart, .products.shop-view-list .added_to_cart.added + .added_to_cart {
opacity: 1;
-webkit-transform: translateX(0) scale(1);
-khtml-transform: translateX(0) scale(1);
-moz-transform: translateX(0) scale(1);
-ms-transform: translateX(0) scale(1);
-o-transform: translateX(0) scale(1);
transform: translateX(0) scale(1); }
.products.shop-view-list .add_to_cart_button + .added_to_cart, .products.shop-view-list .button.product_type_grouped + .added_to_cart, .products.shop-view-list .product_type_external + .added_to_cart, .products.shop-view-list .added_to_cart + .added_to_cart {
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);
min-width: 147px;
margin-top: 10px; }
@media (max-width: 1199px) {
.products.shop-view-list .add_to_cart_button + .added_to_cart, .products.shop-view-list .button.product_type_grouped + .added_to_cart, .products.shop-view-list .product_type_external + .added_to_cart, .products.shop-view-list .added_to_cart + .added_to_cart {
margin-top: 0;
margin-left: 10px; } }
@media (max-width: 767px) {
.products.shop-view-list .add_to_cart_button + .added_to_cart, .products.shop-view-list .button.product_type_grouped + .added_to_cart, .products.shop-view-list .product_type_external + .added_to_cart, .products.shop-view-list .added_to_cart + .added_to_cart {
min-width: 120px; } }
@media (max-width: 480px) {
.products.shop-view-list .add_to_cart_button + .added_to_cart, .products.shop-view-list .button.product_type_grouped + .added_to_cart, .products.shop-view-list .product_type_external + .added_to_cart, .products.shop-view-list .added_to_cart + .added_to_cart {
margin-top: 10px;
margin-left: 0;
min-width: 100%; } }
.products.shop-view-list .pxl-products-content {
text-align: left;
padding: 20px 15px 32px 50px; }
@media (max-width: 767px) {
.products.shop-view-list .pxl-products-content {
padding: 15px 15px 22px 30px; } }
@media (max-width: 575px) {
.products.shop-view-list .pxl-products-content {
padding: 15px 15px 32px 15px; } }
.products.shop-view-list .pxl-products-content .woocommerce-loop-product__link {
margin-bottom: 7px; }
.products.shop-view-list .pxl-products-content .pxl-loop-product-cat-rating {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
line-height: 17px;
color: #696969;
align-items: center;
justify-content: space-between; }
.products.shop-view-list .pxl-products-content .pxl-loop-product-cat-rating a {
color: inherit; }
.products.shop-view-list .pxl-products-content .pxl-loop-product-cat-rating a:hover {
color: var(--link-color-hover); }
.products.shop-view-list .pxl-products-content .pxl-loop-product-cat-rating .pxl-loop-product-category {
margin-right: 12px; }
.products.shop-view-list .pxl-products-content .pxl-loop-product-cat-rating .pxl-rating-wraps {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.products.shop-view-list .pxl-products-content .pxl-loop-product-cat-rating .pxl-rating-wraps .review-num {
display: none; }
.products.shop-view-list .pxl-products-content .pxl-loop-product-excerpt {
margin-top: 8px; }
@media (max-width: 991px) {
.products.shop-view-list .pxl-products-content .pxl-loop-product-excerpt {
display: none; } }
.products.shop-view-list .pxl-products-content .pxl-loop-product-attribute {
margin-top: 12px;
list-style: disc; }
@media (max-width: 1199px) {
.products.shop-view-list .pxl-products-content .pxl-loop-product-attribute {
margin-top: 8px; } }
@media (max-width: 767px) {
.products.shop-view-list .pxl-products-content .pxl-loop-product-attribute {
display: none; } }
.products.shop-view-list .pxl-products-content .pxl-loop-product-attribute li .lbl {
color: var(--heading-color);
margin-right: 4px; }
.products.shop-view-list .pxl-products-content .pxl-loop-product-attribute li .value p {
display: inline-block; }
@media (min-width: 992px) and (max-width: 1199px) {
.pxl-content-wrap.has-sidebar .products.shop-view-list .pxl-products-content-wrap .pxl-products-content-inner {
flex: 0 0 100%;
max-width: 100%;
text-align: left; }
.pxl-content-wrap.has-sidebar .products.shop-view-list .pxl-products-content-wrap .pxl-products-content-list-view {
flex: 0 0 100%;
max-width: 100%; }
.pxl-content-wrap.has-sidebar .products.shop-view-list .price {
justify-content: start; }
.pxl-content-wrap.has-sidebar .products.shop-view-list .pxl-products-content-list-view {
display: none; }
.pxl-content-wrap.has-sidebar .products.shop-view-list .pxl-loop-product-excerpt {
display: none; }
.pxl-content-wrap.has-sidebar .products.shop-view-list .pxl-products-content-inner .woocommerce-loop-product__link {
display: block; } }
.products.columns-1 > li.product {
max-width: 100%;
width: 100%;
flex: 0 0 100%; }
.products.columns-2 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.products.columns-3 > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.products.columns-4 > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; }
.products.columns-5 > li.product {
max-width: 20%;
width: 20%;
flex: 0 0 20%; }
.products.columns-6 > li.product {
max-width: 16.6666%;
width: 16.6666%;
flex: 0 0 16.6666%; }
@media (max-width: 1599px) {
.products.columns-5s > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; }
.products.columns-6 > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; } }
@media (max-width: 1199px) {
.products.columns-4 > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.products.columns-5 > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.products.columns-6 > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; } }
@media (max-width: 991px) {
.products.columns-3 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.products.columns-4 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.products.columns-5 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.products.columns-6 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
@media (max-width: 767px) {
.products.columns-2 > li.product, .products.columns-3 > li.product, .products.columns-4 > li.product, .products.columns-5 > li.product, .products.columns-6 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
@media (max-width: 575px) {
.products.columns-2 > li.product, .products.columns-3 > li.product, .products.columns-4 > li.product, .products.columns-5 > li.product, .products.columns-6 > li.product {
max-width: 100%;
width: 100%;
flex: 0 0 100%; } }
.woocommerce.columns-1 > .products > li.product {
max-width: 100%;
width: 100%;
flex: 0 0 100%; }
.woocommerce.columns-2 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.woocommerce.columns-3 > .products > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.woocommerce.columns-4 > .products > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; }
.woocommerce.columns-5 > .products > li.product {
max-width: 20%;
width: 20%;
flex: 0 0 20%; }
.woocommerce.columns-6 > .products > li.product {
max-width: 16.6666%;
width: 16.6666%;
flex: 0 0 16.6666%; }
@media (max-width: 1599px) {
.woocommerce.columns-5 > .products > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; }
.woocommerce.columns-6 > .products > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; } }
@media (max-width: 1199px) {
.woocommerce.columns-4 > .products > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.woocommerce.columns-5 > .products > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.woocommerce.columns-6 > .products > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; } }
@media (max-width: 991px) {
.woocommerce.columns-3 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.woocommerce.columns-4 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.woocommerce.columns-5 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.woocommerce.columns-6 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
@media (max-width: 767px) {
.woocommerce.columns-2 > .products > li.product, .woocommerce.columns-3 > .products > li.product, .woocommerce.columns-4 > .products > li.product, .woocommerce.columns-5 > .products > li.product, .woocommerce.columns-6 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
@media (max-width: 575px) {
.woocommerce.columns-2 > .products > li.product, .woocommerce.columns-3 > .products > li.product, .woocommerce.columns-4 > .products > li.product, .woocommerce.columns-5 > .products > li.product, .woocommerce.columns-6 > .products > li.product {
max-width: 100%;
width: 100%;
flex: 0 0 100%; } }
@media (min-width: 576px) and (max-width: 1199px) {
.pxl-content-wrap.has-sidebar .products.columns-3 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.pxl-content-wrap.has-sidebar .products.columns-4 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.pxl-content-wrap.has-sidebar .products.columns-5 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.pxl-content-wrap.has-sidebar .products.columns-6 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
.widget_product_search form {
position: relative; }
.widget_product_search [type="submit"] {
font-size: 0; }
.widget_product_search [type="submit"]:before {
display: inline-block !important;
font-family: "pxli";
content: "";
font-size: 19px;
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%);
background-color: transparent;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
transition: 0s; }
.widget_product_categories .pxl-list-item {
position: relative; }
.widget_product_categories ul.children {
display: none; }
.pxl-sidebar-area .woocommerce-widget-layered-nav-list {
margin-top: -10px; }
ul.product_list_widget {
list-style: none outside;
padding: 0;
margin: -10px 0; }
ul.product_list_widget li {
padding: 10px 0;
position: relative;
display: block;
clear: both;
overflow: hidden;
font-weight: 600; }
ul.product_list_widget li a {
display: block;
font-size: 16px;
line-height: 1.5; }
ul.product_list_widget li .quantity, ul.product_list_widget li .amount {
font-size: 15px;
color: var(--primary-color); }
ul.product_list_widget li .star-rating + .woocommerce-Price-amount, ul.product_list_widget li .star-rating + .reviewer {
display: inline-flex; }
ul.product_list_widget li img {
margin-top: 5px;
margin-right: 20px;
float: left;
width: 70px; }
ul.product_list_widget li .star-rating {
display: block;
font-size: 12px;
width: 80px; }
ul.product_list_widget li dl {
margin: 0;
padding-left: 1em;
content: "";
display: table; }
ul.product_list_widget li dl dt, ul.product_list_widget li dl dd {
display: inline-block;
float: left;
margin-bottom: 1em; }
ul.product_list_widget li dl dt {
font-weight: 700;
padding: 0 0 0.25em;
margin: 0 4px 0 0;
clear: left; }
ul.product_list_widget li dl dd {
padding: 0 0 0.25em; }
ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0; }
.wc-layered-nav-rating .star-rating {
width: 96px; }
.widget_price_filter .price_slider {
margin-bottom: 1em; }
.widget_price_filter .price_slider_amount .price_label {
display: inline-block;
color: var(--heading-color);
margin-top: 5px; }
.widget_price_filter .price_slider_amount button {
padding: 8px 15px 8px 15px;
margin: 0;
float: right;
border: none;
font-size: 14px;
line-height: normal;
text-transform: capitalize;
letter-spacing: 0.12em;
position: relative;
border-radius: 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; }
.widget_price_filter .ui-slider {
position: relative;
text-align: start; }
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 12px;
height: 12px;
background-color: var(--primary-color);
border-radius: 50%;
cursor: ew-resize;
outline: none;
top: -4px; }
.widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
margin-left: -12px; }
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
border-radius: 5px;
background-color: var(--primary-color); }
.widget_price_filter .price_slider_wrapper .ui-widget-content:before {
content: "";
position: absolute;
top: 1px;
left: 0;
right: 0;
height: 4px;
background-color: #D7D7D7; }
.widget_price_filter .ui-slider-horizontal {
height: 4px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: 0px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: 0px; }
.widget_rating_filter li.wc-layered-nav-rating > a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
color: #707070; }
@media (max-width: 991px) {
.pxl-wg-products {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px; } }
.pxl-wg-products .product {
position: relative;
margin-bottom: 42px; }
@media (max-width: 991px) {
.pxl-wg-products .product {
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding-left: 8px;
padding-right: 8px; } }
@media (max-width: 575px) {
.pxl-wg-products .product {
flex: 0 0 100%;
max-width: 100%; } }
.pxl-wg-products .product:last-child {
margin-bottom: 0; }
.pxl-wg-products .onsale {
position: absolute;
top: 10px;
left: 10px;
font-size: 12px;
height: auto;
padding: 3px 8px;
min-width: auto; }
.pxl-wg-products .product-img {
margin-bottom: 12px;
display: block; }
@media (max-width: 575px) {
.pxl-wg-products .product-img img {
width: 100%; } }
.pxl-wg-products .product-title {
display: block;
font-weight: 500;
font-size: 18px;
line-height: 32px;
margin-bottom: 4px;
color: var(--heading-color); }
.pxl-wg-products .product-title:hover {
color: var(--link-color-hover); }
.pxl-wg-products .product-cat a:hover {
color: var(--link-color-hover); }
.pxl-wg-products .price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: 5px 0 0 0;
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px;
clear: both; }
.pxl-wg-products .price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #707070; }
[dir="rtl"] .pxl-wg-products .price del {
padding-left: 0;
padding-right: 6px; }
.pxl-wg-products .price ins {
font-weight: inherit;
text-decoration: none; }
.pxl-star-rated {
color: #FFB237; }
.woocommerce-product-rating {
display: flex;
flex-wrap: wrap;
line-height: normal;
margin: 0;
align-items: center; }
p.stars {
margin: 0; }
p.stars > span {
margin-bottom: -15px;
display: block; }
.star-rating {
font-family: "pxli";
color: #FFB237;
font-size: 14px;
letter-spacing: 3px;
white-space: nowrap;
position: relative;
display: inline-block;
width: 80px;
height: 28px;
line-height: 28px;
overflow: hidden; }
.star-rating:before {
content: "";
display: block;
overflow: hidden; }
.star-rating > span:before, .star-rating .pxl-star-rated:before {
content: "";
display: block;
overflow: hidden; }
.star-rating > span:before, .star-rating .pxl-star-rated:before, .star-rating[aria-label="Rated 0 out of 5"]:before {
color: #FFB237; }
.star-rating .pxl-star-rated, .star-rating > span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
height: 28px; }
[dir="rtl"] .star-rating .pxl-star-rated, [dir="rtl"] .star-rating > span {
left: auto;
right: 0; }
.star-rating + .woocommerce-review-link {
font-size: 14px;
color: var(--body-color); }
.star-rating + .woocommerce-review-link:hover {
color: var(--primary-color); }
[dir="rtl"] .star-rating + .woocommerce-review-link {
margin-left: 0;
margin-right: 30px; }
.comment-rating .star-rating {
font-size: 12px;
width: 92px; }
.woocommerce-Reviews .comment-meta {
margin-bottom: -5px; }
.pxl-rating-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.review-num {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: #707070;
line-height: 32px;
padding-left: 3px; }
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
color: #ffb237; }
p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "pxli";
content: "";
text-indent: 0; }
p.stars a:hover ~ a::before {
content: "";
font-weight: 300; }
p.stars:hover a::before {
content: "";
font-weight: 900; }
p.stars.selected a.active::before {
content: "";
font-weight: 900; }
p.stars.selected a.active ~ a::before {
content: "";
font-weight: 300; }
p.stars.selected a:not(.active)::before {
content: "";
font-weight: 900; }
.pxl-single-product-gallery-summary-wraps {
margin: -15px -20px; }
@media (max-width: 1199px) {
.pxl-single-product-gallery-summary-wraps {
margin: -15px; } }
.pxl-single-product-gallery-summary-wraps > div {
padding: 15px 20px; }
@media (max-width: 1199px) {
.pxl-single-product-gallery-summary-wraps > div {
padding: 15px; } }
.pxl-single-product-gallery-summary-wraps > div.pxl-single-product-gallery-wraps {
text-align: center; }
.pxl-single-product-gallery-summary-wraps > div > .pxl-single-product-gallery-wraps-inner {
display: inline-block; }
@media (max-width: 991px) {
.pxl-single-product-gallery-summary-wraps.vertical .pxl-single-product-summary-wrap {
padding-top: 50px; } }
@media (max-width: 1199px) {
.has-sidebar .pxl-single-product-gallery-summary-wraps > div {
width: 100%; }
.has-sidebar .pxl-single-product-gallery-summary-wraps.vertical .pxl-single-product-summary-wrap {
padding-top: 50px; } }
@media (min-width: 576px) {
.pxl-single-product-gallery-wraps.thumbnail-right .pxl-single-product-gallery-wraps-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: 0 -15px; }
.pxl-single-product-gallery-wraps.thumbnail-right .pxl-single-product-gallery-wraps-inner > div {
margin: 0 15px; }
.pxl-single-product-gallery-wraps.thumbnail-right .pxl-single-product-gallery-wraps-inner .woocommerce-product-gallery {
flex: 1 0 0%; }
.pxl-single-product-gallery-wraps.thumbnail-right .pxl-single-product-gallery-wraps-inner .wc-gallery-sync {
flex: 0 0 118px;
width: 118px; }
.pxl-single-product-gallery-wraps.thumbnail-right .wc-gallery-sync-slides {
margin: -8px 0; }
.pxl-single-product-gallery-wraps.thumbnail-right .wc-gallery-sync-slides > div {
margin: 8px 0; }
.pxl-single-product-gallery-wraps.thumbnail-right .wc-gallery-sync-slides img.img-gal {
width: 100%; } }
.pxl-single-product-gallery-wraps .onsale {
top: 30px;
left: 35px; }
.woocommerce-product-gallery {
position: relative;
overflow: hidden;
border-radius: 5px; }
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 23px;
right: 23px;
width: 18px;
height: 18px;
color: var(--primary-color);
z-index: 1;
text-align: center;
line-height: 1;
font-size: 0;
background: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/arrow-expand.png) no-repeat center center;
background-size: contain; }
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
top: 21px;
right: 21px;
width: 22px;
height: 22px; }
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
padding: 0;
margin: 0;
position: relative; }
.woocommerce-product-gallery .woocommerce-product-gallery__image {
background: #F9F9F9; }
.woocommerce-product-gallery .woocommerce-product-gallery__image .wp-post-image {
width: 100%; }
.woocommerce-product-gallery.pxl-product-gallery-simple {
position: relative; }
.woocommerce-product-gallery.pxl-product-gallery-simple .flex-viewport {
position: relative; }
.woocommerce-product-gallery.pxl-product-gallery-simple .flex-viewport:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
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; }
.woocommerce-product-gallery .flex-control-thumbs {
list-style: none;
display: flex;
flex-wrap: wrap;
margin: -15px;
padding: 0; }
@media (max-width: 1199px) {
.woocommerce-product-gallery .flex-control-thumbs {
margin: -10px; } }
.woocommerce-product-gallery .flex-control-thumbs li {
flex: 0 0 auto;
max-width: auto;
padding: 15px;
cursor: pointer; }
@media (max-width: 1199px) {
.woocommerce-product-gallery .flex-control-thumbs li {
padding: 10px; } }
.woocommerce-product-gallery .flex-control-thumbs li img {
overflow: hidden;
max-width: 90px; }
@media (max-width: 1199px) {
.woocommerce-product-gallery .flex-control-thumbs li img {
max-width: 70px; } }
.woocommerce-product-gallery .flex-direction-nav {
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; }
.woocommerce-product-gallery:hover .flex-direction-nav {
visibility: visible;
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; }
.wc-gallery-sync {
position: relative;
margin-top: 15px; }
.wc-gallery-sync .flex-control-thumb {
position: relative;
overflow: hidden;
border: 1px solid #ededed;
border-radius: 5px; }
.wc-gallery-sync .flex-control-thumb 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: 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; }
.wc-gallery-sync .flex-control-thumb:after {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 2;
background-color: transparent;
-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; }
.wc-gallery-sync .flex-control-thumb:hover img, .wc-gallery-sync .flex-control-thumb.flex-active-slide img {
-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); }
.wc-gallery-sync .flex-control-thumb:hover:after, .wc-gallery-sync .flex-control-thumb.flex-active-slide:after {
background-color: rgba(255, 255, 255, 0.5); }
.flex-direction-nav {
padding: 0;
margin: 0;
list-style: none;
-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; }
.flex-direction-nav > li {
position: absolute;
cursor: pointer;
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; }
.flex-direction-nav > li span {
width: 30px;
height: 30px;
background: var(--primary-color);
color: #ffffff;
line-height: 30px;
text-align: center;
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; }
.flex-direction-nav > li:hover span {
background: var(--second-color); }
.flex-direction-nav > li .flex-disabled {
cursor: not-allowed; }
.thumbnail-simple .flex-direction-nav > li, .thumbnail-horizontal .flex-direction-nav > li {
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%); }
.thumbnail-simple .flex-direction-nav > li.flex-nav-prev, .thumbnail-horizontal .flex-direction-nav > li.flex-nav-prev {
left: 20px; }
.thumbnail-simple .flex-direction-nav > li.flex-nav-prev .flex-prev-icon:before, .thumbnail-horizontal .flex-direction-nav > li.flex-nav-prev .flex-prev-icon:before {
font-family: "pxli";
content: "";
font-size: 14; }
.thumbnail-simple .flex-direction-nav > li.flex-nav-next, .thumbnail-horizontal .flex-direction-nav > li.flex-nav-next {
right: 20px; }
.thumbnail-simple .flex-direction-nav > li.flex-nav-next .flex-next-icon:before, .thumbnail-horizontal .flex-direction-nav > li.flex-nav-next .flex-next-icon:before {
font-family: "pxli";
content: "";
font-size: 14; }
.thumbnail-simple:hover, .thumbnail-horizontal:hover {
cursor: pointer; }
.thumbnail-simple:hover .flex-direction-nav > li, .thumbnail-horizontal:hover .flex-direction-nav > li {
opacity: 1; }
.thumbnail-simple:hover .flex-direction-nav > li.flex-nav-prev, .thumbnail-horizontal:hover .flex-direction-nav > li.flex-nav-prev {
left: 10px; }
.thumbnail-simple:hover .flex-direction-nav > li.flex-nav-next, .thumbnail-horizontal:hover .flex-direction-nav > li.flex-nav-next {
right: 10px; }
@media (min-width: 576px) {
.thumbnail-vertical .flex-direction-nav > li {
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); }
.thumbnail-vertical .flex-direction-nav > li.flex-nav-prev {
top: 20px; }
.thumbnail-vertical .flex-direction-nav > li.flex-nav-prev .flex-prev-icon:before {
font-family: "pxli";
content: "";
font-size: 14; }
.thumbnail-vertical .flex-direction-nav > li.flex-nav-next {
bottom: 20px; }
.thumbnail-vertical .flex-direction-nav > li.flex-nav-next .flex-next-icon:before {
font-family: "pxli";
content: "";
font-size: 14; } }
@media (max-width: 575px) {
.thumbnail-vertical .flex-direction-nav > li {
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%); }
.thumbnail-vertical .flex-direction-nav > li.flex-nav-prev {
left: 20px; }
.thumbnail-vertical .flex-direction-nav > li.flex-nav-prev .flex-prev-icon:before {
font-family: "pxli";
content: "";
font-size: 14; }
.thumbnail-vertical .flex-direction-nav > li.flex-nav-next {
right: 20px; }
.thumbnail-vertical .flex-direction-nav > li.flex-nav-next .flex-next-icon:before {
font-family: "pxli";
content: "";
font-size: 14; } }
.thumbnail-vertical:hover {
cursor: pointer; }
@media (min-width: 576px) {
.thumbnail-vertical:hover .flex-direction-nav > li {
opacity: 1; }
.thumbnail-vertical:hover .flex-direction-nav > li.flex-nav-prev {
left: 50%;
top: 10px; }
.thumbnail-vertical:hover .flex-direction-nav > li.flex-nav-next {
left: 50%;
right: auto;
bottom: 10px; } }
@media (max-width: 575px) {
.thumbnail-vertical:hover .flex-direction-nav > li {
opacity: 1; }
.thumbnail-vertical:hover .flex-direction-nav > li.flex-nav-prev {
left: 10px; }
.thumbnail-vertical:hover .flex-direction-nav > li.flex-nav-next {
right: 10px; } }
.flex-control-nav {
list-style: none;
padding: 0;
margin: 20px 0 0; }
.flex-control-nav.flex-control-paging {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center; }
.flex-control-nav.flex-control-paging li {
flex: 0 0 auto; }
.flex-control-nav.flex-control-paging a {
width: 13px;
height: 13px;
margin: 5px 7px;
background: #bbbbbb;
font-size: 0;
text-indent: -999px;
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: opacity 200ms ease;
-khtml-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease; }
.flex-control-nav.flex-control-paging a:hover, .flex-control-nav.flex-control-paging a.flex-active {
background: var(--primary-color); }
.pxl-product-gallery-bottom .flex-control-nav {
margin-top: 15px;
justify-content: center; }
@media (max-width: 1199px) {
.pxl-product-gallery-bottom .flex-control-nav {
margin-top: 10px; } }
.single-product-title {
margin-top: 0;
margin-bottom: 10px;
color: var(--heading-color);
font-size: 30px; }
.pxl-rating-price-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
.pxl-rating-price-wrap > * {
flex: 0 0 auto;
width: auto; }
.pxl-rating-price-wrap .woocommerce-product-rating {
order: 2; }
.pxl-product-single-price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
margin-bottom: 8px;
font-weight: 500;
font-size: 28px;
line-height: 32px;
color: var(--primary-color); }
.pxl-product-single-price del {
order: 2;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: #707070;
margin-left: 10px; }
.pxl-product-single-price ins {
font-weight: 500;
font-size: 28px;
line-height: 32px;
color: var(--primary-color); }
.woocommerce-product-details__short-description {
line-height: 30px;
padding-top: 22px;
margin-top: 23px;
margin-bottom: 18px;
border-top: 1px solid #ededed; }
.pxl-variation-quantity-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: flex-end; }
.pxl-variation-quantity-wrap .variations {
border: 0; }
@media (max-width: 1399px) {
.pxl-variation-quantity-wrap .variations {
margin-bottom: 10px; } }
.pxl-variation-quantity-wrap .variations td, .pxl-variation-quantity-wrap .variations th {
border: 0;
vertical-align: middle; }
.pxl-variation-quantity-wrap .woocommerce-variation-description p {
margin-bottom: 1em; }
.pxl-variation-quantity-wrap .reset_variations {
visibility: hidden;
display: none !important;
width: 0 !important;
height: 0 !important;
color: red;
padding-top: 10px;
text-align: end; }
.pxl-variation-quantity-wrap .reset_variations[style="visibility: visible; display: inline;"] {
display: none !important; }
.pxl-variation-quantity-wrap .wc-no-matching-variations {
display: none; }
.pxl-variation-quantity-wrap .single_variation_wrap {
margin-top: 0; }
@media (max-width: 1599px) {
.pxl-variation-quantity-wrap.style-dropdown {
margin-left: -4px;
margin-right: -4px; } }
.pxl-variation-quantity-wrap.style-dropdown > * {
flex: 0 0 auto;
width: auto; }
@media (max-width: 1599px) {
.pxl-variation-quantity-wrap.style-dropdown > * {
padding-left: 4px;
padding-right: 4px; } }
@media (max-width: 1399px) {
.pxl-variation-quantity-wrap.style-dropdown > * {
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1400px) {
.pxl-variation-quantity-wrap.style-dropdown {
margin-left: -15px;
margin-right: -15px; }
.pxl-variation-quantity-wrap.style-dropdown .variations, .pxl-variation-quantity-wrap.style-dropdown .single_variation_wrap {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px; } }
.pxl-variation-quantity-wrap.style-list select {
display: none; }
.pxl-variation-quantity-wrap.style-list .variations {
display: block;
width: 100%; }
.pxl-variation-quantity-wrap.style-list .pxl-variation-att-terms {
list-style: none;
padding: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px;
margin-bottom: 0; }
.pxl-variation-quantity-wrap.style-list .pxl-variation-att-terms > li {
flex: 0 0 auto;
width: auto;
padding-left: 8px;
padding-right: 8px;
margin-bottom: 16px; }
.pxl-variation-quantity-wrap.style-list a.pro-variation-select {
border: 1px solid #ececec;
border-radius: 4px;
padding: 4px 15px;
display: inline-block;
line-height: 28px;
min-width: 80px;
text-align: center; }
@media (max-width: 1599px) {
.pxl-variation-quantity-wrap.style-list a.pro-variation-select {
min-width: 132px; } }
.pxl-variation-quantity-wrap.style-list a.pro-variation-select .lbl {
color: var(--heading-color);
display: block; }
.pxl-variation-quantity-wrap.style-list a.pro-variation-select .price {
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-variation-quantity-wrap.style-list a.pro-variation-select .price del {
order: 2;
color: #707070;
font-size: 11px;
margin-left: 5px; }
.pxl-variation-quantity-wrap.style-list a.pro-variation-select:hover {
border-color: var(--primary-color); }
.pxl-variation-quantity-wrap.style-list a.pro-variation-select:hover .lbl {
color: var(--primary-color); }
.pxl-variation-quantity-wrap.style-list a.pro-variation-select:hover .price {
color: var(--primary-color); }
.pxl-variation-quantity-wrap.style-list li.active a {
border-color: var(--primary-color); }
.pxl-variation-quantity-wrap.style-list li.active a .lbl {
color: var(--primary-color); }
.pxl-variation-quantity-wrap.style-list li.active a .price {
color: var(--primary-color); }
.pxl-variation-results {
margin-top: 10px; }
.pxl-variation-results .woocommerce-variation-price .price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: 0;
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px;
clear: both; }
.pxl-variation-results .woocommerce-variation-price .price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #707070; }
[dir="rtl"] .pxl-variation-results .woocommerce-variation-price .price del {
padding-left: 0;
padding-right: 6px; }
.pxl-variation-results .woocommerce-variation-price .price ins {
font-weight: inherit;
text-decoration: none; }
.pxl-variation-results .woocommerce-variation-availability {
display: none; }
.pxl-addtocart-btn-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.pxl-addtocart-btn-wrap > * {
flex: 0 0 auto;
width: auto; }
.pxl-single-product-btns > p.stock {
display: none; }
form.cart .pxl-addtocart-btn-wrap {
margin-top: 30px; }
.stock {
color: #27AE60; }
.stock span {
margin-right: 4px; }
.stock.top {
margin-top: 10px;
display: none; }
form.cart {
padding-top: 30px;
margin-top: 24px;
border-top: 1px solid #ededed;
width: 100%; }
form.cart .quantity {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
form.cart .quantity .stock {
padding-left: 16px; }
form.cart.grouped_form .woocommerce-grouped-product-list-item {
align-items: center;
justify-content: space-between;
margin-bottom: 20px; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__quantity {
order: 2;
flex-grow: 1; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__label {
order: 1;
width: 35%; }
@media (max-width: 480px) {
form.cart.grouped_form .woocommerce-grouped-product-list-item__label {
flex: 0 0 100%;
max-width: 100%; } }
form.cart.grouped_form .woocommerce-grouped-product-list-item__label label {
margin-bottom: 0; }
@media (max-width: 480px) {
form.cart.grouped_form .woocommerce-grouped-product-list-item__label label {
margin-bottom: 5px; } }
form.cart.grouped_form .woocommerce-grouped-product-list-item__label a {
font-size: 16px;
font-weight: 400; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__price {
margin: 0;
color: var(--primary-color);
font-weight: 400;
font-size: 16px;
line-height: 32px;
clear: both;
order: 3; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #707070; }
[dir="rtl"] form.cart.grouped_form .woocommerce-grouped-product-list-item__price del {
padding-left: 0;
padding-right: 6px; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__price ins {
font-weight: inherit;
text-decoration: none; }
@media (max-width: 1599px) {
.pxl-variation-row {
margin-left: -4px;
margin-right: -4px; } }
@media (max-width: 1599px) {
.pxl-variation-row > * {
padding-left: 4px;
padding-right: 4px; } }
.pxl-variation-row .label {
margin-bottom: 4px;
display: none; }
@media (min-width: 1600px) {
.pxl-variation-row .label span span {
color: var(--heading-color);
font-weight: 500; } }
.pxl-variation-row .label span span.lbl {
color: #707070;
font-weight: 400; }
@media (max-width: 1599px) {
.pxl-variation-row .label span span.lbl {
display: none; } }
.pxl-variation-row select {
height: 48px;
line-height: 44px;
background-color: transparent;
border-color: #ececec;
padding: 0 20px;
font-size: 16px;
font-weight: 500;
background-size: 12px; }
form.cart .quantity-lbl {
display: none; }
.pxl-quantity {
position: relative;
display: inline-block; }
.pxl-quantity .quantity-button {
position: absolute;
top: 0;
width: 52px;
height: 48px;
line-height: 48px;
text-align: start;
font-size: 13px;
font-weight: 900;
border: 0;
color: #707070;
cursor: pointer;
text-align: center; }
.pxl-quantity .quantity-up {
right: 0; }
.pxl-quantity .quantity-up:before, .pxl-quantity .quantity-up:after {
content: "";
width: 13px;
height: 1.7px;
display: block;
background-color: #707070;
position: absolute;
top: 50%;
left: 50%;
margin-left: -6px;
-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-quantity .quantity-up:after {
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.pxl-quantity .quantity-up:hover:before, .pxl-quantity .quantity-up:hover:after {
background-color: #333333; }
.pxl-quantity .quantity-down {
left: 0;
z-index: 1; }
.pxl-quantity .quantity-down:before {
content: "";
width: 13px;
height: 1.7px;
display: block;
background-color: #707070;
position: absolute;
top: 50%;
left: 50%;
margin-left: -6px;
-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-quantity .quantity-down:hover:before {
background-color: #333333; }
input.qty[type="number"] {
width: 144px !important;
height: 48px !important;
line-height: 48px !important;
padding-top: 0;
padding-bottom: 0;
padding-right: 52px;
padding-left: 52px;
text-align: center;
font-size: 15px;
color: #333333;
background: #ffffff !important;
border-color: rgba(22, 37, 66, 0.1);
-moz-appearance: textfield; }
input.qty[type="number"]::-webkit-outer-spin-button, input.qty[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
.pxl-addtocart-btn-wrap {
margin-top: 28px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -5px;
margin-right: -5px; }
.pxl-addtocart-btn-wrap > * {
margin: 0 5px; }
.pxl-addtocart-btn-wrap .pxl-atc-btn {
flex-grow: 1; }
.pxl-addtocart-btn-wrap .pxl-single-woosmart-wrap button + button {
margin-left: 8px; }
.pxl-addtocart-btn-wrap .woosc-btn {
width: 50px;
height: 50px;
border: 1px solid var(--primary-color);
color: var(--primary-color);
display: inline-block;
text-align: center;
background-color: transparent;
padding: 0;
overflow: visible;
font-size: 0;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px; }
.pxl-addtocart-btn-wrap .woosc-btn:hover {
color: #fff;
border-color: var(--primary-color);
background-color: var(--primary-color); }
.pxl-addtocart-btn-wrap .woosc-btn:before {
content: "";
font-family: "pxli";
font-size: 18px;
line-height: 38px;
display: inline-block;
margin: 0;
-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-addtocart-btn-wrap .woosc-btn.woosc-added {
font-size: 16px; }
.pxl-addtocart-btn-wrap .woosc-btn.woosc-added:before {
content: "✓"; }
.pxl-addtocart-btn-wrap .woosw-btn {
width: 50px;
height: 50px;
border: 1px solid var(--primary-color);
color: var(--primary-color);
display: inline-block;
text-align: center;
background-color: transparent;
padding: 0;
overflow: visible;
font-size: 0;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px; }
.pxl-addtocart-btn-wrap .woosw-btn:hover {
color: #fff;
border-color: var(--primary-color);
background-color: var(--primary-color); }
.pxl-addtocart-btn-wrap .woosw-btn:before {
content: "";
font-size: 16px;
line-height: 48px;
font-family: "pxli";
display: inline-block;
margin: 0;
-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-addtocart-btn-wrap .woosw-btn.woosw-adding:before {
content: "";
-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-addtocart-btn-wrap .woosw-btn.woosw-adding:after {
display: none !important; }
.pxl-addtocart-btn-wrap .woosw-btn.woosw-added:before {
content: ""; }
.single_add_to_cart_button {
clear: both;
min-width: 170px;
width: 100%;
text-align: center; }
@media (max-width: 480px) {
.single_add_to_cart_button {
min-width: 140px; } }
.cart.grouped_form .stock {
display: none; }
table.shop_attributes {
border: none; }
table.shop_attributes td, table.shop_attributes th {
vertical-align: top;
font-style: normal;
padding: 2px 0;
border: 0;
width: unset;
background: transparent !important; }
table.shop_attributes td p, table.shop_attributes th p {
padding: 0; }
table.shop_attributes th {
font-weight: 500;
color: var(--heading-color);
min-width: 60px;
white-space: nowrap; }
@media (max-width: 575px) {
table.shop_attributes th {
min-width: 80px; } }
table.shop_attributes th:after {
content: ":";
margin-left: 3px; }
table.shop_attributes td {
color: #707070;
padding-left: 16px; }
.group_table {
border: 0; }
.group_table th, .group_table td {
border: 0; }
.group_table .wc-grouped-product-add-to-cart-checkbox {
display: inline-block;
width: auto;
margin: 0 auto;
transform: scale(1.5, 1.5); }
.product_meta {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -7px;
margin-right: -7px; }
.product_meta > * {
padding-left: 7px;
padding-right: 7px; }
.product_meta .lbl {
font-weight: 700;
color: var(--heading-color); }
.product_meta a {
color: var(--body-color);
font-weight: 400; }
.product_meta a:hover {
color: var(--link-color-hover); }
.post-share-wrap .label {
font-size: 16px;
font-weight: 700;
color: var(--heading-color); }
.post-share-wrap a {
color: inherit; }
.post-share-wrap a:hover {
color: var(--link-color-hover); }
.content-product .post-share-wrap {
margin-top: 20px;
margin-bottom: 0; }
.wc-tabs {
list-style: none;
margin: 72px -10px 0;
padding: 0;
display: flex;
flex-wrap: wrap;
position: relative; }
@media (max-width: 767px) {
.wc-tabs {
margin: 50px -10px 0; } }
.wc-tabs li {
flex: 0 0 auto;
width: auto;
max-width: 100%;
margin: 0 10px;
z-index: 1; }
.wc-tabs li a {
padding: 15px 50px;
display: block;
color: var(--heading-color);
font-family: var(--heading-font-family);
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
position: relative;
border: 1px solid #f2f2f2;
border-radius: 5px;
letter-spacing: 0.02em; }
@media (max-width: 480px) {
.wc-tabs li a {
padding: 8px 20px; } }
.wc-tabs li:hover a, .wc-tabs li.active a {
background-color: var(--primary-color);
color: #fff; }
.wc-tab {
margin-top: 45px; }
.wc-tab h2 {
display: none; }
.wc-tab #respond .comment-form-cookies-consent {
display: none; }
.wc-tab .comments-rating p.stars > span {
margin: 5px 0 0 0; }
.woocommerce-Tabs-panel--description h1, .woocommerce-Tabs-panel--description h2, .woocommerce-Tabs-panel--description h3, .woocommerce-Tabs-panel--description h4, .woocommerce-Tabs-panel--description h5, .woocommerce-Tabs-panel--description h6 {
font-weight: 500;
font-family: var(--body-font-family); }
.woocommerce-Tabs-panel--additional_information {
padding: 32px;
background: #F9F9F9; }
@media (max-width: 575px) {
.woocommerce-Tabs-panel--additional_information {
padding: 0;
background-color: transparent; } }
@media (min-width: 1200px) {
.woocommerce-Tabs-panel table tbody {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.woocommerce-Tabs-panel table tbody tr {
flex: 0 0 50%;
max-width: 50%; } }
.related.products {
display: block;
margin: 0 0 23px 0; }
.products.related, .products.upsells, .cross-sells {
padding-top: 55px; }
.products.related > h2, .products.upsells > h2, .cross-sells > h2 {
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 32px;
margin: 0 0 24px 0;
padding-bottom: 4px;
position: relative; }
.products.related > h2:after, .products.upsells > h2:after, .cross-sells > h2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 3px;
background-color: var(--primary-color); }
@media (min-width: 992px) {
.pxl-content-woo-single.layout-1 {
margin-left: -9px;
margin-right: -9px; }
.pxl-content-woo-single.layout-1 > div {
padding-left: 9px;
padding-right: 9px; } }
.pxl-content-woo-single.layout-1 .entry-summary table.shop_attributes {
width: auto;
margin-top: 16px; }
.pxl-content-woo-single.layout-1 .product_meta {
margin-top: 24px; }
.pxl-content-woo-single.layout-1 .pxl-price-side.normal {
position: relative; }
.pxl-content-woo-single.layout-1 .pxl-price-side.normal .sale-price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
font-weight: 500;
font-size: 28px;
line-height: 32px;
color: var(--primary-color); }
.pxl-content-woo-single.layout-1 .pxl-price-side.normal .sale-price > * {
flex: 0 0 100%;
max-width: 100%; }
.pxl-content-woo-single.layout-1 .pxl-price-side.normal .sale-price ins {
margin-bottom: 4px; }
.pxl-content-woo-single.layout-1 .pxl-price-side.normal .sale-price del {
order: 2;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: #707070;
text-decoration: none; }
.pxl-content-woo-single.layout-1 .pxl-price-side.normal .pxl-on-sale {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: var(--primary-color);
position: absolute;
bottom: 1px;
right: 0; }
.pxl-content-woo-single.layout-1 .pxl-price-side.normal .pxl-on-sale.lbl {
background: var(--primary-color);
color: #fff;
padding: 3px 12px;
border-radius: 2px;
font-size: 12px;
font-weight: 300; }
.pxl-content-woo-single.layout-1 .pxl-price-side.grouped .sale-price, .pxl-content-woo-single.layout-1 .pxl-price-side.variable .sale-price {
font-weight: 500;
font-size: 28px;
line-height: 32px;
color: var(--primary-color); }
@media (min-width: 992px) and (max-width: 1199px) {
.pxl-content-woo-single.layout-1 .pxl-price-side.grouped .sale-price, .pxl-content-woo-single.layout-1 .pxl-price-side.variable .sale-price {
font-size: 20px; } }
.pxl-content-woo-single.layout-1 .pxl-price-side.grouped .pxl-on-sale, .pxl-content-woo-single.layout-1 .pxl-price-side.variable .pxl-on-sale {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: var(--primary-color); }
.pxl-content-woo-single.layout-1 .pxl-price-side.grouped .pxl-on-sale.lbl, .pxl-content-woo-single.layout-1 .pxl-price-side.variable .pxl-on-sale.lbl {
background: var(--primary-color);
color: #fff;
padding: 3px 12px;
border-radius: 2px;
font-size: 12px;
font-weight: 300; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner form.cart {
margin-bottom: 50px;
border-top-color: #ececec; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner form.cart .quantity {
display: block; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner form.cart .quantity .stock {
padding-left: 0;
margin-top: 12px; }
@media (min-width: 1440px) {
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-variation-quantity-wrap.style-dropdown {
margin-left: 0;
margin-right: 0; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-variation-quantity-wrap.style-dropdown .variations, .pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-variation-quantity-wrap.style-dropdown .single_variation_wrap {
padding-left: 0;
padding-right: 0;
flex: 0 0 100%;
max-width: 100%; } }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-variation-quantity-wrap.style-dropdown .variations {
margin-bottom: 12px; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-quantity {
display: block; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner input.qty[type="number"] {
width: 100% !important; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner form.cart .pxl-addtocart-btn-wrap {
margin-top: 14px; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap {
margin-left: 0;
margin-right: 0; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap > * {
margin-left: 0;
margin-right: 0;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .woosw-btn, .pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .woosc-btn {
width: auto;
height: auto;
font-size: 14px;
text-transform: inherit;
border: 0;
background: none; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .woosw-btn:before, .pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .woosc-btn:before {
margin-right: 6px; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .woosw-btn:hover, .pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .woosc-btn:hover {
color: var(--primary-color); } }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .pxl-atc-btn-ext {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 14px; }
@media (min-width: 1200px) {
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .pxl-atc-btn-ext > * {
flex: 0 0 auto;
width: auto; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-addtocart-btn-wrap .pxl-atc-btn-ext button + button {
margin-left: 16px; } }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .grouped_form .stock {
display: none; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .grouped_form .pxl-quantity {
display: inline-block; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .grouped_form .woocommerce-grouped-product-list-item__price del {
display: none; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .grouped_form input.qty[type="number"] {
width: 144px !important; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-variation-quantity-wrap.style-list .pxl-variation-att-terms > li {
flex: 0 0 100%;
width: 100%; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-variation-quantity-wrap.style-list a.pro-variation-select {
display: block;
text-align: center; }
.pxl-content-woo-single.layout-1 .pxl-sidebar-area-inner .pxl-variation-quantity-wrap.style-list a.pro-variation-select .price {
justify-content: center; }
label[for="coupon_code"] {
display: none; }
table.cart {
border: 0; }
table.cart thead {
background-color: #F2F2F2; }
table.cart th {
font-weight: 500;
text-transform: uppercase;
color: var(--heading-color);
padding: 16px 24px;
border-left: 0;
border-right: 0;
border-top: 1px solid #E0E0E0; }
table.cart th:first-child {
border-left: 1px solid #E0E0E0; }
table.cart th:last-child {
border-right: 1px solid #E0E0E0; }
@media (max-width: 991px) {
table.cart th {
display: none; } }
table.cart td {
padding: 24px;
border-left: 0;
border-right: 0; }
@media (max-width: 1199px) {
table.cart td {
padding: 24px 15px; } }
table.cart td:first-child {
border-left: 1px solid #E0E0E0; }
table.cart td:last-child {
border-right: 1px solid #E0E0E0; }
table.cart td.product-thumbnail {
padding-right: 0;
width: 94px; }
table.cart td.product-name {
padding-left: 16px; }
@media (min-width: 1600px) {
table.cart td.product-name {
width: 458px; } }
@media (max-width: 1199px) {
table.cart td.product-name {
max-width: 300px; } }
table.cart td.product-name > div > a {
font-weight: 700;
margin: 0 10px; }
table.cart td.product-name > div > a.remove {
width: 20px;
height: 20px;
line-height: 20px;
color: #ffffff;
background-color: black;
text-align: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
table.cart td.product-name > div > a.remove:hover {
background-color: red; }
table.cart td.product-name > div > a:last-child {
flex-basis: 0;
flex-grow: 1;
text-align: start; }
table.cart td.product-price {
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px; }
table.cart td.product-subtotal {
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px; }
table.cart td.product-remove {
text-align: center; }
@media (min-width: 1200px) {
table.cart td.product-remove {
width: 120px; } }
table.cart td.product-remove a {
font-size: 0;
position: relative;
width: 40px;
height: 40px;
border-radius: 0;
border: 1px solid #E0E0E0;
color: #E0E0E0;
display: inline-flex;
justify-content: center;
align-items: center; }
table.cart td.product-remove a:before, table.cart td.product-remove a:after {
content: "";
position: absolute;
height: 1px;
width: 20px;
top: 50%;
background-color: #707070;
transform-origin: 50% 50%;
opacity: 1;
font-size: 20px;
-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; }
table.cart td.product-remove a:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
table.cart td.product-remove a:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
table.cart td.product-remove a:hover {
border-color: var(--primary-color); }
table.cart td.product-remove a:hover:before, table.cart td.product-remove a:hover:after {
background-color: var(--primary-color);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
table.cart td.actions {
border-left: 0;
border-right: 0;
padding: 32px 0 32px 0; }
@media (max-width: 991px) {
table.cart td {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
border-left: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
justify-content: space-between; }
table.cart td:before, table.cart td a.remove:before {
display: inline-block;
text-transform: uppercase;
font-size: 14px;
color: var(--heading-color);
font-weight: 600; }
table.cart td.product-thumbnail, table.cart td.product-name {
width: 100%;
max-width: 100%; }
table.cart td.product-name:before, table.cart td.product-price:before, table.cart td.product-quantity:before, table.cart td.product-subtotal:before {
content: attr(data-title) ":    "; } }
@media (max-width: 991px) {
table.cart tbody > tr:first-child > td:first-child {
border-top: 1px solid #E0E0E0; }
table.cart tbody > tr {
position: relative; }
table.cart td.product-thumbnail {
background-color: #F2F2F2; }
table.cart td.product-remove {
padding: 0;
border-bottom: 0; }
table.cart td.product-remove a {
position: absolute;
top: 15px;
right: 15px;
color: var(--primary-color);
border-color: var(--primary-color); }
table.cart td.product-remove a:before, table.cart td.product-remove a:after {
background-color: var(--primary-color); } }
table.cart .product-name {
font-weight: 500;
color: var(--heading-color); }
table.cart .product-name a {
color: inherit; }
table.cart .product-name a:hover {
color: var(--link-color-hover); }
table.cart .size-woocommerce_thumbnail {
max-width: 70px;
width: 70px; }
table.cart .coupon:not(.pxl-coupon) {
display: none; }
table.cart .coupon .pxl-coupon-wrap {
position: relative;
width: 450px;
-webkit-transition: border-color 0.3s ease;
-khtml-transition: border-color 0.3s ease;
-moz-transition: border-color 0.3s ease;
-ms-transition: border-color 0.3s ease;
-o-transition: border-color 0.3s ease;
transition: border-color 0.3s ease; }
@media (max-width: 991px) {
table.cart .coupon .pxl-coupon-wrap {
width: 370px; } }
@media (max-width: 991px) {
table.cart .coupon .pxl-coupon-wrap {
width: 270px; } }
@media (max-width: 767px) {
table.cart .coupon .pxl-coupon-wrap {
width: 100%; } }
table.cart .coupon .input-text {
width: 100%;
border-radius: 0; }
table.cart .coupon .input-text:hover, table.cart .coupon .input-text:focus {
border-color: var(--primary-color); }
@media (min-width: 768px) and (max-width: 991px) {
table.cart .coupon button {
font-size: 0;
border: 0;
height: 50px;
width: 50px;
padding: 0 20px; }
table.cart .coupon button:before {
content: "";
font-family: "pxli";
font-size: 16px;
display: inline-block;
line-height: 1; } }
table.cart td.actions button[name="update_cart"]:not(.pxl-update-cart) {
display: none; }
@media (max-width: 991px) {
table.cart td.actions {
display: table-cell; } }
table.cart button:disabled {
opacity: 0.3;
cursor: not-allowed; }
@media (min-width: 992px) {
table.cart .pxl-btns-continue-update .btn, table.cart .pxl-btns-continue-update button {
min-width: 204px; } }
@media (max-width: 575px) {
table.cart .pxl-btns-continue-update .btn, table.cart .pxl-btns-continue-update button {
width: 100%; } }
.cart-collaterals {
padding-top: 30px; }
@media (min-width: 992px) {
.cart-collaterals {
display: flex;
flex-wrap: wrap;
justify-content: flex-end; } }
@media (min-width: 1200px) {
.cart-collaterals .cart_totals {
width: 40%; } }
@media (max-width: 1199px) {
.cart-collaterals .cart_totals {
width: 50%; } }
@media (max-width: 991px) {
.cart-collaterals .cart_totals {
width: 100%; } }
.cart-collaterals .cart_totals {
display: inline-block; }
.cart-collaterals .cart_totals > h2 {
font-size: 32px;
line-height: 44px;
margin: 0;
padding: 24px 24px 30px 24px;
background: #F2F2F2;
position: relative; }
.cart-collaterals .cart_totals > h2:after {
content: "";
width: calc(100% - 48px);
height: 1px;
background-color: #ececec;
position: absolute;
left: 24px;
bottom: 10px; }
.cart-collaterals .cart_totals table {
border: none !important;
background: #F2F2F2;
border-radius: 0; }
.cart-collaterals .cart_totals th, .cart-collaterals .cart_totals td {
border: none !important; }
.cart-collaterals .cart_totals th {
text-align: start;
padding: 5px 5px 5px 24px;
font-weight: 400;
vertical-align: top;
min-width: 120px; }
[dir="rtl"] .cart-collaterals .cart_totals th {
padding: 5px 24px 5px 5px; }
@media (min-width: 576px) {
.cart-collaterals .cart_totals th {
min-width: 160px; } }
.cart-collaterals .cart_totals td {
padding: 5px 24px 5px 5px;
text-align: right; }
.cart-collaterals .cart_totals tr.order-total th, .cart-collaterals .cart_totals tr.order-total td {
padding-bottom: 26px; }
.cart-collaterals .cart_totals tr.order-total td {
font-weight: 600;
font-size: 24px;
line-height: 32px;
color: var(--primary-color); }
.cart-collaterals .cart_totals .woocommerce-Price-amount {
font-weight: 500; }
.cart-collaterals .cart_totals .woocommerce-shipping-destination {
margin-bottom: 0; }
.cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
font-weight: 400; }
.woocommerce-shipping-methods {
list-style: none; }
.woocommerce-shipping-methods li {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end; }
.woocommerce-shipping-methods input[type="radio"] {
margin-right: 8px;
margin-top: -4px; }
.woocommerce-shipping-methods label {
cursor: default;
margin: 0; }
.woocommerce-shipping-calculator .form-row {
margin-left: 0;
margin-right: 0; }
.woocommerce-shipping-calculator select {
width: 100%; }
.woocommerce-shipping-calculator .shipping-calculator-form {
margin-top: 5px; }
.wc-proceed-to-checkout .btn {
width: 100%;
display: block; }
.cart-empty.woocommerce-info {
display: none; }
.pxl-cart-empty-wrap img.img-bag {
max-width: 112px;
margin-bottom: 20px; }
.pxl-cart-empty-wrap h2 {
margin-bottom: 12px; }
.pxl-cart-empty-wrap p.desc {
margin-bottom: 20px;
color: #707070; }
.return-to-shop {
text-align: center; }
.woocommerce-form-coupon-toggle {
margin-bottom: 30px; }
.woocommerce-form-coupon-toggle .woocommerce-info {
color: var(--heading-color); }
.woocommerce-form-coupon-toggle .woocommerce-info a {
color: var(--link-color-hover); }
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
color: var(--link-color); }
.checkout_coupon.woocommerce-form-coupon {
margin-bottom: 50px; }
form.woocommerce-checkout {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
align-items: self-start; }
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
flex: 0 0 100%;
margin: 0 0 30px;
max-width: 100%;
padding: 15px; }
form.woocommerce-checkout .col2-set {
flex: 0 0 50%;
max-width: 50%;
margin-left: 0;
margin-right: 0; }
@media (max-width: 991px) {
form.woocommerce-checkout .col2-set {
flex: 0 0 100%;
max-width: 100%; } }
form.woocommerce-checkout .col2-set > div {
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
form.woocommerce-checkout .woocommerce-billing-fields > h3, form.woocommerce-checkout .woocommerce-shipping-fields > h3, form.woocommerce-checkout .woocommerce-additional-fields > h3 {
margin-top: 0;
margin-bottom: 15px;
font-size: 28px; }
form.woocommerce-checkout .woocommerce-billing-fields > h3 > label, form.woocommerce-checkout .woocommerce-shipping-fields > h3 > label, form.woocommerce-checkout .woocommerce-additional-fields > h3 > label {
color: inherit; }
form.woocommerce-checkout .woocommerce-billing-fields label, form.woocommerce-checkout .woocommerce-shipping-fields label, form.woocommerce-checkout .woocommerce-additional-fields label {
margin-bottom: 8px; }
form.woocommerce-checkout .woocommerce-billing-fields .form-row, form.woocommerce-checkout .woocommerce-shipping-fields .form-row, form.woocommerce-checkout .woocommerce-additional-fields .form-row {
margin-bottom: 24px; }
form.woocommerce-checkout .woocommerce-billing-fields .form-row:last-child, form.woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child, form.woocommerce-checkout .woocommerce-additional-fields .form-row:last-child {
margin-bottom: 0; }
form.woocommerce-checkout .woocommerce-shipping-fields {
margin-top: 50px; }
form.woocommerce-checkout .woocommerce-shipping-fields h3 .woocommerce-form__label-for-checkbox {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
form.woocommerce-checkout .woocommerce-shipping-fields h3 .woocommerce-form__label-for-checkbox input[type="checkbox"] {
margin-top: -5px; }
form.woocommerce-checkout .woocommerce-checkout-review-order {
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px; }
@media (max-width: 991px) {
form.woocommerce-checkout .woocommerce-checkout-review-order {
flex: 0 0 100%;
max-width: 100%;
margin-top: 30px; } }
form.woocommerce-checkout .woocommerce-checkout-review-order h3 {
margin-top: 0;
margin-bottom: 15px; }
form.woocommerce-checkout #order_review_heading {
display: none; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
border: 0;
border-collapse: collapse;
border-spacing: 0;
background-color: #F2F2F2;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
display: none; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
padding: 16px 24px; }
@media (max-width: 575px) {
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
padding: 16px 15px; } }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td:last-child {
text-align: end; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td {
border-color: transparent;
padding: 8px 24px; }
@media (max-width: 575px) {
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td {
padding: 8px 15px; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td + td {
width: 100px; } }
@media (min-width: 576px) {
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
padding-top: 24px; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
padding-bottom: 24px; } }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody strong {
font-weight: 400; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td {
border-color: transparent;
position: relative; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th:after, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td:after {
position: absolute;
content: "";
height: 1px;
width: calc(100% - 24px);
top: 0;
background-color: #ececec; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th {
font-weight: 600; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th:after {
left: 24px; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td:after {
right: 24px; }
@media (max-width: 575px) {
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
display: block; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li {
justify-content: flex-start; } }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td {
font-weight: 600; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td strong, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td strong {
font-weight: 600; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td {
color: var(--primary-color); }
textarea[name="order_comments"] {
height: 240px; }
.form-row {
width: 100%;
margin: 0 0 15px; }
.form-row span.woocommerce-input-wrapper {
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
#payment {
margin-top: 0px; }
#payment ul.payment_methods {
padding: 30px 0 0;
margin: 0;
list-style: none outside;
background: #ffffff; }
#payment ul.payment_methods li {
margin: 0; }
#payment ul.payment_methods li input {
margin: 2px 10px 0 0;
float: left; }
#payment ul.payment_methods li img {
vertical-align: middle;
padding: 0;
position: relative;
max-width: 150px; }
#payment ul.payment_methods li img + img {
margin-left: 2px; }
#payment div.form-row {
padding: 20px 0;
margin-top: 0; }
#payment div.form-row .pxl-checkout-place-order {
flex: 0 0 100%;
max-width: 100%; }
#payment div.form-row #place_order {
margin-top: 34px;
display: block;
width: 100%; }
#payment div.form-row.place-order {
margin-bottom: 0;
padding-bottom: 0; }
#payment div.payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: 0.92em;
border-radius: 2px;
line-height: 1.5;
background-color: #f2f2f2; }
#payment div.payment_box .woocommerce-SavedPaymentMethods {
list-style: none outside;
margin: 0; }
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
margin: 0 0 0.5em; }
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
cursor: pointer; }
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
vertical-align: middle;
margin: -3px 1em 0 0;
position: relative; }
#payment div.payment_box .wc-credit-card-form {
border: 0;
padding: 0;
margin: 1em 0 0; }
#payment div.payment_box .wc-credit-card-form-card-number, #payment div.payment_box .wc-credit-card-form-card-expiry, #payment div.payment_box .wc-credit-card-form-card-cvc {
font-size: 1.5em;
padding: 8px;
background-repeat: no-repeat;
background-position: right 0.618em center;
background-size: 32px 20px; }
#payment div.payment_box .wc-credit-card-form-card-number.visa, #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/credit-cards/visa.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.mastercard, #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/credit-cards/mastercard.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.laser, #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/credit-cards/laser.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.dinersclub, #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/credit-cards/diners.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.maestro, #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/credit-cards/maestro.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.jcb, #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/credit-cards/jcb.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.amex, #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/credit-cards/amex.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.discover, #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
background-image: url(//www.ecogestin.com/wp-content/themes/ecohub/assets/images/credit-cards/discover.svg); }
#payment div.payment_box span.help {
font-size: 0.857em;
color: var(--primary-color);
font-weight: normal; }
#payment div.payment_box .form-row {
margin: 0 0 1em; }
#payment div.payment_box p:last-child {
margin-bottom: 0; }
#payment div.payment_box::before {
content: "";
display: block;
border: 1em solid #f2f2f2;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -0.75em;
left: 0;
margin: -1em 0 0 2em; }
#payment .payment_method_paypal .about_paypal {
display: block; }
#payment .payment_method_paypal img {
max-height: 52px;
margin-top: -18px;
margin-left: 8px;
top: 5px; }
ul.order_details {
content: "";
display: table;
list-style: none;
margin-bottom: 45px; }
ul.order_details li {
float: left;
margin-right: 2em;
text-transform: uppercase;
font-size: 0.715em;
line-height: 1;
border-right: 1px dashed #707070;
padding-right: 2em;
margin-left: 0;
padding-left: 0;
list-style-type: none; }
@media (max-width: 1024px) {
ul.order_details li {
border: 0;
float: none;
margin-bottom: 15px; } }
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; }
@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 {
font-size: 28px; }
.wc-bacs-bank-details-account-name {
font-weight: bold; }
.woocommerce-order-downloads, .woocommerce-order-details {
margin-bottom: 45px; }
.woocommerce-order-downloads *:last-child, .woocommerce-order-details *:last-child {
margin-bottom: 0; }
.woocommerce-order-details table strong {
font-weight: 400; }
.woocommerce-customer-details address {
font-style: normal;
margin-bottom: 0;
border: 1px solid #ececec;
text-align: left;
width: 100%;
border-radius: 4px;
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; }
.woosc-area .added_to_cart {
margin-left: 10px; }
#woosq-popup .thumbnails img {
object-fit: cover !important; }
#woosq-popup .quantity {
display: inline-block; }
#woosq-popup .quantity .input-text {
border: 1px solid #ebebeb;
border-radius: 3px;
margin-right: 15px;
width: 96px !important;
height: 48px !important;
line-height: 48px !important;
padding: 0 10px; }
@media (max-width: 480px) {
#woosq-popup .quantity .input-text {
width: 100% !important; } }
#woosq-popup .single_add_to_cart_button {
clear: both;
min-width: 170px;
width: 200px;
text-align: center; }
@media (max-width: 480px) {
#woosq-popup .single_add_to_cart_button {
width: 100% !important;
margin-top: 10px; } }
#woosq-popup .product_meta {
margin-top: 22px; }
.woosw-list .added_to_cart {
margin-left: 10px; }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
table.woosw-content-items tr.woosw-content-item td {
padding: 24px;
border-left: 0;
border-right: 0; }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item td {
flex: 0 0 100%;
width: 100%;
padding: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
text-align: center; }
@media (min-width: 1200px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
width: 88px; } }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
position: relative;
border-bottom: 0;
padding-top: 0;
padding-bottom: 0; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
font-size: 0;
position: relative;
width: 40px;
height: 40px;
border-radius: 0;
border: 1px solid #E0E0E0;
color: #E0E0E0;
display: inline-flex;
justify-content: center;
align-items: center; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before, table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
content: "";
position: absolute;
height: 1px;
width: 20px;
top: 50%;
background-color: #707070;
transform-origin: 50% 50%;
opacity: 1;
font-size: 20px;
-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; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover {
border-color: var(--primary-color); }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:before, table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:after {
background-color: var(--primary-color);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
position: absolute;
top: 15px;
right: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image {
padding-left: 0;
padding-right: 0;
width: 72px; }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image {
padding-left: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image img {
width: 72px; }
@media (min-width: 992px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
width: 332px;
float: left; } }
@media (min-width: 1200px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
width: 420px;
float: left; } }
@media (min-width: 1600px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
width: 465px;
float: left; } }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a {
font-weight: 500;
color: var(--heading-color); }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a:hover {
color: var(--link-color-hover); }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 28px; }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #707070; }
[dir="rtl"] table.woosw-content-items tr.woosw-content-item .woosw-content-item--price del {
padding-left: 0;
padding-right: 6px; }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price ins {
font-weight: inherit;
text-decoration: none; }
@media (min-width: 992px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
width: 160px;
float: left; } }
@media (min-width: 1200px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
width: 180px;
float: left; } }
@media (min-width: 1600px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
width: 288px;
float: left; } }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--time {
display: none; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions {
text-align: right; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .woosw-content-item--stock {
display: none; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .btn {
min-width: 220px; }
@media (max-width: 575px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .btn {
width: 100%; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .pxl-btn-icon {
font-size: 14px;
margin-left: 4px; }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
font-size: 0;
position: relative;
width: 40px;
height: 40px;
border-radius: 0;
border: 1px solid #E0E0E0;
color: #E0E0E0;
display: inline-flex;
justify-content: center;
align-items: center; }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
content: "";
position: absolute;
height: 1px;
width: 20px;
top: 50%;
background-color: #707070;
transform-origin: 50% 50%;
opacity: 1;
font-size: 20px;
-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; }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span.removing, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover {
border-color: var(--primary-color); }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:after, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span.removing:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span.removing:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:after {
background-color: var(--primary-color);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
@media (max-width: 767px) {
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
position: absolute;
top: 15px;
right: 15px; } }
.woosw-actions:empty {
display: none; }
.pxl-wishlist-page .pxl-content-area {
margin-bottom: 0; }
.woosw-list table.woosw-content-items tr:nth-child(2n) td {
background-color: transparent; }
.woosw-list table.woosw-content-items tr:hover td {
background-color: transparent; }
@media (min-width: 768px) {
.woosw-area .woosw-inner .woosw-content {
width: 100%;
max-width: 738px; } }
@media (min-width: 992px) {
.woosw-area .woosw-inner .woosw-content {
width: 100%;
max-width: 800px; } }
.woosw-area .woosw-inner .woosw-content .woosw-content-top {
color: var(--heading-color);
background-color: #F2F2F2; }
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
color: var(--heading-color);
background-color: #F2F2F2; }
.woosw-area .woosw-inner .woosw-content .woosw-content-bot a, .woosw-area .woosw-inner .woosw-content .woosw-content-bot span {
color: var(--heading-color) !important;
text-decoration: none !important;
-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; }
.woosw-area .woosw-inner .woosw-content .woosw-content-bot a:hover, .woosw-area .woosw-inner .woosw-content .woosw-content-bot span:hover {
color: var(--primary-color) !important; }
.woosw-area .woosw-inner .woosw-content .woosw-content-item--remove span.removing:before {
animation: none !important;
-webkit-animation: none !important; }
.woosw-area .woosw-inner .woosw-content .added_to_cart {
margin-left: 10px; }
.woocommerce-account .pxl-content-area {
margin-bottom: 0; }
.woocommerce-account h2 {
margin-top: -10px; }
form.login .form-row > label {
width: 100%; }
form.login .input-text {
max-width: 270px; }
form.login .woocommerce-form__label-for-checkbox {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
form.login .woocommerce-form__label-for-checkbox input[type="checkbox"] {
margin-top: -5px; }
form.login .button {
margin-top: 10px; }
.woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 0 -15px 15px; }
@media (max-width: 767px) {
.woocommerce-MyAccount-navigation ul {
margin: 0 -8px 15px; } }
.woocommerce-MyAccount-navigation ul li {
flex: 0 0 auto;
width: auto;
max-width: 100%;
padding: 0 15px 15px; }
@media (max-width: 767px) {
.woocommerce-MyAccount-navigation ul li {
padding: 0 8px 15px; } }
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 6px 35px;
border: 3px solid var(--primary-color);
background: var(--primary-color);
color: #ffffff;
font-weight: 700; }
@media (max-width: 1199px) {
.woocommerce-MyAccount-navigation ul li a {
padding: 6px 15px; } }
.woocommerce-MyAccount-navigation ul li a:hover {
border-color: var(--second-color);
background: var(--second-color);
color: #ffffff; }
.woocommerce-MyAccount-navigation ul li.is-active a {
border-color: var(--second-color);
background: var(--second-color);
color: #ffffff; }
.woocommerce-orders-table th, .woocommerce-orders-table td {
border-left: 0;
border-right: 0; }
@media (min-width: 768px) {
.woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
width: 196px; } }
@media (max-width: 767px) {
.woocommerce-orders-table {
border: 0; }
.woocommerce-orders-table thead {
display: none; }
.woocommerce-orders-table tr td {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #E0E0E0; }
.woocommerce-orders-table tr td:before {
display: inline-block;
text-transform: uppercase;
font-size: 14px;
color: var(--heading-color);
font-weight: 600;
content: attr(data-title) ":    "; }
.woocommerce-orders-table tr td:first-child {
background-color: #f2f2f2;
border: 0; }
.woocommerce-orders-table tr td:last-child {
border-top: 0;
border-bottom: 0;
padding: 30px 0 50px 0; }
.woocommerce-orders-table tr td:last-child:before {
display: none; }
.woocommerce-orders-table tbody tr:last-child td {
border-bottom: 1px solid #E0E0E0; }
.woocommerce-orders-table tbody tr:last-child td:first-child {
border-top: 0;
border-bottom: 0; }
.woocommerce-orders-table tbody tr:last-child td:last-child {
border-top: 0;
border-bottom: 0;
padding-bottom: 0; } }
.woocommerce-MyAccount-content {
margin-top: 50px; }
.woocommerce-MyAccount-content .woocommerce-info {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -15px;
margin-right: -15px; }
.woocommerce-MyAccount-content .woocommerce-info > * {
margin-left: 15px;
margin-right: 15px; }
.woocommerce-MyAccount-content table .button {
display: block;
width: 180px; }
.woocommerce-MyAccount-content fieldset {
padding: 0;
margin-top: 50px;
border: 0; }
.woocommerce-MyAccount-content fieldset legend {
font-weight: 700;
color: var(--heading-color);
font-size: 28px;
margin-bottom: 10px; }
.woocommerce-MyAccount-content .form-row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.woocommerce-MyAccount-content .form-row > * {
flex: 0 0 100%;
max-width: 100%; }
.woocommerce-MyAccount-content .edit-account fieldset .input-text {
max-width: 270px; }
@media (max-width: 767px) {
.woocommerce-MyAccount-content .edit-account fieldset .input-text {
max-width: 100%; } }
.woocommerce-MyAccount-content .edit-account .button {
margin-top: 30px; }
.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: 8px 10px;
font-size: 12px;
line-height: 12px;
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 {
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 {
border-top-color: #1b1b1b; }
.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); }
.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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; }
@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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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; } }
@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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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; } }
@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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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; } }
@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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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; } }
@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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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; } }
@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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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; } }
.pxl-swiper-arrows-false .pxl-slider-arrow-wrap {
display: none; }
@media (max-width: 1199px) {
.pxl-swiper-arrows-tablet_extra-false .pxl-slider-arrow-wrap {
display: none; }
.pxl-swiper-arrows-tablet_extra-true .pxl-slider-arrow-wrap {
display: flex; } }
@media (max-width: 991px) {
.pxl-swiper-arrows-tablet-false .pxl-slider-arrow-wrap {
display: none; }
.pxl-swiper-arrows-tablet-true .pxl-slider-arrow-wrap {
display: flex; } }
@media (max-width: 767px) {
.pxl-swiper-arrows-mobile_extra-false .pxl-slider-arrow-wrap {
display: none; }
.pxl-swiper-arrows-mobile_extra-true .pxl-slider-arrow-wrap {
display: flex; } }
@media (max-width: 575px) {
.pxl-swiper-arrows-mobile-false .pxl-slider-arrow-wrap {
display: none; }
.pxl-swiper-arrows-mobile-true .pxl-slider-arrow-wrap {
display: flex; } }
.pxl-swiper-dots-false .pxl-slider-dots {
display: none; }
@media (max-width: 1199px) {
.pxl-swiper-dots-tablet_extra-false .pxl-slider-dots {
display: none; }
.pxl-swiper-dots-tablet_extra-true .pxl-slider-dots {
display: flex; } }
@media (max-width: 991px) {
.pxl-swiper-dots-tablet-false .pxl-slider-dots {
display: none; }
.pxl-swiper-dots-tablet-true .pxl-slider-dots {
display: flex; } }
@media (max-width: 767px) {
.pxl-swiper-dots-mobile_extra-false .pxl-slider-dots {
display: none; }
.pxl-swiper-dots-mobile_extra-true .pxl-slider-dots {
display: flex; } }
@media (max-width: 575px) {
.pxl-swiper-dots-mobile-false .pxl-slider-dots {
display: none; }
.pxl-swiper-dots-mobile-true .pxl-slider-dots {
display: flex; } }
.pxl-swiper-arrows-direction-column .pxl-slider-arrow {
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
@media (max-width: 1199px) {
.pxl-swiper-arrows-direction-tablet_extra-column .pxl-slider-arrow {
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.pxl-swiper-arrows-direction-tablet_extra-row .pxl-slider-arrow {
-webkit-transform: rotate(0);
-khtml-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0); } }
@media (max-width: 991px) {
.pxl-swiper-arrows-direction-tablet-column .pxl-slider-arrow {
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.pxl-swiper-arrows-direction-tablet-row .pxl-slider-arrow {
-webkit-transform: rotate(0);
-khtml-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0); } }
@media (max-width: 767px) {
.pxl-swiper-arrows-direction-mobile_extra-column .pxl-slider-arrow {
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.pxl-swiper-arrows-direction-mobile_extra-row .pxl-slider-arrow {
-webkit-transform: rotate(0);
-khtml-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0); } }
@media (max-width: 575px) {
.pxl-swiper-arrows-direction-mobile-column .pxl-slider-arrow {
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.pxl-swiper-arrows-direction-mobile-row .pxl-slider-arrow {
-webkit-transform: rotate(0);
-khtml-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0); } }
.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: 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-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; }
.post-password-form {
position: relative; }
.post-password-form input[type="submit"] {
position: absolute;
bottom: 0;
right: 0; }
.wp-block-button {
margin-bottom: 20px; }
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0; }
.wp-block-cover {
color: #ffffff; }
.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 {
margin-bottom: -20px !important; }
.pxl-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
padding-top: 3px;
padding-bottom: 3px;
line-height: 1.5; }
.pxl-sidebar-area .widget_block h2 {
font-size: 22px;
margin-top: 0;
margin-bottom: 35px;
padding-bottom: 22px;
position: relative; }
.pxl-sidebar-area .widget_block h2:before {
content: "";
width: 40px;
height: 3px;
background-color: var(--primary-color);
position: absolute;
bottom: -2px;
left: 0; }
.pxl-sidebar-area .widget_block ul {
margin: 0; }
.pxl-sidebar-area .widget_block li > a {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 17px;
line-height: 40px;
font-weight: 500; }
.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 {
height: 50px;
line-height: 48px;
background-color: #ffffff;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
padding: 0 55px 0 20px; }
.wp-block-search__inside-wrapper .wp-block-search__input::-webkit-input-placeholder {
color: #222;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.wp-block-search__inside-wrapper .wp-block-search__input:-moz-placeholder {
color: #222;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
color: #222;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.wp-block-search__inside-wrapper .wp-block-search__input:-ms-input-placeholder {
color: #222;
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
[dir="rtl"] .wp-block-search__inside-wrapper .wp-block-search__input {
padding: 0 20px 0 55px; }
.wp-block-search__inside-wrapper .wp-block-search__button {
padding: 0;
margin: 0;
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: transparent;
color: #222222;
border-width: 0 0 0 1px;
border-style: solid;
border-color: #ececec;
font-size: 0;
border-radius: 0;
-webkit-transition: none;
-khtml-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none; }
[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: 19px;
display: inline-block;
line-height: 50px;
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 {
color: #fff;
background-color: var(--second-color);
-webkit-transition: 0.4s;
-khtml-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; }
.wp-block-search__inside-wrapper .wp-block-search__button:active:before, .wp-block-search__inside-wrapper .wp-block-search__button:hover:before, .wp-block-search__inside-wrapper .wp-block-search__button:focus:before {
-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; }
.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;
-webkit-transition: 0.4s;
-khtml-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; }
ul.wp-block-archives {
list-style: none; }