@font-face {
    font-family: 'muktalight';
    src: url('/wp-content/themes/tenofore/css/fonts/mukta-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/tenofore/css/fonts/mukta-light-webfont.woff') format('woff'),
         url('/wp-content/themes/tenofore/css/fonts/mukta-light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/tenofore/css/fonts/mukta-light-webfont.svg#muktalight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'goldmanregular';
    src: url('/wp-content/themes/tenofore/css/fonts/goldman-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/tenofore/css/fonts/goldman-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/tenofore/css/fonts/goldman-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/tenofore/css/fonts/goldman-regular-webfont.svg#goldmanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#mainInner {
    display: none;
}

.titleInnerPage {
    text-align: center; 
    font-size: 2.5vw; 
    font-family: 'goldmanregular'; 
    padding: 15px 0px;
}

.tagInner {
    font-family: 'goldmanregular'; 
    color: #ffffff; 
    font-size: 2.5vw; 
    background-color: #15141d; 
    padding: 1vw; 
    text-align: center;
}

.meter {
  box-sizing: content-box;
  height: 0px; /* Can be anything */
  position: relative;
  margin: 0px; /* Just for demo spacing */
  background: #15141d;
  border-radius: 0px;
  padding: 0px;
  /*box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);*/
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  /*box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);*/
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.purple > span {
  background-image: linear-gradient(#15141d, #7446a1);
}

body {
    margin: 0px; 
    padding: 0px;
    font-family: 'muktalight', sans-serif;
    color: #15141d;
    line-height: normal;
    font-weight: 300;
}

#logoBox {
    transition: margin-left .5s;
    position: absolute; 
    z-index: 999;
    left: 25px; 
    top: 10px;
}

#logo {
    width: 100px; 
    height: auto; 
    border-radius: 50%;
    cursor: pointer;
}

#headerBlack {
    font-size: 14px; 
    line-height: 26px;
    background-color: #15141d; 
    color: #ffffff;
}

.headerBlackLive365 {
    padding-left: 130px;
}

.headerBlackThisHour {
    text-align: right; 
    padding-right: 30px;
}

.headerTitle {
    font-family: 'goldmanregular';
    color: #ffffff;
}

.buttonWhiteBorder {
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-size: 20px;
    padding: 2px 5px 2px 5px;
    margin: 12px 0px 10px 0px;
    cursor: pointer;
    text-transform: uppercase;
}

.headerPurple {
    background-color: #7446a1; 
    height: 55px;
}

#playerPlay {
    width: 175px; 
    display: inline-block; 
    border: 2px solid #ffffff; 
    border-radius: 10px; 
    font-size: 20px; 
    padding: 2px 5px 0px 5px; 
    margin: 12px 0px 0px 25px;
    cursor: pointer;
}

#playerStop {
    width: 175px; 
    display: none; 
    border: 2px solid #ffffff; 
    border-radius: 10px; 
    font-size: 20px; 
    padding: 2px 5px 0px 5px; 
    margin: 12px 0px 0px 25px;
    cursor: pointer;
}

.bwItem {
    display: inline-block; 
    position: relative; 
    text-align: center; 
    width: 100%;
}

.bwImage {
    width: 100%; 
    max-width: 100%;
    height: auto;
}

.row {
    padding: 0px;
    margin: 0px;
}

.col {
    padding: 0px;
}

.slick-arrow {
    display: none !important;
}

.bwName {
    white-space: nowrap;
    position: absolute;
    bottom: 0px;
    /*left: 5%;*/
    left: 0px;
    font-size: 2.5vw;
    color: #ffffff;
    font-family: 'goldmanregular';
    letter-spacing: 1px;
    text-shadow: 0 5px 20px #000000;
    background-color: rgba(21,20,29,.5);
    width: 100%;
    line-height: 3vw;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
}

.bwNameMyear {
    font-size: 24px;
}

.bwNameM {
    display: none;
}

.bwContainer {
    position: relative; 
    z-index: 1; 
    overflow: hidden; 
    display: block;
    width: 100%;
    text-align: center;
}

