/* --- DEFINES FOR GAME PAGES --- */
.entry-content ul, 
.entry-content ol{
	list-style: inherit;
	margin-left: 15px;
}
#games-list {
	float: none;
	/*width: 740px;*/
	margin: 0 auto;
	}
	#games-list li {
		float: left;
		min-height: 170px;
		width: 280px;
		margin-right: 40px;
		margin-left: 0;
		margin-bottom: 20px;
		margin-top: 20px;
		}
		#games-list li:nth-of-type(3n+3) {
			margin-right: 0;
		}
		#games-list li img {
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			}
		#games-list li h3 {
			background: #ebebeb;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			color: #333;
			display: block;
			font-size: 15px;
			padding: 25px 15px;
			font-weight: bold;
			text-align: center;
			}

#games-list-more {
	columns: 3; 
	-webkit-columns: 3; 
	-moz-columns: 3;
	list-style-position: inside;
	list-style-type: circle;
}
article.games h2.entry-title {
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

header.games-header {
	height: 255px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
	header.games-header .overlay {
		background-color: rgba(0,0,0,.5);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 255px;
	}
	header.games-header .games-title-wrap {
		position: absolute;
				left: 220px;
		top: 74px;
	}
	header.games-header h2#page-guts-title {
		line-height: 1em;
		background: transparent;
		font-size: 32px;
		height: auto;
		margin-bottom: 0.5em;
		text-transform: none;
		text-indent: 0;
		text-align: left;
		letter-spacing: normal;
		z-index: 1000;

	}

	header.games-header .game-icon {
		width: 150px;
		height: auto;
		position: absolute;
		left: 40px;
		top: 52px;
		z-index: 1000;
	}

	header.games-header .excerpt {
		color: #fff;
		
		width: 600px;
		z-index: 1000;
	}

	.gallery-wrapper {
		width: 700px;
		height: 394px;
		float: left;
	}

	.gallery-wrapper img {
		float: left;
	}

	.game-meta {
		float: right;
		width: 200px;
		font-size: 12px;
		line-height: 18px;
	}
		.game-meta .appstore-badge {
			margin-bottom: 2em;
			margin-left: 20px;
			display: inline-block;
		}

	.single-games .entry-content {
		clear: both;
		padding-top: 4em;
	}

	.single-games table td {
		vertical-align: top;
	}

	
	.single-games .entry-content h2 {
		color: #3e8539;
		margin-bottom: 1em;
	}

	.more-games-list {
		list-style: inherit; 
		margin-left: 15px;
	}

	.more-games-list li a {
		 padding: 4px 0;
		 display: inline-block;
	}

	.page-template-page-paradox-codes #page-guts-wrap {
		background-image: url(https://www.macplay.com/wp-content/uploads/2016/11/Tyranny-coverart-original.jpg);
    	background-size: cover;
    	color: #000;
	}

	.page-template-page-paradox-codes #page-guts-wrap h3 {
		color: #000;
	}

	.page-template-page-paradox-codes header.page-header {
		height: auto;
	}