/*
 Theme Name:   Sportsline Child
 Theme URI:    http://demo.themeum.com/sportsline/
 Description:  Sportsline Child Theme
 Author:       Themeum
 Author URI:   http://themeum.com/
 Template:     sportsline
 Version:      2.3
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  themeum
*/
@import url("../sportsline/style.css");
/* Breakpoints */
body {
  background-color: #000 !important; }
  body input[type="submit"] {
    background-color: #7E0000; }

.row-short-padding {
  margin-left: -4px;
  margin-right: -4px; }
  .row-short-padding > div {
    padding-left: 4px;
    padding-right: 4px; }

/* header */
.navbar-main {
  background-color: #808000;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .navbar-main .navbar-toggle {
      margin-top: 0;
      margin-bottom: 0;
      color: #FFF; }
    .navbar-main .navbar-nav > li a {
      color: #FFF; }
    .navbar-main .navbar-nav {
      margin-top: 0; }
    .navbar-main .navbar-nav li ul {
      display: none !important; } }

.social-share {
  text-align: right;
  margin-top: 15px; }

body ul.sub-menu {
  top: 36px; }

body .navbar-main .navbar-nav > li > a {
  line-height: 36px;
  height: 36px; }

body .navbar-main .navbar-nav > li.current-menu-item > a,
body .navbar-main .navbar-nav > li > a:hover {
  background-color: #7E0000; }

body .navbar-main #searchform {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0; }

body .navbar-main #searchform input[type="text"] {
  background-color: #dedecb;
  color: #777;
  height: 36px; }

body .navbar-main #searchform i {
  top: 11px; }

/* footer */
body #bottom {
  margin-top: 0px;
  padding: 15px 0;
  background: transparent; }
  body #bottom .custom_ad {
    text-align: center;
    overflow: hidden; }
body #footer1 {
  text-align: center;
  padding: 15px; }
  body #footer1 .copyright {
    display: block;
    line-height: 22px;
    font-size: 12px; }

/* main */
body #main-body-wrapper {
  background-color: #FFF;
  padding-top: 10px; }
  body #main-body-wrapper .hentry {
    padding-bottom: 5px; }
  body #main-body-wrapper .flexslider {
    margin-bottom: 15px; }

ul.breadcrumb {
  margin-bottom: 10px; }

.news-block {
  margin-bottom: 5px; }

.gallery-content {
  margin: 10px 0;
  margin-right: -5px; }
  .gallery-content a {
    display: inline-block;
    margin: 0 5px 5px 0;
    width: 115px; }
    .gallery-content a:hover img {
      opacity: 0.8; }

.main-slideshow {
  overflow: hidden;
  padding: 5px 0; }
  .main-slideshow .main-gallery {
    float: left;
    width: 78.5%;
    margin-bottom: 0;
    overflow: hidden; }
    .main-slideshow .main-gallery a {
      display: block; }
    .main-slideshow .main-gallery .slide {
      display: none; }
    .main-slideshow .main-gallery .slide:first-child {
      display: block; }
    .main-slideshow .main-gallery.slick-initialized .slide {
      display: block; }
  .main-slideshow .thumbs {
    float: left;
    width: 21%; }
    .main-slideshow .thumbs a {
      display: block; }
      .main-slideshow .thumbs a img {
        width: 100%;
        height: auto; }
  .main-slideshow .slick-prev {
    left: 25px;
    z-index: 2; }
  .main-slideshow .slick-next {
    right: 25px; }
  @media (max-width: 767px) {
    .main-slideshow .main-gallery {
      float: none;
      width: auto; }
    .main-slideshow .thumbs {
      display: none; } }

/* home */
.main-gallery img {
  width: 100%;
  height: auto; }

