.widget.widget_recent_entries_carousel {padding: 0;}
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls {margin-top: 0;}
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
}

/* with title */
.widget.widget_recent_entries_carousel .widget-title + .owl-carousel .owl-controls .owl-nav {
    position: absolute;
    top: -62px;
}
.widget-width__loop .widget.widget_recent_entries_carousel .widget-title + .owl-carousel .owl-controls .owl-nav {
    top: -82px;
}
.widget.widget_recent_entries_carousel .widget-title + .owl-carousel .owl-controls .owl-nav .owl-prev,
.widget.widget_recent_entries_carousel .widget-title + .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
}
.widget.widget_recent_entries_carousel .widget-title + .owl-carousel .owl-controls .owl-nav .owl-prev {right: 40px;}
.widget.widget_recent_entries_carousel .widget-title + .owl-carousel .owl-controls .owl-nav .owl-next {right: 0;}
/* end: with title*/

.rp-carousel__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rp-carousel__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 10px;
    text-align: center;
}
.widget_recent_entries_carousel .owl-carousel.navigation_true .owl-controls {
    display: block;
}
.widget_recent_entries_carousel .owl-carousel.navigation_false .owl-controls {
    display: none;
}

.widget_recent_entries_carousel .item h1 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 100;
	line-height: 1;
	padding-top: 25px;
	letter-spacing: 0;
}

.widget_recent_entries_carousel .item h1 a:hover {
    color: rgba(55, 52, 47, 0.5);
}

.widget_recent_entries_carousel .item .hentry-sub {
	padding: 9px 0 17px;	
}

.widget_recent_entries_carousel .item p {
	line-height: 30px;
}


.widget.widget_recent_entries_carousel .owl-carousel.navigation_true {
    margin-top: 45px;
}

.widget.widget_recent_entries_carousel .owl-theme {
	overflow: visible;
}

.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-dots {
    display: none !important;
}

.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    color: #37342f;
    margin: 0;
    width: 20px;
}

.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #c14240;
}

.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    padding-left: 0px;
    right: 20px
}

.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav {
    right: -4px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: -35px;
    width: 40px;
}


/* recent posts carousel *//* category */
.rp-carousel__category {
    display: inline-block;
}
.rp-carousel__category a,
.rp-carousel__category span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 16px;
    margin-bottom: 13px;
    background-color: #00abef;
    color: #ffffff;
}
.rp-carousel__category a:hover {
    color: rgba(255,255,255,0.5);
}

/* recent posts carousel *//* title */
.rp-carousel__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.1111;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #ffffff;
}
.rp-carousel__title a {color: #ffffff;}
.rp-carousel__title a:hover {color: #b2b2b2;}

/* recent posts carousel *//* date */
.rp-carousel__date {
    display: block;
    margin-bottom: 10px;
    color: #b2b2b2;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
}

/* Disable: Animate/Transition */
.transition--off {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Font family */
.rp-carousel__category,
.rp-carousel__title,
.rp-carousel__date,
.font-family--roboto {
    font-family: 'Roboto', sans-serif;
}

/* Animate/Transition */
.rp-carousel .item .overlay,
.rp-carousel .item:hover .overlay,
.rp-carousel .item .overlay:after,
.rp-carousel .item:hover .overlay:after,
.transition--on {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* rtl */

body.rtl .widget.widget_recent_entries_carousel .item-inner-wraper .clearfix .pull-left {
    float: right !important;
}

body.rtl .widget.widget_recent_entries_carousel .item-inner-wraper .clearfix .pull-right {
    float: left !important;
}

body.rtl .widget.widget_recent_entries_carousel .like_button {
    margin-right: initial;
}