@charset "utf-8";
/* CSS Document */

.recipe {
	padding: 30px 50px;
	border-radius: 5px;
	background: #f8f8f8;
	margin-bottom: 50px;
	border: 1px solid #efefef;
}

/* After post entry - related posts
--------------------------------------------- */

.lcp_catlist {
	display: flex;
	flex-wrap: wrap;
}

ul.lcp_catlist li {
	border: 1px solid #e0e0e0;
  	margin-right: 10px;
  	font-size: 12px;
	align-self: top;
	box-shadow: 5px 5px 10px #e0e0e0;
	border-radius: 5px;
	background: #fff;
	max-width: 220px;
}

ul.lcp_catlist img {
	border-bottom: 10px solid #7fb1d1;
	margin-top: -5px;
}

.lcp_excerpt {
	font-size: 10px;
	font-size: 17px;
	padding: 0 20px 20px;
	display:none;
}

ul.lcp_catlist h4 a { 
 	text-decoration: none;
	font-size: 18px;
	font-weight: bold;

}

ul.lcp_catlist h4 { 
	padding: 0 15px 0 15px;
	margin: 15px 0 30px;
}

/* Provider index
--------------------------------------------- */
ul.provider-index {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	margin-bottom: 100px;
}

.entry li.provider-index-single {
	list-style-type: none;
}

/* Media queries
--------------------------------------------- */

@media (max-width: 600px) {

	ul.lcp_catlist li a {
		font-size: 20px;
		width: 100%;
	}
	ul.lcp_catlist h4 {
		width: 100%;
	}
}