@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

:root {
	
	--color-grey-1: #121212;
	--color-grey-2: #1a1a1a;
	--color-grey-3: #232323;
	--color-grey-4: #2b2b2b;
	--color-grey-5: #343434;
	--color-grey-6: #3c3c3c;
		
	--color-mid-grey: #898989;
	--color-light-grey: #a2a2a2;
	--color-white: #efefef;
    
    --color-grey-transparent: rgba(0,0,0,0.2);
}

/* DEFAULTS */
body {
    background-color: var(--color-grey-1);
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
}

.wrapper-1200px {
	width: 100%;
	max-width: 1200px; 
	margin: 0 auto;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.23);
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Varela Round', sans-serif;
    font-weight: 700;
}

h1 {
	color: var(--color);
    font-size: 30px;
    margin-bottom: 30px;
}

h2 {
    color: var(--color);
    font-size: 24px;
    letter-spacing: -0.05em;
    margin-bottom: 26px;
}

h3 {
    color: var(--color);
    font-size: 16px;
    margin-bottom: 10px;
}

h4 {
    color: var(--color);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 28px;
    margin: 30px 0 20px 0;
}

h4:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--color);
    position: absolute;
    left: 8px;
    top: 4px;
}

.sub-header {
    font-weight: var(--bold);
    text-transform: uppercase;
    margin-bottom: 0;
}

p, li {
    line-height: 1.4em;
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}

address{
	 margin-bottom: 20px;
}


/* CONTENT */
.content a:not(.button) {
    color: var(--color);
    text-decoration: underline;
}

footer a:hover,
td a:hover,
.card-content a:hover {
    text-decoration: underline;
}

/* SECTIONS/CONTAINERS */
section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container {
    max-width: calc(100% - 60px);
}

.table {
    table-layout: fixed;
    background-color: var(--color-grey-3);
    border-radius: 6px;
    padding-bottom: 10px;
    overflow: hidden;
}

.curved{
	border-radius: 6px;
}


/* TOOLTIP */
#tooltip{
	color: var(--color-white);
    background: var(--color-grey-1);
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.2);
}
/* triangle decoration */
#tooltip:after {
    border-top-color: var(--color-grey-1);
}
#tooltip.top:after{
    border-bottom-color: var(--color-grey-1);
}


/* BREAKING NEWS */
.breaking-news-container{
	border-radius: 6px;
	background-color: var(--color-grey-3);
}

#league-breaking-news .breaking-news-container{
	margin-bottom: 0;
}


/* COLOURS */
body .white {
    color: white;
}

.theme-colour,
.theme-color {
    color: var(--color);
}

.mid-grey {
    color: var(--color-mid-grey);
}

body .background-theme {
	color: var(--color-text);
    background-color: var(--color);
}


/* ICONS */
.icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.icon > img {
    max-width: 100%;
}

.icon.star {
    background-image: url(../images/icons-white/icon-star.svg);
}

.icon.cup {
    background-image: url(../images/icons-white/icon-cup.svg);
}

.icon.search{
	background-image: url(../images/icons-white/icon-search.svg);
}

.icon.note {
	background-image: url(../images/icons-white/icon-note.svg);
}

.icon.youtube {
	width: 50px;
    height: 36px;
	background-image: url(../images/icons-white/icon-youtube.svg);
}

.icon.info {
	background-image: url(../../../common/images/icons/icons-white/icon-information.png);
}

/* Promotion / relegation icons */
td.highlight .icon.star {
	background-image: url(../images/icons-white/icon-star.svg);
}
td.highlight .icon.arrowdown {
	background-image: url(../images/icons-white/icon-dropdown.svg);
}
td.highlight .icon.arrowup {
	background-image: url(../images/icons-white/icon-dropdown.svg);
	transform: rotate(180deg);
}

body.color-text-dark td.highlight .icon.star {
	background-image: url(../images/icon-star-2.svg);
}
body.color-text-dark td.highlight .icon.arrowdown {
	background-image: url(../images/icon-dropdown-arrow-2.svg);
}
body.color-text-dark td.highlight .icon.arrowup {
	background-image: url(../images/icon-dropdown-arrow-2.svg);
}

.icon.arrowleft {
	background-image: url(../images/icons-white/icon-dropdown.svg);
	transform: rotate(90deg);
}
.icon.arrowright {
	background-image: url(../images/icons-white/icon-dropdown.svg);
	transform: rotate(270deg);
}

.icon.arrowleft-dark {
    background-image: url(../images/icons-white/icon-arrow.svg);
    transform: rotate(180deg);
}
.icon.arrowright-dark {
    background-image: url(../images/icons-white/icon-arrow.svg);
}
.icon.arrowdown-dark {
    background-image: url(../images/icons-white/icon-arrow.svg);
    transform: rotate(90deg);
}
.icon.arrowup-dark {
    background-image: url(../images/icons-white/icon-arrow.svg);
    transform: rotate(-90deg);
}

/* Stats table icons */
th.top-level-th .icon.arrowup{
	width: 8px;
	height: 8px;
	background-image: url(../images/icons-white/icon-dropdown.svg);
	transform: rotate(180deg);
}

table.vertical-headers-table th.rotate > div .icon.arrowright{
	width: 14px;
	height: 7px;
	background-image: url(../images/icons-white/icon-dropdown.svg);
}


