html { height: 100%; }

* { margin: 0; padding: 0; }
body {font-family: 'Manrope',helvetica, sans-serif; width:100%;}
.fader {position:fixed;top:0;height:20px;width:100%;z-index:998;}

a {text-decoration:none;}
img {margin: 0; padding: 0; }

.top {position:fixed;left:2%;top:15px;width:96%;height:100px;display:block;z-index:999;border-radius:10px;}
.bottom-border-radius {border-radius:10px 10px 0 0!important;}

h1 {font-size:1.4em; font-weight:600; padding-bottom:.3em;line-height:1.25em;}
h1.events {font-size:1.3em; font-weight:400; margin-left:55px;}
h1.other {font-size:1.3em; font-weight:400; margin-left:0px;}
h2.sublead {font-size:1.1em; font-weight:400; margin-left:0px;}

.shadow {-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.28);-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.28);box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.28);}

.navigation-container{
	display: none;
	width: 100%;
	overflow-y: unset;
	/* Firefox */
	height: unset;
	/* WebKit */
	height: unset;
	/* Opera */
	height: unset;
	/* Standard */
	height: unset;
}
.navigation-container::-webkit-scrollbar, ul.navigation::-webkit-scrollbar {background-color: #fff;width:5px;border-radius:5px;}
.navigation-container::-webkit-scrollbar-thumb, ul.navigation::-webkit-scrollbar-thumb {background-color: #999;width:5px;height:10%;border-radius:5px;}
#navigation {border-radius:0 0 10px 10px;width:100%;}
ul.navigation {list-style-type:none;position:relative;margin:0 auto;border-radius:20px;max-height: 505px;overflow-y:scroll}
ul.navigation li {padding:5px 10px;}
ul.navigation li a, ul.navigation li span {font-size:1.15em;display:block;padding:10px 15px;font-weight:600;cursor:pointer;}
ul.navigation li a:hover, ul.navigation li.active a, ul.navigation li span:hover, ul.navigation li.active span {border-radius:3px;}
ul.navigation li a.active, ul.navigation li span.active {border-radius:3px;}

#main_nav_hidden_elements {display: none;}

.main-nav-more-ul {list-style-type:none;margin:0;padding:0;}
.main-nav-more-ul i {display: none;}
.main-nav-more-ul li {padding:10px;font-size:1.1em;font-weight:bold;border-bottom:1px solid #eee;}
.main-nav-more-ul .sub-menu {list-style-type:none;margin:0;padding:0;padding-top:5px;padding-left:20px;}
.main-nav-more-ul .sub-menu li {padding:5px;font-size:0.8em;border-bottom:none;font-weight:normal;}

.now_playing {display:none;}
.top .logo_holder {line-height:100px;margin-bottom:-5px;}
.top .logo {max-height:70px;padding:15px;max-width:200px;vertical-align:middle;}

.fa {font-size:0.9em; width:1.7em;}
.fax {font-size:2em;}
.fa_play {font-size:5em; width:1.2em;}
.fam {font-size:0.9em; width:1.7em;}

.listen_navigation {display:none;z-index:999;height:auto;width:95%;position:fixed;bottom:100px;left:10px;border-radius:10px;padding-top:9px;padding-bottom:9px;}
.listen_button {position:fixed;bottom:20px;right:20px;width:auto;z-index:999;border-radius:20px;text-align:center;padding:10px 20px;font-weight:600;}
.listen_button a {display:block;}
#listen_now i {-moz-transition: transform 0.5s;-webkit-transition: transform 0.5s;transition: transform 0.5s;}

.flip {transform: rotate(-180deg);}

.flex {display:flex;flex-wrap:wrap;}

.division {position:relative;overflow:hidden;padding:20px 0;width:100%;height:350px;min-width:200px;color:#fff;}
.division h1 {color: white;}

.header {padding:20px 20px 0 20px;}
.header h2 {font-size:1.9em;font-weight:400;letter-spacing:-0.02em;}
.home-header {padding-top:50px;}

.bigimage {display:block;margin:0 auto;width:90%;height:auto;}
.fitimage {height:350px;object-fit:cover;}
.round_news{border-radius:10px;}

.news_cluster {height:80%;border-radius:0 0 10px 10px;width:90%;margin:0 auto;position:absolute;bottom:20px;left:5%;background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 75%);}
.news_cluster_content {padding:20px;width:75%;margin:0 auto;position:absolute;bottom:20px;left:5%;color: white;}

.date_cluster {position:absolute;bottom:30px;width:40px;overflow:hidden;}
.date_cluster .month {border-radius:3px 3px 0 0;background:#c00;font-size:0.7em;text-transform:uppercase;text-align:center;padding:2px;color:#fff;font-weight:600;}
.date_cluster .day {border-radius:0 0 3px 3px;background:#fff;font-size:1.1em;text-align:center;padding:3px;color:#000;font-weight:600;}

.main_body {position:absolute;top:110px;width:100%;}
.hamburger {float:right;padding:34px 5px;display:block;}

p {display:block;margin-top: 1em;margin-bottom: 1em;}
p:first-child {margin-top: 0;}

.cover {position:relative;width:90%;margin:30px auto 10px auto;}
.cover_cluster {height:80%;border-radius:0 0 10px 10px;width:100%;margin:0 auto;position:absolute;bottom:0;left:0;background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 75%);}
.cover_cluster_content {width:94%;margin:0 auto;position:absolute;bottom:10px;left:3%;}	
.cover_cluster_content h1 {font-size:1.5em;font-weight:900;margin-left:0px;padding-top:10px;color:#FFF}

.cover img {display:block;;width:100%;height:auto;max-height:600px;min-height:220px;object-fit:cover;}

.toolbar {display:none;}
.tooltip:hover .tooltiptext {display:block;}
.tooltiptext {display: none;background: #222;color:#fff;padding: 5px 10px;margin-left:-15px;position: absolute;z-index: 99999;width:auto;height:auto;border-radius:3px;}
.toolbar li a:hover .fa_icon{color:#222;}

.subdivision {position:relative;overflow:hidden;padding:20px 0; width:100%;color:#fff;}
.subdivision a {color: white;}
.subdivision img {max-width:700px;}

.subdivision .fitimage {height:auto;object-fit:cover;}

.leaderboard-ad {width:100%;text-align:center;margin:30px auto 0 auto;overflow:hidden;}

.footer {width:95%;margin:60px auto;border-top:1px solid #ccc;padding:30px 0;font-size:0.65em;text-align:right;}
ul.footerlinks { list-style-type:none;margin:auto;padding:0;overflow:hidden;}
ul.footerlinks li {float:left;font-size:1em;padding:10px;}
.copyright {margin-top:30px;}

.return_link {padding-bottom:10px;font-size:1em;font-weight:900;}

.pagination {margin: 20px;}
.page-numbers {padding:5px;border:1px solid grey;border-radius:4px;background-color:#fff;}
.page-numbers:hover {background-color:#e9e9e9;}
.page-numbers.current {background-color:#e9e9e9;}

.search-bar {margin:20px;background:#eee;padding:20px;border-radius:5px;}
.search-bar input {border-radius:5px;border:1px solid #CCB;padding:5px;min-width:225px;font-size:1.1em;}
.search-bar button {padding:6px;min-width:60px;cursor:pointer;border:1px solid #ccc;border-radius:5px;}

/* Contact Form 7 styles */
	/* Input styles */
.wpcf7 input[type=submit] {
    padding:5px 25px; 
    background:blue;
    color:#fff;
    font-size:16px;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
	/* Label Text */
.wpcf7 label {
   padding: 0 0 10px 0;
   font-size: 20px;
}
	/* Text Input Field */
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select {
    font-size:18px;
    height:20px;
    padding:2px;
}
/* End Contact Form 7 styles */

.show_info{padding-top:20px;overflow:hidden;text-align:center;}
.show_info .dj {border-radius:10px;width:80%;margin:0 auto;object-fit:cover;}
.show_info h1 {font-size:2.5em;font-weight:900;margin:0;padding:0;}
.show_info h2 {font-size:1.5em;font-weight:900;margin:0;padding:0;}
.show_info .fa_share {margin:20px 5px 20px 0;font-size:1.5em; padding:5px; background:#eee;border-radius:25px; text-align:center;}
.show_info .fa_share:hover {background:#ccc;}
.show_description {border-bottom:1px solid #ccc; padding:30px 0; margin-bottom:20px;}

.audio_division {position:relative;overflow:hidden;padding:20px 0;width:100%;height:auto;min-width:200px;color:#fff;}
.audio_cluster {padding-top:10px;margin:0 auto;width:90%; color:#000;}
.audio_cluster h1 {font-weight:900;font-size:1.2em;color:black;}

.category-image {width:90%;padding:30px 0px 0 20px;}
.category-image img {border-radius:10px;max-width:100%;max-height:350px;}

/* countdown clock */
.countdown-clock-container {background:#FFF;border-radius:10px;width:96%;margin:20px auto 0 auto;text-align:center;background: url('https://fm100.com/wp-content/uploads/sites/12/2023/10/festive-christmas-background.jpg');background-position: center;background-size: cover;}
.countdown-clock-container .content-block{padding:10px 30px;text-align:center;font-family:'Mountains of Christmas', 'Manrope';font-size:30px;margin:0 auto;}
/*.countdown-clock-container .countdown-sponsor {display: inline-block;}*/
.countdown-clock-container .countdown-sponsor img {max-width:100px;}
.countdown-clock-container .wpcdt-countdown-wrp {width:335px;display:inline-block;}
.countdown-text{padding-bottom:10px;}
.countdown-clock-container .countdown-text {display:inline-block;}
.countdown-clock-container canvas {margin-bottom:-30px;}

.clear {clear:both;}

@media only screen and (max-width: 1279px) {
	.countdown-clock-container .content-block{width: 47%;}
	.countdown-clock-container canvas {margin-bottom:-10px;}
}

@media only screen and (max-width: 990px) {
	.countdown-clock-container {width:90%;}
	.countdown-clock-container .countdown-text, .countdown-sponsor {display:block;}
	.countdown-clock-container .countdown-sponsor {display:block;}
	.countdown-clock-container .countdown-sponsor img {max-width:170px;margin:0 0 0 0;}
	.countdown-clock-container canvas {margin-bottom: -10px;}
	.countdown-clock-container .content-block{width: 60%;}
}
@media only screen and (max-width: 550px) {
	.countdown-clock-container .content-block{width: 90%;padding:10px 0;}
}
/* end countdown clock */

 @media only screen and (min-width: 800px) {
 
	.listen_button, .fader, .hamburger {display:none;}
	.top {position:fixed;left:0;top:0;width:250px;height:100%;display:block;border-radius:0;}
	.main_body {position:absolute;left:270px;top:0; width: -webkit-calc(100% - 290px); width:  -moz-calc(100% - 290px); width:calc(100% - 290px);}
	.navigation-container{
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
		/* Firefox */
		height: -moz-calc(100% - 415px);
		/* WebKit */
		height: -webkit-calc(100% - 415px);
		/* Opera */
		height: -o-calc(100% - 415px);
		/* Standard */
		height: calc(100% - 415px);
	}
	#navigation {display:block;border-radius:0;width:250px;}
	ul.navigation {top:0;background:inherit;width:100%;border-radius:0px;height:unset;overflow-y:unset;}
	.top .logo_holder {text-align:center;line-height:auto;float:none; height: 100px;margin-bottom:15px;}
	.top .logo {max-width:230px;padding:15px 10px 0 10px;max-height:100px;}
	
	.now_playing {display:block;position:fixed;left:0;bottom:0;width:250px;z-index:9999;}
	.now_playing .pad {padding:10px 25px 25px 25px;}
	.now_playing .label {padding-bottom:10px;font-size:0.5em;font-weight:800;opacity:.4;}
	.now_playing .fa_play {font-size:2em;float:left;width:1.2em;}
	.now_playing .song {padding-bottom:10px;font-size:0.8em!important;max-width:160px;float:left;}
	.now_playing .song #title {font-weight:700;}
	.now_playing .album {width:100%;border-radius:5px;}
	
	.toolbar {display:block;padding:10px 20px 0 20px;text-align:center;}
	.toolbar ul {list-style-type:none;overflow:hidden;width:auto;margin:0 auto;display:inline-block;padding:0;}
	.toolbar li {float:left;text-align:center;padding:0 4px;}
	.toolbar li a{display:block;border-radius:50%;padding:2px;font-size:0.6em;}
	.toolbar li .fa_icon {font-size:2em; padding:5px;}
	.toolbar .left {float:left;}
	.toolbar .right {float:right;}
	
	.cover {width:96%;margin:10px auto;}
	.cover_cluster {height:80%;border-radius:0 0 10px 10px;width:100%;margin:0 auto;position:absolute;bottom:0;left:0;background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 75%);}
	.cover_cluster_content {width:94%;margin:0 auto;position:absolute;bottom:10px;left:3%;}
	.cover_cluster_content h1 {font-size:2em;margin-left:0px;padding-top:0;color:#FFF;}
}
 @media only screen and (min-width: 900px) {
 
	.division {flex: 0 1 50%;}	
	.division { transition: transform .5s ease;}
	.division:hover { transform: scale(1.05); }
	.story .col1 {flex: 0 1 30%;}
	.story .col2 {flex: 0 1 70%;}
	.story .padded {padding-left:40px;}
	.subdivision {flex: 0 1 33%;}
	.cover_cluster_content h1 {font-size:2.5em;margin-left:0px;padding-top:0;color:#FFF;}
}
@media only screen and (min-width: 950px) {
	.toolbar li a{padding:10px;}
}

 @media only screen and (min-width: 1110px) {

	.division {flex: 0 1 33%;}	
	.toolbar li a{font-size:0.7em;}
	.toolbar li .fa_icon {font-size:2em;}
	.show_info{text-align:left;}
	.show_info .fa_share {font-size:1.9em; padding:10px;}
	.show_info .dj {float:left;margin-right:30px;width:40%;}

}
@media only screen and (min-width: 1300px) {

	.division {flex: 0 1 25%;}
	.cover_cluster_content h1 {font-size:3em;margin-left:0px;padding-top:0;color:#FFF;}
	
}
@media only screen and (min-width: 1700px) {

	.division {flex: 0 1 20%;}	
	.main_body {max-width:1500px;}
	
}
@media only screen and (max-width: 310px) {
 
	.top .logo {max-width:120px;}
	
}
@media only screen and (max-width: 759px) {
	.cover img {min-height:unset;}
}
@media only screen and (max-height: 600px) and (min-width: 800px){

	#navigation {margin-bottom:50px;}
	.song-history-art #album_art {display:none;}

}
.gallery-item {
	display: inline-block;
	padding: 0 2px 2px 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	position: relative;
  }
  .gallery-columns-1 .gallery-item {
	max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
	max-width: 50%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
  }
  .gallery-columns-3 .gallery-item {
	max-width: 32%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 32%;
			flex: 0 0 32%;
  }
  .gallery-columns-4 .gallery-item {
	max-width: 25%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
			flex: 0 0 25%;
  }
  .gallery-columns-5 .gallery-item {
	max-width: 20%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
			flex: 0 0 20%;
  }
  .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66%;
			flex: 0 0 16.66%;
  }
  .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 14.28%;
			flex: 0 0 14.28%;
  }
  .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
			flex: 0 0 12.5%;
  }
  .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 11.11%;
			flex: 0 0 11.11%;
  }

/*loading icon for ajax*/
#bonmusic_ajax_loading {
	z-index: 9;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 250px;
	background: rgba(0, 0, 0, 0.5);
}
.lds-roller {
	top: 50%;
	left: calc(50% - 130px);
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* loading spinner */
.loader {
	padding-left: 5px;
	width: 15px;
	height: 15px;
	border: 2px dotted #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 2s linear infinite;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* end loading spinner */

/* Photo gallery styles for backward compatibility */
div.MainTable {
	width: 100%;
	text-align: center;
}
.divTable.MainTable .divTableCell,
.divTable.MainTable .divTableHead {
	border: 0px;
	padding: 5px 5px;
}
.divTable.MainTable .divTableHead {
	font-weight: bold;
}
.divTable {
	display: table;
}
.divTableRow {
	display: table-row;
}
.divTableCell,
.divTableHead {
	display: table-cell;
}
.divTableHeading {
	display: table-header-group;
}
.divTableFoot {
	display: table-footer-group;
}
.divTableBody {
	display: table-row-group;
}
/* #### Desktops #### */
@media screen and (min-width: 481px) {
	.divTableCell {
		width: 33%;
	}
}
/* #### Mobile Phones Portrait #### */
@media screen and (max-width: 480px) and (orientation: portrait) {
	.divTableCell {
		float: left;
	}
	.divTableCell {
		width: 100%;
	}
	.divTableCell img {
		width: 100%;
	}
}
/* End photo gallery backward compatibility CSS */

/* WordPress Core CSS */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* End WP Core CSS */

/** Forms **/
/* Text */
.gform_body input[type=text] {
    font-size: 16px!important;
    height: 36px!important;
    padding: 2px 8px!important;
	border-radius: 5px!important;
	border: 1px solid black!important;
}
/* TextArea */
.gform_body textarea {
    font-size: 16px!important;
    padding: 2px 8px!important;
	border-radius: 5px!important;
	border: 1px solid grey!important;
}
/* Submit Button */
.gform_footer input[type=submit] {
    padding:5px 25px; 
    background: #0066a4;
    color:#fff;
    font-size:16px;
	border: 0;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
/** End Forms **/

.single-shows .cover img{
	min-height: unset!important;
}

.displaynone { display: none; }

/* Load More Posts Button */
.load-more-button-container {
	width: 100%;
	margin-top: 15px;
}
.load-more-button-container button{
	margin: 0 auto;
    font-size: 1.15em;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    color: #222;
    background: #fff;
    border: 0;
	border-radius: 3px;
	width: 150px;
	height: 40px;
}
.load-more-button-container button:hover{
	opacity: 0.9;
}
/* End Load More Posts Button */