/* player iframe*/
iframe#sgPlayer {
	width: 100%;
	height: 800px;
	border: none;
}

/* listen live header */
.listen-live-header {
	padding: 20px 20px 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #051c57;
	text-align: center;	
}

.listen-live-header a:hover {
	text-decoration: none;	
}

.listen-live-header img {
	width: auto;
}

.listen-live-header .social {
	margin: 15px auto 0;
	padding: 15px;
	font-size: 16px;
}

.listen-live-header .social i {
	margin: 0 0 0 5px;
}

/* listen live player */
.listen-live-player {
	position: relative;
	width: 100%;
	height: 250px;
	margin-bottom: 30px;
}

.listen-live-player img {
	width: auto;
}

.listen-live-player i {
	color: #fff;
	font-size: 32px;
}

.listen-live-player i#play {
	cursor: pointer;
	font-size: 28px;
}

@media (max-width: 746px) {
	.listen-live-player i#play {
		float: none;
	}
}

.listen-live-player .player-title h3 {
	margin-top: 0;
	margin-bottom: 30px;
	background: #051c57;
	color: #fff;
	text-transform: uppercase;
}

.listen-live-player .player-image {
	height: 215px;
	border: 1px solid #051c57;
	border-top-width: 0;
	cursor: pointer;
	text-align: center;
}

.listen-live-player .player-controls {
	position: absolute;
	display: flex;
	bottom: 0;
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	background: linear-gradient(#051c57 40%, #000 100%);
}

@media (max-width: 746px) {
	.listen-live-player .player-controls {
		text-align: center;
	}	
}

.player-volume-controls {
	display: block;
	width: 85%;
}

.volume-controls {
	display: inline;
	width: 100%;
	height: 35px;
}

.volume-controls > .control:nth-child(1),
.volume-controls > .control:nth-child(3) {
	width: calc(10% - 10px);
	margin-left: 10px;
	margin-top: -2px;
	display: inline;
	float: left;
}

.volume-controls > .control:nth-child(2) {
	width: calc(80% - 10px);
	margin-left: 10px;
	display: inline;
	float: left;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.volume-controls > .control:nth-child(2) {
		width: calc(80% - 10px);
		margin-top: -7px;
		margin-left: 10px;
		display: inline;
		float: left;
	}
}

@-moz-document url-prefix() { 
  .volume-controls > .control:nth-child(2) {
		width: calc(80% - 10px);
		margin-top: 2px;
		margin-left: 10px;
		display: inline;
		float: left;
	}
}

input[type=range] {
	width: 100%; 
	appearance: none;
	-webkit-appearance: none; 
}

input[type=range]::-webkit-slider-thumb {
	border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    margin-top: -5px;
	-webkit-appearance: none;
}

input[type=range]::-moz-range-thumb,
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	background: #fff;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #367ebd;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
    background: #fff;
    border: none;
    margin-top: 10px;
    border-radius: 3px;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: transparent; 
	border-color: transparent;
	border-width: 5px 0;
	color: transparent;
	margin-top: -5px;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
	background: #ff0000;
}

input[type=range]:focus::-ms-fill-lower,
input[type=range]:focus::-ms-fill-upper {	
	background: #00ff00;
}

/* social logo colors */
.listen-live-header .fa-facebook-official {
	color: #3b5998;
}

.listen-live-header .fa-twitter-square {
	color: #55acee;
}

.listen-live-header .fa-youtube-square {
	color: #cd201f;
}

.listen-live-header .fa-instagram {
	color: #5382a6;
}

/* mobile considerations */
.listen-live-player .player-controls .control.play-pause.mobile {
	margin: 0 auto;	
}

.listen-live-player .player-controls .player-volume-controls.mobile {
	visibility: hidden;
	display: none;
}

/* podcasts */
/* general */
.podcast {
	margin-bottom: 20px;
}

.podcast p {
	margin: 0;
	line-height: 130%;
}

.podcast h3 {
	margin: 0 0 5px;
	line-height: 28px;
}

.podcast p.pcast-episode-title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.podcast p.pcast-episode-title.active {
	color: #214f77;
}

/* large description */
.pcast-player.cmg-pcast-player {
	position: relative;
	margin: 10px 0;
	padding: 5px 10px;
	background: #404040;
	color: #fff;
	border-radius: 5px;
}

.podcast .podcast-player-image {
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #214f77;
	border: 1px solid #000;
	text-align: center;	
}

.podcast-player-image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
      position: relative;
  top: 50%;
  transform: translateY(-50%);
}

p.player-description {
	margin-bottom: 20px;
}

/* player */
.cmg-pcast-player .btn.btn-whio-player {
	background: transparent;
	color: #fff;
	transition: all .5s;
}

.btn.btn-whio,
.btn.btn-whio-player {
	background: #214e77;
	color: #fff;
	transition: all .5s;
}

.btn.btn-whio:hover {
	background-color: rgba(60, 127, 182, .5);
	color: #fff;
}

