a {
-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
}

.really_simple_share_twitter {
    width: 76px !important;
    padding-top: 8px;
}

.really_simple_share_facebook_share_new {
    width: 53px !important;
    padding-top: 6px;
}

.social_share {
    float: right;
}

.social_share iframe {
	height: 21px!important;
	vertical-align: middle!important;
	margin-top: 10px;
}

.rsThumbs {
    background-color: rgba(0,0,0,0.4);
}

    .rsDefault .rsBullets { 
       background: #fff; 
       background: rgba(0, 0, 0, 0); 
    }

    .rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
        background: rgba(0,0,0,0.2) !important;
        color: #FFF;
    }

    .rsThumbs {
        background: rgba(0,0,0,0.2) !important;
        color: #FFF;
    }

    .rsUni .rsThumb.rsNavSelected {
        background: #333;
        background: rgba(0,0,0,0.4);
    }
	
	 .royal_slide {
        top: 50%; 
        left: 50%; 
        display: block;
        position: absolute;
        width: 950px;
        height: 500px;
        margin-top: -250px; 
        margin-left: -475px;
    }
	
	.news-btn {
		padding: 5px 10px;
		font-family: 'Noto Sans', sans-serif;
		text-rendering: optimizelegibility;
		font-weight: 500;
		text-transform: uppercase;
		color: #fff;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index:99;
	}
	
	.news-btn:hover, .news-btn:focus {
		color: #fff!important;
	}
	
@media (max-width: 991px) {
	.royal_slide {
		width: 100%;
		height: 540px;
		padding-top: 33px;
        margin-top: 0; 
        margin-left: 0;
		position: static;
	}
	
	.news-btn {
		bottom: -100px;
	}
	
		img.rsImg {
		display: block;
		margin: 0 auto;
	}
	
	.rsGCaption {
		display: none;
	}
	
	.galleryTextThumbs .rsThumbs.rsThumbsVer {
		display: block!important;
		position: relative;	
		width: 100%;
	}
	
	.galleryTextThumbs .rsThumbs .rsThumb {
		width: 100%;
	}
}

.royal_slide {
    background-color: rgba(0,0,0,0);
}

@media(max-width: 500px) {
.galleryTextThumbs .rsThumbs.rsThumbsVer {
    display: none;
}
}
.galleryTextThumbs .rsTmb {
padding: 16px;
}


