/*
Theme Name: VeteranGamers
Theme URI: https://www.veterangamers.co.uk
Author: Square One Media
Author URI: https://www.squareonemedia.co.uk
Description: Custom site theme designed by Square One Media for the Veteran Gamers.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: veterangamers
Tags: right-sidebar, custom-header, custom-menu, editor-style, featured-images, translation-ready
*/
 
/* Custom Skeleton */
 
.container {
    max-width: 1320px;
}
 
@media (max-width: 400px) {
    .container {
        padding: 0 10px;
    }
}
 
section {
    padding: 0;
}
 
body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: 'Montserrat', sans-serif;
}
 
input[type="submit"] {
    color: #fff;
    background-color: #cd201f;
    border-color: transparent;
}
 
input[type="submit"]:focus,
input[type="submit"]:hover {
    color: #fff;
    background-color: #1b3a5c;
    border-color: transparent;
    -webkit-transition: background-color .35s;
    -moz-transition: background-color .35s;
    -ms-transition: background-color .35s;
    transition: background-color .35s;
}
 
textarea {
    resize: vertical;
    max-width: 100%;
}
 
 
/* Custom Skeleton */
 
 
/* Utility */
 
.screen-reader-text {
    display: none;
}
 
.title-row {
    background-color: #bbbbbb;
}
 
.title-box {
    display: block;
    margin-top: 0;
    background-color: #cd201f;
    max-width: 130px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
 
.title-box h2 {
    color: white;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
 
.hor-center {
    margin: 0 auto;
}
 
.vert-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
 
.abs-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*overflow: auto*/
}
 
.right {
    left: auto;
    right: 0;
    text-align: right;
}
 
.left {
    right: auto;
    left: 0;
    text-align: left;
}
 
.test-class {
    width: 400px;
    height: 200px;
    background-color: blue;
}
 
.material {
    background: #fff;
    border-radius: 2px;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 96%;
    padding: 10px;
    border: 1px solid #dddddd;
    margin: 0 auto;
}
 
.material-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
}
 
.material-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
 
.center-text {
    text-align: center;
}
 
.som-resp {
    max-width: 100%;
    height: auto;
}
 
section.only-img {
    padding: 50px 0;
}
 
/* Mobile */
 
@media (min-width: 1200px) {
    .material-2:hover,
    .material-2:active {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        cursor: pointer;
    }
}

a {
    text-decoration: none;
}
 
 
/* Utility */
 
 
/********************** Header **********************/
 
header {
    margin-bottom: 100px;
}
 
@media (max-width: 1500px) {
    header {
        margin-bottom: 90px;
    }
}
 
@media (max-width: 1250px) {
    header {
        margin-bottom: 100px;
    }
}
 
@media (max-width: 800px) {
    header {
        margin-bottom: 45px;
    }
}
 
body.admin-bar header {
    margin-top: 0px!important;
}
 
body.admin-bar #menu-bar {
    top: 32px!important;
}
 
@media screen and ( max-width: 782px) {
    body.admin-bar #menu-bar {
        top: 46px!important;
    }
    body.admin-bar header {
        margin-top: 0px!important;
    }
}
 
@media screen and ( max-width: 600px) {
    body.admin-bar #menu-bar {
        top: 0px!important;
    }
    body.admin-bar header {
        margin-top: -46px!important;
    }
}
 
 
/*
    html { margin-top: 32px !important; }
    * html body { margin-top: 32px !important; }
    @media screen and ( max-width: 782px ) {
        html { margin-top: 46px !important; }
        * html body { margin-top: 46px !important; }
    }
*/
 
#menu-bar {
    width: 100%;
    position: fixed;
    background-color: #000;
    min-height: 80px;
    box-sizing: border-box;
    padding: 5px 50px 5px 50px;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: margin .35s;
    -moz-transition: margin .35s;
    transition: margin .35s;
    -webkit-transform: translateZ(0);
}
 
#header-div {
    height: 90px;
    line-height: 90px;
    float: left;
    display: inline-block;
}
 
#logo-div {
    margin-left: 30px;
}
 
#logo-div img {
    position: relative;
    height: 85px;
    width: auto;
    float: left;
    padding-top: 5px;
}
 
#header-div h1 {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin-left: 30px;
}
 
#header-div a {
    text-decoration: none;
}
 
#header-div h1 {
    display: inline;
}
 
#header-div span {
    height: 0;
    line-height: 0;
    font-size: 18px;
    color: #fff;
    display: block;
    margin-top: -20px;
    margin-left: 36px;
}
 
#header-div a span {
    color: white;
}
 
#menu-bar nav {
    position: relative;
    float: right;
    margin-right: 20px;
}
 
#menu-bar ul {
    font-size: 0;
    margin-bottom: -1px;
}
 
#menu-bar nav ul li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 80px;
    margin-bottom: 0;
}
 
#menu-bar nav a {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}
 
#menu-bar nav a:hover {
    color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
    background: #cd201f;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
 
#menu-icon {
    position: absolute;
    top: 8px;
    right: 6px;
    z-index: 5;
    display: none;
    cursor: pointer;
}
 
#menu-icon:focus {
    outline: none !important;
}
 
#menu-icon img:focus {
    outline: none !important;
}
 
.mobile-button {
    outline: none !important;
}
 
 
/*
.home #menu-bar a.home {
    color: #000;
    background: #cd201f;
}
 
.podcasts #menu-bar a.podcasts {
    color: #000;
    background: #cd201f;
}
 
.opinion #menu-bar a.opinion {
    color: #000;
    background: #cd201f;
}
 
.videos #menu-bar a.videos {
    color: #000;
    background: #cd201f;
}
 
.community #menu-bar a.community {
    color: #000;
    background: #cd201f;
}
*/
 
#menu-bar .current-menu-item a {
    color: #000!important;
    background: #cd201f;
}
 
.home .footer-menu-home a,
.page-template-podcasts .footer-menu-podcast a,
.category-podcast .footer-menu-podcast a,
.page-template-opinion .footer-menu-opinion a,
.category-opinion .footer-menu-opinion a,
.page-template-videos .footer-menu-video a,
.category-video .footer-menu-video a,
.page-template-community .footer-menu-community a,
.page-template-contact .footer-menu-contact a {
    color: #cd201f!important;
}
 
.page-template-podcasts .menu-podcast a,
.category-podcast .menu-podcast a,
.page-template-opinion .menu-opinion a,
.category-opinion .menu-opinion a,
.page-template-videos .menu-video a,
.category-video .menu-video a {
    color: #000!important;
    background: #cd201f!important;
}
 
.woocommerce-page #menu-bar #menu-item-139 a {
    color: #000!important;
    background: #cd201f!important;
}
 
.woocommerce-page #menu-bar #menu-item-139.current-menu-item a {
    color: #000!important;
    background: #cd201f!important;
}
 
.woocommerce-page #menu-item-138 a {
    color: #cd201f!important;
}
 
 
/********************** Content **********************/
 
 
/*
.content .twelve {
    background-color: yellow;
}
 
.content .left-col {
    background-color: red;
}
.content .right-col {
    background-color: black;
}
*/
 
.community .content {
    padding: 10px 0px;
}
 
.home .content {
    min-height: 380px;
    padding: 0px 0px;
}
 
.dk {
    background-color: #eee;
}
 
.content img {
    width: auto;
    height: auto;
    max-width: 96%;
    position: relative;
}
 
.content .sub-head {
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}
 
.content .desc {
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    padding: 20px 50px;
    box-sizing: border-box;
}
 
.post-single .desc[style],
.post-single .desc p[style],
.post-single .desc span[style],
.post-single .desc a[style] {
    font-family: 'Montserrat', sans-serif!important;
}
 
.content h2 {
    text-align: center;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}
 
.content h3 {
    text-align: center;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    margin-bottom: 20px;
}
 
