/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
@charset "UTF-8";

@import "https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/flags/flags.css";

@font-face {
    font-family: 'vox';
    src: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/fonts/voxround-bold-webfont.woff2') format('woff2'),
         url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/fonts/voxround-bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'vox';
    src: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/fonts/voxround-medium-webfont.woff2') format('woff2'),
         url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/fonts/voxround-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'vox';
    src: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/fonts/voxroundwide-light-webfont.woff2') format('woff2'),
         url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/fonts/voxroundwide-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}



.navigationheader .navigation {
  height: 70px;
font-family: "Comfortaa", Sans-serif;
}

.navigationheader .brand img{
	max-width: 230px;
}

.navigationheader .brand a,
.navigationheader .brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.navigationheader .nav-container {
  /*max-width: 1000px;*/
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
}

.navigationheader nav {
  /*float: right;*/
}
.navigationheader nav ul {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}
.navigationheader nav ul li {
  float: left;
  position: relative;
}
.navigationheader nav ul li a,
.navigationheader nav ul li a:visited {
  display: block;
  padding: 0 15px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.navigationheader nav ul li a:hover,
.navigationheader nav ul li a:visited:hover {
  color: #ffffff;
}
.navigationheader nav ul li a:not(:only-child):after,
.navigationheader nav ul li a:visited:not(:only-child):after {
 /* padding-left: 4px;
  content: ' ▾';*/
}
.navigationheader nav ul li ul li {
  min-width: 190px;
  font-weight: 400;
}
.navigationheader nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
  font-weight: 400;
}

.navigationheader .nav-dropdown {
  position: absolute;
  top:50px;
  display: none;
  background:#fff;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.navigationheader .nav-dropdown ul li a{
	font-family: "Ubuntu", sans-serif;
    font-size: 14px;
	padding:5px ;
    color: #606060 !important;
}
.navigationheader .nav-dropdown h3{
	font-size: 22px;
    color: #000;
    margin-bottom: 18px;
    text-transform: uppercase;
}
/* Mobile navigation */
.navigationheader .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  top: -10px;
  height: 70px;
  width: 70px;
}
.nav-list .elementor-button-wrapper a{
	line-height: 1;	
}
.login-btn{
	margin:0px 20px;
}
.login-btn a{
	color:#fff !important;
}
.signup-btn a{
	color:#fff !important;
}

.navigationheader #nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
.navigationheader #nav-toggle span,
.navigationheader #nav-toggle span:before,
.navigationheader #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
.navigationheader #nav-toggle span:before {
  top: -10px;
}
.navigationheader #nav-toggle span:after {
  bottom: -10px;
}
.navigationheader #nav-toggle.active span {
  background-color: transparent;
}
.navigationheader #nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
.navigationheader #nav-toggle.active span:before {
  transform: rotate(45deg);
}
.navigationheader #nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.navigationheader .nav-dropdown{
	min-width: 700px;
}
.fwsub-menu {
    position: absolute;
    top: 100px;
    background: #fff;
    width: 50%;
    min-height: 238px;
    transition: top .5s, display .5s;
    border-bottom: 1px solid #ccc;
}

.fwsub-menu ul li {
    padding-bottom: 6px;
}
.fwsub-parent > li {
    float: left;
    width: 50%;
    padding-left: 40px;
    padding-right: 10px;
    min-height: 200px;
}
.fwsub-parent li ul li a:hover{
  color:#0074d9 !important;
}
.fwsub-parent{
	padding: 40px 0px !important;
	overflow: hidden;
}

.fwsub-menu ul li a {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    color: #606060;
    text-decoration: none;
}
.fwsub-menu ul {
    list-style: none;
    padding-left: 0px;
    overflow: hidden;
}
.fwsub-menu ul li {
    padding-bottom: 6px;
}
.fwsub-menu ul li a {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    color: #606060;
    text-decoration: none;
}
.fwsub-menu ul li:last-child {
    padding-bottom: 0px;
    border-right: none;
}
.fwsub-parent .menu-grey {
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
}
.fwsub-parent li a::after{
	content:none !important;
}
.fwsub-parent:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -15px;
    left: 10%;
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

ul {
	margin-bottom:.9rem !important;
}

header.page-header {
	display:none
}

ul.instagram-pics {
	padding-left:0
}

ul.instagram-pics li {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	max-width:calc(20% - 5px);
	list-style:none;
	height:0;
	padding-bottom:calc(20% - 5px);
	overflow:hidden;
}

@media only screen and (min-width: 798px) {
  .pricing-type {
    width:33.33%;
  }
}
.ha-pricing-table-pc {
  color:#54595f;
  font-size:24px;
}

.slform label {
	padding-bottom:5px;
	font-size:0.875rem;
}

.slform .elementor-field-group {
	margin-bottom:20px;
}

.slform .elementor-field {
	border-color:#aaaaaa !important;
}

.slform .elementor-button:not(.elementor-button-disabled):hover {
	background-color:#ffffff !important;
	border-color:#4054b2;
	color:#4054b2;
}

.slform .elementor-button, 
.slform .elementor-button .elementor-button-disabled, 
.slform .elementor-button .elementor-button-disabled:hover {
	margin-top:25px;
	background-color:#4054b2 !important;
	border-color:#4054b2;
}

