﻿#header {
   background: var(--pres-main-bg-light);
}

.fas.mainItem,
.fa-brands.mainItem,
.fab.mainItem {
   color: #333333;
}

.mts_itemListContainer.mts_ItemListSingle {
   margin-top: 10px;
}

.centeredAd {
   background: var(--pres-main-bg-light);
}

#searchType_chosen {
   display: none;
}

.searchBar input {
   background-image: url(<%=SportsApp.Core.MediaUrl%>images/searchBg.png);
   background-repeat: no-repeat;
   background-size: 16px 16px;
   background-position: right 10px top 50%;
}

@media all and (min-width: 768px) {
   #logo, #logo_image, #logo_imageL,
   .logoA {
      width: 350px;
   }
}