.content .left-col {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
 
.content .right-col {
    float: right;
    width: 50%;
    position: relative;
}
 
.content .left-col {
    display: table;
    table-layout: fixed;
}
 
.content .right-col {
    display: table;
    table-layout: fixed;
}
 
.content .right-col,
.content .left-col {
    padding: 20px 0px;
    min-height: 380px;
    margin-bottom: 20px;
}
 
.content-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}
 
.bio-content .desc {
    font-weight: normal;
}
 
.content .main-title {
    padding-bottom: 10px;
}
 
.contact-text {
    margin-top: 80px;
}
 
.contact-form-area textarea {
    resize: none;
}
 
 
/* Mac */
 
@media (max-width: 1500px) {
    .content .sub-head {
        font-size: 24px;
    }
    .content h2 {
        font-size: 40px;
    }
    .content h3 {
        font-size: 32px;
    }
    .content .desc {
        font-size: 15px;
        padding: 20px 60px;
    }
    .content .right-col,
    .content .left-col {
        padding: 20px 0px;
        min-height: 300px;
        margin-bottom: 60px;
    }
}
 
@media (max-width: 1300px) {
    .content .right-col,
    .content .left-col {
        padding: 30px 0px;
        min-height: 320px;
    }
}
 
 
/* Tablet */
 
@media (max-width: 1050px) {
    .content {
        min-height: 350px;
        padding: 30px 0px;
    }
    .content img {
        margin-bottom: 0px;
        max-width: 96%;
        max-height: 250px;
    }
    .content .left-col,
    .content .right-col {
        float: none;
        width: 100%;
        max-height: 350px;
        min-height: 200px;
        padding: 30px 0px;
        margin-bottom: 0px;
    }
    .community .content .left-col,
    .community .content .right-col {
        float: none;
        width: 100%;
        min-height: 160px;
    }
    .content .sub-head {
        font-size: 20px;
    }
    .content h2 {
        font-size: 34px;
    }
    .content h3 {
        font-size: 28px;
    }
    .content .desc {
        font-size: 14px;
        padding: 20px 0px;
    }
    .left-col .content-wrap {
        position: relative;
        top: 0;
        left: 0;
    }
    .home .content {
        min-height: 300px;
        padding: 0px 0px;
    }
}
 
 
/* Tab/Mobile */
 
@media (max-width: 750px) {
    .content .desc {
        padding: 20px 50px;
    }
}
 
 
/* Mobile */
 
@media (max-width: 550px) {
    .contact-text {
        padding-bottom: 50px;
        margin-top: 0px;
    }
}
 
 
/* Mobile */
 
@media (max-width: 500px) {
    .content .desc {
        padding: 20px 20px;
    }
    #reply-title {
        padding-left: 10px;
    }
    .home .content {
        min-height: 300px;
        padding: 10px 0px;
    }
    .content .left-col,
    .content .right-col {
        min-height: 150px;
    }
}
 
.content .right-col,
.content .left-col {
    padding-bottom: 0!important;
}
 
 
/********************** Who **********************/
 
#who-section {
    background-color: #eee;
    /*margin-top: 60px;*/
}
 
#who-section .std-header {
    margin-bottom: 60px;
}
 
#who-section a {
    text-decoration: none;
    color: #222;
}
 
.col-3 img {
    max-width: 80%;
    -webkit-perspective: 1000;
    height: auto;
}
 
.col-3 {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    width: 33.3333333%;
    float: left;
    margin-bottom: 40px;
    min-width: 250px;
}
 
.col-3 div {
    min-height: 450px;
    max-height: 450px;
}
 
.left-col-3,
.mid-col-3,
.right-col-3 {}
 
.gamer-contact {
    margin-top: 10px;
}
 
.game-net {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 50px;
}
 
.game-net img {
    width: 25px;
    height: auto;
}
 
.game-net .fa-twitter-square {
    color: #55acee;
}
 
.game-net .fa-facebook-square {
    color: #3b5998;
}
 
 
/* Tablet */
 
@media (max-width: 1050px) {
    .col-3 {
        display: block;
        width: 70%;
        min-width: auto;
        float: none;
    }
    .game-net {
        width: 50%;
        display: block;
        text-align: left;
        padding: 0px 50px;
        margin: 0 auto;
    }
}
 
 
/* Small Tablet */
 
@media (max-width: 800px) {
    .col-3 {
        width: 100%;
    }
    .col-3 div {
        min-height: 180px;
        max-height: 180px;
    }
    .col-3 h3 {
        float: left;
        text-align: center;
        float: left;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .col-3 img {
        float: right;
        max-height: 160px;
        width: auto;
        max-width: 60%;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    .col-3 p {
        display: none;
    }
}
 
 
/* Mobile */
 
@media (max-width: 400px) {
    .game-net {
        width: 80%;
        padding: 0px;
    }
    .col-3 div {
        min-height: 140px;
        max-height: 160px;
    }
    .col-3 img {
        max-height: 120px;
    }
    .col-3 h3 {
        font-size: 20px;
    }
}
 
 
/********************** Main **********************/
 
main {
    padding: 80px 0px;
}
 
@media (max-width: 1050px) {
    main.bio-main {
        padding-top: 30px;
        padding-bottom: 0;
    }
}
 
main .button {
    width: 100%;
    font-size: 12px;
}
 
.main-title {
    padding-bottom: 50px;
}
 
.main-heading {
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 30px;
    font-weight: bold;
}
 
@media (max-width: 550px) {
    .main-heading {
        font-size: 26px;
    }
    .main-title {
        padding-bottom: 50px;
    }
}
 
.main-title .content-search {
    width: 60%;
    min-height: 40px;
    margin: auto;
    padding: 10px 0px;
    text-align: center;
    float: left;
}
 
.search-results-page .main-title .content-search {
    width: 60%;
    min-height: 40px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
    float: none;
}
 
.main-title .content-search #s {
    width: 400px;
}
 
.main-title .archive-search {
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    width: 40%;
    float: left;
}
 
.main-title .archive-search select {
    width: 250px;
}
 
.post-box-wrap {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    width: 33%;
}

@media (max-width: 1200px) {
	.post-box-wrap {
	    width: 50%;
	}
}

@media (max-width: 750px) {
    .post-box-wrap {
        float: none;
        width: 100%;
        margin: 20px auto;
        display: block;
        padding: 0px;
    }
}

.post-box:hover {
    cursor: pointer;
}
 
.post-single .post-box:hover {
    cursor: auto;
}
 
.post-box:hover .button-primary {
    color: #FFF;
    background-color: #1b3a5c;
    border-color: transparent;
    -webkit-transition: background-color .35s;
    -moz-transition: background-color .35s;
    -ms-transition: background-color .35s;
    transition: background-color .35s;
}
 
.post-box {
    top: 0;
    left: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 550px;
    overflow: hidden;
    background: #eee;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 20px;
    padding-bottom: 56px;
}

@media (max-width: 1200px) {
	.post-box {
	    min-height: 560px;
	}
}

@media (max-width: 750px) {
    .post-box {
        min-height: auto;
    }
}
 
.post-box .bg-image {
    position: relative;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 48%;
}
 
.post-box .post-video {
    position: relative;
    width: 100%;
    height: 225px;
}
 
.post-box .video-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
 
.post-box a {
    text-decoration: none;
}
 
.post-box h3 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    color: black;
}
 
.desc h3 {
    padding: 0;
}
 
.desc .date {
    padding-bottom: 8px;
}
 
.desc .date,
.comment-span {
    display: block;
    font-weight: bold;
}
 
.comment-span {
    padding-top: 5px;
}
 
.post-box .desc {
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0px;
    color: black;
}
 
.post-box .button-primary {
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
}
 
.post-box img {
    max-width: 100%;
    height: auto;
}
 
.post-single img {
    max-width: 100%;
    height: auto;
}
 
