/*
Theme Name: Acme Radio Theme
Author: James Walters @ pixelFLYTE
Author URI: http://pixelflyte.com
Description: Custom Theme for VOS

*/
@font-face { font-family: 'sacker'; src: url("fonts/at_sackers_heavy_gothic-webfont.eot"); src: url("fonts/at_sackers_heavy_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/at_sackers_heavy_gothic-webfont.woff") format("woff"), url("fonts/at_sackers_heavy_gothic-webfont.ttf") format("truetype"), url("fonts/at_sackers_heavy_gothic-webfont.svg#atsackersgothicheavy") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'muncie'; src: url("fonts/muncie-webfont.eot"); src: url("fonts/muncie-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muncie-webfont.woff") format("woff"), url("fonts/muncie-webfont.ttf") format("truetype"), url("fonts/muncie-webfont.svg#muncieregular") format("svg"); font-weight: normal; font-style: normal; }

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

body { position: relative; }

/*BASE ELEMENTS*/
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:focus { outline: none; }

body { background: #ebebeb url(images/bg-site.jpg) center top; background-attachment: fixed; color: #393939; min-height: 100%; font-family: "Oswald", sans-serif; font-size: 16px; line-height: 25px; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: "sacker", sans-serif; color: #393939; }

h1, h2 { font-size: 40px; line-height: 60px; text-transform: lowercase; }

h3 { font-size: 25px; line-height: 25px; margin-bottom: 12px; }

p { font-size: 14px; line-height: 22px; margin-bottom: 16px; font-weight: 400; }

p:last-of-type { margin-bottom: 0; }

em { font-style: italic; }

strong, b { font-weight: 600; }

a { text-decoration: none; color: #A0ACAA; cursor: pointer; }

a:hover { color: #666; }

.alignleft { display: block; float: left; margin: 0 16px 16px 0; }

.alignright { display: block; float: right; margin: 0 0 16px 16px; }

.aligncenter { display: block; float: none; margin: 0 auto 16px; }

/*input[type='text'],input[type='password'],textarea{border:none; background:#fff; padding:4px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; color:#727272; border:1px solid #14637e}
input[type='text']:focus,input[type='password']:focus,textarea:focus, input[type='text']:hover,input[type='password']:hover,textarea:hover{background:#f5f5f8}
input[type='submit'],input[type='button']{border:none;cursor:pointer}*/
.clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.clearfix:after { clear: both; }

blockquote { width: 40%; display: block; float: right; margin: 16px 0 12px 12px; font-size: 16px; text-align: left; font-style: italic; line-height: 20px; padding: 0; border-top: 2px solid #b1cbf3; border-bottom: 2px solid #b1cbf3; padding-bottom: 12px; padding-left: 12px; padding-right: 12px; }

blockquote p { font-size: 16px; text-align: left; line-height: 20px; }

blockquote p:before { content: '\201C'; display: inline-block; margin-right: 2px; }

blockquote p:after { content: '\201D'; display: inline; }

blockquote:nth-child(odd) { float: left; margin-left: 0; margin-right: 12px; }

blockquote:nth-child(even) { float: right; }

/*JPLAYER*/
.jp-audio *:focus, .jp-audio-stream *:focus, .jp-video *:focus { /* Disable the browser focus highlighting. */ outline: none; }

.jp-audio button::-moz-focus-inner, .jp-audio-stream button::-moz-focus-inner, .jp-video button::-moz-focus-inner { /* Disable the browser CSS3 focus highlighting. */ border: 0; }

.jp-audio, .jp-audio-stream, .jp-video { font-size: 16px; font-family: Verdana, Arial, sans-serif; line-height: 1.6; color: #fff; border-top: 1px solid #554461; border-left: 1px solid #554461; border-right: 1px solid #180a1f; border-bottom: 1px solid #180a1f; background-color: #3a2a45; }

.jp-audio { width: 201px; padding: 20px; }

.jp-audio-stream { width: 101px; padding: 20px 20px 10px 20px; }

.jp-video-270p { width: 480px; }

.jp-video-360p { width: 640px; }

.jp-video-full { /* Rules for IE6 (full-screen) */ width: 480px; height: 270px; /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */ position: static !important; position: relative; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div { z-index: 1000; }

.jp-video-full .jp-jplayer { top: 0; left: 0; position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */ overflow: hidden; }

.jp-video-full .jp-gui { position: fixed !important; position: static; /* Rules for IE6 (full-screen) */ top: 0; left: 0; width: 100%; height: 100%; z-index: 1001; /* 1 layer above the others. */ }

.jp-video-full .jp-interface { position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */ bottom: 0; left: 0; }

.jp-interface { position: relative; width: 100%; background-color: #000; /* Required for the full screen */ }

/* @group CONTROLS */
.jp-video .jp-controls-holder { clear: both; width: 440px; margin: 0 auto 10px auto; position: relative; overflow: hidden; }

.jp-audio .jp-controls-holder { height: 80px; }

.jp-audio-stream .jp-controls-holder { height: 50px; }

.jp-controls { background: url("images/player.png") 0 0 no-repeat; padding: 1px 0 2px 1px; overflow: hidden; width: 201px; height: 42px; text-align: center; }

.jp-audio .jp-controls, .jp-audio-stream .jp-controls { margin: 0 auto; }

.jp-audio-stream .jp-controls { width: 100px; }

.jp-video .jp-controls { margin: 0 0 0 115px; float: left; display: inline; /* need this to fix IE6 double margin */ }

.jp-controls button { display: inline-block; float: none; overflow: hidden; text-indent: -9999px; height: 40px; margin: 0 1px 2px 0; padding: 0; border: none; cursor: pointer; }

/* @group single player controls */
.jp-type-single .jp-controls button { width: 40px; border-radius: 50%; }

.jp-type-single .jp-play { background: #ccc url("images/player.png") -29px -38px no-repeat; }

.jp-type-single .jp-play:hover { background: #ccc url("images/player.png") -129px -38px no-repeat; }

.jp-type-single .jp-play:focus { background: #ccc url("images/player.png") -129px -38px no-repeat; }

.jp-state-playing .jp-type-single .jp-play { background: #ccc url("images/player.png") -29px -118px no-repeat; }

.jp-state-playing .jp-type-single .jp-play:focus { background: #ccc url("images/player.png") -129px -118px no-repeat; }

/* The right border is normally in the ul background image. */
.jp-audio-stream .jp-play, .jp-audio-stream .jp-pause { border-right: none; }

.jp-type-single .jp-stop { background: #ccc url("images/player.png") -28px -77px no-repeat; }

.jp-type-single .jp-stop:focus { background: #ccc url("images/player.png") -28px -77px no-repeat; }

.jp-type-single .jp-stop:hover { background: #ccc url("images/player.png") -128px -77px no-repeat; }

/* @end */
/* @group playlist player controls */
.jp-type-playlist .jp-controls button { width: 49px; }

.jp-type-playlist .jp-play { background: url("images/player.png") -24px -40px no-repeat; }

.jp-type-playlist .jp-play:focus { background: url("images/player.png") -124px -40px no-repeat; }

.jp-state-playing div.jp-type-playlist .jp-play { background: url("images/player.png") -24px -120px no-repeat; }

.jp-state-playing div.jp-type-playlist .jp-play:focus { background: url("images/player.png") -124px -120px no-repeat; }

.jp-type-playlist .jp-stop { background: url("images/player.png") -24px -80px no-repeat; }

.jp-type-playlist .jp-stop:focus { background: url("images/player.png") -124px -80px no-repeat; }

.jp-type-playlist .jp-previous { background: url("images/player.png") -24px -200px no-repeat; }

.jp-type-playlist .jp-previous:focus { background: url("images/player.png") -124px -200px no-repeat; }

.jp-type-playlist .jp-next { background: url("images/player.png") -24px -160px no-repeat; }

.jp-type-playlist .jp-next:focus { background: url("images/player.png") -124px -160px no-repeat; }

/* @end */
/* @group TOGGLES */
.jp-toggles { padding: 0; margin: 0 auto; overflow: hidden; }

.jp-audio .jp-toggles { width: 55px; }

.jp-audio .jp-type-single .jp-toggles { width: 25px; }

.jp-video .jp-toggles { float: left; width: 105px; margin: 10px 0 0 15px; }

.jp-toggles button { display: block; float: left; width: 25px; height: 18px; text-indent: -9999px; line-height: 100%; /* need this for IE6 */ border: none; cursor: pointer; }

.jp-full-screen { background: url("images/player.png") 0 -420px no-repeat; margin-left: 15px; }

.jp-full-screen:focus { background: url("images/player.png") -30px -420px no-repeat; }

.jp-state-full-screen .jp-full-screen { background: url("images/player.png") -60px -420px no-repeat; }

.jp-state-full-screen .jp-full-screen:focus { background: url("images/player.png") -90px -420px no-repeat; }

.jp-repeat { background: url("images/player.png") 0 -440px no-repeat; margin-left: 0; }

.jp-repeat:focus { background: url("images/player.png") -30px -440px no-repeat; }

.jp-state-looped .jp-repeat { background: url("images/player.png") -60px -440px no-repeat; }

.jp-state-looped .jp-repeat:focus { background: url("images/player.png") -90px -440px no-repeat; }

.jp-shuffle { background: url("images/player.png") 0 -460px no-repeat; margin-left: 15px; }

.jp-shuffle:focus { background: url("images/player.png") -30px -460px no-repeat; }

.jp-state-shuffled .jp-shuffle { background: url("images/player.png") -60px -460px no-repeat; }

.jp-state-shuffled .jp-shuffle:focus { background: url("images/player.png") -90px -460px no-repeat; }

.jp-audio .jp-shuffle { margin-left: 5px; }

/* @end */
/* @group progress bar */
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg { background: url("../image/jplayer.pink.flag.seeking.gif"); }

.jp-progress { background: url("images/player.png") 0px -240px no-repeat; width: 197px; height: 13px; padding: 0 2px 2px 2px; margin-bottom: 4px; overflow: hidden; }

div.jp-video .jp-progress { border-top: 1px solid #180a1f; border-bottom: 1px solid #554560; width: 100%; background-image: none; padding: 0; }

.jp-seek-bar { background: url("images/player.png") 0px -260px repeat-x; width: 0px; height: 100%; overflow: hidden; cursor: pointer; }

.jp-play-bar { background: url("images/player.png") 0px -280px repeat-x; width: 0px; height: 100%; overflow: hidden; }

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls { display: none; }

.jp-audio .jp-volume-controls, .jp-audio-stream .jp-volume-controls { height: 30px; }

.jp-volume-controls button { position: absolute; display: block; overflow: hidden; text-indent: -9999px; margin: 0; padding: 0; width: 16px; height: 11px; border: none; cursor: pointer; }

.jp-audio .jp-volume-controls .jp-mute, .jp-audio-stream .jp-volume-controls .jp-mute { top: -6px; left: 0; }

.jp-audio .jp-volume-controls .jp-volume-max, .jp-audio-stream .jp-volume-controls .jp-volume-max { top: -6px; right: 0; }

.jp-video .jp-volume-controls .jp-mute, .jp-video .jp-volume-controls .jp-unmute { left: 0; top: 14px; }

.jp-video .jp-volume-controls .jp-volume-max { left: 84px; top: 14px; }

.jp-volume-controls .jp-mute { background: url("images/player.png") 0px -330px no-repeat; }

.jp-volume-controls .jp-mute:focus { background: url("images/player.png") -25px -330px no-repeat; }

.jp-state-muted .jp-volume-controls .jp-mute { background: url("images/player.png") -60px -330px no-repeat; }

.jp-state-muted .jp-volume-controls .jp-mute:focus { background: url("images/player.png") -85px -330px no-repeat; }

.jp-volume-controls .jp-volume-max { background: url("images/player.png") 0px -350px no-repeat; }

.jp-volume-controls .jp-volume-max:focus { background: url("images/player.png") -25px -350px no-repeat; }

.jp-volume-bar { background: #0f3d56; position: absolute; width: 100%; height: 4px; padding: 0 0 1px 0; overflow: hidden; cursor: pointer; }

.jp-audio .jp-interface .jp-volume-bar, .jp-audio-stream .jp-interface .jp-volume-bar { top: 10px; left: 0; }

.jp-audio-stream .jp-interface .jp-volume-bar { width: 97px; border-right: 4px solid #fff; padding-right: 1px; }

.jp-video .jp-volume-bar { top: 0; left: 0; width: 95px; border-right: 4px solid #fff; padding-right: 1px; margin-top: 30px; }

.jp-volume-bar-value { background: #be1e2d; height: 4px; }

/* @end */
/* @group current time and duration */
.jp-current-time, .jp-duration { width: 70px; font-size: .5em; color: #8c7a99; }

.jp-current-time { float: left; cursor: default; }

.jp-duration { float: right; text-align: right; cursor: pointer; color: #be1e2d; font-weight: bold; }

.jp-video .jp-current-time { padding-left: 20px; }

.jp-video .jp-duration { padding-right: 20px; }

/* @end */
/* @group playlist */
.jp-details { font-size: .7em; margin: 0; padding: 0; }

.jp-details .jp-title { padding: 0; margin: 0; overflow: hidden; text-align: left; cursor: default; color: #333; margin-top: -3px; padding: 0 20px; }

.jp-video .jp-details { margin: 0 90px 10px; }

.jp-playlist ul { list-style-type: none; font-size: 10px; margin: 0; padding: 0; }

.jp-video .jp-playlist ul { margin: 0 20px; }

.jp-playlist li { position: relative; padding: 2px 0; border-top: 1px solid #554461; border-bottom: 1px solid #180a1f; overflow: hidden; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:first-child { border-top: none; padding-top: 3px; }

div.jp-type-playlist div.jp-playlist li:last-child { border-bottom: none; padding-bottom: 3px; }

div.jp-type-playlist div.jp-playlist a { color: #fff; text-decoration: none; }

div.jp-type-playlist div.jp-playlist a:hover { color: #e892e9; }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current { background-color: #26102e; margin: 0 -20px; padding: 2px 20px; border-top: 1px solid #26102e; border-bottom: 1px solid #26102e; }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a { color: #e892e9; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove { float: right; display: inline; text-align: right; margin-left: 10px; font-weight: bold; color: #8C7A99; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover { color: #E892E9; }

div.jp-type-playlist div.jp-playlist span.jp-free-media { float: right; display: inline; text-align: right; color: #8C7A99; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a { color: #8C7A99; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover { color: #E892E9; }

span.jp-artist { font-size: .8em; color: #8C7A99; }

/* @end */
.jp-video .jp-video-play { width: 100%; overflow: hidden; /* Important for nested negative margins to work in modern browsers */ }

.jp-video-270p .jp-video-play { margin-top: -270px; height: 270px; }

.jp-video-360p .jp-video-play { margin-top: -360px; height: 360px; }

.jp-video-full .jp-video-play { height: 100%; }

.jp-jplayer audio, .jp-jplayer { width: 0px; height: 0px; }

.jp-jplayer { background-color: #000000; }

/* @group NO SOLUTION error feedback */
.jp-no-solution { padding: 5px; font-size: .8em; background-color: #3a2a45; border-top: 2px solid #554461; border-left: 2px solid #554461; border-right: 2px solid #180a1f; border-bottom: 2px solid #180a1f; color: #FFF; display: none; }

.jp-no-solution a { color: #FFF; }

.jp-no-solution span { font-size: 1em; display: block; text-align: center; font-weight: bold; }

/* @end */
.jp-audio { min-width: 280px; width: 400px; margin: 0 auto 10px; border: none; background: rgba(255, 255, 255, 0); border: 1px solid #ccc; padding: 10px; position: relative; }

.jp-interface { background: none; float: right; width: 69%; position: absolute; right: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); top: 50%; }

.jp-volume-bar { width: 100%; }

.jp-audio .jp-controls-holder { height: auto; }

.poster-image { float: left; width: 25%; height: auto; margin-right: 3%; }

/*LAYOUT*/
html { background: url(images/bg-check.png); min-height: 100%; height: 100%; background-repeat: repeat-x; background-position: center bottom; }

.image-holder { min-height: 340px; position: absolute; left: 0; top: 0; width: 100%; z-index: 1; background-position: center top; background-size: cover; background-attachment: scroll; }

ul.social { font-size: 0; line-height: 0; height: 24px; border-top: 2px solid #be1e2d; border-bottom: 2px solid #be1e2d; position: absolute; margin: 54px 0 0 35px; z-index: 12; }

ul.social li { display: inline-block; font-size: 14px; line-height: 16px; position: relative; background: #be1e2d; height: 100%; }

ul.social li.header { font-family: "sacker", sans-serif; font-size: 14px; padding-bottom: 3px; color: #be1e2d; line-height: 16px; margin-right: 12px; background: transparent; padding-right: 3px; padding-left: 1px; }

ul.social li.header:after { content: ''; width: 12px; height: 24px; display: block; position: absolute; background: url(images/social-right.png); top: -3px; right: -12px; background-size: 12px 24px; }

ul.social li a { color: #eaeaea; cursor: pointer; padding: 0 6px; }

ul.social li a .fa { top: 0; position: relative; font-size: 14px; line-height: 12px; top: 1px; }

ul.social li a:hover { color: #fff; }

ul.social:before { content: ''; display: block; width: 13px; height: 24px; position: absolute; left: -13px; top: -2px; background: url(images/social-left.png); background-size: 13px 24px; }

ul.social:after { background: url(images/social-far-right.png); width: 12px; height: 24px; position: absolute; right: -12px; content: ''; display: block; top: -2px; background-size: 12px 24px; }

ul.social.artist-social { border-top-color: #155375; border-bottom-color: #155375; position: relative; margin: 16px 0 16px 13px; display: inline-block; }

ul.social.artist-social li { background: #155375; }

ul.social.artist-social li.header { color: #155375; background: transparent; }

ul.social.artist-social li.header:after { background: url(images/social-right-blue.png); background-size: 12px 24px; }

ul.social.artist-social:before { background: url(images/social-left-blue.png); background-size: 13px 24px; }

ul.social.artist-social:after { background: url(images/social-far-right-blue.png); background-size: 12px 24px; }

header { background: url(images/header.png) center top no-repeat; background-size: 2315px 187px; text-align: center; position: relative; z-index: 2; box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.2); }

header .branding { background: url(images/bg-check.png) repeat-x; background-size: 27px 27px; min-height: 340px; margin: 0 auto; }

header .branding img.logo { margin: 14px 0 0 22px; }

header nav { background: #0f3d56; border-top: 4px solid #cfd2d3; border-bottom: 4px solid #cfd2d3; text-align: center; }

header nav ul { display: block; font-family: "sacker", sans-serif; font-size: 0; line-height: 0; margin: 0 auto; max-width: 960px; text-transform: uppercase; }

header nav ul li { display: inline-block; font-size: 11px; letter-spacing: 1px; line-height: 36px; position: relative; }

header nav ul li a { color: #cbcecf; display: block; padding: 0 9px; }

header nav ul li a:hover { color: #fff; }

header nav ul li.current-menu-item a { color: #fff; }

header nav ul li:first-of-type a { padding-left: 0; }

header nav ul li.listen { position: relative; background: #be1e2d url(images/bg-dots.png) center center; border-right: 4px solid #cfd2d3; margin-left: 16px; }

header nav ul li.listen:hover { background-color: #9a2536; }

header nav ul li.listen:before { content: ''; position: absolute; left: 0; top: 0; background: url(images/bg-left-arrow.png) no-repeat left center; width: 20px; height: 36px; left: 0; }

header nav ul li.listen a { color: #fff; padding-left: 25px; padding-right: 14px; text-shadow: 1px 0px 14px #881722; position: relative; }

header nav ul li.listen a i { font-size: 18px; line-height: 18px; position: relative; top: 2px; }

header nav ul li ul { text-align: left; position: absolute; display: block; background: #155375; border: 4px solid #cfd2d3; min-width: 205px; display: none; }

header nav ul li ul li { display: block; text-align: left; line-height: 11px; letter-spacing: 0; }

header nav ul li ul li a { text-align: left; padding-left: 10px !important; display: block; background: #155375; padding-top: 10px; padding-bottom: 10px; }

header nav ul li ul li a:hover { background: #0f3d56; }

header nav ul li ul li.current-menu-item a { background: #0f3d56; }

header nav ul li:hover a { color: #fff; }

header nav ul li:hover > ul { display: block; }

header nav ul li:hover > ul li a { color: #cbcecf; }

header nav ul li:first-of-type ul { left: -14px; }

footer { background: url(images/bg-check.png) repeat-x center bottom; background-size: 27px 27px; bottom: 0; padding-bottom: 34px; position: absolute; width: 100%; z-index: 99; }

footer ul.social { display: none; }

footer p { text-align: center; font-size: 11px; line-height: 18px; color: #155375; font-family: "sacker", sans-serif; padding: 0; text-transform: uppercase; }

footer p span { font-family: "Oswald", sans-serif; vertical-align: middle; display: inline-block; padding: 0 4px; }

footer p a { color: #155375; }

footer p a:hover { color: #155375; }

footer p a.coded-by { font-size: 9px; text-transform: lowercase; color: #666; }

footer p a.coded-by:hover { color: #666; }

.container { max-width: 960px; margin: 0 auto; }

section.page { padding: 16px 0 100px; position: relative; z-index: 1; }

section.page h1 { color: #cfd2d3; display: block; font-size: 14px; line-height: 24px; position: relative; width: 100%; text-align: center; }

section.page h1 span { background: #155375; margin: 0 auto; display: inline-block; min-width: 185px; padding-bottom: 2px; position: relative; text-align: center; }

section.page h1 span:before { content: ''; position: absolute; left: -12px; width: 0; height: 0; border-style: solid; border-width: 13px 12px 13px 0; border-color: transparent #155375 transparent transparent; }

section.page h1 span:after { content: ''; position: absolute; right: -12px; width: 0; height: 0; border-style: solid; border-width: 13px 0 13px 12px; border-color: transparent transparent transparent #155375; }

section.page h1:before { background: #155375; content: ''; height: 2px; margin-top: -1px; position: absolute; top: 50%; width: 100%; left: 0; }

section.page h1.red span, section.page h1.red:before { background: #be1e2d; }

section.page h1.red span:before { border-color: transparent #be1e2d transparent transparent; }

section.page h1.red span:after { border-color: transparent transparent transparent #be1e2d; }

article { padding: 16px; }

article .collage { height: 550px; margin: 0 auto 16px auto; position: relative; width: 763px; }

article .collage a { display: block; font-size: 0; position: absolute; transition: all 0.25s ease; -webkit-backface-visibility: hidden; }

article .collage a img { width: 100%; height: auto; -webkit-backface-visibility: hidden; }

article .collage a.local { height: 323px; left: 0; top: 6px; width: 233px; z-index: 1; }

article .collage a.local.active { top: 3px; }

article .collage a.playing { height: 222px; left: 233px; top: 0; width: 301px; z-index: 5; }

article .collage a.playing.active { top: -5px; }

article .collage a.tune { height: 269px; right: 15px; top: 27px; width: 236px; z-index: 2; }

article .collage a.tune.active { right: 10px; }

article .collage a.discover { bottom: 24px; height: 186px; left: 16px; width: 205px; z-index: 3; }

article .collage a.discover.active { left: 12px; }

article .collage a.define { bottom: 0; height: 243px; left: 195px; width: 240px; z-index: 4; }

article .collage a.define.active { bottom: -4px; }

article .collage a.spinning { bottom: 28px; height: 245px; right: 0; width: 336px; z-index: 6; }

article .collage a.spinning.active { bottom: 25px; }

article .collage a.gear { height: 213px; left: 214px; top: 162px; width: 298px; z-index: 7; }

article .collage a.gear.active { top: 160px; left: 218px; }

article.drops { position: relative; height: 293px; margin-bottom: 48px; padding-right: 0; padding-left: 0; overflow: hidden; }

article.drops .drop { height: 261px; display: table; width: 100%; padding: 16px 0; position: absolute; left: 0; top: 0; visibility: hidden; }

article.drops .drop a { display: block; }

article.drops .drop a img { float: left; line-height: 261px; display: block; }

article.drops .drop a p { font-size: 15px; line-height: 21px; color: #0f3d56; }

article.drops .drop .image { display: table-cell; vertical-align: middle; height: 261px; }

article.drops .drop .copy { display: table-cell; vertical-align: middle; line-height: 261px; height: 261px; padding-left: 16px; position: relative; width: 100%; }

article.drops .drop .copy p { line-height: 22px; position: relative; }

article.drops .drop .copy p.read-more { font-family: "sacker", sans-serif; text-align: right; margin-top: 0; position: absolute; bottom: 16px; line-height: 15px; width: 100%; padding-right: 16px; }

article.drops .drop .copy p.read-more:before { content: '\003c'; font-family: "Oswald", sans-serif; display: inline-block; padding-right: 8px; position: relative; top: 1px; }

article.drops .drop .copy p.read-more:after { content: '\003e'; font-family: "Oswald", sans-serif; display: inline-block; padding-left: 8px; position: relative; top: 1px; }

article.drops .drop .container { padding: 0; max-width: 763px; }

article.drops .drop.blue { background: #134c6a; color: #fff; }

article.drops .drop.blue p { color: #fff; }

article.drops .drop.red { background: #be1e2d; color: #fff; }

article.drops .drop.red p { color: #fff; }

article.drops .drop a:hover p.read-more { color: #020202; }

article.drops .drop.spinning a .image, article.drops .drop.local a .image, article.drops .drop.tune a .image { float: right; }

article.drops .drop.spinning a .copy, article.drops .drop.local a .copy, article.drops .drop.tune a .copy { padding-left: 0; padding-right: 16px; }

article.drops .drop.spinning a p.read-more, article.drops .drop.local a p.read-more, article.drops .drop.tune a p.read-more { text-align: left; }

article.drops .drop.local .image img { max-height: 261px; width: auto; }

article.drops .drop.sound { visibility: visible; }

article .items { text-align: left; font-size: 0; max-width: 830px; margin: 0 auto; }

article .item { width: 166px; height: 237px; display: inline-block; background: url(images/bg-item.png); margin: 0; padding: 0; text-align: center; padding-top: 12px; position: relative; }

article .item h3 { position: absolute; bottom: 20px; left: 0; width: 100%; display: block; text-shadow: 0px 6px 6px #333; font-family: "Oswald", sans-serif; text-transform: uppercase; font-weight: 700; text-align: center; color: #fff; z-index: 9; line-height: 24px; padding: 0 30px; font-size: 16px; }

article .item img { max-width: 138px; height: auto; }

article .item a { display: block; width: 100%; height: 100%; }

article .item a:hover img { opacity: 0.8; }

article .item a:hover h3 { color: #fff; }

article p { clear: both; }

article.program { max-width: 780px; }

article.program .image { float: left; max-width: 166px; }

article.program .content { float: right; max-width: 560px; }

article.program .content h2 { line-height: 20px; font-size: 18px; font-weight: normal; color: #155375; letter-spacing: 1px; text-transform: uppercase; margin: 16px 0 8px; }

article .artists { text-align: left; font-size: 0; max-width: 808px; margin: 0 auto; }

article .artist { width: 202px; height: 229px; display: inline-block; background: url(images/bg-artist.png); margin: 0; padding: 0; text-align: center; }

article .artist img { margin: 12px 0 12px 11px; display: block; max-width: 173px; height: auto; }

article .artist h3 { font-size: 33px; line-height: 24px; margin-bottom: 1px; text-transform: uppercase; width: 173px; margin-left: 12px; font-family: "muncie", sans-serif; }

article .artist p { font-size: 9px; font-family: "sacker", sans-serif; line-height: 14px; margin: 0; }

article .artist p:before, article .artist p:after { font-family: Arial; position: relative; top: 1px; }

article .artist p:before { content: '<'; display: inline-block; margin-right: 1px; }

article .artist p:after { content: '>'; display: inline-block; margin-left: 1px; }

article .artist h3, article .artist p { color: #155375; }

article .artist a { display: block; width: 100%; height: 100%; }

article .artist a h3, article .artist a p { color: #155375; }

article .artist a:hover h3, article .artist a:hover p { color: #0f3d56; }

article .artist a:hover img { opacity: 0.8; }

article.artist-container { max-width: 780px; }

article.artist-container .image { float: left; max-width: 202px; }

article.artist-container .content { float: right; max-width: 534px; }

article.artist-container .content h2 { line-height: 20px; font-size: 18px; font-weight: normal; color: #155375; letter-spacing: 1px; text-transform: uppercase; margin: 16px 0 8px; }

article iframe { max-width: 100%; margin: 0 auto; display: block; }

.mobile-activate { display: none; }

body .gform_wrapper { margin-top: 32px; max-width: 100%; }

body .gform_wrapper input[type='text'], body .gform_wrapper input[type='email'], body .gform_wrapper input[type='password'], body .gform_wrapper textarea, body .gform_wrapper .dk-select .dk-selected { -webkit-appearance: none; border-radius: 0; border: 2px solid #cfd2d3; display: block; font-size: 14px; line-height: 24px; margin: 0; padding: 2px 4px !important; width: 100%; color: #393939; }

body .gform_wrapper textarea { height: 120px; }

body .gform_wrapper ul.gform_fields { display: block; font-size: 0; list-style: none; margin: 0 0 0 0; }

body .gform_wrapper ul.gform_fields li { display: inline-block; font-size: 14px; line-height: 24px; margin-bottom: 16px; vertical-align: top; width: 100%; }

body .gform_wrapper ul.gform_fields li input.medium, body .gform_wrapper ul.gform_fields li select.medium, body .gform_wrapper ul.gform_fields li textarea { width: 100% !important; }

body .gform_wrapper ul.gform_fields li label { font-weight: 400 !important; color: #155375; font-family: "sacker", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: normal; margin: 0 !important; padding: 0 !important; line-height: 18px; }

body .gform_wrapper ul.gform_fields li label + div.ginput_container { margin-top: 0 !important; }

body .gform_wrapper ul.gform_fields li ul { list-style: none; margin: 0 0 0 0; }

body .gform_wrapper ul.gform_fields li ul li { margin-bottom: 0; }

body .gform_wrapper ul.gform_fields li ul li label { color: #000; font-weight: normal; }

body .gform_wrapper ul.gform_fields li.half { width: 49%; }

body .gform_wrapper ul.gform_fields li.gfield:not(.half) + li.half, body .gform_wrapper ul.gform_fields li.half:first-of-type, body .gform_wrapper ul.gform_fields li.half:nth-child(odd) { margin-right: 2%; }

body .gform_wrapper ul.gform_fields li .ginput_container_date img.ui-datepicker-trigger { display: none; }

body .gform_wrapper ul.gform_fields li .ginput_complex { font-size: 0; }

body .gform_wrapper ul.gform_fields li .ginput_complex span { display: inline-block; width: 100%; }

body .gform_wrapper ul.gform_fields li .ginput_complex > * { font-size: 14px; line-height: 24px; }

body .gform_wrapper ul.gform_fields li .ginput_complex label { font-size: 12px; font-weight: normal; color: #000; display: block; }

body .gform_wrapper ul.gform_fields li .ginput_complex.has_first_name.no_middle_name.has_last_name .name_first, body .gform_wrapper ul.gform_fields li .ginput_complex.has_first_name.no_middle_name.has_last_name .name_last { width: 49%; display: inline-block; }

body .gform_wrapper ul.gform_fields li .ginput_complex.has_first_name.no_middle_name.has_last_name .name_first { margin-right: 2%; }

body .gform_wrapper ul.gform_fields li .ginput_complex.has_first_name.has_middle_name.has_last_name .name_first, body .gform_wrapper ul.gform_fields li .ginput_complex.has_first_name.has_middle_name.has_last_name .name_last { width: 46%; display: inline-block; }

body .gform_wrapper ul.gform_fields li .ginput_complex.has_first_name.has_middle_name.has_last_name .name_middle { width: 4%; margin-right: 2%; }

body .gform_wrapper ul.gform_fields li .ginput_complex.has_first_name.has_middle_name.has_last_name .name_first { margin-right: 2%; }

body .gform_wrapper .gform_footer { padding: 0; margin: 16px 0 0; }

body .gform_wrapper .gform_footer input[type=submit] { border: 2px solid #cfd2d3; background: #be1e2d; color: #fff; cursor: pointer; font-size: 12px; line-height: 30px; text-transform: uppercase; padding: 0 24px; display: inline-block; font-family: "sacker", sans-serif; -webkit-appearance: none; border-radius: 0; }

body .gform_wrapper .gform_footer input[type=submit]:hover { background: #0f3d56; }

body .gform_wrapper .NFI-wrapper { width: 100%; }

body .gform_wrapper .NFI-wrapper .NFI-filename { width: 40% !important; font-weight: normal; clear: none; line-height: 30px; margin: 0; padding: 0; display: inline-block !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none !important; }

body .gform_wrapper .NFI-wrapper .NFI-filename { background: none; }

body .gform_wrapper .NFI-wrapper .NFI-button { border: 2px solid #cfd2d3; background: #0f3d56; color: #fff; cursor: pointer; font-size: 12px; line-height: 30px; text-transform: uppercase; padding: 0 24px; display: inline-block; font-family: "sacker", sans-serif; }

body .gform_wrapper .NFI-wrapper .NFI-button:hover { background: #be1e2d; }

@media only screen and (max-width: 959px) { header nav { text-align: center; }
  header nav ul { padding-left: 0; }
  body.home article { padding: 0; }
  body.home article.drops .drop { padding: 16px; }
  article .collage { margin-left: auto; margin-right: auto; }
  article .items { max-width: 664px; }
  article .artists { max-width: 606px; }
  p br { display: none; } }

@media only screen and (max-width: 767px) { .mobile-activate { display: block; font-size: 11px; letter-spacing: 1px; line-height: 36px; font-family: "sacker", sans-serif; color: #fff; text-transform: uppercase; text-align: center; }
  .hide-mobile { display: none; }
  .image-holder { min-height: 200px; position: fixed; width: 100%; z-index: 2; display: none; }
  .alignleft, .alignright, .aligncenter { float: none; margin: 0 auto 16px; max-width: 100%; height: auto; }
  header { position: relative; z-index: 99999; width: 100%; min-height: 200px; min-height: 10px; background: url(images/bg-site.jpg); background-size: 960px 600px; background-repeat: repeat; background-position: center top; }
  header .branding { min-height: 10px; min-height: intrinsic; }
  header a { color: #fff; }
  header a:hover { color: #fff; }
  header a.logo-link { display: block; }
  header ul.social { display: none; }
  header nav { text-align: left; border-top-width: 2px; border-bottom-width: 2px; margin-top: -20px; }
  header nav ul { display: none; border-top: 1px solid #155375; }
  header nav ul > * a { color: #fff !important; }
  header nav ul > * a:hover { color: #fff !important; }
  header nav ul li { display: block; border-bottom: 1px solid #155375; }
  header nav ul li:hover > ul { display: none; }
  header nav ul li.listen { border-bottom: none; margin-left: 0; border-right: none; }
  header nav ul li.listen:before { display: none; }
  header nav ul li.listen a { padding-left: 16px; }
  header nav ul li a { padding-left: 16px; color: #fff; }
  header nav ul li a:hover { color: #fff; }
  header nav ul li.menu-item-has-children a:after { content: ''; display: inline-block; width: 16px; height: 16px; max-width: 16px; max-height: 16px; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAKNJREFUOBHVjz0Kg0AQRldRRCQ3yAVS2KTQQhub3C9VihSBgEhOuXmjI7pb6Cadwtud+X4WNOb4n7X2/O9fjF2OO9x+fUQ60jUcETygC31EstqJxg5LDE9o9x4h02g2drKICbygdozVgldpJlnJy4iZwhuuizpNoqmX+p6zE8qgh3I2ZFYtm7XNm3AOA1wUmfPNkm9SKOCjFL4ftFM+CUHh44a+mpadBU+FBdUAAAAASUVORK5CYII="); background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAHpJREFUOBFjYBj64P///9Lk+gKsF0jsAOIaUg0B6QHpZQASvEB8DCRArCEgtVA9vGA9QA7RhmBohtlKjCE4NRNjCEHN+AzBp5kRphGZBnkHyN8JxNug4l5A2p2RkfEzlE+YAhkCxKDYAWFIaBPWhqoCagh5mlGNGsw8AOeUlPgYqDynAAAAAElFTkSuQmCC"); position: relative; top: 1px; margin-left: 5px; width: 12px; height: 12px; background-size: 100% 100%; }
  header nav ul li.menu-item-has-children ul li a:after { display: none; }
  header nav ul li:first-child ul, header nav ul li:first-of-type ul { left: auto; }
  header nav ul li:first-child ul li:first-child a, header nav ul li:first-child ul li:first-of-type a, header nav ul li:first-of-type ul li:first-child a, header nav ul li:first-of-type ul li:first-of-type a { padding-left: 32px; }
  header nav ul li:first-child a, header nav ul li:first-of-type a { padding-left: 16px; }
  header nav ul li ul { display: block; position: relative; border: none; display: none; }
  header nav ul li ul li { border-bottom: none; border-top: 1px solid #cfd2d3; }
  header nav ul li ul li.current_page_item a { background: #155375; }
  header nav ul li ul li a { padding-left: 16px !important; color: #fff; }
  header nav ul li ul li a:hover { color: #fff; background: #155375; }
  header nav ul li.current-menu-parent ul { display: block; }
  section.page { padding-bottom: 32px; }
  body.home section.page { padding-top: 158px; }
  .collage { display: none; }
  article.drops { height: auto; display: block; }
  article.drops .drop { visibility: visible !important; position: relative; top: auto; left: auto; height: auto; display: block; }
  article.drops .drop .image { display: block; margin: 0 auto; float: none !important; height: auto; text-align: center; }
  article.drops .drop .image img { float: none; line-height: auto; margin: 0 auto; max-width: 100%; height: auto; }
  article.drops .drop .copy { display: block; height: auto; line-height: auto; padding: 16px 0 0 !important; }
  article.drops .drop .copy p.read-more { position: relative; margin-bottom: 8px; display: block; padding: 0 !important; bottom: auto; text-align: left !important; }
  article .artists { text-align: left; font-size: 0; max-width: 808px; margin: 0 auto; }
  article .artist { width: 49%; height: auto; display: inline-block; background: none; margin-bottom: 16px; }
  article .artist h3 { width: 100%; margin: 0; }
  article .artist img { max-width: 100%; width: 100%; height: auto; margin: 0 0 12px 0; }
  article .artist:nth-child(odd) { margin-right: 2%; }
  article .items .item { width: 49%; background: none; height: auto; padding-top: 0; margin-botom: 2%; }
  article .items .item img { width: 100%; height: auto; display: block; max-width: 100%; }
  article .items .item:nth-child(odd) { margin-right: 2%; }
  article.program .image { float: none; margin: 0 auto; }
  article.program .content { float: none; }
  article.artist-container .image { float: none; margin: 0 auto; }
  article.artist-container .content { float: none; }
  article.artist-container .artist { width: 100%; text-align: center; margin-bottom: 0; }
  article.artist-container .artist h3 { display: none; }
  article.artist-container .artist img { max-width: 100%; height: auto; margin-bottom: 0; }
  article.artist-container .artist:nth-child(odd) { margin-right: 0; }
  article iframe { max-width: 100%; height: auto; }
  footer { position: relative; bottom: auto; }
  footer ul.social { position: relative; margin: 0 auto 16px; display: block; max-width: 140px; left: 0; top: 0; }
  footer ul.social:after { right: -11px; }
  footer p { font-size: 10px; line-height: 14px; }
  footer p span { display: block; font-size: 0; height: 0; }
  footer p a.coded-by { display: block; } }

body.page-template-page-listen-popup header { position: relative; box-shadow: none; }

body.page-template-page-listen-popup header .branding img.logo { max-width: 150px; height: auto; }

body.page-template-page-listen-popup header nav { display: none; }

body.page-template-page-listen-popup footer { display: none !important; }

body.page-template-page-listen-popup section.page { padding-top: 0 !important; }

header nav ul li.listen { display: none; }

a.recent { margin-bottom: 18px; text-align: center; text-transform: uppercase; display: block; color: #be1e2d; margin-top: 8px; }

a.recent:hover { color: #0f3d56; }

table.recently-played { display: none; font-family: Arial; font-size: 12px; width: 100%; max-width: 100%; border: 1px solid #ccc; margin: 0 auto 18px; }

table.recently-played tr td { padding: 0 10px; line-height: 32px; border-bottom: 1px solid #ccc; }

table.recently-played tr:nth-child(even) td { background: rgba(255, 255, 255, 0.25); }

/*table.recently-played tr:first-of-type td{padding-top:10px;}*/
table.recently-played tr:last-of-type td { padding-bottom: 0px; border-bottom: none; }

.jp-audio { min-width: 80%; width: 80%; height: 97px; padding: 0 10px; float: left; border-left: none; }

div.jp-type-single { display: inline; }

.jp-interface { width: 100%; right: auto; position: relative; left: auto; -webkit-transform: translateY(0%); transform: translateY(0%); top: auto; margin-top: 10px; }

.jp-details .jp-title { padding-left: 0; position: absolute; left: 25px; top: 4px; }

.poster-image { width: 25%; height: 100%; background: url(http://cdn-profiles.tunein.com/s257081/images/logoq.jpg) center center; background-size: cover; display: none; }

.now-playing-box { width: 20%; float: left; background: #be1e2d url(/wp-content/themes/acmeradio/images/bg-dots.png) center center; border-right: 4px solid #cfd2d3; height: 97px; display: block; position: relative; }

.now-playing-box h3 { color: #fff; text-transform: uppercase; text-align: center; display: block; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-shadow: 1px 0px 14px #881722; font-size: 16px; margin-bottom: 0; }

.audio-holder { padding: 16px 16px 0; max-width: 928px; margin: 0 auto; }

@media only screen and (max-width: 767px) { .jp-audio { width: 100%; float: none; border-left: 1px solid #ccc; }
  .now-playing-box { height: auto; width: 100%; border-right: none; float: none; padding: 5px 0; margin-bottom: 5px; }
  .now-playing-box h3 { transform: translateY(0%); -webkit-transform: translateY(0%); top: auto; margin-bottom: 0; }
  body.home section.page { padding-top: 32px; } }
