/*
Theme Name: csgo
Theme URI: #
Author: Web2Web
Author URI: #
Description: A WordPress theme for CSGO Betting UK.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: csgo
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.

csgo is based on Underscores # (C) 2025-2016 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 #
*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

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: 1em 40px;
}

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-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-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    line-height: normal;
}

p {
    margin: 20px 0;
}

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

blockquote {
	margin: 0 20px;
}

address {
	margin: 0 0 20px;
}

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 # */
	box-sizing: inherit;
}

body {
    background-color: #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 20px 40px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 20px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
    text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	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 {
	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,
.main-navigation .current-menu-ancestor > a {
}

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

.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.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;
    margin: 0 0 20px;
}

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

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

/*--------------------------------------------------------------
## 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-left: auto;
	margin-right: auto;
}

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

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

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

/* 
** CSGO 
*/
body { 
    background-color: #282828;
    background-image: url("img/csgo-bg-noise.png");
}
.site { 
    background-image: url("img/csgo-bg-art.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

#csgo-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.floatclear:after {
    content: "";
    clear: both;
    display: table;
}

/* Header */
.site-header img.custom-logo {
    max-width: 350px;
    padding-top: 30px;
}
.site-header .site-description {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0;
}

#csgo-wrap.site-branding {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-ad-left, .header-ad-right {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    float: left;
}
.site-branding { text-align: center; }
/*.site-branding {
    display: inline-block;
    width: 100%;
    max-width: 50%;
    float: left;
    text-align: center;
}*/

/* Header Menu */
nav#site-navigation { 
    padding: 40px 0 50px 0; 
}
nav#site-navigation ul { text-align: center; }
nav#site-navigation ul li {
    padding: 0 15px;
    float: none;
    display: inline-block;
}
nav#site-navigation ul li:last-child { border-right: 0; }

nav#site-navigation li a { 
    color: #fff; 
    text-transform: uppercase;
    font-weight: 600;
}

nav#site-navigation li.current-menu-item:after,
nav#site-navigation li:hover:after,
h2.csgo-specs-title:after, nav#site-navigation li.current-menu-item:after,
nav#site-navigation li.current_page_item:after {
    content: "";
    border-bottom: 3px solid #ffa200;
    width: 25px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
nav#site-navigation li:hover>a { color: #ffa200; }

nav#site-navigation li.current-menu-item a,
nav#site-navigation li.current_page_item a {
    color: #ffa200;
}

/* Home */
.advert-left, .advert-right {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    float: left;
    text-align: center;
}
.content-area #csgo-wrap {
    max-width: 50%;
    float: left;
}
.advert-left img, .advert-right img { max-width: 160px; }

ul.csgo-latest-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.csgo-post {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    color: #000;
    border-radius: 18px;
    overflow: hidden;
}

.post-thumbnail, .post-content {
    display: inline-block;
    width: 100%;
}
.post-thumbnail { 
    max-width: 25%;
    line-height: 0;
    background: #ec1f24;
}
.post-thumbnail .default-img { 
    height: 56%;
    position: relative;
    width: 100%;
    display: inline-block;
}
.post-thumbnail .default-img>img {
    position: absolute;
    width: 100%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    bottom: 15px;
    max-width: 180px;
}
.post-thumbnail>img {
    width: 100%;
}
.post-content {
    max-width: 75%;
    padding-left: 30px;
    padding: 30px;
}

.csgo-post-title { 
    margin: 0 0 20px 0;
}
.csgo-post-title a {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

.wrap-title-rating .csgo-post-title {
    display: inline-block;
    width: 100%;
    max-width: 74%;
    float: left;
}
.wrap-title-rating .csgo-rating {
    display: flex;
    width: 100%;
    max-width: 26%;
    min-width: 80px;
    float: left;
    white-space: nowrap;
}
.csgo-rating .star { padding-right: 4px; }
.csgo-rating .star:last-child { padding-right: 0; }

.csgo-title-excerpt, .csgo-buttons {
    display: inline-block;
    width: 100%;
    float: left;
}
.csgo-title-excerpt {
    max-width: 70%;
}
.csgo-excerpt-wrap {
    color: #1c1c1c;
    font-size: 13px; 
} 
.csgo-buttons { 
    max-width: 30%;
    padding-left: 20px;
}

.csgo-buttons a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 25px;
    font-weight: 700;
}
.csgo-buttons a:last-child { margin-bottom: 0; }
a.csgo-button-review, a.csgo-button-read { 
    background: #2d2d2d;
    color: #fff;
}
a.csgo-button-play { 
    background: #ffa200; 
    color: #000;
}

