@charset "UTF-8";
body {
    font-size: 16px;
    color: #9a9a9a;
    background: #1b1b1e;
    line-height: 1.4;
}

a,
a:visited {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    outline: 0;
    color: #1270f2;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1270f2;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0 15px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 15px
}

div.wpb_button,
div.wpb_content_element,
p,
pre,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 28px
}

.wp-caption {
    clear: both;
    margin-bottom: 28px!important
}

ol,
ul {
    margin-bottom: 30px
}

img {
    max-width: 100%;
    height: auto
}

.nopadding {
    padding: 0
}

.nopaddingleft {
    padding-left: 0
}

.nopaddingright {
    padding-right: 0
}

hr {
    margin-top: 45px;
    margin-bottom: 45px;
    border-top: 1px solid #eae6e6
}

.cs-select,
.form-control,
.woocommerce form .form-row .select2-container .select2-choice,
div.cs-select,
input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea,
textarea.form-control {
    display: block;
    width: 100%;
    padding: 14px 20px 9px;
    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;
    line-height: normal;
    height: auto;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    outline: 0
}

.cs-select,
div.cs-select {
    padding: 1px 0;
    max-width: 100%
}

.cs-select.cs-active,
div.cs-select.cs-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.cs-select .cs-placeholder {
    color: #aaa;
    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: #1270f2;
    font-size: 18px;
    margin-top: 2px
}

.cs-select .cs-options {
    border: 1px solid #eae6e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: calc(100% - -2px);
    margin-left: -1px
}

.cs-select ul {
    padding: 7.5px 0
}

.cs-select ul span {
    padding: 7.5px 20px
}

input::-webkit-input-placeholder {
    color: #aaa
}

input::-moz-placeholder {
    color: #aaa
}

input:-ms-input-placeholder {
    color: #aaa
}

input:-moz-placeholder {
    color: #aaa
}

.form-control::-webkit-input-placeholder {
    color: #aaa
}

.form-control::-moz-placeholder {
    color: #aaa
}

.form-control:-ms-input-placeholder {
    color: #aaa
}

.form-control:-moz-placeholder {
    color: #aaa
}

textarea::-webkit-input-placeholder {
    color: #aaa
}

textarea::-moz-placeholder {
    color: #aaa
}

textarea:-ms-input-placeholder {
    color: #aaa
}

textarea:-moz-placeholder {
    color: #aaa
}

select::-webkit-input-placeholder {
    color: #aaa
}

select::-moz-placeholder {
    color: #aaa
}

select:-ms-input-placeholder {
    color: #aaa
}

select:-moz-placeholder {
    color: #aaa
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
button,
input[type=submit] {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    border: 0;
    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: #fff;
    border: 1px solid #1270f2;
    background: #1270f2;
    border-radius: 5px
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
button:active,
button:active:focus,
button:active:hover,
button:active:visited,
button:focus,
button:hover,
input[type=submit]:active,
input[type=submit]:active:focus,
input[type=submit]:active:hover,
input[type=submit]:active:visited,
input[type=submit]:focus,
input[type=submit]:hover {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    color: #1270f2;
    border: 1px solid #1270f2;
    outline: 0;
    background: 0 0
}

table {
    max-width: 100%
}

th {
    text-align: left
}

table {
    width: 100%;
    margin-bottom: 27px
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #eae6e6
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #eae6e6
}

table>caption+thead>tr:first-child>td,
table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>th {
    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 0 0
}

.form-group {
    margin-bottom: 10px
}

.close:active,
.close:active:focus,
.close:active:hover,
.close:active:visited,
.close:focus,
.close:hover {
    background: 0 0
}

.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: 0;
    font-size: 13px;
    padding: 0;
    text-align: center;
    margin: 0 8% 28px
}

blockquote:before {
    content: '“';
    font-size: 78px;
    line-height: 77px;
    height: 17px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    color: #1270f2
}

.backgroundtopright .vc_column-inner,
.vc_row.backgroundtopright {
    background-position: top right!important
}

.backgroundtopleft .vc_column-inner,
.vc_row.backgroundtopleft {
    background-position: top left!important
}

.backgroundtopcenter .vc_column-inner,
.vc_row.backgroundtopcenter {
    background-position: top center!important
}

.backgroundbottomright .vc_column-inner,
.vc_row.backgroundbottomright {
    background-position: bottom right!important
}

.backgroundbottomleft .vc_column-inner,
.vc_row.backgroundbottomleft {
    background-position: bottom left!important
}

.backgroundbottomcenter .vc_column-inner,
.vc_row.backgroundbottomcenter {
    background-position: bottom center!important
}

.backgroundcenterright .vc_column-inner,
.vc_row.backgroundcenterright {
    background-position: center right!important
}

.backgroundcenterleft .vc_column-inner,
.vc_row.backgroundcenterleft {
    background-position: center left!important
}

.backgroundcentercenter .vc_column-inner,
.vc_row.backgroundcentercenter {
    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: 0;
    padding-right: 0
}

.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: 0;
    float: right;
    clear: both;
    color: #fff
}

.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: #fff;
    font-size: 15px;
    background: #1270f2;
    border: 1px solid transparent;
    padding: 9px 17.5px;
    font-weight: 600
}

.esport-pagination>li>a:focus,
.esport-pagination>li>a:hover {
    border-color: #1270f2;
    color: #1270f2;
    background: #fff
}

.esport-pagination>li {
    float: left;
    margin-right: 6px
}

.esport-pagination>li:last-child {
    margin-right: 0
}

.esport-pagination>li.esport-pagination-nav {
    color: #fff;
    font-size: 15px;
    background: #1270f2;
    border: 1px solid transparent
}

.esport-pagination>li.esport-pagination-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.esport-pagination>li.esport-pagination-nav ul li {
    float: left
}

.esport-pagination>li.esport-pagination-nav ul li.center {
    border-right: 1px solid #fff;
    width: 1px;
    padding: 12px 0;
    margin: 9px 0
}

.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: #fff
}

.esport-pagination>li.noborder:after,
.esport-pagination>li.noborder:before {
    border: 0
}

.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: 0
}

.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: #fff
}

.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 0 0;
    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, .6);
    clip: auto!important;
    color: #fb5f84;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.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: #1270f2;
    color: #fff;
    margin: 0 15px 30px 0;
    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: 0
}

.edit-link a:focus,
.edit-link a:hover {
    border-color: #1270f2;
    color: #1270f2;
    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
}

.loaded .loader-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.loader-wrapper {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.spinner {
    width: 40px;
    height: 40px;
    background: #fff;
    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: 0 auto;
    position: relative;
    top: calc(50% - 20px);
    text-align: center
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1270f2;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.page-content:after,
.page-content:before,
.site-sub-content:after,
.site-sub-content:before {
    content: '';
    display: block;
    clear: both
}

.page-title-breadcrumbs {
    position: relative;
    margin-bottom: 21px;
}

.page-title-breadcrumbs h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.page-title-breadcrumbs p {
    color: #fff;
    margin-bottom: 0
}

.page-title-breadcrumbs .container {
    position: relative;
    z-index: 1
}

.page-title-breadcrumbs .breadcrumbs {
    font-size: 15px;
    color: #fff;
    margin-top: 15px
}

.page-title-breadcrumbs .breadcrumbs a,
.page-title-breadcrumbs .breadcrumbs a:visited {
    color: #fff
}

.page-title-breadcrumbs .breadcrumbs a.home,
.page-title-breadcrumbs .breadcrumbs a.home:visited,
.page-title-breadcrumbs .breadcrumbs a:focus,
.page-title-breadcrumbs .breadcrumbs a:hover {
    color: #1270f2
}

.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: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
    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: #fff
}

.esport-slider-carousel .slider-wrapper .content .top-title {
    font-weight: 700;
    color: #1270f2;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.1
}

.esport-slider-carousel .slider-wrapper .content .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 10px
}

