/*
Theme Name:     NewMusicBox 2016
Description:    Custom theme for newmusicbox.org, (child theme of Twenty Twelve) 
Author:         New Music USA
Template:       twentytwelve
Version:        2.0
*/
/* main */
@import url('../twentytwelve/style.css');
/* ========================== FONT-FACE KITS ========================== */
/* Franklin Gothic (Default) */
@font-face {
  font-family: 'Franklin';
  src: url('fonts/franklin_goth.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin';
  src: url(http://:/) format("No-IE-404"), url('fonts/franklin_goth.woff') format('woff'), url('fonts/franklin_goth.ttf') format('truetype'), url('fonts/franklin_goth.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Franklin Gothic Italic */
@font-face {
  font-family: 'Franklin';
  src: url('fonts/franklin_goth_ita.eot');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Franklin';
  src: url(http://:/) format("No-IE-404"), url('fonts/franklin_goth_ita.woff') format('woff'), url('fonts/franklin_goth_ita.ttf') format('truetype'), url('fonts/franklin_goth_ita.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* Franklin Gothic Bold */
@font-face {
  font-family: 'Franklin';
  src: url('fonts/franklin_goth_bold.eot');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin';
  src: url(http://:/) format("No-IE-404"), url('fonts/franklin_goth_bold.woff') format('woff'), url('fonts/franklin_goth_bold.ttf') format('truetype'), url('fonts/franklin_goth_bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Alternate Gothic */
@font-face {
  font-family: 'Alt Gothic';
  src: url('fonts/alt_goth_2.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alt Gothic';
  src: url(http://:/) format("No-IE-404"), url('fonts/alt_goth_2.woff') format('woff'), url('fonts/alt_goth_2.ttf') format('truetype'), url('fonts/alt_goth_2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Brandon Grotesque */
@font-face {
  font-family: 'Brandon';
  src: url('fonts/brandon_blk.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon';
  src: url(http://:/) format("No-IE-404"), url('fonts/brandon_blk.woff') format('woff'), url('fonts/brandon_blk.ttf') format('truetype'), url('fonts/brandon_blk.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #141414;
  background-image: url('img/bg_swatch.2x.png');
  font-family: "Franklin", arial, sans-serif;
}
body .site {
  padding: 0;
  box-shadow: 0px 0px 100px 100px #141414;
  max-width: 72rem;
}
.site {
  padding: 0;
}
#page {
  background-color: #141414;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alt Gothic", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4d4d4d;
}
a {
  color: #26a9e0;
  text-decoration: none;
}
a:hover {
  color: #8ac8e2;
}
.site a {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
p,
li {
  color: #4d4d4d;
}
/* header */
#site-navigation {
  display: none;
}
@media screen and (min-width: 600px) {
  #site-navigation {
    display: block;
    float: right;
    margin: 0 0 0.5rem 0;
  }
  #site-navigation .menu-secondary-container {
    display: inline-block;
    padding: 0 5px 0 0;
  }
  #site-navigation form {
    display: inline-block;
  }
  #site-navigation form div {
    display: inline-block;
  }
}
#menu-secondary {
  border: none;
}
#menu-secondary a {
  font-family: "Alt Gothic", sans-serif;
  color: #d9d9d9;
  opacity: .999;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#menu-secondary a:hover {
  color: #26a9e0;
}
#menu-secondary li {
  display: inline-block;
  padding-left: 1em;
}
#searchform input {
  padding: 1px;
}
.site-description {
  font-family: "Alt Gothic", sans-serif;
  color: #d9d9d9;
  opacity: .999;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  line-height: 1.25em;
}
@media screen and (min-width: 600px) {
  .site-description {
    text-align: left;
    float: left;
    width: 50%;
  }
}
#masthead {
  background-color: #ededed;
}
.site-header {
  padding: 0;
  margin: 0 0 0 0;
}
.site-title {
  clear: both;
  background-color: transparent;
}
.site-title a {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .site-title a {
    display: block;
    height: 106px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.site-title img {
  width: 100%;
}
#Top_sponsor {
  display: none;
}
@media screen and (min-width: 600px) {
  #Top_sponsor {
    display: block;
    width: 728px;
    margin: 0 auto;
    padding: 15px 0 5px 0;
  }
  #ad_wrapper {
    background-color: #ededed;
  }
}
#featured {
  background-color: #141414;
  padding: 0;
}
#masthead #featured {
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #featured {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #fff;
  }
}
#featured h2 {
  font-size: 1.4em;
  font-family: "Brandon";
  font-weight: normal;
}
/* slideshow */
.cycle-slideshow {
  position: relative;
}
.cycle-slideshow img {
  width: 100%;
}
.cycle-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 25%;
  width: 100%;
  position: absolute;
  top: 75%;
  z-index: 1000;
}
@media screen and (max-width: 900px) {
  .cycle-overlay {
    height: auto;
    position: relative;
    top: 0;
    background-color: #141414;
  }
}
.cycle-overlay .title {
  text-align: center;
  margin-top: 1rem;
  color: #fff;
  font-family: "Alt Gothic";
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
}
.cycle-overlay p {
  color: #fff;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 3rem;
  text-shadow: 1px 1px #000;
  text-align: center;
}
.cycle-pager {
  text-align: center;
  position: absolute;
  z-index: 2000;
  bottom: .5rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .cycle-pager {
    position: relative;
    top: 0;
    background-color: #141414;
    padding-top: .5rem;
  }
}
.cycle-pager span {
  display: inline-block;
  margin: 0 5px;
  height: 0;
  width: 0;
  border: 4px solid #fff;
  text-indent: -9999px;
  color: transparent;
  opacity: .7;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cycle-pager span:hover {
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  opacity: 1;
}
.main-navigation {
  background-color: #fff;
  margin-top: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: block;
}
.main-navigation li {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.menu-primary-container {
  padding-left: 0;
  background-color: rgba(38, 169, 224, 0.6);
}
@media screen and (min-width: 600px) {
  .menu-primary-container {
    padding-left: 2rem;
    background-color: rgba(38, 169, 224, 0.6);
  }
}
#menu-primary li {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#menu-primary li:hover,
#menu-primary .current-menu-item,
#menu-primary .current-post-parent {
  background-color: rgba(38, 169, 224, 0.8);
  cursor: pointer;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  border: none;
}
@media screen and (min-width: 600px) {
  #menu-primary li {
    padding: 10px 1%;
    margin: 0;
    width: 17.5%;
  }
}
#menu-primary li a {
  font-family: "Brandon";
  letter-spacing: 1px;
  line-height: 1.4em;
  font-size: 1.35em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#menu-primary li a:hover,