#home-bg {
    /*background-image: url('/wp-content/themes/taylor-gang/library/images/14032413950781-1024x858.jpg');*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* normalize.css 2012-07-07T09: 50 UTC - http: //github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block
}
audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*position: relative;
    min-height: 100%;*/
}
html,button,input,select,textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
    margin-bottom: 50px;
}
/*body.home #footer {
    display: none;
}*/
#interior-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
a:focus {
    outline: thin dotted;
}
a:active,a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p,pre {
    margin: 1em 0;
}
code,kbd,pre,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl,menu,ol,ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu,ol,ul {
    padding: 0 0 0 40px;
}
nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,input {
    line-height: normal;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled],input[disabled] {
    cursor: default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
b,strong,.strong {
    font-weight: bold;
}
dfn,em,.em {
    font-style: italic;
}
small,.small {
    font-size: 75%;
}
ul,ol {
    padding: 0;
    list-style-type: none;
}
dd {
    margin: 0;
}
.sidebar ul,.sidebar ol,.commentlist {
    list-style: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
span.amp {
    font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
    font-style: italic;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.alert-help,.alert-info,.alert-error,.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}
.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}
.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}
.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}
.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}
.button,.button:visited {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #728f2c;
    border-top-color: #84a734;
    border-left-color: #84a734;
    padding: 4px 12px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0,0,0,0.75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    border-radius: 4px;
    background-color: #8baf36;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9ac23c), to(#8baf36));
    background-image: -webkit-linear-gradient(top, #9ac23c, #8baf36);
    background-image: -moz-linear-gradient(top, #9ac23c, #8baf36);
    background-image: -o-linear-gradient(top, #9ac23c, #8baf36);
    background-image: linear-gradient(to bottom, #9ac23c,#8baf36);
}
.button:hover,.button:focus,.button:visited:hover,.button:visited:focus {
    color: #fff;
    border: 1px solid #728f2c;
    border-top-color: #5c7424;
    border-left-color: #5c7424;
    background-color: #7b9b30;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8baf36), to(#7b9b30));
    background-image: -webkit-linear-gradient(top, #8baf36, #7b9b30);
    background-image: -moz-linear-gradient(top, #8baf36, #7b9b30);
    background-image: -o-linear-gradient(top, #8baf36, #7b9b30);
    background-image: linear-gradient(to bottom, #8baf36,#7b9b30);
}
.button:active,.button:visited:active {
    background-color: #9ac23c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8baf36), to(#9ac23c));
    background-image: -webkit-linear-gradient(top, #8baf36, #9ac23c);
    background-image: -moz-linear-gradient(top, #8baf36, #9ac23c);
    background-image: -o-linear-gradient(top, #8baf36, #9ac23c);
    background-image: linear-gradient(to bottom, #8baf36,#9ac23c);
}
.blue-button,.blue-button:visited {
    border-color: #1472ad;
    text-shadow: 0 1px 1px #1472ad;
    background-color: #1681c4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
    background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
    background-image: -moz-linear-gradient(top, #1990db, #1681c4);
    background-image: -o-linear-gradient(top, #1990db, #1681c4);
    background-image: linear-gradient(to bottom, #1990db,#1681c4);
    box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,.blue-button:focus,.blue-button:visited:hover,.blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9,#1472ad);
}
.blue-button:active,.blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4,#1990db);
}
body {
    font-family: gtWalsheimPro-light;
    font-size: 100%;
    line-height: 1.5;
    color: black;
    /*background: url("http://taylorgangent.com/wp-content/themes/taylor-gang/library/images/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background: #fff;
}
.wrap {
    width: 96%;
    margin: 0 auto;
}
a,a:visited {
    color: #000;
    text-decoration: none;
	transition:         color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition:    color 0.5s ease;
    -ms-transition:     color 0.5s ease;
    -o-transition:      color 0.5s ease;
}
a:hover,a:focus,a:visited:hover,a:visited:focus {
    color: #d3d3d3;
}
a:link,a:visited:link {
    -webkit-tap-highlight-color: #000;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 500;
}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
    text-decoration: none;
}
h1,.h1 {
	color: #d3d3d3;
	    font-size: 3.5vw;
	    font-family: gtWalsheimPro-black;
	    height: 100%;
	    text-transform: uppercase;
}
h2,.h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
}
h3,.h3 {
    font-size: 1.125em;
}
h4,.h4 {
    font-size: 1.1em;
    font-weight: 700;
}
h5,.h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#logo {
    background: url("http://taylorgangent.com/wp-content/themes/taylor-gang/library/images/logo.png");
    height: 76px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*#artists-side-bar {
    padding-left: 10px;
    font-family: 'Gochi Hand', cursive;
}*/

#sidebar {
    background-color:rgba(0,0,0,0);
    height:1px;
	z-index: 999;
}

#artists-side-bar {
    padding-left: 10px;
    /*font-family: 'Gochi Hand', cursive;*/
    position: fixed;
    top: 25px;
    background-color: rgba(0,0,0,.3);
    width:13%;  
	z-index: 999;	
  text-transform: uppercase;
}

#artists-side-bar a {
    font-size: 18px;
    color: #fff;
}

#artists-side-bar a:hover, #artists-side-bar li.active a {
    color: #4E387E;
} 

#top-right {
    background-color: #323232;
    height: 76px;
}
#top-right-social {
    height: 38px;;
    text-align: right;
}
#top-right-social ul {
    margin: 0;
}
#top-right-social ul li {
    display: inline-block;
}
#top-right-social ul li a {
    padding: 19px;
    display: block;
}
#top-right-social ul .facebook {
    background: url("http://taylorgangent.com/wp-content/themes/taylor-gang/library/images/facebook-128.png") no-repeat top left;
    background-color: #3B5998;
    background-size: contain;
    width: 38px;
    height: 38px;
}
#top-right-social ul .instagram {
    background: url("http://taylorgangent.com/wp-content/themes/taylor-gang/library/images/instagram-128.png") no-repeat top left;
    background-color: #3F729B;
    background-size: contain;
    width: 38px;
    height: 38px;
}
#top-right-social ul .twitter {
    background: url("http://taylorgangent.com/wp-content/themes/taylor-gang/library/images/twitter-128.png") no-repeat top left;
    background-color: #00ACED;
    background-size: contain;
    width: 38px;
    height: 38px;
}
#top-right-social ul .youtube {
    background: url("http://taylorgangent.com/wp-content/themes/taylor-gang/library/images/youtube-128.png") no-repeat top left;
    background-color: #CD332D;
    background-size: contain;
    width: 38px;
    height: 38px
}

html,body {
    /*height: 100%*/
}

#container {
    clear: both;
    /*min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -300px*/
}

#container #container_footer {
    /*height: 300px;*/
}