.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: 0 0;
    border: 2px solid #fff;
    color: #fff;
    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: 0
}

.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:focus,
.esport-slider-carousel .slider-wrapper .content .buttons a:hover {
    background: #1270f2;
    color: #fff;
    border-color: #1270f2
}

.esport-slider-carousel .swiper-pagination {
    text-align: center;
    bottom: 30px;
    width: 100%
}

.esport-slider-carousel .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    opacity: 1
}

.esport-slider-carousel .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
    opacity: 1
}

.esport-slider-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.content-title-element.size1 .title {
    font-weight: 700;
    font-size: 50px;
    color: #222;
    text-transform: uppercase;
    line-height: 1.1
}

.content-title-element.size1 .title span {
    color: #1270f2
}

.content-title-element.size1 .description {
    color: #777
}

.content-title-element.size1 .title {
    font-weight: 700;
    font-size: 50px;
    color: #222;
    text-transform: uppercase;
    line-height: 1.1
}

.content-title-element.size1 .title span {
    color: #1270f2
}

.content-title-element.size1 .description {
    color: #777
}

.content-title-element.size1.white .title {
    color: #fff
}

.content-title-element.size1.white .title span {
    color: #1270f2
}

.content-title-element.size1.white .description {
    color: #fff
}

.content-title-element.size2 .title {
    font-weight: 700;
    font-size: 22px;
    color: #222;
    text-transform: uppercase;
    line-height: 1.1
}

.content-title-element.size2 .title span {
    color: #222
}

.content-title-element.size2 .description {
    color: #777;
    font-size: 12px
}

.content-title-element.size2.white .title {
    color: #fff
}

.content-title-element.size2.white .title span {
    color: #fff
}

.content-title-element.size2.white .description {
    color: #fff
}

.achievement-box:after,
.achievement-box:before {
    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-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% - 65px)
}

.achievement-box .content .title {
    color: #1270f2;
    font-weight: 600;
    font-size: 16px;
    margin-top: -5px
}

.achievement-box .content .description {
    font-size: 12px
}

.achievement-box.white .point {
    border-color: #fff;
    color: #fff
}

.achievement-box.white .content .description,
.achievement-box.white .point i {
    color: #fff
}

.team-player-list {
    list-style: none;
    padding: 0;
    margin: 0 -15px -30px
}

.team-player-list:after,
.team-player-list:before {
    content: '';
    display: block;
    clear: both
}

.team-player-list li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}

.player-wrapper .image {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.player-wrapper .image:before {
    background: #000;
    opacity: .2;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.player-wrapper .image:after {
    background: -moz-linear-gradient(45deg, #ffb400 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(45deg, #ffb400 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(45deg, #ffb400 0, rgba(0, 0, 0, 0) 100%);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.player-wrapper .content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .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: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .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: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.team-player-list li .player-wrapper .hover-content .view-profile span {
    margin: 0 auto;
    border-radius: 5px;
    padding: 12px 38px 7px;
    border: 1px solid #fff;
    display: table;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .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: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    right: 0
}

.team-player-list li .player-wrapper:hover .content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.team-player-list li .player-wrapper:hover .hover-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.team-player-list li .player-wrapper:hover .image:after {
    left: -100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    opacity: 0
}

.team-player-list li .player-wrapper:hover .image:before {
    opacity: .7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.player-team-list-wrapper .nav-tabs {
    border: 0;
    margin: 0 -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: 0;
    margin: 0 10px;
    float: none;
    border: 0;
    text-align: center
}

.player-team-list-wrapper .nav-tabs li a,
.player-team-list-wrapper .nav-tabs li a:visited {
    display: block;
    margin: 0;
    padding: 19px 40px 18px;
    border: 0;
    color: #222;
    border: 1px solid #eae6e6;
    text-transform: uppercase;
    border-radius: 5px;
    overflow: hidden
}

.player-team-list-wrapper .nav-tabs li a img {
    height: 15px;
    width: auto
}

.player-team-list-wrapper .nav-tabs li a:focus,
.player-team-list-wrapper .nav-tabs li a:hover,
.player-team-list-wrapper .nav-tabs li.active a,
.player-team-list-wrapper .nav-tabs li.active a:visited {
    border-color: #1270f2;
    color: #222;
    background: #1270f2
}

.player-team-list-wrapper .nav-tabs li a span {
    font-weight: 700;
    display: block
}

.esport-button a,
.esport-button a:visited {
    background: 0 0;
    border: 1px solid #eae6e6;
    color: #777;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 48px 9px;
    border-radius: 5px;
    display: inline-block;
    border-radius: 25px;
    margin-right: 30px;
    font-size: 13px;
    top: 0;
    left: 0
}

.esport-button.white a,
.esport-button.white a:visited {
    border-color: #fff;
    color: #fff
}

.esport-button a:last-child,
.esport-button a:visited:last-child {
    margin-right: 0
}

.esport-button a span {
    vertical-align: top
}

.esport-button a span.content {
    font-weight: 400;
    text-transform: none
}

.esport-button a:focus,
.esport-button a:hover,
.esport-button.white a:focus,
.esport-button.white a:hover {
    background: #1270f2;
    color: #fff;
    border-color: #1270f2
}

.esport-button.right {
    text-align: right
}

.esport-button.center {
    text-align: center
}

.logo-carousel .logo-item {
    border: 1px solid rgba(000, 000, 000, .05);
    text-align: center;
    display: table;
    padding: 5px
}

.logo-carousel.style2 .logo-item {
    border: 1px solid rgba(255, 255, 255, .3)
}

.logo-carousel .pagination-buttons {
    display: table;
    margin: 30px auto 0
}

.logo-carousel .pagination-buttons:after,
.logo-carousel .pagination-buttons:before {
    content: '';
    display: block;
    clear: both
}

.logo-carousel .pagination-buttons>div {
    color: #777;
    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: 0 7.5px;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.logo-carousel.style2 .pagination-buttons>div {
    color: #fff;
    border-color: #fff
}

.logo-carousel .pagination-buttons>div:focus,
.logo-carousel .pagination-buttons>div:hover {
    color: #fff;
    border-color: #1270f2;
    background-color: #1270f2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .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 #1270f2;
    color: #1270f2;
    margin-bottom: 22px;
    display: inline-block;
}

.esport-counter .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #1270f2
}

.esport-counter.white .number {
    border-color: #fff;
    color: #fff
}

.esport-counter.white .title {
    color: #fff
}

.fixtures-wrapper .fixture-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.fixtures-wrapper .fixture-list li {
    border-bottom: 1px solid #eae6e6;
    padding: 30px 0;
    display: flex
}

.fixtures-wrapper .fixture-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.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: #1270f2;
    text-transform: uppercase;
    margin-bottom: 4px
}

.fixtures-wrapper .fixture-list li .left:after,
.fixtures-wrapper .fixture-list li .left:before,
.fixtures-wrapper .fixture-list li .right:after,
.fixtures-wrapper .fixture-list li .right:before,
.fixtures-wrapper .fixture-list li:after,
.fixtures-wrapper .fixture-list li: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: 0
}

.fixtures-wrapper .fixture-list li .left .game span:last-child:after {
    display: none
}

.fixtures-wrapper .fixture-list li .left .title {
    color: #222;
    font-size: 27px;
    font-weight: 700;
    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;
    margin-top: 15px;
    line-height: 1.1;
    color: #222;
    display: block;
    text-transform: uppercase
}

.fixtures-wrapper .fixture-list li .score-date {
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    color: #222;
    padding: 0 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: 0 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: 0;
    margin: 0 -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: 0;
    margin: 0 10px;
    float: none;
    border: 0;
    text-align: center
}

.fixtures-wrapper .nav-tabs li a,
.fixtures-wrapper .nav-tabs li a:visited {
    display: block;
    margin: 0;
    padding: 16px 30px 11px;
    border: 0;
    color: #222;
    font-size: 20px;
    border: 1px solid #eae6e6;
    text-transform: uppercase;
    border-radius: 5px;
    overflow: hidden;
    line-height: 1.1
}

.fixtures-wrapper .nav-tabs li a:focus,
.fixtures-wrapper .nav-tabs li a:hover,
.fixtures-wrapper .nav-tabs li.active a,
.fixtures-wrapper .nav-tabs li.active a:visited {
    border-color: #1270f2;
    color: #222;
    background: #1270f2
}

.fixtures-wrapper .nav-tabs li a span {
    font-weight: 600;
    display: block
}

.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: 0
}

.esport-contact-box .contact-row.about-text {
    margin-bottom: 28px
}

.esport-contact-box .contact-row.about-link {
    margin: 28px 0 0
}

.esport-contact-box .about-more-link,
.esport-contact-box .about-more-link:visited {
    background: #1270f2;
    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: #1270f2;
    color: #1270f2;
    background: 0 0
}

.esport-contact-box i {
    color: #1270f2;
    font-size: 18px;
    width: 31px
}

.esport-app-box {
    margin: 0 -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=email],
.esport-newsletter-element.style2 input[type=text] {
    background: 0 0;
    color: #fff
}

.esport-newsletter-element.style2::-webkit-input-placeholder {
    color: #aaa
}

.esport-newsletter-element.style2::-moz-placeholder {
    color: #aaa
}

.esport-newsletter-element.style2:-ms-input-placeholder {
    color: #aaa
}

.esport-newsletter-element.style2:-moz-placeholder {
    color: #aaa
}

.esport-newsletter-element.style3 .mc4wp-form-fields {
    margin: 0 -7.5px
}

.esport-newsletter-element.style3 .mc4wp-form-fields p {
    float: left;
    padding: 0 7.5px;
    width: 65%;
    margin: 0
}

.esport-newsletter-element.style3 .mc4wp-form-fields p.submitButton {
    float: right;
    padding: 0 7.5px;
    width: 35%;
    margin: 0
}

.esport-newsletter-element.style3 .mc4wp-form-fields p.submitButton input[type=submit] {
    padding-top: 11px;
    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 0 0
}

div.wpcf7-response-output {
    margin: 15px 0 15px;
    padding: 15px 20px 12px
}

.visibleHidden {
    visibility: hidden!important;
    display: none!important
}

.widget-box {
    margin-bottom: 12px;
}

.widget-box:last-child {
    margin-bottom: 0
}

.widget-box:after,
.widget-box:before {
    content: '';
    display: block;
    clear: both
}

.widget-title {
    margin: -7px 0 0;
    text-transform: uppercase;
    font-size: 25px;
    color: #222;
    padding-bottom: 3px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eae6e6;
    font-weight: 700;
}

.widget_product_search input[type=search],
.widget_product_search input[type=text],
.widget_search input[type=text] {
    padding-top: 13px;
    padding-bottom: 11px;
    margin-bottom: 10px
}

.widget_product_search input[type=submit],
.widget_search button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 7px
}

