/*
File: inc/posts.css
Description: Style CSS Main
Plugin: Mega Posts and custom Posts Display
Author: Ad-theme.com
*/
.admegaposts img.megaposts-thumbs {
	width:100%;
	border:0;
	border-radius:0;
	transform:scale(1.0);
	-moz-transform:    scale(1); /* Firefox */
	 -webkit-transform: scale(1); /* Webkit */
	 -o-transform:      scale(1); /* Opera */
	 -ms-transform:     scale(1); /* IE 9 */	
	 -webkit-transition: all .55s ease-in;
	  -moz-transition: all .55s ease-in;
	  -ms-transition: all .55s ease-in;
	  -o-transition: all .55s ease-in;
	  transition: all .55s ease-in;		
}
.admegaposts img.megaposts-thumbs:hover {
	transform:scale(1.2);
	-moz-transform:    scale(1.2); /* Firefox */
	 -webkit-transform: scale(1.2); /* Webkit */
	 -o-transform:      scale(1.2); /* Opera */
	 -ms-transform:     scale(1.2); /* IE 9 */	
	 -webkit-transition: all .55s ease-in;
	  -moz-transition: all .55s ease-in;
	  -ms-transition: all .55s ease-in;
	  -o-transition: all .55s ease-in;
	  transition: all .55s ease-in;		
}
.admegaposts .admegaposts-thumbs-container {
	position:relative;
	line-height:0;
	overflow:hidden;
}






/*type2*/


	
	
	
	
/*type3*/





/*type4*/



/*type5*/



/*type6 (carousel style1)*/


.posts_carousel_type1 a {
	text-decoration: none;
	
}

.posts_carousel_type1 .owl-item .item{
	padding:20px;
}

.posts_carousel_type1 .admegaposts-thumbs-container img.megaposts-thumbs {
	border-radius:5px 5px 0 0;
}

.posts_carousel_type1 .admegaposts-thumbs-container img.megaposts-thumbs:hover {
	transform:none;
	transition:none;
}

.posts_carousel_type1 .owl-item .item .admp-info-left {
	background:#f2f2f2;
	padding:5px 20px 20px;
	border-radius:0 0 5px 5px;
	
}

.posts_carousel_type1 .owl-item .item .admp-info-left .admp-details {
	font-size: 12px;
    margin-bottom: 10px;
}

.posts_carousel_type1 .owl-item .item .admp-info-left .admp-title {
	font-size:20px;
	line-height:26px;
	display:block;
	margin-bottom:15px;
}

.posts_carousel_type1 .owl-item .item .admp-info-left .admp-date {
	display:block;
}

.posts_carousel_type1 .owl-item .item .admp-info-left .admp-date i {
	margin-right:5px;
}

.posts_carousel_type1 .owl-item .item .admp-info-left .admp-content {
	display:block;
}

.posts_carousel_type1 img.megaposts-thumbs:hover {	
	transform:scale(1.0);
	-moz-transform:    scale(1.0); /* Firefox */
	 -webkit-transform: scale(1.0); /* Webkit */
	 -o-transform:      scale(1.0); /* Opera */
	 -ms-transform:     scale(1.0); /* IE 9 */		
}



/*type7 (carousel style2)*/


/*type8 (carousel style3)*/




/*type9 (posts_newsticker_type1)*/



/*type10 (posts_newsticker_type2)*/










