h1, h2, h3, h4, h5, h6, p, div {
    font-family: Century Gothic, sans-serif;
}

body { /* font color change */
		color:white;
}

#content.site-content {
  text-align: justify;   /*text alignment*/
}

.btn.popup { /*pop up button background color fix */
  	background-color:#383838;
		color:white;
}

#contacts-2 {              /*second email with no space before*/
    margin-bottom: 0;
}

.single .entry-title {   /*font size for show title on each show page*/
    font-size: 30px;
}

.on-air-list {
    font-family: Century Gothic, sans-serif;
}

@media screen and (min-width: 768px) {  /*menu bar sticky on scroll*/
#site-navigation {
    z-index:170;
    position:fixed;
    top:0;
    left:0;
    right:0;
    text-align: center;
}
}

.entry-title a { /* fix colors of playlist titles for dark theme */
	color: #999999;
}

.page-title {
  display: none;  /*hide title from the top of pages*/
}

.single .attachment-argent-single-thumbnail { /*hide featured image from post body*/
  display: none; }

.entry-meta { /*hide author and date from post*/
    display: none;
}
.single .entry-content { /*customize post appearance*/
    width: 100%;
  	font-family: Century Gothic, sans-serif;
  	font-size: 15px;
}

.read-more{ /* fix colors of read-more in posts for dark theme */
	color: white;
}

.entry-content .read-more:hover { /* fix colors of read-more in posts for dark theme */
	color: red;
}

.entry-title {
  padding-top: 40px;    /*leave space between post title and header*/
}

ul.on-air-list {
    list-style-type: none;  /*delete the dot next to every list element*/
}

.single .entry-title {   /* fix shows titles on show page */
	font-family: Century Gothic, sans-serif;	
  font-style: normal;
}

.single p {  /* make shows' texts smaller */
  	font-size: 16px;		
}

.post-thumbnail {
  padding-top: 40px;    /*leave space between post's featured image and header*/
}

.site-main {
  margin: 0 0;    /*no space after header*/
  padding-top: 80px;
}

.site-branding {
  padding: 0 0;   /*no header image on pages (except from home page)*/
}

@media(max-width: 480px) {
  .home .site-branding {
		padding: 3.5em 0;     /*header image size for mobile*/
  }
}

@media screen and (min-width: 768px) {
	.home .site-branding {
		padding: 10.75em 0;   /*header image height*/
    margin-top: 30px;
	}
	.single-jetpack-portfolio .entry-header,
	.page-header,
	.single-jetpack-portfolio .entry-content,
	.page-content,
	.page .entry-meta,
	.single-jetpack-portfolio .entry-meta,
	.comments-area,
	.post-navigation,
	.posts-navigation {
		margin-right: auto;
		margin-left: auto;
		width: 900px;      /*site width*/
	}
}

td, th {
	border-bottom: none;   /*no borders for tables*/
}

#site-navigation {
 font-family: Century Gothic, sans-serif;   /*font family of main menu*/
}


/* ---------------------------------------------------------------------------------------------- 
From now on we edit the program page */

#master-schedule-tab-panels .master-schedule-tabs-panel .master-schedule-tabs-show {      /*NEW*/
    background-color: #1a1a1a;
}

.page-id-40 #master-schedule-tabs .master-schedule-tabs-day {          /*NEW*/
    min-width: 128px;
    margin-left: 0px;
}

.page-id-40 #master-schedule-tab-panels .master-schedule-tabs-panel.active-day-panel {     /*NEW*/
    border: 0px;
}

.page-id-40 #master-schedule-tab-panels .master-schedule-tabs-show .show-info, #master-schedule-tab-panels .master-schedule-tabs-show .show-image, #master-schedule-tab-panels .master-schedule-tabs-show .show-desc{
    vertical-align: middle;
}

.page-id-40 #master-schedule-tabs .master-schedule-tabs-day {         /*NEW*/
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #000000;
}

.master-schedule-tabs-panel-day .active-day-panel{ /*fix color and border for the list of shows*/
			background-color: #1a1a1a;   
  		border-width: 0px; 
}   


li.master-schedule-tabs-show  { /*border bottom for every show*/
  border-bottom : 2px solid #db0202;  
} 

.master-schedule-tabs-panel {  /*change the width of tabed schedule*/
	display: none; 
	float: left; 
	margin: 0; 
	position: relative; 
	text-align: left; 
	width: 770px;                /*table*/
	list-style: none;

}

#master-schedule-tab-panels .master-schedule-tabs-panel.active-day-panel { /*fix white background color bug - September 2020*/
    background-color: #1a1a1a !important;
}

.master-schedule-tabs {
	float: left; 
	display: block; 
	width: 128px;                /*days*/
	margin: 0px; 
	cursor: pointer; 
	text-align: center; 
	background-color: #383838; 
  color: white;
  border-radius: 7px 7px 0 0;
  border: 1px solid #db0202;
 }

@media(min-width: 900px){
.master-schedule-tabs-show {
	width: 900px;
  }}

.master-schedule-tabs.active-day-tab {
  background-color: #1a1a1a;  /*fix color for days tabs*/
  color: white;
}

.master-schedule-tabs-show .show-info, .master-schedule-tabs-show .show-genres, .master-schedule-tabs-show .show-image {
    vertical-align: middle;    /*align show title and shedule at center*/
}