#slf_info {
	margin-top: -25px;
	margin-bottom: 25px;
	font-size: 0.875rem;
	line-height: 1.5em;
}

#slf_user_information_info {
	color:#545454;
	line-height: 1.75rem;
}

a.sl_header_button_1 {
	background-color:#4054b2 !important;
	border:solid 1px #4054b2;
	color:#ffffff;
}

a.sl_header_button_1:hover, a.sl_header_button_1:active {
	background-color:transparent !important;
	border:solid 1px #ffffff;
	color:#ffffff;
}

a.sl_header_button_2 {
	background-color:#61ce70 !important;
	border:solid 1px #61ce70;
	color:#ffffff;
}

a.sl_header_button_2:hover, a.sl_header_button_2:active {
	background-color:transparent !important;
	border:solid 1px #ffffff;
	color:#ffffff;
}

table.sltable {
	border: 1px solid #d7d7d7;
	font-family: "Comfortaa", cursive;
}

table.sltable tbody>tr:nth-child(odd)>td, table.sltable tbody>tr:nth-child(odd)>th {
	background-color: #eeeeee;
}

table.sltable tbody tr:hover>td, table.sltable tbody tr:hover>th {
	background-color: #eeeeee;
}

table.sltable td, table.sltable th {
	background-color: #eeeeee;
	border: none;
	line-height:1.75rem; 
	font-size:0.875rem;
	padding:5px 25px;
}

table.sltable tr:first-child td, table.sltable tr:first-child th {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #d7d7d7;
}

table.sltable tr:last-child td, table.sltable tr:last-child th {
	padding-bottom:20px;
}

table.sltableinv tbody>tr:nth-child(odd)>td, table.sltableinv tbody>tr:nth-child(odd)>th {
	background-color: unset;
}

table.sltableinv tbody tr:hover>td, table.sltableinv tbody tr:hover>th {
	background-color:unset;
}

table.sltableinv tbody tr td {
	background-color:unset;
	border: 1px solid #ccc;
    padding: 8px 12px;
	font-size:0.85rem;
	font-family: "Comfortaa", cursive;
	color:#333;
}

table.sltableinv th {
	font-size:0.875rem;
	border: 1px solid #ccc;
    padding: 8px 12px;
	font-family: "Comfortaa", cursive;
}

table.sltableinv td a{
	color:#0074d9;
}

