/*
Theme Name: Radio Release
Theme URI: https://www.radiorelease.nl//
Description: Radio Release
Author: Bosma Multimedia
Author URI: http://www.bosmamultimedia.nl
Version: 1.0
*/
html, body {
    height:100%;
    overflow-x:hidden;
    font-family: 'Lato', sans-serif;
    font-size:1em;
    font-weight:300;
    color:#ffffff;
    background:url('img/bg_html2.jpg') no-repeat center top #000000;
    background-size:cover;
        -moz-background-size:cover;
            -webkit-background-size:cover;
                -o-background-size:cover;
}
h1,h2,h3,h4,h5 {
    font-family: 'Lato', sans-serif;
    font-weight:900;
    line-height:1em;
    transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
    color:#ffd402;
}
h1,h2 {
    font-size:2.5em;
}
.fancybox-content {
    padding:40px !important;
}
.button {
    background:#ffd402;
    font-weight:bold;
    font-size:1.2em;
    padding:20px;
    margin:5px 0 0 20px;
    text-transform:uppercase;
    color:#000000;
    transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
}
.button:hover,
.button:focus {
    background:#ffd402;
    opacity:0.8;
    font-weight:bold;
    font-size:1.2em;
    padding:20px;
    margin:5px 0 0 20px;
    text-transform:uppercase;
    color:#000000;
}
a {
    color:#ffd402;
    transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
}
a:hover,
a:focus {
    color:rgba(255,212,2,0.8);
}
p {
    margin-bottom:40px;
}
.programs {
    background-color: #ffd402 !important;
}
table.programm {
    background-color:#ffd402;
}
table.programm thead, 
table.programm tbody, 
table.programm tfoot {
    border:none;
    background-color:#ffd402;
    color:#000000;
}
table.programm tr.dark {
    background-color:#ffd402 !important;
}
table.programm .time {
    font-size:0.6em;
}
table.programm .day {
    font-size:0.6em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:right;
}
table.programm .nonstop {
    font-size:0.6em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    line-height:1em;
    background-color:none !important;
    border-right:1px inset #ffd402 !important;
}
table.programm .herprog {
    font-size:0.7em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    line-height:1em;
    color:#ffffff;
    background-color:rgba(0,0,0,0.6) !important;
    border-right:1px inset #ffd402 !important;
}
table.programm .prog {
    font-size:0.7em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    line-height:1em;
    color:#ffffff;
    background-color:rgba(0,0,0,1) !important;
    border-right:1px inset #ffd402 !important;
}
table.programm .herprog.borderright,
table.programm .prog.borderright {
    border-right:1px solid #ffd402 !important;
}

table.programm tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: rgba(0,0,0,0.1);
}
table.programm tbody th:nth-child(2n),
table.programm tbody td:nth-child(2n) {
  background-color: rgba(0,0,0,0.1);
}
table.programm tbody tr.dark td:nth-child(2n) {
  border-bottom: 0;
  background-color: rgba(0,0,0,0.05);
}


.contentPadding {
    padding:10px 40px 10px 10px;
}
.holderYellow {
    background:rgba(255,212,2,0.2);
    padding:30px 30px 5px 30px;
    margin-bottom:40px;
}
.logoHolder {
    position:relative;
    height:350px;
}
header {
    background:#cc0000;
    width:100%;min-height:50px;
    padding:0;
}
header ul {
    width:100%;min-height:50px;
    font-size:1em;
    padding:0;margin:0 0 0 15px;
    overflow:hidden;
}
header ul li {
    width:100%;
    color:#ffffff;
    padding:12px 0 0 0;margin:0;
}
#radio {
    position:absolute;
    left:625px;top:-40px;
    width:350px;height:380px;
    display:block;
    background:url('img/bg_radio.png') no-repeat;
    z-index:10;
}
#confetti {
    position:absolute;
    left:-355px;top:-100px;
    width:1212px;height:964px;
    display:block;
    background:url('img/bg_confetti.png') no-repeat;
    opacity:0.4;
    z-index:15;
}
#extra {
    position:absolute;
    left:875px;top:120px;
    display:block;
    background:#cc0000;
    color:#ffffff;
    padding:30px 0 0 0;
    text-align:center;
    font-weight:900;
    width:180px;height:180px;
    border-radius:50% 50%;
    font-size:1em;
    transform: rotate(15deg);
    z-index:20;
}
#extra h2 {
    font-size:2.2em;
    line-height:0.9em;
    margin:0;
    color:#ffffff;
}
#extra h3 {
    font-size:1.4em;
    line-height:1em;
    margin:0;
    color:#ffffff;
}
#extra a {
    color:#ffffff;
}
#socials {
    position:absolute;
    top:25px;right:20px;
    font-size:3em;
    transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
    z-index:100;
}
#socials ul {
    list-style:none;
    padding:0;margin:0;
}
#socials ul li {
    float:left;
    margin-left:20px;
}
#logoQoute {
    position:absolute;
    top:70px;left:-16px;
    padding:10px 40px 90px 40px;margin:0;
    font-size:3em;
    font-weight:900;
    line-height:1em;
    background:linear-gradient(#ffd402,rgba(0,0,0,0));
    color:#000000;
    transform: rotate(-90deg);
    z-index:60;
    transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
}
#logo {
    position:absolute;
    top:42px;left:100px;
    padding:0;margin:0;
    z-index:40;
    transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
}
#logo a {
    display:block;
    width:500px;height:207px;
    background-image:url('img/logo_radiorelease.png');
    background-size:cover;
        -moz-background-size:cover;
            -webkit-background-size:cover;
                -o-background-size:cover;
    transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
    text-indent:-9999em;
}
#back2vroeger {
    position:absolute;
    top:250px;left:100px;
    z-index:70;
}
#back2vroeger h2 {
    font-size:3.7em;
}
.red {
    color:#cc0000;
}
.leftColumn h2 {
    font-size:1.6em;
    margin-bottom:30px;
}
#players {
    width:100%;height:60px;
    padding:0;margin:20px 0 60px 0;
}
#players ul {
    list-style:none;
    display:block;
    width:300px;height:60px;
    padding:0;margin:0;
    clear: both;
    overflow:hidden;
}
#players ul li {
    float:left;
    margin-left:12px;
}
#players ul li:first-child {
    margin-left:0;
}
#players ul li a {
    display:block;
    text-indent:-9999em;
    padding:0;margin:0;
    width:60px;height:60px;
    background-size:cover;
        -moz-background-size:cover;
            -webkit-background-size:cover;
                -o-background-size:cover;
}
#players ul li a:hover {
    opacity:0.7;
}
#players ul li a.winamp {
    background-image:url('img/icon_winamp.svg');
}
#players ul li a.vlc {
    background-image:url('img/icon_vlc.svg');
}
#players ul li a.windows {
    background-image:url('img/icon_windows.svg');
}