/* BORDERS */
.b-bottom,
.b-bottom-dark {
	border-bottom: 3px solid var(--color-grey-transparent);
}
.b-bottom.thick,
.b-bottom-dark.thick {
	border-bottom: 6px solid var(--color-grey-transparent);
}


/* BUTTONS */
.button,
input[type="submit"].button {
    display: inline-block;
    background-color: var(--color);
    color: var(--color-text);
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    padding: 8px 12px;
    border-radius: 30px;
    text-decoration: none !important;
    transition: background-color 0.3s ease-in;
    cursor: pointer;
}

.button.large {
    display: inline-block;
    background-color: var(--color);
    color: var(--color-text);
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    padding: 14px 16px;
    border-radius: 30px;
}

.button.invert {
    background-color: white;
    color: var(--color) !important;
}
body.color-text-dark .button.invert {
    background-color: var(--color-text);
    color: white;
}

.button:not(.invert):hover {
	color: white;
    background-color: black;
    transition: background-color 0.3s ease-in;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus {
	color: #bcbcbc;
	background-color: var(--color-grey-transparent);
	cursor: not-allowed;
}


/* FORM INPUTS */
input[type="submit"],
button {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	color: var(--color-white);
	padding: 0;
}

input[type="text"],
input[type="search"],
input[type="number"],
textarea {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	color: var(--color-white);
	background: transparent;
	padding: 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    color: var(--color-mid-grey);
    padding: 0 24px 0 24px;
    background-color: transparent;
    background-image: url('../images/icon-dropdown-arrow.svg');
    background-size: 12px auto;
    background-position: right center;
    background-repeat: no-repeat;
    border: none;
    margin-bottom: 30px;
}

.filters select:not(:first-child),
.filters > div > div > select:first-child {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 3px solid var(--color-grey-transparent);
}

.filters select:last-child {
	margin-right: 24px;
}

.secondary-filters {
	padding: 24px;
	margin-bottom: 20px;
	border-top: 3px solid var(--color-grey-transparent);
	border-bottom: 3px solid var(--color-grey-transparent);
}

.secondary-filters .dropdowns > div {
	margin-bottom: 20px;
	margin-right: 24px; 
}
.secondary-filters .dropdowns > div:not(:first-child){
	padding-left: 24px;
	border-left: 3px solid var(--color-grey-transparent);
}

.secondary-filters .dropdowns label{
	color: var(--color-mid-grey);
	font-weight: bold;
}
.secondary-filters .dropdowns select{
	font-weight: var(--regular);
	margin: 0;
}

.secondary-filters .radio-inline > label{
	margin-right: 24px;
}
.secondary-filters .radio-inline > ul > li{
	margin-right: 12px;
}


/* TABS */
.tabs-container {
	width: 100%;
	height: 54px;
	border-bottom: 6px solid var(--color-grey-transparent);
	margin-bottom: 20px;
}
.tabs-container:after {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 34px;
    height: 100%;
	background: rgb(35,35,35);
	background: -moz-linear-gradient(90deg, rgba(35,35,35,0) 0%, rgba(35,35,35,1) 45%);
	background: -webkit-linear-gradient(90deg, rgba(35,35,35,0) 0%, rgba(35,35,35,1) 45%);
	background: linear-gradient(90deg, rgba(35,35,35,0) 0%, rgba(35,35,35,1) 45%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232323",endColorstr="#232323",GradientType=1);
}

/* Scolling tab buttons */
.tabs-container.tabs-scroll-buttons {
    position: relative;
}

.tabs-scroll-left,
.tabs-scroll-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    padding: 0;
    background-color: var(--color-grey-3);
    color: var(--color);
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    display: none;
    border: none;
    transition: background 0.3s ease;
}

/* Right button fades on the left */
.tabs-scroll-right {
    right: 0;
    background: linear-gradient(to left,
    var(--color-grey-3) 70%,
    rgba(35, 35, 35, 0) 100%);
}

/* Left button fades on the right */
.tabs-scroll-left {
    left: 0;
    background: linear-gradient(to right,
    var(--color-grey-3) 70%,
    rgba(35, 35, 35, 0) 100%);
}

.tabs-scroll-left:hover,
.tabs-scroll-right:hover {
    background-color: var(--color-grey-3);
}

.tabs-scroll-left .icon,
.tabs-scroll-right .icon {
    width: 24px;
    height: 24px;
}
/* hide scroll buttons on smaller screens if needed */
@media screen and (max-width: 768px) {
    .tabs-scroll-left,
    .tabs-scroll-right {
        display: none !important;
    }
}

.tabs-container .tabs {
    width: 100%;
    height: 54px;    
    padding-left: 8px;
    padding-right: 8px;
    color: var(--color);
    font-weight: bold;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar; 
}
.tabs-container .tabs::-webkit-scrollbar {
  display: none;
}

.tabs-container .tabs .tab {
    height: 54px;
    text-align: center;
    margin-bottom: 0;
    flex: 0 0 auto;
}

.tabs-container .tabs .tab:not(.tab-active):hover {
    border-bottom: 6px solid var(--color-grey-6);
}

.tabs-container .tabs .tab a,
.tabs-container .tabs .tab input,
.tabs-container .tabs .tab button {
    display: block;
    height: 54px;
    line-height: 50px;
    padding: 0 24px;
    white-space: nowrap;
}

.tabs-container .tabs .tab input,
.tabs-container .tabs .tab button {
	color: inherit;
	background-color: transparent;
	font-weight: bold;
	cursor: pointer;
}

.tabs-container .tabs .tab-active {
    border-bottom: 6px solid var(--color);
}


/* TABLES */
.table-scroll:not(.clone-container) {
    overflow-x: auto;
}
/*
.table-scroll::-webkit-scrollbar {
    height: 3px;
}

.table-scroll::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.15);
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color);
}
*/

table {
	font-size: 14px;
    min-width: 100%;
    border: 3px solid var(--color-grey-3);
    table-layout: fixed;
    border-collapse: separate;
}

/* Promotion and relegation */
.promotion-separator-end td,
.relegation-separator-start td{
	border-bottom: 2px dotted var(--color-mid-grey);
}
.champion-row td{
	background-color: var(--color-grey-6);
}
.promoted-row td,
.relegated-row td{
	background-color: var(--color-grey-5);
}

th {
    text-transform: uppercase;
    color: var(--color-mid-grey);
    font-size: 12px;
    text-align: center;
    border-left: 3px solid var(--color-grey-3);
    border-right: 3px solid var(--color-grey-3);
}

th.top-level-th{
	background-color: var(--color-grey-5);
	padding: 2px 0;
}

th > a.underline{
	color: var(--color-light-grey);
}

.fg-heading,
.time-heading {
    color: var(--color);
	text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.fg-heading {
	font-size: 16px;
	margin: 15px 0 0 0;
}
.time-heading {
	font-size: 14px;
	padding-left: 18px;
	margin: 10px 0 10px 0;
}
.time-heading:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: 4px;
}

td {
    background-color: var(--color-grey-4);
    border: 3px solid var(--color-grey-3);
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

td.highlight {
    background-color: var(--color);
    color: var(--color-text);
    font-weight: bold;
}
td.highlight .icon {
    margin-right: 10px;
}

tr td:first-child {
    width: 60px !important;
}

td:not(.highlight) a {
    color: var(--color);
}

/* Stats table */
table.vertical-headers-table th.rotate {
	padding: 5px 0 4px 0;
}
table.stats-table.vertical-headers-table thead th.rotate {
    padding: 5px 3px 4px 0;
}
table.stats-table thead th:not(.top-level-th) {
	background-color: var(--color-grey-3);
}
/* Fake borders - scrollable fixed column tables can't have left / right borders */
table.stats-table th:not(:last-child):after, 
table.stats-table td:not(:last-child):after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--color-grey-3);
}