.button-primary.small {
    width: 100%;
    margin: 20px auto;
    max-width: 250px;
}
 
@media (max-width: 1200px) {
    .main-title .content-search {
        width: 100%;
    }
    .main-title .content-search {
        width: 100%;
        float: none;
        display: block;
    }
    .main-title .archive-search {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 0px;
    }
    .main-title .archive-search select {
        width: 300px;
    }
}
 
@media (max-width: 1050px) {
    .search-results-page .main-title .content-search {
        width: 100%;
        height: 40px;
        margin: 0 auto;
        padding: 20px 0px;
        text-align: center;
        float: none;
        display: block;
    }
    .main-title .content-search #s {
        width: 100%;
    }
    .content-search {
        width: 80%!important;
    }
    .main-title .archive-search {
        margin-top: 0px;
        padding: 10px 0px;
    }
}
 
@media (max-width: 750px) {
    .main-title .content-search #s {
        width: 100%;
    }
}
 
@media (max-width: 600px) {
    .content-search {
        width: 90%!important;
    }
}
 
@media (max-width: 500px) {
    .post-box {
        min-height: auto;
    }
    .post-box h3 {
        font-size: 18px;
        padding: 10px 0px 5px 0px;
    }
    .post-box .desc {
        font-size: 13px;
        padding: 0px 0px 5px 0px;
    }
    main {
        padding: 40px 0px;
    }
    .main-title .content-search #s {
        width: 100%;
    }
    .main-title .archive-search select {
        width: 200px;
    }
    .post-box .post-video {
        height: 200px;
    }
}
 
 
/********************** Singles **********************/
 
main .post-single {
    min-height: 1250px;
    padding: 20px 80px auto auto;
}
 
.single-post main {
    padding-top: 40px;
}
 
.single-wrap {
    margin-right: 320px;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-right: 20px;
    position: relative;
}
 
.post-single {
    width: 100%;
    box-sizing: border-box;
}
 
.sidebar {
    box-sizing: border-box;
    width: 320px;
    position: relative;
    right: 0;
    top: 0;
    padding: 10px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 20px;
}
 
.post-single,
.sidebar {
    float: left;
}
 
.testing {}
 
.post-single .bg-image {
    padding-top: 48%;
}
 
.post-single h3 {
    margin-bottom: 10px;
    margin-top: 15px;
}
 
.post-single .desc {
    padding-bottom: 20px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
 
.post-single .date {
    padding-bottom: 20px;
}
 
.podcast-audio {
    text-align: center;
    padding: 20px;
}
 
.podcast-single audio {
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
}
 
.post-pag-container span,
.podcast-audio span,
.video-wrap span {
    vertical-align: top;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
 
.podcast-audio span,
.video-container span {
    text-align: center;
}
 
.podcast-single audio {
    display: block;
}
 
 
/*
.podcast-single audio {
  display: none;
}
.podcast-single audio:not(*:root) {  Supports only WebKit browsers 
  display: block;
}
*/
 
.video-wrap {
    text-align: center;
}
 
.video-container {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    margin-bottom: 50px;
}
 
.video-container iframe {
    width: 600px;
    max-width: 100%;
    height: 350px;
}
 
.supsystic-social-sharing {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
 
.comments-section hr {
    border-color: #000;
    width: 70%;
}
 
.post-pag-wrap {
    padding: 14px 0px;
    box-sizing: border-box;
    background-color: #eee;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    max-width: 600px;
    margin: 50px auto 10px;
}
 
.post-pag-container {
    width: 49%;
    padding: 0px 8px;
    box-sizing: border-box;
    background-color: #eee;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    vertical-align: top;
    min-height: 50px;
}
 
.post-pag-container h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 0px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 0px;
}
 
.post-pag-container.prev {
    text-align: left;
    border-right: 1px solid #bbbbbb;
    margin-right: -1px;
}
 
.post-pag-container.next {
    text-align: right;
    margin-left: -2px;
}
 
.post-pag-container.prev h3 {
    text-align: left;
}
 
.post-pag-container.next h3 {
    text-align: right;
}
 
.tags-wrap {
    padding: 14px 0px;
    box-sizing: border-box;
    background-color: #eee;
    width: 100%;
    max-width: 600px;
    margin: 0px auto 30px;
}
 
.tags-wrap h3 {
    margin-top: 0px;
    border-bottom: 1px solid #bbbbbb;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
 
.tag-container {
    box-sizing: border-box;
    padding: 0px 8px;
    border-bottom: 1px solid #bbbbbb;
    text-align: left;
}
 
.the-tag a {
    display: inline-block;
    padding: 3px 5px;
    color: #ffffff!important;
    box-sizing: border-box;
    background-color: #cccccc;
    margin-right: 10px;
    margin-bottom: 10px;
}
 
.the-tag a:hover {
    background-color: #dddddd;
    text-decoration: none!important;
    color: #000000!important;
}
 
.post-single a {
    color: #cd201f;
}
 
.post-single a:hover {
    color: #000;
    text-decoration: underline;
}
 
.sidebar .content-search,
.sidebar .archive-search {
    text-align: center;
    padding: 15px;
}
 
.sidebar .content-search {
    margin-bottom: -25px;
}
 
.side-widget .searchform #s {
    width: 100%;
    max-width: 350px;
}
 
.sidebar .archive-search select {
    width: 100%;
    max-width: 230px;
}
 
.sidebar .top-list {
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
}
 
.sidebar .basket-widget .cart-small {
    font-family: 'Open Sans', sans-serif!important;
}
 
#searchsubmit {
    top: -1.5px;
    position: relative;
}
 
.top-list li {}
 
.side-widget {
    float: left;
    max-width: 100%;
    width: 320px;
    margin: 10px auto;
    overflow: hidden;
    background: #eee;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #dddddd;
}
 
.top-list h3 {
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
 
.side-widget ol {
    font-weight: bold;
}
 
.side-widget a {
    text-decoration: none;
    color: #000;
}
 
.side-widget a:hover {
    text-decoration: underline;
    color: #cd201f;
}
 
.sidebar::before,
.sidebar::after {
    content: "";
    display: table;
    clear: both;
}
 
.sidebar .side-widget:first-child {
    margin-top: 0;
}
 
 
/* Tablet (iPad) */
 
@media (max-width: 1050px) {
    .post-single,
    .sidebar {
        float: none;
        margin-left: 0px;
        position: relative;
    }
    .single-wrap {
        margin: 0 auto;
        padding-right: 0px;
    }
    .post-single {
        padding: 0px;
        width: 100%;
    }
    .sidebar {
        box-sizing: border-box;
        width: 100%;
        position: relative;
        min-height: 200px;
        padding: 0px;
        margin-top: 30px;
    }
    .side-widget {
        margin-bottom: 10px;
        margin-right: 20px;
        margin-left: 0;
        top: 0;
        left: 0;
        float: none;
        width: 95%;
    }
    main .post-single {
        min-height: 500px;
    }
    .sidebar .content-search {
        margin: 0 auto;
        margin-bottom: -25px;
    }
    .sidebar .side-widget:first-child {
        margin-top: 10px;
    }
}
 
@media (min-width: 1300px) {
    .post-single {
        image-rendering: -webkit-optimize-contrast;
    }
}
 
@media (max-width: 1200px) {
    .video-container iframe {
        width: 500px;
        max-width: 100%;
    }
}
 
 
/* Mobile */
 
@media (max-width: 750px) {
    .side-widget {
        width: 100%;
        text-align: center;
        margin: 10px auto;
        margin-bottom: 15px;
    }
    .post-single .desc {
        font-size: 14px;
    }
    .sidebar {
        margin-bottom: 50px;
    }
    .video-container iframe {
        height: 280px;
    }
}
 
 
/* Mobile */
 
@media (max-width: 500px) {
    .sidebar .content-search,
    .sidebar .archive-search {
        text-align: center;
        padding: 10px;
    }
    .sidebar .archive-search select {
        width: 100%;
        max-width: 180px;
    }
    .video-container iframe {
        height: 200px;
    }
    .tags-wrap h3 {
        padding-left: 8px;
    }
}
 
 
/********************** Community **********************/
 
.container-wrap {
    width: 100%;
    min-height: 650px;
}
 
.container-dark {
    background-color: #eeeeee;
}
 
.container-wrap .community {
    margin-top: 80px;
}
 
.wrapper {
    position: relative;
}
 
.community-text .desc {
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    padding: 40px 0px;
    box-sizing: border-box;
}
 
.community-text {
    height: 100px;
}
 
.community .content-wrap img {
    max-width: 90%;
}
 
 
/********************** Social **********************/
 
#social-section {
    padding-top: 130px;
    padding-bottom: 160px;
    /*border-bottom: 1px dashed #000;*/
    /*border-top: 1px dashed #000;*/
    background-color: #eee;
}
 
.std-header {
    margin-bottom: 20px;
    margin-top: 50px;
}
 
.std-header h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}
 