#footer {
    clear: both;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height:40px;
    background:#000;
}

#inner-footer {
    margin-bottom: -45px;
}

#inner-footer img {
    position:relative;
    top:-163px;   
	z-index: 1;
}

.footer-content {
    text-align: center;
    color: #fff;
    position:relative;
    top: -194px;
}

.footer-content a {
    color: #fff;  
}

.footer-content .nav-social {
    display:inline;
    margin:0 3px 0 3px;
    padding:0 3px 0 3px;
}

.footer-content .nav-social:after {
    content: "\2022";
    color:rgba(255,255,255,0.1);
}

.footer-content .nav-social li {
    display:inline;
    float:none;
    margin:0 4px;
}

.copyright {
    float: right;
    position:relative;
    top: -219px;
    margin-right: 120px;
}

#top-social {
    text-align: right;
}
.top-right {
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
.selected {
    background-color: rgba(0,0,0,0.5)
}

.header {
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 80px;
    z-index: 13;
    transition: all 0.4s ease-in-out;
	cursor: pointer; cursor: hand;
}

.header .logo{
    z-index: 13;
    box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px 0px;
}

.hide {
	display:none;
}

.visible-xs {
    display:block;
}

.hidden-xs {
    display:none;
}

.no-scroll{
	overflow:hidden;
}

#top-nav{
 
}

.nav-close{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 70%;
    top: 70%;
    margin-top: -25px;
    margin-left: -25px;
	color:white;
	background-color:#000;
}

.nav-close i{
	font-size:60px;
    top: -5px;
    left: 1px;
    position: absolute;
}

#menu-top-nav {
    height:0px;
	margin: 0;
    overflow: hidden;
    clear: both;
    background:rgba(255,255,255,0.5);
}

#menu-top-nav.show {
    height:auto;
	position: fixed;
    border-bottom: 0px solid #000;  
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: black;
    z-index: 12;
    top: 0;
    left: 0;       
}

#top-nav ul {
    text-align: center;
	width:100vw;
}

#top-nav .nav li {
    height: 33.333%;
    position: relative;
	
	border: 1px solid #FFFFFF;
	    box-sizing: border-box;
	    float: left;
	    width: 50vw;
	    height: 33.33vh;
	    background-color: #000000;
	    transition: background-color 1s ease;
	    -webkit-transition: background-color 1s ease;
	    -moz-transition: background-color 1s ease;
	    -ms-transition: background-color 1s ease;
	    -o-transition: background-color 1s ease;
}    

#top-nav .nav li:hover {
    height: 33.333%;
    position: relative;
	
	border: 1px solid #FFFFFF;
	    box-sizing: border-box;
	    float: left;
	    width: 50vw;
	    height: 33.33vh;
	    background-color: #ede611;
	    transition: background-color 1s ease;
	    -webkit-transition: background-color 1s ease;
	    -moz-transition: background-color 1s ease;
	    -ms-transition: background-color 1s ease;
	    -o-transition: background-color 1s ease;
}    

#top-nav .nav li a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 33.33vh;
    font-size: 25px;
	font-family: gtWalsheimPro-black;
}

#top-nav .nav li a :hover,#top-nav .nav li a :focus,#top-nav .nav li a :visited:hover,#top-nav .nav li a :visited:focus {
    background-color: #d3d3d3;
}

#top-nav .nav li.current_page_item a {
    color: #fff;
}

#top-nav a, #top-nav a:visited {
    color: #fff;
    text-decoration: none;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}

.toggle-icon {
    float:right;
    width:30px;
    height:30px;
    margin:2px 10px;
}

.toggle-icon span {
    display:block;
    height:1px;
    border-top:1px solid #fff;
    margin:5px auto;
}