table tr[data-match-href]:hover td {
	color: var(--color);
    background: var(--color-grey-6);
}

/** Live standings indicator **/
.live-indicator {
    color: var(--liveResultColor);
    font-weight: bold;
    text-transform: uppercase;
}

.live-indicator::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--liveResultColor);
    border-radius: 50%;
    margin-right: 6px;
    /* Animation */
    animation: pulse 1.5s infinite ease-in-out;
}
/* Pulse animation keyframes */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* SIDEBAR MENU */
aside {
	position: fixed;
    width: 100px;
    top:0;
    bottom:0;
    background-color: var(--color-sidebar-menu);
    box-shadow: 3px 0 7px 0 rgba(0,0,0,0.15);
    font-size: 12px;
    font-weight: bold;
    color: var(--color-sidebar-menu-text);
    text-transform: uppercase;
    z-index: 50;
}

aside nav {
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}
aside nav.hide-lr-logo {
	height: 100%;
}

aside ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 2.5em;
    width: 100%;
}

aside li {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    padding: 16px 0;
}

aside li.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: rgba(255,255,255,0.7);
}

body.color-sidebar-menu-text-dark aside li.active:after {
	background-color: rgba(0,0,0,0.7);
}

aside li:hover {
    background-color: rgba(0,0,0,0.15);
}

aside li img {
    margin-bottom: 8px;
}

aside a,
aside img {
    display: block;
}

aside #lr-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

aside button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
}

aside #sidebar-overflow-menu > ul {
    display: none;
}


/* MAIN CONTENT AREA */
main {
    width:  calc(100% - 100px);
	margin-left: 100px;
	background-color: var(--color-grey-2);
}

body.no-match-centre-menu main {
    width: 100%;
    margin-left: 0;
}


/* HEADER */
header {
    z-index: 25;
}

header .header-bkgrd{
	width: 100%;
	background-color: var(--color);
	border-bottom: 3px solid var(--color-grey-transparent);
	min-height: 171px;
}

header .header-bkgrd.with-header-image{
	border-bottom: none;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	min-height: 0;
    
    /* Maintains aspect ratio of image */
    height: 0;
	overflow: hidden;
	padding-top: calc(190 / 1220 * 100%);
}

header .header-bkgrd.with-header-logo{
	 min-height: 0;
}

header .header-bkgrd.with-header-logo,
header .header-bkgrd.with-header-text{
	/* removes aspect ratio css as not needed */
	height: auto;
	overflow: visible;
	padding-top: 0;
}

header .header-bkgrd.with-header-text:not(.with-header-logo){
	min-height: 171px;
}

header .header-bkgrd > div{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 20px;
	width: 100%;
}

header .header-bkgrd .header-logo{
	padding: 8px;
	background-color: white;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    width: 15.949%; /* this makes the parent div 171px in desktop */
	flex: 0 0 auto;
}

header .header-bkgrd .header-logo.no-border{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}

header .header-bkgrd .header-logo img{
	width: 100%;
	height: auto;
	display: block;
}