.social-full .social-box {
    width: 25%;
    height: 220px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    float: left;
    text-align: center;
    position: relative;
}
 
.social-full .social-wrap {
    height: 110px;
    width: 110px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 15px;
    border-style: solid;
    border-width: 3px;
}
 
.social-full .social-box a {
    display: block;
}
 
.social-full .social-wrap i {
    text-align: center;
    line-height: 110px;
}
 
.social-full .facebook-wrap {
    border-color: #3b5998;
}
 
.social-full .fa-facebook {
    padding-top: 2px;
    color: #3b5998;
}
 
.social-full .twitter-wrap {
    border-color: #55acee;
}
 
.social-full .fa-twitter {
    color: #55acee;
}
 
.social-full .twitch-wrap {
    border-color: #6441A5;
}
 
.social-full .fa-twitch {
    color: #6441A5;
    padding-top: 5px;
}
 
.social-full .youtube-wrap {
    border-color: #cd201f;
}
 
.social-full .fa-youtube {
    color: #cd201f;
}
 
.social-wrap:hover {
    -webkit-transition: background-color .35s;
    -moz-transition: background-color .35s;
    -ms-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s;
}
 
.social-full .facebook-wrap:hover {
    background-color: #3b5998;
}
 
.social-full .twitter-wrap:hover {
    background-color: #55acee;
}
 
.social-full .twitch-wrap:hover {
    background-color: #6441A5;
}
 
.social-full .youtube-wrap:hover {
    background-color: #cd201f;
}
 
.social-full .facebook-wrap:hover> .fa,
.social-full .twitter-wrap:hover> .fa,
.social-full .twitch-wrap:hover> .fa,
.social-full .youtube-wrap:hover> .fa {
    color: #fff;
}
 
@media (max-width: 1050px) {
    .social-full .social-box {
        height: 180px;
        width: 50%;
    }
}
 
@media (max-width: 400px) {
    .social-full .social-box {
        height: 120px;
    }
    .social-full .social-wrap {
        height: 80px;
        width: 80px;
        border-width: 2px;
    }
    .social-full .social-wrap i {
        line-height: 80px;
    }
}
 
@media (max-width: 300px) {
    .social-full .social-box {
        width: 100%;
    }
}
 
.social-small {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    height: 35px;
    margin-bottom: 40px;
}
 
.social-small .social-box {
    width: 25%;
    height: 40px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    float: left;
    text-align: center;
    position: relative;
}
 
.social-small .social-wrap {
    height: 40px;
    width: 40px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}
 
.social-small .social-box a {
    display: block;
}
 
.social-small .social-wrap i {
    text-align: center;
    line-height: 40px;
}
 
.social-small .fa-twitch {
    padding-top: 2px;
}
 
.social-small .fa-facebook {
    padding-top: 1px;
}
 
.social-small .facebook-wrap,
.social-small .twitter-wrap,
.social-small .twitch-wrap,
.social-small .youtube-wrap {
    border-color: #000;
}
 
.social-small .facebook-wrap:hover,
.social-small .twitter-wrap:hover,
.social-small .twitch-wrap:hover,
.social-small .youtube-wrap:hover {
    background-color: #cd201f;
    /*border-color: #cd201f;*/
}
 
.social-small .fa {
    color: #fff;
}
 
.social-small .facebook-wrap:hover> .fa,
.social-small .twitter-wrap:hover> .fa,
.social-small .twitch-wrap:hover> .fa,
.social-small .youtube-wrap:hover> .fa {
    color: #000;
}
 
 
/********************** Footer **********************/
 
footer {
    min-height: 400px;
    margin-top: 100px;
}
 
.footer-wrap {
    max-width: 100%;
    margin-left: 80px;
    margin-right: 80px;
    padding: 20px 0px;
    position: relative;
    height: auto;
    margin-bottom: 100px;
}

.footer-wrap a {
    text-decoration: none!important;
}

.footer-wrap a:hover,
.footer-wrap active {
    text-decoration: none!important;
}
 
.footer-item {
    min-height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #eee;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #dddddd;
    margin: 10px;
}
 
.footer-item img {
    display: block;
    float: left;
    margin-right: 30px;
    top: 15px;
    position: relative;
    width: 150px;
    max-width: 100%;
    height: auto;
    z-index: 1;
}
 
.footer-item.footer-m {
    display: table;
    vertical-align: middle;
}
 
.footer-item-img-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
 
.footer-item-img-wrap img {
    width: 100%;
    max-width: inherit;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    top: 0;
}
 
.footer-l {
    width: 30%;
    text-align: center;
}
 
.footer-m {
    width: 30%;
}
 
.footer-r {
    width: 30%;
    text-align: center;
}
 
.footer-r #searchform {
    position: relative;
    top: 20px;
    padding-bottom: 10px;
}
 
.footer-r .archive-search select {
    width: 220px;
    max-width: 100%;
}
 
.searchform #s,
.searchform select {
    margin-bottom: 10px;
    margin-right: 5px;
}
 
@media (max-width: 1500px) {
    .footer-l,
    .footer-m,
    .footer-r {
        width: 46%;
    }
    .footer-item {
        min-height: 200px;
    }
    .footer-r {
    	float: none;
    	margin: 10px auto;
    	top: 10px;
    }
}
 
@media (max-width: 1050px) {
    .footer-l,
    .footer-m,
    .footer-r {
        width: 80%;
        margin: 20px auto;
        float: none;
        top: 0;
    }
    .footer-wrap {
        margin-bottom: 40px;
    }
    footer {
        margin-top: 40px;
    }
}
 
@media (max-width: 900px) {
    .footer-l,
    .footer-m,
    .footer-r {
        width: 100%;
        margin: 20px auto;
    }
    .footer-item {
        min-height: 200px;
    }
    .footer-wrap {
        margin-left: 10px;
        margin-right: 10px;
    }
    .searchform #s {
        width: 50%;
    }
}
 
