/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
body {
    color: #4d4d4d;
}
body .header-logo__img {
    max-width: 176px;
    width: 176px;
}
body .breadcrumb a,
body .breadcrumb h1{
  font-size: 10px;
  color: #9a9da2;
  text-decoration: none;
  display: inline;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
}
body .breadcrumb span{
  display: inline;
font-size: 10px;
top: -1px;
position: relative;
padding-left: 5px;
padding-right: 5px;
color: #9a9da2;
}
body .breadcrumb a:hover{
  text-decoration: none;
}

body .game-result__team-logo img,
body .match-preview__team-logo img{
  max-height: 100px;
}
body .next-matches .match-preview__team-logo img {
    max-height: 45px;
}
body .next-matches .match-preview--alt .match-preview__content .match-preview__team-name {
    font-size: 13px;
}
body .next-matches{
  margin-bottom: 15px;
}

body .next-matches .widget__content.card__content.col-md-6{
  background: #fff;
  border-left: 1px solid #e4e7ed;
}

body .player .posts__excerpt ol{
  padding-left: 15px;
  font-size: 15px;
}
body .player .posts__excerpt ol li{
  margin-bottom: 15px;
}
body .player .posts__excerpt small{
  font-size: 11px;
  padding: 0px;
  line-height: 12px !important;
}

body .match-preview__date {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #9a9da2;
}

body .next-matches .widget--sidebar .widget__content{
  background: #fff;
}

/* markets */
body .match-preview .markets{
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #e4e7ed;
}
body .match-preview .markets .posts__title {
    background-color: #f5f7f9;
}
body .match-preview .markets .posts__title {
    margin-bottom: 1em;
    background-color: #f5f7f9;
    padding: 13px 10px;
    border-bottom: 1px solid #e4e7ed;
}
body .match-preview .markets .posts__title a{
  color: #31404b;
}

body .match-preview .markets .card__content{
  padding: 0px;
}

body .markets .posts__title{
  margin-bottom: 1em;
}
body .markets .posts__title a{
  color: #9a9da2;
}
body .markets .posts__cat.odds {
  width: 31%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
}
body .markets .posts__cat.odds .odd_name{
  color: #9a9da2;
  font-size: 0.9em;
}
body .markets .posts__cat.odds .quota{
  background-color: #f5f7f9;
  font-size: 1.2em;
}
body .markets .posts__cat.odds .quota:hover {
    background-color: #0b8d68;
    color: #fff;
}
body .markets .posts__cat.odds a{
  color: #0b8d68;
}

body .btn-success {
    background-color: #31404B;
}
body .btn-success:hover {
    color: #fff;
    background-color: #1892ED;
    border-color: transparent;
}
body .main-nav__list > li.current-menu-item > a {
    color: #fff;
    background-color: #38a9ff;
}

body .page-heading {
    background-color: transparent;
    background-image: none;
    padding: 0px;
}
body .page-heading::before {
    background-image: none !important;
    background-color: transparent !important;
}
body .col-md-offset-1 {
    margin-left: inherit;
}
body .page-heading__title {
    font-size: 36px;
    color: #31404b;
    text-align: left;
    padding-top: 0px;
    margin-bottom: -35px;
}

body .site-content {
    padding: 0px;
}

body .bt-aff{
  text-align: center;
  margin-bottom: 20px;
}

body.widget-extra,
body.widget{
  background: #fff;
}

body.widget-extra .widget--sidebar,
body.widget .widget--sidebar {
    border: none;
}
body.widget-extra .card__header,
body.widget .card__header {
    border: 1px solid #e4e7ed;
}

body .more-info{
  margin-top: 10px;
}

body .btn-outline.btn-info {
    border-color: #38a9ff;
    color: #9a9da2;
    border-width: 2px;
}

body .btn-outline.btn-info:hover {
    background-color: #38a9ff;
    border-color: #38a9ff;
    color: #fff;
}

body .widget-results__list .widget-results__team {
    width: 35%;
}

body .widget-results__list .widget-results__result {
    width: 30%;
}

body .widget-results__list li.widget-results__item:hover {
    background: #f5f7f9;
}

body .competition_name.widget-results__title{
  border: none !important;
  padding-bottom: 0px !important;
  color: #31404b !important;
  font-size: 11px !important;
}
body .widget-results__list .widget-results__content {
    padding-top: 5px !important;
}

body .widget-results__list .widget-results__title {
    font-size: 11px;
}

body section.match-preview__body {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

body section.match-preview__body:hover {
    background: #f5f7f9;
}

body section.match-preview__body.bt-aff:hover{
  background: transparent !important;
}

body thead .team-standings__total-points{
  background: #38a9ff;
  color: #fff;
  border-bottom: 1px solid #888;
}

body tbody .team-standings__total-points{
  background: #9a9da2;
  color: #fff !important;
  font-weight: 400;
  font-size: 11px !important;
  border-bottom: 1px solid #aaa;
}

@media only screen and (max-width: 991px){
  body .header-mobile__logo-img {
      width: 176px;
      height: auto;
      margin-top: 21px;
  }
  body .home.widget-game-result__score-result--winner::before{
    left: -5vw;
  }
  body .away.widget-game-result__score-result--winner::before{
    left: 5vw;
  }
}

@media (min-width: 768px){
  body .match-preview__conj {
      font-size: 50px;
  }
  body .news .posts__item--card .posts__title {
    min-height: 75px;
  }
}

@media (max-width: 768px){
  body .match-preview__conj {
    width: 100%;
    font-size: 33px;
  }
  body .match-preview__content {
    display: flex;
    padding-bottom: 5px;
  }
  body .match-preview__team {
    float: inherit;
    width: 35%;
    text-align: center;
  }
  body .match-preview__team-logo {
    float: inherit;
    width: 100%;
  }
  body .match-preview__team-name {
    font-size: 13px;
    line-height: 1.2em;
  }
  body .match-preview__vs {
    margin: 0 0 16px 0;
    float: inherit;
    width: 30%;
    text-align: center;
  }
  body .match-preview__match-info {
    margin-top: 5px;
  }
  body .match-preview .markets {
    width: 100%;
  }
}

@media (max-width: 768px){
  body .match-preview__conj {
    padding-top: 35px;
    font-size: 21px;
  }
}