.byline {
    color: #999;
}
.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}
.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}
.entry-content video,.entry-content object {
    max-width: 100%;
    height: auto;
}
.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}
.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}
.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}
.ytctitle a {
    font-size: 12px;
    color: #323232;
    letter-spacing: 0;
}

.ytc-promotion{
	display:none;
}

.ytctitle a:hover,.ytctitle a:focus {
    color: #323232;
}

#ytc-wrapper .ytc-thumbnails a.ytcthumb {
	border:0px;
}

#ytc-wrapper .ytcplayer-wrapper{
	border:0px;
	margin-bottom:10px;
}

.pagination,.wp-prev-next {
    margin: 1.1em 0 2.2em;
}
.pagination {
    text-align: center;
}
.pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px;
}
.pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.pagination ul li a,.pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: .5em;
    min-width: 1em;
    display: block;
}
.pagination ul li span.current {
    font-weight: bold;
}
.wp-prev-next .prev-link {
    float: left;
}
.wp-prev-next .next-link {
    float: right;
}
.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
}
.commentlist li:last-child {
    margin-bottom: 0;
}
.commentlist li ul.children {
    margin: 0;
}
.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}
.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}
.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0;
}
.commentlist .odd {
    background: #eee;
}
.commentlist .even {
    background: #fefefe;
}
.commentlist .vcard {
    margin-left: 50px;
}
.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}
.commentlist .vcard time {
    float: right;
}
.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}
.commentlist .vcard time a:hover {
    text-decoration: underline;
}
.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}
.commentlist .comment_content {
    margin-left: 50px;
}
.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}
.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,.commentlist .comment-reply-link:focus {
    opacity: 1;
}
.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}
.respond-form form {
    margin: 0.75em 0;
}
.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}
.respond-form form li label,.respond-form form li small {
    display: none;
}
.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url],.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
}
.respond-form form input[type=text]:focus,.respond-form form input[type=email]:focus,.respond-form form input[type=url]:focus,.respond-form form textarea:focus {
    background: #fff;
}
.respond-form form input[type=text]:invalid,.respond-form form input[type=email]:invalid,.respond-form form input[type=url]:invalid,.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}
.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}
#comment-form-title {
    margin: 0 0 1.1em;
}
#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
    margin: 0 20px 1.1em;
}
.footer {
    clear: both;
    z-index: 99;
}
.ytcshort {
    margin: 0px 0 !important;
}
.ytctitle a {
    color: #fff!important;
}

#sidebar1,
#main {
    /*background-color: rgba(0,0,0,.5); */
}

#sidebar1 {
    /*margin-top: 117px;*/
}

.social-links {
    text-align: left;
    margin-bottom: 10px;
}

.social-links strong {
    font-size: 16px;
}

.social-link {
    display: inline-block;
    margin: 0 10px;
    font-size: 36px;
}

.slides-navigation a {
    font-size: 36px;
}

.slides-navigation a.next {
    right: 5px!important;
}

.slides-pagination a {
    border: 2px solid #9ac23c!important;
}

.slides-pagination a.current {
    background: #9ac23c!important;
}

.slides-navigation a.prev {
    left: 5px!important;
}

.slides-container .container {
    /*margin: 50px auto;
    width: 50%;*/
    height: 100%;
    width: 100%;
}

.slides-container li {
    overflow:visible !important;
}

.contrast {
    float:right;
    margin: 30px 10px;
    background-color: rgba(0,0,0,.3);
    padding: 5px;
    position: absolute;
    z-index: 999;
    right: 0;
    max-width: 400px;
    top: 0;
}

.slides-container .container a:hover {
    color: #fff;
    text-decoration: underline;
}

.persons {
    text-align: center;
}

.person {
    /*margin-bottom: 25px;*/
    display: inline-block;
    position: relative;
    max-width: 360px;
}

.artist-img-container {

}

.artist-img-container img {
    max-width: 100%;
    height: auto;
}


.artist-img-container:hover {
    filter: none;
	transition: all 0.4s ease;
}

ul li.artist:hover {
	-webkit-filter: none;
    filter: none;
    transition: all 0.4s ease;
}

.artist-img-container .img-hover {
    opacity: 0;
	position:relative;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.artist-img-container:hover .img-hover{
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    /*background: rgba(255,255,255,.5);*/
}

.no-logo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 100vh;
    font-family: gtWalsheimPro-black;
    color: #000000;
    font-size: 12vw;
    top: 0;
    text-align: center;
    z-index: 12;
	text-transform: uppercase;
}

