.su-tabs.aapc-posts-list {
	border-radius: 0;
	padding: 0;
	margin: 0;
	background: unset;
}
.aapc-posts-list .su-tabs-nav .su-tab {
	border-bottom: 3px solid #F9F9F9;
	display: inline-block;
	font-size: 22px;
	line-height: 1.5em;
	margin: 0;
	min-height: unset;
	outline: none;
	padding: 0;
	text-align: center;
	min-width: 19%;
}
.aapc-posts-list .su-tabs-nav span:hover {
	background: unset;
}
.aapc-posts-list .su-tabs-nav .su-tab.su-tabs-current{
	border-bottom-color: #CC0000;
}

.aapc-posts-shortcode .slick-prev, 
.aapc-posts-shortcode .slick-next {
	top: 33%;
	width: 45px;
	height: 45px;
	z-index: 99;
}
.aapc-posts-shortcode .slick-prev {
	left: -25px;
}
.aapc-posts-shortcode .slick-next {
	right: -25px;
}
.aapc-posts-shortcode .slick-prev::before, 
.aapc-posts-shortcode .slick-next::before {
	font-size: 45px;
	opacity: 0.9;
	color: #E3C374;
}

ul.aapc-posts-shortcode {
	margin: 0 !important;
}
.aapc-posts-shortcode.default li.posts-list-item {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	text-align:  center;
	vertical-align: top;
}
.aapc-posts-shortcode .posts-list-item-wrapper, 
.aapc-posts-shortcode .posts-list-more {
	padding: 0 10px;
}
.aapc-posts-shortcode h3.posts-list-title {
	font-size: 18px;
	margin: 10px 0;
}
.aapc-posts-shortcode h3.posts-list-detail {
	padding: 5px;
	text-align: center;
}
.aapc-posts-shortcode .posts-list-detail h3 a {
	color: #000;
}
.aapc-posts-shortcode .posts-list-thumb a {
	opacity: 1;
	transition: 1s;
}
.aapc-posts-shortcode .posts-list-thumb a:hover {
	opacity: 0.75;
}
.aapc-posts-shortcode .wprm-recipe-times-container {
	display: table;
	width: 100%;
}
.aapc-posts-shortcode .wprm-recipe-time-container {
	color: #999999;
	display: table-cell;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: top;
}
.aapc-posts-shortcode .wprm-recipe-time{
	font-size: 13px;
	font-weight: 600;
}
.aapc-posts-shortcode .wprm-recipe-time,
.aapc-posts-shortcode .wprm-recipe-details-label {
	display: block;
	padding: 0 3px;
	text-align: left;
}

.aapc-posts-shortcode .aapc-tasty-cooktimes-container {
	display: flex;
	width: 100%;
}
.aapc-posts-shortcode .aapc-tasty-cooktimes-container .tasty-cooktime {
	color: #AAAAAA;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}
.aapc-posts-shortcode .aapc-tasty-cooktimes-container .cooktime-label {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}


@media screen AND (max-width:768px){

  .aapc-posts-list .su-tabs-nav .su-tab {
	  display: block;
  }

}