@media(max-width: 480px) {           /*schedule display for mobile screens*/
  .master-schedule-tabs-panel.active-day-panel {
      display: contents;                          /*shows*/
  }
  .master-schedule-tabs-day.active-day-tab {
    background-color: #1a1a1a;
    border-bottom: 1px solid #000000;
    border-bottom-color: transparent;             /*days tabs*/
  }
}

#master-schedule-controls-wrapper {
	display: none;
}

/* ---------------------------------------------------------------------------------------------- 
End of program page edit */

.on-air-dj-title {              /*fix space between title and schedule for now on-air show*/
  margin-right: 5px;
  display: block;        /*show title and schedule in different rows*/
}

.on-air-dj-avatar {
  display: block;              /*show avatar and title-schedule in different rows*/
  margin-bottom: 10px;
}

a:hover {					/* adjust link color on hover for dark theme */
	color:white;
}

.page-id-120 .site-header {          /*remove header and footer from pop-up-player page*/
	display: none;
}   
.page-id-120 .page-header {
	display: none;
}
.page-id-120 .footer-widget-area {
	display: none;
}
.page-id-120 .site-footer {
	display: none;
}
.page-id-120 .hentry {
    margin-bottom: 0;
}

.button-playlist {
  align-items: center;
  background-image: linear-gradient(135deg, #f34079 40%, #fc894d);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Codec cold",sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: .4px;
  line-height: 1;
  max-width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-playlist:active {
  outline: 0;
}

.button-playlist:hover {
  outline: 0;
}

.button-playlist span {
  transition: all 200ms;
}

.button-playlist:hover span {
  transform: scale(.9);
  opacity: .75;
}

@media screen and (max-width: 600px) {
  .button-playlist {
    font-size: 13px;
    height: 50px;
		max-width: 100%;
  }

  .button-playlist span {
    line-height: 50px;
  }
}

@media screen and (min-width: 600px) {
  .button-playlist {
    font-size: 15px;
    height: 50px;
		max-width: 75%;
  }

  .button-playlist span {
    line-height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .button-playlist {
    font-size: 15px;
    height: 50px;
		max-width: 50%;
  }

  .button-playlist span {
    line-height: 50px;
  }
}

@media screen and (min-width: 992px) {
  .button-playlist {
    font-size: 15px;
    height: 50px;
		max-width: 30%;
  }

  .button-playlist span {
    line-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .button-playlist {
    font-size: 15px;
    height: 50px;
		max-width: 40%;
  }

  .button-playlist span {
    line-height: 50px;
  }
}

@media screen and (min-width: 1080px) {
  .button-playlist {
    font-size: 15px;
    height: 50px;
		max-width: 20%;
  }

  .button-playlist span {
    line-height: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .button-playlist {
    font-size: 15px;
    height: 50px;
		max-width: 25%;
  }

  .button-playlist span {
    line-height: 50px;
  }
}

.button-announcement {
	align-items: center;
  appearance: none !important;
  background-color: white !important;
  border: 2px solid #1A1A1A;
  border-radius: 15px !important;
  box-sizing: border-box !important;
  color: #3B3B3B !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: normal !important;
  margin: 0 !important;
  min-height: 60px !important;
  min-width: 0 !important;
  outline: none !important;
  padding: 16px 24px !important;
  text-align: center !important;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1) !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  touch-action: manipulation !important;
  width: 70% !important;
  will-change: transform !important;
}

@media screen and (max-width: 600px) {
  .button-announcement {
    font-size: 13px;
  }
}

.button-announcement:disabled {
  pointer-events: none !important;
}

.button-announcement:hover {
  color: #fff !important;
  background-color: #1A1A1A !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px !important;
  transform: translateY(-2px) !important;
	border: 2px solid white !important;
}

.button-announcement:active {
  box-shadow: none !important;
  transform: translateY(0) !important;
}

.container { 
  height: auto;
  margin: 0;
  position: relative;
	left: 15%;
	margin-bottom: 10px;	
}

@media screen and (max-width: 600px) {
  .musesStyleReset {
			margin-left: 0rem;
  }
}

@media screen and (min-width: 600px) {
  .musesStyleReset {
			margin-left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .musesStyleReset {
			margin-left: 22rem;
  }
}

@media screen and (min-width: 992px) {
  .musesStyleReset {
			margin-left: 22rem;
  }
}

@media screen and (min-width: 1024px) {
  .musesStyleReset {
			margin-left: 22rem;
  }
}

@media screen and (min-width: 1080px) {
  .musesStyleReset {
			margin-left: 22rem;
  }
}

@media screen and (min-width: 1440px) {
  .musesStyleReset {
			margin-left: 22rem;
  }
}

.freeYess-player {
  width: 100% !important;
  max-width: -webkit-fill-available !important;
	border-style: solid;
  border-color: #303030;
	border-width: 3px;
	box-sizing: unset;
}

.freeYess-artwork {
  left: 1px;
}

.freeYess-yesLink {
  display: none;
}

.freeYess-wrapper {
    position: inherit;
}

.freeYess-albumName {
  display: none;
}

.header-bar.header-bar {
    display: none;
}

.message-input.message-input:focus {
    border-color: rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.10);
    box-shadow: none
}

.secondaryWindow {
    display: none !important;
}

#topBar {
  width: 100% !important;
  margin-left: 0 !important;
}

#centerWindow {
  width: 78% !important;
}