/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.5
*/
pre, blockquote, form, figure, p, dl, ul, ol {
	margin-bottom: 10px;
}

#loading {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 9999;
	display: none;
}

#loading.show {
	display: block;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#loading::after {
	content: "";
	display: block;
	position: absolute;
	left: 48%;
	top: 40%;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-color: black;
	border-top-color: transparent;
	border-width: 4px;
	border-radius: 50%;
	-webkit-animation: spin 0.8s linear infinite;
	animation: spin 0.8s linear infinite;
}

.fixture-item {
	cursor: pointer;
}

.fixture-item td:first-child {
	padding-left: 5px;
	text-align: center;
}

.action-wrapper {
	text-align: center;
}

.fixture-item label {
	display: block;
	text-align: center;
	cursor: pointer;
}

tr.fixture-item.done {
	background: #def1b0 !important;
}

tr.fixture-item.error {
	background: #ffd0d0;
}

tr.fixture-item.selected {
	background: #d0d0d0;
}

#table-upadte-fixture input[type=checkbox] {
	margin: 0;
}

#table-upadte-fixture tr th:first-child {
	text-align: center;
}

#table-upadte-fixture th {
	text-transform: none;
	border: 1px solid #ddd;
	border-right: 0;
	border-top: 0;
	line-height: 1.5;
}

#table-upadte-fixture th,
#table-upadte-fixture td {
	text-align: center;
}

#table-upadte-fixture {
	font-size: 14px;
	border: 1px solid #ddd;
}

.mm-slideout {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	z-index: auto;
}

#main-slider .item {
	position: relative;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.form-control {
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: none !important;
	margin-bottom: 15px;
}

.form-control:focus {
	border: 1px solid #34495e;
}

.select2.select2-container {
	width: 100% !important;
}

.select2.select2-container .select2-selection {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 34px;
	margin-bottom: 15px;
	outline: none !important;
	transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
	color: #333;
	line-height: 32px;
	padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
	background: #f8f8f8;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	height: 32px;
	width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
	background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
	border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
	height: auto;
	min-height: 34px;
	padding: 5px 10px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
	margin-top: 0;
	height: 22px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	padding: 0 4px;
	line-height: 29px;
	margin: 0;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 4px 4px 0 0;
	padding: 0 6px 0 22px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	margin: 0;
	text-align: center;
	color: #e74c3c;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	min-height: 22px;
}

.select2-container .select2-dropdown {
	background: transparent;
	border: none;
	margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
	padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
	outline: none !important;
	border: 1px solid #34495e !important;
	border-bottom: none !important;
	padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
	padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
	background: #fff;
	border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
	background-color: #3498db;
}

.remove-fixture {
	color: #34495e;
}

.top-banner ul {
	padding: 0;
	display: flex;
	list-style: none;
	margin: 0 -5px;
	flex-wrap: wrap;
}

.top-banner ul li {
	flex: 0 0 50%;
	padding: 5px;
	margin-bottom: 0;
}

.top-banner ul li.hide-desktop {
	display: none;
}

.top-banner ul li a {
	display: block;
}

.top-banner ul li img {
	width: 100%;
}

.d-flex {
	display: flex !important;
}

.home .content-wrapper {
	padding-bottom: 50px;
}

.list-match {
	padding-top: 30px;
}

.list-match .heading-post h3 {
	line-height: 18px;
	padding-left: 9px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #09406f;
	border-left: 4px solid #09406f;
	margin-top: 20px;
	margin-bottom: 20px;
}

.list-match .list-match-items.match-feature .mach-item {
	background: #01579b;
	color: #ffffff;
}

.list-match .list-match-items.match-feature .mach-item .button-wrap .button {
	background: transparent;
	border: 1px solid #fff;
}

.list-match .list-match-items.match-feature .mach-item:hover {
	background: #01579b;
	color: #ffffff;
}

.list-match .list-match-items.match-feature .mach-item:hover .button-wrap .button {
	background: #ffc229;
	border: 1px solid #ffc229;
}

.list-match .list-match-items.match-feature .mach-item .match-heading {
	background: #0c4271;
	color: #fff;
}

.list-match .list-match-items.match-feature .mach-item .match-heading .time-play .score {
	color: #dce40f;
}

.list-match .list-match-items .mach-item {
	background: #fff;
	color: #282828;
	width: 49%;
	margin-bottom: 20px;
	margin-right: 1%;
	-webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.42);
	box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.42);
	padding: 0 !important;
	margin-right: 0.5%;
	margin-left: 0.5%;
	flex-basis: 49%;
}

.list-match .list-match-items .mach-item:hover {
	background: #cee3d6;
}

.list-match .list-match-items .mach-item .link-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}

.list-match .list-match-items .mach-item .match-heading {
	background: #ccc;
	color: #282828;
	line-height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	font-size: 14px;
	position: relative;
}

.list-match .list-match-items .mach-item .match-heading .league-name {
	text-align: right;
	flex: 1 0 0;
}

.list-match .list-match-items .mach-item .match-heading .time-play span {
	padding-left: 15px;
}

.list-match .list-match-items .mach-item .match-heading .time-play .score {
	color: #f00;
}

.list-match .list-match-items .mach-item .match-content > div {
	align-items: center;
}

.list-match .list-match-items .mach-item .match-content .team-item-wrapper {
	align-items: center;
	position: relative;
}

.list-match .list-match-items .mach-item .team-item {
	padding: 0;
	font-size: 1.1em;
	height: 80px;
	display: table-row;
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	flex: 0 0 41.66666667%;
	position: relative;
	overflow: hidden;
}

