/*
Theme Name:     Default theme
*/

.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 {
	/*max-width: 75%;*/
}

.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);
}