@charset "UTF-8";

/*
	Theme Name: eSport
	Theme URI: themeforest.net/user/gloriathemes
	Author: Gloria Themes
	Author URI: gloriathemes.com
	Description: eSport - eSports Gaming Theme For Clans, Tournament & Organizations
	License: GNU General Public License v2 or later
	License URI: www.gnu.org/licenses/gpl-2.0.html
	Tags: right-sidebar, featured-images, custom-header, custom-menu
	Text Domain: esport
	Version: 1.1.4
*/

/* ------------------------

[Index]

1. Google Fonts
2. General
	2.1 General Style
	2.2. Loader Pace
3. Pages & Page Builder
4. Widget & Sidebar
5. Header
6. Footer
7. 404 Page
8. Comments
9. Blog & Archive
10. Plugins
11. Responsive

------------------------ */

/* ===== 1. GOOGLE FONT ===== */

/* ===== 2. GENERAL START ===== */
/* ----- 2.1. General Style ----- */
body {
	font-family:'Roboto';
	font-size:14px;
	color: #777777;
	background: #FFFFFF;
	line-height: 1.7;
}

a {
	color: #777777;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

a:hover, a:focus {
	text-decoration:none;
	color: #fac800;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 30px 0px 15px;
    font-weight: 600;
	line-height: 1.1;
	color: #222222;
	font-family: 'Oswald';
}

h1 {
	font-size:42px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:15px;
}


pre,
div.wpb_button,
div.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
p {
	margin-bottom:28px;
}

.wp-caption {
	clear: both;
	margin-bottom:28px !important;
}

ol, ul {
	margin-bottom: 30px;
}

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

img:hover {
}

.nopadding {
	padding:0px;
}

.nopaddingleft {
	padding-left:0px;
}

.nopaddingright {
	padding-right:0px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px!important;
    border-top: 1px solid #eae6e6;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="time"],
input[type="week"],
input[type="search"],
input[type="month"],
input[type="datetime"],
input[type="date"],
textarea,
textarea.form-control,
select,
.woocommerce form .form-row .select2-container .select2-choice,
.form-control,
div.cs-select,
.cs-select
{
    
    padding: 14px 20px 14px;
	font-size: 13px;
	background-color: #fff;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #eae6e6;
	color: #666;
	box-shadow: none;
	height: auto;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	outline: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 5px;
	outline: 0;
        width:auto;
        line-height: normal;
}

div.cs-select,
.cs-select {
	padding: 1px 0px;
	max-width: 100%;
}

div.cs-select.cs-active,
.cs-select.cs-active {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.cs-select .cs-placeholder {
	color: #aaaaaa;
	padding: 14px 20px 9px;
}

.cs-select > span::after {
	right: 20px;
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fac800;
	font-size: 18px;
	margin-top: 2px;
}

.cs-select .cs-options {
	border: 1px solid rgb(234, 230, 230);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: calc(100% - -2px);
	margin-left: -1px;
}

.cs-select ul {
	padding: 7.5px 0px;
}

.cs-select ul span {
	padding: 7.5px 20px;
}

input::-webkit-input-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }

.form-control::-webkit-input-placeholder { color: #aaaaaa; }
.form-control::-moz-placeholder { color: #aaaaaa; }
.form-control:-ms-input-placeholder { color: #aaaaaa; }
.form-control:-moz-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }

select::-webkit-input-placeholder { color: #aaaaaa; }
select::-moz-placeholder { color: #aaaaaa; }
select:-ms-input-placeholder { color: #aaaaaa; }
select:-moz-placeholder { color: #aaaaaa; }

button,
input[type="submit"],input[type="button"],input[type="reset"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button-alert {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border: 0px;
	text-transform: uppercase;
	outline: 0;
	padding: 13px 30px 11px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	border: 1px solid #fac800;
	background: #fac800;
        border-radius: 5px;
        width:auto!important;
        padding-top: 10px;
        padding-bottom: 7px;
}

button:hover, input[type="submit"]:hover,input[type="button"]:hover,
input[type="reset"]:hover,
button:active, input[type="submit"]:active,
button:active:hover, input[type="submit"]:active:hover,
button:active:focus, input[type="submit"]:active:focus,
button:active:visited, input[type="submit"]:active:visited,
button:focus, input[type="submit"]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.button-alert:hover {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	color: #fac800;
	border:1px solid #fac800;
	outline:0;
	background: transparent;
}

table {
	max-width: 100%;
}

th {
	text-align: left;
}

table {
	
	margin-bottom: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 0px;
	line-height: 1.66;
	border-top: 0px solid #eae6e6;
}

table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #eae6e6;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table > tbody + tbody {
	border-top: 2px solid #eae6e6;
}

table .table {
	background-color: #fff;
}

dl {
	margin-top: 0;
	margin-bottom: 27px;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

.gallery dt {
	float: none;
	clear: none;
	text-align: center;
	width: auto;
}

.gallery dd {
	text-align: center;
	margin: 10px 0px 0px;
}

.form-group {
	margin-bottom: 10px;
}

.close:focus, .close:hover, .close:active, .close:active:hover, .close:active:focus, .close:active:visited {
	background: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
	background-color: #E1E1E1;
}

.btn {
	font-size: 13px;
}

.height30 {
	height:30px;
}

.height60 {
	height:60px;
}

blockquote {
	border: 0px;
	font-size: 13px;
	padding: 0;
	text-align: center;
	margin: 0px 8% 28px;
}

blockquote:before {
	content: '“';
	font-size: 78px;
	line-height: 77px;
	height: 17px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	color: #fac800;
}

.vc_row.backgroundtopright,
.backgroundtopright .vc_column-inner {
	background-position:top right !important;
}

.vc_row.backgroundtopleft,
.backgroundtopleft .vc_column-inner {
	background-position:top left !important;
}

.vc_row.backgroundtopcenter,
.backgroundtopcenter .vc_column-inner {
	background-position:top center !important;
}

.vc_row.backgroundbottomright,
.backgroundbottomright .vc_column-inner {
	background-position:bottom right !important;
}

.vc_row.backgroundbottomleft,
.backgroundbottomleft .vc_column-inner {
	background-position:bottom left !important;
}

.vc_row.backgroundbottomcenter,
.backgroundbottomcenter .vc_column-inner {
	background-position:bottom center !important;
}

.vc_row.backgroundcenterright,
.backgroundcenterright .vc_column-inner {
	background-position:center right !important;
}

.vc_row.backgroundcenterleft,
.backgroundcenterleft .vc_column-inner {
	background-position:center left !important;
}

.vc_row.backgroundcentercenter,
.backgroundcentercenter .vc_column-inner {
	background-position:center center !important;
}

.bgfixed, .bgfixed .vc_column-inner {
	background-attachment:fixed;
	background-size:cover;
}

.vc_row.full-area-container-content-left {
	width: 569px;
	float: left;
	clear: both;
	max-width: 100%;
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.vc_row.full-area-container-content-right {
	width: 569px;
	float: right;
	clear: both;
	max-width: 100%;
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.vc_row.vc_row-fluid.container {
	margin:0 auto;
}

.vc_row.vc_row-fluid.containerNoPadding {
	margin:0 auto;
	padding-left:0px;
	padding-right:0px;
}

.container-fluid {
	padding-right: 70px;
	padding-left: 70px;
}

.container-fluid.container-fluid-multi-column {
	padding-right: 55px;
	padding-left: 55px;
}

.esport-pagination {
	margin: 25px 0 50px;
	list-style:none;
	padding:0px;
	float:right;
	clear:both;
	color: #FFFFFF;
}

.esport-pagination:after, .esport-pagination:before {
	content:'';
	display:block;
	clear:both;
}

.esport-pagination>li>a, .esport-pagination>li>a:visited {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	background: #fac800;
	border:1px solid transparent;
	padding: 9px 17.5px;
	font-weight: 600;
}

.esport-pagination>li>a:hover, .esport-pagination>li>a:focus {
	border-color: #fac800;
	color: #fac800;
	background: #FFFFFF;
}

.esport-pagination>li {
	float: left;
	margin-right:6px;
}

.esport-pagination>li:last-child {
	margin-right:0px;
}

.esport-pagination>li.esport-pagination-nav {
	color: #FFFFFF;
	font-size: 15px;
	background: #fac800;
	border:1px solid transparent;
}

.esport-pagination>li.esport-pagination-nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.esport-pagination>li.esport-pagination-nav ul li {
	float: left;	
}

.esport-pagination>li.esport-pagination-nav ul li.center {
	border-right: 1px solid #FFFFFF;
	width: 1px;
	padding: 12px 0px;
	margin: 9px 0px;
}

.esport-pagination>li.esport-pagination-nav ul li a,
.esport-pagination>li.esport-pagination-nav ul li a:visited {
	padding: 9px 10px;
	display: block;
	color: #FFFFFF;
}

.esport-pagination>li.noborder:after,.esport-pagination>li.noborder:before {
	border:0px;
}

.esport-pagination>li.noborder a,.esport-pagination>li.noborder a:visited {
	color:#CACACA;
	font-size:28px;
    line-height: 25px;
}

.esport-pagination>li:last-child {
	margin-right:0px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.esport-wrapper {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
}

.esport-wrapper.boxed-wrapper {
	width: 1170px;
}

.site-sub-content {
	clear: both;
}

.site-sub-content-wrapper {
	padding-top:135px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 14px 0px 0px;
	padding: 0 4px 5px;
}

.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: #FB5F84;
	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; 
}

.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.format-image {}
.format-gallery {}
.format-chat {}
.format-link {}
.format-quote {}
.format-status {}
.format-video {}
#header .main-menu{}
#header .main-menu ul {}
#header .main-menu ul ul {}
#header .main-menu li {}
#header .main-menu li a {}
#header .main-menu li ul {}
#header .main-menu li li {}
#header .main-menu li li a {}
.current_page_item{}
.current-cat{}
.current-menu-item{}
.menu-item-type-taxonomy{}
.menu-item-type-post_type{}
.menu-item-type-custom{}
.menu-item-home{}
.wp-smiley {}
blockquote.left {}
blockquote.right {}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.widget {}
#searchform {}
.widget_search {}
.screen-reader-text {}
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}
.textwidget {}
.widget_text {}
.textwidget p {}
.commentlist .reply {}
.commentlist .reply a {}
.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}
.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}
.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}
.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}
.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}
#cancel-comment-reply {}
#cancel-comment-reply a {}
#respond { } 
#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#url { } 
#comment 
#submit
.comment-notes { } 
.required { }
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { } 
.form-submit {}

.edit-link {
	display: block;
	clear: both;
}

.edit-link:after,
.edit-link:before {
	content: '';
	display: block;
	clear: both;
}

.edit-link a, 
.edit-link a:visited {
	background: #fac800;
	color: #FFF;
	margin: 0px 15px 30px 0px;
	display: block;
	float: left;
	font-weight: 500;
	padding: 6px 25px 3px;
	border-radius: 25px;
	border: 1px solid transparent;
}

.edit-link a:last-child, 
.edit-link a:last-child:visited {
	margin-right: 0px;
}

.edit-link a:focus,
.edit-link a:hover {
	border-color: #fac800;
	color:#fac800;
	background: #FFF;
}

.fixed {
	position:fixed !important;
}

#html5box-html5-lightbox #html5-pause,
#html5box-html5-lightbox #html5-play {
	margin-right: 10px;
}

#html5box-html5-lightbox #html5-pause img,
#html5box-html5-lightbox #html5-play img {
	height: 23px;
}

#html5box-html5-lightbox #html5-text {
	font-size: 12px;
}

/* ----- 2.2 Loader Pace ----- */
.loaded .loader-wrapper {
	opacity:0;
	visibility:hidden;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.loader-wrapper {
	opacity:1;
	visibility:visible;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000000;
	background: #FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.spinner {
	width: 40px;
	height: 40px;
	background: #ffffff;
	margin: 100px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
	left: 0;
	margin: 0px auto;
	position: relative;
	top: calc(50% - 20px);
	text-align: center;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fac800;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	 } 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* ===== 3. PAGES & PAGE BUILDER ===== */
.site-sub-content:after,
.site-sub-content:before,
.page-content:after,
.page-content:before {
	content: '';
	display: block;
	clear: both;
}

.page-title-breadcrumbs {
	background: #000000;
	position: relative;
	padding: 86px 0px 83px;
	margin-bottom: 90px;
}

.page-title-breadcrumbs .page-title-breadcrumbs-image {
	background-image: url(/img/breadcrumbs-bg.jpg);
	background-size: cover;
	position: absolute;
	opacity: 0.30;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-title-breadcrumbs h1 {
	margin: 0px 0px 10px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 500;
}

.page-title-breadcrumbs p {
	color: #FFFFFF;
	margin-bottom: 0px;
}

.page-title-breadcrumbs .container {
	position: relative;
	z-index: 1;
}

.page-title-breadcrumbs .breadcrumbs {
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 15px;
}

.page-title-breadcrumbs .breadcrumbs a,
.page-title-breadcrumbs .breadcrumbs a:visited {
	color: #FFFFFF;
}

.page-title-breadcrumbs .breadcrumbs a.home,
.page-title-breadcrumbs .breadcrumbs a.home:visited,
.page-title-breadcrumbs .breadcrumbs a:hover,
.page-title-breadcrumbs .breadcrumbs a:focus {
	color: #fac800;
}

.esport-slider-carousel  .slider-wrapper {
	position: relative;
	display: table;
	width: 100%;
}

.esport-slider-carousel  .slider-wrapper .image {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.esport-slider-carousel  .slider-wrapper .image:before {
	background: #000000;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	display: block;
	content: '';
}

.esport-slider-carousel  .slider-wrapper .content {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}

.esport-slider-carousel  .slider-wrapper .content .top-title {
	font-family: 'Oswald';
	font-weight: 700;
	color: #fac800;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.esport-slider-carousel  .slider-wrapper .content .title {
	font-family: 'Oswald';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 1.1;
	margin-bottom: 15px!important;
        max-width: 1500px;
        margin: 0 auto;
}

.esport-slider-carousel  .slider-wrapper .content p {
	max-width: 685px;
	margin: 0 auto;
}

.esport-slider-carousel  .slider-wrapper .content .buttons {
	margin-top: 50px;
}

.esport-slider-carousel  .slider-wrapper .content .buttons a,
.esport-slider-carousel  .slider-wrapper .content .buttons a:visited {
	background: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 45px 9px;
	border-radius: 5px;
	display: inline-block;
	border-radius: 25px;
	margin-right: 30px;
	font-size: 14px;
	position: relative;
	z-index: 3000;
}

.esport-slider-carousel  .slider-wrapper .content .buttons a:last-child,
.esport-slider-carousel  .slider-wrapper .content .buttons a:visited:last-child {
	margin-right: 0px;
}

.esport-slider-carousel  .slider-wrapper .content .buttons a span {
	vertical-align: top;
}

.esport-slider-carousel  .slider-wrapper .content .buttons a span.content {
	font-weight: 400;
	text-transform: none;
}

.esport-slider-carousel  .slider-wrapper .content .buttons a:hover,
.esport-slider-carousel  .slider-wrapper .content .buttons a:focus {
	background: #fac800;
	color: #FFFFFF;
	border-color: #fac800;
}

.esport-slider-carousel .swiper-pagination {
	text-align: center;
	bottom: 30px;
	width: 100%;
}

.esport-slider-carousel .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin-right: 10px;
	opacity: 1;
}

.esport-slider-carousel .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0px;
	opacity: 1;
}

.esport-slider-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.content-title-element.size1 .title {
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 50px;
	color: #222222;
	text-transform: uppercase;
	line-height: 1.1;
}

.content-title-element.size1 .title span {
	color: #fac800;
}

.content-title-element.size1 .description {
	color: #777777;
}

.content-title-element.size1 .title {
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 50px;
	color: #222222;
	text-transform: uppercase;
	line-height: 1.1;
}

.content-title-element.size1 .title span {
	color: #fac800;
}

.content-title-element.size1 .description {
	color: #777777;
}

.content-title-element.size1.white .title {
	color: #FFFFFF;
}

.content-title-element.size1.white .title span {
	color: #fac800;
}

.content-title-element.size1.white .description {
	color: #FFFFFF;
}

.content-title-element.size2 .title {
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 20px;
	color: #222222;
	text-transform: uppercase;
	line-height: 1.1;
}

.content-title-element.size2 .title span {
	color: #222222;
}

.content-title-element.size2 .description {
	color: #777777;
	font-size: 12px;
}

.content-title-element.size2.white .title {
	color: #FFFFFF;
}

.content-title-element.size2.white .title span {
	color: #FFFFFF;
}

.content-title-element.size2.white .description {
	color: #FFFFFF;
}

.achievement-box:before,
.achievement-box:after {
	content: '';
	display: block;
	clear: both;
}

.achievement-box .point {
	width: 50px;
	height: 50px;
    line-height: 50px;
	border-radius: 50%;
	border: 1px solid #eae6e6;
	text-align: center;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.achievement-box .point i {
	position: absolute;
	color: #eae6e6;
	right: 0;
	top: -5px;
}

.achievement-box .content {
	display: inline-block;
	width: calc(100% - 75px);
}

.achievement-box .content .title {
	color: #fac800;
	font-weight: 600;
	font-family: 'Oswald';
	font-size: 16px;
	margin-top: -5px;
}

.achievement-box .content .description {
	font-size: 12px;
}

.achievement-box.white .point {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.achievement-box.white .content .description,
.achievement-box.white .point i {
	color: #FFFFFF;
}

.team-player-list {
	list-style: none;
	padding: 0px;
}

.team-player-list:after,
.team-player-list:before {
	content: '';
	display: block;
	clear: both;
}

.team-player-list li {
	width: 33.333%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.player-wrapper .image {
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.player-wrapper .image:before {
	background: #000000;
	opacity: 0.2;
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.player-wrapper .image:after {
	background: -moz-linear-gradient(45deg,  rgba(255,180,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(255,180,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(255,180,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.player-wrapper .content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 20px;
	z-index: 2;
	color: #FFFFFF;
	font-family: 'Oswald';
	text-transform: uppercase;
	line-height: 1.1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.player-wrapper .content .username {
	font-size: 19px;
	font-weight: 500;
}

.player-wrapper .content .name {
	font-size: 27px;
	font-weight: 700;
	margin-top: 3px;
}

.player-wrapper .hover-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.team-player-list li .player-wrapper .hover-content a,
.team-player-list li .player-wrapper .hover-content a:visited {
	display: table;
	height: 100%;
	width: 100%;
}

.team-player-list li .player-wrapper .hover-content .view-profile {
	color: #FFFFFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.team-player-list li .player-wrapper .hover-content .view-profile span {
	margin: 0 auto;
	border-radius: 5px;
	padding: 11px 38px 11px;
	border: 1px solid #FFFFFF;
	display: table;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	right: -100%;
	position: relative;
}

.team-player-list li .player-wrapper:hover .hover-content .view-profile span {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	right: 0;
}

.team-player-list li .player-wrapper:hover .content {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.team-player-list li .player-wrapper:hover .hover-content {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.team-player-list li .player-wrapper:hover .image:after {
	left: -100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.team-player-list li .player-wrapper:hover .image:before {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.player-team-list-wrapper .nav-tabs {
	border: 0px;
	margin: 0px -10px 53px;
	text-align: center;
}

.player-team-list-wrapper .nav-tabs:after,
.player-team-list-wrapper .nav-tabs:before {
	content: '';
	display: block;
	clear: both;
}

.player-team-list-wrapper .nav-tabs li {
	display: inline-block;
	border-radius: 0px;
	margin: 0px 10px;
	float: none;
	border: 0px;
	text-align: center;
}

.player-team-list-wrapper .nav-tabs li a,
.player-team-list-wrapper .nav-tabs li a:visited {
	display: block;
	margin: 0px;
	padding: 19px 40px 18px;
	border: 0px;
    color: #222222;
	border: 1px solid #eae6e6;
	text-transform: uppercase;
	border-radius: 5px;
	overflow: hidden;
        font-weight:600;
        font-family: 'Oswald';
        font-size: 16px;
}

.player-team-list-wrapper .nav-tabs li a img {
	height: 15px;
	width: auto;
}


.player-team-list-wrapper .nav-tabs li a:hover,
.player-team-list-wrapper .nav-tabs li a:focus {
	border-color: #fac800;
    color: #222222;
	background: #fac800;
}

.player-team-list-wrapper .nav-tabs li a span {
	font-weight: 700;
	font-family: 'Oswald';
	display: block;	
}

.esport-button a,
.esport-button a:visited {
	background: transparent;
	border: 1px solid #eae6e6;
	color: #777777;
	text-transform: uppercase;
	font-weight: 500;
	padding: 13px 48px 13px;
	border-radius: 5px;
	display: inline-block;
	border-radius: 25px;
	margin-right: 10px;
	font-size: 13px;
	top: 0;
	left: 0;
        margin-bottom:10px;
}

.esport-button.white a,
.esport-button.white a:visited {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.esport-button a:last-child,
.esport-button a:visited:last-child {
	margin-right: 0px;
}

.esport-button a span {
	vertical-align: top;
}

.esport-button a span.content {
	font-weight: 400;
	text-transform: none;
}

.esport-button.white a:hover,
.esport-button.white a:focus,
.esport-button a:hover,
.esport-button a:focus {
	background: #fac800;
	color: #FFFFFF;
	border-color: #fac800;
}


.esport-button.right {
	text-align: right;
}

.esport-button.center {
	text-align: center;
}

.logo-carousel .logo-item {
	border: 1px solid rgba(000, 000, 000, 0.05);
	text-align: center;
	display: table;
	padding: 5px;
}

.logo-carousel.style2 .logo-item {
	border: 1px solid rgba(255, 255, 255, 0.30);
}

.logo-carousel .pagination-buttons {
	display: table;
	margin:30px auto 0;
}

.logo-carousel .pagination-buttons:before,
.logo-carousel .pagination-buttons:after {
	content: '';
	display: block;
	clear: both;
}

.logo-carousel .pagination-buttons>div {
	color: #777777;
	border: 1px solid #eae6e6;
	text-transform: uppercase;
	border-radius: 25px;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 23px;
	margin: 0px 7.5px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.logo-carousel.style2 .pagination-buttons>div {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.logo-carousel .pagination-buttons>div:hover,
.logo-carousel .pagination-buttons>div:focus {
	color: #FFFFFF;
	border-color: #fac800;
	background-color: #fac800;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.esport-counter {
	text-align: center;
}

.esport-counter .number {
	width: 115px;
	height: 115px;
	line-height: 115px;
	border-radius: 50%;
	text-align: center;
	font-weight: 600;
	font-size: 38px;
	border: 1px solid #fac800;
	color: #fac800;
	margin-bottom: 22px;
	display: inline-block;
	font-family: 'Oswald';
}

.esport-counter .title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Oswald';
	color: #fac800;
}

.esport-counter.white .number {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.esport-counter.white .title {
	color: #FFFFFF;
}

.fixtures-wrapper .fixture-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.fixtures-wrapper .fixture-list li {
	border-bottom: 1px solid #eae6e6;
	padding: 30px 0px;
    display: flex;
}

.fixtures-wrapper .fixture-list li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.fixtures-wrapper .fixture-list li:first-child {
	padding-top: 7px
}

.fixtures-wrapper .fixture-list li .left {
	margin-right: 3%;
}

.fixtures-wrapper .fixture-list li .left .game {
	font-size: 18px;
	font-weight: 700;
	color: #fac800;
	font-family: 'Oswald';
	text-transform: uppercase;
	margin-bottom: 4px;
}

.fixtures-wrapper .fixture-list li:after,
.fixtures-wrapper .fixture-list li:before,
.fixtures-wrapper .fixture-list li .right:after,
.fixtures-wrapper .fixture-list li .right:before,
.fixtures-wrapper .fixture-list li .left:after,
.fixtures-wrapper .fixture-list li .left:before {
	content: '';
	display: block;
	clear: both;
}

.fixtures-wrapper .fixture-list li .left .game span {
	margin-right: 5px;
}

.fixtures-wrapper .fixture-list li .left .game span:after {
	content: ',';
}

.fixtures-wrapper .fixture-list li .left .game span:last-child {
	margin-right: 0px;
}

.fixtures-wrapper .fixture-list li .left .game span:last-child:after {
	display: none;
}

.fixtures-wrapper .fixture-list li .left .title {
	color: #222222;
	font-size: 27px;
	font-weight: 700;
	font-family: 'Oswald';
	line-height: 1.1;
	margin-bottom: 9px;
}

.fixtures-wrapper .fixture-list li .right {
	display: inline-flex;
	float: right;
	align-items: center;
}

.fixtures-wrapper .fixture-list li .right .home-team {
	float: left;
}

.fixtures-wrapper .fixture-list li .right .away-team {
	float: right;
}

.fixtures-wrapper .fixture-list li .right .team-details {
	text-align: center;
}

.fixtures-wrapper .fixture-list li .right .team-details img {
	display: block;
	max-width: 70px;
}

.fixtures-wrapper .fixture-list li .right .team-details .team-name {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Oswald';
	margin-top: 15px;
	line-height: 1.1;
	color: #222222;
	display: block;
	text-transform: uppercase;
}

.fixtures-wrapper .fixture-list li .score-date {
	text-align: center;
	line-height: 1.1;
	font-family: 'Oswald';
	text-transform: uppercase;
	color: #222222;
	padding: 0px 10px;
	min-width: 155px;
}

.fixtures-wrapper .fixture-list li .score-date .score {
	font-size: 45px;
	font-weight: 700;
}

.fixtures-wrapper .fixture-list li .score-date .score .vs {
	font-size: 30px;
}

.fixtures-wrapper .fixture-list li .score-date .score .separate {
	padding: 0px 5px;
}

.fixtures-wrapper .fixture-list li .score-date .date-time {
	font-size: 13px;
	font-weight: 600;
}

.fixtures-wrapper.contentareanot .fixture-list li {
    display: block;
}
.fixtures-wrapper.contentareanot .fixture-list li .left {
    float: left;
    max-width: 65%;
}

.fixtures-wrapper .nav-tabs {
	border: 0px;
	margin: 0px -10px 37px;
	text-align: center;
}

.fixtures-wrapper .nav-tabs:after,
.fixtures-wrapper .nav-tabs:before {
	content: '';
	display: block;
	clear: both;
}

.fixtures-wrapper .nav-tabs li {
	display: inline-block;
	border-radius: 0px;
	margin: 0px 10px;
	float: none;
	border: 0px;
	text-align: center;
}

.fixtures-wrapper .nav-tabs li a,
.fixtures-wrapper .nav-tabs li a:visited {
	display: block;
	margin: 0px;
	padding: 14px 30px 11px;
	border: 0px;
	color: #222222;
	font-size: 20px;
	border: 1px solid #eae6e6;
	text-transform: uppercase;
	border-radius: 5px;
	overflow: hidden;
	line-height: 1.1;
}

.fixtures-wrapper .nav-tabs li.active a,
.fixtures-wrapper .nav-tabs li.active a:visited,
.fixtures-wrapper .nav-tabs li a:hover,
.fixtures-wrapper .nav-tabs li a:focus {
	border-color: #fac800;
    color: #222222;
	background: #fac800;
}

.fixtures-wrapper .nav-tabs li a span {
	font-weight: 600;
	font-family: 'Oswald';
	display: block;	
}

.alternativeFont {
	font-family: 'Oswald';
}

.boldFont {
	font-weight: 600;
}

.grayBordered img {
	border: 1px solid #eae6e6;
	border-radius: 7px;
}

.esport-contact-box .contact-row {
	margin-bottom: 13px;
	display: flex;
}

.esport-contact-box .contact-row:last-child {
	margin-bottom: 0px;
}

.esport-contact-box .contact-row.about-text {
	margin-bottom: 28px;
}

.esport-contact-box .contact-row.about-link {
	margin: 28px 0px 0px;
}

.esport-contact-box .about-more-link, 
.esport-contact-box .about-more-link:visited {
	background: #fac800;
	color: #FFF;
	display: table;
	font-weight: 500;
	padding: 6px 25px 3px;
	border-radius: 25px;
	border: 1px solid transparent;
	text-transform: uppercase;
}

.esport-contact-box .about-more-link:focus,
.esport-contact-box .about-more-link:hover {
	border-color: #fac800;
	color:#fac800;
	background: transparent;
}

.esport-contact-box i {
	color: #fac800;
	font-size: 18px;
	width: 31px;
}

.esport-app-box {
	margin: 0px -10px;
}

.esport-app-box:after,
.esport-app-box:before {
	content: '';
	display: block;
	clear: both;
}

.esport-newsletter-element .mc4wp-response {
	margin-top: 15px;
}

.esport-newsletter-element.style2 input[type="text"],
.esport-newsletter-element.style2 input[type="email"] {
	background: transparent;
	color: #FFFFFF;
        width:100%;
        padding-top: 13px;
        padding-bottom: 13px;
        margin:10px 0;
}

.esport-newsletter-element.style2::-webkit-input-placeholder { color: #aaaaaa; }
.esport-newsletter-element.style2::-moz-placeholder { color: #aaaaaa; }
.esport-newsletter-element.style2:-ms-input-placeholder { color: #aaaaaa; }
.esport-newsletter-element.style2:-moz-placeholder { color: #aaaaaa; }

.esport-newsletter-element.style3 .mc4wp-form-fields {
	margin: 0px -7.5px;
}

.esport-newsletter-element.style3 .mc4wp-form-fields p {
	float: left;
	padding: 0px 7.5px;
	width: 65%;
    margin: 0px;
}

.esport-newsletter-element.style3 .mc4wp-form-fields p.submitButton {
	float: right;
	padding: 0px 7.5px;
	width: 35%;
    margin: 0px;
}

.esport-newsletter-element.style3 .mc4wp-form-fields p.submitButton input[type="submit"] {
	padding-top: 9px;
	padding-bottom: 9px;
}

.esport-newsletter-element.style3 .mc4wp-form-fields {
	display: flex;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.esport-contact-form .form-group {
	margin-bottom: 15px;
}

span.wpcf7-not-valid-tip {
	margin: 5px 0px 0px;
}

div.wpcf7-response-output {
	margin: 15px 0px 15px;
	padding: 15px 20px 12px;
}

.visibleHidden {
	visibility: hidden !important;
	display: none !important;
}

/* ===== 4. WIDGET & SIDEBAR ===== */
.widget-box {
	margin-bottom: 53px
}

.widget-box:last-child {
	margin-bottom: 10px;
}


.widget-box:after,
.widget-box:before {
	content: '';
	display: block;
	clear: both;
}

.widget-title {
	margin: -7px 0px 0px;
	text-transform: uppercase;
	font-size: 23px;
	color: #222222;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eae6e6;
	font-weight: 700;
	font-family: 'Oswald';
}

.widget_product_search input[type="search"],
.widget_product_search input[type="text"],
.widget_search input[type="text"] {
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 11px;
        width:100%;
}

.widget_product_search input[type="submit"],
.widget_search button {
	width: 100%!important;
	padding-top: 10px;
	padding-bottom: 7px;
}

#wp-calendar {
	width: 100%;
	margin:0px;
}

#wp-calendar td {
	padding: 10px 0 5px;
	border: 1px solid #eae6e6;
	width: 14.28571428571429%;
}

#wp-calendar caption {
	padding: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	margin: 0px 0px 7px;
}

#wp-calendar tbody {
	text-align: center;
	border: 1px solid #eae6e6;
}

#wp-calendar thead th:first-child {
	border-left: 1px solid #eae6e6;
}

#wp-calendar thead th {
	text-align: center;
	padding: 5px 0;
	background: #f3f3f3;
	font-size: 14px;
	border-right: 1px solid #eae6e6;
	border-bottom: 1px solid #eae6e6;
	border-top: 1px solid #eae6e6;
}

#wp-calendar .pad {
	border: 0px;
}

#wp-calendar #prev {
	text-align: left;
	border: 0px;
    font-weight: 600;
	margin-top: 7px;
}

#wp-calendar #next {
	text-align: right;
	border: 0px;
    font-weight: 600;
	margin-top: 7px;
}

.widget_categories ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_rss ul,
.product-categories,
.product-categories ul,
.widget_meta ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.product-categories li:after,
.product-categories li:before,
.widget_meta ul li:after,
.widget_meta ul li:before,
.widget_rss ul li:after,
.widget_rss ul li:before,
.widget_nav_menu ul li:after,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:after,
.widget_recent_entries ul li:before,
.widget_archive ul li:after,
.widget_archive ul li:before,
.widget_recent_comments ul li:after,
.widget_recent_comments ul li:before,
.widget_pages ul li:after,
.widget_pages ul li:before,
.widget_categories ul li:after,
.widget_categories ul li:before {
	content: '';
	display: block;
	clear: both;
}

.product-categories li,
.widget_meta ul li,
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li {
	color: #222222;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-categories li:last-child,
.widget_meta ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_archive ul li:last-child,
.widget_pages ul li:last-child {
	margin-bottom: 0px;
}

.widget_archive ul li,
.widget_categories ul li {
	background: #f3f3f3;
	color: #222222;
	text-align: right;
	font-weight: 600;
	padding: 13px 16px 10px;
	margin-bottom: 10px;
}

.product-categories li a,
.product-categories li a:visited,
.widget_nav_menu ul li a,
.widget_nav_menu ul li a:visited,
.widget_archive ul li a,
.widget_archive ul li a:visited,
.widget_pages ul li a,
.widget_pages ul li a:visited {
	color: #222222;
	text-align: left;
	float: left;
	font-weight: 400;
}

.widget_archive ul li a,
.widget_archive ul li a:visited,
.widget_categories ul li a,
.widget_categories ul li a:visited {
	color: #222222;
	text-align: left;
	float: left;
	font-weight: 400;
}

.widget_nav_menu ul li a {
	float: none !important;
	display: block;
}

.product-categories li a,
.product-categories li a:visited,
.widget_meta ul li a,
.widget_meta ul li a:visited,
.widget_rss ul li a,
.widget_rss ul li a:visited,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a:visited,
.widget_recent_comments ul li a,
.widget_recent_comments ul li a:visited {
	color: #222222;
	font-weight: 400;
}

.product-categories li a:hover,
.product-categories li a:focus,
.widget_meta ul li a:hover,
.widget_meta ul li a:focus,
.widget_rss ul li a:hover,
.widget_rss ul li a:focus,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:focus,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus,
.widget_archive ul li a:hover,
.widget_archive ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus {
    color: #fac800;
}

.widget_categories ul li a:hover,
.widget_categories ul li a:focus {
    color: #fac800;
}

.product-categories li .children,
.widget_nav_menu ul li .sub-menu,
.widget_recent_entries ul li .children,
.widget_archive ul li .children,
.widget_recent_comments ul li .children,
.widget_pages ul li .children,
.widget_categories ul li .children {
	clear: both;
}

.product-categories li .children li,
.widget_nav_menu ul li .sub-menu li,
.widget_recent_entries ul li .children li,
.widget_archive ul li .children li,
.widget_recent_comments ul li .children li,
.widget_pages ul li .children li {
	padding: 10px 0px 0px 15px;
	margin-bottom: 0px;
}

.widget_categories ul li .children li {
	padding: 10px 0px 0px 16px;
}

.product-categories li .children li:last-child,
.widget_nav_menu ul li .sub-menu li:last-child,
.widget_recent_entries ul li .children li:last-child,
.widget_archive ul li .children li:last-child,
.widget_recent_comments ul li .children li:last-child,
.widget_pages ul li .children li:last-child,
.widget_categories ul li .children li:last-child {
	padding-bottom: 0px;
}

.product-categories li .count {
	margin-left: 5px;
}

.event-tag-widget ul,
.widget_tag_cloud .tagcloud {
	margin-bottom: -10px;
}

.event-tag-widget ul li a,
.event-tag-widget ul li a:visited,
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a:visited {
	padding: 8px 12px 6px;
	font-size: 13px !important;
    background: #f3f3f3;
	display: block;
	float: left;
	line-height: normal;
	margin: 0px 10px 10px 0px;
	color: #777777;
}

.event-tag-widget ul li a:hover,
.event-tag-widget ul li a:focus,
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
	background: #fac800;
	border-color: #fac800;
	color: #FFFFFF;
}

.event-tag-widget ul:after,
.event-tag-widget ul:before,
.widget_tag_cloud .tagcloud:after,
.widget_tag_cloud .tagcloud:before {
	content: '';
	display: block;
	clear: both;
}

.widget_rss ul li {
	font-weight: 400; 
	margin-bottom: 30px;
}

.widget_rss ul li:last-child {
	margin-bottom: 0px;
}

.widget_rss ul li .rsswidget {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}

.widget_rss ul li .rss-date {
	margin-bottom: 5px;
	font-size: 12px;
	display: block;
}

.widget_rss ul li .rssSummary {
	margin-bottom: 5px;
	display: block;
}

.widget_rss ul li cite {
	font-weight: 600;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
	width: 100% !important;
}

.tp_recent_tweets ul {
	margin: 0px;
	padding: 0px;
}

.esport-newsletter-element .mc4wp-form-fields p,
.widget_mc4wp_form_widget .mc4wp-form-fields p {
	margin-bottom: 0px;
}

.esport-newsletter-element .mc4wp-form-fields p.submitButton,
.widget_mc4wp_form_widget .mc4wp-form-fields p.submitButton {
	margin-bottom: 0px;
        width:100%;
}

.esport-newsletter-element .mc4wp-form-fields input[type="submit"],
.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
	width: 100%;
}

.tp_recent_tweets li {
	padding-left: 40px;
}

/* ===== 5. HEADER ===== */
.header-style-1.fixed-header-class .header-top-bar {
	display: none;
}

.header-style-1 {
	padding: 15px 0px;
	border-bottom: 1px solid #f3f3f3;
	background: #FFFFFF;
	position: relative;
	z-index: 2;
}

.header-style-1 .container {
	position: relative;
}

.header-style-1.remove-gap-removed {
	margin-bottom: 0px;
}

.header-style-1 .header-top-bar:before,
.header-style-1 .header-top-bar:after,
.header-style-1 .header-main-area:before,
.header-style-1 .header-main-area:after {
	content: '';
	display: block;
	clear: both;
}

.header-style-1 .header-main-area .header-logo {
	float: left;
}

.header-style-1.fixed-header-class .header-main-area .header-logo {
	margin-top: 0px;
}

.header-style-1.fixed-header-class .header-main-area .header-logo .logo img {
	height: 36px;
	width: auto;
}

.header-style-1 .header-main-area .header-elements {
	float: right;
}

.header-style-1 .header-main-area .header-elements .social-links {
	list-style: none;
	padding: 15px 0px;
	margin: 0px;
	float: right;
}

.header-style-1 .header-main-area .header-elements .social-links li {
	display: inline-block;
}

.header-style-1 .header-main-area .header-elements .social-links li a,
.header-style-1 .header-main-area .header-elements .social-links li a:visited {
	display: block;
	font-size: 14px;
	color: #777777;
	padding: 7.5px;
}

.header-style-1.header-style-2 .header-main-area .header-elements .social-links li a,
.header-style-1.header-style-2 .header-main-area .header-elements .social-links li a:visited {
	color: #FFFFFF;
}

.header-style-1.header-style-3 .header-main-area .header-elements .social-links li a,
.header-style-1.header-style-3 .header-main-area .header-elements .social-links li a:visited {
	color: #000000;
}

.header-style-1.header-style-4 .header-main-area .header-elements .social-links li a,
.header-style-1.header-style-4 .header-main-area .header-elements .social-links li a:visited {
	color: #FFFFFF;
}

.header.header-style-1.fixed-header-class .header-main-area .header-elements .header-search .header-search-content-wrapper>i:focus,
.header.header-style-1.fixed-header-class .header-main-area .header-elements .header-search .header-search-content-wrapper>i:hover,
.header.header-style-1.fixed-header-class .header-main-area .header-elements .social-links li a:hover,
.header.header-style-1.fixed-header-class .header-main-area .header-elements .social-links li a:focus,
.header-style-1.header-style-2 .header-main-area .header-elements .social-links li a:hover,
.header-style-1.header-style-2 .header-main-area .header-elements .social-links li a:focus,
.header-style-1 .header-main-area .header-elements .social-links li a:hover,
.header-style-1 .header-main-area .header-elements .social-links li a:focus {
	color: #fac800;background: transparent;
}

.header-style-1.header-style-3 .header-main-area .header-elements .social-links li a:hover,
.header-style-1.header-style-3 .header-main-area .header-elements .social-links li a:focus {
	color: #FFFFFF;
}

.header-style-1.header-style-4 .header-main-area .header-elements .social-links li a:hover,
.header-style-1.header-style-4 .header-main-area .header-elements .social-links li a:focus {
	color: #fac800;
}

.header-style-1 .header-main-area .header-elements .header-search {
	float: right;
	padding: 27px 7.5px;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper>i {
	font-size: 14px;
	color: #777777;
	display: block;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.header-style-1.header-style-2 .header-main-area .header-elements .header-search .header-search-content-wrapper>i {
	color: #ffffff;
}

.header-style-1.header-style-3 .header-main-area .header-elements .header-search .header-search-content-wrapper>i {
	color: #000000;
}

.header-style-1.header-style-4 .header-main-area .header-elements .header-search .header-search-content-wrapper>i {
	color: #ffffff;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper>i:hover {
	color: #fac800;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.header-style-1.header-style-3 .header-main-area .header-elements .header-search .header-search-content-wrapper>i:hover {
	color: #ffffff;
}

.header-style-1.header-style-4 .header-main-area .header-elements .header-search .header-search-content-wrapper>i:hover {
	color: #fac800;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content {
	position: absolute;
	min-width: 300px;
	border: 1px solid #f3f3f3;
	background: #FFF;
	right: calc(0px + 15px);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	visibility: hidden;
	opacity: 0;
	top: calc(100%);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	z-index: 5;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content.header-search-form-active {
	visibility: visible;
	opacity: 1;
	margin-top: 16px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.header-style-1.fixed-header-class .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content.header-search-form-active {
	margin-top: 0px;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content input[type="text"] {
	border: 0px;
	padding: 20px 25px 15px;
	background: transparent;
        width:90%;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content button {
	background: transparent;
	font-size: 14px;
	color: #777777;
	display: block;
	padding: 0px;
	height: auto;
	min-height: auto;
	border: 0px;
	text-align: center;
	width: 100px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	color: #777777;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content button:hover {
	opacity: 0.8;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content .search-form-widget:after,
.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content .search-form-widget:before {
	content: '';
	display: block;
	clear: both;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content .search-form-widget {
	display: flex;
}

.header-style-1 .header-main-area .header-menu {
	float: none;
	margin: 0 auto;
	display: table;
	padding: 16px 0px;
}

.header-style-1 .header-main-area .header-menu .navbar {
	border: 0px;
	border-radius: 0px;
	min-height: auto;
	margin: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-collapse {
	border: 0px;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav {
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald';
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li {
	float: left;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	font-size: 15px;
	color: #444444;
	font-weight: 500;
	padding: 11px 15px 5px;
	text-transform: uppercase;
}


.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:last-child>a {
	padding-right: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li a .fa-angle-down {
	margin-left: 8px;
	font-size: 13px;
	position: relative;
	top: -1px;
}

.header-style-1.header-style-2 {
	position: absolute;
	background: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.17);
	width: 100%;
	top: 0px;
	z-index: 20;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
       
}

.header.header-style-1.header-style-3 {
	background: #fac800;
	border-bottom-color: #fac800;
}

.header.header-style-1.header-style-4 {
	background: #000000;
	border-bottom-color: #000000;
}

.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	color: #FFFFFF;
}

.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	color: #000000;
}

.header-style-1.header-style-4 .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1.header-style-4 .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	color: #fac800;
}

.header-style-1.header-style-2 .header-main-area .header-logo {
	display: none;
}

.header-style-1.header-style-2 .header-main-area .header-alternative-logo {
	display: block;
}

.header-style-1.fixed-header-class .header-main-area .header-logo {
	padding: 15px 0px;
}

.header-style-1.header-style-2.fixed-header-class .header-main-area .header-logo {
	display: block;
}

.header-style-1.header-style-2.fixed-header-class .header-main-area .header-alternative-logo {
	display: none;
}

.header.fixed-header-class .header-main-area .header-elements .header-search .header-search-content-wrapper>i,
.header.fixed-header-class .header-main-area .header-elements .social-links li a,
.header.fixed-header-class .header-main-area .header-elements .social-links li a:visited {
	color: #777777;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:last-child .dropdown-menu,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:nth-last-child(2) .dropdown-menu {
	left: inherit;
	right: 0;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:last-child .dropdown-menu .dropdown-menu,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:nth-last-child(2) .dropdown-menu .dropdown-menu {
	left: inherit;
	right: 100%;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li.dropdown:hover > .dropdown-menu {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	display: block;
	box-shadow: none;
	border: 0px;
	padding: 13px 0px;
	min-width: 180px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	pointer-events: none;
	border-top: 2px solid #fac800;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
	border-top-color: #fac800;
}

.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
	border-top-color: #222222;
}

.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
	border-top-color: #fac800;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
	margin-top: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:visited {
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	line-height: 18px;
	padding: 13px 22px 9px;
	border-bottom: 1px solid #eeeeee;
	background: transparent;
}

.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a,
.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:visited,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:visited {
	color: #222222;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu>li:last-child>a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu>li:last-child>a:visited {
	border-bottom: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:hover,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:focus {
	background: transparent;
	color: #fac800;
}

.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:hover,
.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:focus {
	color: #fac800;
}

.header.header-style-1.fixed-header-class {
	position: fixed;
	top: 0;
	background: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
	z-index: 500;
	border-bottom: 0px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	color: #222222;
}

.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a,
.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus {
	background: transparent;
	color: #fac800;
}

.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a,
.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus {
	color: #ffffff;
}

.header-style-1.header-style-4 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a,
.header-style-1.header-style-4 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
.header-style-1.header-style-4 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus {
	color: #ffffff;
}

/* ===== 6. FOOTER ===== */
.footer {
	background-size: cover;
	background-position: center;
	clear: both;
	padding: 82px 0px 80px;
	margin-top: 90px;
}

.no-footer-blank {
	margin-top: 90px;
}

.footer a,
.footer a:visited {
	color: #777777;
}

.footer-copyright {
	background: #000000;
	padding: 30px 0px;
	color: #FFFFFF;
}

.footer-copyright:after,
.footer-copyright:before {
	content: '';
	display: block;
	clear: both;
}

.footer-copyright .menu-copyright-menu-container {
	max-width: 49%;
	float: right;
}

.footer-copyright .menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.footer-copyright .menu li {
	display: inline-block;
}

.footer-copyright .menu li:after {
	content: '-';
	margin: 0px 5px 0px 7px;
}

.footer-copyright .menu li:last-child:after {
	display: none;
}

.footer-copyright a,
.footer-copyright a:visited,
.footer-copyright .menu li a,
.footer-copyright .menu li a:visited {
	color: #FFFFFF;
}

.footer-copyright p {
	margin-bottom: 0px;
	max-width: 49%;
	float: left;
}

.footer-copyright.style2 {
	background: #f9f9f9;
	color: #777777;
}

.footer-copyright.style2 a,
.footer-copyright.style2 a:visited,
.footer-copyright.style2 .menu li a,
.footer-copyright.style2 .menu li a:visited {
	color: #777777;
}

.footer-copyright.style2 a,
.footer-copyright.style2 a:visited,
.footer-copyright.style2 .menu li a:hover,
.footer-copyright.style2 .menu li a:focus,
.footer-copyright a,
.footer-copyright a:visited,
.footer-copyright .menu li a:hover,
.footer-copyright .menu li a:focus {
	color: #fac800;
}

.footer.remove-gap-removed {
	margin-top: 0px;
}

.footer.footer-style1 a,
.footer.footer-style1 a:visited {
	color: #FFFFFF;
}

.footer.footer-style1 a:hover,
.footer.footer-style1 a:focus {
	color: #fac800;
}

.footer .esport-app-box .app-item i {
	color: #FFFFFF;
}

.footer #menu-footer-menu li {
	background: transparent;
	font-weight: 500;
	padding: 0px;
	border-radius: 0px;
	margin: 0px;
}

.footer.footer-style1  #menu-footer-menu li {
	color: #FFF;
}

.footer .vc_wp_custommenu {
	margin: 0px;
	padding: 0px;
}

.footer #menu-footer-menu li a,
.footer #menu-footer-menu li a:visited {
	display: block;
	padding: 5px 0px;
	color: #777777;
}

.footer.footer-style1  #menu-footer-menu li a,
.footer.footer-style1  #menu-footer-menu li a:visited {
	color: #FFFFFF;
}

.footer.footer-style1  #menu-footer-menu li a:hover,
.footer.footer-style1  #menu-footer-menu li a:focus {
	color: #fac800;
}

.footer #menu-footer-menu li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	color: #fac800;
	margin-right: 15px;
	font-size: 14px;
}

.footer.footer-style1  {
	background-color: #0e0e0e;
	color: #FFFFFF;
}

.footer.footer-style2 {
	background: #ffffff;
}

/* ===== 7. 40 PAGE ===== */
.page404-wrapper {
	text-align: center;
        margin-top:90px;
}

.page404-wrapper .content-title-element i {
    font-size: 40px;
    line-height: 36px;
    color:#fac800;
    margin-bottom: 2px;
}

.page404-wrapper .content-title-element .separate {
    margin: 17px 0px 25px;
}

.error404 .page-404-home-button {
	margin-top: 30px;
}

.error404 .page-404-home-button a,
.error404 .page-404-home-button a:visited {
	display: table;
	text-transform: uppercase;
	outline: 0;
	padding: 13px 35px 11px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	border: 1px solid #fac800;
	background: #fac800;
	border-radius: 0px;
	margin: 0 auto;
}

.error404 .page-404-home-button a:hover,
.error404 .page-404-home-button a:focus {
	color: #fac800;
	background: transparent;
}

.page-404-search {
	max-width: 500px;
	margin: 90px auto 0px;
	background: #f9f9f9;
	padding: 30px;
}

.page-404-search input[type="text"] {
	margin-bottom: 25px;
        width: 100%;
}

.page-404-search button {
	width: 100%!important;
}

.page-404-search button i {
	margin-right: 10px;
}

/* ===== 8. COMMENTS ===== */
.comment-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 45px;
	border-bottom: 0px solid #eae6e6;
	margin-bottom: 0px;
}

.comment-list li {
	margin-bottom: 30px;
	border-bottom: 1px solid #eae6e6;
	padding-bottom: 30px;
}

.comment-list li:after, .comment-list li:before {
	content:'';
	display:block;
	clear:both;
}

.comment-list li .comment-body ul li:after, .comment-list li .comment-body ol li:after,
.comment-list li .comment-body ul li:before, .comment-list li .comment-body ol li:before {
	display:none;
}

.comment-list li .comment-body ul li, .comment-list li .comment-body ol li {
	margin:0px;
	padding:0px;
	border:0px;
}



.comment-list li p:last-child {
	margin-bottom:0px;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 22px 0 0 22px;
}

.comment-list li .reply {
	margin-left: 10px;
	display: inline-block;
}

.comment-list li .comment-body:after,
.comment-list li .comment-body:before {
	clear:both;
	content:'';
	display:block
}

.comment-list li .reply a,
.comment-list li .reply a:visited {
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	font-weight: 500;
}

.comment-list li .reply a.comment-edit-link,
.comment-list li .reply a.comment-edit-link:visited {
	margin-left: 12px;
}

.comment-list li .reply a i,
.comment-list li .reply a:visited i {
	margin-right: 5px;
}

.comment-list li img.avatar {
	float: left;
	border: 1px solid #eae6e6;
	border-radius: 50%;
	padding: 2px;
}

.comment-list li .says {
	display: none;
}

.comment-list li cite {
	font-weight: 600;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	display: inline-block;
	color: #fac800;
	margin-right: 12px;
}

.comment-list li cite a, 
.comment-list li cite a:visited {
	color: #fac800;
}

.comment-list li .commentmetadata {
	display: inline-block;
	font-size: 12px;
}

.comment-list li p {
	margin-bottom:5px;
}

.comments-area .comments-inputs {
	margin: 0px -7.5px 0px;
}

.comments-area .comments-inputs:after,
.comments-area .comments-inputs:before {
	content: '';
	display: block;
	clear: both;
}

.comments-area .comments-inputs>div {
	float: left;
	padding: 0px 7.5px;
	width: 33.33333333333333%;
	margin-bottom: 15px;
}

.comments-area .comments-area-textarea {
	margin-bottom: 15px;
}

.comments-area .form-submit{
	margin-bottom: 0px;
}

/* ===== 9. BLOG & ARCHIVE ===== */
.player-detail-left {
	display: block;
	width: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	bottom: 30px;
	max-width: 100%;
}

.player-detail-left .post-share {
	list-style: none;
	padding: 0px;
	margin: 15px 0px 0px;
	float: left;
}

.player-detail-left .post-share:after,
.player-detail-left .post-share:before {
	content: '';
	display: block;
	clear: both;
}

.player-detail-left .post-share li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.player-detail-left .post-share li:last-child {
	margin-right: 0px;
}

.player-detail-left .post-share li a,
.player-detail-left .post-share li a:visited {
	width: 32px;
	height: 32px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 50%;
	display: block;
	font-size: 13px;
}

.player-detail-left .post-share li a:hover,
.player-detail-left .post-share li a:focus {
	background: #fac800;
	border-color: #fac800;
	color: #FFFFFF;
}

.player-detail-left .post-share li span {
	display: none;
}

.single-twitch-area {
	margin-top: 30px;
}

.single-twitch-area iframe,
.single-twitch-area embed {
	width: 100%;
}

.post-list-style-1 .image {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 21px;
	display: table;
}

.post-list-style-1 .image>a,
.post-list-style-1 .image>a:visited {
	position: relative;
	display: block;
}

.post-list-style-1 .image img {
	display: block;
}

.post-list-style-1 .image .category {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
	font-size: 12px;
	text-transform: uppercase;
}

.post-list-style-1 .image .category .post-categories {
	list-style: none;
	margin: 0px;
	color: #fac800;
	background: #FFFFFF;
	padding: 4px 27px 4px;
	border-radius: 25px;
	font-weight: 500;
        font-family:Roboto!important;
	
}

.post-list-style-1 .image .category .post-categories li {
	display: inline-block;
}

.post-list-style-1 .image .category .post-categories li:after {
	content: ',';
}

.post-list-style-1 .image .category .post-categories li:last-child:after {
	display: none;
}

.post-list-style-1 .image .category .post-categories a,
.post-list-style-1 .image .category .post-categories a:visited {
	color: #fac800;
}

.post-list-style-1 .title {
	color: #222222;
	font-size: 34px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 9px;
	font-family: 'Oswald';
}

.post-list-style-1 .title a,
.post-list-style-1 .title a:visited {
	color: #222222;
}

.post-list-style-1 .title a:hover,
.post-list-style-1 .title a:focus {
	color: #fac800;
}

.post-list-style-1 .bottom a.more-button,
.post-list-style-1 .bottom a.more-button:visited {
	background: #fac800;
	border: 1px solid #fac800;
	border-radius: 25px;
	float: right;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding: 7px 26px 7px;
	font-weight: 500;
}

.post-list-style-1 .bottom a.more-button:hover,
.post-list-style-1 .bottom a.more-button:focus {
	background: #FFFFFF;
	color: #fac800;
}

.post-list-style-1 .bottom:after,
.post-list-style-1 .bottom:before {
	content: '';
	display: block;
	clear: both;
}

.post-list-style-1 .bottom .post-information {
	list-style: none;
	padding: 0px;
	margin: 8px 0px 0px;
	font-size: 12px;
	float: left;
}

.post-list-style-1 .bottom .post-information li {
	display: inline-block;
	margin-right: 19px;
}

.post-list-style-1 .bottom .post-information li i {
	color: #fac800;
	margin-right: 10px;
	font-size: 16px;
}

.post-list-style-1 .bottom .post-information li:last-child {
	margin-right: 0px;
}

.post-list-style-1 .excerpt {
	margin-bottom: 23px;
}

.archive-post-list-style-1 .post-list-style-1 {
	margin-bottom: 0px;
	padding-bottom: 60px;
	border-bottom: 0px solid #eae6e6;
}

.archive-post-list-style-2 .post-list-style-1.sticky-post,
.archive-post-list-style-2 .post-list-style-2.sticky-post,
.archive-post-list-style-1 .post-list-style-2.sticky-post,
.archive-post-list-style-1 .post-list-style-1.sticky-post {
	background: #f3f3f3;
	padding: 30px 30px 60px;
	border-color: #e6e6e6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.post-list-style-2 .image {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-bottom: 21px;
}

.post-list-style-2 .image>a,
.post-list-style-2 .image>a:visited {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.post-list-style-2 .image img {
	width: 100%;
	display: block;
}

.post-list-style-2 .image .category {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
	font-size: 12px;
	text-transform: uppercase;
}

.post-list-style-2 .image .category .post-categories {
	list-style: none;
	margin: 0px;
	color: #fac800;
	background: #FFFFFF;
	padding: 4px 27px 4px;
	border-radius: 25px;
	font-weight: 500;
}

.post-list-style-2 .image .category .post-categories li {
	display: inline-block;
}

.post-list-style-2 .image .category .post-categories li:after {
	content: ',';
}

.post-list-style-2 .image .category .post-categories li:last-child:after {
	display: none;
}

.post-list-style-2 .image .category .post-categories a,
.post-list-style-2 .image .category .post-categories a:visited {
	color: #fac800;
}

.post-list-style-2 .title {
	color: #222222;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 9px;
	font-family: 'Oswald';
}

.post-list-style-2 .title a,
.post-list-style-2 .title a:visited {
	color: #222222;
}

.post-list-style-2 .title a:hover,
.post-list-style-2 .title a:focus {
	color: #fac800;
}

.post-list-style-2 .bottom a.more-button,
.post-list-style-2 .bottom a.more-button:visited {
	background: #fac800;
	border: 1px solid #fac800;
	border-radius: 25px;
	float: right;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 26px 5px;
	font-weight: 500;
}

.post-list-style-2 .bottom a.more-button:hover,
.post-list-style-2 .bottom a.more-button:focus {
	background: transparent;
	color: #fac800;
}

.post-list-style-2 .bottom:after,
.post-list-style-2 .bottom:before {
	content: '';
	display: block;
	clear: both;
}

.post-list-style-2 .bottom .post-information {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px;
	font-size: 12px;
	float: left;
}

.post-list-style-2 .bottom .post-information li {
	display: inline-block;
	margin-right: 19px;
}

.post-list-style-2 .bottom .post-information li i {
	color: #fac800;
	margin-right: 10px;
	font-size: 16px;
}

.post-list-style-2 .bottom .post-information li:last-child {
	margin-right: 0px;
}

.post-list-style-2 .excerpt {
	margin-bottom: 23px;
	max-height: 95px;
	overflow: hidden;
}

.esport-latest-posts-element .image img,
.esport-latest-posts-element .image {
	width: 100%;
}

.archive-post-list-style-2 {
	margin: 0px -15px -60px;
}

.archive-post-list-style-2:after,
.archive-post-list-style-2:before {
	content: '';
	display: block;
	clear: both;
}

.archive-post-list-style-2 .post-list-style-2 {
	margin-bottom: 60px;
	width: 33.33333333333333%;
	padding: 0px 15px;
	float: left;
}


.archive-post-list-style-5 {
	margin: 0px -15px -60px;
}

.archive-post-list-style-5:after,
.archive-post-list-style-5:before {
	content: '';
	display: block;
	clear: both;
}

.archive-post-list-style-5 .post-list-style-2 {
	margin-bottom: 60px;
	padding: 0px 10px;
	float: left;
        margin: 0px 0px 60px 0px;
}

.archive-post-list-style-5 .post-list-style-2:nth-child(2n+1) {
	clear: both;
}

.archive-post-list-style-4 {
	margin: 0px -15px -60px;
}

.archive-post-list-style-4:after,
.archive-post-list-style-4:before {
	content: '';
	display: block;
	clear: both;
}

.archive-post-list-style-4 .post-list-style-2 {
	margin-bottom: 60px;
	width: 33.33333333333333%;
	padding: 0px 15px;
	float: left;
	color: #FFFFFF;
}

.archive-post-list-style-4 .post-list-style-2:nth-child(3n+1) {
	clear: both;
}

.archive-post-list-style-4 .post-list-style-2 .title a,
.archive-post-list-style-4 .post-list-style-2 .title a:visited,
.archive-post-list-style-4 .post-list-style-2 .bottom .post-information li a,
.archive-post-list-style-4 .post-list-style-2 .bottom .post-information li a:visited {
	color: #FFFFFF;
}

.post-list-style-3 {
	display: flex;
}

.post-list-style-3:after,
.post-list-style-3:before {
	content: '';
	display: block;
	clear: both;
}

.post-list-style-3 .image {
	min-width: 70px;
	width: 70px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
}

.post-list-style-3 .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 9px;
        font-family: Oswald;
}

.post-list-style-3 .post-information {
	font-size: 11px;
}

.post-list-style-3 .post-information i {
	font-size: 13px;
	color: #fac800;
	margin-right: 8px;
}

.latest-posts-widget .post-list-style-3,
.archive-post-list-style-3 .post-list-style-3 {
	margin-bottom: 24px;
}

.latest-posts-widget .post-list-style-3:last-child,
.archive-post-list-style-3 .post-list-style-3:last-child {
	margin-bottom: 0px;
}

.post-pagination ul {
	list-style: none;
	padding: 0px;
	margin: 60px 0px 0px;
}

.post-pagination ul:after,
.post-pagination ul:before {
	content: '';
	display: block;
	clear: both;
}

.post-pagination ul li {
	float: left;
	background: #fac800;
	border: 1px solid #fac800;
	border-radius: 25px;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding: 7px 26px 2px;
	font-weight: 500;
	margin-right: 15px;
	margin-bottom: 5px;
}

.post-pagination ul li:last-child {
	margin-right: 0px;
}

.post-pagination ul li a,
.post-pagination ul li a:visited {
	color: #FFFFFF;
}

.post-pagination ul li i.fa-angle-right {
	font-size: 15px;
	margin-left: 10px;
}

.post-pagination ul li i.fa-angle-left {
	font-size: 15px;
	margin-right: 10px;
}

.post-pagination ul li:hover {
	background: #FFFFFF;
	color: #fac800;
}

.post-pagination ul li:hover a,
.post-pagination ul li:hover a:visited {
	color: #fac800;
}

.page-content-list .post-featured-header,
.post-content-list .post-wrapper .post-featured-header {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	display: table;
}

.post-content-list .post-wrapper .post-featured-header {
	display: block;
}

.post-content-list .post-wrapper .post-featured-header img {
	width: 100%;
        border-radius:10px;
}

.post-content-list .post-wrapper .post-featured-header .post-featured-header-image-gallery {
	border-radius: 10px;
	overflow: hidden;
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-next {
	background: transparent;
	text-align: right;
	right: 45px;
    height: 75px;
	margin-top: -37px;
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-next:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 70px;
	text-align: right;
	color: #FFF;
	font-weight: 100;
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-prev {
	background: transparent;
	text-align: left;
    left: 45px;
    height: 75px;
	margin-top: -37px;
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-prev:before {
	content: "\f104";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 70px;
	text-align: right;
	color: #FFF;
	font-weight: 100;
}

.post-content-list .post-wrapper .post-featured-header .plyr,
.post-content-list .post-wrapper .post-featured-header iframe,
.post-content-list .post-wrapper .post-featured-header embed {
	width: 100%;
}

.post-content-list .post-wrapper .post-featured-header:after,
.post-content-list .post-wrapper .post-featured-header:before {
	content: '';
	display: block;
	clear: both;
}

.post-content-list .format-audio .post-wrapper .post-featured-header:before,
.post-content-list .format-video .post-wrapper .post-featured-header:before {
	display: none;
}

.post-content-list .post-wrapper .post-featured-header .category {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 12px;
	text-transform: uppercase;
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories {
	list-style: none;
	margin: 0px;
	color: #fac800;
	background: #FFFFFF;
	padding: 4px 27px 4px;
	border-radius: 25px;
	font-weight: 500;

}

.post-content-list .post-wrapper .post-featured-header .category .post-categories li {
	display: inline-block;
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories li:after {
	content: ',';
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories li:last-child:after {
	display: none;
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories a,
.post-content-list .post-wrapper .post-featured-header .category .post-categories a:visited {
	color: #fac800;
}

.post-content-list .post-content-body:after,
.post-content-list .post-content-body:before {
	content: '';
	display: block;
	clear: 
}

.post-author,
.post-related-navigation,
.post-content-list .post-content-footer {
	padding-bottom: 45px;
	border-bottom: 1px solid #eae6e6;
	margin-bottom: 40px;
}

.post-content-list .post-content-footer:after,
.post-content-list .post-content-footer:before {
	content: '';
	display: block;
	clear: both;
}

.post-content-list .post-content-footer .post-information {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 25px;
	font-size: 12px;
	width: 100%;
	clear: both;
}

.post-content-list .post-content-footer .post-information:after,
.post-content-list .post-content-footer .post-information:before {
	content: '';
	display: block;
	clear: none;
}

.post-content-list .post-content-footer .post-information li {
	display: inline-block;
	margin-right: 19px;
}

.post-content-list .post-content-footer .post-information li i {
	color: #fac800;
	margin-right: 10px;
	font-size: 16px;
}

.post-content-list .post-content-footer .post-information li:last-child {
	margin-right: 0px;
}

.post-content-list .post-content-footer .post-share {
	display: flex;
	margin-bottom: 20px;
}

.post-content-list .post-content-footer .post-share .title {
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    float: left;
    align-items: center;
    margin-right: 15px;
    padding: 6px 00px;
}

.post-content-list .post-content-footer .post-share ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

.post-content-list .post-content-footer .post-share ul:after,
.post-content-list .post-content-footer .post-share ul:before {
	content: '';
	display: block;
	clear: both;
}

.post-content-list .post-content-footer .post-share ul li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post-content-list .post-content-footer .post-share ul li:last-child {
	margin-right: 0px;
}

.post-content-list .post-content-footer .post-share ul li a,
.post-content-list .post-content-footer .post-share ul li a:visited {

}

.post-content-list .post-content-footer .post-share ul li a:hover,
.post-content-list .post-content-footer .post-share ul li a:focus {
	background: transparent;
	color: #FFFFFF;
}

.post-content-list .post-content-footer .post-share ul li span {
	display:inline-block;
}

.post-content-list .post-content-footer .post-tags {
	float: left;
	display: block;
	margin-bottom: -10px;
}

.post-content-list .post-content-footer .post-tags:after,
.post-content-list .post-content-footer .post-tags:before {
	content: '';
	display: block;
	clear: both;
}

.post-content-list .post-content-footer .post-tags .title {
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    float: left;
    align-items: center;
    margin-right: 15px;
    padding: 6px 00px;
}

.post-content-list .post-content-footer .post-tags span {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.post-content-list .post-content-footer .post-tags span:last-child {
	margin-right: 0px;
}

.post-content-list .post-content-footer .post-tags span a,
.post-content-list .post-content-footer .post-tags span a:visited {
	background: #fac800;
	border: 1px solid #fac800;
	color: #FFFFFF;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 7px 25px 7px;
	line-height: initial;
}

.post-content-list .post-content-footer .post-tags span:hover a,
.post-content-list .post-content-footer .post-tags span:focus a:visited {
	background: #FFFFFF;
	color: #fac800;
}

.post-related-navigation .related-posts-columns {
	margin: 0px -15px 40px;
}

.post-related-navigation .related-posts-columns:after,
.post-related-navigation .related-posts-columns:before {
	content: '';
	display: block;
	clear: both;
}

.post-related-navigation .related-posts-columns .post-list-style-2 .title {
	font-size: 19px;
}

.post-related-navigation .related-posts-columns.related-posts-column-2 .post-list-style-2 {
	width: 50%;
	padding: 0px 15px;
	float: left;
}

.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2 {
	width: 33.33333333333333%;
	padding: 0px 15px;
	float: left;
}

.post-navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto 0px;
	display: table;
}

.post-navigation ul:after,
.post-navigation ul:before {
	content: '';
	display: block;
	clear: both;
}

.post-navigation ul li {
	float: left;
	background: #fac800;
	border: 1px solid #fac800;
	border-radius: 25px;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 15px;
}

.post-navigation ul li:last-child {
	margin-right: 0px;
}

.post-navigation ul li a,
.post-navigation ul li a:visited {
	color: #FFFFFF;
	padding: 7px 26px 6px;
	display: block;
}

.post-navigation ul li i.fa-angle-right {
	font-size: 15px;
	margin-left: 10px;
}

.post-navigation ul li i.fa-angle-left {
	font-size: 15px;
	margin-right: 10px;
}

.post-navigation ul li:hover {
	background: #FFFFFF;
	color: #fac800;
}

.post-navigation ul li:hover a,
.post-navigation ul li:hover a:visited {
	color: #fac800;
}


.post-author .about-author:after,
.post-author .about-author:before,
.post-author:after,
.post-author:before {
	content: '';
	display: block;
	clear: both;
}

.post-author .about-author .about-image {
	float: left;
	margin-right: 30px;
	width: 110px;
}

.post-author .about-author .about-image img {
	border: 1px solid #eae6e6;
	border-radius: 50%;
	padding: 2px;
	margin: 0px;
}

.post-author .about-author .about-content {
	width: calc(100% - 140px);
	float: right;
}

.post-author .about-author .about-content .author-name {
	font-size: 16px;
	color: #fac800;
	font-weight: 500;
	margin-top: -6px;
	margin-bottom: 6px;
}

.post-author .about-author .about-content .author-name a,
.post-author .about-author .about-content .author-name a:visited {
	color: #fac800;
}

.post-author .about-author .about-content .author-social-links {
	margin: 0px 0px 12px;
}

.post-author .about-author .about-content .author-social-links ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.post-author .about-author .about-content .author-social-links ul:after,
.post-author .about-author .about-content .author-social-links ul:before {
	content: '';
	display: block;
	clear: both;
}

.post-author .about-author .about-content .author-social-links ul li {
	float: left;
	display: block;
	margin-right: 7.5px;
}

.post-author .about-author .about-content .author-social-links ul li:last-child {
	margin-right: 0px;
}

.post-author .about-author .about-content .author-social-links ul li a,
.post-author .about-author .about-content .author-social-links ul li a:visited {
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	border: 1px solid #888888;
	color: #888888;
	border-radius: 50%;
	display: block;
	font-size: 9.5px;
}

.post-author .about-author .about-content .author-social-links ul li a:hover,
.post-author .about-author .about-content .author-social-links ul li a:focus {
	background: #fac800;
	border-color: #fac800;
	color: #FFFFFF;
}

.post-author .about-author .about-content p {
	margin: 0px;
}

.content-title-wrapper .title {
	margin: 0px 0px 30px;
	text-transform: uppercase;
	font-size: 27px;
	color: #222;
	padding-bottom: 0px;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'Oswald';
}

.content-title-wrapper .title:after {
    width: 45px;
    margin-top: 6px;
    display: block;
    background: #eae6e6;
    height: 1px;
    content: '';
}

.none-content-list .post-header h1 {
	text-align: center;
}

.none-content-list .content-none-search:after,
.none-content-list .content-none-search:before {
	content: '';
	display: block;
	clear: both;
}

.none-content-list .content-none-search input {
	width: 80%;
	float: left;
}

.none-content-list .content-none-search button {
	width: calc( 20% - 15px);
	float: right;
	padding: 11px 30px 10px;
}

/* ===== 10. PLUGINS ===== */
div.bbp-breadcrumb,
#bbpress-forums div.bbp-search-form {
	margin-bottom: 15px;
}

#bbpress-forums #bbp-search-form #bbp_search {
	padding: 8px 8px;
	border-radius: 3px;
}

#bbpress-forums #bbp-search-form:after,
#bbpress-forums #bbp-search-form:before {
	content: '';
	display: block;
	clear: both;
}

#bbpress-forums ul.bbp-forums {
	margin-top: 0px;
}

#bbpress-forums ul.bbp-forums:after,
#bbpress-forums ul.bbp-forums:before {
	content: '';
	display: block;
	clear: both;
}

#bbpress-forums #bbp-search-form input[type="submit"] {
	padding: 6.5px 46px;
	float: right;
	margin-left: 5px;
	border-radius: 3px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	background: #fac800;
	border-top-color: #fac800;
	font-weight: 600;
	color: #FFF;
}

#bbpress-forums li.bbp-header a,
#bbpress-forums li.bbp-header a:visited,
#bbpress-forums li.bbp-footer a,
#bbpress-forums li.bbp-footer a:visited {
	color: #FFF;
}

#bbpress-forums li.bbp-header a:hover,
#bbpress-forums li.bbp-header a:focus,
#bbpress-forums li.bbp-footer a:hover,
#bbpress-forums li.bbp-footer a:focus {
	text-decoration: underline;
}

#bbpress-forums li.bbp-header {
	background: #fac800;
	padding: 15px 30px;
	font-size: 15px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	padding: 20px 30px;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
	margin: 0px 0px 1px 0;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 13px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 12px;
}

#bbpress-forums .bbp-forums-list li {
	display: block;
	font-size: 12px;
}

div.bbp-template-notice.info {
	border: #e6e6e6 1px solid;
	background-color: #f7f7f7;
}

div.bbp-template-notice, div.indicator-hint {
	background-color: #e6e6e6;
	border-color: #d2d2d2;
}

span.bbp-admin-links a {
	color: #636363;
}

#bbpress-forums li.bbp-footer {
	display: none;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	border: 1px solid #D7D7D7;
	color: #a3a3a3;
	padding: 12px 13px;
	font-size: 13px;
}

.quicktags-toolbar {
	border: 1px solid #d7d7d7;
	border-bottom: 0px;
}

#bbpress-forums fieldset.bbp-form legend {
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	text-transform: uppercase;
}

#bbpress-forums fieldset.bbp-form {
	padding: 10px 20px 20px;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
	font-size: 12px;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 14px;
}

div.bbp-breadcrumb .bbp-breadcrumb-sep,
div.bbp-topic-tags .bbp-breadcrumb-sep {
	margin: 0px 2px;
}

#bbpress-forums #subscription-toggle {
	float: right;
	font-size: 14px;
	margin-left: 15px;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
	background-color: #f3f3f3 !important;
	font-size: 13px;
}

.bbp-topics-front ul.super-sticky .bbp-topic-permalink,
.bbp-topics ul.super-sticky .bbp-topic-permalink,
.bbp-topics ul.sticky .bbp-topic-permalink,
.bbp-forum-content ul.sticky .bbp-topic-permalink {
	background-color: #f3f3f3 !important;
	font-size: 13px;
	font-weight: 600;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	font-size: 14px;
}

#bbpress-forums li .bbp-forum-title,
#bbpress-forums li .bbp-forum-title:visited {
	font-weight: 600;
	color: #fac800;
}

#bbpress-forums fieldset.bbp-form legend,
div.bbp-template-notice p {
    padding: 15px 20px 13px;
    font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #efefef;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 13px 30px 6px;
	font-weight: 500;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #efefef;
	background-color: #efefef;
	border-radius: 5px 5px 0 0;
	margin: 0px;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0px 30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0px 30px;
	padding: 0;
}

.woocommerce #review_form #respond p {
	margin-bottom: 20px;
}

.woocommerce #review_form #respond p.form-submit {
	margin-bottom: 33px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
    padding: 9px 15px 7px !important;
}

.woocommerce table.shop_table th {
	border-color: #eae6e6;
	padding: 14px 15px 9px;
}

.woocommerce table.shop_table td {
	border-top: 1px solid #eae6e6;
	padding: 14px 15px 10px;
}

.select2-drop-active {
	border: 1px solid #eae6e6;
}

.select2-search {
    margin: 7px;
    width: auto;
    display: block;
}

.woocommerce #reviews #comments ol.commentlist {
	list-style: none;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist {
	margin-bottom: 45px;
}

.woocommerce span.onsale {
	width: 40px;
	height: 40px;
	font-weight: 600;
	line-height: 40px;
	background: #fac800;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 14px 12px 10px;
}

.woocommerce form .form-row {
	padding: 3px 0px;
	margin: 0 0 15px;
}

.select2-search input[type="text"] {
	padding: 11px 15px !important;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	border-top-color: #fac800;
}

.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error:before {
	color: #fac800;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #888;
	background-color: #eee;
	border-color: #eee;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: #fff;
	padding: 13px 30px 11px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 60px;
}

.woocommerce a.remove {
    height: 20px;
    width: 20px;
    line-height: 22px;
    font-weight: 500;
}

.woocommerce .related.products ul,
.up-sells.upsells.products ul {
	padding-top: 0px;
}

.up-sells.upsells.products h2,
.woocommerce #reviews h3,
.related.products h2,
.woocommerce-tabs h2 {
	margin: 0px 0px 15px;
	color: #fac800;
	font-size: 20px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background: #fac800;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 600;
	color: #fac800;
	font-size: 13px;
	display: flex;
	text-transform: uppercase;
}

.woocommerce-checkout h3,
.cart_totals h2 {
	font-size: 28px;
	margin: 30px 0px 15px;
}

.woocommerce div.product .product_title {
	font-size: 30px;
	margin-bottom: 0px;
}

.woocommerce div.product p.stock {
	font-size: 13px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.woocommerce .products ul,
.woocommerce ul.products {
	padding-top: 30px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #eae6e6;
	padding: 19px 0 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount {
	font-size: 13px;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 15px;
}

.woocommerce ul.products li.product .button {
	margin-top: 15px;
}

.woocommerce ul.products li.product h3 {
	padding: 0px;
	margin: 0 0 7px;
	font-size: 15px;
}

.woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a:visited {
	width: 48%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.woocommerce ul.products li.product .price {
	color: #fac800;
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #fac800;	
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin: 0 0 30px;
	height: 42px;
	align-items: center;
	display: flex;
}

.woocommerce .page-title {
	margin: 0px 0px 15px;
}

.plyr__controls button:hover,
.plyr__controls button:focus {
	border: 0px;
}

.woocommerce .quantity .qty {
	width: 70px;
	text-align: left;
	padding: 11px 15px 7px;
}

.woocommerce div.product .stock {
	margin: 0px 0px 15px;
	font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock {
	color: #fac800;	
}

/* ===== 11. RESPONSIVE ===== */
.mobile-header {
	height: 0px;
	padding: 15px 0px;
	display: none;
	top: 0%;
	width: 100%;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
	background: #FFFFFF;
	z-index: 20;
	position: static;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.mobile-header.fixed-header-class {
	position: fixed;
	top: 0;
}

.mobile-header.mobile-menu-bars-actived {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
	top: -100%;
	position: absolute;
}

.mobile-menu .mobile-menu-top .logo-area:after,
.mobile-menu .mobile-menu-top .logo-area:before,
.mobile-header:after,
.mobile-header:before {
	content: '';
	display: block;
	clear: both;
}

.mobile-menu .mobile-menu-top .header-logo,
.mobile-header .header-logo {
	float: left;
}

.mobile-menu .mobile-menu-top .header-logo img,
.mobile-header .header-logo img {
	max-height: 35px;
        margin-bottom:5px;
}

.mobile-menu .mobile-menu-top .mobile-menu-icon,
.mobile-header .mobile-menu-icon {
	float: right;
}

.mobile-menu .mobile-menu-top .mobile-menu-icon .fa-bars,
.mobile-header .mobile-menu-icon .fa-bars {
	font-size: 20px;
	line-height: 35px;
	color: #666;
}

.mobile-menu .mobile-menu-top .mobile-menu-icon .fa-times-thin,
.mobile-header .mobile-menu-icon .fa-times-thin {
	font-size: 36px;
	line-height: 24px;
}

.mobile-menu .mobile-menu-top .mobile-menu-icon i,
.mobile-header .mobile-menu-icon i {
	cursor: pointer;
}

.mobile-menu-wrapper {
	visibility: hidden;
	opacity: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu-wrapper.mobile-menu-wrapper-opened {
	visibility: visible;
	overflow: hidden;
	opacity: 1;
	background: rgba(0, 0, 0, 0.48);
	position: fixed;
	height: 120%;
	z-index: 20000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu {
	background: #161616;
	position: fixed !important;
	top: 0;
	left: -100%;
	z-index: 2000000;
	width: 450px;
	max-width: 100%;
	box-shadow: 0px 0px 20px #d9d9d9;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	height: 100%;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu.mobile-menu-opened {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .mobile-menu-top .logo-area {
	margin-bottom: 15px;
}

.mobile-menu .navbar-nav {
	float: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.mobile-menu .navbar-nav li .fa-angle-down {
	position: absolute;
	right: 0px;
	font-size: 19px;
	z-index: 10;
	cursor: pointer;
	height: 46px;
	line-height: 43px;
	top: 0px;
	margin: auto;
	width: 100%;
	text-align: right;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .navbar-nav li .dropdown .fa-angle-down {
	top: -5px;
}

.mobile-menu .navbar-nav li.open>.fa-angle-down {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .navbar-collapse {
	margin: 0px;
	padding: 0px;
	display: block !important;
}

.mobile-menu .mobile-menu-top {
	padding: 30px 30px 40px;
	background: #FFFFFF;
}

.mobile-menu .mobile-menu-top .navbar-nav>li {
	float: none;
	width: 100%;
	position: relative;
}

.mobile-menu .mobile-menu-top .navbar-nav>li a,
.mobile-menu .mobile-menu-top .navbar-nav>li a:visited {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666666;
	padding: 13px 0px;
	border-bottom: 1px solid #dedede;
	background: transparent;
	z-index: 2;
}

.mobile-menu .mobile-menu-top .navbar-nav>li a>i {
	display: none;
}

.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active>a,
.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active>a:focus,
.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active>a:hover,
.mobile-menu .mobile-menu-top .navbar-nav>li a:hover,
.mobile-menu .mobile-menu-top .navbar-nav>li a:focus,
.mobile-menu .mobile-menu-top .navbar-nav li:hover>a,
.mobile-menu .mobile-menu-top .navbar-nav li:focus>a:visited,
.mobile-menu .mobile-menu-top .navbar-nav li:hover>i,
.mobile-menu .mobile-menu-top .navbar-nav li:focus>i {
	color: #fac800;
	background: transparent;
}

.mobile-menu .mobile-menu-top .navbar-nav>li .menu-description {
	display: none;
}

.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu {
	position: relative;
	box-shadow: none;
	float: none;
	border: 0px;
	margin-left: 15px;
	padding: 9px 0px;
}

.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu .dropdown-menu {
	padding: 0px;
}

.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu a,
.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu a:visited {
	border-bottom: 0px;
	padding: 9px 0px;
}

.mobile-menu .mobile-menu-bottom {
	color: #FFFFFF;
	padding: 40px 30px 50px;
}

.mobile-menu .mobile-menu-bottom .header-user-profile {
	margin-bottom: 30px;
}

.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control:after,
.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control:before {
	content: '';
	display: block;
	clear: both;
}

.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .header-username,
.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .header-username:visited {
	color: #FFFFFF;
	margin: 3px 0px;
	display: inline-block;
	float: left;
}

.mobile-menu .mobile-menu-bottom .header-user-profile .header-username-dropdown-icon {
	float: right;
}

.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .dropdown-menu {
	left: inherit;
	right: 0;
	width: 100%;
	min-width: initial;
	max-width: 275px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown {
	width: 100%;
	margin-bottom: 30px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-current-language.wpml-ls-item-legacy-dropdown>a,
.mobile-menu .mobile-menu-bottom .wpml-ls-current-language.wpml-ls-item-legacy-dropdown>a:visited {
	color: #ffffff;
	background-color: transparent;
	text-transform: uppercase;
	padding: 15px 20px;
	letter-spacing: 1px;
	border: 1px solid #464646;
	border-radius: 3px;
    font-size: 12px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 1px solid #383838;
	border-bottom: 0px;
	top: inherit;
	bottom: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown>ul>li:first-child:hover .wpml-ls-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu a,
.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu a:visited {
	background-color: #161616;
	color: #FFFFFF;
	padding: 15px 20px;
	letter-spacing: 1px;
	border: 0px;
	border-bottom: 1px solid #383838;
	text-transform: uppercase;
    font-size: 12px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu li:last-child a,
.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu li:last-child a:visited {
	border-bottom: 0px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	right: 20px;
}

.mobile-menu .mobile-menu-bottom .header-search .header-search-content-wrapper>.fa-search{
	display: none;
}

.mobile-menu .mobile-menu-bottom .header-search-content form>div {
	display: flex;
}

.mobile-menu .mobile-menu-bottom .header-search-content input[type="text"] {
	width: 75%;
	margin-right: 5px;
	float: left;
	border: 0px;
	border-radius: 3px;
	font-size: 12px;
}

.mobile-menu .mobile-menu-bottom .header-search-content button {
	width: calc(25% - 5px)!important;
	padding: 0px;
	border-radius: 3px;
	float: left;
}

.mobile-menu .social-links {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 30px;
}

.mobile-menu .social-links li {
	display: inline-block;
}

.mobile-menu .social-links li a,
.mobile-menu .social-links li a:visited {
	display: block;
	color: #FFFFFF;
	padding: 2px 5px;
	font-size: 15px;
}

.mobile-menu .social-links li a:hover,
.mobile-menu .social-links li a:focus {
	color: #fac800;
}

.mobile-menu .user-box-links {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: #fac800;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 14px 0px 11px;
	position: relative;
	margin-bottom: 30px;
}

.mobile-menu .user-box-links:after,
.mobile-menu .user-box-links:before {
	content: '';
	display: block;
	clear: both;
}

.mobile-menu .user-box-links>li {
	z-index: 2;
	position: relative;
}

.mobile-menu .user-box-links>li a,
.mobile-menu .user-box-links>li a:visited {
	color: #FFFFFF;
    font-size: 12px;
	display: inline-block;
	padding: 2px 15px;
	border-right: 1px solid #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	width: calc(50% - 2px);
	text-align: center;
}

.mobile-menu .user-box-links>li a:last-child {
    border-right: 0px;
}

@media (max-width: 1199px) {
	.header {
		display: none;
	}

	.mobile-header {
		display: block;
		height: auto;
	}

	.vc_row.vc_row-fluid.container {
		margin: 0 -15px;
		width: inherit;
	}

	.container {
		width: 100%;
	}

	.post-list-style-2 .bottom a.more-button,
	.post-list-style-2 .bottom a.more-button:visited {
		display: none;
	}
}


@media (max-width: 991px) {
	.site-content-right {
		margin-top: 60px;
	}

        .block-right {margin-top:0px!important;}

        .load {margin-bottom: 60px;}

	.post-list-style-3 .image {
		min-width: 50px;
		width: 50px;
                height:50px;
	}

        .article-img {

               overflow:hidden;
               width:50px!important;
               height:50px!important;

        }

        .article-img2 {

               width:100%;
               height:50px;

        }

	.post-list-style-2 .title, .post-list-style-1 .title {
		font-size: 24px;
	}

	.team-player-list li {
		width: 33.33333333333333%;
	}

	.achievement-box .point {
		margin: 0 0 15px;
		display: table;
	}

	.achievement-box .content {
		display: block;
		width: auto;
	}
}


@media (min-width: 768px) {
	.post-type-archive-product.woocommerce.esport-shop-column-3 ul.products li.product {
		width: 30.80%;
	}

	.post-type-archive-product.woocommerce.esport-shop-column-4 ul.products li.product {
		width: 22.15%;
	}

	.post-type-archive-product.woocommerce.esport-shop-column-5 ul.products li.product {
		width: 16.96%;
	}

	.post-type-archive-product.woocommerce.esport-shop-column-6 ul.products li.product {
		width: 13.50%;
	}
}

@media (max-width: 767px) {	
	.comment-list li img.avatar {
		margin: 0 auto 15px;
		float: none;
		display: table;
	}

	.comment-list li .comment-author {
		text-align: center;
		margin-bottom: 15px;
	}

	.post-author .about-author .about-image {
		float: none;
		margin: 0 auto 30px;
		width: 110px;
	}

	.post-author .about-author .about-content {
		width: 100%;
		float: none;
		text-align: center;
	}

	.post-author .about-author .about-content .author-social-links {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.post-author .about-author .about-content p {
		max-height: none;
		overflow: visible;
	}

	.esport-newsletter-element.style3 .mc4wp-form-fields p {
		float: none;
		width: 100%;
		margin: 0px 0px 15px;
	}

	.esport-newsletter-element.style3 .mc4wp-form-fields p.submitButton {
		float: none;
		width: 100%;
		margin: 0px;
	}

	.esport-newsletter-element.style3 .mc4wp-form-fields {
		display: block;
	}

	.footer-copyright p {
		float: none;
		max-width: none;
		margin-bottom: 30px;
		text-align: center;
	}

	.footer-copyright .menu-copyright-menu-container {
		max-width: none;
		float: none;
	}

	.footer-copyright .menu {
		text-align: center;
	}

	.footer .vc_column_container {
		margin-bottom: 60px;
	}

	.footer .vc_column_container:last-child {
		margin-bottom: 0px;
	}

	.fixtures-wrapper .fixture-list li {
		display: block;
	}

	.fixtures-wrapper .fixture-list li .right {
		float: none;
		margin: 30px auto 0;
	}

	.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2,
	.archive-post-list-style-5 .post-list-style-2,
	.archive-post-list-style-4 .post-list-style-2,
	.archive-post-list-style-2 .post-list-style-2 {
		width: 100%;
	}

	.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2 {
		margin-bottom: 60px;
	}

	.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2:last-child {
		margin-bottom: 0px;
	}

	.post-list-style-2 .image .category,
	.post-list-style-1 .image .category {
		bottom: 15px;
		left: 15px;
	}

	.post-content-list .post-wrapper .post-featured-header .category {
		bottom: 22px;
		margin-left: 15px;
	}

	.team-player-list li {
		width: 50%;
	}

	.container {
		width: 100%;
	}

	.esport-slider-carousel .slider-wrapper .content .title {
		font-size: 50px;
	}

	.content-title-element.size1 .title,
	.page-title-breadcrumbs h1,
	.esport-slider-carousel .slider-wrapper .content .title {
		font-size: 50px;
	}
}

@media (max-width: 550px) {
	.player-detail-left {
		margin: 0 auto 30px;
		float: none;
	}
	.post-list-style-1 .bottom a.more-button,
	.post-list-style-1 .bottom a.more-button:visited {
		display: none;
	}

	.player-team-list-wrapper .nav-tabs li a,
	.player-team-list-wrapper .nav-tabs li a:visited {
		padding-right: 5px;
		padding-left: 5px;
	}

	.player-team-list-wrapper .nav-tabs li {
		width: calc(50% - 20px);
		float: left;
		margin-bottom: 15px;
	}

	.team-player-list li {
		width: 100%;
	}

	.esport-button a,
	.esport-button a:visited {
		padding-left: 30px;
		padding-right: 30px;
	}

	.content-title-element.size1 .title,
	.page-title-breadcrumbs h1,
	.esport-slider-carousel .slider-wrapper .content .title {
		font-size: 30px;
	}

	.esport-slider-carousel .slider-wrapper .content .buttons a,
	.esport-slider-carousel .slider-wrapper .content .buttons a:visited {
		display: table;
		margin: 0 auto 15px;
	}

	.esport-slider-carousel .slider-wrapper .content .buttons a:last-child,
	.esport-slider-carousel .slider-wrapper .content .buttons a:visited:last-child {
		margin-right: auto;
	}

	.fixtures-wrapper .fixture-list li .right .team-details img {
		max-width: 50px;
	}

	.fixtures-wrapper .fixture-list li .score-date {
		min-width: 105px;
	}

	.fixtures-wrapper .fixture-list li .score-date .score {
		font-size: 40px;
	}
       .esport-slider-carousel  .slider-wrapper .content p {
                display:none;
       }
       .mobile-menu{width:260px;}
}


.swchItem {
  line-height:50px;
  color:#222;    
  background:#f3f3f3;
}  
.swchItemA, .swchItem {
    margin: 3px 2px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 2.9;
    text-align: center;
}
  
.swchItemA, .swchItem:hover {
  font-weight:normal;  
  color:#fff;        
  background:#fac800;    
}

.swchItem1 {
  line-height:50px;
  color:#222;    
  background:#f3f3f3;
}  
.swchItemA1, .swchItem1 {
    margin: 3px 2px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 2.9;
    text-align: center;
}
  
.swchItemA1, .swchItem1:hover {
  font-weight:normal;  
  color:#fff;        
  background:#fac800;    
}

.eTag {
    background: #fac800;
    border: 1px solid #fac800;
    color: #FFFFFF;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 7px 25px 7px;
    line-height: initial;
    margin:2px 0;
}

.pages {

padding: 60px 0px 0px 0px;

}

.eTag:hover {
    background: #FFFFFF;
    color: #fac800;
}

.tab-games {

border-color:#fac800!important;
color:#222222;
background:#fac800!important;

}

.uSearchFl {margin: 0 5px 0 2px;}

.loginField {margin:0 0 20px 0px;}

/*-- Игры --*/

.au-infonews {margin: 0px 0px 100px 280px;}
.au-infonews ul { margin-top:0px; padding: 0px 0px 0px 45px;}
.au-infonews ul li { margin:0 10px 0 20px; border-bottom:#e5e5e5 1px dashed; list-style:square; color:#fac800; line-height:2.6;font-size: 18px;}
.au-infonews ul li span {color:#111; font-size:16px;margin: 0px 0 0 5px;}
.au-infonews ul li span.idtitle { font-weight:500;}
.au-infonews ul li span.idinfo { font-size:15px; margin-left:5px;}

/*-- Игры --*/

.stars {

margin: 15px 0px 0px 0px;

}

.btn-load {

background: transparent;
border: 1px solid #eae6e6;
color: #777777;
text-transform: uppercase;
font-weight: 500;
padding: 13px 48px 13px;
border-radius: 5px;
display: inline-block;
border-radius: 25px;
margin-right: 10px;
font-size: 13px;
top: 0;
left: 0;

}

.btn-load:hover {
    
    background: #fac800;
    color: #FFFFFF;
    border-color: #fac800;

}

.info {

color:#fff;

}

.quote-info {

font-size: 21px;
color: #ffffff;
line-height: 1.1;
text-align: center;
margin-bottom: 28px !important;
font-weight: 600;
font-family:Oswald;

}

.article-img {
border-radius:8px;
overflow:hidden;
width:70px;
height:70px;

}

.article-img2 {
width:100%;
height:70px;
object-fit: cover;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
    background-color: #222!important;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 22px 22px!important;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 30px!important;
    width: 30px!important;
}

.com-order-block{display:none;}

html input[type="button"], input[type="reset"], input[type="submit"] {
    margin: 0px;
}

a.login-with i {
    margin: 5px!important;
    background-color: #222!important;
    background-size: 50%!important;
    border-radius: 50px!important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

.social-links li a i:hover{background:transparent!important;}