/*
Theme Name: Therivr
Author: Nathan Markey
Author URI: ttps://www.seablaze.com/
Description: Custom WordPress Theme.
Version: 1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-menu, editor-style, featured-images, accessibility-ready
Text Domain: wpcustomtheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =================================== CSS Reset =================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {  display: block;}
audio,
canvas,
video { display: inline-block;}
audio:not([controls]) { display: none;    height: 0;
}
[hidden],
template { display: none;}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
a { background: transparent;}
a:focus {outline: thin dotted;}
a:active,
a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre { white-space: pre-wrap;}
q { quotes: "\201C" "\201D" "\2018" "\2019";}
small { font-size: 80%;}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em;}
sub {bottom: -0.25em;}
img { border: 0;}
svg:not(:root) {
    overflow: hidden;
}
figure { margin: 0;}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; 
    padding: 0; 
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%;
    margin: 0; 
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top; 
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: middle;
    max-width:100%;
    width:auto\9;
    height: auto;
}
textarea { resize: vertical;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
button,
input,
select,
textarea {
    color: #000;
	font-size:100%;
}
*, html, body {
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}
/* Clearfix */
.clearfix:before,
.clearfix:after,
.site-width:before,
.site-width:after {
    content: " "; 
    display: table;
}
.clearfix:after,
.site-width:after {
    clear: both;
}
.clearfix,
.site-width {
    *zoom: 1;
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Avenir-Medium.woff') format('woff'), 
  url('fonts/Avenir-Medium.ttf')  format('truetype'), 
  url('fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
b,
strong,
th {
    font-weight:700;
}
body {
	font-size: 24px;
    color: #fff;
    font-family: 'Avenir-Medium';
    background: #000;
    line-height: 1.222;
}
p {
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-top:0;
	margin-bottom:25px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
    font-size: 35px
}
a {
	color: #f3bd6b;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-out; 
     -moz-transition: background-color 0.3s ease-out; 
       -o-transition: background-color 0.3s ease-out; 
          transition: background-color 0.3s ease-out; 
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.site-width {
    margin: 0 auto;
    max-width: 1312px;
}
.menu-toggle {
    display: none;
}
.site {
    background: none;
    margin: 0;
    border-top:6px solid #f3bd6b;
}
.site-header {
    padding: 38px 0 60px;
}
.site-header .site-width{
    height: 238px;
    position: relative;
    display: block;
}
.site-header .site-logo {
    position: absolute;
    width: 240px;
    top: 0;
    left: 50%;
    margin-left: -120px;
    display: block;
}
.site-header .site-header-menu {
    margin: 0;
}
.site-header .site-header-menu .menu-main-menu-left-links-container {
    margin: 0;
    float:left;
    padding-top: 15px;
}
.site-header .site-header-menu .menu-main-menu-right-links-container {
    float: right;
    margin: 0;
    padding-top: 15px;
}
.site-header .site-header-menu ul,
.site-header .site-header-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-header .site-header-menu ul li {
    float: left;
    position: relative;
    padding-top: 3px;
}
.site-header .site-header-menu ul li:after {
    content: "/";
    display: block;
    position: absolute;
    color: #f3bd6b;
    font-size: 21px;
    top: 5px;
    right: -33px;
}
.site-header .site-header-menu ul li a {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    padding: 0;
    line-height: 1.3125;
    display: block;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
}
.site-header .site-header-menu ul li:hover > a,
.site-header .site-header-menu ul li.current-menu-item a,
.site-header .site-header-menu ul li.current_page_parent a {
    border-bottom: 1px solid #f3bd6b;
    text-decoration: none;
}
.site-header .site-header-menu ul li.current-menu-item.menu-item-type-custom a {
    border-bottom: 1px solid #000;
}
.site-header .site-header-menu ul li.current-menu-item.menu-item-type-custom a:hover {
    border-bottom: 1px solid #f3bd6b;
}
.site-header .site-header-menu .primary-menu-left li {
    margin-right: 62px;
}
.site-header .site-header-menu .primary-menu-left li:last-child {
    margin-right: 0;
}
.site-header .site-header-menu .primary-menu-left li:last-child:after {
    display: none;
}
.site-header .site-header-menu .primary-menu-right li {
    margin-left: 62px;
}
.site-header .site-header-menu .primary-menu-right li:first-child {
    margin-left: 0;
}
.site-header .site-header-menu .primary-menu-right li:last-child:after {
    display: none;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: normal;
}
.site-footer {
    padding: 104px 0 35px;
}
.site-footer .menu-social-links-container {
    float: right;
}
.social-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.social-menu li {
    float: left;
    margin: 0 0 0 30px;
}
.social-menu li a {
    display: block;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-menu li.instagram a {
    background-image: url(images/icon_instagram.png);
}
.social-menu li.twitter a {
    background-image: url(images/icon_tweeter.png);
}
.social-menu li.facebook a {
    background-image: url(images/icon_facebook.png);
}
.site-footer .site-info {
    float: left;
}
.site-footer .site-info a,
.site-footer .site-info span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}
.site-footer .site-info span {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 5px;
}
.footer-copyright-text {
    clear: both;
    font-size: 16px;
    color: #f3bd6b;
    padding-top: 15px;
}
.site-footer .site-width {
    border-top:2px solid #f2bc6b;
    padding-top: 35px;
    position: relative;
}
.explicit-text {
    position: absolute;
    font-size: 21px;
    font-style: italic;
    top: -40px;
    left: 0;
}
.recent-releases-wrapper {
    background: url(images/bg_stars.jpg) no-repeat right center;
    background-size: cover;
    padding: 40px 0;
}
.section-title {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 55px;
    margin-bottom: 40px;
    background: url(images/title_bg.png) no-repeat center bottom;
}
.recent-releases {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border-top: 2px solid #454545;
    display: block;
    max-width: 1110px;
}
.recent-releases > li {
    border-bottom: 2px solid #454545;
    padding-bottom: 40px;
    padding-top: 40px;    
    overflow: hidden;
    position: relative;
}
.recent-releases > li .post-info {
    float: left;
    width: 72%;
    max-width: 760px;
    color: #b7b7b7;
    font-size: 20px;
}
.recent-releases > li .post-info p {
    margin-bottom: 0;
}
.recent-releases > li .post-info .post-title {
    font-size: 21px;
    color: #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
    display: block;
}
.recent-releases > li .post-info .more-link {
    display: none;
}
.read-more {
    display: inline-block;
    padding:7px 15px 3px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border:1px solid #f2bc6b;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.read-more:hover {
    background: #f2bc6b;
    color: #fff;
}
.recent-releases .read-more{
    position: absolute;
    right: 0;
    top: 50%;  
    margin-top:-18px;  
}
.site-width-inner {
    margin: 0 auto;
    max-width: 1110px;
}
.site-width-inner-1230 {
    margin: 0 auto;
    max-width: 1230px;
}
.blog-layout {
    background: url(images/blog_bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}
.page-title {
    font-size: 25px;
    text-transform: uppercase;
}
.page-title .page-title-border {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fec670;
    font-size: 35px;
    padding-bottom: 3px;
}
.news-listing .post {
    border-bottom: 2px solid #454545;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}
.news-listing {
    border-top: 2px solid #454545;
}
.news-listing .thumbnail {
    float: left;
    width: 200px;
    margin-right: 50px;
}
.news-listing .post-details {
    display: block;
    overflow: hidden;
}
.news-listing .meta-date {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    text-transform: uppercase;
}
.news-listing .meta-date span {
    color: #f3bd6b;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}
.news-listing .post-details p {
    margin-bottom: 0;
}
.news-listing .post-details .post-title {
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;  
    padding-bottom: 7px;     
}
.news-listing .post-details .post-title a {
    color: #fff;
}
.news-listing .post-details .post-sub-title {
    font-size: 23px;
    padding: 0 0 20px;
    text-transform: uppercase;
    font-style: italic;
}
.news-listing .post-details .post-by {
    padding-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #b7b7b7;
}
.news-listing .post-details .post-by span {
    color: #f3bd6b;
}
.news-listing .post-details .post-short-description {
    font-size: 20px;
}
.news-listing .post-details .post-short-description .more-link {
    display: none;
}
.page-template-about-page .site-width-inner-1230 > article {
    width: 37.5%;
    float: left;
}
.page-template-about-page .site-width-inner-1230 > article .entry-content {
    font-size: 26px;
    line-height: 1.2;
}
.page-template-about-page .site-width-inner-1230 > article .entry-content p {
    line-height: 1.2;
}
.page-template-about-page .site-width-inner-1230 .page-block-right {
    float: right;
    width: 52%;
}
.page-template-about-page .site-width-inner-1230 {
    padding-top: 60px;
}
.page-template-about-page .site-content .site-width {
    background: url(images/about_bg.jpg) no-repeat 0 65px;
}
.gmap {
    margin-bottom: 22px;
}
.gmap iframe {
    width: 100%;
    vertical-align: top;
}
.address,
.phone,
.fax {
    font-size: 20px;
    color: #b7b7b7;
    text-align: right;
}
.fax a {
    color: #b7b7b7;
}
.fax a:hover {
    color: #fff;
}
.fax {
    padding-top:5px;
}
.phone span,
.fax span {
    color: #fff;
    text-transform: uppercase;
    min-width: 90px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.phone em,
.fax em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    min-width: 182px;
}
.addressline-2 {
    margin-bottom: 20px;
}
.hero-block {
    background: #222222;
    margin-bottom: 40px;
}
.right-content-block {
    float: right;
    width: 74%;
}
.left-content-block {
    float: left;
    width: 26%;
}
.left-content-block .sidebar-inner {
    padding-right: 50px;
    padding-top: 5px;
}
.left-content-block .post-by {
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.left-content-block .post-by span {
    color: #f3bd6b;
}
.left-content-block .role {
    font-size: 21px;
    color: #bbbaba;
}
.hero-block .entry-thumbnail {
    float: right;
    padding: 40px;
}
.hero-block .description {
    overflow: hidden;
    padding: 40px 0;
}
.hero-block .description .des-inner-table {
    display: table;
    height: 350px;
}
.hero-block .description .des-inner-table .des-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.hero-block .singer {
    font-size: 42px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.hero-block  .post-sub-title {
    font-size: 32px;
    font-style: italic;
}
.cfs-hyperlink {
    border: 1px solid #f2bc6b;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 15px 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1.1;
}
.cfs-hyperlink:hover {
    background: #f2bc6b;
    color: #fff;
}
.hero-block .cfs-hyperlink {
    margin-top: 30px;
}
.schedule-layout {
    background: url(images/shedule_bg.jpg) no-repeat 0 center;
    background-size: cover;
}
body.single #page {  
    background: url(images/single_page_bg.jpg) no-repeat 0 bottom;
    background-size: 100% auto;
}
.schedule-table {
    border:0;
    padding: 0;
    border:0;
    border-top:2px solid #363636;
    width: 100%;
}
.schedule-table td {
    border:0;
    border-bottom: 2px solid #363636;
    padding:4px 0; 
    vertical-align: top;
}
.schedule-table td:first-child {
    width: 200px;
    font-size: 25px;
    text-transform: uppercase;
    padding: 20px 0;
}
.schedule-table td .date {
    font-size: 20px;
    padding-top: 5px;
}
.schedule-table td .date span {
    color: #f3bd6b;
}
.schedule-listing .schedule-loop {
    float: left;
    width: 33.33333333%;
    padding: 16px 0;
    font-size: 21px;
}
.schedule-listing .schedule-loop:nth-child(3n+4) {
    clear: both;
}
.schedule-listing .schedule-loop .schedule-time {
    text-transform: uppercase;
    padding-left: 50px;
}
.schedule-listing .schedule-loop .schedule-title {
    color: #cccccc;
    padding-left: 50px;
    padding-top: 5px;
}
.singer-social-links {
    display: block;
    float: none;
    padding: 40px 0 0 0;
    text-align: center;
    max-width: 136px;
}
.singer-social-links li {
    float: none;
    margin:0 0 30px;
}
.singer-social-links li a {
    margin: 0 auto;
}
.main-content-inner {
    max-width: 730px;
}
.down-arrow {
    display: inline-block;
    width: 88px;
    height: 88px;
    background: #161616 url(images/down_arrow.png) no-repeat center center;
    border-radius: 88px;
    overflow: hidden;
    vertical-align: middle;
    border:1px solid #373636;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.down-arrow:hover {
    background-color: #252525;
}
.home-down-arrow {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 65px;
}
.home-page-player-wrap-1 {
    width: 820px;
    height: 600px;
    margin: 0 auto;
    border:2px solid #dbaa62;
    margin-bottom: 20px;
    position: relative;
}
.home-page-player-wrap-1.mobile-audio {
    display: none;
}
.home-page-player-wrap-3 p {
    margin: 0;
    min-width: 526px;
}
.home-page-player-wrap-3 {
    padding: 25px 52px;
    overflow: auto;
}
.home-page-player-wrap-2 {
    border:2px solid #dbaa62;
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: -29px;
    right: -29px;
}
.home-page-player-wrap-3 iframe {
    border: 0 none;
    height: 500px;
    width: 100%;
    vertical-align: top;
    overflow: auto;
    min-width: 526px;
}
body.home #content .site-width-inner {
    position: relative;
}
body.home #content .site-width-inner:before,
body.home #content .site-width-inner:after {
    display: block;
    content: "";
    height:0;
    font-size: 0;
    line-height: 0;
    width: 119px;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    border-top:2px solid #dbaa62;
}
body.home #content .site-width-inner:before {
    left: 0;
}
body.home #content .site-width-inner:after {
    right: 0;
}

.entry-content .alignright,
.entry-content .alignleft {
    max-width: 45%;
}
.page-bottom-text-area-outer{
    background: #000;
}
.page-bottom-text-area {
    padding-top: 41px;  
    padding-bottom: 41px;  
    font-size: 75%;
    max-width: 1230px;
    margin:0 auto;
    color: #b7b7b7;
}
.page-bottom-text-area h1 {
    font-size: 28px;
}
.page-bottom-text-area h2 {
    font-size: 24px;
}
.page-bottom-text-area h3 {
    font-size: 20px;
}
body.home .page-bottom-text-area {
    max-width: 1110px;
}
.page-bottom-text-area .entry-content p:last-child,
.page-bottom-text-area .entry-content ul:last-child,
.page-bottom-text-area .entry-content li:last-child {
    margin-bottom: 0;
}
#content {
    padding-bottom: 40px;
}
body.home #content {
    padding-bottom: 0;
}
.wp-pagenavi {
    padding:40px 0;
    display: block;
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-size: 18px;
    border:0;
    padding:0 20px 0 7px;
    position: relative;
    color: #fff;
}
.wp-pagenavi a:last-child,
.wp-pagenavi span:last-child {
    padding-right: 7px;
}
.wp-pagenavi a:after,
.wp-pagenavi span:after {
    content: "|";
    color: #f3bd6b;
    font-size: 18px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-style: normal;
    font-weight: normal;
}
.wp-pagenavi a:last-child:after,
.wp-pagenavi span:last-child:after {
    display: none;
}
.wp-pagenavi span.current {
    color: #535353;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    font-style: italic;
}
.wp-pagenavi span.pages {
    display: none;
}

/* =============== Media Queries ================ */
@media screen and (max-width:1335px) { 
    .site-width {
        padding-left: 15px;
        padding-right: 15px;
    }
    .explicit-text {
        left: 15px;
    }
    .site-header .site-header-menu .primary-menu-left li {
        margin-right: 34px;
    }
    .site-header .site-header-menu .primary-menu-left li:last-child {
        margin-right: 0;
    }
    .site-header .site-header-menu .primary-menu-right li {
        margin-left: 34px;
    }
    .site-header .site-header-menu .primary-menu-right li:first-child {
        margin-left: 0;
    }
    .site-header .site-header-menu ul li:after {
        right: -20px;
    }
    .site-header .site-logo {
        width: 170px;
        margin-left: -85px;
    }
    .site-header .site-header-menu .menu-main-menu-left-links-container,
    .site-header .site-header-menu .menu-main-menu-right-links-container {
        padding-top:8px;
    }
    .site-header .site-width {
        height: 170px;
    }
    body.home #content .site-width-inner:before, 
    body.home #content .site-width-inner:after {
        width: 60px;
    }
    .hero-block .singer {
        font-size: 32px;
    }
    .hero-block .post-sub-title {
        font-size: 24px;
    }
    .page-template-about-page .site-width-inner-1230 > article {
        width: 44%;
    }
    body.home #content .site-width-inner {
        max-width: 994px;
    }  
    .page-bottom-text-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }  
}
@media screen and (max-width:1023px) { 
    .site-header {
        padding: 20px 0 40px;
    }
    .menu-toggle {
        display: block;
        width: 40px;
        height: 35px;
        position: absolute;
        top: 1px;
        right: 15px;
        border:0;
        padding: 0;
        background: url(images/menu_icon.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
    }
    .menu-open .menu-toggle {
        background-position: 0 -67px;
    }
    .menu-toggle span {
        font-size: 0;
        line-height: 0;
    }
    .site-header .site-header-menu {
        background-color: #262626;
        background-color: rgba(38, 38, 38, 0.95);
        position: fixed;
        top: 0;
        left:-250px;
        bottom: 0;
        overflow: auto;
        width: 240px;
        z-index: 111;
        border-top: 6px solid #f3bd6b;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .menu-open .site-header .site-header-menu {
        left: 0;
    }
    .site-header .site-header-menu .menu-main-menu-left-links-container, 
    .site-header .site-header-menu .menu-main-menu-right-links-container {
        float: none;
        padding:0;
    }
    .site-header .site-header-menu .primary-menu-left li,
    .site-header .site-header-menu ul li,
    .site-header .site-header-menu .primary-menu-right li {
        float: none;
        margin: 0;
        padding: 0;
    }
    .site-header .site-header-menu ul li:after {
        display: none;
    }
    .site-header .site-header-menu ul li a {
        display: block;
        padding: 20px 15px 14px;
        border-bottom: 1px solid #434343;
        background: #1c1c1c;
    }
    .site-header .site-header-menu ul li:hover > a,
    .site-header .site-header-menu ul li.current-menu-item a,
    .site-header .site-header-menu ul li.current_page_parent a {
        border-bottom: 1px solid #434343;
        text-decoration: none;
        background: #000;
        color: #f2bc6b;
    }
    .site-header .site-header-menu ul li.current-menu-item.menu-item-type-custom a {
        border-bottom: 1px solid #434343;
        background: #1c1c1c;
        color: #fff;
    }
    .site-header .site-header-menu ul li.current-menu-item.menu-item-type-custom a:hover {
        border-bottom: 1px solid #434343;
        background: #000;
        color: #f2bc6b;
    }
    .home-page-player-wrap-1 {
        width: 580px;
    }
    body.home #content .site-width-inner:before, body.home #content .site-width-inner:after {
        width: 52px;
    }
    body.home #content .site-width-inner {
        max-width: 738px;
    }
    .page-template-about-page .site-width-inner-1230 {
        padding-top: 0;
    }
    .page-template-about-page .site-width-inner-1230 > article {
        float: none;
        width: 100%;
        padding-bottom: 10px;
    }
    .page-template-about-page .site-width-inner-1230 .page-block-right {
        float: none;
        width: 100%;
    }
    .phone span, .fax span,
    .address, .phone, .fax {
        text-align: left;
    }
    .schedule-table td:first-child {
        width: 140px;
        font-size: 21px;
    }
    .schedule-table td .date {
        font-size: 16px;
    }
    .schedule-listing .schedule-loop .schedule-time,
    .schedule-listing .schedule-loop .schedule-title {
        padding-left: 25px;
    }
    .schedule-listing .schedule-loop {
        font-size: 18px;
    }
    .hero-block .left-content-block {
        display: none;
    }
    .hero-block .right-content-block {
        width: 100%;
        float: none;
    }
    .hero-block .entry-thumbnail {
        padding: 15px;
    }
    .hero-block .entry-thumbnail img {
        width: 280px;
    }
    .hero-block .description {
        padding: 15px 0;
    }
    .hero-block .description .des-inner-table {
        height: 280px;
        padding-left: 15px;
    }
    .right-content-block,
    .left-content-block {
        float: none;
        width: 100%;
    }
    .left-content-block {
        border-bottom: 2px solid #414141;
        padding-bottom: 35px;
        margin-bottom: 40px;
    }
    .left-content-block .sidebar-inner {
        padding-right: 0;
    }
    .singer-social-links {
        max-width: 100%;
        padding-top: 25px;
        overflow: hidden;
    }
    .singer-social-links li {
        float: left;
        margin: 0 25px 5px 0;
    }
}
@media screen and (max-width: 767px) { 
    .home-page-player-wrap-1 {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .home-page-player-wrap-2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .home-page-player-wrap-3 {
        padding:0;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    body.home #content .site-width-inner:before, body.home #content .site-width-inner:after {
        display: none;
    }
    .section-title {
        font-size: 32px;
    }
    .recent-releases > li {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .recent-releases > li .post-info {
        width: 100%;
    }
    .recent-releases .read-more {
        margin-top: 25px;
        position: relative;
        right: auto;
        top: auto;
    }
    .site-footer .menu-social-links-container {
        float: left;
    }
    .site-footer .menu-social-links-container .social-menu {
        float: left;
    }
    .site-footer .menu-social-links-container .social-menu li {
        margin: 0 25px 0 0;
    }
    .site-footer .site-info {
        clear: both;
        padding-top: 35px;
    }
    .home-down-arrow {
        padding-bottom: 35px;
    }
    .gmap iframe {
        height: 240px;
    }
    .news-listing .thumbnail {
        width: 100px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .news-listing .meta-date {
        top: 6px;
        font-size: 16px;
    }
    .news-listing .post-details .post-title {
        font-size: 22px;
    }
    .news-listing .post-details .post-sub-title,
    .news-listing .post-details .post-by {
        font-size: 18px;
    }
    .news-listing .post-details {
        overflow: visible;
    }
    .hero-block .singer {
        font-size: 24px;
    }
    .hero-block .post-sub-title {
        font-size: 18px;
    }
    .hero-block .cfs-hyperlink {
        margin-top: 20px;
    }
    .cfs-hyperlink,
    .read-more {
        font-size: 18px;
    }
    .hero-block .entry-thumbnail img {
        width: 250px;
    }
    .hero-block .description .des-inner-table {
        height: 250px;
    }
    body.single #page {
        background-image: none;
    }
    body.single #page #main {
        background: url(images/single_page_bg.jpg) no-repeat center bottom;
        background-size: 100% auto;
        padding-bottom: 50px;
    }
    body.single .site-footer {
        padding-top: 0;
    }
    /*.home-page-player-wrap-1.desktop-audio {
        display: none;
    }*/
    .home-page-player-wrap-3 iframe {
        height: 410px;
        width: 100%;
        min-width: 100%;
    }
    .home-page-player-wrap-1.mobile-audio {
        display: block;
    }
    .home-page-player-wrap-1.mobile-audio  .home-page-player-wrap-3 iframe {
        height: 720px;
        width: 100%;
        min-width: 100%;
    }
}
@media screen and (max-width: 567px) { 
    body {
        font-size: 20px;
    }
    .page-title .page-title-border {
        font-size: 30px;
    }
    .schedule-listing .schedule-loop {
        width: 100%;
        float: none;
        padding-bottom: 6px;
    }
    .schedule-listing .schedule-loop:last-child {
        padding-bottom: 16px;
    }
    .hero-block .entry-thumbnail {
        float: none;
        text-align: center;
    }
    .hero-block .description .des-inner-table {
        padding: 0 15px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
    }
    .hero-block .description .des-inner-table .des-table-cell {
        display: block;
    }
    .hero-block .description {
        padding-top: 0;
    }
    .hero-block .entry-thumbnail img {
        width: 200px;
    }
    .entry-content .alignright,
    .entry-content .alignleft {
        max-width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .page-bottom-text-area {        
        font-size: 90%;
    }  

    .home-page-player-wrap-1.mobile-audio  .home-page-player-wrap-3 iframe {
        height: 744px;
    }
    .page-bottom-text-area h1 {
        font-size: 24px;
    }
    .page-bottom-text-area h2 {
        font-size: 22px;
    }
    .page-bottom-text-area h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 413px) {
    .schedule-listing .schedule-loop .schedule-time, .schedule-listing .schedule-loop .schedule-title {
        padding-left: 10px;
    }
    .left-content-block .post-by,
    .left-content-block .role,
    .site-footer .site-info span {
        font-size: 18px;
    }
    .hero-block {
        margin-bottom: 20px;
    }
    .left-content-block {
        padding-bottom: 20px;
    }
    .home-page-player-wrap-1.mobile-audio  .home-page-player-wrap-3 iframe {
        height: 830px;
    }
}
@media screen and (max-width: 374px) {
    .schedule-listing .schedule-loop,
    .site-footer .site-info span {
        font-size: 16px;
    }
    .schedule-table td:first-child,
    .news-listing .post-details .post-short-description,
    .explicit-text  {
        font-size: 18px;
    }

    .news-listing .thumbnail {
        margin-bottom: 15px;
        margin-right: 15px;
        width: 78px;
    }
    .news-listing .post-details .post-title {
        font-size: 20px;
    }
    .news-listing .post-details .post-sub-title, 
    .news-listing .post-details .post-by {
        font-size: 16px;
    }
    .home-page-player-wrap-1.mobile-audio  .home-page-player-wrap-3 iframe {
        height: 850px;
    }
}

