/*
Theme Name: opengamer_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opengamer_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

opengamer_theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    /*min-width: 1070px;*/
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote::before{
    content: url("/wp-content/uploads/2015/09/citationstecken.png")!important;
    float: left;
}

blockquote {
    margin: 0 1.5em;
    font-style: italic;
    padding: 0 20px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the
property for components that leverage other behavior;
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #760003;
    text-decoration: none;
    font-weight: 500;
}

a:visited {
    /*color: #ff2775;*/
}

a:hover,
a:focus,
a:active {
    color: #ff0009;
}

a:focus {
    /*outline: thin dotted;*/
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.nav-menu {
    float: left;
}

.site-header {
    position: absolute!important;
}
.site-branding {
    width: 30px!important;
}




@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
        min-width:370px;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    /*margin: 1.5em 0 0;*/
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Fuck yeah, OG code here
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

body
{
    font-family: Roboto, sans-serif;

    margin: 0;
    padding: 0;

    color: rgba(0,0,0,.7);
    background: #ddd;
}

h1
{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.66667;
}

p
{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.88235;
}

.fullwidth
{
    width: 100%;
}

#masthead
{
    position: fixed;
    z-index: 1000;
    float: left;
    width: 100%;
    min-width: 1070px;
    height: 63px;
    -moz-border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 #1F1A1A;
    -moz-box-shadow: 0 0 1px 0 #1F1A1A;
    box-shadow: 0 0 8px 0 #1F1A1A;
    /*height: 63px;*/
}

.header-wrapper
{
    width: 90%;
    margin: 0 auto;
    max-width: 1070px;
    min-width: 1070px;
}

.login-area {
    float: right;
    margin-top: 6px;
    margin-left: 20px;
}

#login-icon img {
    border-radius: 50px;
}

#login-box {
    position: absolute;
    top: 63px;
    width: 300px;
    padding: 20px;
    display: none;
    margin-left: -250px;
    margin-top: -5px;
    z-index: 9;
    text-align: right;
}

#login-box ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#login-box ul {
    margin: 0;
    padding: 0;
}

