@font-face {
    font-family: 'Axia Stencil';
    src: url('../fonts/axiastencilblack-regular.woff2') format('woff2'),
        url('../fonts/axiastencilblack-regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
* {
	color: white;
	font-family: Verdana, sans-serif;
}

body {
	background-color: #000000;
	background-image: url(../images/textures/black-paper.png);
}
nav, img, .rating, .addreview, .addcapture, .pages, .read-more, .group, .radio-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; /* Microsoft */
	user-select: none;
}
input[type=radio], .radio-label {
	cursor: pointer
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
a:hover {
	color: black;
}
img {
	border: 1px solid black;
}
.box-cover a:hover img, .sidebase a:hover img, .splitleft a:hover img {
	border-color: #29abe2;
}
.box-cover a:hover h3, .sidebase a:hover h3, .box a:hover h3, .splitleft a:hover h3 {
	text-decoration: underline;
}
.box a:hover img {
	border-color: #29abe2;
}
.capture-list:hover {
	color: #29abe2;
}
.list-img img {
	border: 1px solid #666666;
}
.logo {
	border: none;
}
.logo:hover {
	border: none;
}
.sign-up a h4:hover {
	color: white;
}
h2 {
	color: #29abe2;
	margin-bottom: 5px;
}
address p {
	color: #29abe2;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
}
h3, h5, p {
	font-size: .8em;
	font-weight: 100;
}
/* ------------------- Basics End --------------- */

/* ------------------- Navigation Start --------------- */
nav {
	border-bottom: 2px solid #b3b3b3;
	height: 120px;
}
nav .wrapper {
	height: inherit;
	display: flex;
	justify-content: space-between;
}
.nav-section {
	display: flex;
}
.left {
	align-items: flex-end;
	padding-bottom: 7px;
	margin-left: 25px;
}
.right {
	align-items: center;
	margin-right: 25px
}
nav ul li {
	float: left;
}
nav ul li a {
	color: #b3b3b3;
	padding-bottom: 5px;
}
nav a:hover {
	color: white;
}
nav ul li:nth-child(2) {
	margin: 0 10px 0 10px;
}
.selected a {
	color: #29abe2;
	border-bottom: 2px solid #29abe2;
}
.middle {
	padding: 10px 0;
}
.middle a {
	width: 100%;
	height: 100%;
	text-align: center;
}
.middle a img {
	width: 100%;
	max-height: 100%;
}
.sign-up {
	width: 200px;
	text-align: center;
}
.right div div a {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 7px;
	margin-right: -2px;
	border: 2px solid #666666;
	padding: 5px 0 5px 0;
}
.right h4 {
	color: #29abe2;
	font-size: .8em;
	font-weight: 100;
}
.logged-in {
	width: 99% !important;
	
}
form {
	float: left;
	clear: both;
}
form input[type=text] {
	color: #29abe2;
	text-align: center;
	width: 198px;
	background-color: transparent;
	padding: 5px 0 5px 0;
	border: 2px solid #666666;
}
input[type=text]:focus {
    outline: none;
    border: 2px solid #29abe2;
}
::-webkit-input-placeholder {
   color: #b3b3b3;
   font-size: 1.1em;
}
:-moz-placeholder { /* Firefox 18- */
   color: #b3b3b3;
   font-size: 1.1em;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #b3b3b3;
   font-size: 1.1em;
}
:-ms-input-placeholder {  
   color: #b3b3b3;
   font-size: 1.1em;
}

/* ------------------- Navigation End --------------- */

/* ------------------- Footer Start --------------- */
footer {
	clear: both;
	border-top: 2px solid #29abe2;
	text-align: center;
	height: 130px;
}
footer span {
	color: #29abe2;
}
footer a {
	color: #29abe2;
	border-bottom: 2px solid #b3b3b3;
}
footer a:hover {
	color: white;
}
address a {
	border-bottom: 2px solid #29abe2;
	color: #b3b3b3;
}
address a:hover {
	color: white;
}
footer h2 {
	color: #b3b3b3;
	margin: 10px 0 10px 0;
}
#contact {
	color: #29abe2;
}
/* ------------------- Footer End --------------- */

/* ------------------- Tagline Start --------------- */
.tagline {
	width: 65%;
}
.tagline.t2 {
	width: 100%;
}
.tagline {
	float: left;
	text-align: center;
	margin: 25px 0 25px 0;
}
.tagline h1, .tagline h1 span {
	color: #b3b3b3;
	font-size: 2.5rem;
	font-family: 'Axia Stencil', sans-serif;
	letter-spacing: 5px;
}
.tagline h1 span {
	color: #29abe2;
}
/* ------------------- Tagline End --------------- */

/* ------------------- Framework Start --------------- */

.large-left {
	width: 70%;
	margin-left: 25px;
	float: left;
}
.large {
	width: 100%;
	margin-left: 25px;
	padding-right: 25px;
}
.base {
	background-color: #666666;
	width: 100%;
	margin-bottom: 50px;
	float: left;
	padding: 10px;
	border-top: 12px solid #29abe2;
	clear: both;
}
.base-width {
	width: calc(100% - 25px);
}
.sidebase {
	background-color: #666666;
	width: 100%;
	margin-bottom: 50px;
	float: left;
	padding: 10px;
	border-top: 12px solid #29abe2;
	clear: both;
}
.sidebar {
	width: 22%;
	float: right;
	margin-top: -140px;
	margin-right: 25px;
}
.tabs ul {
	margin-bottom: 10px;
}
.tabs li a {
	background-color: #666666;
	float: left;
	margin-right: -2px;
	margin-top: -2px;
	padding: 5px 10px 5px 10px;
	border: 2px solid black;
	margin-left: -2px;
}
.active a {
	background-color: #29abe2 !important; 
}
/* ------------------- Framework End --------------- */

/* ------------------- Covers Start --------------- */
.base .mobile-wrap li {
	width: 25%;
	float: left;
}
.box-cover {
	width: 113.33px;
	margin: 0 auto;
	text-align: center;
}
.game-covers, .capture-covers {
	width: 100%;
}
.home-captures {
	width: 33.33%;
	float: left;
	text-align: center;
}
.game-covers .cover-wrap {
	float: left;
	text-align: center;
	width: 25%;
}
.game-covers .cover-wrap a h3, .home-captures li a h3, .capture-covers li a h3 {
	min-width: 100px;
	max-width: 120px;
	display: inline-block;
}
.mobile-covers {
    width: 50%;
    display: flex;
    float: left;
    justify-content: space-around;
}
.home-captures li, .capture-covers li {
	float: left;
	text-align: center;
	width: 33.33%;
}
.home-captures li a h5, .capture-covers li a h5 {
	text-align: left;
}
.box {
	width: 195px;
	margin: 0 auto;
}
.box h5 {
	text-align: left;
}
/* ------------------- Covers End --------------- */

/* -------------------------- Recent Reviews Start ------------- */
.recent {
	width: 50%;
	float: left;
}
.recent img {
	margin: 10px 0 10px 0;
}
.left-half {
	border-right: 2px solid black;
	padding-right: 10px;
}
.right-half {
	padding-left: 10px;
}
.splitleft {
	width: 50%;
	float: left;
}
.splitright {
	width: 50%;
	float: left;
	position: relative;
	height: 250px;
}
.text-overflow {
	height: 195px;
	overflow: hidden;
}
.recent-cover {
	text-align: center;
	width: 113.33px;
	margin: 0 auto;
}
/* -------------------------- Recent Reviews End ------------- */

/* -------------------------- Sidebar/ Read More Start ------------- */
.sidebar h2 {
	text-align: center;
}
.side-cover {
	text-align: center;
}
.title, .text {
	color: black;
	font-weight: 300;
}
.title {
	font-size: 1em;
}
.review {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid black;
}
.read-more {
	color: #29abe2;
	float: right;
	margin-top: -18px;
}
.read-link:hover .read-more, .read-link:hover .title {
	color: white;
}
.read {
	position: absolute;
	right: 0;
	bottom: -6px;
}
.splitright .title {
	display: inline-block;
	width: 100%;
	min-width: 195px;
}
/* -------------------------- Sidebar/ Read More End ------------- */

/* -------------------------- Recent Captures Start ------------- */
.recent-captures {
	width: 50%;
	float: left;
}
.recent-captures img {
	border: 1px solid black;
}
.recent-captures h1 {
	text-align: center;
	margin-bottom: 25px;
}
.recent-captures h3 {
	text-align: center;
	min-width: 100px;
	max-width: 120px;
	margin: 0 auto;
}
.capture-height {
	height: 200px;
}
.capture-height a:hover span {
	color: white;
}
/* -------------------------- Recent Captures End ------------- */

/* -------------------------- Create Reviews Start ------------- */
.big-title {
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.block {
	width: 100%;
	display: block;
}
.big-title h1 {
	font-size: 2em;
	color: #b3b3b3;
	margin-bottom: 50px;
}
.big-title h1 span {
	color: #29abe2;
}
.filter-form {
	margin: 0 auto;
	margin-bottom: 50px;
}
.search-label {
	color: #29abe2;
}
.game-search {
	margin: 10px auto 10px auto;
}
.by {
	margin-bottom: 5px;
	color: #29abe2;
}
.radio-label {
	display: inline-block;
	color: #29abe2;
}
form input[type=radio] {
	display: inline-block;
}
/* -------------------------- Create Reviews End ------------- */

/* -------------------------- Game Filters Start ------------- */
.left-sidebar {
	float: left;
	width: 20%;
}
.group {
	margin-bottom: 30px;
}
.group ul li {
	min-width: 155px;
}
.filter-title span {
	color: #29abe2;
	border-bottom: 2px solid #29abe2;
}
.filter-title {
	margin-bottom: 8px;
}
.checked a {
	color: #29abe2;
}
.checked a:hover {
	color: #b3b3b3;
}
.group a:hover {
	color: #b3b3b3;
}
/* -------------------------- Game Filters End ------------- */

/* -------------------------- Games List Start ------------- */
.list-wrapper {
	width: 80%;
	float: left;
	margin-bottom: 50px;
	position: relative;
}
.game.list {
	display: flex;
}
.list-row {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}
.list {
	border-bottom: 2px solid #b3b3b3;
}
.pages {
	position: absolute;
	bottom: -31px;
	left: 0;
}
.pages li {
	float: left;
}
.pages a {
	color: #b3b3b3;
	float: left;
	border: 2px solid #b3b3b3;
	margin-top: -2px;
	margin-right: -2px;
	padding: 5px 10px;
}
a.current-page {
	border: 2px solid #29abe2;
	position: relative;
	z-index: 10;
	color: #29abe2;
}
.pages a:hover {
	border-color: white;
	position: relative;
	z-index: 20;
	color: white;
}
.video-wrapper {
	position: relative;
}
.bottom {
	position: relative;
}
.top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}
.addreview {
	display: block;
	border: 1px solid #29abe2;
	padding: 2px;
	width: 100%;
}
.addreview:hover {
	border-color: white;
}

.addreview h5, .addreview span {
	color: #29abe2;
	font-weight: bold;
	text-align: center;
}
.addreview:hover h5, .addreview:hover span {
	color: white;
}
.addcapture {
	display: inline-block;
	border-top: 1px solid #666666;
	padding-top: 5px;
	margin-top: 5px;
}
.addcapture h5, .addcapture span {
	color: #29abe2;
	font-weight: bold;
}
.addcapture:hover h5, .addcapture:hover span {
	color: white;
}
/* -------------------------- Games List End ------------- */

/* --------------------------Ratings Stars ------------- */
.star-icon {
    color: #b3b3b3;
    font-size: 1.1em;
    position: relative;
}
.star-icon.full:before {
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
    color: #29abe2;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
}
.star-icon.half:before {
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
    color: #29abe2;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}
/* ----------------------- Rating Stars End ---------------------- */

.dropbtn {
    background-color: #29abe2;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #29abe2;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: #b3b3b3;
	color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #666666;
    color: white;
}
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #29abe2;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}
.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content1 a:hover {
	background-color: #b3b3b3;
	color: black;
}
.dropdown:hover .dropdown-content1 {
    display: block;
}
/* --------------------------- Media Queries --------------------------- */


@media only screen and (min-width: 1200px) {
	.dropdown {
		display: none;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.dropdown {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dropdown {
		display: none;
	}
	.home-captures {
		width: 100%;
	}
	.mobile-middle {
		margin: 25px 0;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
		padding: 25px 0;
	}
	.recent-captures {
		width: 100%;
	}
	.recent-cap-left {
		border-right: none;
		border-bottom: 2px solid black;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.recent-cap-right {
		padding-left: 0;
		padding-bottom: 12px;
	}
	.left-sidebar {
		width: 100%;
	}
	.group {
		text-align: center;
	}
	.three {
	    width: 33.33%;
	    float: left;
	}
	.list-wrapper {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	h3, h5, p {
		font-size: 1em;
		font-weight: 200;
	}
	.nav {
		display: none;
	}
	.more {
		display: none;
	}
	.tagline {
		width: 100%;
	}
	.base .mobile-wrap li {
		width: 50%;
	}
	.sidebar {
		width: calc(100% - 50px);
		float: left;
		margin: 0 25px 0 25px;
	}
	.sidebar h2 {
    text-align: left;
	}
	.large-left {
		width: calc(100% - 50px);
	}
	.mobile-wrap {
		width: 100%;
		display: inline-block;
	}
	.mobile-rows {
		margin-top: 25px;
		border-top: 2px solid black;
		padding-top: 25px;
	}
	.recent {
		width: 100%;
	}
	.recent-captures {
		width: 100%;
	}
	.left-half {
		border-right: none;
		border-bottom: 2px solid black;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.right-half {
		padding-left: 0;
		padding-bottom: 12px;
	}
	.left-sidebar {
		width: 100%;
	}
	.group {
		width: 100%;
		float: left;
		margin-bottom: 25px;
		text-align: center;
	}
	.three {
		width: 33.33%;
	}
	.filter-title {
		min-width: 155px;
	}
	.list-wrapper {
		width: 100%;
	}
	.mobile-list {
		margin-bottom: 25px;
	}
	.list-row {
		margin-bottom: 0;
	}
	.capture-rows {
		width: 50%;
		float: left;
	}
	.capture-covers .capture-rows:nth-of-type(3) {
		clear: both;
	}
	.game-covers .cover-wrap {
		width: 50%;
	}
	.mobile-covers {
		width: 100%;
	}
	.addreview h5 {
		font-size: 0.75em;
	}
	.large-left .box-cover {
		margin-bottom: 15px;
	}
	.box-cover h3 {
		font-size: 0.75em;
	}
	.home-captures {
		width: 100%;
	}
	.mobile-middle {
		margin: 25px 0;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
		padding: 25px 0;
	}
	.list-captures h5, .list-captures h3 {
		font-size: 0.75em;
	}
	.capture-covers li {
		width: 100%;
		margin-bottom: 25px;
	}
	.tabs li a {
		width: 50%;
		text-align: center;
		min-width: 156px;
	}
	/* ------- Dropdown ---- */
	.left {
	    align-items: center;
	    padding-bottom: 0;
	}
	.right div div a {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
		margin-right: 0;
		border: none;
		padding: 5px 0 5px 0;
	}
	.right h4 {
		color: #29abe2;
		font-size: .8em;
		font-weight: 100;
	}
	.logged-in {
		width: 100% !important;
	}
	form {
		float: left;
		clear: both;
	}
	form input[type=text] {
		color: white;
		text-align: center;
		width: 200px;
		background-color: transparent;
		padding: 5px 0 5px 0;
		border: 2px solid white;
		margin: 0 auto;
	}
	input[type=text]:focus {
	    outline: none;
	    border: 2px solid #b3b3b3;
	}
	::-webkit-input-placeholder {
	   color: black;
	   font-size: 1.1em;
	}
	:-moz-placeholder { /* Firefox 18- */
	   color: black;
	   font-size: 1.1em;
	}
	::-moz-placeholder {  /* Firefox 19+ */
	   color: black;
	   font-size: 1.1em;
	}
	:-ms-input-placeholder {  
	   color: black;
	   font-size: 1.1em;
	}
	.block input[type=text] {
		color: #29abe2;
		text-align: center;
		width: 198px;
		background-color: transparent;
		padding: 5px 0 5px 0;
		border: 2px solid #666666;
	}
	.block input[type=text]:focus {
	    outline: none;
	    border: 2px solid #29abe2;
	}
	.block .game-search {
		margin: 10px auto;
	}
	.block ::-webkit-input-placeholder {
	   color: #b3b3b3;
	   font-size: 1.1em;
	}
	.block :-moz-placeholder { /* Firefox 18- */
	   color: #b3b3b3;
	   font-size: 1.1em;
	}
	.block ::-moz-placeholder {  /* Firefox 19+ */
	   color: #b3b3b3;
	   font-size: 1.1em;
	}
	.block :-ms-input-placeholder {  
	   color: #b3b3b3;
	   font-size: 1.1em;
	}
}
@media only screen and (max-width: 500px) {
	.mobile-caps {
		width: 100%;
	}
	.right-cap {
		margin-top: 20px;
		padding-top: 20px;
		margin-bottom: -10px;
	}
}
@media only screen and (max-width: 400px) {
	.middle a img {
	    width: 80%;
	}
	.split {
		width: 100%;
	}
	.base .mobile-wrap li {
		width: 100%;
	}
	.game-covers .cover-wrap {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.three {
		width: 100%;
	}
	.capture-rows {
		width: 100%;
	}
}