/*@import 'style/animations_effects.css';*/


/*
 * Animations / Effects
 */

.container.header header nav ul li {
    transition-timing-function: ease-out;
    transition-property: margin-top,color;
    transition-duration: 0.2s
}

.container.header header nav ul li:hover {
    transition-timing-function: ease-out;
    transition-property: margin-top,color;
    transition-duration: 0.2s;
    cursor:pointer;
}
.container.header header nav ul li.active:hover {
    transition-property: margin-top,color;
    transition-duration: 0.2s;
    transition:none;
}
.container.header header nav ul li.active {
    transition-property: margin-top,color;
    transition-duration: 0.2s;
    transition:none;
}

.rotate,
body.home-page .container.header header nav ul li.menu-item.games,
body.home-page .menu-item.games,
body.bbpress .menu-item.bbpress,
body.streams .menu-item.stream,
body.single-stream .menu-item.stream,
body.tax-streams .menu-item.stream,
body.single-special .menu-item.specials,
.container.header header nav ul li.current-menu-item,
body.hardware .menu-item.tech {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.page-title .rotate,
.content-title .rotate {
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
body.home-page .menu-mobile .menu-item,
body.home-page .site-footer .menu-item.games,
body.single-stream .site-footer .menu-item.streams,
body.tax-streams .site-footer .menu-item.streams,
body.bbpress .site-footer .menu-item.bbpress,
body.hardware .site-footer .menu-item.tech {
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}


.container.header header nav .current-menu-item {
    -webkit-box-shadow: 2px 50px 14px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 50px 14px 3px rgba(0,0,0,0.75);
    box-shadow: 2px 50px 14px 3px rgba(0,0,0,0.75);
    background-color:transparent;
}

.categoryMenu a:after{
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
    width: 0;
    margin-top:-3px;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}
.categoryMenu a:hover:after {
    width:100%;
}


.site-footer nav a,
.site-footer div a,
.site-footer a {
    border-bottom: 1px solid transparent;
    width: 0;
    margin-top:-3px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.site-footer div a:hover,
.site-footer nav a:hover,
.site-footer a:hover {
    border-bottom-color: #ff0000;
}


.site-footer span.heart:hover
{
    -webkit-transform: scale(2) rotateZ(-30deg);
    -ms-transform: scale(2) rotateZ(-30deg);
    transform: scale(2) rotateZ(-30deg) ;
    transition-duration: 0.4s;
    -webkit-font-smoothing: antialiased;
}
.site-footer span.heart
{
    -webkit-font-smoothing: antialiased;
    transition-duration: 0.4s;
}
/*
 * Animations / Effects
 */

.container.header header nav ul li {
    transition-timing-function: ease-out;
    transition-property: margin-top,color;
    transition-duration: 0.2s
}

.container.header header nav ul li:hover {
    transition-timing-function: ease-out;
    transition-property: margin-top,color;
    transition-duration: 0.2s;
    cursor:pointer;
}
.container.header header nav ul li.active:hover {
    transition-property: margin-top,color;
    transition-duration: 0.2s;
    transition:none;
}
.container.header header nav ul li.active {
    transition-property: margin-top,color;
    transition-duration: 0.2s;
    transition:none;
}

.rotate,
body.home-page .container.header header nav ul li.menu-item.games,
body.home-page .menu-item.games,
body.bbpress .menu-item.bbpress,
body.streams .menu-item.stream,
body.single-stream .menu-item.stream,
body.tax-streams .menu-item.stream,
body.single-special .menu-item.specials,
.container.header header nav ul li.current-menu-item,
body.hardware .menu-item.tech {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.page-title .rotate,
.content-title .rotate {
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
body.home-page .menu-mobile .menu-item,
body.home-page .site-footer .menu-item.games,
body.single-stream .site-footer .menu-item.streams,
body.tax-streams .site-footer .menu-item.streams,
body.bbpress .site-footer .menu-item.bbpress,
body.hardware .site-footer .menu-item.tech {
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}


.container.header header nav .current-menu-item {
    -webkit-box-shadow: 2px 50px 14px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 50px 14px 3px rgba(0,0,0,0.75);
    box-shadow: 2px 50px 14px 3px rgba(0,0,0,0.75);
    background-color:transparent;
}

.categoryMenu a:after{
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
    width: 0;
    margin-top:-3px;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}
.categoryMenu a:hover:after {
    width:100%;
}


.site-footer nav a,
.site-footer div a,
.site-footer a {
    border-bottom: 1px solid transparent;
    width: 0;
    margin-top:-3px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.site-footer div a:hover,
.site-footer nav a:hover,
.site-footer a:hover {
    border-bottom-color: #ff0000;
}


.site-footer span.heart:hover
{
    -webkit-transform: scale(2) rotateZ(-30deg);
    -ms-transform: scale(2) rotateZ(-30deg);
    transform: scale(2) rotateZ(-30deg) ;
    transition-duration: 0.4s;
    -webkit-font-smoothing: antialiased;
}
.site-footer span.heart
{
    -webkit-font-smoothing: antialiased;
    transition-duration: 0.4s;
}


/*
 * Basics
 */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow-x: hidden;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container.header.fixed {
    position:fixed;
    top:0px;
    z-index: 100;
}
#page {
    margin-top:62px;
}

/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


figure {
    max-width: 100% ;
    margin: 1.5rem 0;
}
a {
    padding: 0px;
    margin: 0px;
}
p {
    line-height: 1.6rem;
}
.site-background {
    position: fixed;
    display:block;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.container {
    width: 100%;
}
/* temporär */
.entry-content-short img {width:100%;height: auto;}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

ul {
    list-style:none;
    padding:0px;
    margin:0px;
}

h1 {
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 1.3rem;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 1.3rem;
}

h5, h6 {
    font-size: 1.0rem;
    line-height: 1.1rem;
    margin-bottom: 0.85rem;
    margin-top: 1.5rem;
}


/** FONTS **/

h1, h2, h3, h4, h5, h6,
.container.header header a,
.container.categoryMenu ul li {
    font-family: Oswald, sans-serif;
    /*font-family: "Prompt", sans-serif;*/

}

h2 a {
    text-decoration: none;
}
/** CENTER MAIN ELEMENTS **/

.container.header header,
#category-submenu,
.brotkrumen div.nav-breadcrumb{
    margin: 0 auto;
}

/** MAIN PADDINGS and margins **/
.container.header header {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
#category-submenu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.container.header header,
.container .categoryMenu,
#category-submenu,
article.short header,
article.short footer,
article.short > div,
article.single header,
article.single footer,
article.single > div,
article.single > h2,
.comments-area,
.site-footer,
header.page-header,
.brotkrumen div.nav-breadcrumb
{
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

article ul {
    margin-top: 0.5rem;
    list-style: disc;
    margin-left: 1.5rem;
}
article li {
    padding-bottom: 0.5rem;
}

article div.gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
article div.gallery figure {
    display: inline-block;
    width: 150px;
    margin-right: 1rem;
    vertical-align: top;
}
article div.gallery figcaption {
    font-size: 0.75rem;
    font-style:italic;
    color: #777;
}
.wp-caption {
    margin: 1.5rem 0;
}
figure.wp-caption.aligncenter img {
    margin: 0 auto;
}
figure.wp-caption.aligncenter {
    margin: 1.5rem auto !important;
    display:block;
    text-align:center;
    }
.wp-caption.aligncenter a {
display:inline-block;
}

article ul {
    margin-top: 0.5rem;
    list-style: disc;
    margin-left: 1.5rem;
}
article li {
    padding-bottom: 0.5rem;
}
article.games-list ul {
list-style:none;
}
nav.navigation,
aside {
    margin: 0 0.7rem 0 0.7rem;
}

aside {
    margin-bottom: 2rem;
}

.pipe {
    margin: 0 0.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
    max-height: 600px;
}
iframe.GleamEmbedkl5do,
iframe.e-embed-frame {
    max-height: none !important;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 1rem;
}

img.aligncenter {

    margin: 2rem 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}



/*
 * Header
 */
.container.header {
    background-color: #0f0f0f;
    box-shadow: inset 0px -10px 9px -10px #000;
    overflow:hidden;
    border-bottom: 0.35rem solid rgb(175,0,0);
}
.container.header header {
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    /*border-bottom: 0.3rem solid rgb(175,0,0);*/
}

.container.header header a,
.container.header header img {
    display: block;
    text-decoration: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size: 1.2rem;
}
.container.header header span {
    color: #ffffff;
}
.container.header header nav {
    flex: 1 1 auto;
    display:flex;
    justify-content: flex-end;
}
.container.header header div {
    display:flex;
    align-items:center;
    flex-basis: auto;
}
.container.header header div img {
    width: auto;
    height: 30px;
    border: 0px;
    margin: 0px;
}

.container.header header nav ul {
    display: none;
    padding: 0.25rem;
}
.container.header header nav ul li {
    margin:0rem 0rem -1.2rem 0.5rem;
    padding:0.5rem 0.25rem 0.5rem 0.25rem;
    opacity: 0.75;
    border-width: 0px 0px 20px 0px;
    border-style: solid;
}
.container.header header nav ul li:hover {
    margin-top: -0.20rem;
}


.container.header header nav ul li.current-menu-item {
    opacity: 1;
    border-width: 0px 0px 20px 0px;
    border-style: solid;
    align-self: flex-end;
    padding-bottom: 0.25rem;
}
.container.header header nav ul li.current-menu-item {

}

.container.header header nav ul li.current-menu-item,
.container.header header nav ul li:hover {
    opacity: 1;
    border-width: 0px 0px 20px 0px;
    border-style: solid;
}

.container.header header nav ul li.current-menu-item,
.container.header header nav ul li.current-menu-item:hover {
    padding-top:0.4rem;
    margin-top: -0.35rem;
    margin-bottom: -0.7rem;
}

body.home-page .menu-mobile .menu-item,
body.home-page .menu-item.games,
body.home-page .menu-item.games:hover,
body.bbpress .menu-item.bbpress,
body.bbpress .menu-item.bbpress:hover,
body.tax-streams .menu-item.stream,
body.tax-streams .menu-item.stream:hover {
    opacity: 1;
    padding-top:0.4rem;
    margin-top: -0.35rem;
    margin-bottom: -0.7rem;
}

body.single-stream .menu-item.stream,
body.single-stream .menu-item.stream:hover,
body.tax-streams .menu-item.stream,
body.tax-streams .menu-item.stream:hover,
body.hardware .menu-item.tech,
body.hardware .menu-item.tech:hover {
    opacity: 1;
    padding-top:0.4rem;
    margin-top: -0.35rem;
    margin-bottom: -0.7rem;
}
body.home-page .menu-mobile .menu-item,
body.home-page .menu-mobile .menu-item:hover,
body.home-page .menu-mobile .menu-item:focus {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
body.home-page .menu-mobile ul
{
    padding: 0.55rem 0;
}

body.home-page .site-footer .menu-item.games,
body.home-page .site-footer .menu-item.games:hover,
body.single-stream .site-footer .menu-item.stream,
body.single-stream .site-footer .menu-item.stream:hover,
body.tax-streams .site-footer .menu-item.stream,
body.tax-streams .site-footer .menu-item.stream:hover,
body.hardware .site-footer .menu-item.tech,
body.hardware .site-footer .menu-item.tech:hover{
    opacity: 1;
    padding-top:0rem;
    margin-top: 0rem;
    margin-bottom:0rem;
}


.container.header header nav ul li a {
    text-transform: uppercase;
}
.container.header header nav ul li span {
    display: block;
    font-size: 0.8rem;
    text-transform: none;
    margin-top:-0.25rem;
    font-family: Oswald, sans-serif;
    font-weight: 300;
}

header.page-header {
    margin-top: 0rem;
}

    /*
     * Mobile Navigation
     */
.main-menu-icons {
    font-size: 1.5rem;
    display:block;
    padding: 0.25rem;
    color: #fff;
    font-family:FontAwesome;
    border: 1px solid #343434;
    border-radius: 2px;
    margin-left:0.5rem;
}
.show-menu {
}

.menu-mobile,
#main-menu-mobile,
#user-menu-mobile,
#category-menu-mobile {
    background-color: #0f0f0f;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    border: 0px;
}
.menu-mobile a {
    color: #fff;
    text-decoration: none;
}
.menu-mobile img {
    width: auto;
    height: 1.2rem;
    display: inline-block;
    margin-right: 0.25rem;
}
.menu-mobile h2 {
    font-size: 1.25rem;
    display: block;
    padding: 0.75rem 0rem 0.25rem 0rem;
    margin: 0px;
    border-bottom: 3px solid rgb(168, 0, 0);
}

.menu-mobile ul {
    list-style:none;
    color: #fff;
}
.menu-mobile ul li {
    margin:0.5rem 0rem;
    padding:0rem;
    opacity: 0.6;
}
.menu-mobile ul li:hover,
.menu-mobile ul li:focus,
.menu-mobile ul li.current-menu-item {
    opacity: 1;
}

.menu-mobile ul li.current-menu-item:before {
    display: block;
    float:right;
    content: '\f104';
    font-size: 2.5em;
    color: rgb(175,0,0);
    padding: 0px;
    margin-top: -0.25rem;
    font-family:FontAwesome;
}
#user-menu-mobile ul li.current-menu-item:before,
#category-menu-mobile ul li.current-menu-item:before {
    font-size: 1.5em;
    margin-top: -0.2rem;
}

.menu-mobile ul li span {
    display: block;
    font-size: 0.7rem;
    color: #555;
}




/** submenu **/
#category-submenu {
    display: none;
}

.container.categoryMenu {
    color: #ffffff;
    font-weight:300;
}
.container.categoryMenu.hide {
    height: 0.35rem;
    overflow:hidden;
}

.container.categoryMenu .divider {
    margin: 0 0.5rem 0 1rem;
}
.container.categoryMenu ul li {
    margin: 0 0.5rem 0 0.5rem;
}
.container.categoryMenu ul li a {
    color: #ffffff;
    text-decoration: none;
}
.container.categoryMenu ul li.current-menu-item a {
    font-weight: 500;
}


.brotkrumen {
    background-color: rgb(175,0,0);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.brotkrumen div.nav-breadcrumb {
    color: #fff;
    font-size: 0.8rem;
}
.brotkrumen div.nav-breadcrumb a,
.breadcrumb div.nav-breadcrumb a:hover {
    color: #fff;
}
.single .brotkrumen,
.archive .brotkrumen,
.search .brotkrumen {
    padding-top: 0rem;
}
body.games .brotkrumen {
    padding-top: 0.5rem;
}

.brd {
    max-width: 74em; margin: 0px auto; padding-left: 0.7rem;padding-right: 0.7rem;
    font-family: Oswald,sans-serif; font-weight: 300;
}




/** content **/

#content {
    width:100%;
    margin: 0rem auto;
    background: #fff; /* Als Fallback fÃ¼r alte Browser */
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 1))); /* Chrome, Safari */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1) 20%); /* Chrome, Safari */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1) 20%); /* Firefox */
    background: linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1) 20%); /*  CSS3 */
	overflow-x: hidden;
    padding-bottom:4rem;
}