#wp-calendar {
    width: 100%;
    margin: 0
}

#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: 0 0 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: 0
}

#wp-calendar #prev {
    text-align: left;
    border: 0;
    font-weight: 600;
    margin-top: 7px
}

#wp-calendar #next {
    text-align: right;
    border: 0;
    font-weight: 600;
    margin-top: 7px
}

.product-categories,
.product-categories ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-categories li:after,
.product-categories li:before,
.widget_archive ul li:after,
.widget_archive ul li:before,
.widget_categories ul li:after,
.widget_categories ul li:before,
.widget_meta ul li:after,
.widget_meta ul li:before,
.widget_nav_menu ul li:after,
.widget_nav_menu ul li:before,
.widget_pages ul li:after,
.widget_pages ul li:before,
.widget_recent_comments ul li:after,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:after,
.widget_recent_entries ul li:before,
.widget_rss ul li:after,
.widget_rss ul li:before {
    content: '';
    display: block;
    clear: both
}

.product-categories li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
    color: #222;
    font-weight: 600;
    margin-bottom: 10px
}

.product-categories li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child {
    margin-bottom: 0
}

.widget_archive ul li,
.widget_categories ul li {
    background: #f3f3f3;
    color: #222;
    text-align: right;
    font-weight: 600;
    padding: 13px 16px 10px;
    margin-bottom: 10px;
    border-radius: 5px
}

.product-categories li a,
.product-categories li a:visited,
.widget_archive ul li a,
.widget_archive ul li a:visited,
.widget_nav_menu ul li a,
.widget_nav_menu ul li a:visited,
.widget_pages ul li a,
.widget_pages ul li a:visited {
    color: #222;
    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: #222;
    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_recent_comments ul li a,
.widget_recent_comments ul li a:visited,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a:visited,
.widget_rss ul li a,
.widget_rss ul li a:visited {
    color: #222;
    font-weight: 400
}

.product-categories li a:focus,
.product-categories li a:hover,
.widget_archive ul li a:focus,
.widget_archive ul li a:hover,
.widget_meta ul li a:focus,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:focus,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:focus,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:focus,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:focus,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:focus,
.widget_rss ul li a:hover {
    color: #1270f2
}

.widget_categories ul li a:focus,
.widget_categories ul li a:hover {
    color: #1270f2
}

.product-categories li .children,
.widget_archive ul li .children,
.widget_categories ul li .children,
.widget_nav_menu ul li .sub-menu,
.widget_pages ul li .children,
.widget_recent_comments ul li .children,
.widget_recent_entries ul li .children {
    clear: both
}

.product-categories li .children li,
.widget_archive ul li .children li,
.widget_nav_menu ul li .sub-menu li,
.widget_pages ul li .children li,
.widget_recent_comments ul li .children li,
.widget_recent_entries ul li .children li {
    padding: 10px 0 0 15px;
    margin-bottom: 0
}

.widget_categories ul li .children li {
    padding: 10px 0 0 16px
}

.product-categories li .children li:last-child,
.widget_archive ul li .children li:last-child,
.widget_categories ul li .children li:last-child,
.widget_nav_menu ul li .sub-menu li:last-child,
.widget_pages ul li .children li:last-child,
.widget_recent_comments ul li .children li:last-child,
.widget_recent_entries ul li .children li:last-child {
    padding-bottom: 0
}

.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: 0 10px 10px 0;
    color: #777
}

