/*
Theme Name: Andrew List (Nowell Child)
Theme URI: http://andrewlist.com/
Author: Stephen Simon Interactive
Author URI: http://stephensimon.com
Template: nowell
Version: 1.0
Text-Domain: andrewlist
*/

.front-page .hero {
	padding-top: 69.8%;
}

@media (min-width: 1180px) {
	.hero {
		max-height: 572px;
	}
}

.list-view-press {
	border-bottom: 1px solid #f5f5f5;
	margin: 0;
	min-height: 5.64285714em;
	padding: 0 0 1.14285714em 3.57142857em;
	position: relative;
}

.block-grid .has-post-thumbnail .inner:hover .block-grid-item-thumbnail img {
	opacity: 0.7;
}

.block-grid-item-title-alt {
	font-size: 1.1em; /* 1.5em */
	font-weight: 300;
	line-height: 1.4;
	margin: 0.95238095em 0;
	text-transform: none;
}

.tracklist .track:before {
	content: "\f452";
    font-family: "Genericons";
}

/* Set up SoundCloud in the Social Menu to show icons. */
.social-navigation a[href*="soundcloud.com"]:before {
	background-position: 50% 40%;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	content: "";
	opacity: 0.6;
	height: 1.77778em;
	width: 1.77778em;
}

/* Make the icon lighter on hover to match existing icons. */
.social-navigation a[href*="soundcloud.com"]:hover:before {
	opacity: 1;
}

/* Embed an icon image for SoundCloud. We're using SVG for HiDPI compatibility. */
.social-navigation a[href*="soundcloud.com"]:before {
	background-image: url("includes/images/soundcloud.svg");
}