body.elementor-page-1631 {
	background-color: #121A21 !important;
	background-image: none !important;
}

/***************************************************** General *****************************************************/

.matches-page {
	position: relative;
    max-width: 2000px;
    color: #FFF !important;
    padding: 60px 40px;
    margin: 0 auto;
    background-color: #121A21;
}
.matches-page:after {
	content: "";
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(https://rix.gg/wp-content/uploads/2021/04/background-influencers-scaled.jpg);
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.3;
    mix-blend-mode: luminosity;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index: 1;
}
body .ls-container a {
	color: #FFF !important;
}
.ls-container {
	color: #FFF !important;
}
.ls-matches {
	position: relative;
	min-height: 450px;
	z-index: 2;
}
.ls-match {
	display: flex;
	justify-content: space-between;
	background-color: #131a22;
	border: 3px solid #000;
	margin: 10px 0;
}
.ls-nomatchfound {
	padding: 50px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/***************************************************** Games Navigation *****************************************************/
.ls-status-filter {
	position: relative;
	padding-bottom: 20px;
	z-index: 2;
}
.ls-status-filter > a {
	font-family: "Oswald", Sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-right: 10px;
	text-decoration: none !important;
}
.ls-game-filter {
	position: relative;
	display: flex;
    align-items: center;
    background-color: #131a22;
    padding: 5px;
	z-index: 2;
}
.ls-game-filter > a {
	width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
	position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 5px;
	text-decoration: none !important;
}
.ls-game-filter > a:hover,
.ls-game-filter > a[selected] {
    border-bottom: 2px solid #FFF;
}
.valorant-filter {
	background-image: url('/wp-content/uploads/2021/06/valorant-icon.svg');
}
.rocketleague-filter {
	background-image: url('/wp-content/uploads/2021/03/rocketleague-icon.svg');
}
.ls-status-filter > a:hover,
.ls-status-filter > a:not([href]) {
    border-bottom: 3px solid #FFF;
}


/***************************************************** Left Box *****************************************************/

.ls-matchgameleft {
	width: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
}
.valorant-box {
	background-image: url('/wp-content/uploads/2021/06/valorant-icon-2.svg');
	background-color: #FF4655;
}
.rocketleague-box {
	background-image: url('/wp-content/uploads/2021/03/rocketleague-icon.svg');
	background-color: #247dd2;
}


/***************************************************** Date + Time Box *****************************************************/

.ls-matchinfo {
	width: 180px;
    padding: 20px;
    box-sizing: border-box;
}
.ls-matchtournament {
	font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.ls-matchdate,
.ls-matchtime,
.ls-matchzone {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.ls-matchdate {
	
}
.ls-matchtime {
	display: inline-block;
}
.ls-matchzone {
	display: inline-block;
    font-size: 12px;
    font-weight: 500;
}


/***************************************************** Middle Box *****************************************************/

.ls-matchdetails {
	width: auto;
    margin: 0 auto;
    padding: 20px 250px 20px 0;
}
.elementor-page-2358 .ls-matchdetails,
.elementor-page-9 .ls-matchdetails {
	margin: 0 auto;
    padding: 20px 20px 20px 0;
}
.ls-matchteams {
	display: flex;
    justify-content: center;
    height: 50px;
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.ls-matchteams > img,
.ls-matchteams div {
	position: absolute;
}

.ls-matchteams > img:first-of-type {
	left: 0;
}
.ls-matchteams > img:last-of-type {
	right: 30px;
}

.ls-matchteams div {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}


/****************************************************** Pagnation ******************************************************/

.ls-pagination {
	position: relative;
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
	z-index: 2;
}

.ls-pagination a,
.ls-pagination i {
	padding: 5px;
}


/****************************************************** Media Queries ******************************************************/

@media (max-width: 1024px){
	.ls-matchdetails {
		padding: 20px 5% 20px 0;
	}
}
@media (max-width: 767px) {
	.ls-container {
		padding: 60px 15px;
	}
	.ls-match {
		flex-wrap: wrap;
	}
	.ls-matchgameleft {
		width: 75px;
    	background-size: 45px;
	}
	.ls-matchinfo {
		background-color: #000;
		padding: 10px 20px;
		flex: 1;
	}
	.ls-matchdetails {
		width: 100%;
		padding: 15px;
	}
}