.event-tag-widget ul li a:focus,
.event-tag-widget ul li a:hover,
.widget_tag_cloud .tagcloud a:focus,
.widget_tag_cloud .tagcloud a:hover {
    background: #1270f2;
    border-color: #1270f2;
    color: #fff
}

.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: 0
}

.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 iframe,
.fb_iframe_widget span {
    width: 100%!important
}

.tp_recent_tweets ul {
    margin: 0;
    padding: 0
}

.esport-newsletter-element .mc4wp-form-fields p,
.widget_mc4wp_form_widget .mc4wp-form-fields p {
    margin-bottom: 10px
}

.esport-newsletter-element .mc4wp-form-fields p.submitButton,
.widget_mc4wp_form_widget .mc4wp-form-fields p.submitButton {
    margin-bottom: 0
}

.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
}

.header-style-1.fixed-header-class .header-top-bar {
    display: none
}

.header-style-1 {
    margin-bottom: 120px;
    border-bottom: 1px solid #22252c;
    background: #22252c;
    position: relative;
    z-index: 2;
}

.header-style-1 .container {
    position: relative
}

.header-style-1.remove-gap-removed {
    margin-bottom: 0
}

.header-style-1 .header-main-area:after,
.header-style-1 .header-main-area:before,
.header-style-1 .header-top-bar:after,
.header-style-1 .header-top-bar:before {
    content: '';
    display: block;
    clear: both
}

.header-style-1 .header-main-area .header-logo {
    float: left;
}

a.site-logo img {
    margin: 13px 0;
}

.header-style-1.fixed-header-class .header-main-area .header-logo {
    margin-top: 0
}

.header-style-1 .header-main-area .header-elements {
    float: right
}

.header-style-1 .header-main-area .header-elements .social-links {
    list-style: none;
    padding: 26px 0;
    margin: 0;
    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: #777;
    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: #fff
}

.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: #000
}

.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: #fff
}

.header-style-1 .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-style-2 .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.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:focus,
.header.header-style-1.fixed-header-class .header-main-area .header-elements .social-links li a:hover {
    color: #1270f2
}

.header-style-1.header-style-3 .header-main-area .header-elements .social-links li a:focus,
.header-style-1.header-style-3 .header-main-area .header-elements .social-links li a:hover {
    color: #fff
}

.header-style-1.header-style-4 .header-main-area .header-elements .social-links li a:focus,
.header-style-1.header-style-4 .header-main-area .header-elements .social-links li a:hover {
    color: #1270f2
}

.header-style-1 .header-main-area .header-elements .header-search {
    float: right;
    padding: 37px 7.5px;
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper>i {
    font-size: 14px;
    color: #777;
    display: block;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.header-style-1.header-style-2 .header-main-area .header-elements .header-search .header-search-content-wrapper>i {
    color: #fff
}

.header-style-1.header-style-3 .header-main-area .header-elements .header-search .header-search-content-wrapper>i {
    color: #000
}

.header-style-1.header-style-4 .header-main-area .header-elements .header-search .header-search-content-wrapper>i {
    color: #fff
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper>i:hover {
    color: #1270f2;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.header-style-1.header-style-3 .header-main-area .header-elements .header-search .header-search-content-wrapper>i:hover {
    color: #fff
}

.header-style-1.header-style-4 .header-main-area .header-elements .header-search .header-search-content-wrapper>i:hover {
    color: #1270f2
}

.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: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .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;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .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: 0
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content input[type=text] {
    border: 0;
    padding: 20px 25px 16px;
    background: 0 0
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content button {
    background: 0 0;
    font-size: 14px;
    color: #777;
    display: block;
    padding: 0;
    height: auto;
    min-height: auto;
    border: 0;
    text-align: center;
    width: 100px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    color: #777
}

.header-style-1 .header-main-area .header-elements .header-search .header-search-content-wrapper .header-search-content button:hover {
    opacity: .8;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .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 {
    margin: 0 auto;
    display: table;
}

.header-style-1 .header-main-area .header-menu .navbar {
    border: 0;
    border-radius: 0;
    min-height: auto;
    margin: 0
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-collapse {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    box-shadow: none
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav {
    float: right;
    margin: 0;
    padding: 0;
}

.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: 16px;
    color: #d8d8d8;
    font-weight: 600;
    padding: 36px 16px 34px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:last-child>a {
    padding-right: 0
}

.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: 0 0;
    border-bottom-color: rgba(255, 255, 255, .17);
    width: 100%;
    top: 0;
    z-index: 20;
    margin-bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%)
}

.header.header-style-1.header-style-3 {
    background: #1270f2;
    border-bottom-color: #1270f2
}

.header.header-style-1.header-style-4 {
    background: #000;
    border-bottom-color: #000
}

.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: #fff
}

.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: #000
}

.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: #1270f2
}

.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 0
}

.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: #777
}

.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: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    display: block;
    box-shadow: none;
    border: 0;
    padding: 13px 0;
    min-width: 180px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    pointer-events: none;
    border-top: 2px solid #1270f2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    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: #1270f2
}

.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
    border-top-color: #222
}

.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
    border-top-color: #1270f2
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: 0
}

.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: 500;
    margin: 0;
    line-height: 18px;
    padding: 13px 22px 9px;
    border-bottom: 1px solid #eee;
    background: 0 0
}

.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,
.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 {
    color: #222
}

.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: 0
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:focus,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:hover {
    background: 0 0;
    color: #1270f2
}

.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:focus,
.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:hover {
    color: #1270f2
}

.header.header-style-1.fixed-header-class {
    position: fixed;
    top: 0;
    background: #fff;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    z-index: 500;
    border-bottom: 0;
    box-shadow: 0 1px 5px rgba(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: #222
}

.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:focus,
.header-style-1 .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:hover>a,
.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus,
.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover {
    background: 0 0;
    color: #1270f2
}

.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:focus,
.header-style-1.header-style-3 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover {
    color: #fff
}

.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:focus,
.header-style-1.header-style-4 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover {
    color: #fff
}

.footer {
    background-size: cover;
    background-position: center;
    clear: both;
    padding: 32px 0 0;
    margin-top: 90px
}

.no-footer-blank {
    margin-top: 90px
}

.footer a,
.footer a:visited {
    color: #777
}

.footer-copyright {
    background: #22252c;
    padding: 30px 0;
    color: #fff;
}

.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: 0;
    margin: 0;
    text-align: right
}

.footer-copyright .menu li {
    display: inline-block
}

.footer-copyright .menu li:after {
    content: '-';
    margin: 0 5px 0 7px
}

.footer-copyright .menu li:last-child:after {
    display: none
}

.footer-copyright .menu li a,
.footer-copyright .menu li a:visited,
.footer-copyright a,
.footer-copyright a:visited {
    color: #fff
}

.footer-copyright p {
    margin-bottom: 0;
    max-width: 49%;
    float: left
}

.footer-copyright.style2 {
    background: #f9f9f9;
    color: #777
}

.footer-copyright.style2 .menu li a,
.footer-copyright.style2 .menu li a:visited,
.footer-copyright.style2 a,
.footer-copyright.style2 a:visited {
    color: #777
}

.footer-copyright .menu li a:focus,
.footer-copyright .menu li a:hover,
.footer-copyright a,
.footer-copyright a:visited,
.footer-copyright.style2 .menu li a:focus,
.footer-copyright.style2 .menu li a:hover,
.footer-copyright.style2 a,
.footer-copyright.style2 a:visited {
    color: #1270f2
}

