/*
Theme Name: 	Cheifs ESC
Description: 	Cheifs ESC Wordpress theme!
Version: 		1.0
Author: 		Nathan Stanmore
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*@import "css/reset.css";*/

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }

a {
	color: #2889d2;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ font-family: 'Open Sans', sans-serif; /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

.no-gutter {
	padding: 0;
}

.nopad-left {
	padding-left: 0;
}

.nopad-right {
	padding-right: 0;
}

.clearfix {
	z-index: -1;
}

/* Menu */

header .navbar-header {
	z-index: 999;
}

header .navbar-default {
	background: #0c0f15;
    border: none;
    border-bottom: 3px solid #2889d2;
    border-radius: 0;
    margin-bottom: 0;
}

header .navbar-brand {
	height: auto;
	padding: 10px 15px;
}

header .navbar-default .navbar-nav li a {
    padding: 30px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    transition: 0.3s;
}

header .navbar-default .navbar-nav .open a, 
header .navbar-default .navbar-nav .open a:focus, 
header .navbar-default .navbar-nav .open a:hover,
header .navbar-default .navbar-nav .active a, 
header .navbar-default .navbar-nav .active a:focus, 
header .navbar-default .navbar-nav .active a:hover,
header .navbar-default .navbar-nav li a:focus, 
header .navbar-default .navbar-nav li >a:hover {
	color: #2889d2;
	/*background: #1c1c27;*/
	background: #0e0e14;
}

header .navbar-nav li .dropdown-menu {
	padding: 15px 0;
    border: none;
    border-bottom: 3px solid #2d89d2;
    border-radius: 0;
    background: #0e0e14;
}

header .navbar-nav li:hover .dropdown-menu {
	display: block;
}

/*header .navbar-default .navbar-nav .dropdown-menu li*/
header .navbar-default .navbar-nav .dropdown li a {
	padding: 6px 15px 6px 35px;
	font-size: 12px;
	color: #fff;
}

header .navbar-nav li .dropdown-menu li.current-menu-item a,
header .navbar-nav li .dropdown-menu li a:hover {
	color: #37afd8;
}

header .navbar-nav li .dropdown-menu li.icon-lol:before {
	content: '';
	display: block;
	width: 23px;
	height: 17px;
	background: url('img/icon-lol.png') no-repeat center center;
	position: absolute;
	left: 5px;
    top: 5px;
}

header .navbar-nav li .dropdown-menu li.icon-cs:before {
	content: '';
	display: block;
	width: 23px;
	height: 17px;
	background: url('img/icon-cs.png') no-repeat center center;
	position: absolute;
	left: 5px;
    top: 5px;
}

header .navbar-nav li .dropdown-menu li.icon-rl:before {
	content: '';
	display: block;
	width: 23px;
	height: 17px;
	background: url('img/icon-rl.png') no-repeat center center;
	position: absolute;
	left: 5px;
    top: 5px;
}

header .navbar-nav li .dropdown-menu li.icon-pubg:before {
	content: '';
	display: block;
	width: 23px;
	height: 17px;
	background: url('img/icon-pubg.png') no-repeat center center;
	position: absolute;
	left: 5px;
    top: 5px;
}

header .navbar-nav li .dropdown-menu li.icon-fg:before {
	content: '';
	display: block;
	width: 23px;
	height: 17px;
	background: url('img/icon-fg.png') no-repeat center center;
	position: absolute;
	left: 5px;
    top: 5px;
}

header .navbar-nav li .dropdown-menu li.icon-cc:before {
	content: '';
	display: block;
	width: 23px;
	height: 17px;
	background: url('img/icon-cc.png') no-repeat center center;
	position: absolute;
	left: 5px;
    top: 5px;
}

header .navbar-nav li .dropdown-menu li.icon-fortnite:before {
	content: '';
	display: block;
	width: 23px;
	height: 17px;
	background: url('img/icon-fortnite.png') no-repeat center center;
	position: absolute;
	left: 5px;
    top: 5px;
}

header .gfinity-link,
header .discord-link {
	margin-right: 10px;
}

header .gfinity-link {
	margin-right: 20px;
}

header .discord-link {
	margin-top: 10px;
}

header .gfinity-link a,
header .discord-link a {
	background: none !important;
}

header .gfinity-link img,
header .discord-link img {
	margin-top: -1px;
	opacity: 0.4;
	transition: 0.3s;
}

header .gfinity-link img:hover,
header .discord-link img:hover {
	opacity: 1;
}

/* Home Page */

.primary-banner .banner-item {
	float: left;
	width: 100%;
}

.primary-banner .fixed-banner h1 {
	margin-bottom: 75px;
}

.primary-banner .fixed-banner a.link-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 500;
}

