/* MISC CUSTOM ADDITIONS */

img.channelicon {
width:200px;
max-width:25%;
float:right;
border-radius:15px;
margin: 0 0 10px 20px;
}

img.channellogo {
width: auto ;
max-width: 110px;
margin-bottom:5px;
}

img.pageicon {
float:right;
max-width:40%;
margin-left:15px;
margin-bottom:15px;
}

p.fixturedate {
font-weight: bold;
color: #107410;
text-align: center;
margin-bottom: 15px;
}

h2.fixturedate {
font-weight: bold;
font-size:20px;
margin: 10px 0;
text-align: center;
border-bottom:none;
}

.nofixtures {
padding: 20px;
}

.nofixtures p {
text-align:center;
}

.nofixtures a {
font-weight: 800;
text-transform:uppercase;
text-align:center;
}

.schedulecol-heading h2 {
font-weight: bold;
font-size:18px;
margin:10px;
text-align: center;
border-bottom:none;
}


/* END MISC CUSTOM ADDITIONS */

  /* RESPONSIVE SCHEDULE TABLE CODE */

.schedulecontainer {
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
margin-bottom:40px;
width:100%;
}

.scheduleheader, .scheduleheadersingleday {
  border: 1px solid #d0d0d0;
  background-color: #f1f1f1;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  padding: 8px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-sizing: border-box;
  position: relative;
  width:100%;
}

.schedulerow {
    border: 1px solid #d0d0d0;
    display: block;
    margin-bottom:10px;
    width:100%;
}
.schedulerow::after, .scheduleheader::after, .scheduleheadersingleday::after {
  content: "";
  clear: both;
  display: table;
}

.schedulecol-channel, .schedulecol-heading, .schedulecol-date, .schedulecol-time, .schedulecol-timebig, .schedulecol-sport, .schedulecol-fixture, .schedulecol-channel {
  float: left;
  text-align: center;
  /* Initially Size Table Columns For mobile: */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items:center;
}


.schedulecol-channel img {margin: auto;padding: 4px 0px;}

  /* Transformations For desktop: */
@media only screen and (min-width: 768px) {
.schedulecol-heading {width: 100%;}
.schedulecol-date {width: 15%; font-size:14px;}
.schedulecol-time {width: 15%; font-size:14px;}
.schedulecol-timebig {width: 25%; font-weight:bold;}
.schedulecol-sport {width: 15%;}
.schedulecol-fixture {width: 50%;}
.schedulecol-channel {width: 20%;}
.fixturetext {font-weight:600;color:#b51f34;}

.schedulerow {border-top:none;margin-bottom:0px;  padding: 8px;}


}

  /* Transformations For Mobile Only: */
@media only screen and (max-width: 767px) {
.schedulerow {padding: 0 10px;}
.schedulecol-time, .schedulecol-timebig {font-weight:bold;}
.schedulecol-fixture {font-size:22px;font-weight:600;color:#b51f34;margin:10px 0 20px 0;}
.schedulecol-channel {margin-bottom:15px;}
.tabtop {width: 50%;}
.tabbottom {width: 20%;}
.scheduleheader {display: none;}
.schedulecol-heading h2 {font-size:14px;}
}



  /* END RESPONSIVE SCHEDULE TABLE CODE */


/* TAB CODE */
.tab {
    overflow: hidden;
    border: none;
    background-color: rgba(0,0,0,0.9);
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    color: #ffffff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #e99a00;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #e99a00;
}

.tab button.active:hover {
    color: rgba(0,0,0,0.9);
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 12px 0px;
    border-top: none;
margin-bottom:30px;
}

  /* END TAB CODE */

.pt-cv-thumbnail {
border-radius: 15px;
margin-top:10px!important;
border:2px solid #fff;
box-shadow: 0px 6px 5px #aaa;
}

.pt-cv-title {
text-align: center;
}

img.roundshadow {
margin-bottom:15px;
border-radius: 15px;
box-shadow: 0px 6px 5px #aaa;
}

.calloutbox {
width:95%; 
padding:15px 20px 5px 20px;
border:1px solid;
border-radius:10px;
margin-bottom: 40px;
}

.infobox {
width:90%; 
padding:15px 20px 5px 20px;
border:1px solid;
border-radius:10px;
margin: auto;
margin-bottom: 30px;
}

.infobox > h2 {
border-bottom: none;
}

  /* CTA BUTTON CODE */

.btnone {
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #007abd;
    box-shadow: 0 3px 0 #136598;
    background-image: none;
    padding: .75rem 1rem ;
    max-width: 80%;
}

.btnone:hover {
    color: #fff;
    background-color: #136598;
}

  /* END CTA BUTTON CODE */

  /* EXPERIMENTAL: CHANNEL CSS BUTTON CODE */

.channelbutton {
border-radius: 10px;
border: 1px solid rgb(118, 118, 118);
font-size:14px;
line-height:16px;
padding:5px 10px;
margin:auto;
margin-bottom:5px;
margin-top:5px;
}
.defaultbutton {
background-color: #000;
color: #fff;
}

.betthreesixfivebutton {
background-color: rgb(20, 128, 94);
color: #fff;
}

.premiersportsbutton {
background-color: #F7EF1C;
color: #000;
}
.skysportsbutton {
background-color: #da2335;
color: #fff;
}
  /* END EXPERIMENTAL: CHANNEL CSS BUTTON CODE */