.footer.remove-gap-removed {
    margin-top: 0
}

.footer.footer-style1 a,
.footer.footer-style1 a:visited {
    color: #fff
}

.footer.footer-style1 a:focus,
.footer.footer-style1 a:hover {
    color: #1270f2
}

.footer .esport-app-box .app-item i {
    color: #fff
}

.footer #menu-footer-menu li {
    background: 0 0;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    margin: 0
}

.footer.footer-style1 #menu-footer-menu li {
    color: #fff
}

.footer .vc_wp_custommenu {
    margin: 0;
    padding: 0
}

.footer #menu-footer-menu li a,
.footer #menu-footer-menu li a:visited {
    display: block;
    padding: 5px 0;
    color: #777
}

.footer.footer-style1 #menu-footer-menu li a,
.footer.footer-style1 #menu-footer-menu li a:visited {
    color: #fff
}

.footer.footer-style1 #menu-footer-menu li a:focus,
.footer.footer-style1 #menu-footer-menu li a:hover {
    color: #1270f2
}

.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: #1270f2;
    margin-right: 15px;
    font-size: 14px
}

.footer.footer-style1 {
    background-color: #22252c;
    color: #fff;
}

.footer.footer-style2 {
    background: #fff
}

.footer-content .wp-block-columns,
.footer-content .wp-block-image,
.footer-content p {
    margin: 0;
}

.page404-wrapper {
    text-align: center
}

.page404-wrapper .content-title-element i {
    font-size: 40px;
    line-height: 36px;
    color: #1270f2;
    margin-bottom: 2px
}

.page404-wrapper .content-title-element .separate {
    margin: 17px 0 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: #fff;
    border: 1px solid #1270f2;
    background: #1270f2;
    border-radius: 5px;
    margin: 0 auto
}

.error404 .page-404-home-button a:focus,
.error404 .page-404-home-button a:hover {
    color: #1270f2;
    background: 0 0
}

.page-404-search {
    max-width: 500px;
    margin: 90px auto 0;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px
}

.page-404-search input[type=text] {
    margin-bottom: 25px
}

.page-404-search button {
    width: 100%
}

.page-404-search button i {
    margin-right: 10px
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 45px;
    border-bottom: 1px solid #eae6e6;
    margin-bottom: 40px
}

.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 ol li:after,
.comment-list li .comment-body ol li:before,
.comment-list li .comment-body ul li:after,
.comment-list li .comment-body ul li:before {
    display: none
}

.comment-list li .comment-body ol li,
.comment-list li .comment-body ul li {
    margin: 0;
    padding: 0;
    border: 0
}

.comment-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.comment-list li p:last-child {
    margin-bottom: 0
}

.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 {
    margin: 0 30px 0 0;
    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: 13px;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    color: #1270f2;
    margin-right: 12px
}

.comment-list li cite a,
.comment-list li cite a:visited {
    color: #1270f2
}

.comment-list li .commentmetadata {
    display: inline-block;
    font-size: 11px
}

.comment-list li p {
    margin-bottom: 5px
}

.comments-area .comments-inputs {
    margin: 0 -7.5px 0
}

.comments-area .comments-inputs:after,
.comments-area .comments-inputs:before {
    content: '';
    display: block;
    clear: both
}

.comments-area .comments-inputs>div {
    float: left;
    padding: 0 7.5px;
    width: 33.33333333333333%;
    margin-bottom: 15px
}

.comments-area .comments-area-textarea {
    margin-bottom: 15px
}

.comments-area .form-submit {
    margin-bottom: 0
}

.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: 0;
    margin: 15px 0 0;
    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: 0
}

.player-detail-left .post-share li a,
.player-detail-left .post-share li a:visited {
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: block;
    font-size: 13px
}

.player-detail-left .post-share li a:focus,
.player-detail-left .post-share li a:hover {
    background: #1270f2;
    border-color: #1270f2;
    color: #fff
}

.player-detail-left .post-share li span {
    display: none
}

.single-twitch-area {
    margin-top: 30px
}

.single-twitch-area embed,
.single-twitch-area iframe {
    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: 0;
    color: #1270f2;
    background: #fff;
    padding: 6px 25px 3px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
}

.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: #1270f2
}

.post-list-style-1 .title {
    color: #222;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 9px;
}

.post-list-style-1 .title a,
.post-list-style-1 .title a:visited {
    color: #222
}

.post-list-style-1 .title a:focus,
.post-list-style-1 .title a:hover {
    color: #1270f2
}

.post-list-style-1 .bottom a.more-button,
.post-list-style-1 .bottom a.more-button:visited {
    background: #1270f2;
    border: 1px solid #1270f2;
    border-radius: 25px;
    float: right;
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 26px 5px;
    font-weight: 500
}

.post-list-style-1 .bottom a.more-button:focus,
.post-list-style-1 .bottom a.more-button:hover {
    background: #fff;
    color: #1270f2
}

.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: 0;
    margin: 9px 0 0;
    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: #1270f2;
    margin-right: 10px;
    font-size: 16px
}

.post-list-style-1 .bottom .post-information li:last-child {
    margin-right: 0
}

.post-list-style-1 .excerpt {
    margin-bottom: 23px
}

.archive-post-list-style-1 .post-list-style-1 {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eae6e6
}

.archive-post-list-style-1 .post-list-style-1.sticky-post,
.archive-post-list-style-1 .post-list-style-2.sticky-post,
.archive-post-list-style-2 .post-list-style-1.sticky-post,
.archive-post-list-style-2 .post-list-style-2.sticky-post {
    background: #f3f3f3;
    padding: 30px 30px 60px;
    border-color: #e6e6e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.archive-post-list-style-1 .post-list-style-1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.post-list-style-2 .image {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 21px;
    padding: 0;
}

.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: 0;
    left: 30px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #1270f1;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    padding: 3px 16px 2px;
}

.post-list-style-2 .image .category .post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-list-style-2 .image .category .post-categories li {
    display: inline-block;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.post-list-style-2 .image .category .post-categories li:after {
    content: ',';
    color: #FFF;
}

.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 {
    color: #fff!important;
    font-weight: bold;
}

.post-list-style-2 .title {
    color: #d8d8d8;
    font-weight: 600;
    margin-bottom: 6px;
}

.post-list-style-2 .title a,
.post-list-style-2 .title a {
    color: #d8d8d8;
}

.post-list-style-2 .title a:focus,
.post-list-style-2 .title a:hover {
    color: #1270f2
}

.post-list-style-2 .bottom a.more-button,
.post-list-style-2 .bottom a.more-button:visited {
    background: #1270f2;
    border: 1px solid #1270f2;
    border-radius: 25px;
    float: right;
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 26px 5px;
    font-weight: 500
}

.post-list-style-2 .bottom a.more-button:focus,
.post-list-style-2 .bottom a.more-button:hover {
    background: #fff;
    color: #1270f2
}

.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: 0;
    margin: 9px 0 0;
    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: #1270f2;
    margin-right: 10px;
    font-size: 16px
}

.post-list-style-2 .bottom .post-information li:last-child {
    margin-right: 0
}

.post-list-style-2 .excerpt {
    margin-bottom: 8px;
    font-size: 15PX;
}

.esport-latest-posts-element .image,
.esport-latest-posts-element .image img {
    width: 100%
}

