/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/*Plugin Styles*/
.cr3_recentposts_authoravatar img {
    border-radius: 50px;
    float: left;
    width: 26px;
    height: auto;
    margin-top: 4px;
    margin-right: 10px;
}
.cr3_recentposts_author {
    float: left;
    padding-left: 0;
    padding-top: 6px;
    display: inline-block;
    width: auto;
    font-size: 12px;
    opacity: 0.7;
}
.cr3_recentposts_sep {
    float: left;
    display: inline-block;
    width: auto;
    padding: 6px 10px 0;
    opacity: 0.3;
}
.cr3_recentposts_pubdate {
    float: left;
    padding-top: 6px;
    display: inline-block;
    width: auto;
    font-size: 12px;
    opacity: 0.7;
}
.cr3_recentposts_categories, .cr3_recentposts_categories a {
    margin: 15px 0;
    font-size: 12px;
    opacity: 1;
}
.cr3_recentposts_categories {
    opacity: 1;
}
.cr3_recentposts_wrapper h2.recentposts_carousel, .cr3_recentposts_wrapper h2.recentposts_carousel a {
    font-size: 20px;
}
.cr3_recentposts_readmore a {
    font-size: 14px;
    margin: 0 0 20px 0;
    display: inline-block;
}
.cr3_recentposts_meta_wrap {}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
    float: left;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webk