/*   
Theme Name: Saint Heron
Theme URI: http://saintheron.com/
Description: Saint Heron Theme Oct 2014
Author: Chris Jahnle
Author URI: http://newdivisionapps.com/
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
#blog-description { color: #000 }

body {
    min-width: 100%;
}

/* Hide Other Page Top Widgets */

.page-id-74 #featured_header-3, .page-id-74 #the_latest-3, .page-id-74 #featured_tracks-2, .page-id-74 #featured_articles-2, .page-id-74 #featured_news-2, .page-id-74 #text-6, .page-id-74 #text-7 {
    display: none;
}
.page-id-8600 #featured_header-3, .page-id-8600 #the_latest-3, .page-id-8600 #featured_tracks-2, .page-id-8600 #featured_articles-2, .page-id-8600 #featured_news-2, .page-id-8600 #text-6, .page-id-8600 #text-7 {
    display: none;
}
.single #featured_header-3, .single #the_latest-3, .single #featured_tracks-2, .single #featured_articles-2, .single #featured_news-2, .single #text-6, .single #text-7 {
    display: none;
}
.archive #featured_header-3, .archive #the_latest-3, .archive #featured_tracks-2, .archive #featured_articles-2, .archive #featured_news-2, .archive #text-6, .archive #text-7 {
    display: none;
}

#responsive-menu {
     display: none;
}

/* Hide Certain Page Titles */

.home .entry-title {
    display: none;
}

/* Header */

#branding {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 0;
}
#blog-title {
    width: 540px;
    height: 100px;
    margin: 0 auto 78px;
}
#blog-title a {
    background-image: url('http://saintheron.com/wp-content/themes/saint/img/saintheron_logo.png');
    width: 540px;
    height: 100px;
    float: left;
    text-indent: -9999px;
}
#header .saint_records {
    position: absolute;
    width: 120px;
    top: 30px;
    right: 65px;
}
#header .saint_records img {
    width: 100%;
}
#header .social {
    position: absolute;
    top: 115px;
    right: 66px;    
    width: 185px;
    height: 44px;
    opacity: 0.2;
}
#header .social li {
    background-image: url('http://saintheron.com/wp-content/themes/saint/img/sprites.png');
    background-size: 160px;
    width: 26px;
    height: 26px;
    float: left;
    margin: 5px;
    list-style-type: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #header .social li {
    background-image: url("http://saintheron.com/wp-content/themes/saint/img/sprites@2x.png");
    background-size: 200px 400px;
  }
}
#header .social li a {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
}
#header .social li.twitter {
    background-position: -8px -6px;
}
#header .social li.soundcloud {
    background-position: -62px -32px;
}
#header .social li.instagram {
    background-position: -36px -32px;
}
#header .social li.tumblr {
    background-position: -62px -6px;
}


/* Nav */

#access {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    height: 58px;
    font-size: 18px;
    border-bottom: 0px solid #ccc;
    overflow: visible;
    z-index: 100;
}
.menu {
    width: 94%;
    margin: 0 auto;
}
.sf-menu {
    float: none;
    margin: 0;
    padding: 0;
    text-align: justify;
}
.sf-menu:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.sf-menu li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    float: none;
}
.sf-menu a, .sf-menu a:visited {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 200;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0px;
    padding: 0;
    margin: 0px;
    text-decoration: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: transparent;
    outline: 0;
    border-bottom-color: #ccc;
}


/* Search Bar */

#searchbar {
    position: absolute;
    top: 78px;
    right: 80px;
    width: 200px;
    height: 34px;
    overflow: hidden;
    margin-top: 0;
}
#searchform {
    position: relative;
    width: 100%;
    float: left;
}
#searchform input {
    background: rgba(0, 0, 0, 0.05);
    width: 98%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #000000;
    padding: 4px;
    padding-left: 10px;    
    border: 0;
    text-transform: uppercase;
}
#searchform input:focus {
    background: rgba(0, 0, 0, 0.15);
    outline: 0;
}
#searchform button {
position: absolute;
right: 0;
width: 29px;
height: 29px;
background-image: url('http://saintheron.com/wp-content/themes/saint/img/sprites.png');
background-repeat: no-repeat;
background-position: -161px -49px;
margin-top: -30px;
margin-left: 0;
padding: 0;
border: 0;
outline: 0;
text-indent: -9999px;
float: right;
-webkit-background-origin: padding-box;
opacity: 0.25;
cursor: pointer;
}