.archive-post-list-style-2 {
    margin: 0 -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: 0 15px;
    float: left
}

.archive-post-list-style-2 .post-list-style-2:nth-child(3n+1) {
    clear: both
}

.archive-post-list-style-5 {
    margin: 0 -15px -60px
}

.archive-post-list-style-5:after,
.archive-post-list-style-5:before {
    content: '';
    display: block;
    clear: both
}

.post-list-style-2 {
    margin: 0 7px 32px;
    width: 50%;
    padding: 0;
    float: left;
    background-color: #22252c;
    position: relative;
    transition: 0.2s ease-out;
}

.archive-post-list-style-4 {
    margin: 0 -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: 0 15px;
    float: left;
    color: #fff
}

.archive-post-list-style-4 .post-list-style-2:nth-child(3n+1) {
    clear: both
}

.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,
.archive-post-list-style-4 .post-list-style-2 .title a,
.archive-post-list-style-4 .post-list-style-2 .title a:visited {
    color: #fff
}

.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: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 13px
}

.post-list-style-3 .post-information {
    font-size: 10px
}

.post-list-style-3 .post-information i {
    font-size: 13px;
    color: #1270f2;
    margin-right: 8px
}

.archive-post-list-style-3 .post-list-style-3,
.latest-posts-widget .post-list-style-3 {
    margin-bottom: 20px
}

.archive-post-list-style-3 .post-list-style-3:last-child,
.latest-posts-widget .post-list-style-3:last-child {
    margin-bottom: 0
}

.post-pagination ul {
    list-style: none;
    padding: 0;
    margin: 60px 0 0
}

.post-pagination ul:after,
.post-pagination ul:before {
    content: '';
    display: block;
    clear: both
}

.post-pagination ul li {
    float: left;
    background: #1270f2;
    border: 1px solid #1270f2;
    border-radius: 25px;
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 26px 5px;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 5px
}

.post-pagination ul li:last-child {
    margin-right: 0
}

.post-pagination ul li a,
.post-pagination ul li a:visited {
    color: #fff
}

.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: #fff;
    color: #1270f2
}

.post-pagination ul li:hover a,
.post-pagination ul li:hover a:visited {
    color: #1270f2
}

.page-content-list .post-featured-header,
.post-content-list .post-wrapper .post-featured-header {
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    display: table
}

.post-content-list .post-wrapper .post-featured-header {
    display: block
}

.post-content-list .post-wrapper .post-featured-header img {
    width: 100%
}

.post-content-list .post-wrapper .post-featured-header .post-featured-header-image-gallery {
    overflow: hidden
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-next {
    background: 0 0;
    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: 0 0;
    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 embed,
.post-content-list .post-wrapper .post-featured-header iframe {
    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: 0;
    color: #1270f2;
    background: #fff;
    padding: 4px 27px 2px;
    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: #1270f2
}

.post-content-list .post-content-body:after,
.post-content-list .post-content-body:before {
    content: '';
    display: block
}

.post-author,
.post-content-list .post-content-footer,
.post-related-navigation {
    padding-bottom: 32px;
    border-bottom: 3px solid #1b1b1e;
    margin-bottom: 21px;
}

.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: 0;
    margin: 0 0 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: #1270f2;
    margin-right: 10px;
    font-size: 16px
}

.post-content-list .post-content-footer .post-information li:last-child {
    margin-right: 0
}

.post-content-list .post-content-footer .post-share ul {
    display: flex;
    margin-bottom: 20px
}

.post-content-list .post-content-footer .post-share .title {
    font-weight: 600;
    color: #666;
    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: 0;
    margin: 0;
    /* float: left */
    text-align: center;
    display: block;
}

.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: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-content-list .post-content-footer .post-share ul li:last-child {
    margin-right: 0
}

.post-content-list .post-content-footer .post-share ul li a,
.post-content-list .post-content-footer .post-share ul li a:visited {
    width: 42px;
    height: 42px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #888;
    color: #888;
    border-radius: 50%;
    display: block;
    font-size: 18px;
}

.post-content-list .post-content-footer .post-share ul li a:focus,
.post-content-list .post-content-footer .post-share ul li a:hover {
    background: #1270f2;
    border-color: #1270f2;
    color: #fff
}

.post-content-list .post-content-footer .post-share ul li span {
    display: none
}

.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: #666;
    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: 0
}

.post-content-list .post-content-footer .post-tags span a,
.post-content-list .post-content-footer .post-tags span a:visited {
    background: #1270f2;
    border: 1px solid #1270f2;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 7.5px 25px 3.5px;
    line-height: initial
}

.post-content-list .post-content-footer .post-tags span:focus a:visited,
.post-content-list .post-content-footer .post-tags span:hover a {
    background: #fff;
    color: #1270f2
}

.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.related-posts-column-2 .post-list-style-2 {
    width: 50%;
    padding: 0 15px;
    float: left
}

.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2 {
    width: 30%;
    margin: 0 12px 0;
}

.post-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 0;
    display: table
}

.post-navigation ul:after,
.post-navigation ul:before {
    content: '';
    display: block;
    clear: both
}

.post-navigation ul li {
    float: left;
    background: #1270f2;
    border: 1px solid #1270f2;
    border-radius: 25px;
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 15px
}

.post-navigation ul li:last-child {
    margin-right: 0
}

.post-navigation ul li a,
.post-navigation ul li a:visited {
    color: #fff;
    padding: 7px 26px 2px;
    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: #fff;
    color: #1270f2
}

.post-navigation ul li:hover a,
.post-navigation ul li:hover a:visited {
    color: #1270f2
}

.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: 0
}

.post-author .about-author .about-content {
    width: calc(100% - 140px);
    float: right
}

.post-author .about-author .about-content .author-name {
    font-size: 16px;
    color: #1270f2;
    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: #1270f2
}

.post-author .about-author .about-content .author-social-links {
    margin: 0 0 12px
}

.post-author .about-author .about-content .author-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.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: 0
}

.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 #888;
    color: #888;
    border-radius: 50%;
    display: block;
    font-size: 9.5px
}

.post-author .about-author .about-content .author-social-links ul li a:focus,
.post-author .about-author .about-content .author-social-links ul li a:hover {
    background: #1270f2;
    border-color: #1270f2;
    color: #fff
}

.post-author .about-author .about-content p {
    overflow: hidden;
    margin: 0;
}

.content-title-wrapper .title {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 27px;
    color: #222;
    padding-bottom: 0;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.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
}

#bbpress-forums div.bbp-search-form,
div.bbp-breadcrumb {
    margin-bottom: 15px
}

#bbpress-forums #bbp-search-form #bbp_search {
    padding: 9px 15px;
    border-radius: 5px
}

#bbpress-forums #bbp-search-form:after,
#bbpress-forums #bbp-search-form:before {
    content: '';
    display: block;
    clear: both
}

#bbpress-forums ul.bbp-forums {
    margin-top: 0
}

#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: 9px 46px 6px;
    float: right;
    margin-left: 5px;
    border-radius: 3px
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
    background: #1270f2;
    border-top-color: #1270f2;
    font-weight: 600;
    color: #fff
}

#bbpress-forums li.bbp-footer a,
#bbpress-forums li.bbp-footer a:visited,
#bbpress-forums li.bbp-header a,
#bbpress-forums li.bbp-header a:visited {
    color: #fff
}

