/* List index page */
.location-list-item .location-list-content {
	background-color:  #f4f4f4;
	padding: 20px 20px 0 20px;
}
.location-list-item .location-list-image {
	padding-bottom:  0;
	background-size: cover !important;
	min-height:  250px;
	background-position:  center !important;
}
.lists-index_intro p {
    font-weight: 600;
    font-size: 1.2em;
}
.lists-index_intro {
    margin: 10px 0 30px;
}
body.template-lists-index #content h1 {
    margin-top: 30px
}
@media screen and (max-width: 639px) {
	.location-list-content a.button {
	    display: block;
	}
	.locations-list h2 {
		font-size: 1.5em;
	}
}



/* List item page */
.template-lists-page .intro {
	margin-bottom: 20px;
}
.list-item_content {
	padding-right: 40px;
}
.list-item_sidebar img {
	margin-bottom: 10px;
}
.list-item_image-caption {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
}
.template-lists-page .intro.list-item_closing-remarks p {
	font-size: 1.1em;
}
.list-item_sharing p {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.block-list_item a,
.template-lists-page .intro a {
	font-weight: 600;
	text-decoration: underline;
}
@media screen and (max-width: 639px) {
	.list-item_content {
		padding-right: 0;
	}
	.template-lists-page .intro p {
		font-size: 1.2em;
	}
}
@media screen and (min-width: 640px) {
	.list-item_content h2 {
		line-height: 1.1em;
		font-size: 2em;
	}
}
@media screen and (min-width: 1024px) {
	.list-item_content h2 {
		line-height: 1.1em;
		font-size: 2.5em;
	}
}