tr:nth-child(even) {background-color: #eee;}

table.sltableinv td.align-end, table.sltableinv th.align-end {
	text-align: end;
}

table.sltableinv tr:last-child td, table.sltableinv tr:last-child th {
	border-bottom:1px solid #d7d7d7;
}
.btn-hero{
	background: #3eb8d9;
    color: #fff;
    font-family: "Comfortaa", cursive;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    padding: 11px 35px;
    margin-left: 0px;
    min-height: 43px;
    border-radius: 0px;
}

.btn-hero:hover {
    background: #0042c1;
    color: #fff;
    text-decoration: none;
}

.resellerbtnlist{
	padding-left:0px;
}
.resellerbtnlist li{
	list-style:none;
}
.resellerbtnlist li a{
	background: #0074d9;
    padding: 25px 15px;
    color: #fff;
    text-decoration: none;
    display: block;
	margin-bottom:15px;
	text-transform:uppercase;
}

.resellerbtnlist li a:hover{
	background: #0042c1;
}
.resellertab .elementor-tab-title{
	text-align:center;
	text-transform:uppercase;
}

.resellerdesc li::before {
    content: "\003e";
    text-indent: -15px;
    display: inline-block;
}
.resellerdesc li {
    color: #fff;
	list-style-type: none;
    padding-bottom: 25px;
    padding-left: 20px;
    text-indent: -4px;
}
.resellerdesc{
    background: #4c9de4;
    padding: 20px;
    list-style-type: none;
    margin-bottom: 0px;
}
.social-cicons {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 60px;
}
.social-cicons ul {
    margin-top: -30px;
    display: inline-block;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.social-cicons li {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 8px;
}
.social-cicons li i {
    color: #000;
    font-size: 32px;
    line-height: 58px;
    transition: .5s;
}
.social-cicons li:hover i {
    color: #0074d9;
    transition: .5s;
    transform: rotate(360deg);
}

.lfetblogcat{
	font-family: "Comfortaa", Sans-serif;
}
.lfetblogcat ul{
	padding-left:0px;
}
.lfetblogcat ul li:first-child{
	margin-left:0px;
}
.lfetblogcat ul li:first-child a{
	padding-left:0px;
}
.lfetblogcat ul li{
	list-style:none;
	display:inline-block;
	margin: 10px 2px 0px;
}
.lfetblogcat ul li a{
	color:#737373;
	font-size:14px;
	padding: 5px 10px;
}
.lfetblogcat h5{
    font-size: 30px;
    color: #737373;
	font-style: italic;
	margin-bottom: 0px;
    font-weight: bold;
}
.bloglisting h3{
	line-height: 40px !important;
}
/*.bloglisting h3 a{
	font-weight:300 !important;
	line-height: 40px !important;
	font-family: 'Roboto Slab', serif !important;
	color:#737373;
}*/
.bloglisting .elementor-fit-height{
	height:300px !important;
}
.bloglisting .elementor-fit-height img{
	height:300px !important;
	object-fit:cover;
}
/*.bloglisting .elementor-post__excerpt p{
	margin-bottom: 10px;
    font-family: "Ubuntu", sans-serif !important;
}*/
.elementor-post-date{
	color:#000;
	font-weight:600;
	display:block;
	margin-top:10px;
}
.recentblogs .post-grid-inner{
	display:flex;
	align-items:flex-start;
	font-family:Ubuntu, sans-serif;
	font-size:14px;
}
.recentblogs .post-grid-thumbnail{
	line-height:0px;
}
.recentblogs .post-grid-thumbnail{
	flex-shrink:0;
	margin-right:8px;
}
.recentblogs .post-grid-thumbnail img{
	 width: 100px;
    height: 100px;
	object-fit:cover;
}
.bloglisting .page-numbers{
	border:1px solid #000;
	    padding: 8px 16px;
}
.ctrlpnl-menu{
	margin-bottom:0px !important;
	padding-left:0px;
}
.ctrlpnl-menu li{
	list-style:none;
    display: block;
    border-bottom: 2px solid #fff;
	padding: 10px 10px;
    background: #0074d9;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
}
.btn-gen {
    font-family: "Ubuntu", sans-serif;
    background: #0074d9;
    padding: 8px 25px;
    color: #fff;
    -webkit-border-radius: 0px;
	font-size:14px;
	border:none;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.btn-gen:hover, .btn-gen:focus {
    background: #0042c1;
    color: #fff;
    text-decoration: none;
}
.m-b-50{
	margin-bottom:50px;
}
.chng-pass {
	color: #0074d9;
    font-size: 12px;
    padding-left: 5px;
	font-family: "Comfortaa", cursive;
}
.input-acc-custom .elementor-field-textual.elementor-size-md{
	min-height:40px;
	border-radius:0px;
}
.singleblog .elementor-widget-wrap>.elementor-element{
	margin-bottom:0px !important;
}
.singleblog .elementor-post-info__item--type-terms{
	color: #0074d9;
}
.homeposts .hentry{
	padding:20px !important;
	background:#fff;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.homeposts .hentry:hover{
	box-shadow: 2px 4px 40px #a9a9a9;
}
.homeposts .elementor-post__read-more{
	font-family: "Ubuntu", sans-serif !important;
    background: #0074d9 !important;
    padding: 8px 18px !important;
    color: #fff !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
	font-size:14px !important;
	font-weight:300 !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
	display:inline-block !important;
}
.homeposts .elementor-post__read-more:hover{
	background: #0042c1 !important;
    color: #fff !important;
}
.homeposts h3{
	padding-bottom: 20px;
}
.homeposts h3 a{
	padding-bottom: 20px;
    min-height: 87px;
	font-size: 20px;
    color: #000 !important;
	font-family: "Montserrat", sans-serif;
}
.homeposts h3::after {
    content: "";
    border-bottom: 3px solid #0074d9;
    width: 80px;
    padding-top: 20px;
    display: block;
}
.homeposts .elementor-post__excerpt p{
	margin-bottom: 20px !important;
	font-family: "Ubuntu", sans-serif !important; 
	color:#807f7f;
}
.darkHeader .sl_header_button_1:hover{
	color:#000 !important;
	border:1px solid #000 !important;
}
.darkHeader .sl_header_button_2:hover{
	color:#000 !important;
	border:1px solid #000 !important;
}
.darkHeaderblog nav ul li a, .darkHeaderblog nav ul li a:visited{
  color:#333;
}
.darkHeaderblog nav ul li a:hover,
.darkHeaderblog nav ul li a:visited:hover{
  color:#333;
}
.plan-toggle a.active{
  background: #0074D9;
  color:#fff !important;
}
.beta{
  position: relative;
}
.beta::after{
    position: absolute;
    font-size: 11px;
    padding: 3px 7px;
    content: "Beta";
    background-color: #d9534f;
    border-radius: 10px;
    text-transform: uppercase;
    top: 14px;
    right: 30px;
}
@media only screen and (max-width: 1024px) {
	.navigationheader nav ul li a, .navigationheader nav ul li a:visited{padding: 0 10px;}
	.navigationheader .brand img{max-width: 120px;}
	.login-btn {margin: 0px 10px;}
	.navigationheader .nav-list{font-size: 14px;}
	.navigationheader .nav-dropdown {min-width: 500px !important;}
}
@media only screen and (max-width: 798px) {
	.login-btn{margin:5px 0px;}
	.navigationheader .nav-mobile { display: block;}
	.fwsub-parent:before{top:25px;}
	.navigationheader .nav-container{display:block;}
	.navigationheader .brand img{max-width: 180px;}
	.navigationheader nav { width: 100%;  }
	.navigationheader .nav-dropdown{min-width: 200px !important;}
	.fwsub-parent .menu-grey{border:none;}
	.login-btn{margin-right:10px;}
	.signup-btn{margin-right:10px;}
	.darkHeader #nav-toggle span,
	.darkHeader #nav-toggle span:before,
	.darkHeader #nav-toggle span:after {background: #1b1b1b !important; }
	.navigationheader nav ul {display: none; }
	.navigationheader nav ul li {float: none;}
	nav ul li a {padding: 15px;line-height: 20px;}
  .navigationheader nav ul li ul li a { padding-left: 30px;}

  .navigationheader .nav-dropdown { position: static; }
  .nav-dropdown{height: 300px; overflow-y: auto;}
}
@media screen and (min-width: 799px) {
  .navigationheader .nav-list {
    display: block !important;
  }
}

/*leaderboards css start********************/



body.leaderboards .elementor-location-header {
  display: none;
}

#lead h1 {
  font-weight: 800;
  font-size: 80px;
  color: #ffffff!important;
  text-align: left;
}
body.leaderboards {
  font-family: "vox";
  background: black url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

#teaser {
  position: relative;
}
#teaser-login {
  background: url(https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/demologin.png) no-repeat center;
  height: 100%;
  position: absolute;
  z-index: 54;
  left: 0; top: 0;
  width: 100%;
}
#teaservideo {
  box-shadow: 0 10px 20px 0px rgba(0,0,0,.5);
}