.archiv-subinfo {
    margin-bottom:1.5rem;
}

.platforms {
    font-weight:bold;
}


/** article style **/
article.short {
    width: 100%;
    display:flex;
    flex-direction:column;
    padding-bottom: 0.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #dedede;
}
article.short header {
    order: 3;
    margin: 0;
}
article.short header h2 {
    margin: 1rem 0 0 0;
    line-height: 2rem;
}
article.short header a {
    text-decoration: none;
}

article.short footer,
article.single footer {
    order: 5;
    padding-bottom: 1rem;
    font-size: 0.8rem;
}
article.short footer img,
article.single footer img {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    margin: 0 0.2rem -0.30rem 0.2rem;
    display:inline-block;
}
article.short .post-thumbnail-short,
article.single .post-thumbnail {
    order: 1;
    display: block;
    width: 100%;
}
article.short .post-thumbnail-short img,
article.single .post-thumbnail img {
    display: block;
    width:100%;
    height:auto;
}

article.short .excerpt {
    order: 4;
}

article.short .platforms {
    order: 2;
    font-size: 0.8rem;
    font-weight: bold;
}

article.short .post-thumbnail-short img {
    padding-bottom: 0.5rem;
}

article.short .comments {
    margin: 0 .25rem 0 0;
    opacity: 0.75;
}