/* Main Content */

#main {
    position: relative; 
    width: 94%;
    padding-top: 10px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}
#container {
    width: 100%;
    margin: 0 auto;
    float: none;
}
#content {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#content #page-top {
    border: 0;
    margin: 0;
    padding: 0;
}

.page-template-template-page-fullwidth-php #container {
    width: 100%;
    margin: 0;
}
.page-template-template-page-fullwidth-php #content {
    width: 100%;
    margin: 0;
}

.entry-title {
    font-family: 'Open Sans', Helvetica, Arial,sans-serif;
    font-size: 26px;
    font-weight: 200;
    line-height: 26px;
    padding: 0 0 7px 0;
    text-transform: uppercase;
    text-align: center;
}
.entry-content {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 22px 0 0 0;
    line-height: 26px;
}
.page-template-template-page-fullwidth-php #comments {
    width: 100%;
    display: none;
}
.navigation a {
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.read_more a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}


/* Archive Page Grid */

.archive .page-title {
    width: 100%;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;    
    padding: 0;
    padding-top: 28px;
    margin-bottom: 32px;
    border-top: 1px solid #222222;
}
.archive .page-title span {
    font-style: normal;
}
.archive .type-post {
    float: left;
    width: 23%;
    height: 23%;
    min-width: 300px;
    min-height: 300px;
    padding: 1%;
    padding-bottom: 26px;
}
.post-thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.post-thumb img {
    width: 100%;
    height: auto;
}
.post-body {
    padding-bottom: 50px;
    border-bottom: 1px solid #222222;
}
.post-body h2 {
    width: 100%;
    height: 90px;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;    
    padding: 0;
    padding-top: 12px;
    margin-bottom: 16px;
    border-top: 1px solid #222222;
}
.post-body .entry-meta {
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #666;
    line-height: 18px;
    text-transform: uppercase;
}
.post-body .entry-content {
    padding-top: 10px;
}
.post-body .entry-content p {
    display: none;
}
.post-body .entry-social p {
    display: none;
}
.post-body .entry-social {
    width: 100%;
    height: 40px;
    float: left;
    margin-bottom: 20px;
}
.post-body .fb-btn {
    width: 40px;
    height: 40px;
    float: left;
}
.post-body .fb-btn img {
    width: 40px;
    opacity: 0.5;
}
#fb-button .fb-btn {
    width: 40px;
    height: 40px;
    float: left;
}
#fb-button .fb-btn img {
    width: 40px;
    opacity: 0.5;
}
.post-body .tweet-btn {
    width: 40px;
    height: 40px;
    float: left;
}
.post-body .tweet-btn img {
    width: 40px;
    opacity: 0.5;
}
#tw-button .tweet-btn {
    width: 40px;
    height: 40px;
    float: left;
}
#tw-button .tweet-btn img {
    width: 40px;
    opacity: 0.5;
}
.post-body .read-more {
    position: relative;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #f9604e;    
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 18px;
    padding-bottom: 18px;
    float: right;
}

.post-body .entry-utility {
    display: none;
}

.archive .paged #nav-above {
    display: block;
    padding: 0;
}


/* Single Page */

.single .post {
    padding-top: 44px;
    border-top: 1px solid #222222;
}
.single .entry-title {
    font-family: 'Open Sans', Helvetica, Arial,sans-serif;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    line-height: 54px;
    padding: 0 0 14px 0;
}
.single .entry-meta {
    width: 100%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    color: #000000;
}
.single .entry-meta a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.single .entry-date abbr {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.single .entry-utility {
    display: none;
}
.single #social-buttons {
    margin-top: 44px;
    padding-bottom: 44px;
}
.single #fb-button {
    float: left;
}
.single #nav-below {
    width: 100%;
    margin-top: 22px;
}


/* Artist Section */