@media (max-width: 500px) {
    .searchform #s {
        width: 90%;
    }
    .footer-item {
        float: none;
        text-align: center;
    }
    .footer-wrap {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer-item img {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
 
@media (max-width: 310px) {
    .footer-text {
        width: 100%;
    }
}
 
img.shirt {
    width: 138px;
    height: auto;
}
 
.footer-item p {
    color: #000;
    display: block;
    top: 25px;
    position: relative;
}
 
.footer-bottom {
    /*background-color: #1b3a5c;*/
    background-color: #000;
    width: 100%;
    text-align: center;
    min-height: 150px;
    padding-top: 70px;
    padding-bottom: 45px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
 
.footer-bottom ul {
    list-style: none;
}
 
.footer-bottom a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
 
.footer-bottom a:hover {
    color: #cd201f;
    font-weight: bold;
}
 
.footer-nav {
    padding-bottom: 10px;
}
 
.footer-nav ul {
    font-size: 0px;
}
 
.footer-nav nav ul li {
    display: inline-block;
    padding: 0px 20px;
    font-size: 15px;
}
 
@media (max-width: 1050px) {
    .footer-nav nav ul li {
        padding: 0px 10px;
    }
}
 
@media (max-width: 700px) {
    .footer-nav nav ul li {
        padding: 0px 0px;
        display: block;
    }
    .footer-nav {
        padding-bottom: 20px;
    }
}
 
 
/********************** Search **********************/
 
.main-title .content-search.search-page {
    width: 60%;
    min-height: 40px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
    float: none;
}
 
.results {
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 40px;
    margin-top: 0px;
    font-weight: bold;
}
 
.search-query {
    font-style: italic;
}
 
.tag-query {
    font-style: italic;
}
 
.none-found {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 150px;
}
 
main.search-results-page {
    min-height: 500px;
}
 
.search-none {
    margin: 20px auto;
    width: 60%;
    text-align: center;
    font-size: 16px;
}
 
.search-none p {
    font-weight: bold;
}
 
.search-none .none-found {
    margin-bottom: 150px;
}
 
.search-none #s {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    margin-right: 10px;
}
 
@media (max-width: 1050px) {
    .search-none {
        width: 90%;
    }
    .search-none #s {
        margin: 20px auto;
    }
}
 
@media (max-width: 750px) {
    .results {
        font-size: 20px;
    }
}
 
 
/********************** Comments **********************/
 
.comments-area {
    max-width: 100%;
    width: 96%;
    margin: 0 auto;
}
 
.comment-respond {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
    min-width: 420px;
}
 
@media (max-width: 600px) {
    .comment-respond {
        max-width: 100%;
        min-width: 100%;
    }
}
 
.comments-title {
    text-align: left;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}
 
.comment-list {
    display: block;
    text-align: left;
    list-style: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 0px;
    padding: 0px;
}
 
.comment-list p {
    padding-top: 10px;
}
 
.comment-author img {}
 
.comment-author cite {
    font-size: 18px;
}
 
.says {
    display: none;
}
 
.comment-list> li {
    border-top: 3px solid black;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
 
.comment-list> li:last-child {
    border-bottom: 3px solid black;
}
 
.comment-list li li {
    list-style: none;
    border-top: 3px solid black;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
 
.comment-list .avatar {
    border: 1px solid black;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    height: 45px;
    width: 45px;
}
 
.reply {
    margin-top: -10px;
}
 
.comment-respond {
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
}
 
.comment-respond #comment {
    width: 500px;
    max-width: 100%;
    min-height: 120px;
}
 
.comment-respond input {
    width: 500px;
    max-width: 100%;
}
 
p.comment-form-url {
    display: none;
}
 
#reply-title {
    margin-left: -10px;
}
 
 
/********************** Media Queries **********************/
 
@media (max-width: 1500px) {
    #menu-bar nav li a {
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        padding: 10px;
    }
    #logo-div {
        margin-left: -30px;
    }
    #logo-div img {
        height: 60px;
        width: auto;
        float: left;
        padding-top: 10px;
    }
    #menu-bar nav {
        margin-right: -40px;
    }
    #header-div {
        height: 80px;
        line-height: 80px;
    }
    #menu-bar nav ul li {
        line-height: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
 
@media (max-width: 1250px) {
    #header-div {
        float: none;
        text-align: center;
        vertical-align: top;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    #header-div h1 {
        font-size: 26px;
        margin-right: 7px;
        margin-left: 10px;
    }
    #header-div,
    #header-div h1 {
        height: 50px;
        line-height: 50px;
    }
    #logo-div {
        margin-left: 0px;
        display: inline-block;
        float: none;
        text-align: center;
        vertical-align: top;
        padding-top: 0;
        margin-left: -40px;
        z-index: 5;
        position: relative;
    }
    #logo-div img {
        position: relative;
        float: none;
        height: 45px;
        width: auto;
        padding-top: 8px;
    }
    #menu-bar {
        width: 100%;
        height: auto;
        text-align: center;
    }
    #menu-bar nav {
        display: block;
        position: relative;
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
    }
    #menu-bar nav li a {
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        padding: 10px;
    }
    #menu-bar nav ul {
        height: 40px;
    }
    #menu-bar nav ul li,
    #menu-bar nav li a {
        height: 40px;
        line-height: 40px;
    }
    #header-div span {
        display: none;
    }
    #social-section {
        padding-top: 70px;
        padding-bottom: 110px;
    }
}
 
@media (max-width: 800px) {
    #header-div {
        float: left;
        text-align: center;
        vertical-align: middle;
        padding-top: 5px;
        margin-right: 0px;
        z-index: 5;
        position: relative;
    }
    #header-div h1 {
        margin-left: 10px;
        margin-right: 0px;
    }
    #header-div,
    #header-div h1 {
        height: 40px;
        line-height: 40px;
    }
    #logo-div {
        float: left;
        top: 0px;
        height: 35px;
    }
    #logo-div img {
        padding-top: 8px;
        height: 35px;
        width: auto;
    }
}
 
@media (max-width: 800px) {
    #menu-bar {
        height: auto;
        min-height: 35px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #header-div h1 {
        font-size: 24px;
    }
    #menu-icon {
        display: block;
    }
    #menu-bar nav {
        padding-top: 0;
        font-size: 0;
        width: 100%;
        position: relative;
    }
    #menu-bar nav ul {
        display: none;
        height: auto;
        padding: 0;
        margin-bottom: 5px;
        width: 100%;
    }
    #menu-bar nav ul li {
        padding: 0;
        margin-top: 5px;
    }
    #menu-bar nav li a {
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        padding: 10px;
    }
    #menu-bar nav ul li,
    #menu-bar nav li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        width: 100%;
        border-radius: 12px;
    }
    #menu-bar nav a:hover {
        background-color: #cd201f;
        color: #000;
    }
}
 
@media (max-width: 400px) {
    #header-div h1 {
        font-size: 20px;
    }
    .std-header h2 {
        font-size: 30px;
    }
}
 
@media (max-width: 300px) {
    #header-div h1 {
        margin-left: 5px;
        font-size: 16px;
    }
}
 
 
/********************** Slider **********************/
 
#sliding {
    margin-bottom: 70px;
    overflow: hidden;
}
 
.flexslider {
    overflow: hidden;
    max-height: 550px;
}
 
.slides {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
 
.featured-game {
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: sans-serif;
    height: auto;
    max-height: 550px;
    min-height: 550px;
    overflow: hidden;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
 
@media (min-width: 1050px) {
    .featured-game {
        image-rendering: -webkit-optimize-contrast;
    }
}
 
 
/*
.featured-game img {
    display: block;
    margin-top: -150px;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
*/
 
.slider-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 40px;
}

@media (max-width: 820px) {
    .slider-link {
        bottom: 0;
    }
}
 
 
/*
.featured-game:hover .button-primary {
  color: #FFF;
  background-color: #1b3a5c!important;
  border-color: transparent;
  -webkit-transition: background-color .35s;
  -moz-transition: background-color .35s;
  -ms-transition: background-color .35s;
  transition: background-color .35s; }
*/
 
.featured-game .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 30%;
    height: 100%;
    line-height: 18px;
    font-size: 14px;
    z-index: 2;
}
 
.caption-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: -1;
}
 
.caption h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
 
.featured-game .game-title {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    position: relative;
    top: 0; bottom: 0; left: 0; right: 0;
}
 
.featured-game a:visited {
    color: #fff;
}
 
.featured-game .playnow {
    text-align: center;
    text-decoration: none;
    background: #990000;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    z-index: 10;
    color: white;
    font-style: bold;
}
 