.now-playing-container {
	position:relative;
	padding-bottom:100%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.purpleDivider {
    height: 5px; 
    background-color: #7446a1;
}

.columnLeft {
    max-width: 325px;
    padding: 0px;
}

.columnMiddle {
    padding: 20px; 
    font-size: 1.5vw;
}

.columnMiddleTitle {
    font-family: 'goldmanregular'; 
    font-size: 1.8vw;
}

.columnMiddleText {
    padding: 10px 0px;
    line-height: 2vw;
}

.columnMiddleGroup {
    padding: 5px 0px 5px 25px; 
    font-size: 1.4vw;
}

.columnMiddleGroupTitle {
    font-family: 'goldmanregular';
}

.columnMiddleGroupBody {
    font-size: 1.3vw;
}

.explicitWarning {
    color: #ffffff; 
    background-color: #ec1c24; 
    padding-left: 5px; 
    padding-right: 5px; 
    margin-left: 15px; 
    font-size: 12px;
}

.adSpace300x250 {
    width: 300px; 
    height: 250px; 
    background-color: gray; 
    margin: 15px 0px 15px 15px;
}

.ad300x250 {
    width: 300px; 
    height: auto; 
    cursor: pointer !important;
}

.columnRight {
    max-width: 200px; 
    padding: 20px;
}

.adSpace160x600 {
    width: 160px; 
    height: 600px; 
    background-color: gray;
}

.ad160x600 {
    width: 160px; 
    height: 600px;
}

.dividerBoxBlack {
    background-color: #15141d; 
    line-height: normal; 
    color: #ffffff;
}

.dividerBoxPurple {
    background-color: #7446a1; 
    line-height: normal; 
    color: #ffffff;
}

.dividerBoxBlackContent {
    font-family: 'goldmanregular'; 
    font-size: 3vw; 
    text-align: center; 
    padding: 1vw;
}

.row5050white {
    background-color: #ffffff; 
    line-height: normal;
}

.row50white {
    padding: 25px;
}

.row50whiteTitle {
    font-family: 'goldmanregular'; 
    font-size: 1.4vw;
}

.row50whiteBody {
    padding: 10px 0px 0px 0px;
}

.footer {
    background-color: #7446a1; 
    line-height: normal; 
    color: #ffffff; 
    text-align: center; 
    padding: 10px;
}

.footer a {
    color: #ffffff;
}

#nowPlaying {
    font-family: 'goldmanregular';
    padding: 5px 30px;
    float: right; 
    display: inline-block;
}

#nowPlayingM {
    display: none;
}

#currentFormatM {
    display: none;
}

#logoMusic {
    margin-left: 115px; 
    font-size: 38px; 
    float: left; 
    margin-top: 5px; 
    padding: 0px 10px;
}

.desktopOnly {
    display: inline-block;
}

.mobileOnly, .moBreak {
    display: none;
}

.fa-play-circle-o {
    font-size: 18px;
}
    
.fa-stop-circle-o {
    font-size: 18px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Stay on top */
  top: 0;
  left: -20px;
  background-color: #111; /* Black*/
  /*overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
-webkit-box-shadow: 0px 15px 15px 5px rgba(21,20,29,0.75); 
box-shadow: 0px 15px 15px 5px rgba(21,20,29,0.75);
overflow-y:auto;
}

.btnDateTime {
    display: inline-block;
    background-color: #15141d;
    padding: 5px 10px;
    margin: 10px;
    color: #ffffff;
    cursor: pointer;
}

.btnDateTime.active:hover, .btnDateTime:hover {
    background-color: #7446a1;
}

.btnDateTime.active {
    background-color: #7446a1;
}

#sideNavLinks {
    transition: opacity 1s;
      -webkit-transition: opacity .5s;
    opacity: 0;
}

#countdown {
    padding: 5px 10px 5px 20px;
    color: #ffffff;
    transition: 0.3s;
    display: block;
}

/* The navigation menu links */
.sidenav a {
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: -15px;
  right: 5px;
  font-size: 36px;
  /*margin-left: 50px;*/
}

.songDateTime {
    color: #ffffff;
}

.recentSongRow {
    border-top: 1px solid #8a8a8e; 
    padding: 5px 15px;
}

.recentPlayedTitleBar {
    /*border-top: 1px solid #8a8a8e;*/ 
    padding: 1px 15px 0px 15px; 
    background-color: #7446a1; 
    font-weight: bold; 
    color: #ffffff;
}

.recentBlockHeader {
    padding: 5px 30px; 
    background-color: #15141d; 
    color: #ffffff;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  /*transition: margin-left .5s;*/
  /*padding: 20px;*/
}




/* width */
#mySidenav::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#mySidenav::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#mySidenav::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
#mySidenav::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* width */
#minutesScroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#minutesScroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#minutesScroll::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
#minutesScroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#lastSongsAddedDesktop {
        display: block;
    }
    
    #lastSongsAddedMobile {
        display: none;
    }

.timerM {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}

.timerH {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}

#mainContact {
    padding: 50px 10%;
}

