/*
Theme Name: United Front Gaming
Author: 801red
Author URI: http://www.801red.com
*/

/* IMPORTS */
@import url(css/slimbox2.css);
@import url(css/reset.css);
@import url(css/balloon.css);

/* COLOR SELECTORS*/
.white { color:#FFF; }
.black { color:#000; }
.light-gray { color:#B2B2B2; }
.gray { color:#666; }
.red { color:#BF1313; }
.bg-color { background-color:#000; }
*[class*="bg-"] { color:#FFF; }
.microsoft { fill:#107B13; }
.sony { fill:#0C66CB; }
.nintendo { fill:#000000; }
.handhelds { fill:#5914CD; }
.pc { fill:#75B8E3; }
.tabletop { fill:#FF6700; }
a.platform-color { text-decoration:none; }
a.platform-color.microsoft { color:#107B13; }
a.platform-color.sony { color:#0C66CB; }
a.platform-color.nintendo { color:#000000; }
a.platform-color.handhelds { color:#5914CD; }
a.platform-color.pc { color:#75B8E3; }
a.platform-color.tabletop { color:#FF6700; }


/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

/* CLEAR FIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* BASIC SETUP */
body {
	font: 14px acumin-pro, Helvetica, Arial, sans-serif;
	color: #646464;
	background-color:#A21400;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 12px;
	padding:0;
}
h1, h1 a {
	font-size: 42px;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color:#666;
}
.slide h1 {
	font-weight:700;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	text-transform:none;
}
.title h1 { line-height:30px; }
h2, h2 a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration:none;
	color:#000;
}
.single article.review h2 { margin-bottom:20px; max-width:70%; }
.title {
	padding-bottom:10px;
	color:#666;
	border-bottom:solid 1px #666;
	position:relative;
	margin-bottom:20px;
}
.title.red {
	color:#BF1313;
	border-bottom:solid 1px #BF1313;
}
h3 {
	font-size: 24px;
	font-weight: 300;
	color: #646464;
	line-height: 30px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	color: #bf1313;
}
h5 {
	font-weight: 300;
	text-transform:uppercase;
}
h6 {
	font-weight: 700;
}

/* Text elements */
p {
}
p, li {
	line-height:20px;
}
strong { font-weight:700; }
em { font-style:italic; }
p:last-child {
	margin-bottom:0;
}
a {
	outline:none;
}
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
	color: #FFF;
	text-decoration: none;
}
article a, #respond a,
.prev-next-posts a {
	color:#BF1313;
	font-weight:700;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}

/* TABLES */
table { width:100%; }
.table {
	display:table;
	width:100%;
}
.table-cell {
	display:table-cell;
}
tr { height:40px; }
th { vertical-align:middle; text-align:right; padding:0 10px; }
td:first-child { width:35%; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	


/* FORMS */
header .search-form {
	display:inline;
	position:relative;
}
header .searchbox {
	background-color: #FFF;
	border:none;
	width:250px;
	padding:6px;
	color: #000;
	height: 22px;
	vertical-align: middle;
	margin-left: 20px;
    -webkit-appearance: none;	
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}
header a.search {
	position:absolute;
	right:10px;
	color:#666;
	top:50%;
	transform:translateY(-50%);
}
input, textarea {
	border:solid 1px #666;
	width:100%;
	padding:6px;
}
input.radio { width:auto; }
.wpcf7-submit {
	background-color: #02a297;
	border: medium none;
	color: #fff;
	display: block;
	float: right;
	width: auto;
	margin: 20px 6px;
	text-transform: uppercase;
	padding: 6px 28px;
	cursor:pointer;
}


/* TAGS */
.block        { display: block        !important; }
.inline       { display: inline       !important; }
.inline-block { display: inline-block !important; }

.text-left   { text-align: left   !important; }
.text-center { text-align: center !important; }
.text-center ul { margin-left: 0; list-style-position:inside; }
.text-right  { text-align: right  !important; }

.hide{display:none;}
.show{display:block;}

.big { font-size: 125%; }
.small { font-size: 75%; }
.caps { text-transform:uppercase; }
.rounded {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.round {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.border {
	border:1px solid #000;
}
.boxShadow {
	box-shadow: 0 1px 0 #E6E6E6;
	border-bottom: 1px solid #999999;
}
.textShadow {
	text-shadow: 0 0 6px #054172;
}
.shadow {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=5, Color='#999999');
}
.grayscale {
	-webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.menu-toggle { display:none; }
.borderBottom {
	border-bottom:solid 1px #999;
	padding-bottom:20px;
	margin-bottom:20px;
}
.fade {
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	opacity:1;
}
.fade:hover {
	opacity:0.8;
}
.relative {	position:relative; }
.absolute {	position:absolute; }
.middle { position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display:block; }
/*Remove transform position: relative; top: 0; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; display:block; */
.no-margin { margin:0; }
.none { padding:0; margin:0; list-style-type:none; }
.masonry { /* Masonry container */
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.masonry > div, .masonry > article { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
	-webkit-column-break-inside: avoid; 
	page-break-inside: avoid; 
	break-inside: avoid;
}
.default-image {
	width:100px;
	height:100px;
	background-color:#0E4E96;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	font-size:16px;
	color:rgba(255,255,255,.8);
	text-align:center;
	font-weight:700;
	padding-top:30px;
}
.default-image:before {
	content: "Picture Not Available";
}
.background-image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */
 
.grid { max-width:1060px; margin:0 auto; }

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.flex-container.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.flex-container.half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
}




/* TABS */
.recent-articles ul.tabs { width:100%; border-bottom:solid 1px #BF1313; }
.recent-articles ul.tabs.left{ text-align:left; }
ul.tabs li {
	list-style-type:none;
	display:inline-block;
	*display:inline;/*IE ONLY*/
}
.recent-articles ul.tabs li {
	margin-right:40px;
	padding-bottom:10px;
}
.recent-articles ul.tabs li a {
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #b2b2b2;
}
.recent-articles ul.tabs li a:hover,
.recent-articles ul.tabs li.current a {
	color: #BF1313;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.recent-articles .tab-content {
	clear:both;
	padding:20px 0 0;
	margin:0 0 40px 0;
}



/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */
header {
}
header .subhead {
	background-color:#B2B2B2;
}
header .subhead .grid {
	height:30px;
	-moz-justify-content:space-between;
	justify-content:space-between;
	-moz-align-items:center;
	align-items:center;
}
header .header-nav {
	background-color:#FFF;
	border-bottom:solid 1px #B2B2B2;
}
header .header-nav.fixed {
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
}
header .header-nav .grid {
	height:60px;
}
.logo {
	background-image: url(images/United-Front-Gaming-logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	float: left;
	height: 100%;
	width: 250px;
	text-indent: -9999px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
header .header-nav.fixed .logo {
	background-image: url(images/United-Front-Gaming-logo-shield.svg);
	width:30px;
}

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

nav ul {
	margin:0; padding:0; list-style-type:none;
	display:inline-block;
}
nav ul li {
	display:inline-block;
	margin-right:10px;
}
nav ul li:last-child {
	margin-right:0;
}
nav ul li a {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	display: block;
	padding:0 4px;
}
.header-nav .secondary {
	float:right;
	height:100%;
}
.secondary ul {
	height:100%;
}
.secondary ul li {
	height:100%;
}
.secondary ul li a {
	line-height:60px;
}
.platforms-nav {
	border-right:solid 1px #B2B2B2;
	padding-right:10px;
	margin-right:10px;
}
footer .platforms-nav {
	border-right:none;
	padding-right:0;
	margin-right:0;
}
.platforms-nav a { color:#BF1313; }
.pages-nav li:last-child a { background-color:#BF1313; color:#FFF; line-height:22px; padding:0 15px; }
footer .pages-nav li:last-child a { background-color:#FFF; color:#BF1313; }
.footer-nav { text-align:center; }
.footer-nav nav ul li {
	display:inline-block;
	margin:0 10px;
}
.footer-nav nav ul li a { color:#FFF; }


/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
    max-width: 27%;
}
aside ul { margin:0; padding:0; list-style-type:none; }
aside > ul > li { margin-bottom:40px; }
.list-item {
	padding:6px 10px;
	color:#666666;
	font-weight:700;
    width: 100%;
}
.list-item:nth-child(odd) {
	background-color:#E5E5E5;
}
.list-item > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
}
aside .list-item a {
	color:#666666;
	text-decoration:none;
}
.release-date { text-align: right; }
.coming-soon { position:relative; }
.sort-categories { position:absolute; right:0; top:3px; }
.sort-categories svg {
	display:inline-block;
	margin-left:4px;
	width:14px;
}
.sort-categories .small-shield {
}

/* WIDGETS */
input#mce-EMAIL.email {
}

/* PLUGINS */
.wpvl_auto_thumb_box,
.video_lightbox_auto_anchor_image {
	height: auto;
	position: relative;
	width: 100%;
}
.wpvl_auto_thumb_play {
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	width:50px;
	height:50px;
}


/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

/* SLIDESHOW */
.bx-wrapper {
	max-width:1060px;
	margin:0 auto 35px;
}
.slideshow {
	margin:0;
	padding:0;
}
.slideshow, .slide {
	height:530px;
	visibility:hidden;
}
.slide a {
	position:absolute;
	height:100%;
	width:100%;
	left:0; top:0;
}
.slide::after {
	position:absolute;
	height:160px;
	width:100%;
	content:'';
	bottom:0; left:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.slide-content {
	position:absolute;
	bottom:0; left:0;
	width:100%;
	padding:20px;
	z-index:99;
}
.fancy .slide-content { width:70%; }
#bx-pager {
	position:absolute;
	right:0;
	top:0;
	width:30%;
	height:100%;
	z-index:99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-flow: column wrap;
	    flex-flow: column wrap;
	-ms-flex-line-pack: center;
	    align-content: center
}
#bx-pager .pager {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	display: block;
	text-decoration: none;
	width: 100%;
	margin-bottom: 1%;
	background-color: rgba(0,0,0,.8);
	padding: 15px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#bx-pager .pager:last-child {
	margin-bottom:0;
}
#bx-pager .pager:hover {
	text-shadow:0 0 10px rgba(255,255,255,1);
}
.bx-controls {
	position:absolute;
	top:50%; right:0;
	height:108px;
	transform:translateY(-56px);
	width:5%;
	text-align:center;
	z-index:999;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-pager-item { width:100%; }
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color:rgba(255,255,255,.6);
	display: block;
	height: 20px;
	margin: 5px auto;
	outline: 0 none;
	text-indent: -9999px;
	width: 20px;
}
.bx-pager-item a.bx-pager-link.active {
	background-color:rgba(255,255,255,1);
}
.featured {
	position:relative;
	margin-bottom:35px;
}




/* CONTENT */
.main-body {
	padding:35px 0 70px;
	background-color:#FFF;
}
.main-body.fixed {
	padding-top:95px;
}
.content-main {
	padding:15px 0;
}
.column-content-main { 
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    max-width: 68%;
    position:relative;
}
.content-column { position:relative; }
.recent-articles { clear:both; }
.column-content-main .title.large { margin-bottom:40px; }
.column-content-main .title.large h1 { display:inline; margin:0; line-height:50px; }
.content .excerpt { margin-bottom: 20px;}


/* POST */
.date, .read-more {
	font-size: 10px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666666;
	background-color: #E5E5E5;
	display: block;
	padding: 4px 20px;
	margin: 0;
	text-decoration: none;
	width: 150px;
	text-align: center;
}
.tab-content .date { margin-top: 20px; }
.author { margin: 0; }
.media-article .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
}
.media-article-large .image,
.media-article-large .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
	position:relative;
}
.media-article .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
	position:relative;
}
.fluid-width-video-wrapper { margin:20px 0; }
.single-editorial .column-content-main .date {
	left:0;
	top:50px;
	bottom:auto;
}
.single-post .recent-articles { margin-top:40px; }
.single-post .tabs { margin-bottom:20px; }




/* REVIEWS */
.media-article-large .date,
.media-article-large .read-more {
	left:50%; bottom:20px;
}
.media-article-large svg.small-shield.review {
	display:inline-block;
	width:43px;
	height:52px;
	position:absolute;
	top:0; left:0;
	z-index:89;
}
.media-article-large svg.small-shield.review .review {
	fill:#BF1313;
	stroke:#FFF;
}
.media-article-large .score {
	width:43px;
	height:45px;
	position:absolute;
	top:0; left:0;
	z-index:9;
	text-align:center;
	font-weight:700;
	color:#FFF;
	padding:10px 0;
}
.media-article-large .score:after {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.5 18" ><path d="M274.23,388.75v8.87a7.06,7.06,0,1,0,14.12,0v-8.87Z" transform="translate(-274.23 -388.75)" fill="%23BF1313" stroke="%23FFF" /></svg>');
    width: 43px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.single-review .date {
	left:auto;
	right:0;
	bottom:auto;
	top:0;
}
.details {
	position:relative;
	padding-bottom:40px;
}
.review .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%;
	position:relative;
}
.review .content-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    max-width: 68%;
	position:relative;
}
.review .details .score {
    position: relative;
    z-index: 9;
	text-align:center;
	padding:20px 0 0;
	color:#646464;
	font-weight:700;
	font-size:38px;
    line-height: 46px;
    width: 92px;
}
.review .details .score:after{
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.62 16.44"><path d="M0,0V8.87a7.06,7.06,0,1,0,14.12,0h0V0Z" transform="translate(0.25 0.25)" fill="%23fff" stroke="%23646464" stroke-miterlimit="10" stroke-width="0.5"/></svg>');
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
}
.details .developer-details {
	padding:20px 0;
	font-weight:700;
	font-size:12px;
	color:#646464;
    position: relative;
}
.details .developer-details span {
	color:#BEBEBE;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
	position:relative;
	margin-bottom:6px;
	display:inline-block;
}
.details .developer-details span:nth-child(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
	position:relative;
	color:#646464;
}
.details .developer-details span li { display:inline; }
.details .developer-details span li::after { content:', '; }
.details .developer-details span li:last-child::after { content:''; }
.score-box { margin-top:40px; }
.review .score-box p { margin:0; display:inline-block; }
.review .score-box .score-type { color:#FFF; }
.review .score-box .score-value { text-align:right; color:#FFF; font-size:18px; }
.review .score-box .score-details { padding:10px 10px 20px; }
.score .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    background-color:#bf1313; }



/* PLATFORM PAGE */
svg.game-shield {
	display:inline-block;
	margin-right:10px;
	width:28px;
}
.platform aside .platform-color h2.title { padding:6px 10px; color:#FFF; border-bottom:none; }
.platform aside .platform-color span { position:absolute; right:10px; bottom:2px; font-size:8px; }
.platform.microsoft aside .platform-color h2.title { background-color:#107B13; }
.platform.sony aside .platform-color h2.title { background-color:#0C66CB; }
.platform.nintendo aside .platform-color h2.title { background-color:#000000; }
.platform.handhelds aside .platform-color h2.title { background-color:#5914CD; }
.platform.pc aside .platform-color h2.title { background-color:#75B8E3; }
.platform.tabletop aside .platform-color h2.title { background-color:#FF6700; }



/* AUTHOR PAGE */
.avatar {
	display:inline-block;
	margin-right:10px;
	width:34px;
}
.bio {
	margin-bottom:20px;
	padding-bottom:20px;
}
.bio .social i {
	margin-right:6px;
	font-size:13px;
}
.bio .social a {
	text-decoration:none;
	font-size: 11px;
	font-weight: 700;
	padding: 0 4px;
	text-transform: uppercase;
}



/* GAME */
.single-game .main-body {
	padding:0;
}
.single-game .main-body.fixed {
	padding:60px 0 0;
}
.beauty-shot-game {
	height:300px;
	position:relative;
	margin-bottom:20px;
}
.beauty-shot-game::after {
	background-color:rgba(0,0,0,.6);
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
}
.beauty-shot-game .title {
	color:#FFF;
	position:absolute;
	z-index:99;
	bottom:0;
	left:0; right:0;
	padding:20px 0;
	max-width:1060px;
	margin:auto;
	justify-content:space-between;
	align-items:flex-end;
}
.beauty-shot-game .title h1,
.beauty-shot-game .title h2 {
	margin:0;
	color:#FFF;
}
.beauty-shot-game .title h1 {
	line-height:42px;
}
.beauty-shot-game .title h2 {
}
.single-game .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    max-width: 18%;
}
.single-game .content-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
    max-width: 78%;
}
.single-game .content-column .content article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
}
.single-game .content-column aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 34%;
}
.single-game .recent-articles { margin-top:80px; float:left; width:100%; }



/* GAMES */
.games-list .sort-categories { bottom:10px; top:auto; }
.isotope-block {
	margin:0 auto;
	width:100% !important;
}
.media-article-large {
	height:265px;
	float:left;
	width:48%;
	margin-right:4%;
	position:relative;
}
.media-article-large:nth-child(even) {
	margin-right:0;
}
.element-item.media-article-large {
	margin-right:0;
}

ul.select-group {
	list-style-type:none;
	text-align:center;
	line-height:16px;
}
ul.select-group li {
	display:inline-block;
}
ul.select-group li a {
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	text-decoration:none;
	color:#646464;
}
ul.select-group li a:hover,
ul.select-group li a.is-checked {
	color:#bf1313;
}



/* COMING SOON */
.element-item.media-article-large {
}
.element-item.media-article-large:nth-child(3n) {
}



/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline { font-weight:700; text-transform:uppercase; margin-bottom:20px;}
.byline span { float:right; }
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.page-link {
	border-top:solid 1px #CECECE;
	margin-top:20px;
	text-align:center;
	clear:both;
	padding:2%;
}
.page-link a {
	font-weight:700;
}
.previous, .next { display:inline; }
.previous { margin-right:10px; padding-right:10px; border-right:solid 1px #646464;  }
.previous i { margin-right:6px; }
.next i { margin-left:6px; }




/* SOCIAL ICONS */
.social {
	font-size:16px;
}
.social a {
	display:inline-block;
	text-align:center;
	color:#666666;
	margin-right:10px;
}



/* BUTTONS */
.button {
	background-color:#BE1E2D;
	color:#FFF;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:6px 10px;
}
.button.alm-load-more-btn {
	background-color:#BE1E2D;
}
.button.white {
	border:solid 1px #FFF;
	background-color:transparent;
}
.button-full {
	border:solid 1px #CCCCCC;
	padding:10px;
	width:100%;
	text-align:center;
	margin-top:20px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:700;
	display:block;
}

/* COMMENTS */
ol.commentlist{
    margin: 10px 5px;
    padding: 10px;
}
.commentlist .comment-body{
    padding: 10px;
    background: #EFEFEF;
    border: solid thin #DEDEDE;
    margin: 10px 0;
    position: relative;
}
.comment-body a.comment-reply-link{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #AEAEAE;
}
ol.commentlist li{
    list-style: none;
}
ol.commentlist li ul li {
	margin-left:40px;
}
ol.commentlist img.avatar{
    padding: 5px;
    background: #DEDEDE;
    border: solid thin #CECECE;
    float: left;
    display: block;
    margin: 15px;
    width: 32px;
    height: 32px;
}
ol.commentlist .comment-author{
    line-height: 25px;
}
.comment-body cite.fn{
    font-size: 14px;
    font-style: normal;
}
.commentmetadata a{
    margin: 0;
    font-size: 11px;
    color: #999;
}
.comment-body p{
    margin: 5px;
}
.comment-body .comment-author.vcard{
    margin: 0;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */
footer { padding:0 0 20px; }
.cta {
	background-color: #BF1313;
	height: 45px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
}
.cta .social {
	float:none;
	max-width:1060px;
	margin:auto;
	text-align:center;
}
.cta .social a {
	color:#FFF;
	margin:0 0 0 10px;
}
footer .logo {
	background-image: url(images/United-Front-Gaming-logo-footer.svg);
	background-position: center center;
	float: none;
	height: 117px;
	width: 190px;
	margin:auto;
	display:block;
}


/* COLOPHON */
.colophon {
	font-size:10px;
	padding:20px 0;
	border-top:solid 1px #BF1313;
	text-align:center;
}
.colophon p, .colophon a {
	color:#BF1313;
	font-size: 10px;
	margin:0;
}

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1060px) {
	/* MAIN NAV RESPONSIVE */
	nav.secondary, .subhead  {
		display: none !important;
	}
	.flexnav {
		display:block;
	}
	.flexnav ul {
		display:block;
	}
	.platforms-nav {
		border-right:none;
		padding-right:0;
		margin-right:0;
	}
	.header-nav nav .platforms-nav a { color:#BF1313; }
	.header-nav nav .pages-nav li:last-child a { padding:0.96em 50px 0.96em 0.96em; }

	.grid, .beauty-shot-game .title { padding-left: 2em; padding-right: 2em; }
	.grid.fancy { padding:0; }

    .sort-categories { display: none;}
    .list-item, .release-date,
    .list-item > * {
        display: block;
        max-width: 100%;
        text-align: left;
    }
    .release-date { font-weight: 400; font-style: italic;}
    .media-article-large {
        width:100%;
        margin-right:0;
        height: auto;
    }
    .media-article-large .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        position:relative;
    }
    .media-article-large .content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
                flex: 0 0 70%;
        max-width: 70%;
        position:relative;
    }
    .media-article-large .score {
        top: auto;
        bottom: 0;
    }
}
@media all and (max-width: 900px) {
    .details .components {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
        margin-bottom: 40px;
    }
    .single-game .details,
    .single-game .content-column,
    .review .details,
    .review .content-column,
    .review aside,
    .review .column-content-main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .details .developer-details { padding: 0 20px; }
    .details .image { flex: 0; max-width: none; }
    .details .image img { max-width: 250px; margin: auto;}
    .review .details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
    }
    .review .details .score {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        font-size: 20px;
        line-height: 20px;
        width: 60px;
    }
}
@media all and (max-width: 768px) {
	#bx-pager { display:none; }
	.fancy .slide-content { width:100%; }
}
@media all and (max-width: 767px) {
    .content-main {
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    }
    .column-content-main {
        margin-bottom: 40px;
    }
    .flex-container.half,
    .single-game .details,
    .single-game .content-column,
    .single-game .content-column .content article,
    .single-game .content-column aside,
    aside, .column-content-main { 
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .media-article-large .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        position:relative;
    }
    .media-article-large .content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
                flex: 0 0 70%;
        max-width: 70%;
        position:relative;
    }
    .single-game .content-column .content article {
        margin-bottom: 40px;
    }
    .media-article-large .score {
        top:0;
        bottom: auto;
    }
}
@media all and (max-width: 500px) {
	.flexnav {
		max-width: 100% !important;
	}
    .logo {
        width: 200px;
    }
    .slideshow, .slide {
        height: 400px;
    }
    .recent-articles ul.tabs li {
        margin:0;
        display: block;
        padding: 10px;
        background-color: #E5E5E5;
    }
    .column-content-main .title.large h2 { padding:10px 0 0 44px }
    .media-article .image,
    .media-article-large .content,
    .media-article-large .image,
    .media-article .content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        position:relative;
    }
    .media-article .image,
    .media-article-large .image {
        margin-bottom: 20px;
    }
    .media-article-large .content,
    .media-article-large .image {
        text-align: center;
    }
    .media-article-large .date,
    .media-article-large .read-more {
        margin: auto;
    }
    .media-article-large .score {
        top:0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
    }
    article {
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    }
    .review .details,
    .details .components { display: block; }
    .details .developer-details { padding: 20px 0; }
    
}
@media all and (max-width: 340px) {
}
@media only screen 
and (max-device-width: 1060px) {
    header .header-nav.fixed {
        position:relative;
    }
    .main-body.fixed { padding-top:0; }
    
    /* Video popup fix */
    .pp_pic_holder.pp_default {
        left: 0 !important;
        max-width: 80% !important;
        right: 0 !important;
        margin: auto !important;
        overflow: visible !important;
    }
    .pp_pic_holder.pp_default iframe { width: 100%; }
}