.post-type-archive-artist .type-artist {
    position: relative;
    width: 31%;
    min-width: 350px;
    height: 320px;
    margin: 1%;
    float: left;
    overflow: hidden;
}
.post-type-archive-artist .type-artist .post-thumb {
    width: 100%;
    height: 410px;
    overflow: hidden;
    float: left;
}
.post-type-archive-artist .type-artist .post-thumb img {
    width: 100%;
    height: auto;
    min-width: 320px;
    min-height: 315px;
}
.post-type-archive-artist .type-artist .post-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    float: left;
    border: 0;
}
.post-type-archive-artist .type-artist .entry-title {
    background: rgba(0,0,0,0.5);
    height: 42px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
    border: 0;
}
.post-type-archive-artist .type-artist .entry-title a {
    color: #ffffff;
}
.post-type-archive-artist .type-artist .entry-meta {
    display: none;
}
.post-type-archive-artist .type-artist .entry-content {
    display: none;
}
.post-type-archive-artist .type-artist .entry-utility {
    display: none;
}


/* Single Artist */

.wp-caption {
    display: none;
}
.single .type-artist .entry-meta .n, .single .type-artist .entry-meta .nickname {
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}



/* Featured Header */

#content #featured_header-3 h3 {
    width: 100%;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;    
    padding: 0;
    padding-top: 28px;
    margin-bottom: 32px;
    border-top: 1px solid #222222;
}
#content #page-top ul {
    padding: 0;
}
#popular_posts {
    height: 290px;
    border-bottom: 0px solid #222222;
    margin-bottom: 40px;
    overflow: hidden;
}
#popular_posts li {
    position: relative;
    width: 25%;
    height: 308px;
    float: left;
    overflow: hidden;
}
#widget-thumbnail {
    height: auto;
    overflow: hidden;
}
#widget-thumbnail img {
    width: 100%;
    height: auto;
}
#widget-category {
    background: #ffffff;
    position: absolute;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 3px;
    margin-top: 6px;
    margin-left: 6px;
}
#widget-category.music {
  background: #f9fa86;
}
#widget-category.video {
  background: #fc96c8;
}
#widget-category.art, #widget-category.event {
  background: #9dfbeb;
}
#widget-category.news {
  background: #92d79c;
}
#widget-category.artists {
  background: #cbcefd;
}
#widget-category a {
    color: #000000;
    text-decoration: none;
}
#widget-category a:hover {
    text-decoration: underline;
}
#widget-title a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #000000;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin-top: 8px;
    padding-right: 20px;
}
#widget-date {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;    
    font-weight: 200;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 18px;
    float: left;
}

/* The Latest */

#content #the_latest-3 {
    width: 60%;
    float: left;
    overflow: hidden;
    border-bottom: 0px solid #222222;
    padding-bottom: 53px;
    margin-bottom: 32px;
}
#content #the_latest-3 h3 {
    width: 100%;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
#latest-thumbnail {
    width: 100%;
    margin-bottom: 12px;
}
#latest-thumbnail img {
    width: 100%;
    height: auto;
}
#latest-title {
    padding-bottom: 8px;
}
#latest-title a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: 200;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.latest_feature .meta {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;    
    font-weight: 200;
    text-transform: uppercase;
    line-height: 14px;
    margin-left: 2px;
}
.latest_feature .excerpt {
    font-family: 'Open Sans', Helvetica, Arial,sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    color: #222222;
    margin-top: 16px;
    margin-left: 2px;
}

/* Featured News */

#content #featured_news-2 {
    width: 60%;
    float: left;
    overflow: hidden;
    border-bottom: 0px solid #222222;
    padding-bottom: 10px;
    margin-bottom: 32px;
}
#content #featured_news-2 h3 {
    width: 100%;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
#latest-thumbnail {
    width: 100%;
    margin-bottom: 12px;
}
#latest-thumbnail img {
    width: 100%;
    height: auto;
}
#latest-title {
    padding-bottom: 8px;
}
#latest-title a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: 200;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.latest_feature .meta {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 200;
text-transform: uppercase;
line-height: 14px;
margin-left: 2px;
margin-bottom: 28px;
margin-top: 4px;
}
.latest_feature .author {
    float: left;
}
.latest_feature .date-time {
    float: left;
}
.latest_feature #category {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 5px;
    margin-top: -5px;
    margin-left: 6px;
    float: left;
}
#category.music {
  background: #f9fa86;
}
#category.music.news {
  background: #ef7b4f;
}
#category.video {
  background: #fc96c8;
}
#category.art, #category.event {
  background: #9dfbeb;
}
#category.news {
  background: #92d79c;
}
#category.artists {
  background: #cbcefd;
}
.latest_feature #category a {
    color: #000000;
    text-decoration: none;
    font-weight: 200;
}
.latest_feature .excerpt {
    font-family: 'Open Sans', Helvetica, Arial,sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    color: #222222;
    margin-top: 16px;
    margin-left: 2px;
    margin-bottom: 26px;
}