#players ul li a.itunes {
    background-image:url('img/icon_itunes.svg');
}
#nowplaying  {
    width:100%;height:100px;
    margin-bottom:40px;
    display:block;
    position:relative;
}
#album {
    position:absolute;
    top:0;left:0;
}
#artisttitle {
    position:absolute;
    top:5px;left:120px;
}
#artist {
    color:#ffd402;
    font-weight:900;
    font-size:1.4em;
    line-height:1em;
    margin-bottom:5px;
}
ul.accordion {
    background:#000000;
    border:none;
}
.accordion-title {
    position: relative;
    display: block;
    padding:20px;
    border:none;
    font-size:1.3em;
    font-weight:bold;
    line-height: 1;
    color:#000000;
       background:rgba(255,212,2,1);
}
.accordion-title:hover {
    background:rgba(255,212,2,0.7);
    color:#000000;
    border:none;
}
.vjs-big-play-button {
    top: 60px !important;
    left: 115px !important;
}
.accordion-title:focus {
    background:rgba(255,212,2,1);
    color:#000000;
    border:none;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom:none;
    border-radius:0;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid rgba(255,212,2,1);
}
.accordion-content {
    background:#000000;
    color:#ffffff;
    border:solid 1px rgba(255,212,2,1);
}
.accordion-content table {
    border:none;
}
.accordion-content table {
    border:none;
}
.accordion-content table thead,
.accordion-content table tbody,
.accordion-content table tfoot,
.accordion-content table td,
.accordion-content table tr {
    border:none !important;
    background:none !important;
    padding:5px;
}
.accordion-content table tr:nth-child(even) {
    background:rgba(255,212,2,0.2) !important;
}

/*
ul.accordion li.accordion-item {
    background:#ffd402;
    border:solid 1px #000000;
}
 */
/*     border:solid 1px #ffd402; */

@media (min-width: 768px) and (max-width: 991px)
{
/*
    #radio,
    #extra {
        display:none;
    }
 */
 #radio {
    position:absolute;
    left:355px;top:-40px;
    width:350px;height:380px;
    display:block;
    background:url('img/bg_radio.png') no-repeat;
    z-index:10;
}
#confetti {
    position:absolute;
    left:-625px;top:-100px;
    width:1212px;height:964px;
    display:block;
    background:url('img/bg_confetti.png') no-repeat;
    opacity:0.4;
    z-index:15;
}
#extra {
    position:absolute;
    left:605px;top:40px;
    display:block;
    background:#cc0000;
    color:#ffffff;
    padding:30px 0 0 0;
    text-align:center;
    font-weight:900;
    width:180px;height:180px;
    border-radius:50% 50%;
    font-size:1em;
    transform: rotate(15deg);
    z-index:20;
}

    h1,h2,
    .leftColumn h2 {
        font-size:1.8em;
        margin-bottom:20px;
    }
    #logoQoute {
        position:absolute;
        top:30px;left:20px;
        padding:10px 20px 90px 20px;margin:0;
        font-size:2em;
        font-weight:900;
        line-height:1em;
        background:linear-gradient(#ffd402,rgba(0,0,0,0));
        color:#000000;
        transform: rotate(0deg);
    }
    #logo {
        top:85px;left:40px;
    }
    #logo a {
        display:block;
        width:300px;height:124px;
    }
    #back2vroeger {
        position:absolute;
        top:215px;left:40px;
        z-index:70;
    }
    #back2vroeger h2 {
        font-size:2.2em;
    }
    #socials {
        position:absolute;
        top:255px;left:20px;
    }
    header {
        padding-bottom:20px;
    }
}

@media (max-width: 767px)
{   
    .programs,
    #radio,
    #extra {
        display:none;
    }
    h1,h2,
    .leftColumn h2 {
        font-size:1.8em;
        margin-bottom:20px;
    }
    #logoQoute {
        position:absolute;
        top:30px;left:20px;
        padding:10px 20px 90px 20px;margin:0;
        font-size:2em;
        font-weight:900;
        line-height:1em;
        background:linear-gradient(#ffd402,rgba(0,0,0,0));
        color:#000000;
        transform: rotate(0deg);
    }
    #logo {
        top:85px;left:40px;
    }
    #logo a {
        display:block;
        width:300px;height:124px;
    }
    #back2vroeger {
        position:absolute;
        top:215px;left:40px;
        z-index:70;
    }
    #back2vroeger h2 {
        font-size:2.2em;
    }
    #socials {
        position:absolute;
        top:255px;left:20px;
    }
    header {
        padding-bottom:20px;
    }
    .contentPadding {
        padding:10px 10px 10px 10px;
    }
}