.social-links {
    position: absolute;
    bottom: 0px;
}

.social-links a {
    font-size: 6vw;
}

.si_item {
    margin-bottom: -6px;
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.si_item img {
    width: 230px;
    height: 230px;
}

#main {
}

.twitter-feed {
    text-align: center;
    font-size: 20px;
}

.twitter-feed a {
    color: #4E387E;
}

.twitter-feed a:hover {
    color: #fff;
}

.tweet {
    /*width: 150px;
    min-height: 150px;
    float: left;
    word-wrap: break-word;
    background: #fff;
    color: #000;
    margin-right: 1px;*/
    min-width: 150px; 
    width: 230px;
    min-height: 200px;
    word-wrap: break-word;
    background: #fff;
    color: #000;
    margin-right: -3px;
    margin-bottom: 1px;
    display: inline-block;
    vertical-align: top;
}

.tweet .date {
    display: block;
    background: #4099FF;
    text-align: center;
    color: #fff;
}

.tweet .content {
    padding: 5px;
    text-align: center;
}

.tweet a {
    color: #4099FF;
}

.tweet a:hover {
    color: #000;
}

.si_item:hover {
    opacity: 0.6;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}


ul.ytchagallery a.ytcthumb {
    border:0 !important;
}

.bit-home-event {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    height: 80px;
    clear: both;
    float: none;
}

.bit-home-event > span {
    display: block;
    float: left;
}

.bit-home-event span.bit-artist {
    width:20%;
}

.bit-home-event span.bit-date {
    width:10%;
}

.bit-home-event span.bit-location {
    width:20%;
}

.bit-home-event span.bit-venue {
    width:20%;
}

.bit-home-event span.bit-social {
    width:10%;
}

.bit-home-event span.bit-social div {
    float:left;
    margin:0 5px;
}

.bit-home-event span.bit-tickets {
    width:20%;
}





/* FRONT PAGE */


.advps-slide-container {
position: relative;
margin: 0 auto;
margin-top: 50px;
}

.bx-wrapper img {
max-width: 100%;
height: 100%;
display: block;
}

.bx-wrapper {
position: relative;
margin: 0 auto 20px !important;
padding: 0;
}

#advps_container1 #bx-pager {
width: 100%;
position: relative !important;
text-align: center;
z-index: 9999;
}

.advps-excerpt-block-one p{
  margin: 0 0 !important;
}


ul.grid-items {
    width: 100vw;
    position: relative;
    display: table;
  padding:0;
  margin: 0;
}

ul li.grid-item{
    width: 19vw;
    height: 19vw;
    margin: 0.5vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  display: inline-block;
  text-transform: uppercase;
}

li.grid-item a .home-releases-cover-title{
	margin:0;
	display:none;
}

li.grid-item a{
  display: block;
  vertical-align: middle; 
  text-align: center;
  height:100%;
  width:100%;
  background-color: rgba(255,255,255,0);
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;

}

li.grid-item a:hover{
	background-color:rgba(255,255,255,0.9);
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
}

li.grid-item a:hover .home-releases-cover-title{
	display:table;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-family: gtWalsheimPro-black;
  text-transform:uppercase;
}
	
  ul.grid-items a,a:visited {
      color: #000;
      text-decoration: none;
  	transition:         color 0.5s ease;
      -webkit-transition: color 0.5s ease;
      -moz-transition:    color 0.5s ease;
      -ms-transition:     color 0.5s ease;
      -o-transition:      color 0.5s ease;
  }
  ul.grid-items a:hover,a:focus,a:visited:hover,a:visited:focus {
      color: #000;
  }
  ul.grid-items a:link,a:visited:link {
      -webkit-tap-highlight-color: #000;
  }













@media only screen and (min-width:  1400px) {

    #artists-side-bar {
        width: 180px;
    }

}