#container {
  width: 1500px;
  margin: 150px auto;
}

#cover {
  width: 100%;
  height: 435px;
  position: relative;
  background: grey; text-transform: uppercase;
  display: flex;
  flex-direction: column;
  background: url('https://smartlaunch.com/wp-content/themes/images/slp-cover.jpg') no-repeat center;
}
#cover #gamelogo {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 100px;
  height: 100px;
}
#cover.PUBG {
  background: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/leaderboard-local-pubg-cover.jpg') no-repeat center center;
}
#cover.DOTA {
  background: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/leaderboard-local-dota2-cover.jpg') no-repeat center center;
}
#cover.PUBG #gamelogo {
  background: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/logo-pubg.png') left top no-repeat;
}
#cover.DOTA #gamelogo {
  background: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/logo-dota2.png') left top no-repeat;
}
#cover #organizer {
  font-size: 3em;
  margin: auto 0 0 90px;
  line-height: .7;
}
#cover #title {
  font-size: 5em;
  margin: 0 0 auto 90px;
  line-height: 90px;
  font-weight: 300;
}
#cover #dates {
  position: absolute;
  width: 340px;
  height: 110px;
  bottom: 0;
  background: rgba(0,0,0,.75);
  display: flex; padding-top: 10px;
  flex-wrap: wrap;
  left: 50%; transform: translate(-50%, 0);
}
#cover #dates #starts {
  text-align: right;
  border-right: 2px dotted rgba(255,255,255,.1);
  width: 50%; padding-right: 10px;
}
#cover #dates #ends {
  text-align: left;
  width: 50%; padding-left: 10px;
}
#cover #dates .label {
}
#cover #dates .date {
  font-size: 40px;
  line-height: 1;
}
#cover #dates #lastupdated {
  margin-top: auto;
  text-align: center;
  width: 100%;
  line-height: 25px;
  font-size: 13px;
}
#meta, #filter {
  background: rgba(0,0,0,.6);
  display: flex; text-align: center;
  align-items: flex-start; width: 100%;
  margin-bottom: 25px; z-index: 5; position: relative;
  justify-content: space-between;
	padding: 10px 15px;
}
#meta {
  z-index: 6;
}
#filter {
  align-items: center;
}
#filter input, #filter .btn {
	background: none;
	text-shadow: none;
  text-transform: uppercase;
	border: 2px solid rgba(255,255,255,.3);
	color: white;
	line-height: 2.5;
    padding: 0 15px;
    border-radius: 0;
}
#filter .btn {
  display: none;
}
#filter .filter {

}


.stick {
	position: fixed!important;
	left: 0;
	top: 0;
	z-index: 2;
}
#filter .btn:hover, #filter input:focus {
  color: white;
  border: 2px solid rgba(255,255,255,.7);
}
#filter.stick {
	background: black;
	margin: 0;
  z-index: 10;
  left: 50%;
}