/* More News */

#fn-more {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 0;
}
.featured_news.sub {
    position: relative;
    width: 24%;
    margin-right: 1.33%;
    float: left;
    overflow: hidden;
}
#fn-more .featured_news.sub:nth-child(5) {
    margin-right: 0;
}
.featured_news img {
    width: 100%;
    height: auto;
}
.featured_news .headline {
    width: 86%;
    height: 132px;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    margin-top: 6px;
}
.featured_news .headline a {
    color: #f9604e;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 18px;
    float: left;
}
.featured_news .headline h1 {
    height: 180px;
}
.featured_news .headline h1 a {
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    clear: both;
}
.more_news {
    margin-top: 20px;
    padding-top: 20px;
}
.more_news a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}


/* Featured Tracks */

#content #featured_tracks-2 {
    width: 38%;
    float: left;
    overflow: hidden;
    margin-left: 2%;
    margin-bottom: 84px;
    padding-bottom: 53px;
    border-bottom: 0px solid #222222;
}
#content #featured_tracks-2 h3 {
    width: 100%;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
#track {
    width: 48%;
    float: left;
    height: 210px;
    padding: 1%;
    overflow: hidden;
}
#track .track-image {
    height: auto;
    overflow: hidden;
}
#track .track-image img {
    width: 100%;
    height: auto;
}
#track .track-posttitle {
    width: 100%;
}
#track .track-posttitle a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #000000;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin-top: 5px;
    padding-right: 4px;
}
.more_tracks {
    margin-top: 52px;
    float: left;
}
.more_tracks a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}

/* Ad Area */

#text-6 {
    width: 38%;
    float: right;
    text-align: centered;
    overflow: hidden;
    margin-left: 2%;
    margin-bottom: 32px;
    padding-bottom: 46px;
    border-bottom: 0px solid #222222;
}
#text-6 img {
    width: 100%;
}
#content #text-6 h3 {
    width: 100%;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
#text-7 {
    display: none;
}

/* Featured Article */

#content #featured_articles-2 h3 {
    width: 100%;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
#featured_articles-2 .featured_article {
    position: relative;
    float: left;
}
#featured_articles-2 .large {
    width: 74.9%;
    margin-right: 1%;
}
#featured_articles-2 #featured-column {
    width: 29%;
    margin-left: 1%;
    float: left;
}
#featured_articles-2 .sub {
    width: 24%;
    margin-bottom: 1.23%;
    overflow: hidden;
}
#featured_articles-2 .image-size {
    width: 100%;
    overflow: hidden;
}
#featured_articles-2 .featured_article:hover .headline {
    opacity: 1;
}
#featured_articles-2 .featured_article .permalink {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#featured_articles-2 .featured_article .feature_number {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 24px;
}
#featured_articles-2 .featured_article .headline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  padding: 2%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  opacity: 0;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
#featured_articles-2 .featured_article .headline p {
    font-size: 24px;
    display: inline;
    line-height: 1.6em;
}
#featured_articles-2 .featured_article .headline a {
    color: #f9604e;
    text-decoration: none;
}
#featured_articles-2 .large .headline h1 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 10px;
}
#featured_articles-2 .sub .headline h1 {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}
#featured_articles-2 .featured_article img {
    width: 100%;
    height: auto;
}
.more_articles a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}


/* Footer */

#footer {
    background: #f3f3f3;
}
#siteinfo {
    width: 100%;
    color: #666;
    font-size: 11px;
    line-height: 18px;
    padding: 0;
}
#subsidiary {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 44px;
    padding-bottom: 44px;
}
#subsidiary .aside {
    width: 32%;
    height: 88px;
    float: left;
    margin: 0 20px 0 0;
    border-right: 1px solid #000000;
}
#subsidiary li {
    list-style: none;
}
#subsidiary li a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}

#text-4 ul {
    margin: 0;
}
#text-4 li {
    padding-left: 22px;
    border-left: 2px solid #ffffff;
}

#text-3 ul {
    margin: 0;
}
#text-3 li, #text-5 li {
    padding-left: 22px;
    border-left: 2px solid #ffffff;
}