.btn.btn-whio-player i:before {
	font-size: 24px;
}

.cmg-pcast-currenttime.cmg-pcast-time {
	position: absolute;
	bottom: 10px;
	padding-left: 5px;
	font-size: 12px;
}

.cmg-pcast-duration.cmg-pcast-time {
	position: absolute;
	bottom: 10px;
	right: 65px;
	font-size: 12px;
}

.pcast-player.mini .cmg-pcast-duration.cmg-pcast-time {
	display: none;
}

.podcast .pcast-player progress {
	height: 25px;
	width: calc(100% - 120px);
	vertical-align: -50%;
	margin-top: 5px;
}

.podcast .pcast-player.mini progress {
	width: calc(100% - 115px);
}

.pcast-player.cmg-pcast-player progress[value]::-webkit-progress-bar {
	background-color: #a5a5a5;
	border-radius: 0;
	box-shadow: none;
}

.pcast-player.cmg-pcast-player progress[value]::-webkit-progress-value {
	background: #3b7eb6;
	border-right: 1px solid #fff;
}

.player-container p.podcast-title {
	height: 40px;
}

/* .player-container p.player-description {
	height: 40px;
} */


/* list */
.podcast.podcast-detail .player-container p.podcast-title {
	height: auto;
}

.podcast .podcast-title a {
	margin-bottom: 5px;
	font-weight: 700;
}

.podcast .pcast-episode-date {
	color: #666;
	font-size: 12px;
	font-weight: 700;
}

.podcast .podcast-description {
	font-size: 14px;
}

.podcast li {
	margin-bottom: 20px;
	font-size: 12px;
}

.podcast-download-guid,
.cmg-pcast-item-play,
.cmg-pcast-item-pause {
	float: left;
	margin-right: 10px;
}

.cmg-pcast-item-pause.active {
	background-color: rgba(60, 127, 182, .5);
	color: #fff;
}

.brightcove-container {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.5%;
}

/* brightcove */

.brightcove-container iframe,
.brightcove-container object {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* anvato */

iframe#p0{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.anvato_deskable iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* video container responsiveness */
/* .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 40px auto;
}

.video-container iframe
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */

/* now playing widget */
.now-playing {
	margin-bottom: 30px;
	border: 1px solid #09287c;
}

@media (max-width: 480px) {
	.now-playing {
		margin: 25px 0;
	}	
}

.now-playing a {
	color: #09287c;
}

.now-playing a:hover {
	text-decoration: none;
}

.now-playing .image-holder {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 56.5%;
	background: #000;
}

.now-playing img {
	display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    width: auto !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    text-align: center;
}

.now-playing .icon-holder {
	width: 100px;
	height: 80px;
	float: left;
	padding-top: 15px;
	text-align: center;
}

.now-playing .fa.fa-play {
	font-size: 52px;
}

.now-playing p {
	margin: 0;
	font-size: 18px;
	line-height: 140%;
}

.now-playing p.headline {
	font-size: 21px;
	font-weight: 800;
	text-transform: uppercase;
}

.now-playing p.program {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.now-playing p.time {
	font-size: 14px;
}

.now-playing .nav {
	margin-top: 10px;
}

.now-playing .nav li {
	border-top: 1px solid #051c56;
}

.now-playing .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}

.now-playing .nav li:nth-child(2),
.now-playing .nav li:nth-child(3) {
	border-left: 1px solid #051c56;
}

@media (max-width: 480px) {
	.now-playing .nav li:nth-child(2),
	.now-playing .nav li:nth-child(3) {
		border-left: 1px solid #051c56;
	}	
}

.now-playing .nav>li>a {
	margin-bottom: 0;
	padding: 10px;
	background-color: #ebf1ff;
	border: none;
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.now-playing .nav li a:hover {
	background-color: #051c56;
	color: #fff;
}


/* now playing widget - small */
.now-playing.small-version {
	background-color: #09287c;
}

.now-playing.small-version a {
	color: #fff;
}

.now-playing.small-version .nav>li>a {
	background-color: #fff;
	color: #051c56;
	transition: all 0.3s ease;
}

.now-playing.small-version .nav li a:hover {
	background-color: #051c56;
	color: #fff;
}

.now-playing.small-version .image-holder {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding-bottom: 0;
    overflow: hidden;
}

.now-playing.small-version .image-holder img {
	max-width: 180% !important;
}

.now-playing.small-version .icon-holder {
	float: left;
	width: 60px;
	height: 80px;
	margin: 0;
	padding-top: 20px;
}

.now-playing.small-version .fa.fa-play {
	font-size: 36px;
}

.now-playing.small-version .content-holder {
	padding-top: 5px;
}

.now-playing.small-version .nav {
    margin-top: 0;
}

.now-playing.small-version p {
	margin: 0;
	font-size: 12px;
	line-height: 140%;
}

.now-playing.small-version p.headline {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}

.now-playing.small-version p.program {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.now-playing.small-version p.time {
	font-size: 12px;
}