#messageLogo {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 50%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media only screen and (max-width: 600px) {
    .headerPurple {
        background-color: #7446a1; 
        height: auto;
    }
    
    #messageLogo {
        width: 100%;
        max-width: 300px;
        border-radius: 50%;
        height: auto;
    }
    
    #mainContact {
        padding: 50px 20px;
    }
    
    #lastSongsAddedDesktop {
        display: none;
    }
    
    #lastSongsAddedMobile {
        display: block;
    }
    
    .titleInnerPage {
        font-size: 1.2em;
    }
    
    .tagInner {
        font-size: 1.2em;
        padding: 10px 0px;
    }
    
    .recentPlayedTitleBar {
        display: none;
    }
    
    .recentSongTitle {
        font-weight: bold;
        font-size: 18px;
    }
    
    .songDateTime {
        background-color: #cbcbcb;
        color: #cbcbcb;
    }
    
    #logoBox {
        position: absolute; 
        z-index: 999;
        left: 0px;
        top: 15px;
    }
    
    #currentFormat {
        display: none;
    }
    
    #currentFormatM {
        display: inline-block;
        background-color: #7446a1;
        line-height: normal;
        text-align: right;
        color: #ffffff;
        padding-right: 10px;
    }
    
    .headerBlackLive365 {
        text-align: right;
        padding-right: 10px;
    }
    
    #logoMusic {
        margin-left: 87px; 
        font-size: 38px; 
        float: left; 
        margin-top: -4px; 
        padding: 0px 10px;
    }
    
    .recentSongRow {
        border-top: 1px solid #8a8a8e; 
        padding: 0px;
    }
    
    .recentBlockHeader {
        padding: 5px 15px; 
        background-color: #15141d; 
        color: #ffffff;
    }
    
    .columnRight {
        display: none;
    }
    
    .desktopOnly {
        display: none;
    }

    .mobileOnly {
        display: inline-block;
    }
    
    .moBreak {
        display: block;
    }
    
    #playerPlay {
        width: auto; 
        display: inline-block; 
        border: none; 
        border-radius: 0px; 
        padding: 0px; 
        margin: 7px 0px 0px 0px;
        cursor: pointer;
        text-align: right;
        position: absolute;
        right: 15px;
    }

    #playerStop {
        width: auto; 
        display: none; 
        border: none; 
        border-radius: 0px; 
        padding: 0px; 
        margin: 7px 0px 0px 0px;
        cursor: pointer;
        text-align: right;
        position: absolute;
        right: 15px;
    }
    
    .fa-play-circle-o {
        font-size: 30px !important;
    }
    
    .fa-stop-circle-o {
        font-size: 30px !important;
    }
    
    .bwName {
        display: none;
    }
    
    .bwNameM {
        display: block;
        white-space: nowrap;
        position: relative;
        bottom: 0px;
        left: 0px;
        font-size: 15px;
        color: #ffffff;
        font-family: 'goldmanregular';
        letter-spacing: normal;
        background-color: #7446a1;
        width: 100%;
        line-height: normal;
        margin: 5px 0px;
    }
    
    .purpleDivider {
        display: none;
    }
    
    .columnLeft {
        max-width: 100%;
    }
    
    .adSpace300x250 {
        display: none;
    }
    
    #last5 {
        width: 100%;
    }
    
    .bwContainer {
        background-color: #7446a1;
    }
    
    #nowPlaying {
        display: none;
    }
    
    #nowPlayingM {
        font-family: 'goldmanregular';
        padding: 5px 10px 5px 10px;
        float: right; 
        display: inline-block;
        position: relative;
        z-index: 9999;
    }
    
    .columnMiddle {
        padding: 20px; 
        font-size: 18px;
    }

    .columnMiddleTitle {
        font-size: 20px;
    }

    .columnMiddleText {
        padding: 10px 0px;
        line-height: 22px;
    }

    .columnMiddleGroup {
        padding: 5px 0px 5px 5px; 
        font-size: 18px;
    }

    .columnMiddleGroupBody {
        font-size: 14px;
        padding-left: 8px;
    }
    
    .explicitWarning {
        padding-left: 5px; 
        padding-right: 5px; 
        margin-left: 7px;
        margin-bottom: 3px;
        font-size: 12px;
        display: block;
        max-width: 158px;
    }

    .curOffset {
        display: block;
    }
    
    .dividerBoxBlackContent {
        font-size: 23px; 
        padding: 10px;
    }
    
    .row50whiteTitle {
        font-size: 22px;
    }
    
    .fixed-position {
        height: 100%;
        position: fixed;
     }
     
     #overlay {
         width: 100%;
         height: 100%;
         background-color: rgba(0,0,0,.5);
         position: absolute;
         display: none;
         top: 0px;
         left: 0px;
         z-index: 99999;
         overflow: hidden;
     }

}