#text-4 .music {
    border-left: 2px solid #f9fa86;
}
#text-5 .video {
    border-left: 2px solid #fc96c8;
}
#text-4 .art, #text-3 .event {
    border-left: 2px solid #9dfbeb;
}
#text-4 .news {
    border-left: 2px solid #92d79c;
}
#text-3 .artists {
    border-left: 2px solid #cbcefd;
}

@media only screen and (max-width: 670px) {

/* Mobile Header */

#responsive-menu {
    position: absolute;
    top: 0; 
    display: block;
}

#branding {
    width: 300px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
#blog-title {
    width: 300px;
    height: 100px;
    margin: 0 auto 10px;
}
#blog-title a {
    background-size: 100%;
    width: 300px;
    height: 55px;
}
#searchbar {
    margin-top: 80px;
    left: 20%;
    width: 60%;
}
#header .social {
    position: relative;
    top: 0;
    right: 0;
    width: 150px;
    height: 44px;
    opacity: 0.2;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 20px;
    display: none;
}
#access {
    position: absolute;
    top: 42px;
    width: 100%;
    height: 82px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    border-bottom: 0px solid #ccc;
    overflow: visible;
    z-index: 100;
    display: none;
}
#access.open {
    display: block;
}
.sf-menu {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.sf-menu li {
    position: relative;
    width: 100%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    list-style-type: none;
    margin-right: 26px;
    float: none;
    display: inline-block;
}
#widget-title a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #000000;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin-top: 8px;
    padding-right: 20px;
}
.more_news {
    float: left;
}
.read_more {
    float: left;
}

#post-meta {
    width: 100%;
    height: 28px;
    clear: both;
}

/* What’s Popn */ 

#featured_header-3 {
display: none;
}
#popular_posts {
height: auto;
border-bottom: 0px solid #222222;
margin-bottom: 40px;
overflow: hidden;
}
#popular_posts li {
position: relative;
width: 100%;
height: 308px;
float: left;
overflow: visible;
}

/* The Latest */

#content #the_latest-3 {
width: 100%;
float: none;
overflow: hidden;
border-bottom: 0px solid #222222;
padding-bottom: 53px;
margin: 0 auto;
margin-bottom: 32px;
}
#latest-title a {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 28px;
font-weight: 200;
line-height: 38px;
text-transform: uppercase;
text-decoration: none;
color: #000000;
}
.latest_feature #category {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
text-transform: uppercase;
padding: 5px;
margin-top: 12px;
margin-left: 0;
float: left;
}
.latest_feature .excerpt {
font-family: 'Open Sans', Helvetica, Arial,sans-serif;
font-size: 18px;
font-weight: 200;
line-height: 22px;
color: #222222;
margin-top: 16px;
margin-left: 2px;
margin-bottom: 26px;
float: left;
}

/* Tracks */

#content #featured_tracks-2 {
width: 100%;
float: left;
overflow: hidden;
margin-left: 0;
margin: 0 auto;
margin-bottom: 32px;
padding-bottom: 53px;
border-bottom: 0px solid #222222;
}
#track {
width: 48%;
float: left;
max-height: 236px;
padding: 1%;
overflow: hidden;
min-height: 210px;
}
#widget-thumbnail img {
width: 100%;
height: auto;
max-height: 240px;
}

/* Ads */

#text-7 {
width: 100%;
float: none;
text-align: center;
overflow: hidden;
margin: 0 auto;
margin-left: 0;
margin-top: 60px;
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0px solid #222222;
display: block;
}
#text-7 img {
    width: 100%;
}
#content #text-7 h3 {
    width: 100%;
    color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
#text-6 {
    display: none;
}
#post-94 {
    display: none;
}


/* Featured News */

#content #featured_news-2 {
width: 100%;
float: none;
overflow: hidden;
margin: 0 auto;
margin-bottom: 32px;
padding-bottom: 10px;
border-bottom: 0px solid #222222;
}
.featured_news .headline {
width: 86%;
height: 132px;
color: #000000;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-weight: 200;
font-size: 12px;
font-style: normal;
text-transform: uppercase;
text-align: left;
margin-top: 6px;
line-height: 14px;
}
#fn-more .featured_news .headline {
height: 176px;
}

/* Footer */

#subsidiary .aside {
width: 29%;
height: 88px;
float: left;
margin: 0 20px 0 0;
border-right: 1px solid #000000;
}
#subsidiary li a {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 200;
text-transform: uppercase;
text-decoration: none;
color: #000000;
}

}