/*
 * Soccer Engine - WordPress Plugin
 * @version 4.4.7
 * @author Shazzad Hossain Khan
 * @url http://w4dev.com/plugins/soccer-engine
 **/

/* Bar */
#wpse_bar_wrap{ position:fixed; background-color:#444; border-top:1px solid #333; width:100%; bottom:0; left:0; color:#FFF; z-index:99998; opacity:0;}
@media screen and ( max-width: 319px ) {#wpse_bar_wrap{ display:none; }}
#wpse_bar_wrap a:active,
#wpse_bar_wrap a:focus,
#wpse_bar_wrap a:hover{ outline:none; }
#wpse_bar_wrap.bar_state_close{ bottom:-73px;}
#wpse_bar{ position:relative; padding-top:5px;}
#wpse_bar .competition_menu{ position:absolute; bottom:100%; left:80px; z-index:3; border-radius:0; padding:0; margin:0 0 1px 0;}
#wpse_bar .competition_menu .wpse_dropdown_wrap{ background:none; }
#wpse_bar .competition_menu .wpse_dropdown_wrap,
#wpse_bar .competition_menu .wpse_dropdown_menu_wrap{ padding:0; position:relative; }
#wpse_bar .competition_menu .wpse_dropdown_menu{ position:static; top:auto; bottom:0px; min-width:200px; margin:0; }
#wpse_bar .competition_menu .wpse_dropdown_menu li a:hover{
	background-color:#666;
}
#wpse_bar .wpse_dropdown_menu_indicator + .competition_menu{left:65px;}
#wpse_bar .competition_menu a.wpse_active{ display:block; }
#wpse_bar .wpse_dropdown_wrap.open .wpse_dropdown_menu_selected{ display:none; }
#wpse_bar .wpse_dropdown_menu_selected::after {
    content: "\f077";
    font-family: "soccer-engine";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-transform: none;
    top: 10px;
}
.bar_state_open #wpse_bar .wpse_dropdown_menu_selected::after{ content: "\f078";}
#wpse_bar.toggle_active .competition_menu a,
#wpse_bar.toggle_active .competition_menu a,
#wpse_bar.ld .competition_menu a.ld { display:block; }
#wpse_bar .competition_menu a,
#wpse_bar .competition_menu a.wpse_active, 
#wpse_bar .competition_menu a.wpse_active:focus, 
#wpse_bar .competition_menu a.wpse_active:active{ background-color:transparent; border:none; margin-bottom:0; }

#wpse_bar .wpse_gamebox_btn,
#wpse_bar .wpse_dropdown_menu_indicator,
#wpse_bar .competition_menu a,
#wpse_bar .competition_menu .wpse_dropdown_menu_selected{
    background-color: #bf4700;
    border-color: #991d05;
    color: #ffffff;
    font-weight: 700;
    text-transform: inherit;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}
#wpse_bar .competition_menu .wpse_dropdown_menu{
	padding:2px 0;
    background-color: #bf4700;
}
#wpse_bar .wpse_dropdown_menu_selected,
#wpse_bar .wpse_dropdown_menu_indicator,
#wpse_bar .wpse_dropdown_menu{ border:1px solid #991d05; border-bottom:none; border-radius: 3px 3px 0 0; }
#wpse_bar .wpse_dropdown_menu_indicator{ left:-35px; right:auto; top:auto; bottom:0px; padding:5px; width:33px; height:33px; box-sizing:border-box; }
#wpse_bar_modal{ position:absolute; left:135px; top:auto; bottom:100%; line-height:20px; min-height:143px; overflow:hidden; background-color:#363636; width:500px; display:none; margin-bottom:1px; margin-left:0px; opacity:1; z-index:2999; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;}
#wpse_bar_modal .modal_inner{ position:relative; overflow:hidden;}
#wpse_bar_modal a{ color:#fff;}

#wpse_bar_modal.ld{ background-image:url(images/AjaxLoader.gif); background-repeat:no-repeat; background-position:center;}
#wpse_bar_modal .match_meta{display:block; clear:both; text-align:center; background-color:#111111; padding:5px; margin-bottom:10px; border-bottom:1px solid #000; cursor:pointer;}
#wpse_bar_modal .match_meta::after {
    content: "\f00d";
    font-family: "soccer-engine";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-transform: none;
    top: 6px;
}
#wpse_bar_modal .team{ position:relative; float:left; width:50%; margin-bottom:20px; }
#wpse_bar_modal .team_name{ padding-bottom:5px; font-size:20px; font-weight:bold; line-height:20px; display:block;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
#wpse_bar_modal .team_scorers,
#wpse_bar_modal .team_scorer{ display: block;}
#wpse_bar_modal .team_wrap{ text-align:center; display:block;}
#wpse_bar_modal .team1 .team_wrap{ padding-right:70px; padding-left:10px;}
#wpse_bar_modal .team2 .team_wrap{ padding-left:70px; padding-right:10px;}
#wpse_bar_modal .score{ position:absolute; left:50%; margin-left:-70px; text-align:center; width:140px; z-index:99;}
#wpse_bar_modal .team .event_time{width:30px;}
#wpse_bar_modal .team .event_time,
#wpse_bar_modal .team1 .event_icon{ float:left;}
#wpse_bar_modal .team .stat_value{width:50px;}
#wpse_bar_modal .team1 .team_events{ text-align:right;}
#wpse_bar_modal .team2 .team_events{ text-align:left;}