header .header-bkgrd .header-text{
	padding-left: 20px;
	color: var(--color-text);
}

header .header-bkgrd .header-text h1{
	color: var(--color-text);
}

/* Header text colour - overlay setting - only used if header uploaded or pre-made selected */
header .header-bkgrd.with-header-image .header-text.header-text-light,
header .header-bkgrd.with-header-image .header-text.header-text-light h1 {
	color: #ffffff;
	text-shadow: 1px 1px 0px #212121;
}
header .header-bkgrd.with-header-image .header-text.header-text-primary,
header .header-bkgrd.with-header-image .header-text.header-text-primary h1{
	color: var(--color);
	text-shadow: 1px 1px 0px #212121;
}
header .header-bkgrd.with-header-image .header-text.header-text-dark,
header .header-bkgrd.with-header-image .header-text.header-text-dark h1 {
	color: #212121;
	text-shadow: 1px 1px 0px #ffffff;
}

header nav {
    width: 100%;
    color: var(--color-text);
    background-color: var(--color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

header nav > ul > li {
	margin-bottom: 0;
	flex: 0 1 auto;
}

header nav > ul > li > a {
    padding: 10px 10px;
    display: block;
    white-space: nowrap;
}

header nav > ul > li > a:hover {
    background-color: var(--color-grey-3);
    color: var(--color-white);
}

header li.dropdown > a:after {
	content: url(../images/icons-white/icon-dropdown.svg);
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 8px;
    position: relative;
    top: -3px;
}

body.color-text-dark header li.dropdown > a:after {
	content: url(../images/icon-dropdown.svg);
}
body.color-text-dark header li.dropdown > a:hover:after {
	content: url(../images/icons-white/icon-dropdown.svg);
}

header li.dropdown li.dropdown > a:after {
	content: url(../images/icons-white/icon-dropdown.svg);
}

header li.dropdown > ul {
    display: none;
    background-color: var(--color-grey-2);
    width: 220px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

header nav > ul > li.dropdown > ul {
    left: 0;
    top: 30px;
    color: var(--color);
}

header li.dropdown.open > ul {
    display: block;
    padding: 8px;
}

header li.dropdown > ul li {
    margin-top: 6px;
    margin-bottom: 6px;
}

header li.dropdown > ul a {
    display: block;
    padding: 1px 5px;
    border-radius: 4px;
}

header li.dropdown > ul a:hover {
    background-color: var(--color-grey-3);
    color: var(--color-white);
}

header li.dropdown li.dropdown > a {
	padding: 1px 19px 1px 5px;
}

header li.dropdown li.dropdown > a:after {
	position: absolute;
	top: calc(50% - 4px);
    right: 16px;
	transform: rotate(-90deg);
	margin-left: 0;
}

button.js--mobile-nav {
    display: block;
    width: 21px;
    height: 50px;
    margin: 5px;
    
}
button.js--mobile-nav img {
    width: 100%;
    
}


/* FOOTER */
footer {
	color: var(--color-text);
}

footer h3 {
	color: var(--color-text);
    margin-bottom: 30px;
}

footer li {
    margin-bottom: 14px;
}

footer .footer-grid {
	width: 100%;
}
footer .footer-grid.with-lr-advert {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: var(--grid-gap, 30px);
}

footer .footer-grid .footer-menu-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: var(--grid-gap, 30px);
}
footer .footer-grid.with-lr-advert .footer-menu-grid{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

footer .footer-grid.with-lr-advert .lr-advert {
	color: white;
	padding: 15px;
	border-radius: 4px;
	overflow: hidden;
}
footer .footer-grid.with-lr-advert .lr-advert:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
}

footer .footer-grid.with-lr-advert .lr-advert h4 {
	color: white;
	text-transform: none;
	margin: 10px 0;
	padding: 0;
}
footer .footer-grid.with-lr-advert .lr-advert h4:before {
	display: none;
}


/* ABOUT THE LEAGUE */
#about-the-league:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    opacity: 0.1;
}

#about-the-league .about-league-content{
	padding-right: 24px;
}
#about-the-league .about-league-content a:not(.button) {
    color: var(--color);
	text-decoration: underline;
}
#about-the-league .about-league-content ol {
    margin-bottom: 20px;
}
#about-the-league .about-league-content ol li {
	list-style: decimal inside;
	margin-bottom: 10px;
}
#about-the-league .about-league-content ul {
	margin-bottom: 20px;
}
#about-the-league .about-league-content ul li {
	list-style: disc inside;
	margin-bottom: 10px;
}

#about-the-league .about-league-image{
	width: 50%;
}
#about-the-league .about-league-image img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}