#filter.stick:before, #filter.stick:after {
  content: "";
  right: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1; background: inherit;
}
#filter.stick:after {
  right: auto;
  left: 100%;
}
.entries .entry.loading:before {
	position: absolute;
	left: 0; content: "";
	width: 100%; height: 100%;
	background: black;
	opacity: .75 	;
	z-index: 0;
}
#meta .feature {
  width: 33%;
}
#meta h5 {
  font-size: 20px;
  margin: 20px 0 0;
}
#meta h2 {
  font-size: 45px;
  font-weight: 400;
  margin: 0;
}
#meta p {
    margin: 0 0 20px;
    font-size: 20px;
    padding: 0 30px;
}
#meta .description {
  position: absolute;
  left: 0; width: 100%;
  right: 0; color: #333;
  top: 100%;
  background: white;
  padding: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  display: flex;
}
#meta .description table {
  background: #333;
  color: white;
  width: 50%;
}
#meta .description table thead th {
  border-color: black;
}
#meta .description table td, #meta .description table td {
  padding: 0;
  line-height: 2;
  border: 1px solid #5f5f5f;
}
#meta .description table tbody tr:hover > td, #meta .description table tbody tr:hover > th {
  background: initial;
}
#meta .description table tbody>tr:nth-child(odd)>td, #meta .description table tbody>tr:nth-child(odd)>th {
  background: #4a4a4a;
}
#meta .description p {
  text-align: left;
}
#meta .feature:hover {
  background: black;
}
#meta .feature:hover .description {
  opacity: 1; visibility: visible;
}
.filter .back {
  order: 0;
}
.filter .showold {
  order: 2;
}
.filter .showold:not(.show) .show, .filter .showold.show .hide {
  display: none;
}
.filter .filter-games {
  display: flex;
  order: 1;
  align-items: center;
}
.filter .filter-games .label {
  margin-right: 10px;
}
.filter .filter-games label {
  display: inline-block;
  height: 30px;
  margin-left: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.filter .filter-games label.game-pubg {
  width: 50px;
  background-image: url('https://smartlaunch.com/wp-content/plugins/smartlaunch/assets/images/pubg.svg');
}
.filter .filter-games label.game-dota2 {
  width: 30px;
  background-image: url('https://smartlaunch.com/wp-content/plugins/smartlaunch/assets/images/dota2.svg');
}
.filter .filter-games label:not(.show) {
  opacity: .4;
}
.filter .filter-centers {
  line-height: 2;
  margin-left: 10px;
}
#filter button, #meta button {
  line-height: 50px;
  background: black;
  color: white;
  border: none; text-transform: uppercase; font-size: inherit; padding: 0 15px;
}
.filter .filter-centers .center-holder {
  display: flex;
  opacity: 0; visibility: hidden; 
  background: rgba(0,0,0,.9);
  position: absolute;
  top: 100%; margin-top: -15px;
  left: 0; 
  min-width: Calc(100% - 5px);
  z-index: -1;
  padding: 10px 10px;
}
.filter .filter-centers:hover .center-holder {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.filter .filter-centers .center-holder .countries {
  width: 25%;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  overflow-y: auto;
}
.filter .filter-centers .center-holder .countries .country {
  line-height: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 0 15px;
  align-items: flex-start; cursor: pointer;
  text-align: left;
  width: 100%;
}
.filter .filter-centers .center-holder .countries .country.selected {
  background: rgba(255,255,255,.15);
}
.filter .filter-centers .center-holder .countries .country .flag-icon {
  margin-right: 7px;
}
.filter .filter-centers .center-holder .centers {
  width: 100%;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  max-height: 70vh;
  overflow-y: auto;
  place-content: flex-start;
}
.filter .filter-centers .center-holder .centers .center {
  width: Calc(25% - 10px);
  margin-right: 10px;
  line-height: 40px; 
  text-align: left;
  color: inherit;
  border-bottom: 1px solid rgba(255,255,255,.1);
  cursor: pointer;
  display: flex; align-self: flex-start;
  white-space: nowrap;
}
.filter .filter-centers .center-holder .description:not(.show), .filter .filter-centers .center-holder .centers:not(.show), .filter .filter-centers .center-holder .centers .center:not(.show) {
  display: none;
}
.filter .filter-centers .center-holder .description {
  margin: auto;
  font-size: 28px;
  display: flex; align-items: center;
  justify-content: space-around;
}
.filter .filter-centers .center-holder .description .far {
  order: 0;
  margin-right: 10px;
}
.filter .filter-centers .center-holder .description p {
  order: 1;
  margin: 0;
}
.filter .filter-centers .center-holder .centers .center .region {
  margin-right: 5px;
}
.filter .filter-centers .center:last-child {
  border: none;
}
.filter .filter-centers .center:hover {
  background: rgba(0,0,0,.9);
}
#ladder {
  background: rgba(0,0,0,.3); width: 100%;
}
#ladder #headers {
  line-height: 2;
  font-size: 20px;
  display: flex; width: 100%;
  padding: 10px 25px;
  background: rgba(0,0,0,.3);
}
#ladder .header, #ladder .data {
  width: 20%;
  text-align: center;
}
.entry .rank {
  width: 10%;
}
.entry .rank {
  text-align: left;
}
.entry .username {
  width: 100%;
  text-align: left;
}
#headers .header.rank, #ranks .data.rank {
  width: 10%;
}
#headers .header.actions, #ranks .data.actions {
  width: 50px;
}
#ranks .data.actions .btn {
  line-height: 30px;
  width: 30px;
  background: rgba(0,0,0,.5);
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
}
#ranks .entry.loaded .data.actions .btn .fa-sync, #ranks .entry:not(.loaded) .data.actions .btn .fa-chart-bar {
  display: inline-block;
}
#ranks .entry.loaded .data.actions .btn .fa-chart-bar, #ranks .entry:not(.loaded) .data.actions .btn .fa-sync {
  display: none;
}
#ranks .data.actions .btn:hover {
  background: rgba(0,0,0,.8);
}
.entry .centerid {
  display: none;
}
.entry .points {
  text-align: right;
}
.entry #ranks {
  display: flex;
  flex-direction: column;
}
#ranks.entries {
  display: flex;
  flex-direction: column;
}
.entries .entry {
  width: 100%; order: 2;
  display: flex;
  cursor: default;
  padding: 0 25px;
  line-height: 50px;
  position: relative;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.entries .divide {
  order: 1;
  height: 100px;
  width: 100%;
  display: none; 
}
.entries .entry.highlight, .entries .entry.highlight + .userdata {
  order: 0;
}
.entries .entry.highlight:last-child {
  margin-bottom: 100px;
}
.entries .entry.highlight:after, .entries .entry.highlight + .userdata:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  background: white;
  height: 100%;
  top: 0;
  opacity: .3;
}
.entries .entry:nth-child(2n) {
  background: rgba(0,0,0,.2);
}
.entries .entry:hover {
  background: rgba(0,0,0,.5);
}
.entries .entry .data {
  position: relative; z-index: 3;
}
.entries .entry .data .myvalue {
  font-size: 24px;
}
.entries .entry .progress.complete {
  background: rgb(51, 155, 59, .30);
}
.entries .entry .data.rank {
  text-align: center;
}
.entries .entry.loading, .entries .entry.loading + .userdata {
  opacity: .7;
}
.entries .entry.userdata {
  padding: 25px;
  background: rgba(0,0,0,.5);
}
.progression {
  width: 100%; display: flex; align-items: flex-end;
  text-align: center;
}
.progression .summary {
  order: 1; max-width: 40%;
  display: flex;
  flex-wrap: wrap; text-align: center;
  justify-content: space-between;
  padding-right: 50px; margin-right: 50px;
  border-right: 1px solid rgba(255,255,255,.3);
}
.progression .summary dl {
  width: 200px;
  max-width: Calc(33% - 20px);
  margin: 10px;
  display: flex; flex-wrap: wrap;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  background: #212121;
}
.progression .summary dl dt {
  line-height: 30px; width: 100%;
  background: rgba(255,255,255,.1);
}
.progression .summary dl dd {
  line-height: 50px; margin: 0;
  width: 50%;
}
.progression .summary dl dd .label {
  display: block;
  background: rgba(0,0,0,.25);
  line-height: 2.5;
  font-size: 80%;
}