#bbpress-forums li.bbp-footer a:focus,
#bbpress-forums li.bbp-footer a:hover,
#bbpress-forums li.bbp-header a:focus,
#bbpress-forums li.bbp-header a:hover {
    text-decoration: underline
}

#bbpress-forums li.bbp-header {
    background: #1270f2;
    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 .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#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 {
    margin: 0 0 1px 0
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
    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: 0
}

#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-reply-header,
div.bbp-topic-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: 0 2px
}

#bbpress-forums #subscription-toggle {
    float: right;
    font-size: 14px;
    margin-left: 15px
}

.bbp-forum-content ul.sticky,
.bbp-topics ul.sticky,
.bbp-topics ul.super-sticky,
.bbp-topics-front ul.super-sticky {
    background-color: #f3f3f3!important;
    font-size: 13px
}

.bbp-forum-content ul.sticky .bbp-topic-permalink,
.bbp-topics ul.sticky .bbp-topic-permalink,
.bbp-topics ul.super-sticky .bbp-topic-permalink,
.bbp-topics-front ul.super-sticky .bbp-topic-permalink {
    background-color: #f3f3f3!important;
    font-size: 13px;
    font-weight: 600
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-reply-content,
#bbpress-forums div.bbp-topic-content {
    font-size: 14px
}

#bbpress-forums li .bbp-forum-title,
#bbpress-forums li .bbp-forum-title:visited {
    font-weight: 600;
    color: #1270f2
}

#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: 0;
    padding: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 30px
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 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: #1270f2
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 14px 12px 10px
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 15px
}

.select2-search input[type=text] {
    padding: 11px 15px!important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #1270f2
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    color: #1270f2
}

.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
}

.up-sells.upsells.products ul,
.woocommerce .related.products ul {
    padding-top: 0
}

.related.products h2,
.up-sells.upsells.products h2,
.woocommerce #reviews h3,
.woocommerce-tabs h2 {
    margin: 0 0 15px;
    color: #1270f2;
    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: #1270f2
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    color: #1270f2;
    font-size: 13px;
    display: flex;
    text-transform: uppercase
}

.cart_totals h2,
.woocommerce-checkout h3 {
    font-size: 28px;
    margin: 30px 0 15px
}

.woocommerce div.product .product_title {
    font-size: 30px;
    margin-bottom: 0
}

.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: 0;
    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: #1270f2;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #1270f2
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 0 0 30px;
    height: 42px;
    align-items: center;
    display: flex
}

.woocommerce .page-title {
    margin: 0 0 15px
}

.plyr__controls button:focus,
.plyr__controls button:hover {
    border: 0
}

.woocommerce .quantity .qty {
    width: 70px;
    text-align: left;
    padding: 11px 15px 7px
}

.woocommerce div.product .stock {
    margin: 0 0 15px;
    font-weight: 600
}

.woocommerce div.product .stock,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #1270f2
}

.mobile-header {
    height: 0;
    padding: 8px 0;
    display: none;
    top: 0;
    width: 100%;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -o-transition: .9s;
    -ms-transition: .9s;
    transition: .9s;
    background: #22252c;
    z-index: 100;
    position: relative;
}

.mobile-header.fixed-header-class {
    position: fixed;
    top: 0
}

.fa-times-thin:before {
    content: '\00d7'
}

.mobile-header.mobile-menu-bars-actived {
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -o-transition: .9s;
    -ms-transition: .9s;
    transition: .9s;
    top: -100%;
    position: absolute
}

.mobile-header:after,
.mobile-header:before,
.mobile-menu .mobile-menu-top .logo-area:after,
.mobile-menu .mobile-menu-top .logo-area:before {
    content: '';
    display: block;
    clear: both
}

.mobile-header .header-logo,
.mobile-menu .mobile-menu-top .header-logo {
    float: left
}

.mobile-header .header-logo img,
.mobile-menu .mobile-menu-top .header-logo img {
    max-height: 42px;
    margin: 0;
}

.mobile-header .mobile-menu-icon,
.mobile-menu .mobile-menu-top .mobile-menu-icon {
    float: right
}

.mobile-header .mobile-menu-icon .fa-bars,
.mobile-menu .mobile-menu-top .mobile-menu-icon .fa-bars {
    font-size: 32px;
    line-height: 38px;
    color: #d8d8d8;
}

.mobile-header .mobile-menu-icon .fa-times-thin,
.mobile-menu .mobile-menu-top .mobile-menu-icon .fa-times-thin {
    font-size: 36px;
    line-height: 24px
}

.mobile-header .mobile-menu-icon i,
.mobile-menu .mobile-menu-top .mobile-menu-icon i {
    cursor: pointer
}

.mobile-menu-wrapper {
    visibility: hidden;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.mobile-menu-wrapper.mobile-menu-wrapper-opened {
    visibility: visible;
    overflow: hidden;
    opacity: 1;
    background: rgba(0, 0, 0, .48);
    position: fixed;
    height: 120%;
    z-index: 20000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.mobile-menu {
    background: #161616;
    position: fixed!important;
    top: 0;
    left: -100%;
    z-index: 2000000;
    width: 450px;
    max-width: 100%;
    box-shadow: 0 0 20px #d9d9d9;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

.mobile-menu.mobile-menu-opened {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.mobile-menu .mobile-menu-top .logo-area {
    margin-bottom: 15px;
}

.mobile-menu .navbar-nav {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.mobile-menu .navbar-nav li .fa-angle-down {
    position: absolute;
    right: 0;
    font-size: 19px;
    z-index: 10;
    cursor: pointer;
    height: 46px;
    line-height: 43px;
    top: 0;
    margin: auto;
    width: 100%;
    text-align: right;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .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: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.mobile-menu .navbar-collapse {
    margin: 0;
    padding: 0;
    display: block!important;
    border: none;
}

.mobile-menu .mobile-menu-top {
    padding: 21px 21px;
}

.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: #9a9a9a;
    padding: 13px 0;
    border-bottom: 1px solid #2e2e2e;
    background: 0 0;
    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:focus>a:visited,
.mobile-menu .mobile-menu-top .navbar-nav li:focus>i,
.mobile-menu .mobile-menu-top .navbar-nav li:hover>a,
.mobile-menu .mobile-menu-top .navbar-nav li:hover>i,
.mobile-menu .mobile-menu-top .navbar-nav>li a:focus,
.mobile-menu .mobile-menu-top .navbar-nav>li a:hover {
    color: #1270f2;
    background: 0 0
}

.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: 0;
    margin-left: 15px;
    padding: 9px 0
}

.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu .dropdown-menu {
    padding: 0
}

.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: 0;
    padding: 9px 0
}

.mobile-menu .mobile-menu-bottom {
    color: #fff;
    padding: 12px 16px;
    text-align: center;
}

.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: #fff;
    margin: 3px 0;
    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: #fff;
    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: 0;
    top: inherit;
    bottom: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .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: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .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: #fff;
    padding: 15px 20px;
    letter-spacing: 1px;
    border: 0;
    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: 0
}

.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: 0;
    border-radius: 3px;
    font-size: 12px
}

.mobile-menu .mobile-menu-bottom .header-search-content button {
    width: calc(25% - 5px);
    padding: 0;
    border-radius: 3px;
    float: left
}

.mobile-menu .social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.mobile-menu .social-links li {
    display: inline-block;
    margin: 0 6px;
}

.mobile-menu .social-links li a,
.mobile-menu .social-links li a:visited {
    display: block;
    color: #fff;
    padding: 2px 5px;
    font-size: 24px;
}

.mobile-menu .social-links li a:focus,
.mobile-menu .social-links li a:hover {
    color: #1270f2
}

.mobile-menu .social-links li a img {
    filter: brightness(5)!important;
    height: 23px;
    width: auto;
    position: relative;
    bottom: 2px;
}

.mobile-menu .user-box-links {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #1270f2;
    border-radius: 3px;
    color: #fff;
    padding: 14px 0 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: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 2px 15px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: calc(50% - 2px);
    text-align: center
}

.mobile-menu .user-box-links>li a:last-child {
    border-right: 0
}

.wp-block-column:not(:first-child) {
    margin-left: 10px;
}

@media (max-width:1199px) {
    .header {
        display: none
    }
    .mobile-header {
        display: block;
        height: auto
    }
    .page-title-breadcrumbs {
        margin-top: 32px
    }
    .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
    }
    .post-list-style-3 .image {
        min-width: 50px;
        width: 50px
    }
    .post-list-style-2 .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.8%
    }
    .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.5%
    }
}