/* LEAGUE STANDINGS CAROUSEL */
#league-standings .table-truncated-note {
	background: var(--color-grey-3);
	background: -moz-linear-gradient(0deg, rgba(35,35,35,1) 0%, rgba(43,43,43,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(35,35,35,1) 0%, rgba(43,43,43,1) 50%);
	background: linear-gradient(0deg, rgba(35,35,35,1) 0%, rgba(43,43,43,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232323",endColorstr="#2b2b2b",GradientType=1);
	border-top: 2px dashed var(--color-grey-6);
}

.league-standings-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.league-standings-carousel .owl-nav button.owl-next, 
.league-standings-carousel .owl-nav button.owl-prev {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 30px;
	position: absolute;
	background-color: var(--color-grey-6);
	border: 1px solid var(--color-grey-3);
}
.league-standings-carousel .owl-nav button.owl-next {
	right: -20px;
}
.league-standings-carousel .owl-nav button.owl-prev {
	left: -20px;
	margin-right: 10px;
}

.league-standings-carousel .owl-dots {
    padding-top: 8px;
    text-align: center;
}

.league-standings-carousel .owl-dots span {
    display: none;
}

.league-standings-carousel button.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888888;
    margin: 0 2px;
}

.league-standings-carousel .owl-dot.active {
    background-color: var(--color);
}


/* MATCH HUB */
.match-hub-carousel-container {
	background: var(--color-grey-3);
	border: 3px solid var(--color-grey-4);
}
.match-hub-carousel .item {
	background: var(--dark);
	border-left: 2px solid var(--color-grey-4);
	border-right: 2px solid var(--color-grey-4);
}
.match-hub-carousel #matchHubActive {
	color: var(--color-white);
	background: var(--color-grey-6);
	border-color: var(--color-grey-6);
}
.match-hub-carousel #matchHubActive.today {
	color: var(--white);
	background: #2ecc71;
	border-color: #2ecc71;
}

.match-hub-carousel .owl-nav button.owl-next, 
.match-hub-carousel .owl-nav button.owl-prev {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 30px;
	position: absolute;
	color: var(--color-white);
    background-color: var(--color-grey-6);
    border: 1px solid var(--color-grey-5);
}
.match-hub-carousel .owl-nav button.owl-next {
	right: -20px;
	bottom: -20px;
}
.match-hub-carousel .owl-nav button.owl-prev {
	left: -20px;
	bottom: -20px;
	margin-right: 10px;
}

/* Match Hub Recap expand */
.matchhub-recap-text::after {
    background: linear-gradient(to bottom, rgba(255,255,255,0), var(--color-grey-3));
}
.matchhub-recap-toggle {
    background: var(--color-grey-3);
}


/* TOOGLE SWITCH */
.toggle-container > span{
	color: var(--color-mid-grey);
}
.slider {
    background-color: var(--color-grey-5);
}
.slider:before {
	background-color: var(--color-mid-grey);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
}
.switch input[type=checkbox]:checked + input[type=hidden] + .slider {
	background-color: var(--color-white);
}


/* CARDS */

.card{
	background-color: var(--color-grey-3);
	border-radius: 6px;
	overflow: hidden;
}

.card-news,
.card-widget,
.card-widget-placeholder {
    background-color: var(--color-grey-3);
    border-radius: 6px;
    top: 0;
    transition: box-shadow 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.card-news-list,
.card-document-list {
	background-color: var(--color-grey-4);
    border-radius: 6px;
    border: 2px solid var(--color-grey-4);
    top: 0;
    text-decoration: none;
}

.card-contact-list,
.card-committee-list {
	background-color: var(--color-grey-3);
    border-radius: 6px;
}

.card-news-list:hover {
    border: 2px solid var(--color);
}

.card-news:hover {
    top: -5px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease-in;
    transition: top 0.3s ease-in;
}

.card-news .card-image,
.card-news-list .card-image{
    width: 100%;
    padding-bottom: 55%;
    overflow: hidden;
    border-radius: 6px;
}

.card .card-image img {
	width: 100%;
    height: auto;
    display: block;
}
.card-news .card-image img,
.card-news-list .card-image img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
}

.card .card-content,
.card-news .card-content,
.card-news-list .card-content,
.card-widget .card-content,
.card-widget-placeholder .card-content{
    padding: 12px;
}
.widget-facebook .card-content{
	padding: 0;
}

.card-widget {
	min-width: 100%; /* added to fix owl-carousel issues */
    min-height: 350px;
}

.card-widget h3 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--color-grey-5);
    background-color: var(--color-grey-4);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-bottom: 0;
}

.card-widget-placeholder h3 {
    font-size: 18px;
    margin-top: 8px;
    color: var(--color-text);
}

.card-content-scroll {
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
}

.card-content-scroll::-webkit-scrollbar {
    width: 3px;
}

.card-content-scroll::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.15);
}

.card-content-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color);
}


/* MATCH GROUPS */
#match-groups li {
    background-color: var(--color-grey-3);
    border-radius: 4px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
    padding: 8px;
    border: 2px solid transparent;
    transition: color 0.3s ease-in;
    display: flex;
    align-items: center;
}

#match-groups li:hover {
    color: var(--color);
    border: 2px solid var(--color);
    transition: color 0.3s ease-in;
}

#match-groups li a {
    display: flex;
    align-items: center;
}

#match-groups li .icon {
    margin-right: 12px;
}

#match-groups li img {
    margin-right: 12px;
    width: 30px;
    height: 30px;
}


/* WIDGETS */
#widgets:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    opacity: 0.1;
}

/* X / Twitter widget */
.widget-tweet {
   overflow: hidden;
}
.card-widget-placeholder.widget-tweet .button,
.card-widget-placeholder.widget-tweet .button:hover,
.card-widget-placeholder.widget-tweet .button:focus {
	color: #000000;
	background-color: #FFFFFF;
}

.widget-rss {
    font-size: 14px;
    color: black;
	background-color: #FDD130;
}

.widget-weather {
    line-height: 1.1em;
}

.widget-weather .current-temp {
    color: var(--color);
    font-size: 5vh;
    top: 4px;
}