.caption p {
    word-spacing: 2px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.4;
}
 
.flex-control-paging li a {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8)
}
 
.flex-control-nav li {
    margin: 0 16px;
}
 
.caption .button-primary {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 50px;
    display: block;
}
 
.flex-direction-nav .flex-prev {
    left: 15px;
    top: 50%;
}
 
.flex-direction-nav .flex-next {
    right: 15px;
    top: 50%;
}

h3.slider-text-title {
	display: none;
}
 
@media (max-width: 1700px) {
    .featured-game img {
        margin-top: 0;
    }
}
 
@media (max-width: 1300px) {
    .featured-game {
        min-height: 400px;
    }
    .flexslider {
        overflow: hidden;
        max-height: 400px;
    }
    #social-section {
        margin-top: -10px;
    }
    .caption h3 {
        font-size: 22px;
    }
    .featured-game p {
        font-size: 15px;
    }
    #sliding {
        margin-bottom: 0;
    }
}
 
@media (max-width: 1000px) {
    .caption h3 {
        font-size: 20px;
        margin: 0;
    }
    .featured-game p {
        font-size: 14px;
    }
}
 
@media (max-width: 900px) {
    .caption .button-primary {
        display: none;
    }
}
 
@media (max-width: 820px) {
	.featured-game .game-title {
	    position: absolute;
	}
    .featured-game .caption {
        width: 100%;
        opacity: .7;
    }
    .featured-game .caption {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        opacity: 1;
        height: auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    }
    .caption-overlay {
        top: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.7;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: none;
    }
    .slides {
        margin-top: 0px;
    }
    .flex-control-nav li {
        margin: 0 10px;
        display: none;
    }
    .featured-game .slider-text-wrap {
    	position: absolute;
    	bottom: 0;
    	left: 15px;
    	right: 15px;
    }
    .caption h3 {
    	display: none;
    }
    h3.slider-text-title {
        display: block;
        margin-bottom: 10px;
    }
}
 
@media (max-width: 800px) {
    .featured-game,
    .flexslider {
        min-height: 280px;
        max-height: 280px;
    }
    .featured-game p {
 	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
    }
    /*.flex-direction-nav {
        top: 70px;
	position: absolute;
	left: 0;
	right: 0;    
    }*/
}
 
@media (max-width: 480px) {
    .featured-game,
    .flexslider {
        min-height: 300px;
        max-height: auto;
    }
    .flex-control-nav a {
        margin: -50px 0 0;
    }
    .flex-control-paging li a {
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }
    .caption h3 {
        font-size: 18px;
    }
    #sliding {
        margin-bottom: 10px;
    }
}
 
.flex-control-paging li a.flex-active {
    background: #cd201f;
    cursor: default;
    /*border: 1px solid rgba(0, 0, 0, 1.0);*/
}
 
.flexslider {}
 
.slides li {
    margin-bottom: 0px;
}
 
.slide> li:first-child {
    opacity: 1!important;
}

/************ Hamburger Menu ************/
 
.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
 
.c-hamburger:focus {
    outline: none;
}
 
.c-hamburger span {
    display: block;
    position: absolute;
    top: 16px;
    left: 5px;
    right: 5px;
    height: 3px;
    background-color: white;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white;
    content: "";
}
 
.c-hamburger span::before {
    top: -8px;
}
 
.c-hamburger span::after {
    bottom: -8px;
}
 
.c-hamburger--htx {
    background-color: #000;
}
 
.c-hamburger--htx span {
    transition: background 0s 0.2s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
}
 
.c-hamburger--htx span::before {
    transition-property: top, transform, background-color;
}
 
.c-hamburger--htx span::after {
    transition-property: bottom, transform, background-color;
}
 
 
/* active state, i.e. menu open */
 
.c-hamburger--htx.is-active {
    background-color: #000;
}
 
.c-hamburger--htx.is-active span {
    background: none;
}
 
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}
 
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.2s;
    background-color: red;
}
 
 
/*Hide checkbox*/
 
#menu-icon input[type=checkbox] {
    display: none;
    -webkit-appearance: none;
}
 
 
/*Show menu when invisible checkbox is checked*/
 
#menu-icon input[type=checkbox]:checked~ #menu-bar nav ul {
    display: block;
}
 
@media screen and (max-width: 700px) {
    /*Make dropdown links appear inline*/
    #java-menu ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    #java-menu li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    #java-menu ul li,
    #java-menu li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    #java-menu .show-menu {
        display: block;
    }
}
 
.pagination {
    padding: 50px 0px;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    font-weight: bold;
    box-sizing: border-box;
    word-spacing: 2rem;
}
 
.pagination a {
    color: #cd201f;
}
 
.pagination a:hover {
    text-decoration: none;
}
 
@media screen and (max-width: 700px) {
    .pagination {
        font-size: 18px;
        word-spacing: 0.9rem;
    }
}
 
#menu-bar .extralife a {
    color: #21b9de!important;
}
 
#menu-bar .extralife a:hover {
    color: #000000!important;
    background-color: #21b9de!important;
}
 
#menu-bar .extralife.current-menu-item a {
    color: #000000!important;
    background-color: #21b9de!important;
}
 
.footer-nav .extralife a {
    color: #21b9de!important;
}
 
.footer-nav .extralife a:hover {
    color: #21b9de!important;
}
 
input::-ms-input-placeholder {
    opacity: 1;
    color: #999999;
}
 
.flexslider .slides> li {
    display: none;
    position: relative!important;
    -webkit-backface-visibility: hidden!important;
}
 
 
/* Hide the slides before the JS is loaded. Avoids image jumping */
 
 
/* =WordPress Core
-------------------------------------------------------------- */
 
input,
select,
textarea {
    max-width: 100%;
}
 
textarea {
    resize: vertical;
}
 
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
 
 
/* Text meant only for screen readers. */
 
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
 
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-caption {
	display: block;
}

/* Post Classes: */
.sticky {}

.bypostauthor {}
 
/************ WooCommerce ************/
 
.woocommerce .product {
    font-family: 'Montserrat', sans-serif;
}
 
.onsale {
    background-color: #cd201f!important;
}
 
.woocommerce ul.products li.product .onsale {
    top: -.3em!important;
}
 
.woocommerce span.onsale {}
 
mark {
    background-color: transparent!important;
    font-weight: bold;
}
 
.woocommerce-account ul.digital-downloads li:before {
    /*  content: ''!important;*/
}
 
.product-download {
    width: 50%;
}
 
.product-download img {
    display: block;
}
 
.download-link-product-page {
    display: block;
}
 
.download-link-product-page:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
}
 
.myaccount_user a {
    font-weight: bold;
}
 
.woocommerce-page .post-box h3 {
    padding: 0!important;
    margin-bottom: 15px!important;
    font-size: 20px;
}
 
.woocommerce-result-count,
.woocommerce-ordering {
    display: block;
    float: none!important;
}
 
.footer-text .shop-now {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #FFF;
    background-color: #cd201f;
    border-color: transparent;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
 
.footer-text .shop-now:hover,
.footer-text .shop-now:focus {
    color: #FFF;
    background-color: #1b3a5c;
    border-color: transparent;
    -webkit-transition: background-color .35s;
    -moz-transition: background-color .35s;
    -ms-transition: background-color .35s;
    transition: background-color .35s;
}
 
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    background-color: #cd201f!important;
    width: auto!important;
    color: #fff!important;
    line-height: 36px!important;
    height: 36px!important;
    font-size: 12px!important;
    padding: 0 10px!important;
}
 
.woocommerce-page a.single_add_to_cart_button.button,
.woocommerce-page button.button.alt,
.button.product_type_variable.add_to_cart_button,
.woocommerce-page a.single_add_to_cart_button.button,
.woocommerce-page .button.wc-forward,
.woocommerce-page .button.wc-backward {
    line-height: 36px!important;
    height: 36px!important;
    background-color: #cd201f!important;
    width: auto!important;
    color: #fff!important;
    font-size: 12px!important;
    padding: 0 10px!important;
}
 