.progression .summary dl dt + dd {
  border-right: 1px solid rgba(0,0,0,.25);
}

.progression .days {
  display: flex;
  align-items: stretch;
  order: 2;
}

.progression .days .day {
  width: 100%;
  display: flex;
  align-items: center; flex-direction: column;
  flex-wrap: wrap;
  margin-right: 2px;
}
.progression .days .day .label {
  color: white; width: 100%;
  display: flex; cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-top: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  background: #212121;
}
.progression .days .day .label.selected .month {
  background: #da8406;
}
.progression .days .day .label.selected .date {
  background: #b96e00;
}
.progression .days .day .label .month {
  font-size: 10px;
  line-height: 1.7;
  width: 100%;
  font-weight: 300;
  background: rgba(255,255,255,.1);
}

.progression .days .day .label .date {
  width: 100%; line-height: 1.3;
}
.progression .days .day:hover .label {
  background: black;
}
.progression .days .day .matches {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin-top: auto;
}
.progression .days .day .matches .match {
  width: 100%;
  background: #212121;
  color: white;
  cursor: pointer;
  line-height: 20px;
  padding: 0; position: relative; z-index: 10;
  border-bottom: 1px solid rgba(0,0,0,.25);
  box-sizing: content-box;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
.progression .days .day .matches .match:hover {
  background: #333;
  padding: 2px 0;
}
.progression .days .day .matches .match .tipsy {
  position: absolute;
  right: 100%;
  background: inherit;
  padding: 5px;
  font-size: 12px; white-space: nowrap;
  opacity: 0;
  top: 0;
  visibility: hidden;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
.progression .days .day .matches .match:hover .tipsy {
  opacity: 1; visibility: visible;
}
.progression .days .day .matches .match .tipsy dl {
  display: flex; flex-direction: column;
}
.progression .days .day .matches .match .tipsy dl dt {
  line-height: 20px;
  background: rgba(0,0,0,.2); padding: 0 5px;
}
.progression .days .day .matches .match .tipsy dl dd {
  margin: 0 0 5px;
}
.progression .days .day .matches .match.selected {
  background: #da8406;
}
.progression .days .day .matches .match.selected:hover {
  background: #f99e1a;
}
.progression .days .day .matches .match .time {
  font-size: 12px; display: block;
  padding: 0 5px;
}
.progression .days .day .matches .match:not(.selected) {
  line-height: 18px;
}
.progression .days .day .matches .match:not(.selected) .time {
  font-size: 11px;
  line-height: 1.5;
}
.progression .days .day .matches .match.total {
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 14px;
}
.progression .days .day .matches .match.total:after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: Calc(100% - 5px);
  background: inherit;
  width: 10px;
  height: 10px;
  left: Calc(50% - 5px);
}


#leaderboards {
  display: flex;
  flex-direction: column;
  margin: 50px auto; align-items: center;
  width: 1500px; max-width: 100vw;
}
#leaderboards .leaderboard {
  display: flex;
  width: 1400px; overflow: hidden;
  max-width: 100%; position: relative;
  height: 315px; box-sizing: content-box;
  margin-bottom: 15px; border-radius: 5px;
  box-shadow: 0 5px 5px 0px #00000085;
  background-repeat: no-repeat!important;
}
#leaderboards .leaderboard.hide {
  display: none;
}
#leaderboards .leaderboard.PUBG {
  background: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/leaderboard-local-pubg-bg.jpg');
}
#leaderboards .leaderboard.DOTA {
  background: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/leaderboard-local-dota2-bg.jpg');
}
#leaderboards .leaderboard.inactive:after {
  content: "FINISHED";
  position: absolute;
  left: 0;
  top: 0;
  background: red;
  color: white;
  padding: 10px 25px;
  font-size: 20px;
  z-index: 1;
}
#leaderboards .leaderboard.inactive:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .6;
}
#leaderboards .leaderboards.centerboard .leaderboard-title {
  text-align: center;
  position: relative;
  top: -35px;
  line-height: 70px;
  font-size: 30px;
  background: black;
  text-transform: uppercase;
}
#leaderboards .leaderboards.centerboard {
  padding: 0 20px 20px 20px;
  border: 1px solid rgba(255,255,255,.2);
  margin-top: 70px;
}
#leaderboards .leaderboards.local {
  margin-bottom: 50px;
}
#leaderboards .leaderboard.global {
  border-bottom: 5px solid red;
}
#leaderboards .leaderboard.global .details .readmore {
  border-left: 2px solid red;
  background: #ff00001c;
}
#leaderboards .leaderboard.global .details .readmore:hover {
  background: #ff000030;
}
#leaderboards .leaderboard.local {
  border-bottom: 5px solid yellow;
}
#leaderboards .leaderboard.local.inactive:not(.show) {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	margin: 0;
	border: none;
}
#leaderboards .leaderboard.local.inactive {
  border-bottom: 5px solid #ffff008a;
}
#leaderboards .leaderboard.local .details .readmore {
  border-left: 2px solid yellow;
  background: #ffff0017; margin: 5px 0 0;
}
#leaderboards .leaderboard.local .details .readmore:hover {
  background: #ffff0026;
}
#leaderboards .leaderboard #gamelogo {
  min-width: 70px;
  height: 100%;
  background-color: rgba(0,0,0,.65)!important;
  background-size: 60% auto!important;
}
#leaderboards .leaderboard #gamelogo.PUBG {
  background: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/pubg-vertical.png') center center no-repeat;
}
#leaderboards .leaderboard #gamelogo.DOTA {
  background: url('https://smartlaunch.com/wp-content/themes/hello-elementor-child/assets/images/dota-vertical.png') center center no-repeat;
}
#leaderboards .leaderboard .details {
  width: 100%; height: 100%;
  padding-left: 50px;
  display: flex; text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
}
#leaderboards h1, #leaderboards h2, #leaderboards h3, #leaderboards h4, #leaderboards h5, #leaderboards a {
  color: white; text-transform: uppercase;
}
#leaderboards .leaderboard .details .owner {
  font-size: 25px;
  font-weight: 400;
  margin: 40px 0 0 0;
  background: rgba(0,0,0,.4);
  line-height: 2;
  padding: 0 25px;
}
#leaderboards .leaderboard .details .title {
  font-size: 44px;
  font-weight: 400;
  margin: 5px 0;
  line-height: 1.5;
  background: rgba(0,0,0,.4);
  padding: 0 25px;
}
#leaderboards .leaderboard .details .dates {
  font-size: 16px; font-weight: 400;
  margin: 0; width: 30%; padding: 0 15px;
  display: flex; justify-content: space-between;
}
#leaderboards .leaderboard .details .dates .divider {
  width: 100%;
  height: 2px; margin: auto 0;
  background: black;
}
#leaderboards .leaderboard .details .dates .starts, #leaderboards .leaderboard .details .dates .ends {
  background: rgba(0,0,0,.4);
  margin: 0; white-space: nowrap;
  line-height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
