/*
Theme Name: Masonry Category theme
*/

#wpcufpn_widget_ .wpcufpn_listposts .masonry-category a {
    border: 0px;
    box-shadow : none;
}

/* Global */
#wpcufpn_widget_ .wpcufpn_listposts {
	width:auto !important;
}



#wpcufpn_widget_  .wpcufpn_thumb, #wpcufpn_widget_ .wpcufpn_default {
	width:100% !important;
	height:auto !important;
	position:relative;
}

#wpcufpn_widget_  .img_cropper {
	position:relative;
}

#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper img  {
	transition:all 0.2s linear;	
}

#wpcufpn_widget_ .wpcufpn_listposts li:hover .img_cropper img {
  -webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
}




#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.aside:before {
	content: '\f123';
}

#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.audio:before {
	content: '\f127';
}

#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.chat:before {
	content: '\f125';
}
#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.gallery:before {
	content: '\f161';
}
#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.image:before {
	content: '\f128';
}
#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.link:before {
	content: '\f103';
}
#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.quote:before {
	content: '\f122';
}
#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.status:before {
	content: '\f130';
}
#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper.video:before {
	content: '\f126';
}

#wpcufpn_widget_ .wpcufpn_listposts li:hover .img_cropper:before,
#wpcufpn_widget_ .wpcufpn_listposts li:hover .img_cropper:after {
opacity:1;
}

#wpcufpn_widget_ .wpcufpn_listposts li:hover .img_cropper:before {
	 -webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
     transform:scale(1);
}





#wpcufpn_widget_ .wpcufpn_listposts li .img_cropper:before {
	content: '\f109';
	font: 400 20px/1 dashicons;
	 -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
     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%;
	background: center center no-repeat ;	
}

#wpcufpn_widget_ .wpcufpn_listposts li .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);		
}



#wpcufpn_widget_  .title span{
	margin: 10px auto 0px;
	width: 100%;
	text-align: center;
	color: #585858;
	font-weight: lighter;
	font-size: 1.1em;
}

#wpcufpn_widget_.wpcufpn_container .date {
color: #999;
font-size: 0.75em;
margin-left: 20px;
text-decoration: none !important;
}

#wpcufpn_widget_ .masonry-category .wpcu-front-box.bottom .category {
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 500;
	color: #999;
	letter-spacing: 2px;
	font-size: 0.8em;
	margin-bottom: 7px;		
	position:relative;
}

#wpcufpn_widget_ .masonry-category .wpcu-front-box.bottom .category:before {
	content: " ";
	display: block;
	position: relative;
	height: 2px;
	width: 30%;
	margin: 0 auto 6px;
	background:;
}



#wpcufpn_widget_.wpcufpn_container a,#wpcufpn_widget_.wpcufpn_container a:hover {
	text-decoration:none !important;
}

#wpcufpn_widget_.wpcufpn_container .date:hover {
text-decoration:none !important;
}

#wpcufpn_widget_.wpcufpn_container .text {
text-decoration: none !important;
color: #555;
line-height: 1.3;
font-size: 0.9em;
margin: 10px 20px;
}

#wpcufpn_widget_.wpcufpn_container .text span {
overflow: initial;
text-overflow: initial;
max-width: 100%;
}



#wpcufpn_widget_.wpcufpn_container .read-more {
	border-top:1px solid  ;
	margin:5px;text-decoration: none !important;
	padding:5px;	
	font-size:0.9em;
}


#wpcufpn_widget_.wpcufpn_container .read-more {
	border-top:1px solid  ;
	margin:5px 20px;
	padding:5px;	
	font-weight:bold;
	text-align:left;
	transition:all 0.2s linear;
	font-size:0.9em;
}

#wpcufpn_widget_.wpcufpn_container .read-more:hover {
	color:#000;
}

#wpcufpn_widget_ .wpcufpn_container .title .line_limit {
	height:auto !important;
}