@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: 0 0 15px
    }
    .esport-newsletter-element.style3 .mc4wp-form-fields p.submitButton {
        float: none;
        width: 100%;
        margin: 0
    }
    .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: 0
    }
    .fixtures-wrapper .fixture-list li {
        display: block
    }
    .fixtures-wrapper .fixture-list li .right {
        float: none;
        margin: 30px auto 0
    }
    .archive-post-list-style-2 .post-list-style-2,
    .archive-post-list-style-4 .post-list-style-2,
    .archive-post-list-style-5 .post-list-style-2,
    .post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2 {
        width: calc(100% - 26px)!important;
    }
    .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: 0
    }
    .post-list-style-1 .image .category,
    .post-list-style-2 .image .category {
        bottom: 15px;
        left: 15px
    }
    .post-content-list .post-wrapper .post-featured-header .category {
        bottom: 15px;
        margin-left: 15px
    }
    .team-player-list li {
        width: 50%
    }
    .container {
        width: 100%
    }
    .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,
    .esport-slider-carousel .slider-wrapper .content .title,
    .page-title-breadcrumbs h1 {
        font-size: 32px
    }
    .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: 32px
    }
}

.wp-video {
    margin: 0 auto
}

.mec-single-event .mec-event-social ul {
    padding-inline-start: 0;
}

.site-content-left {
    background: rgba(60, 60, 78, 1);
    background: linear-gradient(to bottom, rgba(60, 60, 78, 1) 0%, rgba(39, 39, 50, 1) 0%, rgba(39, 39, 49, 1) 0%, rgba(39, 39, 50, 1) 6%, rgba(39, 39, 50, 1) 20%, rgba(27, 27, 30, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c3c4e', endColorstr='#1b1b1e', GradientType=0);
    padding: 15px;
}

.single-post .post-content-body {
    padding: 0 21px 42px;
}

.post-author .title,
.content-title-wrapper .title {
    color: #fff;
}

.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2:hover a {
    color: #1468dd;
}

.theiaStickySidebar .textwidget {
    background: rgba(60, 60, 78, 1);
    background: linear-gradient(to bottom, rgba(60, 60, 78, 1) 0%, rgba(39, 39, 50, 1) 0%, rgba(39, 39, 49, 1) 0%, rgba(39, 39, 50, 1) 6%, rgba(39, 39, 50, 1) 20%, rgba(27, 27, 30, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c3c4e', endColorstr='#1b1b1e', GradientType=0);
    padding: 0;
}

.theiaStickySidebar .widget-title {
    padding: 9px 16px;
    background-color: #1270f2;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
    border: unset;
    color: #fff;
    text-transform: none;
}

ul.dsq-widget-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

li.dsq-widget-item {
    border-bottom: 2px solid #22252c;
    padding: 12px;
    background-color: #22252c;
    margin: 8px 0;
    position: relative;
    transition: 0.2s ease-out;
}

.theiaStickySidebar li.dsq-widget-item {
    border-bottom: 0;
    background-color: transparent;
}

img.dsq-widget-avatar {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    border: 0;
    margin: 0px 8px 32px 0;
    float: left;
}

li.dsq-widget-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
    display: block;
    opacity: 0;
    font-size: 0;
}

li.dsq-widget-item:hover {
    background-color: #26262f;
}

.dsq-widget-comment {
    display: block;
    font-size: 15px;
}

li.dsq-widget-item p {
    font-weight: bold;
    color: #d8d8d8;
    font-size: 17px;
    margin: 0 0 2px;
    display: block;
}

li.dsq-widget-item p span {
    font-weight: normal;
    font-size: 13px;
    color: #9a9a9a;
    margin-left: 2px;
}

.esport-wrapper {
    background-repeat: no-repeat;
    background-color: #1b1b1e;
}

.col-lg-12 .post-list-style-2 {
    width: 32%;
    clear: unset!important;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.post-list-style-2 div {
    padding: 0 12px;
}

.post-list-style-2 .bottom {
    padding-bottom: 12px;
}

.post-list-style-2 a.more-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0!important;
    opacity: 0!important;
    z-index: 9;
    border-radius: 0!important;
}

.post-list-style-2:hover {
    background-color: #26262f;
}

.header-style-1 {
    background: #22252c;
    border-bottom-color: #22252c;
}

.top-post {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 119px 16px 16px;
    margin: 0 0 16px;
}

.home-left .top-post {
    padding-top: 300px;
}

.home-top {
    display: block;
    clear: both;
    width: 100%;
    margin: 92px 0 21px;
}

.top-post a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    z-index: 9;
}

.top-post p {
    margin: 0;
    color: #d8d8d8;
    position: relative;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.home-left {
    width: 66%;
    display: inline-block;
    vertical-align: top;
}

.home-right {
    width: 33%;
    vertical-align: top;
    float: right;
}

.top-post::before {
    background-color: rgba(48, 48, 61, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 0.2s ease-in-out;
}

.top-post:hover::before {
    background-color: rgba(48, 48, 61, 0.6);
}

.home-news .post-list-style-2 {
    margin: 0 14px 32px 0;
}

.home-news .post-list-style-2:nth-child(3n) {
    margin-right: 0;
}

.home-top.podcast {
    margin-top: 0;
}

body.home h2 {
    padding: 12px 16px;
    background-color: #1270f2;
    font-size: 18px;
    font-weight: bold;
}

h2.post-title {
    padding: 0 21px;
}

.author .post-author {
    background-color: #22252c;
    border: none;
    padding: 16px 21px 32px;
    margin-bottom: 42px;
}

body.single-post .page-title-breadcrumbs {
    display: none;
}


/* ESC Mobile */

@media (max-width:991px) {
    .col-lg-12 .post-list-style-2 {
        width: 45%;
    }
}

@media (max-width:550px) {
    .home-left,
    .home-right {
        width: auto;
        display: block;
        float: none;
    }
    .home-left .top-post,
    .home-right .top-post {
        padding: 110px 16px 16px;
        text-align: center;
    }
    body .esport-wrapper {
        background-position-y: 50px;
        background-size: contain;
    }
    body .esport-wrapper .post-list-style-2 {
        width: 100%;
        display: block;
        margin: 21px 0;
    }
    .footer-content .wp-block-image {
        margin: 0 auto;
    }
}