#leaderboards .leaderboard .details .dates .label {
  line-height: 33px;
  margin-top: 7px;
}
#leaderboards .leaderboard .details .dates .date {
  font-size: 25px;
  margin-left: 5px;
}
#leaderboards .leaderboard .details .dates .lastupdated {
  margin-top: auto;
  text-align: center;
  width: 100%;
  line-height: 25px;
  font-size: 13px;
}
#leaderboards .leaderboard .details .readmore {
  line-height: 50px;
  font-size: 30px;
  padding: 0 30px;
  display: block;
  background: rgba(0,0,0,.5);
  margin: auto 0 40px 0;
  border-left: 2px solid white;
  cursor: pointer;
}
#leaderboards .leaderboard .placements {
  width: 40%; display: flex; flex-direction: column;
  margin: auto 20px 20px 0;
}
#leaderboards .leaderboard .placements.entries .entry.headers {
  line-height: 50px; font-size: 16px;
  background: rgba(0,0,0,.4);
}
#leaderboards .leaderboard .placements.entries .entry {
  line-height: 30px;
  font-size: 14px;
  padding: 0;
}
#leaderboards .leaderboard .placements .rank {
  width: 25%;
  text-align: center;
}
#leaderboards .leaderboard .placements .points {
  padding: 0 10px;
}

#matches {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  opacity: 0; visibility: hidden;

  position: fixed;
  left: 0; z-index: -5;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-around; align-items: center;
  color: #696969;
  font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
}
#matches.show {
  opacity: 1; z-index: 99;
  visibility: visible;
  background: rgba(0,0,0,.8);
}

#matches.loading .container {
  opacity: 0; visibility: hidden;
}