@media screen and (width: 768px) {
    .widget-weather .current-temp {
        font-size: 10vh;
    }
}

.widget-weather .current-temp sup {
    vertical-align: super;
    font-size: 50%;
}

.widget-weather .forecast {
    padding-top: 16px;
}

.widget-weather .forecast:before {
    content: '';
    width: 50%;
    height: 1px;
    background:  var(--color-grey-6);
    position: absolute;
    top: 0;
    left: 25%;
}

.widget-weather .forecast-icon {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-weather .forecast-icon img {
    width: 24px;
    max-height: 24px;
}

/* WIDGET: IMAGE */
.widget-image > a{
	border-radius: inherit;
}

.widget-image .card-image img{
	width: 100%;
	height: auto;
}

/* WIDGET: IMAGE CAROUSEL */
.widget-image-carousel .owl-dots {
    padding-top: 8px;
    text-align: center;
}

.widget-image-carousel .owl-dots span {
    display: none;
}

.widget-image-carousel button.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888888;
    margin: 0 2px;
}

.widget-image-carousel .owl-dot.active {
    background-color: var(--color);
}


/* WIDGET: CONTACT LIST */
.widget-contacts .card-content {
	height: calc(100% - 50px);
}

.widget-contacts .contact{
	border-bottom: 1px solid var(--color-grey-3);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget-contacts .contact p{
	margin-bottom: 4px;
}

.widget-contacts .contact .contact-details{
	 min-width: 0;
	 width: 100%;
}

.widget-contacts .contact .email{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* SEARCH */
#search  .card {
	padding-top: 20px;
}

#search-form > div:first-child {
	width: 100%;
    height: 54px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    margin-bottom: 20px;
}

#search-form > .search-box {
    background-color: var(--color-grey-3);
    border: 3px solid var(--color-grey-6);
    margin-right: 24px;
    margin-left: 24px;
    width: calc(100% - 48px);
}

#search-form > div:first-child .icon.search {
	width: 48px;
	height: 48px;
	margin-right: 8px;
	background-size: 24px;
	flex: 0 0 auto;
}
#search-form > div:first-child input[type='text'] {
	width: 100%;
	height: 48px;
}

.search-results-container {
	padding: 0 24px 24px 24px;
}

.search-results-container .search-result-list{
	margin-bottom: 20px;
}
.search-results-container .search-result-list:last-child{
	margin-bottom: 0;
}

.search-result-list a {
	display: flex;
    align-items: center;
	color: var(--color-white);
	background-color: var(--color-grey-4);
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 6px;
	border: 2px solid transparent;
    transition: color 0.3s ease-in;
	text-decoration: none;
}
.search-result-list a:hover,
.search-result-list a:focus {
	color: var(--color);
    border: 2px solid var(--color);
    transition: color 0.3s ease-in;
}


.image-caption {
	color: var(--color-text);
	background: var(--color);
	padding: 8px;
}
.image-caption p,
.image-caption p a {
    color: var(--color-text);
}
.image-caption p a {
    text-decoration: none;
}


/* LATEST MEDIA */
#latest-media:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    opacity: 0.1;
}
.latest-media-carousel .latest-media-carousel-link{
	display: block;
}
.latest-media-carousel img {
	border-radius: 6px;
}
.latest-media-carousel button.owl-dot {
    border-radius: 50%;
    background-color: var(--color-text);
}
.latest-media-carousel .owl-dot.active {
    background-color: var(--color);
}


/* POPUP CONTAINERS */
.popup-image-container,
.popup-video-container {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
}
.pop-up-card-container {
	background-color: var(--color-grey-3);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
}


/* MESSAGE ME */
#message-me,
#message-me-success {
	background-color: var(--color-grey-1);
}

#message-me .form-row input[type='text'],
#message-me .form-row textarea {
	border: 3px solid var(--color-grey-6);
}


/* CUSTOM PAGE */
#custom-page hr{
	border: 1px solid var(--color-grey-5);
}


/* VENUES */
#venues .venue-details {
	padding-right: 24px;
	padding-left: 24px;
}


/* WEB STATS */
#web-stats-totals .daily-totals-list > div p span {
	color: var(--color);
}


/* CONTACT FORM */
#contact-form .form-rows input[type='text'],
#contact-form .form-rows textarea {
	border: 3px solid var(--color-grey-6);
}


/* MATCH PAGE */

/* SECTION: Match overview */
#match-overview:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    opacity: 0.1;
}

#match-overview .match-teams-and-score .score {
	color: var(--color-text);
	background-color: var(--color);
}

/* SECTION: Line up */
#match-line-up .home-team-lineup .player,
#match-line-up .road-team-lineup .player {
	border-bottom: 3px solid var(--color-grey-4);
}

/* SECTION: Head to Head */
#head-to-head .stat-container .bar{
	background-color: var(--color-grey-6);
}

/* SECTION: Recent matches */
#recent-matches a.match-link:hover,
#recent-matches a.match-link:focus{
	background-color: var(--color-grey-transparent);
}

/* SECTION: Recent form */
#recent-form a.match-link:hover, 
#recent-form a.match-link:focus {
	background-color: var(--color-grey-transparent);
}


/* TEAM FORM */
td .team-form-box a{
	color: white;
}
.team-form-box{
	border-radius: 100%;
	overflow: hidden;
}


/* POSITION CHANGES */


