/*
$borderColor : #e1e1e1;
.widget_title_wrapper:before{
	opacity: 0.3;
}
.game_vs_message{
	color:#acadad;
}
.pill-button.inactive, .circle-button.inactive{
	background: $borderColor;
}
.upcoming_events_three .entry,.gameswidget[data-layout="two_col_standard"] .latest_game,{
	border-right:1px solid $borderColor;
}
.gameswidget .thumb, .gameswidget .score{
	border:1px solid $borderColor;
}
.bottom_aside{
	border-top:1px solid $borderColor;
}
.newswidget_recent .entry{
	border-bottom:1px solid $borderColor;
}
.subnav_nav{
	border-right:1px solid $borderColor;
}
.social_thumb{
	border-color:$borderColor;
}
.youtube_gallery .entry{
	border-color:$borderColor;
}
[data-layout="tabbed"] .entry{
	border-color:$borderColor;
}
[data-layout="social"][data-width="3"] .meta{
	border-color:$borderColor;
}
[data-layout="multiple_gallery"] .entry{
	border-right-color:$borderColor;
}
.players_list .roster_title{
	border-color:$borderColor;
}
.player_data{
	border-color:$borderColor;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult{
	border-bottom:1px solid $borderColor;
}
.socialwidget[data-layout="social"][data-width="3"]:not(.social-responsive) .bottom_aside a {
    color: #d4d4d4;
}
nav.main_navigation {
	background: #26a4bd;
}
*/
/*
header {
    background-image: url(../images/header-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #252e64 !important;
    .league-header {
        display: none;
    }
    .logo {
        position: relative;
        background-size: contain !important;
        @media (min-width: 601px) {
            left: 50%;
            transform: translateX(-50%);
        }
    }
}
#content .faq dt:not(.open):hover {
    background: #0094b2;
}
.above_nav_sponsors {
    background: #a0a0a0;
    img {
        padding: 2px 0;
    }
    li {
        float: none;
    }
    @media screen and (max-width: 1200px) {
        margin-top: 8px;
        margin-bottom: -10px;
    }
}
*/
header .logo {
  width: auto !important;
  float: none;
  margin: auto;
  position: relative;
  background-size: contain !important;
  max-width: calc(100% - 60px);
  background-position: center; }
  @media (max-width: 400px) {
    header .logo {
      background-position: left center; } }

.marka.marka-icon-bars i, .marka.marka-icon-times i {
  background-color: #ff6a34 !important; }

.layout-middledesktop .nav-trigger .nav-name,
.layout-mobile .nav-trigger .nav-name {
  color: #ff6a34 !important; }

.footer_social li {
  vertical-align: bottom; }

.icon-tiktok {
  width: 20px;
  height: 30px;
  background: url(../images/tiktok.png) no-repeat center center;
  background-size: auto 20px;
  display: block; }
  .icon-tiktok:hover {
    opacity: 0.7; }