#wpse_bar_modal .team1 .event_time,
#wpse_bar_modal .team1 .event_icon{float:right;}
#wpse_bar_modal .match_motm{ margin-top:5px; line-height:18px; font-size:14px; background:url(images/motm.png) no-repeat 0 2px; height:18px; padding-left:20px; display:inline; text-align:center; text-transform:capitalize;}
#wpse_bar_modal .team_events{ margin:5px 10px; display:block;}
#wpse_bar_modal .team_event{ position:relative; clear:both; line-height:inherit; text-align:left;}
#wpse_bar_modal .team1 .team_event{ text-align:right;}
#wpse_bar_modal .team2 .team_event{ text-align:left;}
#wpse_bar_modal .team_event,
#wpse_bar_modal .team_stat{ font-size:14px; line-height:18px; display:block;}

#wpse_bar_modal .team span.team_logo{ display:block; margin-bottom:5px;}
#wpse_bar_modal .team img.team_logo{ display: inline-block; height:60px; width:auto;}
#wpse_bar_modal .match_score,
#wpse_bar_modal .match_vs,
#wpse_bar_modal .match_score .team_score{ line-height:60px; font-size:50px; font-weight:bold; margin-bottom:5px; }
#wpse_bar_modal .match_score .team_pscore{ display:none;}
#wpse_bar_modal .team_scorers,
#wpse_bar_modal .match_vs,
#wpse_bar_modal .team_scorer,
#wpse_bar_modal .match_score,
#wpse_bar_modal .match_status,
#wpse_bar_modal .game_status{ display:block;}
#wpse_bar_modal .match_status,
#wpse_bar_modal .game_status,
#wpse_bar_modal .match_motm{ font-weight:bold; margin-bottom:5px;}
#wpse_bar_modal .game_status{ text-transform:uppercase; font-size:20px; line-height:20px;}
#wpse_bar_modal .team .team_event{ font-size:14px; line-height:18px;}
#wpse_bar_modal .team .event_time,
#wpse_bar_modal .team .event_icon{ position: absolute; top:0px;}

#wpse_bar_modal .team1 .team_event{ padding-right:50px;}
#wpse_bar_modal .team1 .event_time{ right:0px;}
#wpse_bar_modal .team1 .event_icon{ right:30px;}
#wpse_bar_modal .team1 .event_time:after{ content:'"';}

#wpse_bar_modal .team2 .team_event{ padding-left:50px;}
#wpse_bar_modal .team2 .event_time{ left:0px;}
#wpse_bar_modal .team2 .event_icon{ left:30px;}
#wpse_bar_modal .team2 .event_time:before{ content:'"';}

#wpse_bar_modal .event_player{ display:block; margin-bottom:2px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}


.wpse_bar_more{ vertical-align: top; }
.wpse_bar_more a,
.wpse_no_match{ height:62px !important; line-height:62px !important; padding:0 20px !important; text-align:center; display:block; background:#1d1d1d; color:#888888;}
.wpse_bar_more a.ld{ background-image:url(images/AjaxLoader.gif); background-repeat: no-repeat; background-position: center; text-indent:-9999px; overflow:hidden;}
@media screen and ( max-width: 680px ) {
	#wpse_bar_modal{ left:auto; right:0;}
	#wpse_bar_modal{ left:0; right:0; width: 100%; padding-left:0; padding-right:0;}

	#wpse_bar_status_menu{ float:none; width:auto; height:auto;}
	#wpse_bar_status_menu a{ display:inline-block; padding:4px 7px; margin:0 1px 5px;}
	#wpse_bar_matches_wrap{ margin-left:35px;}
	#wpse_bar_status_menu{ margin-left:40px;}
}
@media screen and ( max-width: 522px ) {
	#wpse_bar_modal{ width:100%;}
}
@media screen and ( max-width: 660px ) {
	#wpse_bar_modal{ left:auto; right:0;}
}


#wpse_bar_btn{
	padding-right:30px;
}
#wpse_bar_btn::after {
    content: "\f077";
	font-family: 'soccer-engine';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bar_state_open #wpse_bar_btn::after {
    content: "\f078";
}

.bar_location_top #wpse_bar_modal{ margin:0 0 10px 0;}
#wpse_bar_wrap.bar_location_top{ bottom:auto;top:0; border-top: none; border-bottom:1px solid #333;  }
#wpse_bar_wrap.bar_state_close.bar_location_top{ top:-73px; bottom:auto; }
.bar_location_top #wpse_bar{ padding-bottom:1px;}
.bar_location_top .competition_menu{ top:100%;}
.bar_location_top #wpse_bar_modal{ top:100%; bottom: auto;}
.bar_location_top #wpse_bar .wpse_dropdown_menu_selected, 
.bar_location_top #wpse_bar .wpse_dropdown_menu_indicator, 
.bar_location_top #wpse_bar .wpse_dropdown_menu{border-top:0px; border-bottom-width:1px; border-radius:0 0 3px 3px;}
.bar_location_top #wpse_bar .wpse_dropdown_menu_indicator{top:0;bottom:auto;}
.bar_location_top #wpse_bar .wpse_dropdown_menu_selected::after{ content: "\f078";}
.bar_state_open.bar_location_top #wpse_bar .wpse_dropdown_menu_selected::after{ content: "\f077";}