.ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
} .ps__rail-x {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
height: 15px; bottom: 0px; position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
width: 15px; right: 0; position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: #eee;
opacity: 0.9;
} .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s ease-in-out;
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
height: 6px; bottom: 2px; position: absolute;
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, width .2s ease-in-out;
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
width: 6px; right: 2px; position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px;
} @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}.wplp-lazy{opacity:0}
.wplp-lazy-loaded{
opacity:1;
transition:opacity .5s !important;
-webkit-transition:opacity .5s !important;
-moz-transition:opacity .5s !important;
-ms-transition:opacity .5s !important;
-o-transition:opacity .5s !important
}
.wplp_container.default .wpcu-front-box.right { }
.wplp_widget_default .wplp_listposts .swiper-slide .img_cropper:before {
content: '\f109';
font: 400 20px/1 dashicons;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all 0.2s linear;
position: absolute;
color: #fff;
width: 50px;
font-size: 36px;
line-height: 50px;
text-align: center;
height: 50px;
opacity: 0;
border-radius: 5px;
display: inline-block;
z-index: 10;
top: 50%;
margin-top: -25px;
margin-left: -25px;
left: 50%;
}
.wplp_widget_default .wplp_listposts .swiper-slide .img_cropper:before {
background: center center no-repeat #2C8FC7;
}
.wplp_widget_default .wplp_listposts .swiper-slide .img_cropper:after {
content: " ";
transition: all 0.2s linear;
position: absolute;
-webkit-box-shadow: inset 0 0 10px 2px rgba(0,0,0,0.4);
box-shadow: inset 0 0 10px 2px rgba(0,0,0,0.4);
width: 100%;
height: 100%;
opacity: 0;
display: inline-block;
z-index: 1;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0,0,0,0.5);
}
.wplp_widget_default .wplp_listposts li.parent ul li:hover .img_cropper:before,
.wplp_widget_default .wplp_listposts li.parent ul li:hover .img_cropper:after{
opacity: 1;
}
.wplp_widget_default .wplp_listposts li.parent ul li .img_cropper img {
transition: all 0.2s linear;
}
.wplp_widget_default .wplp_listposts li.parent ul li:hover .img_cropper:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}