.owl-carousel .owl-stage { padding: 0; }
.owl-item { padding: 20px 15px; }
.owl-carousel .owl-nav [class*=owl-] { opacity: 1; }
.owl-carousel .owl-nav .owl-prev { left: -3px !important; }
.owl-carousel .owl-nav .owl-next { right: -3px !important; }

.recipe-itmes .card img,
.rotating {
	transform: rotate(0deg);
	transition: transform 1.5s linear;
}

.recipe-itmes .card:hover img,
.rotating:hover {
	transform: scale(1.2);;
	transition: transform .2s;
}

.recipe-itmes .row  {
	border-top: 1px solid #EEE;
	margin-top: -1px;
	margin-bottom: -1px;
}

.recipe-itmes .row [class^=col-] {
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.recipe-itmes .card {
	border: 0;
	background: transparent;
	border-radius: 0;
	padding: 5px 5px;
}

.recipe-itmes .card-author {
	font-size: 12px;
	font-weight: 400;
	color: #AAA;
	margin-bottom: 0;
}

.recipe-itmes .card-title {
	font-size: 18px;
	line-height: 1.3;
}
.recipe-itmes .card-author a {
	color: #999;
	text-transform: uppercase;
	margin-left: 2px;
	font-weight: 600;
}

.recipe-itmes .card-title a { color: #222; }

.recipe-itmes .card-date {
	margin-top: 15px;
	color: #555;
	margin-bottom: 0;
	font-weight: 400;
}

.recipe-itmes .card-date i { margin-right: 6px; }