#menu-primary .current-menu-item a,
#menu-primary .current-post-parent a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#menu-primary li span {
  font-size: 1.1em;
  color: #000;
}
#menu-primary .current-menu-item span,
#menu-primary .current-post-parent span {
  color: #fff;
}
/* content */
#main {
  background-color: #ededed;
  /*#f4f4f4;*/
  padding: 0 .5rem;
}
@media screen and (min-width: 600px) {
  #main {
    padding: 0 2rem;
  }
}
#primary {
  background-color: #fff;
  margin-top: 0;
  padding: 1rem 2rem;
}
#breadcrumbs {
  margin-bottom: 1rem;
}
.site-content article {
  margin-bottom: 2rem;
  padding-bottom: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.site-content article.error404 {
  border-bottom: none;
}
.entry-header .entry-title {
  color: #4D4D4D;
  font-family: "Alt Gothic";
  font-size: 2em;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.entry-header .entry-title a {
  color: #4d4d4d;
}
.entry-header .entry-title a:hover {
  color: #8ac8e2;
}
.entry-header .entry-title a em {
  padding-right: 5px;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  box-shadow: none;
  border-radius: 0;
  padding: 3px;
  border: 1px solid #ddd;
  border: none;
  padding: nonel;
}
img.alignright {
  margin: 0 0 0 1rem;
}
.entry-summary img {
  float: left;
  margin: 5px 10px 7px 0;
}
@media screen and (max-width: 360px) {
  .entry-summary .featured_profile_image img {
    float: none;
    margin: 0 auto;
  }
}
.entry-content ul {
  line-height: 2.1;
}
.entry-content li {
  font-size: 1.15em;
}
.entry-content ul {
  width: 90%;
  padding-left: 2%;
  line-height: 1.5em;
}
.entry-content ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.byline {
  margin: 5px 0;
}
.byline a {
  text-decoration: none;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption,
.small-caption {
  font-style: normal;
  line-height: 1.5;
}
.single-col.new-layout .entry-content .small-caption {
  margin: auto;
  margin-top: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.single-col.new-layout .entry-content .small-caption iframe {
  margin-bottom: 0;
}
.single-col.new-layout .entry-content .small-caption p {
  width: 100%;
  padding: 0px 15px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
/* tables were used extensively for layout in legacy content, overriding parent theme styles to accomodate */
.entry-content table {
  width: auto;
  border: none;
  margin: 0 0 .5rem 0;
}
.entry-content td {
  font-size: 1.15em;
  line-height: 1.5em;
  border: none;
  padding: 5px;
}
.entry-content table ul {
  line-height: 1.5em;
}
.entry-content table li {
  margin: 0 .4rem 0 1.6rem;
}
.entry-content table img {
  border: none;
}
.entry-content table[align='center'] {
  margin: 0 auto;
}
.legacy-video-embed {
  float: right;
  margin: 0 0 1rem 1rem;
}
.legacy-video-embed object,
.legacy-video-embed embed {
  margin: 0;
}
.legacy-video-caption {
  text-align: center;
  font-weight: bold;
}
.socialmedia_block {
  margin: 15px 0;
}
.entry-content p,
.entry-summary p,
.comment-content p {
  font-size: 1.15em;
  line-height: 1.5em;
}
#respond h3#reply-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 10px;
}
#respond form input[type="text"],
#respond form textarea {
  font-size: 1.2rem;
}
.wp-pagenavi {
  text-align: center;
  padding: 1rem 0 1.4rem 0;
}
.pagination {
  width: 100%;
  font-size: 1.2rem;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  text-align: center;
  color: #26a9e0;
  cursor: pointer;
  margin-bottom: 4.5%;
}
#single-ads {
  text-align: center;
}
.site-content .ad-marker {
  text-align: center;
}
.single-col .entry-content .widget_s4w_mlt {
  height: auto;
  float: left;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
  z-index: 100;
}
.widget_s4w_mlt {
  margin: 10px 0;
  line-height: 1.7em;
  font-size: 1.15em;
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
.widget_s4w_mlt ul li {
  position: relative;
  overflow: visible;
}
.widget_s4w_mlt li span.solr-img-wrapper {
  width: 100%;
  float: left;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.widget_s4w_mlt li span.solr-copy-wrapper {
  position: relative;
  float: left;
  width: 96%;
  margin-left: 2%;
}
.widget_s4w_mlt li span.solr-img-wrapper a {
  height: 100%;
}
.widget_s4w_mlt li span.solr-copy-wrapper a {
  font-family: "Alt Gothic";
  text-transform: uppercase;
  color: #141414;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
}
.widget_s4w_mlt a {
  text-decoration: none;
  float: left;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  color: #dddddd;
  width: 100%;
}
.widget_s4w_mlt span.solr-img-wrapper a img {
  min-width: 100%;
  max-height: 200%;
  min-height: 100%;
  width: auto;
  max-width: 200%;
  height: auto;
  position: relative;
}
.widget_s4w_mlt a:hover {
  background: #000;
}
.widget_s4w_mlt li:hover img {
  opacity: 0.7;
}
.widget_s4w_mlt li:hover span.solr-copy-wrapper {
  display: none;
}
.widget_s4w_mlt a.title-link:hover {
  background: transparent;
}
.widget_s4w_mlt h2,
h2.comments-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
}
.album_block {
  width: 30%;
  float: right;
  font-size: .85em;
  margin-left: 1em;
}
header.archive-header {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
h1.archive-title {
  font-size: 1.5rem;
  line-height: normal;
  font-weigth: normal;
  letter-spacing: 1px;
  font-family: "Brandon";
}
div.archive-meta {
  font-size: 1rem;
  line-height: normal;
  margin-top: 0;
}
/* search results */
.results-header {
  margin: 1rem 0;
}
.site-content article.search-result {
  border-bottom: none;
}
.search-result header {
  margin-bottom: 1rem;
}
.search-result .entry-title {
  clear: none;
}
.search-result em {
  font-style: normal;
  font-weight: bold;
}
.solr_facets {
  float: left;
  margin: 0 2em 2em 0;
}
.solr_facets li {
  line-height: 1.1em;
}
.solr_facets > li {
  margin: 0 0 .5rem 0;
}
.solr_facets h3 {
  font-weight: normal;
}
.solr_pages {
  text-align: center;
  font-size: 1.1em;
}
.solr_pages a {
  padding: 0 1em 0 0;
}
.solr_pages_on {
  color: #444444;
}
/* comments */
h2.comments-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
}
.comments-area article header {
  margin: 0 0 1rem;
}
.comments-area article header cite,
.comments-area article header time {
  margin-left: 4rem;
}
.comment-toggle {
  text-align: right;
  padding: 0 0 10px 0;
  width: 100%;
  border-top: 1px solid #26a9e0;
  z-index: 1000;
}
.comment-toggle a {
  display: inline-block;
}
.lengthy-comment {
  height: 600px;
  overflow: hidden;
}
/* listen category page */
.listen_wrapper {
  width: 48%;
  float: left;
  margin-top: 1%;
  margin-bottom: 5%;
}
.listen_wrapper.odd {
  clear: left;
  margin-right: 2%;
}
.listen_wrapper.even {
  margin-left: 2%;
}
@media screen and (max-width: 360px) {
  .listen_wrapper {
    width: 96%;
    float: none;
  }
  .listen_wrapper.odd,
  .listen_wrapper.even {
    margin: 1% 0 4% 0;
  }
}
.listen_cover_wrapper {
  position: relative;
}
.listen_cover_wrapper:hover {
  cursor: pointer;
}
.listen_cover {
  height: 300px;
  width: 300px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .listen_cover {
    height: auto;
    width: auto;
  }
}
.listen_cover img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0px;
}
.listen_excerpt {
  width: 280px;
  height: 280px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border: 1px solid #26a9e0;
  overflow: hidden;
}
.listen_excerpt p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}
.listen_excerpt p.listen_byline {
  padding-top: 20px;
  font-size: 1rem;
  color: #8ac8e2;
}
.listen_title {
  padding: 5px;
  font-family: "Alt Gothic";
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
.listen_title a {
  color: #4d4d4d;
}
.listen_title a:hover {
  color: #8ac8e2;
}
/* sidebar */
#secondary {
  margin-top: 1rem;
}
#secondary h2,
#secondary .widget-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "Brandon";
}
#secondary #sidebar_counterstream h2 {
  font-size: 1.35em;
}
#secondary a {
  text-decoration: none;
}
#secondary > div {
  margin: 0 0 15px 0;
}
#secondary #sidebar_counterstream #popup_link {
  display: none;
}
@media screen and (min-width: 600px) {
  #secondary #sidebar_counterstream #popup_link {
    display: inline;
  }
}
#secondary #sidebar_counterstream #popup_link img,
#secondary #sidebar_library img {
  width: 99%;
}
#secondary #sidebar_counterstream #popup_link {
  border-radius: 5px;
  background-image: url(img/counterstream_sidebar2.jpg);
  display: inline-block;
  width: 89%;
  color: #fff;
  font-size: 1.55rem;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  text-align: center;
  padding: 5%;
  text-shadow: 1px 1px #999;
}
#secondary #sidebar_counterstream #popup_link span {
  font-size: 1.55rem;
}
#secondary #live365,
#secondary #ondemand {
  margin: 10px 0;
  height: 50px;
}
#secondary #live365 > div,
#secondary #ondemand > div {
  float: left;
  margin: 0 5px 0 0;
}
#secondary #live365 img,
#secondary #ondemand img {
  height: 50px;
  width: 50px;
  border-radius: 5px;
}
#secondary #live365 p,
#secondary #ondemand p {
  padding-top: 5px;
  font-size: 1.05em;
}
.sub_icon {
  padding-left: 25px;
  height: 30px;
  margin-left: 5px;
}
.sub_icon.feed {
  background: url(img/icon_feed.png) left top no-repeat;
}
.sub_icon.fb {
  background: url(img/icon_fb.png) left top no-repeat;
}
.sub_icon.twitter {
  background: url(img/icon_twitter.png) left top no-repeat;
}
.sub_icon.vimeo {
  background: url(img/icon_vimeo.png) left top no-repeat;
}
.sub_icon.mail {
  background: url(img/icon_mail.png) left top no-repeat;
}
/* footer */
footer[role="contentinfo"] {
  border-top: none;
  padding: 0 0 0 10px;
  font-family: "Alt Gothic", sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 1.1em;
  line-height: 1.3em;
  letter-spacing: .5px;
  -webkit-text-shadow: 0 0 1px #000;
  -moz-text-shadow: 0 0 1px #000;
  -ms-text-shadow: 0 0 1px #000;
  -o-text-shadow: 0 0 1px #000;
  text-shadow: 0 0 1px #000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -transition: all 150ms ease-in-out;
}
@media screen and (min-width: 600px) {
  footer[role="contentinfo"] {
    max-width: 72rem;
    margin: 0;
    padding: 1rem 0 0 0;
    background-color: #141414;
  }
}
footer[role='contentinfo'] .about {
  text-transform: none;
  padding: 0 .9%;
}
footer[role='contentinfo'] .about p {
  color: #666;
  font-size: 1.15em;
}
#colophon .col_onesixth,
#colophon .col_half {
  float: left;
}
#colophon .col_onesixth {
  width: 15%;
}
#colophon .col_half {
  width: 48%;
}
footer .v_spacer {
  width: 1px;
  height: 170px;
  vertical-align: top;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80, 80, 80, 0.6)), color-stop(90%, rgba(128, 128, 128, 0)));
  background-image: -moz-linear-gradient(top, rgba(80, 80, 80, 0.6) 0, rgba(128, 128, 128, 0) 90%);
  background-image: -o-linear-gradient(top, rgba(80, 80, 80, 0.6) 0, rgba(128, 128, 128, 0) 90%);
  background-image: linear-gradient(top, rgba(80, 80, 80, 0.6), rgba(128, 128, 128, 0));
  float: left;
  margin: 0 15px;
}
footer .h_spacer {
  height: 1px;
  margin: 13px 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(80, 80, 80, 0.6)), color-stop(80%, rgba(128, 128, 128, 0)));
  background-image: -moz-linear-gradient(left, rgba(80, 80, 80, 0.6) 0, rgba(128, 128, 128, 0) 80%);
  background-image: -o-linear-gradient(left, rgba(80, 80, 80, 0.6) 0, rgba(128, 128, 128, 0) 80%);
  background-image: linear-gradient(left, rgba(80, 80, 80, 0.6), rgba(128, 128, 128, 0));
}
/* general styles */
.read_more a {
  text-decoration: none;
  font-size: 1.1rem;
}
.ad-marker {
  text-align: right;
  font-size: .7em;
  color: #aaa;
}
.ib {
  display: inline-block;
}
.fl {
  float: left;
}
.centered {
  text-align: center;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cycle-slideshow a {
  width: 100%;
}
/*new single page article layout*/
.single-col.old-style .jwplayer {
  width: 50% !important;
  margin: auto;
}
.single-col.old-style .wp-caption.alignright .jwplayer {
  width: 100% !important;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-top: 10px;
}
#primary.single-col {
  width: 100%;
  padding: 0;
  margin: 0;
}
#main.single-col-wrapper {
  width: auto;
  background-color: #fff;
  padding: 0 3%;
}
.single-col .entry-content p {
  clear: both;
}
.single-col .entry-content p,
.single-col .entry-content ul,
.single-col .entry-content ol,
.single-col .entry-content blockquote :first-child,
.single-col .entry-content blockquote :last-child {
  width: 50%;
  position: relative;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
.single-col .entry-content ul,
.single-col .entry-content ol {
  padding-left: 25%;
  padding-right: 25%;
  font-size: 18px;
  line-height: 32px;
}
.single-col .entry-content ol li,
.single-col .entry-content ul li {
  font-size: 18px;
  line-height: 32px;
}
.single-col .entry-masthead {
  width: 107%;
  margin-left: -3.5%;
  position: relative;
  border-top: 5px solid #141414;
  border-bottom: 5px solid #141414;
}
.single-col .entry-masthead .optional-photo-cred {
  background: #141414;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 9px;
  padding: 6px 6px;
  width: auto;
  margin-left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  font-style: italic;
}
.single-col article.editorial-right-align-caption .entry-masthead .optional-photo-cred {
  right: auto;
  left: 0;
}
.single-col.old-style .entry-masthead,
.single-col.no-masthead-image .entry-masthead {
  height: 0px;
  overflow: hidden;
}
.single-col .entry-masthead img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
.single-col .entry-masthead .entry-title {
  width: 25%;
  margin-left: 10%;
  padding: 3%;
  background-color: #141414;
  color: #fff;
  font-family: 'Alt Gothic';
  font-size: 48px;
  text-transform: uppercase;
  position: absolute;
  top: 10%;
  word-wrap: normal;
}
.single-col .entry-masthead .entry-title em {
  padding-right: 5px;
}
@media screen and (max-width: 970px) {
  .single-col .entry-masthead .entry-title {
    font-size: 39px;
  }
}
.single-col.right-align-caption .entry-masthead .entry-title {
  right: 0;
  left: auto;
  margin-right: 10%;
  margin-left: auto;
}
.single-col .entry-header .byline {
  background-color: #141414;
  color: #fff;
  font-family: 'Brandon';
  width: 12%;
  padding: 1%;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  position: absolute;
  z-index: 1111;
}
.single-col .entry-header .byline a {
  color: #fff;
}
.single-col .entry-header h1.entry-title {
  text-align: center;
  font-size: 44px;
  color: #141414;
  width: 50%;
  margin: auto;
  margin-top: 15px;
  line-height: 50px;
}
.single-col.reverse-color-caption .entry-masthead .entry-title h1.entry-title {
  background-color: #fff;
  color: #141414;
}
.single-col.new-layout .entry-content .wp-caption.aligncenter,
.single-col.new-layout .entry-content .single-image,
.single-col.new-layout .entry-content .gallery-pair,
.single-col.new-layout .entry-content .full-width-gallery {
  width: 100% !important;
  clear: both;
  float: left;
  height: 100%;
  position: relative;
  margin: 30px 0;
}
.single-col.new-layout .entry-content .wp-caption,
.single-col.new-layout .entry-content .single-image,
.single-col.new-layout .entry-content .gallery-pair,
.single-col.new-layout .entry-content .full-width-gallery {
  z-index: 2;
  position: relative;
}
.single-col.new-layout .entry-content div.issuu-isrendered {
  width: 100%  !important;
}
.single-col .entry-content center iframe {
  width: 50%;
  background: #141414;
}
.single-col .entry-content center p.iframe-caption {
  margin-top: 0;
  padding-top: 10px;
  position: relative;
  top: -10px;
  background: #141414;
  color: #fff;
  font-family: 'Franklin';
  font-size: 14px;
  font-style: italic;
  text-align: left;
  padding: 1%;
  font-size: 12px;
  line-height: 20px;
  width: 48%;
}
.single-col.old-style .entry-content center p.iframe-caption,
.single-col.old-style .entry-content center p.iframe-caption {
  width: 98%;
}
.single-col.old-style .entry-content center div.issuuembed {
  width: 100% !important;
}
.single-col.old-style .entry-content center .issuuembed object {
  margin: 0;
}
.single-col.old-style .entry-content center .issuuembed div span {
  display: none;
}
.single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content center .iframe-gal-wrapper p.iframe-caption {
  width: 100%;
}
.single-col .entry-content center.fullwidth iframe {
  width: 100%;
}
.single-col .entry-content center.fullwidth p.iframe-caption,
.single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content center.fullwidth p.iframe-caption,
.single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption {
  width: 98%;
}
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption {
  background: #141414;
  color: #fff;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0;
}
.single-col.new-layout .entry-content .small-caption,
.single-col.new-layout .entry-content .wp-caption,
.single-col.new-layout .entry-content .single-image,
.single-col.new-layout .entry-content .full-width-gallery {
  background: #141414;
  width: 100% !important;
  color: #fff;
  font-family: 'Franklin';
  font-size: 16px;
  font-style: italic;
  padding: 0;
}
.single-col.new-layout .entry-content .small-caption {
  width: 50% !important;
}
.single-col.new-layout .entry-content .wp-caption.small-column-width,
.single-col.new-layout .entry-content .single-image.small-column-width {
  width: 50% !important;
  float: none;
  margin: auto;
}
.single-col .entry-content center.fullwidth {
  background: #141414;
  color: #fff;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
.single-col .entry-content center.fullwidth p.iframe-caption,
.single-col .entry-content center.fullwidth p.iframe-caption {
  width: 100%;
}
/*.single-col.new-layout .entry-content center.fullwidth:hover, .single-col.new-layout .entry-content .small-caption:hover, .single-col.new-layout .entry-content .wp-caption:hover, .single-col.new-layout .entry-content .single-image:hover, .single-col.new-layout .entry-content .full-width-gallery:hover{
	background:#ddd;
	background:#141414;
}*/
.single-col .entry-content center {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  z-index: 10;
}
.single-col.old-style .entry-content center {
  width: 50%;
  padding-left: 25%;
  padding-right: 25%;
}
.single-col .entry-content center.fullwidth iframe {
  margin-bottom: 0 !important;
  display: inline-block;
  float: left;
}
.single-col .entry-content center.fullwidth small {
  float: right;
  display: inline-block;
  max-width: 25%;
  padding-top: 2%;
  padding-right: 2%;
  width: auto;
  position: relative;
}
.single-col .entry-content .single-image {
  background: none;
}
.single-col.old-style .entry-content .single-image {
  padding-left: 25%;
  width: 50%;
  padding-right: 25%;
  margin: auto;
}
.single-col.new-layout .entry-content .wp-caption.aligncenter img,
.single-col.new-layout .entry-content .single-image img,
.single-col.new-layout .entry-content img {
  width: 100%;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.single-col.old-style .entry-content .wp-caption {
  width: 50%;
  display: block;
  border: none;
  padding: 0;
  background: #141414;
  margin: auto;
}
.single-col.old-style .entry-content table,
.single-col.old-style .entry-content iframe,
.single-col.old-style .entry-content h2 {
  width: 50%;
  float: none;
  margin: auto;
  padding-left: 25%;
  padding-right: 25%;
}
.single-col.old-style .entry-content table table {
  width: 100%;
}
.single-col.old-style .entry-content iframe.instagram-media {
  width: 50% !important;
  padding-left: 25% !important;
  padding-right: 25% !important;
}
.single-col.old-style .entry-content p table,
.single-col.old-style .entry-content p iframe,
.single-col.old-style .entry-content center iframe,
.single-col.old-style .entry-content p h2 {
  width: 100%;
  position: relative;
  padding: 0;
}
.single-col.old-style .entry-content .wp-caption.aligncenter,
.single-col.old-style .entry-content .wp-caption.alignnone {
  width: 50% !important;
}
.single-col.old-style .entry-content .wp-caption a.media-gal {
  width: 100%;
  position: relative;
}
.single-col .entry-content .iframe-gal-wrapper {
  margin: auto;
}
.single-col.old-style .entry-content .wp-caption p.wp-caption-text a.media-gal,
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption a.media-gal {
  width: auto;
  float: none;
  display: inline-block;
}
.single-col.old-style .entry-content .wp-caption p.wp-caption-text a {
  width: auto;
  display: inline-block;
}
.single-col.old-style .entry-content .wp-caption img {
  padding: 0px !important;
  width: 100%;
  position: relative;
}
.single-col.old-style .entry-content .wp-caption p.wp-caption-text {
  color: #fff;
  font-style: italic;
  padding: 4px 6px;
  float: none;
  margin-top: 0;
}
.single-col .entry-content .wp-caption p.wp-caption-text,
.single-col .entry-content p.iframe-caption {
  font-size: 12px;
  line-height: 20px;
}
.single-col.old-style .entry-content .wp-caption.alignnone p.wp-caption-text,
.single-col.old-style .entry-content .wp-caption.aligncenter p.wp-caption-text {
  width: 100%;
}
.single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
.single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
  float: none;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
}
.single-col.old-style .entry-content .wp-caption p.wp-caption-text img {
  width: auto !important;
}
.single-col.old-style .entry-content .wp-caption.aligncenter a.media-gal,
.single-col.old-style .entry-content .wp-caption.aligncenter a.media-gal img {
  margin: auto;
  padding: 0;
}
.single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
.single-col.old-style .entry-content .wp-caption.alignleft .wp-caption-text,
.single-col.old-style .entry-content .wp-caption.alignleft a.media-gal img,
.single-col.old-style .entry-content .wp-caption.alignright .wp-caption-text {
  float: right;
  color: #aaa;
}
.single-col.old-style .entry-content .wp-caption a.media-gal img {
  border: none;
  padding: none;
}
.single-col.old-style .entry-content .wp-caption.alignright,
.single-col.old-style .entry-content .wp-caption.alignleft {
  float: right;
  position: relative;
  clear: both;
  height: auto;
  color: #aaa;
  padding-left: 2%;
  padding-right: 25%;
  width: auto;
  max-width: 50%;
  width: 100% !important;
  background: #fff;
  float: none;
  margin: auto;
  padding: 0px;
  z-index: 10;
}
.single-col.old-style .entry-content .wp-caption.alignright a.media-gal,
.single-col.old-style .entry-content .wp-caption.alignleft a.media-gal {
  width: 100%;
  position: relative;
  max-width: 100%;
  float: left;
  background: #141414;
  clear: both;
  padding-top: 8px;
}
.single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
.single-col.old-style .entry-content .wp-caption.alignleft a.media-gal img {
  width: auto;
  position: relative;
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
.single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
  margin-left: 0;
  background: #141414;
  color: #fff;
  float: left;
  position: relative;
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
}
.single-col.new-layout .entry-content .wp-caption.aligncenter p.wp-caption-text a img {
  width: auto !important;
}
.single-col.new-layout .entry-content .wp-caption p {
  width: 100%;
  color: #fff;
  font-style: italic;
  padding: 4px 6px;
}
/*.single-col.new-layout .entry-content .wp-caption:hover p{
	color: #666;
}*/
.single-col.new-layout .entry-content .gallery-pair img {
  width: 49%;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
}
.single-col.new-layout .entry-content .gallery .gallery-item .gallery-icon a,
.single-col.new-layout .entry-content .gallery .gallery-item .gallery-icon a img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border: none !important;
  padding: none !important;
}
.gallery .gallery-icon img {
  padding: 0 !important;
}
.single-col.new-layout .entry-content .gallery .gallery-item {
  width: 49% !important;
  float: left;
}
.single-col.new-layout .entry-content .gallery .gallery-item {
  float: right !important;
  color: #fff;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  position: relative;
}
.single-col .entry-content .gallery .gallery-item .gallery-caption,
.single-col .entry-content .full-width-gallery p.caption {
  color: #fff;
  font-style: italic;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 0px;
  line-height: 16px;
  padding: 10px;
  margin-top: 0px;
  width: auto;
  font-size: 12px;
  line-height: 20px;
}
/*.single-col .entry-content .gallery .gallery-item:hover .gallery-caption, .single-col .entry-content .full-width-gallery:hover p.caption{
	color: #666;
}*/
.single-col.new-layout .entry-content .gallery .gallery-item:first-child {
  float: left !important;
}
.single-col.new-layout .entry-content .gallery dl.gallery-item dt.gallery-icon,
.single-col.new-layout .entry-content .gallery dl.gallery-item dt.gallery-icon a,
.gallery dl.gallery-item dt.gallery-icon a img {
  position: relative;
  width: 100%;
  height: auto;
}
.single-col.new-layout .entry-content .gallery {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #141414), color-stop(49%, #141414), color-stop(49%, #fff), color-stop(51%, #fff), color-stop(51%, #141414), color-stop(100%, #141414));
  background-image: -webkit-linear-gradient(left, #141414, #141414 49%, #fff 49%, #fff 51%, #141414 51%, #141414 100%);
  background-image: -moz-linear-gradient(left, #141414, #141414 49%, #fff 49%, #fff 51%, #141414 51%, #141414 100%);
  background-image: -ms-linear-gradient(left, #141414, #141414 49%, #fff 49%, #fff 51%, #141414 51%, #141414 100%);
  background-image: -o-linear-gradient(left, #141414, #141414 49%, #fff 49%, #fff 51%, #141414 51%, #141414 100%);
}
/*.single-col.new-layout .entry-content .gallery:hover {
  background-image: -webkit-gradient(linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(49%, #fff),
    color-stop(49%, #fff),
    color-stop(51%, #fff),
    color-stop(51%, #fff),
    color-stop(100%, #fff)
    );
  background-image: -webkit-linear-gradient(
    left,
    #fff,
    #fff 49%,
    #fff 49%,
    #fff 51%,
    #fff 51%,
    #fff 100%
    );
  background-image: -moz-linear-gradient(
    left,
    #fff,
    #fff 49%,
    #fff 49%,
    #fff 51%,
    #fff 51%,
    #fff 100%
    );
  background-image: -ms-linear-gradient(
    left,
    #fff,
    #fff 49%,
    #fff 49%,
    #fff 51%,
    #fff 51%,
    #fff 100%
    );
  background-image: -o-linear-gradient(
    left,
    #fff,
    #fff 49%,
    #fff 49%,
    #fff 51%,
    #fff 51%,
    #fff 100%
    );
}*/
/*.single-col.new-layout .entry-content .gallery .gallery-item:hover {
	background:#ddd;
	background:#141414;
}*/
.single-col .entry-content .wp-caption a,
.single-col .entry-content .single-image a,
.single-col .entry-content .gallery-pair a {
  display: block;
}
.single-col .entry-content .wp-caption p a {
  display: inline-block;
}
/*.single-col.new-layout .entry-content a.media-gal:hover, .single-col .entry-content .wp-caption a:hover,  .single-col .entry-content .single-image a:hover{
	color: #666;
	opacity: 0.3;
	opacity:1;
}
.single-col.new-layout .entry-content a.media-gal:hover, .single-col .entry-content .gallery-pair a:hover, .single-col .entry-content .gallery .gallery-item .gallery-icon a:hover{
	background: #ddd;
	background:#141414;
	opacity: 0.3;
	opacity:1;
}
.single-col.new-layout .entry-content a.media-gal:hover img, .single-col .entry-content .gallery-pair a:hover img, .single-col .entry-content .gallery .gallery-item .gallery-icon a:hover img, .single-col.new-layout .entry-content a.media-gal:hover img, .single-col .entry-content .wp-caption a:hover img,  .single-col .entry-content .single-image a:hover img{
	opacity:0.4;
}
.single-col .entry-content .wp-caption:hover a.media-gal,  .single-col .entry-content .single-image:hover a.media-gal{
	position:relative;
	color: #666;	
	background:#ddd;
	background:#141414;
}*/
.single-col .entry-content .gallery dl.gallery-item dt.gallery-icon a.media-gal span.gal-hover-icon,
.single-col .entry-content .wp-caption a.media-gal span.gal-hover-icon,
.single-col .entry-content .single-image a.media-gal span.gal-hover-icon {
  display: none;
  width: 0;
  height: 0;
}
.single-col .entry-content .iframe-gal-wrapper a.media-gal {
  font-family: 'Brandon';
  font-size: 16px;
  text-transform: uppercase;
  color: #ddd;
}
.single-col .entry-content .iframe-gal-wrapper a.media-gal {
  margin: auto;
  position: relative;
  top: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.single-col .entry-content .iframe-gal-wrapper iframe {
  margin-bottom: 0;
  display: block;
  margin: auto;
}
/*.single-col .entry-content .iframe-gal-wrapper a.media-gal, .single-col .entry-content .iframe-gal-wrapper a.media-gal:hover{
	background: #fff;
}
.single-col.new-layout .entry-content .gallery dl.gallery-item:hover dt.gallery-icon a.media-gal span.gal-hover-icon, .single-col.new-layout .entry-content .wp-caption:hover a.media-gal span.gal-hover-icon,  .single-col.new-layout .entry-content .single-image:hover a.media-gal span.gal-hover-icon{
	display:block;
	background-image:url(img/launchgal.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.single-col .entry-content .gallery dl.gallery-item:hover .wp-caption-text, .single-col .entry-content .wp-caption.has-gal:hover p.wp-caption-text,  .single-col .entry-content .single-image.has-gal:hover p.wp-caption-text{
	background:#fff;
	height:0;
	display:none;
	margin:0;
	padding:0;
}
.single-col .entry-content .gallery .gallery-item:hover .gallery-caption a{
	color: #666;
}*/
.single-col .entry-content .gallery .gallery-item .gallery-caption a,
.single-col .entry-content .gallery .gallery-item .gallery-caption a img {
  display: inline-block;
  width: auto;
  border: none !important;
}
.single-col article {
  border: none;
}
#toprow_counterstream {
  float: left;
}
#toprow_subscribe {
  float: right;
}
#toprow_counterstream,
#toprow_subscribe {
  display: inline-block;
  width: 50%;
  position: relative;
}
#toprow_subscribe ul {
  list-style-type: none;
  float: right;
}
#toprow_subscribe ul li.sub_icon {
  float: left;
  display: inline-block;
  width: 25px;
  padding: 0;
  margin-left: 5px;
  background-size: 20px 20px;
}
#toprow_subscribe ul li.sub_icon a {
  width: 25px;
  height: 30px;
  float: left;
  display: block;
}
#toprow_counterstream a#popup_link {
  font-family: 'Alt Gothic';
  font-size: 24px;
  text-transform: uppercase;
}
#main.single-col-wrapper #secondary {
  width: 100%;
}
.entry-content {
  position: relative;
}
.entry-content .pullquote {
  width: 20%;
  position: absolute;
  right: 0;
  color: #999999;
  font-size: 20px;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: right;
  font-family: "Brandon";
  text-transform: uppercase;
}
.entry-content .epigraph {
  color: #999999;
  margin-bottom: 20px;
  width: 40%;
  margin: auto;
}
.entry-content .epigraph p {
  color: #999999;
}
.single-col.new-layout .entry-content .wp-caption p em,
.single-col.new-layout .entry-content .small-caption em,
.single-col.new-layout .entry-content .wp-caption em,
.single-col.new-layout .entry-content .single-image em,
.single-col.new-layout .entry-content .full-width-gallery em,
.single-col .entry-content .gallery .gallery-item .gallery-caption em,
.single-col .entry-content .full-width-gallery p.caption em,
.single-col.new-layout .entry-content center.fullwidth em,
.single-col.old-style .entry-content .wp-caption p.wp-caption-text em {
  font-style: normal;
}
.single-col .entry-content hr {
  /*border: 0; 
  height: 1px; 
  background-image:linear-gradient(to left, #ddd, #999, #ddd);
  background-image:linear-gradient(to left, #ddd, #999, #ddd);
  width: 50%;
  margin:auto;
  margin-top: 15px;
  margin-bottom: 15px;*/
  border: 0;
  height: 15px;
  background: #ddd;
  width: 10%;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
.single-col .entry-content blockquote p:first-child::before {
  content: ' ';
  margin-left: 45px;
}
.single-col .entry-content blockquote {
  margin-bottom: 0;
  padding: 10%;
  font-style: normal;
}
.single-col .entry-content blockquote:before,
.single-col .entry-content blockquote:after {
  position: absolute;
  font-size: 300px;
  line-height: 100px;
  color: #ddd;
}
.single-col .entry-content blockquote:before {
  content: "open-quote";
  content: "\201C";
  left: 25%;
  margin-top: 2%;
}
.single-col .entry-content blockquote:after {
  content: "close-quote";
  content: "\201D";
  right: 25%;
  margin-bottom: 2%;
  font-size: 200px;
}
.single-col .entry-content blockquote.secondary p:first-child::before,
.single-col .entry-content blockquote.secondary :first-child::before {
  content: '';
  margin-left: 0px;
}
.single-col .entry-content blockquote.secondary p:first-child {
  border-left: 5px solid #ddd;
  padding-left: 8px;
}
.single-col .entry-content blockquote.secondary:before,
.single-col .entry-content blockquote.secondary:after {
  position: absolute;
  font-size: 18px;
  line-height: 32px;
  color: #4d4d4d;
}
.single-col .entry-content blockquote.secondary {
  padding-top: 1%;
  padding-bottom: 1%;
}
.single-col .entry-content blockquote.secondary:before {
  content: "";
  left: auto;
  margin-top: auto;
}
.single-col .entry-content blockquote.secondary:after {
  content: "";
  right: 0;
  margin-bottom: auto;
}
.widget_s4w_mlt ul li {
  width: 24%;
  float: left;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 0;
  margin-left: 1%;
  padding-top: 24%;
  height: 0;
  line-height: 0;
}
.widget_s4w_mlt ul li:first-child {
  margin-left: 0;
}
.widget_s4w_mlt ul li img {
  position: relative;
  margin-top: 0;
  border: medium none;
  padding: 0px;
}
.single-col .entry-content .widget_s4w_mlt ul {
  width: 100%;
  padding: 0;
}
.widget_s4w_mlt ul li a.title-link {
  position: relative;
  line-height: 20px;
  top: -140px;
  font-size: 14px;
  width: 80%;
  left: 2%;
  color: #4D4D4D;
  font-family: "Alt Gothic";
  color: #fff;
  display: none;
  font-size: 24px;
  line-height: 30px;
}
.widget_s4w_mlt ul li:hover a.title-link {
  display: block;
}
.widget_s4w_mlt h2,
#respond h3#reply-title {
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 18px;
}
.single-col .comments-area {
  border-top: 4px solid #26a9e0;
  position: relative;
  float: left;
  margin-top: 40px;
  min-height: 300px;
  width: 100%;
}
.single-col .comments-area textarea,
.single-col .comments-area input {
  border: 1px solid #26a9e0;
}
.single-col .comments-area input#submit {
  background: #26a9e0;
  color: #fff;
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 12px;
}
#respond form p.comment-form-author,
#respond form p.comment-form-email,
#respond form p.comment-form-url {
  width: 32%;
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 2%;
}
#respond form p.comment-form-url {
  margin-right: 0;
}
#respond form p input[type="text"] {
  position: relative;
  width: 100%;
}
.socialmedia_block {
  float: right;
  position: relative;
  top: 51px;
  margin-top: 0;
}
.single-col.new-layout .entry-content .wp-caption.alignleft a.media-gal {
  float: left;
  width: 50%;
}
.single-col.new-layout .entry-content .wp-caption.alignleft p.wp-caption-text {
  float: right;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  padding-right: 5%;
  padding-top: 5%;
  width: 40%;
  font-family: 'Alt gothic';
  font-style: normal;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none,
.single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart {
  width: 30% !important;
  padding-right: 25%;
  margin-left: 5px;
  float: right;
  position: relative;
}
.single-col article.category-listen .mejs-container {
  position: relative;
  margin: auto;
  width: 50% !important;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart img {
  padding: 0;
  margin-top: 0;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none .jwmain {
  position: relative;
  width: 100%;
  display: block;
  float: right;
  height: 30px;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content p.yearly-picks-copy {
  clear: both;
  width: 50%;
  margin: auto;
  padding-left: 25%;
  padding-right: 25%;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content center div.jwplayer.playlist-bottom {
  width: 100% !important;
  position: relative;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*Gallery styles*/
.widget ul li a.gallery-title-link,
.fancybox-overlay .more-links .widget ul li a.title-link {
  display: none;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav {
  position: absolute;
  bottom: 0px;
  width: 20px;
  right: 20px;
  height: 30px;
  top: auto;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav span {
  visibility: visible;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-next {
  right: 0px;
  left: auto;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-prev {
  right: 100px;
  left: auto;
}
.fancybox-overlay .more-links .widget ul li a.gallery-title-link {
  display: block;
}
.fancybox-wrap .fancybox-skin .fancybox-outer {
  padding-right: 25%;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
  max-width: 95%;
  height: auto !important;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner iframe {
  min-height: 300px;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner img {
  height: auto !important;
}
.fancybox-wrap .gallery-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
}
.gallery-sidebar h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.gallery-sidebar p.gal-caption {
  margin-bottom: 10px;
  font-size: 14px;
}
.gallery-sidebar .more-links ul {
  margin-top: 4px;
  min-height: 50px;
}
.gallery-sidebar .more-links ul li {
  float: left;
  display: inline-block;
  width: 24%;
  margin-right: 1%;
  min-height: 50px;
  height: auto;
  position: relative;
}
.gallery-sidebar .more-links ul li span,
.gallery-sidebar .more-links ul li span a,
.gallery-sidebar .more-links ul li span a img {
  position: relative;
  width: 100%;
}
.gallery-sidebar .more-links ul li span.solr-img-wrapper {
  width: 100%;
  float: left;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.gallery-sidebar .more-links ul li span.solr-copy-wrapper {
  display: none;
}
.gallery-sidebar .more-links ul li span.solr-img-wrapper {
  background: url('img/mlt-placeholder');
}
.gallery-sidebar .more-links ul li span.solr-img-wrapper a {
  height: 96%;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
  width: 96%;
}
.gallery-sidebar .more-links ul li a {
  text-decoration: none;
  float: left;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  color: #dddddd;
  width: 100%;
}
.gallery-sidebar .more-links ul li span.solr-img-wrapper a img {
  min-width: 100%;
  max-height: 120%;
  min-height: 100%;
  width: auto;
  max-width: 120%;
  height: auto;
  position: relative;
}
.gallery-sidebar .more-links ul li a:hover {
  background: #000;
}
.gallery-sidebar .more-links ul li li:hover img {
  opacity: 0.7;
}
.gallery-sidebar .more-links ul li:hover span.solr-copy-wrapper {
  display: none;
}
.gallery-sidebar .more-links ul li a.title-link:hover {
  background: transparent;
}
.rec-content-gal {
  display: none;
}
.fancybox-skin {
  min-width: 500px;
}
.fancybox-overlay .fancybox-wrap .gallery-sidebar {
  min-width: 130px;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner img {
  min-width: 350px;
}
@media screen and (max-width: 800px) {
  .single-col .entry-content blockquote p:last-child {
    position: relative;
    width: 90%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-col .entry-content blockquote p:first-child,
  .single-col .entry-content blockquote p {
    width: 90%;
    z-index: 2;
  }
  .single-col .entry-content blockquote::before {
    left: 12%;
  }
  .single-col .entry-content blockquote p:first-child::before {
    margin-left: 75px;
  }
  .single-col.new-layout .entry-masthead {
    max-height: 450px;
    overflow-y: hidden;
  }
  .single-col.new-layout .entry-masthead .entry-title {
    font-size: 32px;
    width: 35%;
  }
  .single-col .entry-header .byline {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .single-col.new-layout .entry-header h1.entry-title {
    width: 100%;
  }
  #respond form p.comment-form-author,
  #respond form p.comment-form-email,
  #respond form p.comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .entry-content .pullquote {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    position: relative;
  }
  .single-col.old-style .entry-content .wp-caption.alignright,
  .single-col.old-style .entry-content .wp-caption.alignleft {
    width: 50% !important;
    padding-left: 25%;
    padding-right: 25%;
  }
  .single-col.old-style .entry-content .wp-caption.alignright a.media-gal,
  .single-col.old-style .entry-content .wp-caption.alignleft a.media-gal,
  .single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
  .single-col.old-style .entry-content .wp-caption.alignleft a.media-gal img,
  .single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
  .single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
    width: 100%;
  }
  .single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
  .single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
    margin-left: 0;
    background: #141414;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .single-col.new-layout .entry-masthead {
    max-height: 350px;
    overflow-y: hidden;
  }
  .single-col.new-layout .entry-content .gallery {
    background: #141414 !important;
  }
  .single-col.new-layout .entry-content .gallery-pair img,
  .single-col .entry-content p,
  .single-col.old-style .entry-content table,
  .single-col.old-style .entry-content iframe,
  .single-col.old-style .entry-content h2 {
    width: 100%;
    padding: 0;
  }
  .single-col.old-style .entry-content iframe.instagram-media {
    width: 100% !important;
    padding: 0 !important;
  }
  .single-col.new-layout .entry-content .gallery .gallery-item {
    width: 100% !important;
  }
  .single-col.new-layout .entry-content .gallery .gallery-item,
  .single-col.new-layout .entry-content .gallery-pair img.alignleft {
    margin-bottom: 20px;
  }
  .single-col .entry-content blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .single-col .entry-masthead .entry-title {
    display: none;
  }
  .single-col .entry-header h1.entry-title {
    font-size: 40px;
  }
  .widget ul li {
    width: 48%;
    padding-top: 48%;
  }
  #main.single-col-wrapper {
    width: 94%;
  }
  #main.single-col-wrapper #secondary {
    width: 100%;
    min-height: 60px;
    position: relative;
    float: left;
  }
  #single-ads #google_ads_div_Page_ad_ad_wrapper #google_ads_div_Page_ad_ad_container ins,
  #single-ads #google_ads_div_Page_ad_ad_wrapper #google_ads_div_Page_ad_ad_container ins ins,
  #single-ads #google_ads_div_Page_ad_ad_wrapper #google_ads_div_Page_ad_ad_container,
  #single-ads #google_ads_div_Page_ad_ad_container,
  .single-col.new-layout .entry-content .wp-caption.alignleft a.media-gal {
    width: 100% !important;
    position: relative;
  }
  .single-col.new-layout .entry-content .wp-caption.alignleft p.wp-caption-text {
    width: 90%;
    padding-left: 5%;
  }
  .single-col.new-layout .entry-content center iframe {
    width: 100% !important;
    margin-bottom: 0;
  }
  .single-col.new-layout .entry-content center p.iframe-caption {
    width: 98%;
  }
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none,
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart {
    width: 100% !important;
    padding-right: 0;
    margin-left: 0;
    float: none;
  }
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart img {
    padding: 0;
    margin-top: 0;
    width: 100%;
  }
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none .jwmain {
    float: none;
  }
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content p.yearly-picks-copy,
  .single-col.old-style .entry-content center,
  .single-col.old-style .entry-content .single-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .single-col article.category-listen .mejs-container {
    width: 100% !important;
  }
  .single-col.new-layout .entry-content .wp-caption.small-column-width {
    width: 100% !important;
    float: none;
    margin: auto;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer {
    padding-right: 0;
    padding-bottom: 50%;
  }
  .fancybox-overlay .fancybox-wrap .gallery-sidebar {
    height: auto;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .gallery-sidebar .more-links ul {
    margin-top: 10px;
  }
  .gallery-sidebar h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .gallery-sidebar h2,
  .gallery-sidebar h3 {
    font-family: "Franklin", arial, sans-serif;
  }
  .gallery-sidebar h3 {
    font-size: 12px;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav {
    height: 70%;
    bottom: auto;
    top: 0;
    width: 40%;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-prev {
    left: 0;
    right: auto;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav span {
    visibility: hidden;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav:hover span {
    visibility: visible;
  }
  .fancybox-skin {
    min-width: auto;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner img {
    min-width: auto;
  }
}
@media screen and (min-width: 1700px) {
  .single-col .entry-header .byline {
    width: 7%;
  }
}
