@font-face {
	font-family: 'Montserrat';
	src: url('https://sportsdatalive.com/assets/fonts/Montserrat-Regular.ttf');	
}
@font-face {
	font-family: 'RobotoSlab';
	src: url('https://sportsdatalive.com/assets/fonts/RobotoSlab-Regular.ttf');	
}
@font-face {
	font-family: 'RobotoSlabLight';
	src: url('https://sportsdatalive.com/assets/fonts/RobotoSlab-Light.ttf');	
}
* {
	font-family: 'Montserrat';
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
body {
	margin: 0;
	background-color: black;
}
#content {
	min-height: 100vh; 
	margin: 0; 
	display: grid;
	grid-template-rows: auto 1fr auto;
}
.outer-container {
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	position: relative;
}
#header-wrapper {
	width: 100%;
	margin-bottom: 20px;
	background-image: linear-gradient(90deg, #FF3D64 -20%, #00388C);
}
#header {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1400px;
    height: 100px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	
	
	display: grid;
    grid-template-columns: min-content min-content;
}
#header .header-left {
	display: flex;
    align-items: center;
    height: 100%;
    gap: 30px;
}
#header .header-left img {
	max-height: 50px;
}
#header .header-right {
	
}
#header .header-menu {
	display: flex;
	height: 100%;
}
#header .header-menu > a {
	padding: 9px 25px;
    color: white;
    //border-right: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 16px;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	white-space: nowrap;
}
#header .header-menu > a:not(:last-child):not(.active):after {
	content: '';
    position: absolute;
    right: 0;
    height: 51px;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.15);
}
#header .header-menu > a.active {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
#header .header-div {
	height: 50px;
    width: 1px;
    background-color: white;
}
#main {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
}

#mb-menu-toggle {
	display: none;
	cursor: pointer;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(103%) contrast(101%);
}
#header-content-mb {
	display: none;
	position: fixed;
	height: calc(100lvh - 100px);
	width: 100%;
	background: linear-gradient(90deg, rgba(21, 21, 21, 0.9) 0%, rgba(40, 40, 40, 0.9) 172.08%);
	z-index: 20;
	grid-template-rows: 1fr min-content;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
    top: 100px;
}
#header-content-mb > div:first-child {
	display: grid;
    grid-auto-rows: 50px;
    color: black;
    width: 100vw;
}
#header-content-mb > div:first-child a {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
	color: white;
}
#header-content-mb > div:first-child a.active {
	font-weight: bold;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	color: white;
}
#mb-menu-toggle {
	cursor: pointer;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(103%) contrast(101%);
}
#header-content-mb > div:last-child {
	color: white;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
}
#header-content-mb > div:last-child > a:first-child {
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
    line-height: 60px;
}

body + .menu-active {
	overflow: hidden;
}
#content.menu-active #header-wrapper {
	position: sticky;
    top: 0;
}
#content.menu-active #main {
	z-index: -1;
}
#content.menu-active #header-content-mb {
	display: grid;
}

/* Footer Start */

#main-cta {
	position: relative;
    max-height: 250px;
    overflow: hidden;
}
.cta-img {
	width: 100%;
	min-height: 100px;
}
.cta-grad {
	position: absolute;    
	left: 0;    
	width: 100%;    
	height: 100%;    
	opacity: 0.5;
}
.cta-inner {
	width: 100%;
    max-width: 1100px;
}
.cta-ov {
	position: absolute;
    left: 0;
    width: 100%;
	max-width: 1100px;
    height: 70%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cta-ov-mb {
	
}
.cta-text {
	position: absolute;
    width: 100%;
    max-width: 1100px;
    height: 70%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    gap: 10px;
}
.cta-text div {
	font-size: min(24px,2vw);
	color: white;
}
.cta-text a {
	background-color: white;
    font-size: min(18px,1.5vw);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    justify-items: center;
    padding: 15px 25px;
    cursor: pointer;
    font-weight: bold;
	border-radius: 30px;
}

#footer-wrapper {
	margin-top: 10px;
	z-index: -1;
}
#footer {
	width: 100%;
    background-image: linear-gradient(90deg, #FF3D64 -20%, #00388C);
    color: white;
}
#footer-content {
	display: grid;
    grid-template-columns: 250px  1fr 250px ;
    grid-template-rows: 80px;
    align-items: center;
    justify-items: center;
	padding: 0 10px;
	overflow: hidden;
}
#footer-content > div:nth-child(1) {
	display: flex;
    align-items: center;
    height: 100%;
    gap: 15px;
}
#footer-content > div:nth-child(1) img {
    max-height: 50px;
	max-width: 150px;
}
#footer-content > div:nth-child(1) .header-div {
    height: 50px;
    width: 1px;
    background-color: white;
}
#footer-content > div:nth-child(1) a {
	display: contents;
}
#footer-content > div:nth-child(2) {
	text-align: center;
    line-height: 30px;
	font-size: 16px;
}
#footer-content > div:nth-child(2) a {
	position: relative;
    text-decoration: underline;
}
#footer-content > div:nth-child(3) {
	display: grid;
    grid-auto-flow: column;
    width: 100%;
    justify-content: end;
    gap: 10px;
}
#footer-content > div:nth-child(3) a {
	display: contents;
}