article.single {
    padding-top: 1rem;
    padding-bottom:3rem;
}
article.single header h1 {
}
article.single h2 {
    font-size: 1.6rem;
    margin-top: 1.3rem;
    line-height: 1.8rem;
}
article.single img {
    max-width: 100%;
    height: auto;
}
article .tags-title {
    display: block;
    border-bottom: 1px solid #efefef;
    text-transform: uppercase;
    color: #ababab;
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
    font-size: 0.7rem;
}

article .tags-links {
    margin-bottom: 1rem;
}
article .tags-links a:hover {
    color: #424242 !important;
    border-color: #232323;
}
article .tags-links a {
    display: inline-block;
    border: 1px solid #cdcdcd;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding: 0.2rem 0.4rem;
    color: #454545 !important;
    text-decoration: none;
    margin: 0.2rem 0.4rem 0.2rem 0rem;
    font-size: 0.8rem;
}
article footer.entry-footer-short .meta {
    margin-top: 2rem!important;
}
article footer.entry-footer-single {
    line-height: 1.3rem;
}

article {
    margin-bottom: 2rem;
}
article.single {
    border-bottom: 0.5rem solid #ccc;
}

.page-links span {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}

.page-links a span {
    text-decoration: underline;
    font-weight: normal !important;
}



.entry-content-single {
    margin-bottom: 1rem;
}
twitterwidget {
    margin: 2rem auto !important;
    display: block;
}
.content-title {
    font-size: 1.1em;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1rem;
    text-transform: uppercase;
    border-bottom: 7px solid #1a1a1a;
    color: #fff;
    overflow:hidden;
    position:relative;
}

.content-title span {
    background-color: #1a1a1a;
    display:inline-block;
    padding:5px 10px 20px 10px;
    margin: 15px 0px -10px 10px;
}

.post-views {
    display: inline-block;
}


/** comments **/
.comments-area div h2 {
    padding-top: 2rem;
}

.comments-area ol {
    list-style:none;
    padding: 0;
    margin: 0;
}
.comments-area ol li {
    padding-top: 2rem;
    border-top: 1px solid #dedede;
}

.comments-area ol.children {
    list-style:none;
    padding-left: 2rem;
    margin: 0;
}

.comments-area .comment-author.vcard img {
    border-radius: 1.5rem;
    float:left;
    margin-right: 1rem;
}

.comments-area a {
    color: #000 !important;
    margin-right: 0.5rem;
    text-decoration: none;
}
.comments-area .comment-metadata {
    color: #555 !important;
    display:inline-block;
    font-size: 0.8rem;
}
.comments-area .comment-reply-link {
    text-decoration: underline;
}
.comments-area  a:hover {
    text-decoration: underline;
}




/**
 * 10.0 - Widgets
 */