.woocommerce-page button.single_add_to_cart_button.button.alt {
    background-color: #cd201f!important;
    width: auto!important;
    font-size: 12px!important;
    padding: 0!important;
    padding: 0 10px!important;
}
 
.woocommerce-page button.button.alt:hover,
.button.product_type_variable.add_to_cart_button:hover,
.woocommerce-page a.single_add_to_cart_button.button:hover,
.footer-item .single_add_to_cart_button:hover,
.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce-page .button.wc-forward:hover,
.woocommerce-page .button.wc-backward:hover {
    background-color: #1b3a5c!important;
    border-color: transparent!important;
    -webkit-transition: background-color .35s!important;
    -moz-transition: background-color .35s!important;
    -ms-transition: background-color .35s!important;
    transition: background-color .35s!important;
}
 
.download-now.button.alt {
    background-color: #cd201f!important;
    margin-left: 80px!important;
    margin-right: auto!important;
    display: block!important;
    max-width: 200px;
    margin-bottom: 2em;
}
 
.woocommerce-page .place-order .button {
    width: 300px!important;
    max-width: 100%!important;
    font-size: 15px!important;
}
 
.woocommerce #respond input#submit:hover {
    background-color: #1b3a5c!important;
    border-color: transparent!important;
    -webkit-transition: background-color .35s!important;
    -moz-transition: background-color .35s!important;
    -ms-transition: background-color .35s!important;
    transition: background-color .35s!important;
}
 
.woocommerce-page u,
.woocommerce-page ins {
    text-decoration: none;
}
 
div.woocommerce input[type="submit"]:hover,
.checkout-button.button.alt.wc-forward:hover,
.button.wc-backward:hover {
    background-color: #1b3a5c!important;
    border-color: transparent!important;
    -webkit-transition: background-color .35s!important;
    -moz-transition: background-color .35s!important;
    -ms-transition: background-color .35s!important;
    transition: background-color .35s!important;
}
 
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    display: block;
    float: none!important;
}
 
.posted_in a {
    font-weight: bold;
}
 
del span.amount {
    color: #000!important;
    font-weight: bold;
}
 
ins span.amount {
    color: #cd201f!important;
    font-size: 110%;
}
 
.woocommerce-account.woocommerce-page ins span.amount {
    font-size: 100%!important;
}
 
.woocommerce .star-rating,
.woocommerce-page .star-rating {
    color: #e6c300!important;
}
 
.stars {
    display: inline-block;
}
 
.stars:hover span a,
.stars.selected span a {
    color: #e6c300!important;
}
 
.cart-small i {
    font-size: 20px;
}
 
.cart-small {
    text-align: center;
    box-sizing: border-box;
    min-width: 100px;
    border-radius: 5px;
    background-color: #eeeeee;
}
 
a.cart-contents {
    display: block;
    font-weight: bold;
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
}
 
a.cart-contents:hover {
    color: #cd201f;
}
 
.mini_cart_item {
    height: auto;
    overflow-y: hidden;
}
 
.mini_cart_item:hover {
    height: 100px!important;
    overflow-y: visible;
}
 
.woocommerce .wc-tabs-wrapper {
    /*background-color: #999999;*/
}
 
.related.products h2 {
    font-size: 24px;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: relative;
}
 
.shipping-calculator-button {
    position: relative;
    margin-right: 5px;
}
 
.shipping-calculator-button::after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0;
    right: -14px;
    opacity: 1;
    -webkit-transition: all, ease, .3s;
    -moz-transition: all, ease, .3s;
    transition: all, ease, .3s;
    -webkit-font-smoothing: antialiased;
}
 
.product-name {
    font-weight: bold;
}
 
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: lighter;
    display: block;
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all, ease, .3s;
    -moz-transition: all, ease, .3s;
    transition: all, ease, .3s;
    -webkit-font-smoothing: antialiased;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    opacity: 1;
    right: 1em;
}
 
@media (min-width: 768px) {
    .woocommerce-tabs ul.tabs {
        width: 30%;
        float: left;
        margin-right: 6%;
    }
    .woocommerce-tabs .panel {
        width: 67%;
        float: right;
        margin-right: 0;
        margin-top: 0;
        /*padding-left: 35%!important;
        box-sizing: border-box;*/
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        content: "\f105";
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
        content: "\f105";
    }
    .woocommerce-tabs::after {
        clear: both;
        content: "";
        display: table;
    }
}
 
.woocommerce-tabs ul.tabs li {
    display: block!important;
    margin: 0!important;
    border: none!important;
    padding: 0!important;
    border-radius: 0px!important;
}
 
.woocommerce-tabs ul.tabs li a {
    padding: 0!important;
    display: block!important;
    box-sizing: border-box!important;
    padding: 1em 1em!important;
}
 
.woocommerce-tabs ul.tabs li {
    margin-bottom: 0px!important;
    border-bottom: 1px solid #7a7a7a!important;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #eee!important;
    border-radius: 0px!important;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0!important;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: none!important;
    bottom: 0px!important;
    width: 0px!important;
    height: 0px!important;
    border-bottom: none!important;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #7a7a7a!important;
    box-shadow: none!important;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fff!important;
    margin-bottom: 0px!important;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    border-top: 1px solid #7a7a7a!important;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-bottom: 0px!important;
}
 
.woocommerce-info.wc-nonpurchasable-message {
    border-left: 0;
}
 
.woocommerce-noreviews,
p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.618em;
    background-color: #2679ce;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .618em solid rgba(0, 0, 0, .15);
}
 
.comment-form-comment textarea #comment {
    max-width: 100%;
    resize: vertical;
}
 
.single-product div.product table.variations td,
.single-product div.product table.variations th {
    padding: 0;
}
 
.woocommerce div.product td.label {
    width: 100%;
    display: list-item;
    list-style: none;
}
 
.woocommerce div.product form.cart .reset_variations {
    vertical-align: middle!important;
    font-size: 14px!important;
}
 
a.reset_variations {
    display: inline-block;
    font-weight: bold;
    color: #333333;
}
 
a.reset_variations:before {
    font-family: FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f05e";
    margin-right: 5px!important;
}
 
.woocommerce div.product td.value {
    display: block;
}
 
.woocommerce div.product form.cart .variations select {
    max-width: 100%!important;
    min-width: 100px!important;
    width: 50%!important;
    display: inline-block!important;
}
 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 0 10px!important;
}
 
 
/*
.woocommerce div.product .button {
    float: right!important;
}
*/
 
.woocommerce-variation-price {
    margin-bottom: 15px;
}
 
.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 26px!important;
    font-weight: bold;
}
 
div.woocommerce {
    font-family: 'Open Sans', sans-serif!important;
}
 
div.woocommerce h2 {
    font-size: 26px!important;
    font-weight: bold;
}
 
.woocommerce-page .post-box {
    font-family: 'Montserrat', sans-serif!important;
}
 
.woocommerce-tabs.wc-tabs-wrapper {
    font-family: 'Open Sans', sans-serif!important;
}
 
.woocommerce a.remove {
    border-radius: 0!important;
    height: auto!important;
}
 
@media (max-width: 768px) {
    .coupon input[type="submit"],
    .coupon input[type="text"],
    .shop_table.shop_table_responsive.cart td .button {
        display: block!important;
        float: none!important;
        margin-bottom: 5px!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}
 
@media (max-width: 550px) {
    select#type {
        width: 100%!important;
    }
    .reset_variations {
        width: 100%!important;
        text-align: center;
    }
}
 
.sku_wrapper {
    display: none!important;
}
 
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 28%!important;
}
 
