/*
Theme Name: Dagathomor
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.game-schedule-mobile {
    display: none;
}

@media screen and (max-width: 849px){
   .game-schedule-mobile {
    display: block;
} 
    .game-schedule {
    display: none;
}
}

.game-schedule-mobile {
    padding: 20px;
    position: relative
}

.game-schedule-mobile .calendar h2 {
    padding: 10px 10px;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    text-shadow: 1px 1px 10px #000, 1px 1px 10px #333
}

.game-schedule-mobile .panel {
    background: rgba(6,31,47,0.85);
    padding: 0;
    border-radius: 10px;
    overflow: hidden
}

.game-schedule-mobile .panel .panel-tit {
    line-height: 2;
    padding: 0 10px;
    color: #ff9238;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px
}

.game-schedule-mobile .panel .panel-list-tb {
    background: #092b3e;
    color: #7bacca;
    margin: 0
}

.game-schedule-mobile .panel .panel-list-tb li {
    border-bottom: 1px solid #123a52
}

.game-schedule-mobile .panel .panel-list-tb li.today {
    color: #ff9238;
    background: #124058
}

.game-schedule-mobile .panel .panel-list-tb li:nth-last-child(1) {
    border: none
}

.game-schedule-mobile .panel .panel-list-tb .div-tb {
    margin: 5px 0;
    padding: 0 2px
}

.game-schedule-mobile .panel .panel-list-tb .div-tb .daily-list {
    text-transform: uppercase
}

.game-schedule-mobile .panel .panel-list-tb .div-tb .daily-list span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px
}

.game-schedule-mobile .panel .panel-list-tb .div-tb .daily-list span.tit-day {
    font-size: 20px
}

.game-schedule-mobile .td.daily-list.w-10 {
    width: 15% !important
}

.game-schedule-mobile .td a {
    margin: 5px 0;
    padding: 0;
    min-width: 150px
}

.game-schedule-mobile .td a span {
    color: #9ac0d6;
    font-size: 90%;
    line-height: 18px;
    margin: 0 1px
}

.game-schedule-mobile .td a span:nth-child(1) {
    background: #071c29;
    font-weight: 500;
    padding: 2px;
    border-radius: 5px;
    min-width: 65px;
    text-align: center
}
.game-schedule-mobile .panel .panel-list-tb {
    list-style: none;
}

.game-schedule-mobile .panel .panel-list-tb li {
    margin-left: 0;
}

.div-tb {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
    table-layout: fixed;
}

.div-tb .td {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1px 0 1px;
    line-height: normal;
}

.game-schedule-mobile .td a {
    display: inline-block;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}