@media only screen and (min-width:  481px) {
    .entry-content .alignleft,.entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }
    .entry-content .alignright,.entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }
    .entry-content .aligncenter,.entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }

}
@media only screen and (min-width:  768px) {
    .onecol {
        width: 5.801104972%;
    }
    .twocol {
        width: 14.364640883%
    }
    .threecol {
        width: 22.928176794%;
    }
    .fourcol {
        width: 31.491712705%;
    }
    .fivecol {
        width: 40.055248616%;
    }
    .sixcol {
        width: 48.618784527%;
    }
    .sevencol {
        width: 57.182320438000005%;
    }
    .eightcol {
        width: 65.74585634900001%;
    }
    .ninecol {
        width: 74.30939226%;
    }
    .tencol {
        width: 82.87292817100001%;
    }
    .elevencol {
        width: 91.436464082%;
    }
    .twelvecol {
        width: 99.999999993%;
    }
    .onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
        position: relative;
        float: left;
        margin-left: 2.762430939%;
    }
    .first {
        margin-left: 0;
    }
    .last {
        float: right;
    }
    .wrap {
        max-width: 1140px;
    }
    .nav {
        border: 0;
    }
    .nav li {
        float: left;
        position: relative;
    }
    .nav li a {
        border-bottom: 0;
    }
    .nav li ul.sub-menu,.nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        display: none;
        z-index: 8999;
    }
    .nav li ul.sub-menu li a,.nav li ul.children li a {
        padding-left: 10px;
        border-right: 0;
        display: block;
        width: 180px;
        border-bottom: 1px solid #ccc;
    }
    .nav li ul.sub-menu li:last-child a,.nav li ul.children li:last-child a {
        border-bottom: 0;
    }
    .nav li:hover ul {
        top: auto;;
        display: block;
    }
    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em;
    }
    .widget {
        padding: 0 10px;
        margin: 2.2em 0;
    }
    .widget ul li {
        margin-bottom: 0.75em;
    }
    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }

}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after,a:visited:after {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after,a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,a[href^="javascript: "]:after,a[href^="#"]:after {
        content: "";
    }
    pre,blockquote {
        border: 1px solid #999;;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,h2,h3 {
        orphans: 3;;
        widows: 3;
    }
    h2,h3 {
        page-break-after: avoid;
    }
    .sidebar,.page-navigation,.wp-prev-next,.respond-form,nav {
        display: none;
    }

}

.visible-xs {
    display:none;
}






@media only screen and (max-width:  1000px) {

	ul li.grid-item{
	    width: 24vw;
	    height: 24vw;
	    margin: 0.5vw;
	}

@media only screen and (max-width:  979px) {
  .article-header h1{
    margin-top: 50px;
    font-size: 5vw;
  }
    
}


@media only screen and (max-width:  768px) {

    body {
        margin:0;
    }
	
	a:hover .home-releases-cover-title{
	  display:none;
	}
	
	ul li.grid-item{
	    width: 49vw;
	    height: 49vw;
	    margin: 0.5vw;
	}

    #interior-bg {
        z-index: -1;
        opacity: .2;
    }

	

    .sidebar-toggle {
        padding:4px 10px;
        margin:10px 0 0 0;
    }

    #sidebar {
        height:1px;
        overflow:hidden;
        clear:both;
        float:none;
        background-color: rgba(0,0,0,.3);
        margin-bottom:20px;
    }    

    #sidebar.show {
        height:auto;
    }    

    #artists-side-bar {
        position: static;
        width:100%;
        padding:0;
        text-align: center;
        background: none;
    }  

    #inner-content h1 {
        /*font-family: 'Gochi Hand', cursive;*/
        font-size: 2em; 
        color: #FFF;
        padding:0 10px;       
    }  

    .si_item img {
        width: 100%;
        height: auto;
    }

    div.si_item {
        width: 50%;
        float: left;
    }

    .person {
        position: relative;
    }

    .no-logo {
        padding: 0; 
    }    

    .social-links strong {
        font-size: 12px;
    }

    .bit-home-event {
        height: 130px;
    }

    #main div.bit-home-event span {
        width:50%;
    }

    #main div.bit-home-event span > .share {
        width: auto;
        font-size: 12px;
        float: left;
        margin: 4px 0 0 0;
    }

    #footer {
        line-height:0;
        position: relative; 
        margin-top: 173px;
    }

    #inner-footer {
        height:0px;
    }

    #inner-footer img {
        position:static;
        margin-top: -163px;
    }

    .footer-content {
        display: none;
    }

    .copyright {
        float: none;
        text-align: right;
        top: -15px;
    }
	
}