.list-match .list-match-items .mach-item .team-item.team-home {
	text-align: right;
}

.list-match .list-match-items .mach-item .team-item .team-wrap {
	display: flex;
	align-items: center;
	height: 100%;
}

.list-match .list-match-items .mach-item .team-item .team-name {
	padding-left: 10px;
	line-height: 1.2;
	font-size: 15px;
}

.list-match .list-match-items .mach-item .team-item.team-home .team-wrap {
	flex-direction: row-reverse;
}

.list-match .list-match-items .mach-item .team-item.team-home .team-name {
	padding-right: 10px;
	padding-left: 0;
}

.list-match .list-match-items .mach-item .team-item .team-logo {
	width: 45px;
}

.list-match .list-match-items .mach-item .team-vs {
	flex: 0 0 16.66666667%;
	padding: 0 15px;
	text-align: center;
}

.list-match .list-match-items .mach-item .button-wrap .button {
	padding: 5px 12px;
	margin-right: 4px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	border: 0;
	min-height: auto;
	height: auto;
	line-height: inherit;
}

footer.api-footer {
	position: fixed;
	height: 50px;
	line-height: 50px;
	bottom: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 1px -1px 10px 0 rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 1px -1px 10px 0 rgba(0, 0, 0, 0.42);
	box-sizing: 1px -1px 10px 0 rgba(0, 0, 0, 0.42);
}

.main-content-live-page {
	background: #000;
	padding-bottom: 35px;
	padding-top: 35px;
	color: #fff;
}

.main-content-live-page .live-content .heading-match .heading-live {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.main-content-live-page .info-match .vs {
	font-size: 52px;
	font-weight: bold;
	margin: 0;
}

.main-content-live-page .info-match .live-time {
	color: #41a85f;
	font-size: 14px;
}

.main-content-live-page .team-logo {
	max-width: 70px;
	max-height: 70px;
}

#divFLRARight {
	right: 0;
}

#divFLRALeft {
	left: 0;
}

.content-bot-home {
	background: #e5e5e4;
	border-radius: 10px;
	padding: 20px 40px;
	margin-bottom: 30px;
}

.date-match {
	margin-bottom: 20px;
}

.date-match .calendar-today {
	font-size: 14px;
	text-transform: uppercase;
	color: #e10504;
	line-height: 40px;
	font-weight: 700;
}

.date-match .calendar-today ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.date-match .calendar-today ul li {
	display: inline-block;
	background: #2e2e2e;
	border: none;
	line-height: 20px;
	margin-top: 5px;
	font-size: 10px;
}

.date-match .calendar-today ul li.active {
	background: #e10504;
}

.date-match .calendar-today ul li a {
	display: block;
	color: #fff;
	padding: 5px 21.5px;
	text-align: center;
	font-size: 13px;
}

.date-match .calendar-today ul li a span {
	display: block;
}

.date-match .calendar-today ul li a .date {
	color: #007112;
	font-size: 14px;
	text-transform: uppercase;
}

.mach-item-wrapper {
	width: 100%;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-wrapper {
	padding-bottom: 0;
}

.banner-home-wrapper {
	padding: 0 0 20px;
}

.ballon-right, .ballon-left {
	bottom: 0;
	position: fixed;
	z-index: 10000;
	width: 300px;
}

.ballon-right .close-ballon-pc, .ballon-left .close-ballon-pc {
	float: left;
	background: #fff;
	width: 40px;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
	bottom: -16px;
	position: relative;
}

.ballon-right {
	right: 0;
}

.ballon-left {
	left: 0;
}

p.info-league {
	font-size: 20px;
}

.button-wrap a {
	background: #f00;
	color: #fff;
	padding: 10px 15px;
	border-radius: 7px;
}

.button-wrap a:hover {
	background: #b20000;
}

.header-api {
	background: rgba(30, 115, 190, 0.9);
}

.banner-float-mobile {
	position: fixed;
	bottom: 0;
	z-index: 999;
}

.banner-float-mobile .list-banner {
	width: 100%;
}

.banner-float-mobile .close-ballon-mobile {
	float: left;
	background: #fff;
	width: 40px;
	padding: 5px;
	text-align: center;
	border-radius: 34px;
	cursor: pointer;
	bottom: -13px;
	position: relative;
}

.footer-2 {
	display: none;
}

.footer-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999
}

.footer-banner-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
    width: 100%
}

.footer-banner-item {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}

.popup-inner {
    position: relative;
}

.popup-item img {
    max-width: 100%;
}

.popup-close {
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    opacity: 1;
    border: 2px #fff solid;
    position: absolute;
    right: -15px;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
	
	.popup-inner {
        padding: 0 15px;
    }
	
	.popup-close {
		right: 0;
	}

    .footer-banner {
        display: none;
    }

	.list-match .list-match-items .mach-item {
		flex-basis: 100%;
	}

	.list-match .list-match-items .mach-item .button-wrap {
		padding: 10px 0 !important;
		text-align: center;
	}

	.main-content-live-page .info-match .vs {
		font-size: 18px;
	}

	.main-content-live-page .info-match .button-wrap a {
		background: #f00;
		color: #fff;
		padding: 0px 19px;
		border-radius: 7px;
		display: block;
		font-size: 14px;
	}

	p.info-league {
		font-size: 15px;
	}

	.top-banner ul li {
		flex-basis: 100%;
		display: block !important;
		padding: 2px 0;
	}

	.m_desktop {
		display: none;
	}

	.footer-1 {
		display: none;
	}

	.footer-2 {
		display: block;
		text-align: center;
	}
}

/*# sourceMappingURL=style.css.map */
