#logo-responsive {
  background: url("../images/header/bg-wood-cut1.png") center center no-repeat;
  float: left;
  margin: 0px 0 0 -136px;
  line-height: 0px;
  width: 395px;
  height: 212px;
  position: relative;
}
#logo-responsive img {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: 0;
  width: 278px;
  height: 173px;
}
.nav-corner-button {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  font-size: 28px;
  border-radius: 0 0 0 8px;
  color: #a58b63;
  border: 2px solid #c4a474;
  border-top: 0;
  border-right: 0;
  background: #ead5b7 url("../images/retina_wood.png");
}
.nav-corner-button a {
  color: #a58b63;
  padding: 4px 9px;
  display: inline-block;
}
#navbar-menu {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  display: none;
}
#navbar-menu a {
  padding: 6px 0;
  border-top: 2px solid #eeddc4;
  border-bottom: 2px solid #d3b788;
  display: block;
  font-size: 28px;
  color: #000;
  background: #ead5b7 url("../images/retina_wood.png");
}
#navbar-menu a:hover,
#navbar-menu a:active {
  border-top: 2px solid #d3b788;
  background: #d4b891 url("../images/header/wood_darker1.jpg");
  text-decoration: none;
}
#header-listen {
  position: absolute;
  right: 70px;
  top: 60px;
  width: 350px;
}
#header-listen .cfm-stream-player {
  float: left;
  border-radius: 10px;
  border: 2px solid #c4a474;
  padding: 7px 8px;
}
#header-listen .cfm-stream-player a.cfm-stream-main-button {
  font-weight: 600;
  font-size: 22px;
  color: #00734a;
  float: left;
  border-radius: 8px;
  background: #ead5b7 url("../images/retina_wood.png");
  padding: 7px 10px;
  box-shadow: 0px 1px 8px rgba(0,0,0,0.15);
  outline: none !important;
}
#header-listen .cfm-stream-player a.cfm-stream-main-button .fa {
  color: #999;
  font-size: 16px;
  background: #fff;
  padding: 7px 6px 5px 8px;
  vertical-align: top;
  border-radius: 6px;
  margin-right: 3px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
}
#header-listen .cfm-stream-player a.cfm-stream-main-button:hover {
  text-decoration: none;
}
#header-listen .cfm-stream-player a.cfm-stream-stop-button {
  transition: background 0.3s ease;
  color: #fff;
  padding: 5px 8px 5px 8px;
  border: 2px solid #7ec;
  background: #a58b63;
}
#header-listen .cfm-stream-player a.cfm-stream-stop-button .fa {
  color: #6da;
}
#header-listen .cfm-stream-player .jp-no-solution {
  font-size: 18px;
  padding: 30px;
  margin: 20px;
  background: #fff;
  border: 1px solid #ddd;
}
#header-listen .help {
  border-radius: 6px;
  border: 2px solid #c4a474;
  display: inline-block;
  vertical-align: bottom;
  color: #a58b63;
  font-size: 18px;
  padding: 0 7px 0 6px;
  margin: 30px 0 0 10px;
}
#header-listen .help:hover {
  background: #fff;
  text-decoration: none;
}
#header-listen .stream-error {
  display: none;
  border: 1px solid #f80;
  padding: 12px 16px;
  margin: 20px;
  float: left;
  clear: left;
  max-width: 400px;
}
body.cfm-stream-playing #header-listen #cfm-stream-player {
  border: 2px solid #a58b63;
  background: #ccb081;
}
/* show stream error on stream error */
body.cfm-stream-error #header-listen #player_container .stream-error {
  display: block;
}
@media screen and (max-width:980px) {
  .ie-margin-bottom-fix {
    display: none;
  }
  body .container {
    width: auto !important;
    max-width: 940px;
  }
  body #header-listen {
    position: absolute;
    left: 290px;
    top: 75px;
    width: 350px;
  }
  body div#header_container div#header .people_powered_radio {
    display: none;
  }
  body div#header_container div#header #logo-responsive {
    margin: 0px 0 0 -120px;
  }
  body div#header_container div#header div#navbar {
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 2;
    white-space: nowrap;
  }
  body #main {
    max-width: 940px;
    border-radius: 0;
    width: auto;
    margin: 0;
  }
  body #main .content_container {
    border-radius: 0;
  }
  body #home_side {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  body #home_side #side_top .listen {
    display: none;
  }
  body #home_side #side_top #broadcasting_home {
    padding: 20px;
    margin: 0;
    display: inline-block;
    width: auto;
  }
  body #home_side #side_top #broadcasting_home .timeslot {
    display: block;
    margin-right: 0px;
    margin: 0 0 10px 0;
  }
  body #home_side #side_top #broadcasting_home .timeslot div {
    display: inline-block !important;
    margin-right: 20px;
  }
  body #home_side #side_top #broadcasting_home .now .program {
    font-size: 28px;
  }
  body #home_side #side_top .schedule {
    display: none;
    float: right;
    border: 0;
    margin: 0;
  }
  body #home_side #side_lower {
    display: none;
  }
  body #home_side #broadcasts-container {
    display: none;
  }
  body #home_main {
    border-radius: 0;
    width: 100%;
  }
  body #home_main #home_news_top.block-posts .image {
    border: 0;
    border-radius: 0;
    border-top: 3px solid #fff;
  }
  body #home_main .column_two {
    margin-left: 20px;
  }
  body #shows-index h1.weekday-title {
    display: none;
  }
  body #shows-index .block-weekdays {
    float: left;
    margin: 20px 0 20px 20px;
  }
  body #shows-index .block-weekdays ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  body #shows-index .block-weekdays li {
    float: left;
    margin: 0 8px 8px 0;
  }
  body #shows-index .block-weekdays a {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-right: 4px;
    padding: 7px;
    color: #007f46;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
  }
  body #shows-index .block-weekdays li.selected a {
    font-size: 18px;
    color: #000;
    background: #ff9;
    padding: 7px;
    padding-bottom: 7px;
    border: 1px solid #dd7;
    border-bottom: 1px solid #dd7;
    margin-top: 0;
    text-decoration: none;
  }
  body #shows-index .programs-container {
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  body #shows-index .program {
    float: left;
    width: auto;
    margin: 0 20px 30px 0;
    clear: left;
  }
  body #shows-index .program .time-container {
    float: left;
    width: auto;
    font: 28px 'PT Sans', Arial, Helvetica, sans-serif, sans;
    color: #999;
    margin: 0 0 8px 0;
  }
  body #shows-index .program .time-container .divider {
    display: none;
  }
  body #shows-index .program .time-container .end {
    display: none;
  }
  body #shows-index .program .image-container {
    max-width: 150px;
    clear: left;
    margin: 0 0 8px 0;
  }
  body #shows-index .program .info-container {
    float: left;
    clear: left;
    width: auto;
    margin-left: 0px;
  }
  body #shows-index .program .info-container div {
    margin-bottom: 10px;
  }
  body #shows-index .program .info-container div.title {
    margin-bottom: 10px;
  }
  body #shows-index .program .title a {
    font-size: 22px;
  }
  body #shows-view #program .image {
    float: left;
    margin: 10px;
  }
  body #shows-view #program .image img {
    max-width: 100%;
  }
  body #shows-view #program .full-description {
    float: left;
    clear: left;
    width: auto;
    margin: 0 20px 10px 30px;
    font-size: 16px;
  }
  body #shows-view #program .airtimes-container {
    float: left;
    clear: left;
    padding: 10px 12px;
    margin: 30px 20px 0 10px;
    background: #e5e5e5;
    color: #000;
    font-size: 18px;
  }
  body #shows-view .broadcasts-container .broadcast .image {
    float: left;
    clear: left;
    margin-left: 20px;
  }
  body #shows-view .broadcasts-container .broadcast .info {
    float: left;
    clear: left;
    font-size: 16px;
    margin-left: 20px;
    width: auto;
    line-height: 150%;
  }
  body #posts-index .block-categories {
    width: auto;
    padding: 10px 20px 2px 20px;
  }
  body #posts-index .block-categories ul {
    margin: 0;
  }
  body #posts-index .block-categories ul li {
    margin-bottom: 8px;
  }
  body #posts-index .block-categories ul li a {
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  body #posts-index .posts-container {
    width: auto;
    margin: 10px 20px 10px 20px;
  }
  body #posts-index .posts-container .post .image-container {
    margin-bottom: 10px;
  }
  body #posts-index .posts-container .post .content {
    width: auto;
    float: left;
    clear: left;
  }
  body #events-index .block-categories {
    width: auto;
    padding: 10px 20px 2px 20px;
  }
  body #events-index .block-categories ul {
    margin: 0;
  }
  body #events-index .block-categories ul li {
    margin-bottom: 8px;
  }
  body #events-index .block-categories ul li a {
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  body #events-index .events_page .main_events_container {
    width: auto;
  }
  body #events-index .events_page .main_events_container .events-container .event .image {
    margin: 0 0 10px 0;
  }
  body #events-index .events_page .main_events_container .events-container .event .info {
    width: auto;
    float: left;
    clear: left;
  }
  body #events-index .events_page .side {
    margin: 0 30px 0 30px;
  }
  body #pages-view #pages_list {
    margin: 3px 0 0 0;
    padding: 10px 0 2px 10px;
    max-width: 100%;
    width: auto;
  }
  body #pages-view #pages_list li {
    float: left;
    clear: none;
    margin: 0;
  }
  body #pages-view #pages_list li a {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 8px 8px;
    padding: 4px 8px;
  }
  body #pages-view .page_content {
    width: auto;
    margin: 20px;
  }
  body #pages-view .page_content h1 {
    font-size: 32px;
  }
  body .pagination-container {
    float: left;
    font-size: 24px;
    margin: 0 0 20px 0;
    clear: left;
  }
  body .pagination-container span {
    display: block;
    float: left;
    margin: 0 10px 6px 0;
    padding: 4px 0;
  }
  body .pagination-container span a {
    display: inline-block;
    background: #eee;
    border: 1px solid #ddd;
    padding: 0 8px;
  }
  body .pagination-container span a:hover {
    text-decoration: none;
    background: #fff;
  }
}
@media screen and (max-width:700px) {
  body.cfm-stream-playing div#header-listen div#cfm-stream-player {
    border: 0;
    background: none;
  }
  body div.media-align-left {
    float: none;
  }
  body div.youtube-embed-container iframe.youtube_embed {
    max-width: 100%;
  }
  body .container {
    width: auto !important;
    max-width: 940px;
  }
  body .nav-corner-button {
    display: block;
  }
  body #header-listen {
    float: left;
    width: 200px;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    margin: 13px 0 0 0;
    padding: 0 0 10px 10px;
  }
  body #header-listen #cfm-stream-player {
    float: left;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
  body #header-listen .help {
    margin-top: 15px;
  }
  body div#header_container div#header .people_powered_radio {
    display: none;
  }
  body div#header_container div#header div#navbar {
    display: none;
  }
  body div#header_container div#header div#navbar {
    display: none;
  }
  body div#header_container div#header .cfm-user-panel {
    display: none;
  }
  body div#header_container div#header #logo-responsive {
    background: none;
    float: left;
    margin: 0;
    line-height: 0px;
    width: auto;
    max-width: 27%;
    height: auto;
    position: relative;
    padding: 6px 0 6px 6px;
  }
  body div#header_container div#header #logo-responsive a {
    display: block;
    max-width: 150px;
  }
  body div#header_container div#header #logo-responsive a img {
    position: relative;
    right: auto;
    top: auto;
    border: 0;
    max-width: 100%;
    height: auto;
  }
  body #main {
    max-width: 940px;
    width: auto;
    margin: 0px 0 0 0;
  }
  body #main #home_main #home_news_top.block-posts .image {
    height: 240px;
  }
  body #main .news_row_two .block-posts .post {
    width: auto;
  }
  body #main .fb-like-box {
    display: none !important;
  }
  body #main .column_one {
    width: auto;
  }
  body #main .column_two {
    width: auto;
  }
  body #main .post .image-container {
    max-width: 100%;
  }
  body #main #side_top .listen {
    display: none;
  }
  body #main #side_top #broadcasting_home {
    display: none;
  }
  body #main div.comments-container {
    float: none;
  }
  body #main div.comments-container .comments {
    width: auto;
    float: none;
  }
  body #main div.comments-container .post-comment {
    width: auto;
    float: none;
  }
  body #main div.comments-container .post-comment textarea {
    width: 96%;
    float: none;
    display: block;
  }
  body #main div.comments-container .post-comment .submit {
    margin: 10px 0 0 0;
    float: none;
  }
  body #main div.content div.main {
    float: none;
    width: auto;
    margin: 20px 20px;
  }
  body #main div.content div.main h1 {
    font-size: 28px;
    line-height: 130%;
  }
  body #main div.content div.side {
    float: left;
    width: auto;
  }
  body #main #events-view .event-times-container {
    font-size: 17px;
    float: none;
    clear: none;
    margin: 20px -10px 20px -10px;
    border-radius: 10px;
    background: #eee;
    padding: 10px;
    padding-bottom: 4px;
    color: #666;
  }
}