.ft-cpr-mb {
	display: none;
	height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.cta-ov-mb {
	display: none;
	width: 100%;
}
.cta-grad-mb {
	display: none;
	position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.9;
	background-image: linear-gradient(90deg, transparent 68%, #00388C);
}

/* Footer End */

/* Live Blog Start */

.live-blog {
	display: flex;
	gap: 20px;
}
.col-40 {
	width: 40%;
}
.col-60 {
	width: 60%;
}

/* Live Blog End */


.row-50 {
	display: flex;
    gap: 10px;
    /*flex-wrap: wrap;*/
	justify-content: space-between;
}
.row-50 > .widget-wrapper {
	width: 48%;
	min-width: 320px;
    float: left;
}
.widget-wrapper h2 {
	color: white;
    width: 100%;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 19px;
}

.row-50 > .widget-wrapper.w-n-last-result {
	width: 68%;
}
.row-50 > .widget-wrapper.w-n-medals-mini {
	width: 28%;
}

.coming-soon {
	color: white;
    width: 100%;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    background: linear-gradient(90deg, #FF3D64, #00388C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Media Queries */

@media screen AND (max-width: 1100px) {
	#header .header-menu > a {
		padding: 0 15px;
		font-size: 14px;
	}
}
@media screen AND (max-width: 900px) {
	#header .header-menu {
		display: none;
	}
	#mb-menu-toggle {
		display: block;
	}
	#footer-content {
		grid-template-rows: 65px;
	}
	#footer-content > div:nth-child(2) {
		text-align: center;
		line-height: 20px;
		font-size: 12px;
	}
	.live-blog {
		display: grid;
	}
	.col-40,
	.col-60 {
		width: 100%;
	}
}
@media screen AND (max-width: 800px) {
	.row-50 {
		flex-wrap: wrap;
	}
	.row-50 > .widget-wrapper.w-n-last-result,
	.row-50 > .widget-wrapper.w-n-medals-mini {
		width: 100%;
	}
}
@media screen AND (max-width: 767px) {
	.fl-right {
		float: left;
	}
	#header {
		/*position: absolute;*/
		z-index: 30;
	}
	#comp-nav {
		margin-top: 80px;
	}
	#header-content {
		display: flex;
		justify-content: space-between;
		padding: 0 40px;
		height: 80px;
	}
	.hc-rnav,
	.hc-cus {
		display: none;
	}
	
	#footer #footer-content {
		grid-template-columns: 1fr;
	}
	#footer #footer-content > div:nth-child(3) {
		justify-content: center;
		gap: 20px;
	}
	.ft-cpr {
		display: none;
	}
	#footer-content > div:nth-child(2) {
		margin-bottom: 25px;
	}
	.ft-cpr-mb {
		display: flex;
	}
	#footer-content .hc-logo {
		max-height: 100%;
		max-width: 100%;
	}
	
	#content #main-cta {
		display: flex;
		height: 270px;
		align-items: center;
		justify-content: center;
		max-height: unset;
		overflow: unset;	
		background-image: url(https://sport-widgets.com/olympics/assets/img/cta-img-full.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	#content .cta-inner {
		max-width: 90%;
		display: inline-table;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: auto;
	}
	
	.cta-ov-mb,
	.cta-grad-mb {
		display: block;
	}
	
	.cta-img,
	.cta-ov,
	.cta-grad {
		display: none;
	}	
	.cta-text {
		display: grid;
		justify-items: center;
		padding: 0px 30px;
	}
	.cta-text div,
	.cta-text a {
		font-size: 18px;
	}
}