.lwa-form input {
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.lwa-form .lwa_wp-submit {
    width: 250px;
    padding: 8px;
    background-color: #eee;
    box-shadow: none;
    border-radius: 2px;
    color: #646464;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 100;
    border: 0;
}

.lwa-check {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

.lwa-info a {
    font-weight: 300;
    color: #3c3c3c;
}

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;

    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

/* checkbox aspect */
[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;

    -webkit-transition: .2s;
    transition: .2s;
}
/* Unchecked styles */
[type="checkbox"]:not(:checked) + label:before {
    top: 0px;
    width: 19px; height: 19px;
    border: 3px solid #ddd;
}
[type="checkbox"]:not(:checked) + label:after {
    top: 0px;
    width: 19px; height: 19px;
    border: 3px solid #eee;
    z-index: 0;
}
/* Checked styles */
[type="checkbox"]:checked + label:before {
    top: 0;
    width: 8px;
    height: 16px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #7fc900;
    border-bottom: 3px solid #7fc900;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}
[type="checkbox"]:checked + label:after {
    top: 0px;
    width: 19px; height: 19px;
    border: 3px solid #eee;
    background-color: #eee;
    z-index: 0;
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    top: 0;
    box-shadow: none;
    background-color: #444;
    width: 19px; height: 19px;
    border: 3px solid #444;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
[type="checkbox"]:disabled + label {
    color: #555;
}
[type="checkbox"]:disabled:not(:checked) + label:hover:before {
    border-color: #444;
}

/* hover style just for information */
[type="checkbox"]:not(:checked) + label:hover:before {
    border-color: #757575;
}

.lwa-form .lwa_wp-submit:hover {
    background-color: #ccc;
    box-shadow: none;
}

.lwa-nav-links {
    float: left;
    width: 250px;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
    margin-left: 10px;
}

.lwa-nav-links a {
    font-weight: 300;
    color: #3c3c3c!important;
}

.site-branding
{
    float: left;

    width: 170px;
    padding: 10px 0;
}

.logo-text a
{
    font-size: 30px;
    font-weight: 100;

    text-transform: uppercase;

    color: #000;
}

#site-navigation
{
    float: right;
    width: 375px;
}

.menu-item a
{
    font-family: 'Roboto Mono', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;

    display: inline-block;

    padding: 20px 10px;

    -webkit-transition: background .5s ease, color .3s ease;
    letter-spacing: .25px;
    text-transform: uppercase;

    color: #000;
    border-bottom: solid 2px #fff;
}

#menu-item a:hover
{
    border-bottom: solid 2px #eb0500;
}

#content-wrapper
{
    /*margin: 0 auto;*/
    /*width: 1070px;*/
}

#content
{
    float: left;

    width: 100%;
    /*min-width: 1070px;*/
    /*margin-top: 63px;*/
}

.entry-header
{
    width: 100%;
    height: 320px;
    background-color: #ccc;
    background-size: cover;
    background-position: center 50.000000%;
    margin-top: 63px;
}

.entry-header-shadow
{
    float: left;
    width: 100%;
    height: 320px;
    background: rgba(0, 0, 0, .33);
}

.entry-header-center {
    width: 1070px;
    margin: 0 auto;
}

.entry-header-title
{
    font-family: 'Roboto Mono', sans-serif;
    font-size: 40px;
    line-height: 1.6;

    float: left;

    margin: 10px 25px;

    color: #fff;
}

.entry-title
{
    float: left;

    width: 100%;
}

.entry-header-meta
{
    font-size: 20px;

    float: left;
    clear: both;

    margin-left: 5px;

    color: #fff;
}

.entry-top
{
    float: left;

    width: 100%;
}

.entry-top-meta
{
    float: right;

    width: 30%;
    margin-top: 20px;
}

.entry-top-meta a
{
    color: rgba(0,0,0,.7);
}

.entry-top-meta-el
{
    float: right;

    min-width: 50px;
    max-width: 100px;
    padding: 5px 0 5px 15px;
}

.both-side-full
{
    width: 1070px;
    margin: 0 auto;

    background: #fff;
}

.both-side-full p
{
    padding: 0 20px;
}

.both-side-side
{
    width: 1070px;
    margin: 0 auto;
}

.col-full
{
    width: 1070px;
    margin: 0 auto;
}

#colophon
{
    float: left;
    width: 100%;

    height: 200px;

    background-color: #fff;
}

.post-navigation
{
    float: left;
}

.footer-header
{

    float: left;
    width: 100%;
    height: 60px;

    background-color: #ececec;;
}

.footer-header-wrapper
{
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

.social-icons-list
{
    float: right;

    margin-top: 17px;
}

.social-icons-list li
{
    float: left;

    padding-right: 0;
    padding-left: 10px;

    list-style-type: none;
}

.footer-content
{
    width: 1070px;
    margin: 80px auto 0;
}

.footer-logo
{
    float: left;

    width: 200px;
    margin-top: 30px;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.footer-logo h2
{
    color: #000;
}

.footer-nav
{
    float: right;
}

.footer-nav ul li
{
    float: left;

    list-style-type: none;
}

.footer-nav ul li a:hover
{
    color: #e20900;
}

.entry-title-70
{
    float: left;
    font-weight: 300;
    width: 70%;
}

/* Review part */

.game-boxart
{
    float: left;

    width: 170px;
    margin-top: 30px;
    margin-left: 30px;
}

.review-title
{
    clear: none;

    width: 800px;
    margin-top: 20px;
}

.review-text
{
    clear: none;
}

.review-author
{
    height: 130px;

    background-color: #1B5E20;
}

.review-author-wrapper
{
    width: 760px;
    margin: 0 auto;
}

.review-author-image img
{
    float: left;

    width: 96px;
    height: 96px;
    margin-top: 20px;

    border-radius: 100px;
}

.review-author-name
{
    font-size: 20px;

    float: left;

    margin-top: 20px;
    margin-left: 25px;

    color: #fff;
}

.review-author-description
{
    float: left;

    width: 600px;
    margin-top: 5px;
    margin-left: 25px;

    color: #fff;
}

/* Article part */

.article-author
{
    float: left;

    width: 300px;
    height: 320px;
    padding: 30px;

    background: rgba(0, 0, 0, .55);
}

.article-author-image
{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.article-author-image img
{
    border-radius: 150px;
    width: 150px;
    height: 150px;
}

.article-author-name h2
{
    font-size: 28px;
    font-weight: 300;

    margin-top: 20px;

    text-align: center;

    color: #fff;
}

.article-author-name
{
    font-size: 28px;
    font-weight: 300;

    margin-top: 20px;

    text-align: center;

    color: #fff;
}

.article-author-name span {
    font-size: 18px;
    color: #aaa;
}

.article-title
{
    float: left;

    width: 770px;
}

/* Single News part */
.entry-title-box
{
    min-height: 130px;
    padding: 0 30px 30px 0;

    color: #fff;
    background: #B71C1C;
}

.entry-top-author
{
    float: left;

    width: 70%;
    padding: 20px 0 0 0;
}

.entry-top-author-image
{
    float: left;
}

.entry-top-author-image img
{
    border-radius: 60px;
}

.entry-top-text
{
    float: left;

    padding: 7px 15px;
}

.entry-top-author-name
{
    font-weight: 500;
}

.entry-top-post-date
{
    color: #8b8b8b;
}

/* multi width feature*/

.side
{
    width: 1070px;
}

.grey-background
{
    background: #ddd;
}

.white-background
{
    background: #fff;
}

.noside
{
    width: 100%;
}

.content-section
{
    margin: 0 auto;
}

.wrapper-side
{
    float: left;

    width: 1071px;

    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.wrapper-760
{
    width: 100%;
    margin: 0 auto;
    max-width: 780px;
    padding: 0 10px;
}

.wrapper-1070
{
    width: 1070px;
    margin: 0 auto;
}

.both-side-noside
{
    float: left;
    background: #fff;
    width: 100%;
}

.left-col-noside
{
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
}

.right-col-noside
{
    float: left;

    width: 260px;
    margin-right: 30px;
}

.both-side-side
{
    /*float: left;*/
    background: #ebebeb;
}

.left-col-side
{
    float: left;

    width: 760px;
    padding: 0 30px;

    border-right: 1px solid #ddd;
    background: #fff;
}

.right-col-side
{
    float: left;

    width: 310px;
}

/* widget part */

.widget
{
    float: left;

    width: 310px;
}

.widget-title-wrapper
{
    float: left;

    width: 310px;
    height: 60px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.widget-title-wrapper h1
{
    margin: 10px 20px;
    padding: 0;
}

.widget-content
{
    float: left;

    width: 310px;
    padding: 20px;
}

.widget ul
{
    margin: 0;
    padding: 0;
}

/* Post Like System */
@font-face
{
    font-family: 'like_font';
    font-weight: normal;
    font-style: normal;

    src: url('/wp-content/themes/opengamer_theme/inc/fonts/like_font.eot');
    src: url('/wp-content/themes/opengamer_theme/inc/fonts/like_font.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/opengamer_theme/inc/fonts/like_font.woff') format('woff'),
    url('/wp-content/themes/opengamer_theme/inc/fonts/like_font.ttf') format('truetype'),
    url('/wp-content/themes/opengamer_theme/inc/fonts/like_font.svg#like_font') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    @font-face
    {
        font-family: 'like_font';

        src: url('/wp-content/themes/opengamer_theme/inc/fonts/like_font.svg#like_font') format('svg');
    }
}

[data-icon]:before
{
    content: attr(data-icon);
}

[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before
{
    font-family: 'like_font';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    display: inline-block;

    text-decoration: inherit;
    text-transform: none;

    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icon-like:before
{
    content: '\f105';
}
.icon-unlike:before
{
    content: '\f106';
}
.icon-gear:before
{
    content: '\f104';
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin
{
    0%
    {
        -moz-transform: rotate(0deg);
    }
    100%
    {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin
{
    0%
    {
        -o-transform: rotate(0deg);
    }
    100%
    {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

a.jm-post-like
{
    font-weight: normal;

    display: inline-block;

    width: auto;

    -webkit-transition: all .3s ease-out .2s;
    -moz-transition: all .3s ease-out .2s;
    -o-transition: all .3s ease-out .2s;
}

a.jm-post-like.liked
{
    /*color: #da1b1b;*/
}

a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus
{
    color: #000;
}

/* news category part */

.category-head {
    width: 100%;
    margin-top: 63px;
    float: left;
    color: #fff;
    font-size: 50px;
    padding: 25px 0 20px 0;
    height: 130px;
}

.category-head-news {
    background-color: #731010!important;
}

.category-head-articles {
    background-color: #1A237E!important;
}

.category-head-reviews {
    background-color: #1B5E20!important;
}

.category-head-blogs {
    background-color: #263238!important;
}

.category-head-games {
    background-color: #512DA8!important;
}

#cat-page
{
    float: left;
    width: 100%;
    background: #ebebeb;
    /*margin-top: 74px;*/
}

.left-cat-col
{
    float: left;
    width: 310px;
    min-height: 300px;
}

.left-cat-h1-wrapper
{
    float: left;

    width: 310px;
    height: 60px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.left-cat-col h1
{
    margin: 10px 20px;
    padding: 0;

    text-align: center;
}

.left-cat-items-wrapper
{
    float: left;

    padding: 0 10px 10px 10px;
}

.left-cat-img
{
    float: left;

    width: 100px;
    margin-right: 10px;
}

.left-cat-item-title
{
    line-height: normal;

    float: left;
    clear: none;

    width: 180px;
    margin: 0;
}

.left-cat-item-title a
{
    font-weight: 100;

    color: rgba(0,0,0,.7);
}

.left-cat-item
{
    float: left;

    width: 100%;
    padding: 10px 0;

    border-bottom: 1px solid #ddd;
}

.right-cat-col
{
    float: left;

    width: 760px;
    min-height: 300px;
    padding: 30px;

    border-left: 1px solid #ddd;
    background: #fff;
}

.cat-entry-title
{
    clear: both;

    width: 100%;
}

/*TODO: Sort all this code*/
.full-entry-header
{
    position: relative;

    width: 100%;
    height: 300px;
}

.side-width
{
    width: 1070px;
}

.box-center
{
    margin: 0 auto;
}

.card-properties
{
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

.mdl-my-title
{
    position: relative;

    width: 1070px;
    margin: 159px auto 0;
    padding: 2px 30px;

    border-bottom: 1px solid #dbdbdb;
    background-color: #ececec;
}

/** Front-page layout */

#front-page-wrapper {
    width: 100%;
}

.front-page-center {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

#front-page {
    width: 100%;
    max-width: 1070px;
    float: left;
    background: #ddd;
    position: relative;
    margin-top: 63px;
}

.main-slider {
    width: 100%;
    height: 300px;
    float: left;
}

.stream-slider {
    width: 100%;
    height: 400px;
    float: left;
}

.front-page-content {
    width: 100%;
    float: left;
    margin-top:30px;
}

.front-page-left {
    float: left;
    width: 330px;
    height: 100%;
    margin-left: 20px;
}

.front-news-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.front-new-box-h {
    padding: 15px 20px;
    background: #B71C1C;
    color: #fff;
    width: 100%;
    float: left;
}

.front-new-box-h h3 {
    font-weight: 300;
    font-size: 20px;
    padding: 0;
    margin: 0;
    width: 80%;
    float: left;
}

.news-action {
    float: right;
    margin-top: 3px;
}

.front-page-right {
    max-width: 720px;
    height: 100%;
    float: left;
    padding: 0;
}

.front-news-item {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    float: left;
}

.front-news-image {
    width: 85px;
    height: 65px;
    float:left;
    background-size: cover;
}

.front-news-meta {
    width: 202px;
    margin-left: 20px;
    float: left;
}

.front-news-title a {
    font-weight: 300;
    color: #111111;
    font-size: 15px;
    height: 42px;
    overflow: hidden;
    float: left;
    width: 202px;
}

.front-news-time {
    font-size: 12px;
    color: #666666;
}

.front-news-date {
    text-align: center;
    color: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 6px 0;
    background-color: #E53935;
}

.front-card-item {
    width: 215px;
    height: 300px;
    float: left;
    border: 1px solid #000;
    border-radius: 3px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.recent-comments {
    float: left;
    width: 100%;
    height: 446px;
    overflow: hidden;
}

.recent-comments li{
    float: left;
    list-style-type: none;
}

.rc-item {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    float: left;
}

.rc-avatar {
    float: left;
}

.rc-avatar img {
    border-radius: 48px;
}

.rc-meta {
    width: 202px;
    margin-left: 20px;
    float: left;
    font-weight: 300;
    color: #111111;
    font-size: 15px;
    height: 64px;
    overflow: hidden;
}

.rc-meta a {
    font-weight: 500 !important;
    color: #111111;
    margin-right: 0!important;
}

.rc-box-h {
    padding: 15px 20px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}

.rc-box-h h3 {
    font-weight: 300;
    font-size: 20px;
    padding: 0;
    margin: 0;
    width: 80%;
    float: left;
}

.rc-action {
    float: right;
    margin-top: 3px;
}

.front-banner-side {
    width: 100%;
    height: 446px;
    float: left;
    margin-top: 20px;
}

.card-image {

}

.card-title {

}

.card-type {

}

.card-exerpt {

}

.card-meta {

}

.video-slider {
    width: 1030px;
    float: left;
    height: 440px;
    margin: 0 0 20px 20px;
}

.front-banner-width {
    width: 676px;
    height: 100px;
    background: #ccc;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.card {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 0 20px 20px;
}

.card-author {
    width: 100%;
    height: 70px;
    padding: 15px;
    float: left;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #757575;
    float: left;
}

.card-author-meta {
    width: 180px;
    margin-left: 20px;
    float: left;
}

.author-name {
    font-size: 15px;
    font-weight: 500;
}

.author-role {
    font-size: 12px;
    color: #666666;
}

.card-type {
    background: #FFF;
    color: #272727;
    border-radius: 2px;
    transition: 0.4s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-type:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.card .title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
}
.text{
    overflow:hidden;
    margin-top:-40px;
}

.text:before{
    content:"";
    display:block;
    height:40px;
    position:relative;
    top:135px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

.card .content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
    height: 150px;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px #fff;
}
.card p {
    margin: 0;
}

.card .content p {
    line-height: 1.7;
    font-weight: 300;
    font-size: 16px;
}

.card .action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 10px 0 10px 20px;
    width: 100%;
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -10px 28px 5px rgba(255,255,255,1);
    -moz-box-shadow: 0px -10px 28px 5px rgba(255,255,255,1);
}
.card a {
    color: #272727;
    margin-right: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

.card .action a {
    color: #272727;
}

.card .action-blue {
    background-color: #283593;
}

.card .action-green {
    background-color: #1B5E20;
}

.card .image {
    position: relative;
    height: 180px;
    overflow: hidden;
}
.card .image img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .image .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 20px;
    color: #FFF;
    /*background-color: rgba(0, 0, 0, 0.36);*/
    width: 100%;
}

.card .card-link {
    float: left;
    width: 100%;
}

.card-width {
    width: 676px;
}

.front-like {
    float: right;
}

.front-like a{
    font-size: 17px;
}

.front-share {
    float: right;

}

.front-share a {
    font-size: 17px;
}

.front-reviews {
    width: 676px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.front-reviews img{
    width:160px;
}

.reviews-box-h {
    padding: 10px 20px 10px 20px;
    background: #1B5E20;
    color: #fff;
}

.reviews-box-h h3 {
    font-weight: 300;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.author-avatar img {
    border-radius: 60px;
}

.dark-green {
    /*background-color: #1B5E20;*/
    background-color: #fff;
}

.dark-blue {
    /*background-color: #1A237E;*/
    background-color: #fff;
}

.single-review {
    width: 218px;
    height: 338px;
    float: left;
    margin-left: 10px;
}

.single-review:first-child {
    margin-left: 0;
}

.sr-image {
    width: 100%;
    background-color: #ccc;
    height: 270px;
    background-size: cover;
}

.sr-meta {
    width: 100%;
    height: 68px;
    float: left;
}

.sr-text {
    font-size: 14px;
    float: left;
    width: 130px;
}

.sr-title {
    margin: 22px 0 0 16px;
    width: 150px;
    float: left;
    font-size: 17px;
}

.sr-author {
    width: 150px;
    float: left;
    margin: 0 0 0 16px;
}

.sr-action {
    min-width: 36px;
    float: right;
    position: relative;
    margin: 22px 16px;
    font-size: 17px;
}

.fr-header {
    margin-bottom: 10px;
    padding: 15px 20px;
    float: left;
    width: 100%;
    background-color: #263238;
    color: #fff;
}

.fr-header h3{
    margin: 0;
    font-weight: 300;
    width: 80%;
    float: left;
}

.arrow-link {
    float: right;
}

.news-action a {
    color: #fff;
}

.arrow-link a {
    color: #ffffff;
}

.list-header {
    width: 676px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: #6D6C6C;
    color: #fff;
}

.list-header h3 {
    width: 80%;
    float: left;
    font-weight: 300;
    margin: 0;
}

.list-action {
    margin-top: 3px;
}

.top-cards {
    float: left;
    width:100%;
}

.top-header {
    width: 1030px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #263238;
    color: #fff;
}

.top-header h3 {
    width: 80%;
    float: left;
    font-weight: 300;
    margin: 0;
}

.category-header {
    width: 1030px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 20px;
    color: #0e0e0e;
}

.category-header h3 {
    width: 80%;
    float: left;
    font-weight: 300;
    margin: 0;
}

.single-top {
    width: 330px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.st-avatar {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #272727;
}

.st-image {
    width: 100%;
    height: 225px;
    float: left;
    position: relative;
}

.st-info {
    padding: 16px 16px 16px 16px;
    background-color: #272727;
    width: 100%;
    float: left;
    color: #fff;
    position: relative;
    height: 86px;
}

.st-info a {
    color: #fff;
}

.st-footer {
    padding: 8px;
    width: 100%;
    float: left;
}

.st-title {
    font-size: 18px;
    float: left;
    width: 190px;
}

.st-action {
    max-width: 66px;
    float: right;
    position: absolute;
    font-size: 17px;
    bottom: 16px;
    right: 16px;
}

.st-author {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    position: absolute;
    bottom: 0;
}

.single-video {
    width: 680px;
    height: 380px;
    float: left;
    margin-left: 20px;
}

.sd-avatar {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #272727;
}

.sd-image {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.sd-info {
    padding: 16px 16px 16px 16px;
    background-color: #272727;
    width: 100%;
    float: left;
    color: #fff;
    position: relative;
}

.sd-info a {
    color: #fff;
}

.sd-footer {
    padding: 8px;
    width: 100%;
    float: left;
}

.sd-title {
    font-size: 18px;
    float: left;
    width: 190px;
}

.sd-action {
    max-width: 66px;
    float: right;
    position: absolute;
    font-size: 17px;
    bottom: 16px;
    right: 16px;
}

.sd-title-box {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px 30px;
}


.author-date {
    font-size: 12px;
    color: #b9b9b9;
}


.google-expando {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.google-expando--wrap {
    position: relative;
    width: 100%;
}

.google-expando__icon {
    border-radius: 90%;
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    height: 24px;
    width: 24px;
    padding: 6px;
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    text-align: center;
    background: #224687;
    color: white;
}
.google-expando__icon svg {
    height: 24px;
    vertical-align: text-bottom;
    width: 24px;
    fill: white;
}
.google-expando__icon:hover {
    cursor: pointer;
}

.google-expando__card {
    border-radius: 2px;
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    height: auto;
    max-width: 340px;
    margin: 0 auto;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: 1;
    background: white;
    opacity: 0;
}

.google-expando__icon.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.google-expando__card.active {
    height: auto;
    padding: 48px;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/** Category part */

.lwa-info a {
    color: #000!important;
    border-bottom: none!important;
}

.cp-center {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

.reviews {
    background-color: #388E3C!important;
    color: #fff;
}

.reviews a {
    color: #fff;
}

.reviews li a {
    border-bottom: solid 2px #388E3C;
}

.blogs {
    background-color: #37474F!important;
    color: #fff;
}

.blogs a {
    color: #fff;
}

.blogs li a {
    border-bottom: solid 2px #37474F;
}

.articles {
    background-color: #303F9F!important;
    color: #fff;
}

.articles a {
    color: #fff;
}

.articles li a {
    border-bottom: solid 2px #303F9F;
}

.news {
    background-color: #B71C1C!important;
    color: #fff;
}

.news a {
    color: #fff;
}

.news li a {
    border-bottom: solid 2px #B71C1C;
}

.logo-category {
    font-size: 28px;
    margin: 20px 0 10px 0;
}

.cover {
    -webkit-background-size: cover;
    background-size: cover;
}

.card .image-review {
    position: relative;
    height: 450px;
    overflow: hidden;
    width: 100%;
}

.card .image-review img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .image-review .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.card .image-shadow {
    width: 100%;
    height: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.3);
}

.card .image-articles {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card .image-articles img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .image-articles .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.card-author-meta-review {
    width: 180px;
    margin-left: 20px;
    float: left;
}

.card .image-news {
    position: relative;
    height: 180px;
    overflow: hidden;
    width: 100%;
}

.card .image-news img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.review-share {
    padding-top: 6px;
    font-size: 20px;
    display: none;
}

.review-score {
    width: 150px;
    height: 150px;
    border: 10px solid #fff;
    border-radius: 150px;
    float: left;
    margin-top: 100px;
    margin-left: 85px;
}

.posts-navigation {
    width: 100%;
    float: left;
}

.article-author {
    color: #fff;
}

.article-author a {
    color: #fff;
}

.article-content {
    padding-top: 0!important;
}

.title-news {
    padding-bottom: 16px;
}

.card .content-news {
    padding: 20px;
    border-radius: 0 0 2px 2px;
    height: 290px;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px #fff;
}

.comment-area {
    width: 100%;
    margin: 0 auto;
    max-width: 780px;
}

.comment-area .comments-title {
    margin-top: 30px;
    float: left;
}

.comment-area .submit {
    padding: 15px 30px;
    font-size: 14px;
    box-shadow: none;
    float: right;
    background: #2196f3;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
}

.form-submit {
    margin: 0;
}

.comment-area .submit:hover {
    box-shadow: none;
}

.comment-login span {
    color: #807D7D;
    float: left;
    margin: 20px 0;
    width: 100%;
    font-weight: 100;
}

.comment-login-wrapper {
    width: 300px;
    float: left;
    margin-top: 12px;
}

.comment-form {
    position: relative;
    margin-bottom: 20px;
}

.comments-stock-avatar {
    float: left;
    height: 36px;
    width: 36px;
    border-radius: 40px;
}

#comment-form-fields {
    width: 668px;
    float: left;
    height: 36px;
}

.comment-form-author input, .comment-form-email input {
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    height: 35px;
    padding: 0;
    margin: 0 25px;
}

.comment-form-author, .comment-form-email {
    float: left;
}

.form-submit .submit {
    float: right;
    text-transform: uppercase;
    border-radius: 2px;
    height: 36px;
    font-size: 14px;
    padding: 0 16px;
}

.comments-filters {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #dcdcdc;
    color: #757575;
    height: 48px;
}

.comments-filter {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 42px 16px;
    border-bottom: 3px solid transparent;
}


/** Comments End **/

.center-1070 {
    width: 1070px;
    margin: 0 auto;
}

.center-780 {
    width: 100%;
    max-width: 820px;
    padding: 0 20px;
    margin: 0 auto;
}

.category-slider {
    width: 100%;
    float: left;
    height: 320px;
    background-color: #000;
    margin-bottom: 20px;
}

.entry-footer {
    width: 100%;
    background-color: #ececec;
    float: left;
}

.section-bottom {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#pagination {
    max-width: 180px;
    margin: 0 auto;
    padding: 8px 20px;
    text-align: center;
}

#pagination a {
    color: #000;
    font-weight: 300;
}

.post-type {
    text-transform: uppercase;
}

/** Comentss Area */

.commentator-comment-body {
    padding: 10px 20px!important;
    background-color: #F9F9F9;
    border: 1px solid #E2DDDD;
    border-radius: 2px;
}

.commentator-comment-content .commentator-avatar {
    margin-top: 20px!important;
}

.commentator-textarea-wrapper .commentator-textarea {
    overflow-y: auto!important;
    border-radius: 2px!important;
    font-size: 15px!important;
}

.commentator-pull-right {
    display: none;
}

/* page area */

.both-side-page {
    min-height: 600px;
    padding: 50px 100px;
    margin: 100px 0;
    float: left;
    width: 1070px;
}

/* author page area */

.author-header {
    background: url("/wp-content/uploads/2015/11/321.jpg");
    background-size: cover;
}

.user-photo img {
    border-radius: 200px;
    border: 5px solid #6B6B6B;
}

.a-header-left {
    min-width: 200px;
    float: left;
    padding: 57px 57px 0 57px;
}
.a-header-right {
    float: left;
    padding: 57px 40px 0 40px;
    max-width: 755px;
    color: #fff;
    height: 272px;
    overflow: hidden;
}

.a-header-right h1 {
    font-size: 38px;
    margin: 0;
}

.a-header-right p {

}

.registration span {
    color: #a3a3a3;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.author-pubs {
    margin-left: 20px;
}

.author-desc {
    height: 85px;
}

.tabs-menu {
    float: right;
    clear: both;
    list-style-type: none;
    margin: 0;
}

.tabs-menu li {
    line-height: 30px;
    float: left;
    margin-right: 10px;
    padding: 8px;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.tabs-menu li.current {
    position: relative;
    border-bottom: 2px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    /*color: #2e7da3;*/
}

.tab {
    float: left;
    width: 100%;
}

.tab-content {
    display: none;
}

#tab-1 {
    display: block;
}

.author-stream {
    width: 100%;
    padding: 30px 0;
    background: #4C4B4B;
}

.author-profile {
    margin-top: 30px;
}

.author-profile-left {
    width: 720px;
    height: 100%;
    float: left;
    margin-bottom: 30px;
}

.author-profile-right {
    width: 350px;
    float: left;
}

.user-comments {
    float: left;
    width: 330px;
    margin-left: 20px;
    overflow: hidden;
}

.user-comments li{
    float: left;
    list-style-type: none;
}

.author-h3 .rc-box-h {
    background: #424242;
    color: #eee;
}

.statistic-body {
    float: left;
    width: 100%;

}
.stat-single {
    padding: 10px 20px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}

.stat-title {
    width: 75%;
    float: left;
}

.stat-title span {
    margin-top: 5px;
    float: left;
    font-size: 17px;
}

.count-right {
    float: right;
    width: 25%;
    text-align: right;
    font-size: 22px;
}

.instagram-body {
    padding: 10px 10px 0 10px;
    float: left;
}

.author-contacts {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.author-contacts li {
    float: left;
    width: 100%;
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
}

.contacts-icon {
    font-size: 27px;
    color: #555;
    float: left;
    width: 30px;
    padding-right: 50px;
    margin-top: 3px;
}

.contacts-link {
    float: left;
    min-width: 180px;
    color: #555;
    font-weight: 500;
}

.contacts-link a {
    color: #555;
    font-weight: 500;
}

.contact-bottom {
    float: left;
    font-size: 13px;
    color: #777;
    height: 15px;
}

.blog-author-desc {
    color: #fff;
    font-size: 22px;
    padding: 20px 50px;
    max-height: 125px;
}

/** Author timeline **/

.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #9E9E9E;
    left: 20%;
    margin-left: -10px;
}

.cbp_tmtimeline > li {
    position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #78909C;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #616161;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #757575;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #616161;
    color: #fff;
    padding: 1em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 2px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #757575;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #616161;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #757575;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #424242;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #9E9E9E;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
    content: "\e000";
}

.cbp_tmicon-screen:before {
    content: "\e001";
}

.cbp_tmicon-mail:before {
    content: "\e002";
}

.cbp_tmicon-earth:before {
    content: "\e003";
}

/* Blog category goes on */

.blog-stat-single {
    width: 200px;
    float: left;
    padding: 20px;
    background: rgba(0, 0, 0, 0.46);
    color: #ddd;
    text-align: center;
    margin: 20px 0 20px 20px;
}

.blog-stat-title {
    width: 100%;
}

.blog-count-right {
    font-size: 25px;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #616161;
        top: -20px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #757575;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}


/** Mobile fixes **/

.mobile-menu {
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    font-size: 28px;
    color: #fff;
    float: right;
}

.mobile-menu:hover {
    box-shadow: none;
}

.cbp-spmenu {
    background: #fff;
    position: fixed;
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}
.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
    z-index: 9999;
}

#showLeft {
    float: right;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 28px;
    color: #fff;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mobile-menu li a{
    font-family: 'Roboto', Roboto, sans-serif;
    border-bottom: 1px solid #731010;
    width: 100%;
    padding: 15px 30px;
    text-transform: none;
    font-size: 18px;
}

#mobile-menu li a:hover {
    background: #731010;
}

.mobile-menu-title {
    background: #731010;
    height: 97px;
    padding: 40px 30px;
    margin: 0;
    font-size: 30px;
    font-weight: 100;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .main-slider, .recent-comments, .front-reviews{
        display: none;
    }

    .mobile_hide {
        display: none;
    }

    #showLeft {
        display: block!important;
    }
}


/* Star Wars */
@import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700);
.views-icon {
    height: 17px;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}

/*.sw-fake:hover .fake-name {*/
/*display: none;*/
/*}*/
/*.sw-fake .real-name {*/
/*display: none;*/
/*}*/
/*.sw-fake:hover .real-name {*/
/*display: block;*/
/*}*/


/** Comments part **/

.comment-respond #comment_ifr {
    height: 200px!important;
}

.comment-respond .mce-statusbar {
    border-top:none;
}

.comment-respond .mce-tinymce {
    border: solid 1px #ccc;
    border-width: 1px!important;
}

.comment-respond .mce-toolbar-grp {
    background: #fff;
}

.comment-respond .mce-toolbar .mce-btn button {
    box-shadow: none;
}

.comment-respond .mce-ico .mce-i-bold {
    color: #555;
}

.comment-notes {
    display: none;
}

.form-submit {
    float: right;
}

.comment-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

.comment-list:before {
    content: '';
    width: 2px;
    height: 100%;
    border-left: 2px dashed #D7DADC;
    position: absolute;
    left: 27px;
    top: 30px;
}

.comment-list:after {
    content: '';
    position: absolute;
    background: #D7DADC;
    bottom: -30px;
    left: 25px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment-list ol {
    list-style-type: none;
    margin-bottom: 0;
}

.comment {
    float: left;
    width: 100%;
    position: relative;
}

.children {

}

.children .depth-2:before {
    content: '';
    width: 60px;
    height: 2px;
    border-bottom: 2px dashed #D7DADC;
    position: absolute;
    top: 56px;
    left: -60px;
}

.children .depth-3:before {
    content: '';
    width: 150px;
    height: 2px;
    border-bottom: 2px dashed #D7DADC;
    position: absolute;
    top: 56px;
    left: -147px;
}

.children .depth-4:before {
    content: '';
    width: 280px;
    height: 2px;
    border-bottom: 2px dashed #D7DADC;
    position: absolute;
    top: 56px;
    left: -235px;
}

.children .depth-5:before {
    content: '';
    width: 350px;
    height: 2px;
    position: absolute;
    top: 56px;
    left: -325px;
    border-bottom: 2px dashed #D7DADC;
}

.comment-wrapper {
    clear: both;
    width: 100%;
    padding: 20px 0 20px 70px;
}

.comment-left {
    margin-right:20px;
    position: absolute;
    margin-top: 30px;
}

.comment-left img {
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border-radius: 65px;
    width: 55px;
    height: 55px;
}

.comment-right {
    float: left;
    padding: 10px 20px!important;
    background-color: #F9F9F9;
    border: 1px solid #E2DDDD;
    border-radius: 2px;
    width: 100%;
}

.comment-time {
    font-size: .75em;
    color: #869298;
}

.author-comment a {
    color: #777;
    line-height: 17px;
    font-size: .87em;
    position: relative;
}

.comment-content p {
    padding: 4px 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.reply a {
    margin: 0 7px 0 0;
    padding: 0;
    font-size: .80em;
    line-height: 15px;
    color: #777;
}

#wp-comment-wrap {
    margin-bottom: 20px;
}

.comments-filters {
    display: none;
}

/** Colors **/

.news-bg {
    background: #B71C1C;
}

.news-border {
    border-bottom: 3px solid #731010;
}

.reviews-bg {
    background: #388E3C;
}

.reviews-border {
    border-bottom: 3px solid #1B5E20;
}

.articles-bg {
    background: #303F9F;
}

.articles-border {
    border-bottom: 3px solid #1A237E;
}

.blogs-bg {
    background: #37474F;
}

.blogs-border {
    border-bottom: 3px solid #263238;
}





/* New Front Page */

.fp-wrapper {
    width: 1070px;
    margin: 0 auto;
}

.fp-page {
    width: 100%;
    background: #E0E0E0;
    min-height: 1600px;
    float: left;
    margin: 65px 0;
    position: relative;
}

.fp-content {
    width: 100%;
    float: left;
}

.fp-header {
    color: #fff;
    width: 100%;
    float: left;
}

.fp-header h2 {
    font-size: 25px;
    padding: 10px 0 10px 50px;
    margin: 0;
    font-weight: 100;
    width: 200px;
    float: left;
}

.fp-articles-posts {
    width: 100%;
    height: 302px;
    background: #fff;
    border-bottom: 2px solid #B71C1C;
    float: left;
}

.fp-articles-post:first-child {
    width: 500px;
    height: 300px;
    float: left;
    background: #000;
    background-size: cover;
}

.fp-articles-post {
    width: 285px;
    height: 150px;
    float: left;
    background: #000;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: inset 0px -107px 88px -4px rgba(0,0,0,0.65);
    -moz-box-shadow: inset 0px -107px 88px -4px rgba(0,0,0,0.65);
    box-shadow: inset 0px -107px 88px -4px rgba(0,0,0,0.65);
}

.fp-articles-post-title {
    position: absolute;
    bottom: 11px;
    left: 13px;
    color: #fff;
    padding: 20px 10px;
    font-size: 18px;
}

.fp-articles-post-title a {
    color: #fff;
    font-weight: 100;

}

.fp-cards {
    margin-top: 20px;
}

.fp-news {
    float: left;
    width: 348px;
}

.fp-news-block {
    width: 328px;
    height: 912px;
    float: left;
    margin: 20px 0 0 20px;
    background: #fff;
}

.fp-news-single:last-child {
    border-bottom: none;
}

.fp-news-banner {
    width: 328px;
    height: 446px;
    float: left;
    margin: 20px 0 0 20px;
    background: #fff;
}

.fp-reviews-wrapper {
    width: 100%;
    padding: 0 0 20px 0;
    float: left;
}

.fp-reviews {
    width: 100%;
    height: 350px;
    float: left;
}

.fp-reviews-header {
    background: #fff;
    color: #fff;
    width: 100%;
    float: left;
}

.fp-reviews-header h2 {
    font-size: 25px;
    padding: 10px 0 10px 50px;
    margin: 0;
    font-weight: 100;
    width: 200px;
    float: left;
}

.fp-news-single {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 9px 16px;
    float: left;
}

.fp-nimage {
    float: left;
    width: 85px;
    height: 65px;
    margin: 0 11px 0 0;
    background-color: #000;
    background-size: cover;
}

.fp-ntext {
    float: left;
    width: 200px;
    height: 66px;
    overflow: hidden;
}

.fp-ntitle {
    float: left;
    font-size: 15px;
    font-weight: 100;
}

.fp-ntitle a {
    color: #212121;
    text-decoration: none;
    font-weight: 100;
}

.fp-ndesc a {
    color: #969696;
    text-decoration: none;
}

.fp-ndesc {
    float: left;
    font-size: 13px;
}

#owl-demo .item{
    background-size: cover;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 260px;
    position: relative;

    -webkit-box-shadow: inset 0px -114px 93px -27px rgba(0,0,0,0.66);
    -moz-box-shadow: inset 0px -114px 93px -27px rgba(0,0,0,0.66);
    box-shadow: inset 0px -114px 93px -27px rgba(0,0,0,0.66);
}

.owl-carousel {
    float: left;
}

.customNavigation{
    float: right;
    margin: 17px;
    width: 100px;
}

.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 10px 15px;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    color: #F7F7F7;
}

.item h3 {
    position: absolute;
    bottom:5px;
    text-align: center;
    width: 100%;
    font-weight: 100;
    line-height: 1.3;
}

body {
    background: #333;
}

.collapse {
    float: right;
    cursor: pointer;
    font-size: 18px;
    color: #ccc;
}

.zaki_like_dislike img {
    display: none;
}

.zaki_like_dislike_box {
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.zaki_like_dislike_like {
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/opengamer_theme/inc/img/vote_up.png);
    background-size: contain;
    float: left;
}

.zaki_like_dislike_dislike {
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/opengamer_theme/inc/img/vote_down.png);
    background-size: contain;
    float: right;
}

.zaki_like_dislike_count {
    float: left;
}

.hyper-x {
    /*display: none;*/
}

.center-670 {
    width: 670px;
    margin: 150px auto 100px;
}

.comment-list {
    width: 100%;
}