@media (max-width: 768px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 45%!important;
    }
}
 
@media (max-width: 450px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 98%!important;
    }
}
 
div.pp_woocommerce .pp_close:before {
    z-index: 999;
    font-size: 30px;
}
 
div.pp_woocommerce .pp_hoverContainer {
    z-index: 888!important;
}
 
.supsystic-social-sharing.supsystic-social-sharing-spacing a {
    margin-right: 1em!important;
}
 
.supsystic-social-sharing.supsystic-social-sharing-spacing a:last-child {
    margin-right: 0!important;
}
 
.dpsp-networks-btns-wrapper li:last-child {
    margin-right: 0!important;
}
 
@media (min-width: 1050px) {
    .dpsp-share-text {
        text-align: center;
    }
}
 
@media (min-width: 1050px) {
    .dpsp-networks-btns-wrapper li {
        float: none!important;
        display: inline-block;
    }
}
 
.dpsp-networks-btns-wrapper {
    text-align: center!important;
}
 
#dpsp-content-bottom {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
 
#dpsp-content-bottom a:hover {
    text-decoration: none;
}
 
 
/* SALVATTORE */
 
@media (max-width: 750px) {
    #grid[data-columns]::before {
        content: '1 .grid-column.size-1of1';
    }
}
 
@media (min-width: 751px) and (max-width: 1199px) {
    #grid[data-columns]::before {
        content: '2 .grid-column.size-1of2';
    }
}
 
@media (min-width: 1200px) {
    #grid[data-columns]::before {
        content: '3 .grid-column.size-1of3';
    }
}

#grid::after {
    clear: both;
    display: table;
    content: "";
}
 
/* Again, you’re free to use and define the classes: */
 
.grid-column {
    float: left;
}
 
.size-1of1 {
    width: 100%;
}
 
.size-1of2 {
    width: 50%;
}
 
.size-1of3 {
    width: 33.333%;
}
 
#grid[data-columns]::after {
    clear: both;
    display: table;
    content: "";
}
 
@media (max-width: 750px) {
    #sidebar-grid[data-columns]::before {
        content: '1 .grid-column.size-1of1';
    }
}
 
@media (min-width: 751px) and (max-width: 1050px) {
    #sidebar-grid[data-columns]::before {
        content: '2 .grid-column.size-1of2';
    }
}
 
@media (min-width: 1051px) {
    #sidebar-grid[data-columns]::before {
        content: '1 .grid-column.size-1of1';
    }
}
 
.content.bio .desc {
    padding: 20px 10px!important;
}
 
.bio-content .bio-photo {
    padding-bottom: 25px;
}
 
.bio-social-icon {
    display: inline-block;
    padding: 5px;
}

@media (max-width: 460px) {
	.bio-social-icon {
	    display: block;
	}
}
 
.bio-social-icon .bio-inner i {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px
}
 
.bio-social-icon .bio-inner {
    color: #fff;
    display: table;
    height: 40px;
    text-decoration: none;
    border-radius: 8px;
    padding: 0 15px;
    table-layout: fixed;
}
 
.bio-twitter a {
    background-color: #55acee;
}
 
.bio-fb a {
    background-color: #3b5998;
}
 
.bio-gp a {
    background-color: #dd4b39;
}
 
.bio-social-icon img {
    height: 32px;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}
 
.bio-social-icon span:not(.social-brand) {
    font-size: 18px;
    vertical-align: middle;
    font-weight: bolder;
    padding-right: 5px;
}
 
.bio-social-icon .social-brand {
    font-size: 15px;
    font-weight: bolder;
    padding-left: 10px;
    height: 40px;
    line-height: 40px
}
 
.bio-social-icon a:hover,
.bio-social-icon a:active,
.bio-social-icon a:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
 
.bio-content.bio-social {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}
 
.bio-social-wrap {
    padding: 10px 0;
}
 
#extra-life-header {
    position: relative;
    background-color: #23c1e8;
    text-align: center;
    padding: 80px 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 240px;
    display: table;
    width: 100%;
    vertical-align: middle;
    table-layout: fixed;
}
 
#extra-life-header.el-header-video {
    min-height: inherit;
}
 
@media (max-width: 1600px) {
    #extra-life-header.el-header-no-video {
        min-height: inherit;
    }
}
 
#extra-life-header .no-extra-life-video {
    display: table-cell;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
}
 
#extra-life-header h2,
.extra-life-header h2 {
    color: #fff;
    font-size: 36px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-family: 'furoreregular', Arial, sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
 
.extra-life-header h2 {
    font-size: 48px;
    color: #23c1e8;
}

.extra-life-thumb {
	width: 65%!important;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	display: flex;
  align-items: center;
  justify-content: center;
}

.featured-game img.extra-life-thumb-img {
	width: 80%;
	height: auto;
	max-width: 800px;
	position: relative;
}

@media (max-width: 820px) {
	.extra-life-thumb {
		width: 100%!important;
		right: 0;
	}
}

.extra-life-top {
	margin-bottom: 0!important;
}

@media (max-width: 1050px) {
	.extra-life-top {
		min-height: inherit!important;
	}
}

.extra-life-section {
	padding: 70px;
	font-size: 20px;
}

@media (max-width: 991px) {
	.extra-life-header h2 {
	    padding: 20px 0;
	}
}
 
.extra-life-cards {
    padding: 50px 0;
    padding-top: 80px;
    background-color: #eee;
}
 
.extra-life-card {
    box-sizing: border-box;
    min-height: 0!important;
    padding: 0 15px!important;
    width: 100%!important;
    max-width: 460px;
    margin: 0 auto!important;
    margin-bottom: 40px!important;
    text-align: center;
}

@media (max-width: 800px) {
	.columns.extra-life-card-column {
		width: 100%;
		float: none;
		box-sizing: border-box;
		margin-left: 0;
	}
}

.extra-life-card .content-wrap {
    padding-top: 0!important;
}
 
.ribbon-heading {
    max-width: 360px;
    margin: 15px auto !important;
}
 
.extra-life-card img {
    max-width: 100%;
    height: auto;
    padding-bottom: 15px;
}
 
.extra-life-card p {
    color: #222;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}
.extra-life-card a,
.ribbon-heading a {
    color: #23c1e8;
    text-decoration: none;
}

.extra-life-card a {
	display: inline-block;
}

/*
.extra-life-card a::after {
	display: table;
	content: '';
	clear: both;
	
}*/
 
.ribbon-heading h2 {
    color: #fff;
    font-family: 'furoreregular', Arial, sans-serif;
    font-size: 20px;
    line-height: 50px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    background-image: url('images/extra-life-ribbon-new.png');
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

@media (max-width: 500px) {
	.ribbon-heading h2 {
	    font-size: 17px;
	}
}
 
.extra-life-logo {
    padding: 0;
    width: 400px;
}
 
.som-el-video-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
 
.som-el-video-wrap {
    max-width: 100%;
}
 
.som-el-resp-video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
 
.som-el-resp-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
section.no-padding-bottom {
    padding-bottom: 0;  
}
 
.content.social-widgets {
    margin-top: 30px;
    background-color: #eee;
    padding: 40px 0;
}
 
.social-widgets h2 {
    margin-bottom: 30px;
    font-size: 30px;
}
 
@media (max-width: 1050px) {
    .social-widgets .left-col,
    .social-widgets .right-col {
        margin-bottom: 35px;
    }
}

.author-find-more {
    padding-top: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-weight: bold;
    box-sizing: border-box;
}

.author-find-more a {
    color: #cd201f;
    text-decoration: underline;
}

.author-find-more a:hover {
    text-decoration: none;
}

section.content.no-padding-top {
	padding-top: 0;
}

section.content.bio-other-hosts {
	padding: 60px 0;
	min-height: inherit;
}

.bio-other-hosts h4 {
	font-weight: bold;
	text-align: center;
}