.widget {
    border: 0px solid #1a1a1a;
    margin-bottom: 3.5em;
    padding-top: 0.6em;
}
.widget ul {
    padding-left: 1rem;
}
.widget-area {
}
.widget-area > :last-child,
.widget > :last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
    border-bottom: 7px solid #1a1a1a;
    color: #fff;
    overflow:hidden;
    position:relative;
}

.widget .widget-title span {
    background-color: #1a1a1a;
    display:inline-block;
    padding:5px 10px 20px 10px;
    margin: 15px 0px -10px 10px;
}

.widget .widget-title:empty {
    margin-bottom: 0;
}

.widget-title a {
    color: #1a1a1a;
}

.widget h2 {
    margin-bottom: 1rem;
}


.site-info {
    display:block;
    color: #fff;
    width: 100%;
    padding-bottom: 2rem;
    text-align: center;
    margin: 0 auto;
}
.site-footer span.heart {
    color: #ff0000
}
.site-footer .gamerz-footer-links {
    display:block;
    width: 100%;
    font-weight:300;
    color: #555;
    margin-bottom: 0.5rem;
}
.site-footer .gamerz-footer-links a {
    color:#555;
}
.site-footer .gamerz-footer-links a:hover {
    color:#fff;
}


.site-footer .madewithlove {
    display:block;
    width: 100%;
    margin-bottom: 0.5rem;
}
.site-footer .madeby {
    display:block;
    font-size: 0.8rem;
    color: #555;
    font-weight: normal
}

/** FOOTER **/

.site-footer {
    margin-top: 0rem;
    background: #121212;
    background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(18, 18, 18) 100%); /* Chrome, Safari */
    background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(18, 18, 18) 100%); /* Firefox */
    background: linear-gradient(top, rgb(0, 0, 0), rgb(18, 18, 18) 100%); /*  CSS3 */
}
.site-footer  div.flex {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
}
.site-footer  nav,
.site-footer  section,
.site-footer  div {
    flex: 1 0 100%;
    align-content: space-between;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus {
    color: #cdcdcd;
    border-bottom: 1px solid #ff0000;
}

.site-footer  nav a span {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    font-size: 0.8rem;
    color: #ccc;
    display: inline-block;
    font-style: italic;
}
.site-footer nav ul {
    padding-left: 1rem;
    padding-right: 1rem;
}
.site-footer  nav ul li a span:before {
    margin-right: 0.25rem;
    line-height: 0.5rem;
    font-size: 0.8rem;
    color: #ccc;
    display: inline-block;
    content: "\f428";
    font-family: Genericons;
    color: #454545;
}
.site-footer  nav ul li ul li a span:before {
    content: none;
}

.site-footer nav ul > li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}


.site-footer nav ul li ul {
    padding-left: 1rem;
    padding-bottom: 1rem;
    display:none;
}

.site-footer nav ul li ul.toggled-on {
    padding-left: 1rem;
    padding-bottom: 1rem;
    display: block;
}

.site-footer .widget {
    padding-top: 0rem;
}
.site-footer .widget a {
    color: #fff;
}
.site-footer .widget h2 {
    margin-bottom: 1rem;
}



/** page navigation **/

.social-navigation ul {
    list-style: none;
    margin: 0 0 -0.4375em;
}

.social-navigation li {
    float: left;
    margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}

.post-navigation {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 7.6923% 3.5em;
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.post-navigation .post-title {
    display: inline;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc;
}

.post-navigation div + div {
    border-top: 4px solid #1a1a1a;
}

.pagination {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    min-height: 56px;
    position: relative;
}

.pagination:before,
.pagination:after {
    background-color: #1a1a1a;
    content: "";
    height: 52px;
    position: absolute;
    top:0;
    width: 52px;
    z-index: 0;
}

.pagination:before {
    right: 0;
}

.pagination:after {
    right: 54px;
}

.pagination a:hover,
.pagination a:focus {
    color: #1a1a1a;
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1;
}

.pagination .nav-links:before {
    content: "\f429";
    right: -1px;
}

.pagination .nav-links:after {
    content: "\f430";
    right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
    position: static !important;
}

.pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase;
}

.pagination .current {
    display: inline-block;
    font-weight: 700;
}

.pagination .prev,
.pagination .next {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}
.pagination a {
    text-decoration: none;
}
.pagination .prev:before,
.pagination .next:before {
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px;
    font-weight:normal;
    text-decoration: none;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: #007acc;
    color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
    outline: 0;
}

.pagination .prev {
    right: 54px;
}

.pagination .prev:before {
    content: "\f430";
    left: -1px;
    top: -1px;
}

.pagination .next {
    right: 0;
}

.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px;
}


.dropdown-toggle {
    background-color: transparent!important;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 1rem;
    padding: 0;
    text-transform: none;
    width: 1rem;
    font-family:Genericons;
    float:right;
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 0px;
    content: "\f431";
    font-size: 16px;
    left: 1px;
    position: relative;
    width: 1.5rem;
    margin-top: 0.15rem;
}

.dropdown-toggle:hover {
    background-color: transparent;
}

.dropdown-toggle:focus {
    outline: none;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle:focus:after {
    color: #fff;
}

.dropdown-toggle.toggled-on:after {
    content: "\f432";
    color: #fff;
}



article .width-75,
article .w75 {
	max-width: 100%;
}
article .width-50,
article .w50 {
	max-width: 80%;
}
article .width-35,
article .w35	{
	max-width: 70%;
}
article .width-25,
article .w25 {
	max-width: 60%;
}
article .aligncenter {
	display:block;
	margin: 2rem auto;
}




/** Screenreader **/
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/**
 * 5.0 - Forms
 */

input {
    line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0;
}

.post-password-form {
    margin-bottom: 1.75em;
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}

.post-password-form > :last-child {
    margin-bottom: 0;
}

.search-form {
    position: relative;
}

input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}

.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}



/* slider */





