/*----- DEV -----*/
.mainfixtures {
    padding-top: 40px;
    position: relative;
    margin-top: 0;
}
.pagination {
    position: absolute;
    top: 0;
}
/* Dropdown Button */
.dropbtn {
  background-color: #F1F1F1;
  color: #000;
  padding: 16px;
  font-size: 16px;
  border-radius: 8px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.mainfixtures ul.pagination {
    font-size: 18px;
    font-weight: 500;
    clear: both;
    margin : 0 0 20px 0;
}
ul.pagination li {
    margin-left: 0;
}
ul.pagination li a {
    text-decoration: none !important;
}
ul.pagination, .game {
    font-family: "Montserrat", sans-serif;
}
.date-game {
    text-transform: uppercase;
    font-size: 14px;
}
/*.game-info {
    padding-left: 15%;
    padding-right: 15%;
}*/
.team--home, .team--away {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.team-home-wrap {
    justify-content: flex-end;
}
.team-away-wrap {
    justify-content: flex-start;
}
.team-home-wrap, .team-away-wrap {
    letter-spacing: -0.5px;
    font-weight: 500;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
}
.team-home-wrap img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.team-home-wrap img, .team-away-wrap img {
    max-width: 55px !important;
    padding: 10px;
}
.team-home-wrap .name-team { 
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.score--away, .score--home {
    font-size: 20px;
    font-weight: 700;
}
.team--home .score--home {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.logo--away, .logo--home {
    margin-bottom: 0;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/


.mobile-display {
    display: none;
}
/* CUSTOM BOOTSTRAP COLUMNS */
@media (max-width: 991px) { 
    .team-home-wrap, .team-away-wrap {
        -ms-flex-direction: column;
        flex-direction: column;  
    }
    .team-home-wrap img, .team-away-wrap img {
        max-width: 55px !important;
        padding: 10px;
    }
    .name-team {
        text-align: center;
    }
    .team-home-wrap .name-team { 
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .team-home-wrap img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .desktop-display {
        display: none !important;
    }
    .mobile-display {
        display: inherit;
    }
    .logo--home img, .logo--away img {
        max-width: 25px !important;
    }
}

@media (min-width: 768px) {
    .col-md-5-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.833335%;
        flex: 0 0 45.833335%;
        max-width: 45.833335%;
    }
}
.col-md-5-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