.load-more-wrap { 
    text-align: center; 
    margin: 40px 0;
}
a.csgo-load-more {
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    background: #2d2d2d;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-thumbnail a.csgo-button-play {
    display: inline-block;
    line-height: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    color: #fff;
    padding: 3px 10px;
}

.csgo-post .has-thumbnail { position: relative; }
.has-thumbnail a.csgo-button-play {
    display: inline-block;
    line-height: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
}
a.csgo-button-play:hover { color: #ffa200; }

a#more_reviews, a#more_posts { cursor: pointer; }

.home-content { 
    color: #fff;
    font-size: 13px;
    margin-bottom: 50px;
}

a.button:hover {
    color: #fff;
    background: #ec1f24;
}

/* Footer */
footer.site-footer {
    background-color: #000;
}
#csgo-footer-wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
#footer-widgets { margin: 40px 0; }
.footer-widget {
    display: inline-block;
    width: 100%;
    max-width: 33.33333%;
    float: left;
    color: #fff;
    font-size: 13px;
}
.footer-widget a { color: inherit; }
.footer-widget a:hover { color: #ffa200 !important; }

h2.footer-title {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}
h2.footer-title:after {
    content: "";
    border-bottom: 3px solid #ffa200;
    width: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-widget.footer-2 {
    text-align: center;
}
.footer-widget.footer-2 img { max-width: 240px; }
.footer-widget ul.menu {
    text-align: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.footer-widget .widget_nav_menu ul li {
    padding: 0 9px;
    float: none;
    display: inline-block;
}
.footer-widget .widget_nav_menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

@media screen and ( min-width: 769px ) {
    .footer-1 { padding-right: 5%; }
    .footer-3 { padding-left: 5%; }
}

/* Breadcrumbs */
.csgo-breadcrumbs {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    font-size: 12px;
}

ul#csgo-crumbs {
    list-style: none;
    padding: 0;
}
ul#csgo-crumbs li {
    display: inline-block;
}
ul#csgo-crumbs a {
    text-decoration: none;
    color: #fff;
}
ul#csgo-crumbs a:hover { color: #ffa200; }

span.breadcrumb-seperator {
    padding: 0 5px;
    color: #fff;
}
strong.bread-current {
    color: #ffa200;
    font-weight: 600;
}

/* Single Post */
#csgo-wrap.single-page, #csgo-wrap.csgo-page, #csgo-wrap.page-404 { 
    background: #fff; 
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    color: #000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.default-single-cover, .page-title-cover {
    background: #ec1f24;
    text-align: center;
    padding: 30px 0;
}
.post-single-cover {
    background: #ec1f24;
    text-align: center;
    line-height: 0;
}
.post-single-cover>img {
    width: auto;
    max-height: 120px;
}

h2.single-post-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}
.single-post-content, .page-content-404 { padding: 40px; }
.wrap-title-rating h2.single-post-title {
    display: inline-block;
    width: 100%;
    max-width: 74%;
    float: left;
}

.post-content-wrap .entry-meta {
    display: inline-block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #797979;
}