/* STANDINGS PREDICTOR */
#standings-predictor .predictor-score-entry .fixture .score-inputs input[type='text']{
	border: 3px solid var(--color-grey-6);
}


/* PLAYER STATISTICS */
.played-games-percentage .percentage-input > div{
	background-color: var(--color-grey-3);
	border: 3px solid var(--color-grey-6);
}


/* HONOURS AND TIMELINE */
#honours-and-timeline .honours-type-container {
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	margin-bottom: 16px;
}

#honours-and-timeline .honours-list {
	padding: 0 24px 24px 24px;
}
#honours-and-timeline .honours-list > div {
	background-color: var(--color-grey-4);
    border-radius: 6px;
    padding: 12px;
}

#honours-and-timeline .timeline-container {
	padding: 0 24px 24px 24px;
	margin-bottom: 16px;
}

/* PLAYER STATS FOR TEAM CUMULATIVE */
#player-stats-for-team-cumulative,
#player-stats-for-team-noncumulative{
	padding-bottom: 0;
}


/* PHOTOS AND VIDEOS */
.photos-and-videos-grid img{
	border-radius: 6px;
}


/* CALENDAR */
#calendar .calendar-table .today .calendar-day{
	background-color: var(--color-white);
	color:  var(--color-grey-1);
}

/* CALENDAR AGENDA */
#calendar-agenda .agenda-list h2 {
	color: var(--color-mid-grey);
}


/* MESSAGES */
.message{
	padding: 8px;
	border-radius: 6px;
	margin-bottom: 20px;
	border: 1px solid #f1c40f;
	border-left: 6px solid #f1c40f;
	background-color: var(--color-grey-3);
}
.message.error{
	border-color: #e74c3c;
}
.message.info{
	border-color: #3498db;
}
.message.success{
	border-color: #2ecc71;
}


/* SPONSORS */
#sponsors .sponsor {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sponsors img {
    width: 100%;
    height: auto;
}

/* MOBILE ADJUSTMENTS */

