/*
 * Add your custom CSS to this file. TubePress will make sure it's loaded properly.
 */

.tubepress-normal-player {
	width: 768px !important;
	margin: 0;
	float: left;
	clear: none;
	position: relative;
}

.tubepress-pagination-and-thumbs {
	width: 365px !important;
	margin: 0;
	float: left;
	clear: none;
}

.tubepress-big-title {
	position: absolute;
	bottom: 1em;
	left: 1em;
	font-family: "adelle", serif;
	font-size: 2em;
	font-weight: 400;
	text-shadow: 0 0 8px black;
}

.tubepress-thumb {
	float: left;
	clear: both;
	width: 100% !important;
	padding: 1em 1em 1em 2em;
	margin: 0;
}

.tubepress-thumb + .tubepress-thumb {
	border-top: 1px solid black;
}

.tubepress-cursor-pointer {
	float: left;
}

.tubepress-thumb dl {
	float: left;
}

.tubepress-meta-group {
	font-family: "adelle", serif;
	width: 55% !important;
}

.tubepress-thumb > a {
	margin-right: 1em;
	position: relative;

}

.tubepress-thumb > a:after {
	content: '';
	background: transparent url(/wp-content/themes/nfi/images/icons-play.svg) no-repeat center center;
	width: 40px;
	height: 40px;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

dd .tubepress-cursor-pointer {
	margin-bottom: 1em;
	font-size: 1.1em;
}