.csgo-video, .csgo-video-placeholder {
    display: inline-block;
    margin: 20px 0;
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.csgo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.csgo-videoshot {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    float: none;
    clear: both;
}
.csgo-video-placeholder { padding: 0; }

.single-post-content .post-content-wrap {
    display: inline-block;
    width: 100%;
    max-width: 55%;
    float: left;
    font-size: 13px;
}
.csgo-buttons.right { margin-top: 45px; }
.single-post-content .csgo-buttons {
    display: inline-block;
    width: 100%;
    max-width: 45%;
    float: left;
}

.csgo-buttons a.button {
    max-width: 135px;
}
.single-post-content a.csgo-button-play.right { float: right; }

.csgo-payment-options { 
    text-align: right; 
    margin-top: 20px;
}
img.payment-option { 
    height: 20px;
    padding-right: 5px;
    opacity: 0.5;
}
img.payment-option:last-child { padding-right: 0; }

.csgo-advantages, .csgo-disadvantages {
    display: inline-block;
    width: 100%;
    max-width: 50%;
    float: left;
    font-size: 13px;
}
.csgo-advantages { padding-right: 30px; }

h2.csgo-specs-title {
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
h2.csgo-specs-title:after { 
    margin: initial;
    bottom: 0;
    width: 30px;
}

.csgo-post-footer { margin-top: 15px; }
.csgo-post-footer .csgo-payment-options {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 30px 0;
}
.csgo-post-footer .csgo-buttons {
    max-width: none;
    text-align: center;
    padding: 0;
}

.type-post .post-content-wrap, .type-post h2.single-post-title {
    float: none;
    max-width: none;
}

/* Page */
#csgo-wrap.csgo-page, #csgo-wrap.single-page,
#csgo-wrap.page-404 { min-height: 630px; }

.page-title-cover h1 { 
    color: #fff; 
    line-height: 0;
}

.csgo-page-content {
    padding: 30px;
    font-size: 13px;
}
.csgo-page-content *:first-child {
    margin-top: 0;
}

nav.main-navigation button.menu-toggle:after {
    display: inline-block;
    content: "";
    background-image: url("img/mobile-menu-bars.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    margin-left: 5px;
    vertical-align: -3px;
}
nav.main-navigation button.menu-toggle {
    background: transparent;
    color: #fff;
    border: 0;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

/* Blog Page */
body.page-template-page-blog .csgo-button-play,
body.page-template-page-blog .csgo-rating { display: none; }
body.page-template-page-blog .default-img {
    height: 67%;
    position: relative;
    width: 100%;
    display: inline-block;
}
a.csgo-button-read { min-width: 113px; }

/* Media Queries */
@media screen and ( min-width: 769px ) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and ( max-width: 1450px ) {
    .single-post-content .post-content-wrap,
    .single-post-content .csgo-buttons { 
        max-width: none; 
        float: none;
    }
    .csgo-buttons.right { 
        margin: 0; 
        padding: 0;
    }
    .single-post-content a.csgo-button-play.right { float: none; }
    .csgo-payment-options { text-align: inherit; }
    .csgo-rating { text-align: right; }
}

@media screen and ( max-width: 1429px ) {
    ul.csgo-latest-posts .wrap-title-rating .csgo-rating {
        max-width: none;
        float: none;
        padding-bottom: 10px;
        text-align: inherit;
    }
}

@media screen and ( max-width: 1269px ) {
    
    .post-thumbnail .default-img { 
        height: 52%;
        position: relative;
        width: 100%;
        display: inline-block;
    }
    .post-thumbnail .default-img img {
        position: absolute;
        width: 100%;
        display: inline-block;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 10px;
        bottom: 15px;
    }
    
    .csgo-title-excerpt { max-width: none; }
    .csgo-buttons {
        max-width: none;
        padding: 20px 0 0 0;
    }
    .csgo-buttons a { margin: 0; }
    
}

@media screen and ( max-width: 1250px ) {
    #csgo-footer-wrap { padding: 0 10px; }
}

@media screen and ( max-width: 890px ) {
    li.csgo-post { display: inline-block; }
    .post-thumbnail, .post-content { max-width: none; }
    .csgo-post .post-thumbnail { padding-top: 20px; }
    div.post-thumbnail .default-img { 
        padding: 20px;
        text-align: center;
    }
    .post-thumbnail a.csgo-button-play { padding: 0 0 20px 0; }
    
    .wrap-title-rating h2.single-post-title, .single-post-content .csgo-rating { 
        float: none;
        max-width: none;
        text-align: inherit;
    }
    .wrap-title-rating h2.single-post-title { margin-bottom: 20px; }
}

@media screen and ( max-width: 800px ) {
    .csgo-breadcrumbs { 
        max-width: none; 
        text-align: center;
    }
    ul.csgo-crumbs { margin-left: 0; }
    main#main { margin: 0 10px; }
    .content-area #csgo-wrap { 
        max-width: none;
        float: none;
        margin-bottom: 20px;
    }
    .advert-right, .advert-right img { max-width: none; }
    .advert-left { display: none; }
    .wrap-title-rating .csgo-post-title { 
        max-width: none; 
        float: none;
    }
}

@media screen and ( max-width: 768px ) {
    
    nav#site-navigation { padding: 20px 0; }
    
    .footer-widget {
        max-width: none;
        float: none;
        text-align: center;
    }
    h2.footer-title:after {
        right: 0;
        margin: 0 auto;
    }
    .footer-widget.footer-2 { margin-top: 10px; }
    
    #main { margin: 0 10px; }
    #main #csgo-wrap {
        max-width: none;
        float: none;
        margin-bottom: 20px;
    }
    
    nav.main-navigation button.menu-toggle { margin-bottom: 10px; }
    nav#site-navigation.toggled ul li {
        width: 100%;
        padding: 10px 0;
    }
    nav#site-navigation li:after { display: none; }
    
    .home-content { margin-bottom: 0; }
    .load-more-wrap { margin: 10px 0 30px 0; }
    
}

@media screen and ( max-width: 700px ) {
    .single-post-content .post-content-wrap,
    .single-post-content .csgo-buttons { 
        max-width: none; 
        float: none;
    }
    .csgo-buttons.right { 
        margin: 0 0 20px 0; 
        padding: 0;
    }
    .single-post-content a.csgo-button-play.right { float: none; }
    .csgo-payment-options { text-align: inherit; }
}

@media screen and ( max-width: 500px ) {
    .csgo-advantages, .csgo-disadvantages {
        max-width: none;
        float: none;
    }
    .csgo-advantages { margin-bottom: 10px; }
}

@media screen and ( max-width: 380px ) {
    a.csgo-button-review.button { 
        display: block;
        margin-bottom: 10px;
    }
}

/* Comments */
ol.comment-list {
    margin: 0;
    padding-left: 0;
}
.comment-metadata { margin-top: 5px; }
.comment-metadata, .comment-metadata a {
    font-size: 12px;
    color: #999;
}
ol.children { padding: 0; }

.comment-author .avatar { vertical-align: middle; }

article.comment-body {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    clear: right;
}
.comment-content p { margin: 10px 0; }

#comments .reply { 
    float: right;
    margin: 10px 0;
    text-align: center;
    background: #2d2d2d;
    padding: 10px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
}
#comments .reply a { color: #fff; }