@media screen and (max-width: 768px) {

    /* Header */
    
    header{
		-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
		box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    }
    
	/* As we remove the header logo in mobile*/
    header .header-bkgrd,
    header .header-bkgrd.with-header-logo, 
    header .header-bkgrd.with-header-text,
    header .header-bkgrd.with-header-text:not(.with-header-logo){
	   height: 0;
	   min-height: 0;
	   overflow: hidden;
	   padding-top: calc(190 / 1220 * 100%);
	}
	
	header .header-bkgrd > div {
		padding: 5px;
	}
	
	header .header-bkgrd .header-text {
		padding-left: 10px;
	}
	header .header-bkgrd .header-text h1{
		font-size: 16px;
	}
	header .header-bkgrd .header-text p{
		display: none;
	}
	
	header .mobile-nav-header {
		background-color: var(--color);
		padding-right: 10px;
		padding-left: 10px;
	}
	header .mobile-nav-header .mobile-nav-header-text {
		color: var(--color-text);
		min-width: 0;
	}
	header .mobile-nav-header .mobile-nav-header-text p {
		font-weight: var(--bold);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	header .mobile-nav-header .mobile-nav-header-text p a {
		text-decoration: none;
	}
	header .mobile-nav-header #logo {
		height: unset;
		max-height: 50px;
		margin-left: 5px;
    }
    header .mobile-nav-header #logo a {
		display: block;
    }
    header .mobile-nav-header #logo a img {
		width: auto;
    	max-height: 100%;
    	display: block;
    }
    header .mobile-nav-header img {
        height: 50px;
    }
    header .mobile-nav-header button{
    	flex: 0 0 auto;
    }

    /* Main Nav */
    header nav {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        color: var(--color);
        background-color: var(--color-grey-2);
        width: 100%;
        overflow-y: auto;
        transition: left 0.5s ease-out;
        z-index: 30;
    }

    header nav.open {
        left: 0;
        transition: left 0.5s ease-out;
    }

    header nav > ul {
        display: block;
        width: 100%;
        margin-bottom: 60px;
    }

    header nav > ul li {
        width: 100%;
        margin-bottom: 0;
    }

    header nav > ul > li:first-child {
        height: 60px;
        padding: 4px 10px;
    }

    header nav > ul > li > a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid var(--color-grey-transparent);
        border-radius: 0;
    }
    
    header nav > ul > li > a:hover {
    	color: var(--color);
    	background-color: var(--color-grey-4);
    }

    header nav > ul li.dropdown > ul {
        width: calc(100% - 16px);
        position: relative;
        top: 0;
        left: 10px;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
    }

    header li.dropdown.open {
        background: var(--color-grey-4);
    }

    header li.dropdown.open ul {
        padding-top: 0;
        white-space: normal;
    }

    header li.dropdown > ul a {
        padding: 7px 8px;
    }
	
    header li.dropdown > a:after,
    body.color-text-dark header li.dropdown > a:after {
        position: absolute;
        right: 16px;
        top: calc(50% - 10px);
        content: url(../images/icons-white/icon-dropdown.svg);
    }
    
    header li.dropdown li.dropdown > a {
    	padding: 7px 32px 7px 8px;
    }

	header li.dropdown li.dropdown > a:after {
    	top: calc(50% - 10px);
		transform: rotate(0deg);
		margin-left: 0;
    }
    

    /* Footer */
    footer {
        padding-bottom: 60px;
    }
    
    footer .footer-grid.with-lr-advert,
	footer .footer-grid .footer-menu-grid,
	footer .footer-grid.with-lr-advert .footer-menu-grid {
		grid-gap: 10px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
	}

    /* Main content */
    main {
        margin-left: 0;
        width: 100%;
    }

    .container {
        max-width: calc(100% - 20px);
    }

    section {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    #about-the-league .about-league-content{
    	width: 100%;
    	padding-right: 0;
    	margin-bottom: 20px;
    }
    #about-the-league .about-league-content .button{
    	width: 100%;
    	text-align: center;
    }
    #about-the-league .about-league-image{
    	width: 100%;
    }

    /* Fixed Sidebar */
    #lr-logo {
        display: none;
    }

    aside {
        top: unset;
        width: 100%;
        box-shadow: 0 -3px 7px 0 rgba(0,0,0,0.15);
        font-size: 10px;
    }

    aside nav,
    aside nav.hide-lr-logo {
        height: 60px;
    }

    aside nav ul {
        flex-direction: row;
        height: inherit;
        line-height: normal;
    }

    aside li {
        padding: 10px 0 4px 0;
        margin-bottom: 0;
        line-height: normal;
    }

    aside li:hover {
        background-color: transparent;
    }

    aside li.active:after {
        left: 0;
        width: 100%;
        height: 4px;
    }

    aside li img {
        height: 24px;
        margin-bottom: 4px;
    }

    /* Fixed Sidebar - overflow menu */
    aside #sidebar-overflow-menu ul {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        color: var(--color-white);
        background: var(--color-grey-2);
        width: 100%;
        font-size: 16px;
        font-weight: normal;
        text-transform: none;
        transition: right 0.5s ease-out;
    }

    aside #sidebar-overflow-menu ul.open {
        right: 0;
        transition: right 0.5s ease-out;
    }

    aside #sidebar-overflow-menu ul li {
        text-align: left;
        padding: 14px 10px;
        border-bottom: 1px solid var(--color-grey-4)
    }

    aside #sidebar-overflow-menu ul li:first-child {
        background-color: var(--color-grey-3);
    }

    aside #sidebar-overflow-menu ul h3 {
        margin-bottom: 0;
    }

    aside #sidebar-overflow-menu ul img {
        display: inline-block;
        width: 24px;
        height: auto;
        margin-bottom: 0;
        margin-right: 8px;
        vertical-align: text-bottom;
    }
    
    
    /* Other */
    .filters {
        margin-bottom: 20px;
    }
    .filters select {
	   width: calc(100% - 20px);
	}

    select {
        margin-bottom: 0;
        padding-left: 0;
        width: calc(100% - 20px);
        margin: 0 auto;

    }
    .filters select:not(:last-child) {
        border-bottom: 1px solid var(--color-grey-transparent);
    }

    .filters select:not(:first-child) {
        border-left: none;
        margin: 0 auto;
        padding-left: 0;
    }
    
    .filters select:last-child{
    	margin: 0 auto;
    }
    
    .secondary-filters {
		padding: 10px;
	}
	
	.secondary-filters .dropdowns > div {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0; 
		border-bottom: 1px solid var(--color-grey-transparent);
	}
	.secondary-filters .dropdowns > div:not(:first-child){
		padding-left: 0;
		border-left: none;
	}
	
	.secondary-filters .dropdowns label{
		display: block;
	}
	.secondary-filters .dropdowns select{
		margin-bottom: 0;
		margin-right: 0;
		width: 100%;
	}

    .button.large {
        padding: 8px 12px;
    }
    
    
    /* TABLES */
    table {
		font-size: 13px;
	}
	th.short:after {
	    content: none;
	}
	th.long:after {
	    content: none;
	}
	tr td:first-child {
	    width: auto !important;
	}
    td {
	    border: 1px solid var(--color-grey-3);
     	padding: 4px;
	}
	td.highlight:not(.nowrap) {
		white-space: normal;
	}
	
	
	/* LEAGUE STANDINGS CAROUSEL */
	#league-standings .table {
		padding: 0 20px;
	}
	.league-standings-carousel .owl-nav button.owl-next, 
	.league-standings-carousel .owl-nav button.owl-prev {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.league-standings-carousel .owl-nav button.owl-next {
		right: -25px;
	}
	.league-standings-carousel .owl-nav button.owl-prev {
		left: -25px;
	}
	
	
	/* MATCH HUB */
	.match-hub-carousel .owl-nav {
		top: calc(50% - 5px);
	}
	
	.match-hub-carousel .owl-nav button.owl-next, 
	.match-hub-carousel .owl-nav button.owl-prev {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
    .match-hub-carousel .owl-nav button.owl-next {
        right: -10px;
    }
    .match-hub-carousel .owl-nav button.owl-prev {
        left: -10px;
    }
   
    
    /* SEARCH */
    #search-form > .search-box {
	    margin-right: 10px;
	    margin-left: 10px;
	    width: calc(100% - 20px);
	}

}

@media screen and (max-width: 374px) {
    #match-groups li .icon {
        display: none;
    }
}

/* OLDER BROWSER FIXES */
@supports not (display: grid) {

    #match-groups li {
        margin-bottom: 30px;
    }

    @media screen and (max-width: 768px) {
        #match-groups li {
            margin-bottom: 10px;
        }
        .grid-2 > *,
        .grid-4 > *,
        .grid-6 > * {
            margin-bottom: 10px;
        }
    }

}