.custom-home-menu {
  margin-top: 1px; }
  .custom-home-menu .home-submenu-item {
    display: block;
    text-align: center;
    color: #222;
    padding: 10px 0 5px 0; }
    .custom-home-menu .home-submenu-item:hover {
      color: #7E0000; }
    .custom-home-menu .home-submenu-item .title {
      font-size: 21px;
      font-weight: bold; }
    .custom-home-menu .home-submenu-item .subtitle {
      font-size: 14px; }

@media (min-width: 768px) {
  .home-cols-main {
    width: 70.7%; }

  .home-cols-sidebar {
    width: 29.3%; }

  .home-cols-news {
    width: 59%; }

  .home-cols-game {
    width: 41%; } }
.featured-news-content h3 {
  margin: 0;
  margin-bottom: 3px;
  margin-top: -4px; }
  .featured-news-content h3 a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    color: #222; }
.featured-news-content p {
  line-height: 1.3; }
  .featured-news-content p img {
    display: block;
    margin: 0 0 5px 0px;
    width: 100%;
    height: auto; }
.featured-news-content .news-link {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-bottom: 2px; }
  .featured-news-content .news-link a {
    color: #000; }

.home-game-week {
  text-align: center;
  font-size: 13px;
  line-height: 1.3; }
  .home-game-week img {
    width: 100%;
    height: auto; }
  .home-game-week .teams {
    text-align: center;
    margin-bottom: 2px;
    margin-top: 5px; }
    .home-game-week .teams .team {
      width: 120px;
      display: inline-block;
      vertical-align: middle; }
      .home-game-week .teams .team img {
        display: block; }
    .home-game-week .teams .vs {
      font-size: 17px;
      font-weight: bold;
      display: inline-block;
      vertical-align: middle; }
  .home-game-week .game-info {
    letter-spacing: 1px; }
  .home-game-week .game-date {
    margin-bottom: 1px; }
  .home-game-week .stadium-link {
    display: block;
    color: #333;
    font-weight: bold; }
    .home-game-week .stadium-link:hover {
      opacity: 0.9; }

.home-did-you-know {
  background-color: #808000;
  color: #FFF;
  margin-top: 0px;
  padding: 3px 5px;
  overflow: hidden; }
  .home-did-you-know .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .home-did-you-know .content {
    font-size: 14px;
    line-height: 1.3; }
  @media (min-width: 600px) {
    .home-did-you-know .title {
      width: 150px;
      float: left; }
    .home-did-you-know .content {
      margin-left: 150px; } }

.home-features {
  font-size: 13px; }
  .home-features h2 {
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
    margin: 10px 0 0;
    color: #808000;
    text-transform: uppercase; }
    .home-features h2 a {
      color: #808000;
      font-weight: bold;
      font-size: 19px; }
  .home-features p {
    line-height: 1.3;
    margin-bottom: 4px; }
    .home-features p img {
      float: right;
      margin: 0 0 5px 5px;
      max-width: 60%; }
  .home-features .home-feature-big {
    line-height: 1.3; }
    .home-features .home-feature-big a {
      color: inherit; }
    .home-features .home-feature-big .inline-title {
      display: inline-block;
      line-height: 12px;
      margin: 0;
      margin-top: 1px; }
  .home-features .home-feature-small {
    margin-bottom: 5px; }
    .home-features .home-feature-small h2 {
      margin-top: 0; }

.widget-home-merchandise .merch-col:nth-child(odd) {
  clear: none; }

.sidebar-ads img {
  display: block;
  margin: 10px auto; }

.stadium-league-container {
  padding: 20px 15px 20px 15px;
  min-height: 180px; }
  .stadium-league-container h1 {
    text-align: center; }
  @media (max-width: 991px) {
    .stadium-league-container .league-col:nth-child(odd) {
      clear: left; } }

.location-title {
  text-align: center;
  padding-top: 5px;
  border-bottom: 1px solid #888; }

.stadium-list {
  padding-top: 10px;
  padding-bottom: 20px; }
  .stadium-list > div:nth-child(4n + 1) {
    clear: left; }
  .stadium-list .stadium-item {
    display: block;
    color: #333;
    text-align: center;
    padding-bottom: 25px; }
    .stadium-list .stadium-item .title {
      font-weight: bold;
      font-size: 14px; }
    .stadium-list .stadium-item .img-container {
      background-color: #DDD;
      max-width: 300px;
      height: 200px;
      margin: auto;
      background-position: center;
      background-size: cover; }
      .stadium-list .stadium-item .img-container img {
        display: none; }
    .stadium-list .stadium-item .city {
      margin-top: 5px; }
    .stadium-list .stadium-item:hover .title {
      text-decoration: underline; }
    .stadium-list .stadium-item:hover .img-container {
      opacity: 0.9; }

/* STADIUM CONTENT */
.stadium-header .stadium-title {
  margin: 0;
  margin-top: 10px;
  padding: 10px 10px;
  background-color: #808000;
  font-size: 36px;
  color: #FFF; }
.stadium-header .entry-thumbnail img {
  width: 100% !important;
  max-width: 100%;
  height: auto !important; }
.stadium-header .city {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #FFF;
  background-color: #7E0000;
  font-size: 14px;
  text-transform: uppercase; }

/* STADIUM SIDEBAR */
body .widget h2.widgettitle, body .news-block h2.title, body .main-block h2.title {
  border-top: 0px;
  background: #7E0000;
  color: #FFF;
  padding: 10px;
  display: block;
  margin-bottom: 6px;
  margin-top: 0;
  text-align: center;
  clear: both; }
body .news-block h2.title-big {
  font-size: 18px;
  padding: 4px; }

.sidebar {
  padding-top: 33px; }
  .sidebar .widget {
    margin-bottom: 10px;
    border-top: 0; }

.widget iframe, .widget .pwVenueWidget {
  max-width: 100% !important; }

.widget.widget-stadium-map table td {
  border: none;
  text-align: left;
  padding: 0;
  padding-right: 5px;
  padding-top: 5px; }

.stadium-sidebar-content a {
  color: #7E0000; }
.stadium-sidebar-content .btn-online-tickets {
  background-color: #7E0000;
  color: #FFF;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4; }
  .stadium-sidebar-content .btn-online-tickets:hover {
    background-color: #808000; }

.facts-col {
  font-size: 13px;
  padding-bottom: 5px; }
  .facts-col p {
    line-height: 1.5; }
  .facts-col a {
    color: #444; }

.merch-col:nth-child(odd) {
  clear: left; }
.merch-col .merch-item a {
  display: block;
  text-align: center; }
.merch-col .merch-item p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.2; }
.merch-col .merch-item span.red, .merch-col .merch-item a.red {
  font-size: 13px;
  color: #c9192a; }

.site-content-directions h1 {
  text-align: center;
  font-size: 30px; }
.site-content-directions .direction-address {
  margin-bottom: 5px; }
.site-content-directions .directions-content {
  margin: 20px 0; }
.site-content-directions .directions-map iframe {
  width: 100% !important; }
.site-content-directions .directions-parking {
  overflow: hidden; }
  .site-content-directions .directions-parking .pwVenueWidget {
    width: 100% !important; }

.directions-list-container h1 {
  font-size: 28px;
  text-transform: uppercase; }
.directions-list-container .league-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase; }
.directions-list-container h2 {
  text-align: center; }
.directions-list-container .location-title {
  font-size: 18px;
  text-transform: uppercase; }
.directions-list-container .stadium-list .stadium-item {
  padding-bottom: 8px; }

td.tn_results_date_text span {
  font-size: 10px !important; }

td.tn_results_event_info > span {
  font-size: 11px !important; }

#tn_results_container a.tickets_btn, .tn_results_container a.tickets_btn {
  font-size: 11px !important; }