#cancel-comment-reply-link  { 
    text-align: center;
    background: #2d2d2d;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
#comments input#submit {
    background: #2d2d2d;
    color: #fff;
    padding: 10px 15px;
    font-size: inherit;
    line-height: inherit;
    border: none;
    border-radius: 25px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

textarea#comment {
    margin-top: 5px;
}
#comments textarea#comment, #comments input {
    border: none;
    border-radius: 0;
    color: #666;
    padding: 5px;
    background: #efefef;
}

#comments .reply:hover, #comments input#submit:hover {
    color: #fff;
    background: #ec1f24;
}

form#commentform label {
    display: inline-block;
    width: 100%;
    max-width: 60px;
}

/* Post Filter */
#csgo-wrap .sf-filter {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 255px;
}
#csgo-wrap fieldset.sf-element.select {
    display: inline-block;
    float: none;
    width: 100%;
}
#csgo-wrap .sf-element legend {
    font-size: 14px;
    color: #fff;
    width: 100%;
    max-width: 50%;
    float: left;
    line-height: 40px;
}
#csgo-wrap .sf-element select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
    max-width: 35%;
}
#csgo-wrap span.sf-nav-click, #csgo-wrap span.sf-nav-current {
    display: inline-block;
    min-width: 100px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 25px;
    font-weight: 700;
    background: #2d2d2d;
    border: none;
    color: #fff;
}
#csgo-wrap span.sf-nav-current { opacity: 0.4; }

ul.sf-result>li:empty { display: none; }

body.post-type-archive-reviews li.csgo-post {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background: #fff !important;
    color: #000;
    border-radius: 18px;
    overflow: hidden;
    height: auto !important;
    border: none !important;
    padding: 0 !important;
}

#csgo-wrap .sf-result-head { 
    background: transparent !important;
    border: none !important;
    color: #ffa200 !important;
}
 