.block3 .news-item:before,
.block1 .news-item:before,
.primary-banner .banner-item:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0a0f28;
	opacity: 0.5;
}

.block3 .news-item:after,
.block1 .news-item:after,
.primary-banner .banner-item:after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0f28+0,0a0f28+100&0+0,0.9+92 */
	background: -moz-linear-gradient(top, rgba(10,15,40,0) 0%, rgba(10,15,40,0.9) 92%, rgba(10,15,40,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(10,15,40,0) 0%,rgba(10,15,40,0.9) 92%,rgba(10,15,40,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(10,15,40,0) 0%,rgba(10,15,40,0.9) 92%,rgba(10,15,40,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a0f28', endColorstr='#e60a0f28',GradientType=0 ); /* IE6-9 */
	transition: 0.5s;
}

.primary-banner .banner-item h1 {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 475px;
	z-index: 999;
	position: relative;
}

.primary-banner .banner-item h1 a {
	color: #fff;
	text-decoration: none;
}

.primary-banner .banner-item h4 {
	font-size: 11px;
	text-transform: uppercase;
	color: #2889d2;
	position: relative;
	z-index: 999;
	margin-bottom: 75px;
}

.block3,
.block1 {
	padding-bottom: 35px;
}

.related-news h2,
.block3 h2,
.block1 h2 {
	font-size: 13px;
	color: #070d1b;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 25px;
}

.related-news h2 a,
.block3 h2 a,
.block1 h2 a {
	color: #6b6c71;
	transition: 0.5s;
	text-decoration: none;
}

.related-news h2 a:hover,
.block3 h2 a:hover,
.block1 h2 a:hover {
	color: #070d1b;
}

.block3 .news-item,
.block1 .news-item {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	transition: 0.5s;
	min-height: 176px;
}

.block3 .news-item:hover:after,
.block1 .news-item:hover:after {
	height: 100%;
}

.block3 .news-item .inner,
.block1 .news-item .inner {
	position: absolute;
	bottom: 0;
}

.block3 .news-item h3,
.block1 .news-item h3 {
	font-size: 15px;
    color: #fff;
    margin: 101px 20px 0 20px;
    display: block;
    z-index: 999;
	position: relative;
	text-transform: uppercase;
}

.block3 .news-item h5,
.block1 .news-item h5 {
	font-size: 11px;
    text-transform: uppercase;
    color: #2889d2;
    position: relative;
    z-index: 999;
    display: block;
    float: left;
    margin: 5px 20px 25px;  
}

.block1 .video-image {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.block2 {
	/*background: #141728;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b0d1d+0,141728+100 */
	background: rgb(11,13,29); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(11,13,29,1) 0%, rgba(20,23,40,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(11,13,29,1) 0%,rgba(20,23,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(11,13,29,1) 0%,rgba(20,23,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0d1d', endColorstr='#141728',GradientType=1 ); /* IE6-9 */
	/*padding-top: 20px;*/
}

.block2 h2 {
	font-size: 13px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 25px;
	margin-top: 25px;
}

.block2 h2 a {
	color: #6b6c71;
	transition: 0.5s;
	text-decoration: none;
}

.block2 h2 a:hover {
	color: #fff;
}

.block2 .instagram ul {
	padding: 0;
	margin: 0 -1% 50px;
    display: block;
    float: left;
}

.block2 .instagram ul li {
	list-style: none;
	width: 18%;
	float: left;
	margin: 0 1%;
}

.block2 .instagram ul li img {
	max-width: 100%;
	height: auto;
}

.block3 h2.pull-right a {
	/*margin-right: 15px;*/
}

.block3 .news-item.main-item {
	/*min-height: 367px;*/
	height: 367px;
}

.block3 .news-item.main-item h3 {
	/*margin-top: 209px;*/
    font-size: 32px;
    margin: 209px 35px 0;
}

.block3 .news-item.main-item h5 {
	font-size: 20px;
    /*margin-bottom: 45px;*/
    margin: 5px 35px 45px

}

.youtube_channel.responsive {
	margin: 0 -15px 50px;
	width: 103%;
}

.youtube_channel.responsive .ytc_video_container {
	width: 33.33% !important;
	padding: 0 15px;
}

.youtube_channel.responsive .ytc_video_container h3 {
	font-weight: 500;
    color: #8a8fa2;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.375em;
    margin-bottom: 0;
    text-align: center;
}

.featured-shop-item img {
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.featured-shop-item h3 {
	font-weight: 700;
    color: #121425;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}

.featured-shop-item h3 a {
	text-decoration: none;
	color: #121425;
}

.featured-shop-item .woocommerce-Price-amount {
	text-align: center;
	display: block;
	color: #ababac;
}

/* Footer */

.sponsors {
	padding: 40px 0;
	background: rgb(11,13,29); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(11,13,29,1) 0%, rgba(20,23,40,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(11,13,29,1) 0%,rgba(20,23,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(11,13,29,1) 0%,rgba(20,23,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0d1d', endColorstr='#141728',GradientType=1 ); /* IE6-9 */
}

footer {
	background: #0c0f15;
	padding-top: 40px;
}

footer .footer-bottom {
    padding-bottom: 15px;
    font-size: 12px;
    color: #2e2e3a;
    text-transform: uppercase;
}

footer .footer-bottom .inner {
	border-top: 1px solid #2e2e3a;
	margin-top: 20px;
	padding-top: 20px;
}

footer .footer-bottom a {
	font-weight: 700;
	color: #555d7e;
	text-decoration: none;
	transition: 0.5s;
}

footer .footer-bottom a:hover {
	color: #2889d2;
}

footer h4 {
	color: #fff;
	margin-top: 0;
	font-size: 13px;
	text-transform: uppercase;
}

footer ul {
	padding: 0;
}

footer ul li {
	list-style: none;
}

footer ul li a {
	font-size: 13px;
	color: #555d7e;
	transition: 0.5s;
	text-decoration: none;
}

footer ul li a:hover {
	color: #2889d2;
	text-decoration: none;
}

/* Standard Page */

.page-banner {
	margin: 0;
	padding: 120px 0;
}

body.single .page-banner {
	padding: 220px 0;
}

body.page-template-template-team .page-banner {
	padding: 130px 0;
}

.page-banner:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a0f28;
    opacity: 0.8;
}

.page-banner:after {
	content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(10,15,40,0) 0%, rgba(10,15,40,0.9) 92%, rgba(10,15,40,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(10,15,40,0) 0%,rgba(10,15,40,0.9) 92%,rgba(10,15,40,0.9) 100%);
    background: linear-gradient(to bottom, rgba(10,15,40,0) 0%,rgba(10,15,40,0.9) 92%,rgba(10,15,40,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a0f28', endColorstr='#e60a0f28',GradientType=0 );
    transition: 0.5s;
}

.page-banner h1 {
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 99;
}

.page-container {
	padding: 25px 0;
	color: #0c0f15;
}

.page-container h2 {
	font-size: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.page-container p {
	margin-bottom: 25px;
	line-height: 1.575em;
	/*font-size: 16px;*/
}


/* News Listing */

.news-listing {
	/*min-height: 235px;*/
	height: 235px;
	display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.news-listing .inner {
	position: absolute;
	bottom: 0;
}

.news-listing:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a0f28;
    opacity: 0.5;
}

.news-listing:after {
	content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(10,15,40,0) 0%, rgba(10,15,40,0.9) 92%, rgba(10,15,40,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(10,15,40,0) 0%,rgba(10,15,40,0.9) 92%,rgba(10,15,40,0.9) 100%);
    background: linear-gradient(to bottom, rgba(10,15,40,0) 0%,rgba(10,15,40,0.9) 92%,rgba(10,15,40,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a0f28', endColorstr='#e60a0f28',GradientType=0 );
    transition: 0.5s;
}

.news-listing:hover:after {
	height: 100%;
}

.news-listing h2 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
    z-index: 999;
    margin: 140px 20px 0 20px;
}

.news-listing h4 {
	font-size: 12px;
    text-transform: uppercase;
    color: #2889d2;
    position: relative;
    z-index: 999;
    display: block;
    float: left;
    margin: 5px 20px 25px;
}

.alm-btn-wrap {
	width: 100%;
    float: left;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.alm-btn-wrap button {
	background: none;
	border: none;
	color: #5b5d62;
	text-transform: uppercase;
	font-weight: 800;
	transition: 0.5s;
}

.alm-btn-wrap button:hover {
	color: #0c0f15;
}

/* Single Post */

.page-container h2.post-title {
	margin-bottom: 2px;
}

.page-container .author {
	margin-bottom: 40px;
	font-size: 16px;
    margin-top: 10px;
}

/* Team Page */

.page-banner .game-logo {
	position: relative;
	z-index: 999;
	display: block;
	margin: 0 auto;
}

.team-member {
	margin-bottom: 15px;
	margin-top: 15px;
}

.team-member img {
	max-width: 200px;
	height: auto;
}

.team-member h2 {
	font-size: 42px;
	text-transform: uppercase;
	color: #070d1b;
	margin: 45px 0 5px;
}

.team-member h3 {
	font-size: 16px;
	color: #2889d2;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.team-member a i {
	color: #070d1b;
    font-size: 22px;
    margin-right: 7px;
    margin-top: 5px;
    transition: 0.3s;
}

.team-member a:hover i {
	color: #2889d2;
}

.related-news {
	background: #ececec;
	padding-bottom: 25px;
}

.related-news .news-listing {
	/*height: 305px;*/
}

/* Partners */

.partners {
	padding: 0;
}

.partners .partner-listing {
	padding: 40px 0;
}

.partners .partner-listing:nth-child(even) {
	background: #f2f2f2;
}

.partners .partner-listing h2 {
	margin-top: 0;
	text-transform: none;
}

.partners .partner-listing img {
	max-width: 100%;
	height: auto;
}

/* Store */

h1.page-title {
	display: none;
}

.shop-banner {
	padding: 200px 0;
}

.shop-banner:after,
.shop-banner:before {
	display: none;
}

.shop-container {
	padding: 50px 0 0;
}

ul.products li.product .woocommerce-loop-product__title {
	text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    color: #0b0d1d;
    font-size: 18px;
}

.woocommerce ul.products li.product .price {
	text-align: center;
	font-size: 14px;
	color: #85878a;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #85878a;
}

.variations label {
	color: #000;
    font-size: 15px;
    margin-top: 3px;
}

.woocommerce div.product form.cart .button {
	background: #2889d2;
	border-radius: 0;
	transition: 0.3s;
}

.woocommerce div.product form.cart .button:hover {
	background: #3374c0;
}


.woocommerce .quantity .qty {
	height: 31px;
}

.cart-menu {
	position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;
}

header .navbar-default .cart-menu li a {
	padding: 30px 5px;
	font-size: 12px;
}

header .navbar-default .cart-menu li.gfinity-link a,
header .navbar-default .cart-menu li.discord-link a {
	padding: 20px 5px;
}

header .navbar-default .cart-menu li a i {
	margin-right: 5px;
}

header .navbar-default .cart-menu .dropdown-menu {
	margin-left: -112px;
    color: #fff;
    margin-right: -15px;
    border: none;
    padding: 0;
}

header .dropdown-menu-mini-cart {
	min-width: 290px;
    padding: 0 10px;
    border-radius: 0;
    right: 0;
    left: auto;
}

header .dropdown-menu-mini-cart li {
	margin-right: 0 !important;
    padding: 0 10px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

header .dropdown-menu-mini-cart li img {
	width: 30px;
	float: right;
    height: auto;
}

/*header .dropdown-menu-mini-cart li:nth-child(even) {
	background: #f1f1f1;
}*/

header .woocommerce-mini-cart .remove {
    color: red !important;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px !important;
    line-height: 0em;
    margin-right: 6px;
    margin-top: 9px;
    padding: 0 !important;
}

header .woocommerce-mini-cart .variation {
	margin-bottom: 0;
	margin-top: 5px;
    text-transform: uppercase;
    font-size: 13px;
    border: none !important;
}

header .navbar-default .cart-menu li ul li a {
	padding: 0 6px;
	background: none !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	background: #2889d2;
    border-radius: 0;
    transition: 0.3s;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background: #3374c0;
}


/* Contact Page */

.wpcf7-form .row {
	margin-bottom: 20px;
}

.wpcf7-form .row .form-control {
	border-radius: 0;
	border-color: #0b0d1d;
	color: #333;
	min-height: 40px;
}

.wpcf7-form .wpcf7-submit {
	border: none;
	color: #fff;
	background: #0b0d1d;
	border-radius: 0;
	padding: 8px 20px;
}

body.page-template-template-contact .page-container i {
	font-size: 45px;
    float: left;
    margin-right: 15px;
    color: #555d7e;
    transition: 0.3s;
}

body.page-template-template-contact .page-container i:hover {
	color: #2889d2;
}

/* 404 */

body.error404 .page-banner {
	padding: 220px 0;
}

.woocommerce span.onsale {
	border-radius: 0;
    font-size: 16px;
    padding: 6px 25px;
    line-height: 1.375em;
    min-height: auto;
    background-color: #2889d2;
    margin: 0 !important;
}

blockquote {
	border-left: 5px solid #2889d2;
}

.sponsors-slider .slick-list img {
	margin: 0 auto;
}

.page-container img {
	max-width: 100%;
	height: auto;
}

.featured-shop-item img,
.woocommerce ul.products li.product a img {
	padding: 7.5px 5px;
	transition: 0.15s;
}

.featured-shop-item img:hover,
.woocommerce ul.products li.product a img:hover {
	padding: 0;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


@media(max-width: 1450px) {

	.menu-wrapper {
		float: left !important;
	}

}

@media(max-width: 1200px) {

	.sponsors-slider .slick-list {
		padding: 0 !important;
	}

}



@media(max-width: 991px) {

	.news-listing {
		height: 205px;
	}

	header .discord-link {
		margin-right: 0;
	}

	header .navbar-default {
		padding-top: 35px;
	}

	.cart-menu {
		padding-right: 45px;
	}

	.menu-wrapper {
		float: right !important;
	}

	header .navbar-default .cart-menu li a {
		background: none !important;
    	padding: 5px 5px;
	}

}

@media(max-width: 767px) {

	header .navbar-default {
		padding-top: 0px;
	}

	.cart-menu {
		top: 100%;
	    padding-right: 15px;
	    width: 100%;
	    background: #0c0f15;
	    z-index: 999;
	    left: 0;
	    padding: 5px 10px !important;
	    margin: 3px 0 0 0;
	}

	.cart-menu li {
		float: left;
		margin-right: 15px;
		position: unset;
		list-style: none;
	}

	header .navbar-default .cart-menu .dropdown-menu {
		padding: 0;
	    position: absolute;
	    background: #0c0f15;
	    width: 100%;
	    margin-left: 0;
	    left: 0;
	}

	header .navbar-default .cart-menu .dropdown-menu .woocommerce-mini-cart {
		padding: 0;
	}

	header .dropdown-menu-mini-cart .total {
		margin-left: 6px;
	}

	.navbar-default .navbar-toggle {
	    border-color: #2889d2;
	    border-radius: 0;
	    margin-top: 20px;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #2889d2;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #143652;
	}

	.menu-wrapper {
		float: left !important;
	}

	header .navbar-default .navbar-nav li a {
		padding: 10px 0px;
	}

	header .navbar-nav li .dropdown-menu {
		border: none;
	}

	header .navbar-collapse.in {
		overflow: visible;
	}

	.primary-banner .banner-item {
		margin-top: 69px;
	}

	.primary-banner .banner-item h1 {
		margin-top: 125px;
	}

	.nopad-right,
	.nopad-left {
		padding-left: 15px;
		padding-right: 15px;
	}

	.block3 .news-item, .block1 .news-item {
		min-height: 225px;
	}

	.block1 iframe {
		height: 218px;
	}

	.block3 .news-item.main-item h3 {
		font-size: 26px;
	}

	.block3 .news-item.main-item h5 {
		font-size: 16px;
	}

	.youtube_channel.responsive {
		width: 100%;
		margin: 0 0 35px;
	}

	.youtube_channel.responsive .ytc_video_container {
		width: 100% !important;
		padding: 0;
	}

	.youtube_channel.responsive .ytc_video_container h3 {
		margin-bottom: 15px;
	}

	footer {
		text-align: center;
	}

	footer .footer-block {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	footer .footer-bottom-block {
		width: 100%;
		margin: 2px 0;
	}

	.page-banner {
		margin-top: 69px;
		padding: 35px 0;
	}

	body.page-template-template-team .page-banner,
	body.single .page-banner {
		padding: 43px 0;
	}

	.page-banner h1 {
		font-size: 32px;
	}

	.page-banner .game-logo {
		max-width: 90%;
		margin: 0 5%;
	}

	.team-member h2 {
		margin-top: 5px;
	}

	.team-member {
	    margin-bottom: 25px;
	    margin-top: 25px;
	}

	img.page-banner-image {
		padding: 0;
		margin-top: 50px;
	}

	.partners .partner-listing img {
		margin: 0 auto;
		display: block;
	}

	.partners .partner-listing {
		padding: 20px 0;
		text-align: center;
	}

	header .discord-link {
		margin-top: 10px;
	}

}