#matches .container {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;

  width: 1500px; height: 80vh;
  margin: auto;
  background: rgba(255,255,255,.9);
  overflow-y: auto;
}
#matches .dates {
  display: flex;
  margin: 25px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #cacaca;
  overflow-x: auto;
}
#matches .dates .date {
  width: 100%;
  min-width: 50px;
  line-height: 40px; text-align: center; background: white;
  border-left: 1px solid #cacaca; cursor: pointer;
  border-right: none;
  white-space: nowrap;
}
#matches .dates .date.selected {
  background: #dd8700;
  border-color: #dd8700!important; color: white;
}
#matches .dates .date:first-child {
  border-left: none;
}
#matches .dates .date:last-child {
  border-right: none;
}
#matches .matches {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
}

#matches .matches .match {
  display: flex;
  background: #f6f6f6;
  align-items: center;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  opacity: 0; visibility: hidden;
  overflow: hidden; height: 0;
}
#matches .matches .match.show {
  opacity: 1; visibility: visible; height: 80px;
  margin: 10px 25px;
}
#matches .matches .match.win .match-status {
  border-left: 4px solid #7bc476;
}
#matches .matches .match .column {
  height: 100%; display: flex; align-items: center; justify-content: space-around; flex-direction: column; justify-content: space-around; align-items: stretch;
  padding: 0 20px; width: 150px; text-align: center;
}
#matches .matches .match .column .value {
  margin-top: auto; font-size: 20px;
}
#matches .matches .match .column .key {
  margin-bottom: auto;
  font-size: 14px;
}
#matches .matches .match .match-status {
  border-left: 4px solid #cacaca;
  padding-left: 12px;
  width: 100px; text-align: left;
  display: flex; flex-direction: column;
  align-items: stretch;
}

#matches .matches .match .match-status .mode {
  height: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: auto;
  height: 20px;
}
#matches .matches .match .match-status .mode.solo {
  background-image: url('https://smartlaunch.com/wp-content/themes/images/icons/pubg/solo.png');
  width: 20px;
}
#matches .matches .match .match-status .mode.solofpp {
  background-image: url('https://smartlaunch.com/wp-content/themes/images/icons/pubg/solofpp.png');
  width: 53px;
}
#matches .matches .match .match-status .mode.duo {
  background-image: url('https://smartlaunch.com/wp-content/themes/images/icons/pubg/duo.png');
  width: 31px;
}
#matches .matches .match .match-status .mode.duofpp {
  background-image: url('https://smartlaunch.com/wp-content/themes/images/icons/pubg/duofpp.png');
  width: 65px;
}
#matches .matches .match .match-status .mode.squad {
  background-image: url('https://smartlaunch.com/wp-content/themes/images/icons/pubg/squad.png');
  width: 56px;
}
#matches .matches .match .match-status .mode.squadfpp {
  background-image: url('https://smartlaunch.com/wp-content/themes/images/icons/pubg/squadfpp.png');
  width: 89px;
}
#matches .matches .match .match-status .mode.ranked {
  background-image: url('https://smartlaunch.com/wp-content/themes/images/icons/pubg/ranked.png');
  width: 35px;
}
#matches .matches .match .match-status .mode.rankedfpp {
  background-image: url('https://smartlaunch.com/wp-content/themes/images/icons/pubg/rankedfpp.png');
  width: 65px;
}
#matches .matches .match .match-status .age {
  margin-top: auto; line-height: 20px;
}
#matches .matches .match .match-status .time {
  font-size: 12px;
  border-top: 1px solid #cacaca;
  text-align: center;
  padding: 5px 0;
}
#matches .matches .match .match-identity {
  text-align: left;
}
#matches .matches .match .match-rank {
  margin-right: auto; text-align: left;
}
#matches .matches .match .match-rank .value {
  margin: auto 20px;
}
#matches .matches .match .match-rank .value .myrank {
  font-size: 30px;
}
#matches .matches .match .match-kill {
}
#matches .matches .match .match-damage {
}
#matches .matches .match .match-distance {
}
#matches .matches .match .match-more {
  width: 35px;
  background-color: #dbdbdb;
  background-position: center 44px;
  height: 100%;
  display: flex;
  align-items: flex-end; flex-direction: row;
  justify-content: space-around;
  padding-bottom: 10px;
  cursor: pointer;
  
  display: none;
}
.loading .loader {
  opacity: 1; visibility: visible; display: flex; z-index: 10;
}
.loader {
  opacity: 0; visibility: 0;
}
.loader:not(.bar) {
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 10px;
  top: Calc(50% - 4px);
  left: Calc(50% - 24px);
}
.loader:not(.bar) div {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
  left: 0;
  animation: lds-ellipsis1 0.6s infinite;
}
.loader div:nth-child(2) {
  left: 0;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader div:nth-child(3) {
  left: 20px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader div:nth-child(4) {
  left: 39px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/* width */
::-webkit-scrollbar, .nicescroll::-webkit-scrollbar {
  width: 10px;
}
/* width */
.nicescroll.small::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar, .nicescroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #555;
}
::-webkit-scrollbar-track-piece {
  background: #333;
}
/* Handle */
::-webkit-scrollbar, .nicescroll::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar, .nicescroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}	
ul {
	margin-bottom:.9rem !important;
}

header.page-header {
	display:none;
}
/*leaderboards css end********************/



/**************Dark css starts here****************/


.elementor-element-f2b3230{
  background-color: #111111;
  color: #fff;  
}
.elementor-element-f2b3230 article{
  background-color: #1B1B1B;
}





















/**************End Dark css starts here****************/