div.slick-slide div {
    position:relative;

}
/* mobile: bottom 10px! */
div.slick-slide div div {
    opacity:0;
    position:absolute;
    bottom:100px;
    margin: 0px 20px;
    width: auto;
    padding: 10px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
div.slick-slide.slick-current div div{
    opacity:1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
div.slick-slide.slick-current div div h2 {
    font-weight: 700;
    font-size: 1rem;
}
div.slick-slide.slick-current div div span {
    font-size:10pt;
    font-weight: 300;
}


div.slider span.platforms {
    display:none;
}
div.slider span.teaser {
    display:block;
    margin-top:0.25rem;
}


div.slider span.platforms a {
    margin-right: 0.25rem;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans Extrabold",sans-serif;
    font-size: 9pt;
    text-shadow: 0 0 3px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
div.slider span.platforms a:hover {
    text-decoration: underline;
    text-shadow: 0 0 7px #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.slider-content {
    background-color: rgba(0,0,0,0.9);
}
.slider-content h2 {
    margin-bottom: 0.5rem;
}
.slider-content h2 a {
    color: #fff;
    text-decoration: none;
}
.slider-content h2 a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.slider-content .platforms {
    font-size: 0.8rem;
}

.slider-content .pre-post-title.slider-title {
    font-size: 1rem !important;
    font-weight: 700;
}



.slick-track {
    background-color: #000;
    height:180px;
    overflow:hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
div.slick-active, div.slick-slide, div.slick-cloned,
div.slick-active img, div.slick-slide img, div.slick-cloned img {
    width:360px;
    height:180px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
div.slick-current, div.slick-current img {
    width:360px;
    height:180px;
    margin-top:0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
div.slick-slide div div {
    bottom: 30px;
}

.arrow-left {
    display:none;
    position:absolute;
    left:10px;
    top:70px;
    height:20px;
    width:20px;
    background-image: url(images/arrow_left.svg);
    background-size: 20px 20px;
    -webkit-filter: drop-shadow( 0px 0px 10px rgba(0,0,0,1) );
    filter: drop-shadow( 0px 0px 10px rgba(0,0,0,1) );
    cursor:pointer;
}
.arrow-right {
    display: none ;
    position:absolute;
    right:10px;
    top:70px;
    height:20px;
    width:20px;
    background-image: url(images/arrow_right.svg);
    background-size: 20px 20px;
    -webkit-filter: drop-shadow( 0px 0px 10px rgba(0,0,0,1) );
    filter: drop-shadow( 0px 0px 10px rgba(0,0,0,1) );
    cursor: pointer;
}


.slider-games {
    position:relative;
    height: 180px;
    overflow:hidden;
}
.slide-games a {
    display:inline-block;
    float:left;
    padding: 0;
    margin: 0;
    border: 0;
}
.slide-games img {
    border: 0;
    margin: 0;
    padding: 0;
}

.slider-games .slick-active, .slider-games .slick-slide, .slider-games .slick-cloned,
.slider-games .slick-active img, .slider-games .slick-slide img, .slider-games .slick-cloned img {
    width:auto;
    height:180px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.85;
}
.slider-games .slick-current,
.slider-games .slick-current img {
    width:auto;
    height:180px;
    margin-top:0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity:1;
}
.slide-games div.slick-slide div div {
    bottom: 30px;
}


/** GAMES INDEX SITE **/

.games-index {
    
    margin-bottom: 2rem;
    width: 100%;

}
.games-index ul {
    width: 100%;
    display: flex;
    align-content: space-between;
}
.games-index ul li {
    flex: 1;
    text-align: center;
}
.games-index a,
.games-index span {
    flex: 1;
    display: inline-block;
    margin: auto;
}

.games-index span {
    color: #ccc;
}

.games-list-entry {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.anchor {
    display:block;
    margin-bottom: 2.5rem;
}

.games-list {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
.games-list header {
    padding-left: 0;
    padding-right: 0;
}
.games-list img {
    width: auto;
    max-height: 130px;
}



/** USER MOBILE SIDEBAR **/
.mobile-user-sidebar {
    color: #fff;
}
.mobile-user-sidebar .widget a,
.mobile-user-sidebar .widget a:hover,
.mobile-user-sidebar .widget a:focus,
.mobile-user-sidebar .widget h4 a,
.mobile-user-sidebar .widget h4 a:hover,
.mobile-user-sidebar .widget h4 a:focus
{
    color: #fff;

}
.mobile-user-sidebar .widget h4 {
    margin: 0.5rem 0 0 0;
    padding:0;
}
.mobile-user-sidebar .widget {
    padding: 1rem 0 0 0;
    margin: 0;
}
.mobile-user-sidebar .widget ul {
    margin-left: 1.5rem;
}
.mobile-user-sidebar .widget section {
    padding: 0;
    margin: 0;
}

.mobile-user-sidebar .widget .button.logout-link {
    display: none;
}
.mobile-user-sidebar .widget .avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    margin-right: 0.5rem;
    margin-top: -0.2rem;
}

.bbp-login-links {
    padding-top: 1rem;
    clear:both !important;
}
.bbp-login-links a {
    display: block;
    margin-bottom: 0.5rem;
}
.mobile-user-sidebar .widget fieldset {
    border: 0px solid #c0c0c0;
    padding: 0 0.75rem;
}
.mobile-user-sidebar .widget fieldset div {
    display: block;
}



/** BUDDYPRESS FIXES **/

.activity-inner img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

aside .widget.bbp_widget_login div {
    padding: 0 1rem;
}

aside .widget.bbp_widget_login .avatar {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 2rem;
    margin-top: -1.2rem;
}
aside .widget.bbp_widget_login h4 {
    margin-top: 2.5rem;
}
aside .widget.bbp_widget_login .logout-link {
    display: none;
}

aside .widget .menu-user-menu-container {
    padding-left: 5rem;
    margin-top: -2.5rem;
}
aside .widget .menu-user-menu-container ul li {
    padding: 0 0 0.5rem 0;
}
aside .widget fieldset {
    border: 0px solid #c0c0c0;
    padding: 0 0.75rem;
}


.comment-respond {
    border-top: 5px solid #ccc;
}
.comment-list  {
    border-top: 5px solid #ccc;
}
.comments-area > p {
    margin-bottom: 2rem;
}


/** FORUM FIXES **/
.bbp-search-form {
    overflow: visible;
    margin-bottom: 1.5rem;
}

.bbp-forums {

}
.bbp-body {
    font-size: 1rem;
}
.bbp-forum-content {
    font-size:0.8rem !important;
}
#bbpress-forums .bbp-forums-list {
    margin: 0 0 0 5px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
}
#bbpress-forums ul {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
#bbpress-forums ul li {
    display: block !important;
    padding: 0.25rem 0 0.25rem 0.5rem !important;
}
.bbp-forum-title {
    font-weight: bold;
}
#bbpress-forums .bbp-forums-list li {
    font-size: 0.8rem !important;
}


/** wordpress popular posts */

.wpp-list ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 1rem;
}
.wpp-list ul li:nth-child(2) {
    flex: 2 0px;
    font-size: 0.8rem;
}
.wpp-list ul li img {
    margin-right: 1rem;
}
.wpp-list ul li .wpp-post-title {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
}
.wpp-list ul li .wpp-post-title:hover {
    text-decoration: underline;
}



/** SU TABS **/
.widget.shortcodes-ultimate .su-tabs {
    padding: 5px;
}
.widget.shortcodes-ultimate .su-tabs,
.widget.shortcodes-ultimate .su-tabs-nav span,
.widget.shortcodes-ultimate .su-tabs-pane{
    border-radius: 0px;
}
.widget.shortcodes-ultimate h2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.widget.shortcodes-ultimate .su-post-thumbnail {
    height: auto;
    min-height: 50px;
}
.widget.shortcodes-ultimate .su-post-thumbnail img {
    max-width: 100px !important;
    height: auto !important;
}
.widget.shortcodes-ultimate .su-post {
    margin-bottom: 1rem !important;
    min-height: 50px !important;
}
.widget.shortcodes-ultimate .su-post-title,
.widget.shortcodes-ultimate .su-post-meta,
.widget.shortcodes-ultimate .su-post-comments-link {
    display: block;
    margin: 0 0 0 7rem;
    padding: 0rem 0rem;
}



/* ADSENSE STYLES */
.gamerz-rectangle {
    width: 100%;
    display:block;
    margin-bottom: 2rem;
}
.gamerz-rectangle .inside {
    width: 300px;
    margin: 0px auto;
}
.gamerz-rectangle .inside span,
.gamerz-adsense-video span,
.gamerz-adsense span
{
    display: block;
    float:right;
    color: #ccc;
    font-size: 0.7rem;
}


.gamerz-adsense {
    display: block;
    text-align: center;
    width: 100%;
    margin: 3rem 0 1rem 0;
}

article.short.video {
    display:flex;
    flex-direction: column;
}
article.short.video header {
    order:2;
}
.gamerz-adsense-video {
    order: 6;
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 0 !important;
    margin-bottom: 1rem;
}



.shariff-button {
    margin: 0px !important;
    margin-right: 1rem;
}

.site-footer section {
}
.tag-cloud a {
	color: #777;
}
.tag-cloud a:hover {
	color: #fff;
}

.inwave-ad {
    margin: 0 auto;
}




/** animations **/


@-webkit-keyframes current-menu-item {
    0%, 100% {
        margin-right: 0px;
    }
    50% {
        margin-right: 10px;
    }
}
@-moz-keyframes current-menu-item {
    0%, 100% {
        margin-right: 0px;
    }
    50% {
        margin-right: 10px;
    }
}
@-ms-keyframes current-menu-item {
    0%, 100% {
        margin-right: 0px;
    }
    50% {
        margin-right: 10px;
    }
}
@-o-keyframes current-menu-item {
    0%, 100% {
        margin-right: 0px;
    }
    50% {
        margin-right: 10px;
    }
}
@keyframes current-menu-item {
    0%, 100% {
        margin-right: 0px;
    }
    50% {
        margin-right: 10px;
    }
}

.current-menu-item:before {
    -webkit-animation: current-menu-item 1s linear infinite;
    -moz-animation: current-menu-item 1s linear infinite;
    -ms-animation: current-menu-item 1s linear infinite;
    -o-animation: current-menu-item 1s linear infinite;
    animation: current-menu-item 1s linear infinite;
}


.mobi-steady {
    padding: 0.5rem;
    text-align:center;
    font-size: 0.85rem;
    font-style:italic;
}
.mobi-steady img {
    height: 2rem;
    padding: 0px;
    margin:0rem 0 -0.75rem 0.15rem;
}

.memberinfo .block {
    display: block;
    overflow: auto;
}
.memberinfo .data-right {
    margin-left: 115px;

}
.memberinfo .questions {
    margin: 2rem 1rem 0 1rem
}
.memberinfo h1 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0.5rem 0 0 0;
}
.memberinfo h2 {
    font-size: 1.4rem;
    border-bottom: 3px solid rgb(175,0,0);
}
.memberinfo h3 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.memberinfo p.meta, .memberinfo p.social {
    margin: 0;
    padding: 0;
}
.memberinfo .attachment-thumbnail {
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    margin: 0.5rem 1rem 1rem 1rem;
    float:left;
    width: 80px;
    height: 80px;
}
.memberinfo p.social a {
    text-decoration: none;
}
.memberinfo p.social span {
    font-family:FontAwesome;
}
.memberinfo.padding {
    padding: 0 1rem;
}
.team-list-item {
    display:block;
    overflow:auto;
    margin-bottom: 1rem;
    float:none;
    width: 100%;
}

.g-ad-mobile {
    display:block;
    margin: 1.2rem 0 0.7rem 0;
    text-align:center;
    clear:both;
}
.g-ad-mobile span {
    font-size: 0.6rem;
    display:block;
}

/* Small to medium screens */
@media (min-width: 24em) {

}

/* Large screens */
@media (min-width: 48em) {
    .g-ad-mobile {
        display:none;
    }

    .single .site-main {
        padding: 0 5rem ;
    }
    .team-list-item {
        display:block;
        overflow:auto;
        margin-bottom: 1rem;
        float:left;
        width: 50%;
    }

    .memberinfo .data-right {
        margin-left: 170px;
    }
    .memberinfo .questions {
        margin: 1.5rem 0 0 0
    }
    .memberinfo h1 {
        font-size: 1.8rem;
        margin: 0;
        padding: 0.75rem 0 0 0;
    }
    .memberinfo h2 {
        font-size: 1.4rem;
        clear:both;
    }
    .memberinfo h3 {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }
    .memberinfo p.meta {
        margin: 0;
    }
    .memberinfo .attachment-thumbnail {
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        margin: 0 2rem 2rem 0;
        float:left;
        width: 150px;
        height: 150px;
    }


    #page {
        margin-top:48px;
    }
    .mobi-steady {
        display:none;
    }
	article .width-75,
	article .w75 {
		max-width: 75%;
	}
	article .width-50,
	article .w50 {
		max-width: 50%;
	}
	article .width-35,
	article .w35	{
		max-width: 35%;
	}
	article .width-25,
	article .w25 {
		max-width: 25%;
	}
	article .aligncenter {
		display:block;
		margin: 2rem auto;
	}

    article h2 {
        font-size: 1.8rem;
    }
}


/* Large screens */
@media (min-width: 56em) {

    #page {
        margin-top:54px;
    }
    .mobi-steady {
        display:none;
    }

    .arrow-left {
        display:block;
        position:absolute;
        left:20px;
        top:70px;
        height:40px;
        width:40px;
        background-image: url(images/arrow_left.svg);
        background-size: 40px 40px;
        -webkit-filter: drop-shadow( 0px 0px 10px rgba(0,0,0,1) );
        filter: drop-shadow( 0px 0px 10px rgba(0,0,0,1) );
    }
    .arrow-right {
        display: block;
        position:absolute;
        right:20px;
        top:70px;
        height:40px;
        width:40px;
        background-image: url(images/arrow_right.svg);
        background-size: 40px 40px;
        -webkit-filter: drop-shadow( 0px 0px 10px rgba(0,0,0,1) );
        filter: drop-shadow( 0px 0px 10px rgba(0,0,0,1) );
    }


    .slider div.slide-img-container {
        float:left;
    }
    .slick-slider {
        display:block;
        height: 180px;
        overflow: hidden;
    }
    .center .slick-track {
        position:relative;
        height:180px;
        overflow:hidden;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .center div.slick-active, .center div.slick-slide, .center div.slick-cloned,
    .center div.slick-active img, .center div.slick-slide img, .center div.slick-cloned img {
        width:360px;
        height:180px;
        opacity: 0.9;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
    .center div.slick-current, .center div.slick-current img {
        width:640px;
        height:360px;
        opacity:1;
        margin-top:-45px;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    .center.loadhide {
        display:none;
    }
    .center div.slick-slide div {
        position:relative;
    }
    /* mobile: bottom 10px! */
    .center div.slick-slide div div {
        opacity:0;
        position:absolute;
        bottom:100px;
        margin: 0px 20px;
        width: auto;
        padding: 10px;
        color: #ffffff;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
    .center div.slick-slide.slick-current div div{
        opacity:1;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
    .center div.slick-slide.slick-current div div h2 {
        font-weight: 700;
    }
    .center div.slick-slide.slick-current div div span {
        font-size:10pt;
        font-weight: 300;
    }


    .center div.slider span.platforms {
        display:block;
    }
    .center div.slider span.teaser {
        display:block;
        margin-top: 0.25rem;
    }


    .slide-games {

    }
    .slide-games a {
        display:inline-block;
        float:left;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .slide-games img {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .slider-games .slick-active,
    .slider-games .slick-slide {
        width:auto;
        height:180px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0.7;
    }

    .slider-games .slick-current.slick-active {
        width:auto;
        height:180px;
        margin-top:0px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 1 !important;
    }

    .slider-games .slick-active:hover,
    .slider-games .slick-active:hover img,
    .slider-games .slick-slide:hover img,
    .slider-games .slick-slide:hover {
        opacity: 1 !important;
    }


    .slide-games div.slick-slide div div {
        bottom: 0px;
    }

    .container.header header {
        top: 28px;
    }



    .main-menu-icons { display: none; }

    /** main widths **/
    /** main widths **/
    .container.header header,
    .container.categoryMenu nav,
    #category-submenu,
    #content,
    .site-footer > div,
    .inwave-ad,
    .brotkrumen div.nav-breadcrumb  {
        border: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        /*min-width:48em;*/
    }

    .brd {
        font-family: Oswald,sans-serif; font-weight: 300;font-size: 1rem;
        max-width: 74em; margin: 0px auto; padding-left: 2rem;

    }
    nav.navigation,
    aside {
        margin: 0;
    }

    header.page-header {
        padding: 0;
    }
    .menu-border {
        border-bottom: 7px solid !important;
    }

    #content {
        display: flex;
        flex-direction:row;
        padding-top: 2rem;
    }

    .content-title {
        font-size: 1.5rem;
        margin-bottom:1.5rem;
    }

    #primary {
        flex: 3 1 60%;
    }
    aside {
        flex: 1 3 30%;
        margin-left: 2em;

        min-width: 320px;
    }

    .container.header {
        border: 0;
    }
    .container.header header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .container.header header div img {
        height: 35px;
    }
    .container.header header nav ul {
        display:flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .container.header header nav ul li {
        margin-left: 0.75rem;
        margin-right: .25rem;
    }

    /** MAIN MENU ICONS **/
    .container.header header nav ul li a {
        font-size: 1.0rem;
    }

    .container.header header nav ul li a:before {
        font-family: FontAwesome;
        margin-right: 0.35rem;
        font-size: 1rem;
        float:left;
        margin-top:0.25rem;
        margin-bottom: -5px; /* firefox bugfix */
    }
    .container.header header nav ul li.games a:before {
        content: '\f11b';
        margin-top:0.15rem;
    }

    .container.header header nav ul li.stream a:before {
        content: '\f16a';
    }

    .container.header header nav ul li.specials a:before {
        content: '\f292';
    }

    .container.header header nav ul li.tech a:before {
        content: '\f085';
    }

    .container.header header nav ul li.gone a:before {
        content: '\f0c0';
    }


    .container.header header span {
        color: #aaaaaa;
        display:none  !important;
    }
    .container.header header span.subtitle {
        color: #aaaaaa;
        display:none  !important;
    }

    /** submenu **/
    #category-submenu {
        display: flex;

    }
    #category-submenu ul {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    #category-submenu img {
        height: 1.5rem;
    }


    .single .brotkrumen,
    .archive .brotkrumen,
    .search .brotkrumen {
        padding-top: 0;
    }
    .anchor {
        display:block;
        margin-bottom: 4rem;
    }

    .games-list {
        padding-left: 0;
        padding-right: 0;
    }
    .games-list header {
        padding-left: 0;
        padding-right: 0;
    }
    .games-list img {
        max-height: 300px;
    }


    /** article style **/
    article.short,
    article.short header,
    article.short footer,
    article.short > div,
    article.single,
    article.single header,
    article.single footer,
    article.single > h2,
    article.single > div {
        padding: 0;
    }

    article.short {
        width: 100%;
        display:block;
        padding-bottom: 1.25rem;
        margin-bottom: 2.25rem;
        border-bottom: 1px solid #ccc;
        border-bottom: 1px solid #dedede;
        overflow:auto;
    }
    article.short p {
        margin-top:0;
    }
    article h4, article h3, article h2 {
        margin-top: 2.5rem;
    }
    article.short header {
        order: 3;
    }
    article.short header h2 {
        padding: 0 0 0rem 0;
    }
    article.short header a {
        text-decoration: none;
    }

    article.short footer {
        order: 5;
        padding: 0.0rem 0 1rem 0;
        font-size: 0.8rem;
    }
    article.short footer img {
        border-radius: 10px;
        width: 20px;
        height: 20px;
        margin: 0 0.2rem -0.35rem 0.2rem;
        display:inline-block;
    }

    article.short .post-thumbnail-short {
        order: 1;
    }
    article.short .post-thumbnail-short img {
        width: 100%;
    }

    article.short .excerpt {
        order: 4;
    }

    article.short .platforms {
        order: 2;
        font-size: 0.8rem;
        font-weight: bold;
        padding: 0 0 0.5rem 0;
    }

    article.short header h2 {
        margin: 0.75rem 0 0.75rem 0;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    article.short .platforms {
        padding-bottom: 0.75rem;
    }

    article.short.video div,
    article.short.video footer
    {
        padding: 0;
        margin:0;

    }
    div.short.video.list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }
    div.short.video.list .post-thumbnail-short {
        display: block;
        width: 100%;

    }
    .topvideo article.short,
    article.short.video {
        padding-bottom: 2rem
    }

    article.short.video {
        border-bottom: 5px solid;
    }

    article.short.video.list {
        flex: 0 1 30%;
        border-bottom: 0px;
    }
	article img.width-75,
	article img.w75 {
		max-width: 75%;
	}
	article img.width-50,
	article img.w50 {
		max-width: 50%;
	}
	article img.width-35,
	article img.w35	{
		max-width: 35%;
	}
	article img.width-25,
	article img.w25 {
		max-width: 25%;
	}
	article img.aligncenter {
		display:block;
		margin: 2rem auto;
	}


    .comments-area {
        padding: 0;
    }


    .pagination {
    }

    .post-navigation {
    }

    .post-navigation .post-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
    }

    /* restore screen-reader-text */
    .pagination .current .screen-reader-text {
        position: absolute !important;
    }

    .pagination .page-numbers {
        display: inline-block;
    }

    .site-main > article {
        padding-bottom: 1rem;
        margin-bottom: 2em;
    }

    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .page-header,
    .page-content,
    .content-bottom-widgets {

    }

	.site-footer {
		padding-bottom: 2rem;
	}
    .site-footer  div.flex {
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 1rem 1rem;
		box-sizing:border-box;
    }
    .site-footer  nav,
    .site-footer  section,
    .site-footer  div {

		box-sizing:border-box;
        flex: 1 50%;
        align-content: space-between;
		padding: 0 1rem;
    }
	.site-footer .tag-cloud ul li a {
		color: #777 !important;
	}
	.site-footer .tag-cloud ul li a:hover {
		color: #fff !important;
	}


    aside .widget fieldset {
        border: 0px solid #c0c0c0;
        padding: 0 0rem;
    }
    aside .widget fieldset div {
        display: block;
    }

    article.short.video {
        display:block;
    }

    .gamerz-adsense-video {
        display: block;
        float:right;
        width: 300px;
        padding: 0 !important;
        margin-bottom: 1rem;
    }
    article.short.video.first header,
    article.short.video.first .excerpt,
    article.short.video.first .meta,
    article.short.video.first footer {
        margin-right: 10rem;
    }


}



/* Large screens */
@media (min-width: 56em) {
    /** main widths **/
    .container.header header,
    .container.categoryMenu nav,
    #category-submenu,
    #content,
    .comments-area,
    .site-footer > div,
    .brotkrumen div.nav-breadcrumb {
    }
    .mobi-steady {
        display:none;
    }
    #page {
        margin-top:55px;
    }
    .container.header header div.logo img {
        height: 50px;
    }
    .container.header header nav ul li {
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
    .container.header header nav ul li {
        margin-left: 0rem;
        margin-right: 0.25rem;
    }
    /** MAIN MENU ICONS **/
    .container.header header nav ul li a {
        font-size: 1.2rem;
    }

    .container.header header nav ul li a:before {
        font-family: FontAwesome;
        margin-right: 0.35rem;
        font-size: 1.1rem;
        float:left;
        margin-top:0.3rem;
    }
    .container.header header nav ul li.games a:before {
        margin-top:0.25rem;
    }

    h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    header .subtitle {
    }
    .container.header header span.subtitle {
        display: block !important;
    }


}
/* Large screens */
@media (min-width: 64em) {
    /** main widths **/
    .container.header header,
    .container.categoryMenu nav,
    #category-submenu,
    #content,
    .comments-area,
    .site-footer > div,
    .inwave-ad {
        max-width:74em;
    }

    div.nav-breadcrumb {
        max-width: 74em;
    }
    #page {
        margin-top:68px;
    }

    .container.header header nav ul li {
        margin-left: 0.5rem;
        margin-right: 0.0rem;
    }
    article.short header h2 {
        margin: 0 0 0.75rem 0;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    article.short > div,
    article.short footer,
    article.short .platforms {
        margin-left: calc(35% + 1rem);
    }

    article.short footer {
        padding-top: 0;
    }
    article.short .post-thumbnail-short {
        order: 1;
        width:35%;
        margin-right: 1rem;
        float:left;
        display:block;
        overflow:hidden;
    }
    article.short .post-thumbnail-short img {
        width: 100%;
        margin-bottom: 0.9rem;
    }
    article.short .platforms {
        padding-bottom: 0.75rem;
    }

    .google-auto-placed {
        max-width:100%;
    }
    .google-auto-placed ins,
    .google-auto-placed iframe {
        margin: 0px auto !important;
    }
    

}



@media (max-width: 1023px) {
    .container.header header span.subtitle {
        display: none !important;
    }
}



/** animation templates **/

@-webkit-keyframes current-menu-item-rotate/* Safari and Chrome */ {
    from {

        /*
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        */
        margin-right: 0px;
        -webkit-transition: margin-right 1s ease-in;
        transition: margin-right 1s ease-in;
    }
    to {
        /*
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        */
        margin-right: 10px;
        -webkit-transition: margin-right 1s ease-out;
        transition: margin-right 1s ease-out;
    }
}
@keyframes current-menu-item-rotate {
    from {
        /*
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-right: 0px;
        */
        margin-right: 0px;
        -webkit-transition: margin-right 1s ease-in;
        transition: margin-right 1s ease-in;
    }
    to {
        /*
        margin-right: 0px;
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        */
        margin-right: 10px;
        -webkit-transition: margin-right 1s ease-out;
        transition: margin-right 1s ease-out;
    }
}