/*  
Theme Name: She Makes War Wordpress Theme
Theme URI: http://www.matmartin.co.uk
Description: Theme designed by <a href="http://www.matmartin.co.uk">Mat Martin</a>.
Version: 1.0
Author: Mat Martin
Author URI: http://www.matmartin.co.uk
*/

.single-post p {
    line-height: 1.5em;
    padding-bottom: 15px;
}


#landing-content {
width: 80%;
    margin: auto;
    max-width: 800px;
    padding: 0 2%;
}

.page-id-13237 footer, .page-id-13237 #top-bar, .page-template-landing-page #top-bar, .page-template-landing-page footer {
display: none;
}

.page-id-13237 {
    margin: 0;
}


#landing-content p {
font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
}


* {
 	margin: 0;
 	padding: 0;
}

html {
	position: relative;
	min-height: 100%;
}

body {
    background: url(images/ground.jpg) repeat repeat; 
    margin: 0 0 215px 0; /*bottom margin = height of footer*/
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #383838;
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 215px;
	width: 100%;
	background-color: rgba(56, 56, 56, 0.98);
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/*overrides*/

input[type='submit'] {
   	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;  
   	height: 37px;
    padding: 0 30px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E8AB40;
    background-color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 0.85em;
    color: #383838;
    transition: all 0.4s ease-in;
}

input[type='submit']:hover {
   	background-color: #D4D4D4;
	color: #E8AC41;
	transition: all 0.4s ease-in;
}

/*text*/

p {
	font-size: 1em;
    line-height: 1.8em;
    padding-bottom: 8px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #535353;
}

h1 {
	font-size: 1.6em;
    font-family: 'Special Elite', cursive;
    font-weight: 400;
    color: #383838;
    line-height: 1.6em;
}

h2 {
	font-size: 1.5em;
    font-family: 'Special Elite', cursive;
    font-weight: 400;
    color: #383838;
    line-height: 1.5em;
}

h3 {
	font-size: 1.4em;
	font-family: 'Special Elite', cursive;
	font-weight: 400;
	color: #383838;
	line-height: 1.4em;
}

h4 {
	font-size: 1.2em;
	font-family: 'Special Elite', cursive;
	font-weight: 400;
	color: #383838;
	padding-bottom: 1.2em;
}

h5 {
	font-size: 1.1em;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #0992A1;
	padding-bottom: 5px;
	line-height: 1.1em;
}

h6 {
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #E8AB41;
	padding-bottom: 1em;
}

a {
	text-decoration: none;
	color: #0992A1;
}

a:hover { 
	color: #504E4D;
}

li {
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	list-style-type: none;
	color: #535353;
}

table {
	font-size: 1em;
	line-height: 1.6em;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #535353;
}

i {
	font-style: italic;
}

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

blockquote {
    padding: 5px 45px;
    border-left: solid 3px #E8AB40;
    width: auto;
    position: relative;
}

blockquote p {
	font-weight: 400;
	font-style: italic;
}

blockquote:before {
	display: block;
    content: "\201C";
    font-size: 53px;
    position: absolute;
    left: 13px;
    top: -2px;
    color: #E8AB40;
    font-family: Times, serif;
}

/*holding page*/

#holder-top-bar {
	width: 100%;
	height: 30px;
	padding: 20px 0;
	background-color: rgba(248, 248, 248, 0.9);
	z-index: 1000;
}

#holder-lh-banner {
	width: 250px;
	margin: 0 auto;
}

#holder-title {
	width: 250px;
}

#holder-title img {
	width: 250px;
	height: auto;
	opacity: 0.8;
}

#holder-content {
	width: 90%;
    padding: 0 5%;
    min-height: 100px;
    overflow: hidden;
    margin-top: 40px;
}

#holder-content h4 {
	font-size: 1.1em;
    font-family: 'Special Elite', cursive;
    font-weight: 300;
    color: #383838;
    padding-bottom: 8px;
    text-align: center;
    line-height: 40px;
}

#holder-sm-nav {
	width: 304px;
	margin: 0 auto 20px;
}

ul.holder-sm-nav-menu {
	list-style-type: none;
}

.holder-sm-nav-menu li {
	display: inline-block;
	opacity: 0.8;
}

.holder-sm-nav-menu li:hover {
	opacity: 0.4;
}

.holder-sm-nav-menu li img {
	width: 34px;
	height: 34px;
	margin: 0 3px;
}

#holder-logo {
	width: 100px;
	margin: 0 auto 20px;
}

#holder-mimi-signup-button {
    width: 140px;
    padding: 0 4%;
    margin: 20px auto 80px;
}

/*footer styling*/

#footer-content {
	width: 87%;
    padding: 30px 6.5% 15px;
    min-height: 50px;
    overflow: hidden;
}

#footer-content p {
	color: #FFFFFF;
	line-height: 1.3em;
}

#footer-content a {
	color: #D4D4D4;
}

#footer-content a:hover {
	color: #E8AC41;
}

#impressum {
	float: left;
    width: 42.5%;
    height: 130px;
    margin-top: 10px;
    margin-right: 4.3%;
}

#footer-logo {
	width: 6.5%;
	float: left;
}

#footer-logo img {
	width: 100%;
	height: auto;
	opacity: 0.7;
}

#footer-logo img:hover {
	opacity: 1;
}

#footer-right {
	width: 46%;
    float: right;
}

#footer-sm-nav {
	float: right;
	width: 80%;
	margin-bottom: 20px;
}

#footer-sm-nav  p {
	text-align: right;
}

ul.sm-nav {
	list-style-type: none;
	float: right;
}

.sm-nav li {
	display: inline-block;
	opacity: 0.8;
}

.sm-nav li:hover {
	opacity: 0.4;
}

.sm-nav li img {
	width: 34px;
	height: 34px;
	margin-left: 6px;
}

#footer-signup {
	clear: both;
	float: right;
	width: 80%;
}

h2.widgettitle {
	font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    color: #0A91A1;
    margin-bottom: 10px;
}

li#categories-3 {
    margin-bottom: 12px;
}

.foot-signup-title {
	float: right;
}

.foot-signup-title h5 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 39px;
    text-transform: uppercase;
}

.foot-signup-button {
	float: right;
	background-color: #F8F8F8;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E8AC41;
    border-radius: 0;
    height: 38px;
    padding: 0 8%;
    margin-left: 4%;
    transition: all 0.4s ease-in;
}

.foot-signup-button:hover {
	background-color: #D4D4D4;
	transition: all 0.4s ease-in;
}

.foot-signup-button h5 {
	color: #383838;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
}

.foot-signup-button:hover h5 {
	color: #E8AC41;
	transition: all 0.4s ease-in;
}

#footer-rh-text {
	float: right;
	width: 60%;
	margin-top: 20px;
}

#footer-rh-text p {
	text-align: right;
}

li.mimi-form p {
	text-align: right;
	padding-bottom: 0;
}

/*navs and banners*/

#top-banner-offset {
	width: 100%;
	height: 70px;
	clear: both;
}

#top-bar {
	width: 100%;
	height: 30px;
	padding: 20px 0;
	background-color: rgba(248, 248, 248, 0.9);
	position: fixed;
	z-index: 9000;
}

#lh-banner {
	float: left;
	margin-left: 1.5%;
}

#backstage-icon {
	float: left;
	margin-right: 15px;
}

#backstage-icon img {
    height: 40px;
    opacity: 0.8;
    width: auto;
    margin-top: -5px;
}

#title {
	float: left;
	margin-right: 35px;
}

#title img {
	height: 30px;
	opacity: 0.8;
}

#title img:hover {
	opacity: 0.6;
}

#home-menu-wrap {
	float: left;
	position: relative;
	height: 50px;
	display: none; /*change to block once backstage area is ready for display*/
}

#home-menu-wrap:hover img {
	opacity: 0.6;
}

#home-menu-holder {
	display: none;
}

ul.home-menu {
    clear: both;
    position: absolute;
    margin-top: 50px;
    margin-left: -50%;
}

ul.home-menu li {
	font-family: 'Special Elite', cursive;
	font-size: 1.1em;
    clear: both;
    z-index: -1000;
    padding: 5px 42px 15px 38px;
    background-color: rgba(248, 248, 248, 0.95);
    line-height: 27px;
}

ul.home-menu li a {
	color: #383838;
}

ul.home-menu li a:hover {
	color: #0A92A1;
}

#main-nav {
	float: right;
}

ul.main-nav {
	list-style-type: none;
	float: right;
}

.main-nav li {
	font-family: 'Special Elite', cursive;
	font-size: 1.1em; 
	display: inline-block;
	margin-right: 30px;
    line-height: 36px;
    opacity: 1;
}

.main-nav li:hover {
	cursor: default;
}

.main-nav li a {
	color: #383838;
}

.main-nav li a:hover {
	color: #0A92A1;
	cursor: pointer;
}

.main-nav li:hover .sub-menu {
    z-index: 1500;
    opacity: 1;
    transition: 0.3s ease-in;
}

.sub-menu {
    position: absolute;
    z-index: -1000;
    opacity: 0;
    padding: 0 1.6% 10px;
    transition: 0.3s ease-in;
    background-color: rgba(248, 248, 248, 0.95);
    margin-left: -1.5%;
    margin-top: 13px;
}

.sub-menu li {
	float: none;
	clear: both;
	font-size: 1em !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sub-menu li:hover a {
	color: #0A92A1 !important;
}

#rh-banner {
	margin-right: 2%;
	float: right;
}

#top-sm-nav {
	float: right;
	margin-bottom: 20px;
}

ul.top-sm-nav-menu {
	list-style-type: none;
	float: right;
}

.top-sm-nav-menu li {
	display: inline-block;
	opacity: 0.8;
}

.top-sm-nav-menu li:hover {
	opacity: 0.4;
}

.top-sm-nav-menu li img {
	width: 30px;
	height: 30px;
	margin-left: 5px;
}

/*sm nav collapse styling*/

#rh-collapse {
	display: none;
	margin-right: 4.5%;
	float: right;
}

#sm-master-icon {
	margin-top: -5px;
}

#sm-master-icon img {
	width: 40px;
	height: 40px;
	opacity: 0.8;
}

#sm-dropdown {
	margin-top: 20px;
	display: none;
}

#sm-dropdown-menu:hover {
	z-index: 2000;
}

ul.collapse-sm-nav {
	list-style-type: none;
}

.collapse-sm-nav li {
	opacity: 0.8;
}

.collapse-sm-nav li:hover {
	opacity: 0.4;
}

.collapse-sm-nav li img {
	width: 40px;
	height: 40px;
}

/*main nav collapse styling*/

#main-nav-collapse {
	display: none;
	margin-right: 15px;
	float: right;
}

#collapse-master-icon {
	margin-top: -5px;
}

#collapse-master-icon img {
	width: 40px;
	height: 40px;
	opacity: 0.8;
}

#collapse-dropdown {
	margin-right: -95px;
    display: none;
    position: absolute;
    z-index: 4000;
    right: 95px;
    width: 170px;
}

ul.col-main-nav {
	background-color: rgba(248, 248, 248, 0.95);
	list-style-type: none;
	padding: 20px 0 20px 10px;
	margin-top: 9px;
}

.col-main-nav li {
	font-family: 'Special Elite', cursive;
	font-size: 1.1em; 
	text-align: left;
	text-transform: lowercase;
	padding-left: 25px;
	padding-right: 25px;
    line-height: 36px;
    opacity: 1;
}

.col-main-nav li a {
	color: #383838;
}

.col-main-nav li a:hover {
	color: #0A92A1;
}

.col-main-nav li:hover .sub-menu {
    z-index: 1500;
    opacity: 1;
    transition: 0.4s ease-in;
}

/*homepage styling*/

#down-link {
	display: none;
	margin-left: 5%;
	margin-top: -110px;
	position: absolute;
}

#down-link img {
	width: 25%;
	opacity: 0.6;
}

#down-link img:hover {
	opacity: 0.9;
}

#cta {
	width: 100%;
	height: 280px;
	clear: both; 
	background-color: rgba(255, 255, 255, 0.4);
}

.cta-half {
	width: 50%;
	height: 280px;
	margin-top: 0;
	position: relative;
	z-index: 500;
	background-color: rgba(255, 255, 255, 0.4);
	transition: 0.6s ease-in;
}

#lh-cta {
	float: left;
}

#rh-cta {
	float: right;
}

.tab {
	width: 35%;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 3px solid #E8AC41;
	height: 67px;
	margin-top: -70px;	
	position: relative;
	z-index: 500;
}

.tab:hover {
	cursor: pointer;
}

.tab:hover h5 {
	color: #383838;
}

.tab h5 {
	font-family: 'Special Elite', cursive;
	color: #0A92A1;
	text-align: center;
	line-height: 70px;
}

#lh-tab {
	float: left;
	margin-left: 13%;
}

#rh-tab {
	float: right;
	margin-right: 13%;
}

.cta-content {
	height: 200px;
	width: 77%;
}

#lh-cta-content {
	padding: 40px 10% 40px 13%;
}

#rh-cta-content {
	padding: 40px 13% 40px 10%;
}

#rh-cta-feature-img {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 3%;
}

#rh-cta-feature-img img {
	height: 200px;
	width: auto;
	overflow: hidden;
}

#rh-cta-feature-img img:hover {
	opacity: 0.8;
}

#rh-cta-feature-copy {
	width: 60%;
	height: 196px;
	float: right;
	overflow: hidden;
}

#rh-cta-feature-copy h5 {
	line-height: 1.55em;
}

#rh-cta-feature-copy p {
	line-height: 1.55em;
}

.mimi-signup-button {
	background-color: #F8F8F8;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E8AC41;
    border-radius: 0;
    height: 38px;
    padding: 0 8%;
    width: 50%;
    margin-top: 10px;
    transition: all 0.4s ease-in;
}

.mimi-signup-button:hover {
	background-color: #D4D4D4;
	transition: all 0.4s ease-in;
}

.mimi-signup-button h5 {
	color: #383838;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
}

.mimi-signup-button:hover h5 {
	color: #E8AC41;
	transition: all 0.4s ease-in;
}

#mimi-signup-button-con {
    width: 20%;
}

.feature-post-timestamp {
	padding: 5px 0 2px;
}

.feature-post-timestamp p {
    font-size: 0.9em;
    color: #888888;
    line-height: 1em;
}

.cta-half:hover {
	margin-top: -280px;
	background-color: rgba(255, 255, 255, 0.9);
	transition: 0.6s ease-in;
}

.no_slide_up:hover {
	margin-top: 0 !important;
}

/*carousel styling*/

#slideshow_holder {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

#slideshow_holder div img {
	width: 100%; 
	height: auto; 
	display: block;
}

.slick-prev::before, .slick-next::before {
	color: #000 !important;
}

.slick-slider {
	margin-bottom: 0 !important;
	height: auto;
	max-height: 87vh;
	overflow: hidden;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

#carousel-override {
	display: none;
	width: 100%;
    height: auto;
    position: relative;
}

#carousel-override img {
	width: 100%;
	height: auto;
}

/*index styling*/

#post-content {
    width: 87%;
    padding: 30px 6.5% 60px;
    min-height: 53vh;
    overflow: hidden;
    background-color: rgba(248, 248, 248, 0.9);
}

#post-content h4 {
	padding-bottom: 20px;
	color: #0992A1;
}

#post-title {
    width: 60%;
    padding: 30px 0px 25px 6.5%;
    min-height: 20px;
    overflow: hidden;
}

/*inner page styling*/ 

.post-content-rh {
	float: left;
	width: 70%;
	padding-top: 20px;
}

.post-content-rh img {
	max-width: 100%;
	height: auto;
}

.wp-caption {
    margin-bottom: 15px;
    max-width: 100% !important;
}

.wp-caption p {
    color: #0992A1;
    font-size: 0.92em;
    font-style: italic;
}

.post-content-lh {
	width: 25%;
    float: right;
    padding-top: 20px;
}

.post-content-full-width {
	width: 100%;
	padding-top: 20px;
}

#photo-block {
	width: 100%;
	clear: both;
	margin-bottom: 35px;
}

#photo-block img {
	width: 100%;
	height: auto;
}

.post-content-lh img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

#content-holder {
	min-height: 10px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(56, 56, 56, 0.2);
}

/*single post styling*/ 

.twitter-follow-button {
	margin-top: 10px;
}

.post-timestamp {
	padding-top: 10px;
}

.post-timestamp p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 0;
}

img.alignleft {
	float: left;
	padding: 2% 2% 2% 0;
}

img.aligncenter {
	margin: 0 auto 10px;
}

img.alignright {
	float: right;
	padding: 2% 0 2% 2%;
}

input[type="password"] {
    height: 35px;
    width: 34%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E8AB40;
    margin-right: 10px;
    padding: 0 10px;
}

input[type="text"] {
    height: 35px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E8AB40;
    margin-right: 10px;
    padding: 0 10px;
}

input#email {
	width: 60%;
}

input#author {
	width: 60%;
}

input#url {
	width: 60%;
}

/*discog post styling*/

#discog-top-half {
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}

#dth-l {
	float: left;
	width: 45%;
	margin-right: 5%;
	float: left;
}

#dth-r {
    width: 50%;
    float: left;
}

#discog-cover {
	width: 100%;
	margin-bottom: 10px;
}

#discog-cover img {
	width: 100%;
	height: auto;
}

#buy-links {
	width: 100%;
	position: relative;
	margin: 10px 0 25px;
}

.buy-link {
	width: 100%;
	height: 35px;
	clear: both;
	margin: 0 0 10px 0;
}

.buy-link img {
	height: 35px;
	width: auto;
	opacity: 0.7;
	float: left;
	margin:	0 10px 0 0;
}

.buy-link p {
	line-height: 35px;
	color: #0992A1;
}

.buy-link:hover img {
	opacity: 0.5;
}

.buy-link:hover p {
	color: #383838;
}

#download-reveal {
    display: none;
}

#download-reveal p {
	padding-bottom: 2px;
}

#discog-copy {
	clear: both;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 1px solid rgba(56, 56, 56, 0.2);
}

#tracks ol li {
	color: #0992A1;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	line-height: 28px;
}

#tracks ol li a {
	color: #535353;
}

#tracks ol li a:hover {
	color: #0992A1;
}

.discog-element {
	margin-bottom: 10px;
}

.discog-lyrics {
	margin: 12px 0 10px 0;
    padding: 18px 0 0 0;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
}

.lyric-holder {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
}

.lyric-holder:nth-child(2) {
    border-top: none;
}

/*cf7 email capture styling*/ 

div.wpcf7 {
	width: 100%;
}

.cta-content div.wpcf7 {
	width: 100%;
    clear: both;
    margin: -15px 0 15px;
    min-height: 1px;
    overflow: hidden;
}

.wpcf7 input[type="text"] {
	background-color: #FFFFFF !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #E8AC41 !important;  
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    line-height: 38px !important; 
    padding: 0 3% !important;
    text-align: left !important;
	height: 36px !important;
	margin: 4px 2% 0 0 !important;
	width: 94% !important;
}

.wpcf7 input[type="email"] {
	background-color: #FFFFFF !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #E8AC41 !important;  
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    line-height: 38px !important; 
    padding: 0 3% !important;
    text-align: left !important;
	height: 36px !important;
	margin: 4px 2% 0 0 !important;
	width: 94% !important;
}

.cta-content .wpcf7 input[type="email"] {
    background-color: #FFFFFF !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #E8AC41 !important;
    border-radius: 0 !important;
    float: left;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    line-height: 38px !important;
    padding: 0 3% !important;
    text-align: left !important;
    height: 36px !important;
    margin: 4px 5% 0 0 !important;
    width: 64% !important;
}

span.wpcf7-list-item-label {
	font-size: 0.95em
}

input[type="checkbox" i] {
	margin: 3px 0 !important;
}

.wpcf7-submit {
	background-color: #FFFFFF !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 2px solid #E8AC41 !important;
	border-radius: 0 !important;
	color: #383838 !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 0.8em !important;
	font-weight: 400 !important; 
	line-height: 39px !important;
	padding: 0 2% !important;
	text-transform: uppercase !important;
	height: 38px !important;
	margin: 8px 0 !important;
	width: 55% !important;	
	transition: all 0.4s ease-in !important;
}

.wpcf7-submit:hover {
	background-color: #D4D4D4 !important;
	color: #E8AC41 !important;
	transition: all 0.4s ease-in !important;
}

.cta-content .wpcf7-submit {
	background-color: #FFFFFF !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #E8AC41 !important;
    border-radius: 0 !important;
    color: #383838 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.8em !important;
    font-weight: 400 !important;
    line-height: 39px !important;
    padding: 0 2% !important;
    text-transform: uppercase !important;
    height: 38px !important;
    margin: -4px 0 0 0 !important;
    width: 25% !important;
    float: left;
    transition: all 0.4s ease-in !important;
}

.cta-content .wpcf7-submit:hover {
	background-color: #D4D4D4 !important;
	color: #E8AC41 !important;
	transition: all 0.4s ease-in !important;
}

.cta-content h5 {
	padding-bottom: 0;
}

.cta-content div.wpcf7 img.ajax-loader {
    display: none;
}

.wpcf7-response-output {
	line-height: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #E8AC40 !important;
    font-size: 0.9em;
    padding: 0.5em 1em !important;
    color: #E8AC40;
    margin: 1em 0 !important;
}

.cta-content .wpcf7-response-output {
	line-height: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #E8AC40 !important;
    font-size: 0.9em;
    padding: 0.5em 1em !important;
    color: #E8AC40;
    margin: 45px 0 0 0!important;
}

div.wpcf7-mail-sent-ok {
	line-height: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #E8AC40 !important;
    font-size: 0.9em;
    padding: 0.5em 1em !important;
    color: #E8AC40;
}

div.wpcf7-validation-errors {
	border: 2px solid #E8AC40 !important;
	color: #E8AC40 !important;
	padding: 0.5em 1em !important;
	padding: 0.5em 1em !important;
	font-weight: 400;
    text-transform: uppercase;
    margin: 1em 0 !important;
    font-size: 0.9em !important;
}

span.wpcf7-not-valid-tip {
	border: 2px solid #E8AC40 !important;
	color: #E8AC40 !important;
	padding: 0.5em 1em !important;
	padding: 0.5em 1em !important;
	font-weight: 400;
    text-transform: uppercase;
    margin: 1em 0 !important;
    font-size: 0.9em !important;
}

#wpm_download_1 {
	display: none !important;
}

#wpm_download_2 {
	display: none !important;
}

#wpm_download_3 {
	display: none !important;
}

#wpm_download_4 {
	display: none !important;
}

#wpm_download_5 {
	display: none !important;
}

div[id^="wpm_download_"] {
    display: none !important;
}

/*post-gallery-styling */

#gallery {
	clear: both;
    margin-bottom: 20px;
    width: 102%;
}

.video-gallery {
	margin-top: 20px;
}

#gallery-featured-img {
	width: 100%;
	height: auto;
}

#gallery ul {
	list-style-type: none;
	padding-left: 0;
}

#gallery li {
    display: inline;
    margin-right: 2.2%;
    width: 17.75%;
    height: 0;
    padding: 17.75% 0 0 0;
    overflow: hidden;
}

#gallery li:nth-child(5n+5) {
    margin-right: 0;
}

#gallery li img {
	height: auto;
    margin-bottom: 20px;
    width: 17.75%;
}

#gallery li img:hover {
	opacity: 0.6;
}

/*post sidebar styling*/

#mimi-signup-button-side {
    width: 48%;
    background-color: #FFFFFF;
    margin-top: 0;
}

#mimi-signup-button-side:hover {
	background-color: #D4D4D4;
}

.sidebar-item {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid rgba(56, 56, 56, 0.2);
}

.sidebar-item:last-child {
	margin-bottom: none;
	border-bottom: none;
}

.sidebar-item label {
	display: none;
}

.sidebar-item select {
	color: #E8AC40;
    border: 0;
    outline: 1px solid #FFF;
    background-color: white;
    height: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.95em;
}

#subscribe-button img {
    width: 225px;
    margin-bottom: 0;
    height: auto;
}

#subscribe-button img:hover {
	opacity: 0.7;
}

#sidebar-top {

}

#sidebar-middle {

}

.sidebar-item ul li {
	padding: 0 0 20px 0;
}

.sidebar-item ul li a {
	color: #383838;
}

.sidebar-item ul li a:hover {
	color: #E8AC40;
}

#sidebar-bottom {
	
}

.searchform input[type="text"] {
	width: 60%;
	margin-right: 3%;
	background-color: #FFFFFF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #E8AC41;
	border-radius: 0;
	color: #383838;
	font-family: 'Raleway', sans-serif;
	font-size: 0.85em;
	font-weight: 400; 
	line-height: 32px;
	padding: 0 2%;
	text-transform: uppercase;
}

.searchform input[type="submit"] {
	background-color: #FFFFFF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #E8AC41;
	border-radius: 0;
	color: #383838;
	font-family: 'Raleway', sans-serif;
	font-size: 0.85em;
	font-weight: 400; 
	line-height: 32px;
	padding: 0 2%;
	text-transform: uppercase;
	width: 29%;	
	transition: all 0.4s ease-in;
}

.searchform input[type="submit"]:hover {
	background-color: #D4D4D4;
	color: #E8AC41;
	transition: all 0.4s ease-in;
}

#sidebar-feed {
	width: 80%;
	margin-left: 20%
}

.sidebar-feed-item {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(56, 56, 56, 0.2);
}

.sbfi-img {
	width: 100%;
}

.sbfi-img img {
	width: 100%;
	height: auto;
	opacity: 1;
	margin-bottom: 0;
}

.sbfi-img img:hover {
	opacity: 0.7;
}

/*blog feed styling*/

#blog-feed {
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 25px
}

.blog-feed-item {
	display: inline-block;
	width: 32%;
    margin: 0 2% 25px 0;
    min-height: 400px;
    float: left;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(56, 56, 56, 0.2);
    position: relative;
    overflow: hidden;
}

.blog-feed-item:nth-child(3n+3) {
	margin-right: 0;
}

.blog-feed-item:nth-child(3n+1) {
	clear: both;
}

.blog-feed-item-img {
	width: 100% !important;
	height: 0;
	padding: 100% 0 0 0;
	overflow: hidden;
	position: relative;
}

.blog-feed-item-img img {
	width: 100%;
    opacity: 1;
    height: auto;
    margin: auto;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
}

.blog-feed-img-alt {
	border-top: 1px solid #FFFFFF;
	width: 100%;
	height: 0;
	padding: 100% 0 0 0;
	overflow: hidden;
	position: relative;
	margin-top: -100%;
}

.blog-feed-item-overlay {
	width: 100%;
	height: 0;
	padding: 100% 0 0 0;
	margin-top: -100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: all 0.4s ease-in;
}

.blog-feed-item-overlay img {
	width: 20%;
	height: auto;
	position: absolute;
	margin: auto;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	opacity: 0.8;
}

.blog-feed-item:hover .blog-feed-item-overlay {
	opacity: 1;
	transition: all 0.4s ease-in;
}

.blog-feed-item-caption {
	padding: 20px 20px 0 20px;
    position: relative;
    min-height: 100px;
    overflow: hidden;
}

.blog-feed-item-caption h4 {
	padding-bottom: 8px !important;
	font-size: 1.1em;
	line-height: 1.5em;
}

.blog-feed-item-caption p {
	line-height: 1.5em;
}

.feed-timestamp p {
	font-size: 0.9em;
	line-height: 1.5em;
}

.blog-feed-item-caption-content {
	min-height: 100px;
    overflow: hidden;
    padding-bottom: 10px;
}

.read-more-link {
	width: 86%;
	border-top: 1px solid rgba(56, 56, 56, 0.2);
}

.read-more-link p {
	text-transform: uppercase;
	line-height: 40px;
	font-size: 0.96em;
	font-weight: 400;
}

#pagination-links {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    clear: both;
}

#pagination-links p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 0.95em;
	text-transform: uppercase;
	color: #383838;
}

#pagination-links p a:hover {
	color: #E8AC40;
}

.older_posts_link {
	width: 45%;
	float: left;
}

.older_posts_link p {
	text-align: left;
}

.newer_posts_link {
	width: 45%;
	float: right;
}

.newer_posts_link p {
	text-align: right;
}

/*backstage feed styling*/

#bs-intro-holder {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(56, 56, 56, 0.2);
}

#bs-feed-holder {   
    min-height: 50px;
    overflow: hidden;
    padding-top: 10px;
}

.bs-feed-item {
	width: 100%;
	min-height: 50px;
	overflow: hidden;
	padding-bottom: 45px;
	position: relative;
}

.line {
	width: 24px;
	position: absolute;
	left: 0;
	height: 100%;
	border-right: 1px solid rgba(56, 56, 56, 0.2); 
}

.rh-icons {
	float: left;
	width: 50px;
	margin-right: 25px;
	position: relative;
    z-index: 4000;
}

.year-marker {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #E8AC40; 
}

.year-marker:nth-child(even) {
	background-color: #0992A1;
}

.year-marker p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #F8F8F8;
	line-height: 50px;
	text-align: center;
	font-size: 0.95em;
}

.marker {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}

.link-marker {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}

.rh-icons img {
	width: 100%;

}

.link-marker img:hover {
	opacity: 0.8;
}

.bs-feed-item-content {
	width: 75%;
    float: right;
	padding: 25px 32px;
	min-height: 50px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(56, 56, 56, 0.2);
}

.bs-feed-image {
	width: 100%;
    margin-bottom: 25px;
}

/*about page styling*/

.bio {
	margin-bottom: 20px;
	min-height: 100px;
	overflow: hidden;
}

.bio-page-photo {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.bio-page-photo img {
	width: 100%;
	height: auto;
}

.press-quote {
	min-height: 45px;
	overflow: hidden;
	border-top: 1px solid rgba(56, 56, 56, 0.2);
	padding: 25px 15px;
}

.press-quote p {
	font-family: 'Special Elite', cursive;
    font-size: 0.9em;
    padding-bottom: 0;
    line-height: 1.7em;
    color: #777777;
}

.press-quote:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.5);
}

.press-quote:last-child {
	border-bottom: 1px solid rgba(56, 56, 56, 0.2);
}

/*sidebar galleries*/

#rh-gallery img {
	width: 80%;
    height: auto;
    margin-bottom: 25px;
    float: right;
}

/*gig page styling*/

.tourbox-offset {
    margin-bottom: 30px;
}

.past-gigs-list p {
	border-top: 1px solid rgba(56, 56, 56, 0.2);
	line-height: 1.7em;
	padding: 16px 13px;
}

/*music page styling*/

.intro-holder {
	margin-bottom: 10px;
}

.discography-container {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

.discog-entry {
	width: 30%;
	margin-right: 3%;
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: top;
}

.discog-entry:nth-child(3n+4) {
	margin-right: 0;
}

.discog-entry img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	opacity: 0.8;
}

.discog-entry img:hover {
	opacity: 1;
}

.discog-caption {
	height: 50px;
}

.discog-entry p {
	font-family: 'Special Elite', cursive;
	font-size: 0.95em;
	line-height: 1.6em;
}

.discog-caption p {
	padding-bottom: 2px;
}

.shop-button {
	background-color: #FFFFFF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #E8AC41;
	border-radius: 0;
	color: #383838;
	float: left;
	height: 38px;
	margin-top: 8px;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 0.85em;
	font-weight: 400; 
	line-height: 39px;
	text-align: center;
	color: #383838;	
	transition: all 0.4s ease-in;
}

.shop-button:hover {
	background-color: #D4D4D4;
	color: #E8AC41;
	transition: all 0.4s ease-in;
}

/*shop page styling*/

#shop-container {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

.shop-entry {
	width: 30%;
	margin-right: 3%;
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: top;
}

.shop-entry:nth-child(3n+4) {
	margin-right: 0;
}

.shop-entry img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	opacity: 0.8;
}

.shop-entry img:hover {
	opacity: 1;
}

.shop-entry p {
	font-family: 'Special Elite', cursive;
	font-size: 0.95em;
	line-height: 1.6em;
}

.shop-caption h4 {
	padding: 10px 0 !important;
}

.shop-caption p {
	padding-bottom: 2px;
}

.inner-shop-entry {
	width: 22%;
	margin-right: 3%;
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: top;
}

.inner-shop-entry:nth-child(4n+4) {
	margin-right: 0;
}

.inner-shop-entry img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	opacity: 0.8;
}

.inner-shop-entry img:hover {
	opacity: 1;
}

.inner-shop-entry p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.6em;
	padding-bottom: 8px;
}

p.price {
	color: #888888;
	font-family: 'Special Elite', cursive;
	padding-bottom: 0;
}

#isp-page-links {
	float: right;
    margin-right: 2%;
}

#isp-page-links p {
	line-height: 38px;
    padding-bottom: 0;
    float: right;
    padding-right: 10px;
}

.page-link img {
	width: 40px;
    height: auto;
    opacity: 0.7;
    float: right;
}

.page-link {
	clear: both;
	margin-bottom: 10px;
	height: 40px;
}

.page-link:hover img {
	opacity: 0.9;
}

.page-link:hover p {
	color: #0992A1;
}

#isp-post-content {
	width: 65%;
	float: left;
}

.isp-shop-button {
	text-align: center;	
	background-color: #FFFFFF;
	border-bottom: 2px solid #E8AC41;
	color: #383838;
	font-family: 'Raleway', sans-serif;	
	font-weight: 400; 	
	padding: 0 2%;
	text-transform: uppercase;
	width: 120px;
	margin-top: 6px;
	transition: all 0.4s ease-in;
}

.isp-shop-button h5 {
	line-height: 39px;
    font-size: 0.9em;
    padding-bottom: 0;
    font-weight: 400;
}

.isp-shop-button:hover {
	background-color: #D4D4D4;
	transition: all 0.4s ease-in;
}

.isp-shop-button:hover h5 {
	color: #E8AC41;
	transition: all 0.4s ease-in;
}

/*video page styling*/

.feature-video {
	width: 66%;
	float: left;
	margin-bottom: 12px;
}

.feature-video-caption {
	width: 30%;
	margin-left: 4%;
	float: left;
}

.feature-video-caption h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.feature-video-caption h4 {
	padding-bottom: 10px !important; 
	font-size: 1.1em;
}

.feature-video-caption p {
	font-size: 0.95em;
	line-height: 1.7em;
	padding-bottom: 8px;
}

.video-content {
	width: 100%;
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
    clear: both;
}

.video-entry {
    width: 32%;
    margin: 0 2% 25px -3px;
    display: inline-block;
    min-height: 100px;
    overflow: hidden;
    vertical-align: top;
}

.video-entry:nth-child(3n+3) {
	margin-right: 0;
}

.video-entry:nth-child(4n+3) {
	clear: right;
}

.video-entry h4 {
	padding-bottom: 10px !important; 
	font-size: 1.1em;
}

.video-entry p {
	font-size: 0.95em;
	line-height: 1.7em;
	padding-bottom: 8px;
}

.videography-container {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

.vid-entry {
	width: 22%;
	margin-right: 3%;
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: top;
}

.vid-entry:nth-child(4n+4) {
	margin-right: 0;
}

.vid-entry img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	opacity: 0.8;
}

.vid-entry img:hover {
	opacity: 1;
}

.vid-caption {
	min-height: 50px;
}

.vid-entry p {
	font-family: 'Special Elite', cursive;
	font-size: 0.95em;
	line-height: 1.6em;
}

.vid-caption p {
	padding-bottom: 2px;
}

#sub-vid-holder {
	width: 100%;
	clear: both;
}

.sub-vid {
	width: 48%;
	float: left;
	margin: 10px 4% 10px 0;
	min-height: 1px;
	overflow: hidden;
}

.sub-vid:nth-child(even) {
	margin-right: 0;
}

/*photos page styling*/

#gallery-container {
	width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid rgba(56, 56, 56, 0.2);
    clear: both;
    min-height: 100px;
    overflow: hidden;
}

#gallery-container ul {
    margin-top: 15px;
    width: 102%;
    min-height: 50px;
    overflow: hidden;
}

#gallery-container li {
    float: left;
    margin: 0 2% 2% 0;
    width: 17%;
    height: 0;
    padding: 17% 0 0 0;
}

#gallery-container li img {
	opacity: 1;
    width: 100%;
    height: auto;
    margin: -100% 0 0 0;
}

#gallery-container li img:hover {
	opacity: 0.8;
}

#gallery-container h4 {
	padding-bottom: 10px !important; 
}

#gallery-container p {
	font-size: 0.95em;
	line-height: 1.7em;
	padding-bottom: 8px;
}

/*connect page styling*/

.connect-page-form {
    margin: 30px 0 25px;
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    line-height: 1.8em;
}

/*mad mimi styling*/

.mimi-form-wrapper {
	margin-bottom: 20px !important;
    height: 46px !important;
    width: 100%;
}

.connect-page-form .mimi-form-wrapper {
	width: 85%;
}

.mimi-form label {
	display: none !important;
}

#mimi-form-2 .widgettitle {
	display: none !important;
}

.mimi-field {
	display: none !important;
}

.mimi-required {
	display: block !important;
}

input.mimi-field {
	background-color: #F8F8F8 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #E8AC41 !important;  
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    line-height: 38px !important; 
    padding: 0 3% !important;
    text-align: left !important;
    float: left !important;
	height: 36px !important;
	margin-right: 2% !important;
    margin-top: 8px !important;
	width: 67% !important;
}

input.mimi-submit {
	background-color: #F8F8F8 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 2px solid #E8AC41 !important;
	border-radius: 0 !important;
	color: #383838 !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 0.9em !important;
	font-weight: 400 !important; 
	line-height: 39px !important;
	padding: 0 2% !important;
	text-transform: uppercase !important;
	float: left !important;
	height: 38px !important;
	margin-top: 8px !important;
	width: 25% !important;	
	transition: all 0.4s ease-in !important;
}

input.mimi-submit:hover {
	background-color: #D4D4D4 !important;
	color: #E8AC41 !important;
	transition: all 0.4s ease-in !important;
}

.connect-page-form input.mimi-field {
	background-color: #FFFFFF !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #E8AC41 !important;  
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    line-height: 38px !important; 
    padding: 0 3% !important;
    text-align: left !important;
    float: left !important;
	height: 36px !important;
	margin-right: 2% !important;
    margin-top: 8px !important;
	width: 67% !important;
}

.connect-page-form input.mimi-submit {
	background-color: #FFFFFF !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 2px solid #E8AC41 !important;
	border-radius: 0 !important;
	color: #383838 !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 0.9em !important;
	font-weight: 400 !important; 
	line-height: 39px !important;
	padding: 0 2% !important;
	text-transform: uppercase !important;
	float: left !important;
	height: 38px !important;
	margin-top: 8px !important;
	width: 25% !important;	
	transition: all 0.4s ease-in !important;
}

.connect-page-form input.mimi-submit:hover {
	background-color: #D4D4D4 !important;
	color: #E8AC41 !important;
	transition: all 0.4s ease-in !important;
}

/*twitter feed*/

#twitterfeed {
    width: 80%;
    margin-top: 25px;
    background-color: #F2F2F2;
    min-height: 50px;
    overflow: hidden;
    padding: 25px 10%;
    border-left: 1px solid rgba(80,78,77,0.1);
    border-top: 1px solid rgba(80,78,77,0.1);
    border-bottom: 1px solid rgba(255, 255, 255,0.8);
    border-right: 1px solid rgba(255, 255, 255,0.8);
}

.twitter-action {
	float: left;
	margin-right: 10px;
}

.twitter-action p {
	size: 0.9em;
    padding-bottom: 0;
}

.twitter-action a {
	color: #0992A1;
}

.twitter-action a:hover {
	color: #D4D4D4;
}

.user {
	display: none;
}

#twitter-feed {
	margin: 10px 0;
	width: 100%;
	clear: both;
	min-height: 20px;
	overflow: hidden;
}

#twitter-feed h1 {
	display: none;
}

.twitter-icon {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.twitter-icon img {
	width: 100%;
	height: auto;
	opacity: 0.7;
}

.twitter-icon img:hover {
	opacity: 0.9;
}

.twitter-titling {
	float: left;
}

.twitter-titling h5 {
	padding-bottom: 0;
}

.twitter-article {
    list-style-type: none;
    overflow: hidden;
    color: #535353;
    padding: 12px 2% 12px 0;
    min-height: 40px;
    overflow: hidden;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
}

.twitter-article:last-child {
	border-bottom: 1px solid rgba(56, 56, 56, 0.2);
}

.twitter-article p {
	font-size: 0.95em;
    padding-bottom: 0;
}

.twitter-article a {
	color: #E8AC41;
}

.twitter-article a:hover {
	color: #888888;
}

.twitter-article p.timePosted {
	color: #888888;
}

.twitter-article p img {
	width: 20px;
	margin: 0 3px -5px;
}

.twitter-pic {
	display: none;
}

span.tweetprofilelink {
	display: none;
}

.intent {
	float: left;
	margin-right: 8px;
}

/*instagram feed*/

.insta-feed {
	margin: 20px 0 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
    width: 100%;
    min-height: 50px;
    overflow: hidden;
}

#sbi_images {
	margin-left: -8px;
}

.sbi_meta {
	margin-top: 5px;
}

.sbi_meta span {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 0.95em !important;
}

#sb_instagram .sbi_meta {
    line-height: 1;
    padding: 4px 0 0 0;
}

.collapse-insta-feed {
	display: none;
	margin: 20px 0 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
    width: 100%;
    min-height: 50px;
    overflow: hidden;
}

/*lightbox styling*/

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-family: 'Raleway', sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    color: #4F4F4D !important;
}

.inner {
	margin-top: 5px !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    background-color: rgba(255, 255, 255, 0.8);
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
    border-radius: 0 !important;
}

/*comment styling*/

#comments-holder {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(56, 56, 56, 0.2);
	clear: both;
}

#comments-holder p {
	font-size: 1em;
    margin-top: 5px;
    line-height: 1.6em;
}

#comments-holder h3 {
    font-family: 'Special Elite', cursive;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #0992A1;
    padding: 6px 0 0 0;
}

p.comment-notes {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 0.95em;
	color: #383838;
	padding-bottom: 15px;
}

p.logged-in-as {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 0.95em !important;
	color: #383838;
	padding-bottom: 15px;
}

form#commentform label {
	color: #6d6d6d;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding-right: 3%;
    width: 80px;
    float: left;
}

form#commentform p {
	padding-bottom: 0;
}

.comment-form-comment > textarea {
	background-color: #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E8AC40;
    height: 150px;
    padding: 2% 3%;
    width: 95%;
    color: #383838;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 300;
}

#respond input#submit {
    background-color: #FFFFFF;
    border-bottom: 2px solid #E8AC40;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #6d6d6d;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin-top: 15px;
    min-width: 20%;
    padding-left: 2%;
    padding-right: 2%;
    text-transform: uppercase;
    transition: all 0.4s ease-in;
}

#respond input#submit:hover {
	background-color: #D4D4D4;
	color: #E8AC41;
	transition: all 0.4s ease-in;
}

img.avatar {
	display: none;
}

.comment-awaiting-moderation {
    line-height: 1.8em;
}

h2.comments-title {
	font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.05em;
    line-height: 1.2em;
    color: #0992A1;
    /* text-transform: lowercase; */
    padding: 6px 0 0 0;
}

ol.comment-list {
    padding: 20px 0;
    list-style-type: none;
}

ol.comment-list li {
	background-color: #FFFFFF;
    border-top: 1px solid #E8AC40;
    padding: 15px 3%;
    width: 95%;
    color: #383838;
}

ol.children li {
	padding-bottom: 0;
}

.comment-meta.commentmetadata {
	font-family: 'Raleway', sans-serif;
    font-size: 0.93em;
    font-weight: 300;
    line-height: 2em;
}

.reply a {
	clear: both;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
}

cite {
    float: left;
    margin-right: 10px;
    line-height: 1.7em;
    font-size: 1em;
}

cite a {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
    color: #0992A1;
}

cite.fn {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
    color: #383838;
}

cite a:hover {
    color: #383838;
}

.says {
    display: none;
}

.reply {
    margin: 5px 0 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.95em;
}

ul.children li {
	padding-bottom: 0 !important; 
}

.comment-body {
	margin: 8px 0;
}

a[title="Log out of this account"] {
	margin-left: 5px;
}

/*overrides*/

div, p, a, li, td { -webkit-text-size-adjust:none; }

/*viewport breakpoints - UNCOMMENT meta name="viewport" in header*/

@media only screen and (max-width: 1440px) {

	.blog-feed-item-img {
   		width: 100%;
   	}
}

@media only screen and (max-width: 1410px) {

	#rh-cta-feature-copy {
		width: 54%;
	}
}
	

@media only screen and (max-width: 1320px) {

	#title {
		margin-right: 25px;
	}

	.main-nav li {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1275px) {

	#feature-window {
		height: auto;
	}
}

@media only screen and (max-width: 1210px) {
#title {
    margin-right: 15px;
}
.main-nav li {
    margin-right: 15px;
}

	#rh-cta-feature-copy {
		width: 51%;
	}

	.feature-video {
		width: 56%;
	}

	.feature-video-caption {
		width: 40%;
	}
}

@media only screen and (max-width: 1189px) {

	input#footer-signup-input {
		height: 36px;
	    margin-top: 8px;
	    text-align: center;
		width: 94%;
	}

	input#footer-signup-button {
		height: 38px;
		margin-top: 8px;
		width: 100%;	
	}

	#impressum {
		width: 40.5%;
	}

	#footer-logo {
		width: 8.5%;
	}

	#gig-feeds {
		width: 100%;
		float: none;
	}

	.feature-video {
		width: 50%;
	}

	.feature-video-caption {
		width: 46%;
	}
}

@media only screen and (max-width: 1150px) and (min-width: 1076px) {
#title img {
    height: 25px;
}
.main-nav li {
    margin-right: 13px;
}
#rh-banner {
    margin-right: 1%;
}
}

@media only screen and (max-width: 1130px) {

	#cta {
		height: 575px;
		overflow: hidden;
	}	

	#lh-cta {
		background-color: transparent;
	}

	#rh-cta {
		background-color: rgba(255, 255, 255, 0.9);
	}

	.tab {
		width: 87%;
		background-color: transparent;
		border-top: none;
		height: 25px;
		padding: 27px 6.5% 5px;
		margin-top: 0;	
	}

	.tab h5 {
		text-align: left;
		line-height: 27px;
	}

	#lh-tab {
		float: none;
		margin-left: 0;
	}

	#rh-tab {
		float: none;
		margin-right: 0;
	}

	#lh-cta {
		float: none;
		height: 250px;
	}

	#rh-cta {
		float: none;
		height: 325px;
	}

	.cta-half {
		width: 100%;
	}

	.cta-half:hover {
		margin-top: 0;
	}

	.cta-content {
		width: 87%;
	}

	#lh-cta-content {
		height: 150px;
		padding: 15px 6.5% 30px;
	}

	#rh-cta-content {
		height: 200px;
		padding: 15px 6.5% 30px;
	}

	#rh-cta-feature-img {
		width: 35%;
		height: 200px;
		float: left;
		margin-right: 3%;
		overflow: hidden;
		position: relative;
	}

	#rh-cta-feature-img img {
	    height: auto;
	    width: 100%;
	    position: absolute;
	    top: -9999px;
	    bottom: -9999px;
	    margin: auto;
	}

	#rh-cta-feature-copy {
		width: 60%;
		float: right;
		overflow: hidden;
	}

	#down-link {
		display: block;
	}

	.feature-video {
		width: 100%;
	}

	.feature-video-caption {
		clear: both;
		width: 100%;
		margin: 0 0 25px;
	}
}

@media only screen and (max-width: 1075px) {
	#rh-banner {
		display: none;
	}

	#rh-collapse {
		display: block;
	}

	#main-nav {
		display: none;
	}

	.sub-menu {
	    position: absolute;
	    z-index: -1000;
	    opacity: 0;
	    background-color: rgba(248, 248, 248, 0.95);
	    margin-top: -45px;
	    right: 170px;
	    padding: 10px 20px;
	    width: 120px;
	    transition: 0.4s ease-in;
	}

	.sub-menu li {
		float: none;
		clear: both;
		font-size: 0.95em !important;
	    display: block !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}

	.sub-menu li:hover a {
		color: #0A92A1 !important;
	}

	#lh-banner {
		margin-left: 3%;
	}

	#main-nav-collapse {
		display: block;
	}
}

@media only screen and (max-width: 985px) {

	body {
	    margin: 0 0 370px 0; /*bottom margin = height of footer*/
	}

	footer {
		height: 370px;
	}

	#footer-logo {
		display: none;
	}

	#footer-right {
		float: none;
		margin-top: 10px;
		width: 87%;
	}

	#footer-sm-nav {
		float: none;
	}

	ul.sm-nav {
		float: none;
	}

	.sm-nav li img {
		margin-left: 0;
		margin-right: 6px;
	}

	#footer-signup {
		float: none;
	}

	#footer-signup {
		margin-top: 35px;
	}

	.foot-signup-button {
		margin: 0;
		float: none;
	}

	.foot-signup-title {
		float: none;
	}

	li.mimi-form p {
		text-align: left;
	}

	#impressum {
		float: none;
		width: 100%;
	}

	.post-content-rh {
		width: 100%;
	    float: none;
	}

	.post-content-lh {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	#rh-gallery {
		display: none;
	}

	.connect-page-form {
		width: 100%;
	}
	
	.blog-feed-item {
		width: 32%;
	}

	.blog-feed-item:nth-child(even) {
		margin-right: 2%;
	}

	.blog-feed-item:nth-child(odd) {
		clear: none;
	}

	.blog-feed-item:nth-child(3n+3) {
		margin-right: 0;
	}

	.blog-feed-item:nth-child(3n+1) {
		clear: both;
	}

	#sidebar-feed {
		width: 100%;
		margin-left: 0;
	}

	.sidebar-feed-item {
    	width: 30%;
    	float: left;
    	margin: 0 3% 20px 0;
    }
}

@media only screen and (max-width: 929px) {

	.shop-entry {
	    width: 30.5%;
	}

	.shop-entry:nth-child(4n+4) {
	    margin-right: 3%;
	}

	.shop-entry:nth-child(3n+3) {
	    margin-right: 0;
	}

	.inner-shop-entry {
	    width: 30.5%;
	}

	.inner-shop-entry:nth-child(4n+4) {
	    margin-right: 3%;
	}

	.inner-shop-entry:nth-child(3n+3) {
	    margin-right: 0;
	}

	.discog-entry {
	    width: 30.5%;
	}

	.discog-entry:nth-child(4n+4) {
	    margin-right: 3%;
	}

	.discog-entry:nth-child(5n+5) {
	    margin-right: 0;
	}

	#holder-content .mimi-form-wrapper {
		width: 70% !important;
	}
}

@media only screen and (max-width: 829px) {

	body {
	    margin: 0 0 430px 0; /*bottom margin = height of footer*/
	}

	footer {
		height: 430px;
	}

	#cta {
		height: 605px;
	}

	#lh-cta {
		height: 280px;
	}

	#lh-cta-content {
		height: 185px;
	}

	#footer-sm-nav {
		width: 100%;
	}

	.connect-page-form:nth-child(even) {
		margin-bottom: 10px;
	}

	.insta-feed {
		display: none;
	}

	.collapse-insta-feed {
		display: block;
	}

	.video-entry {
		width: 48%;
	    margin: 0 2% 25px 0;
	    min-height: 100px;
	    overflow: hidden;
	}

	.video-entry:nth-child(3n+3) {
		margin-right: 2%;
	}

	.video-entry:nth-child(even) {
		margin: 0 0 25px 0;
	}

	#isp-post-content {
		width: 90%;
		float: none;
	}

	#isp-page-links {
		float: none;
		margin-top: 12px;
	}

	#isp-page-links p {
		float: left;
	}

	.page-link img {
		float: left;
		margin-right: 10px; 
	}

	.page-link p {
		float: left;
	}

	#dth-l {
    	width: 70%;
    	margin-right: 0;
    	float: none;
    }

    #dth-r {
    	width: 100%;
    	margin-right: 0;
    	float: none;
    }

    #buy-links {
    	margin: 30px 0 20px;
    	padding: 0 0 20px 0;
    	width: 100%;
    	border-bottom: 1px solid rgba(56, 56, 56, 0.2);
    }

    #discog-copy {
    	margin: 15px 0 0 0;
    }

    #mimi-signup-button-con {
	    width: 50%;
	}
}

@media only screen and (max-width: 770px) {

	#down-link {
		display: none;
	}

	.blog-feed-item {
		width: 48%;
	}

	.blog-feed-item:nth-child(3n+3) {
		margin-right: 2%;
	}

	.blog-feed-item:nth-child(3n+1) {
		clear: none;
	}

	.blog-feed-item:nth-child(even) {
		margin-right: 0;
	}

	.blog-feed-item:nth-child(odd) {
		clear: both;
	}
}

@media only screen and (max-width: 700px) {

    .shop-entry {
	    width: 47%;
	}

	.shop-entry:nth-child(3n+3) {
	    margin-right: 3%;
	}

	.shop-entry:nth-child(even) {
	    margin-right: 0;
	}

    .inner-shop-entry {
	    width: 47%;
	}

	.inner-shop-entry:nth-child(3n+3) {
	    margin-right: 3%;
	}

	.inner-shop-entry:nth-child(even) {
	    margin-right: 0;
	}

	.discog-entry {
	    width: 47%;
	}

	.discog-entry:nth-child(4n+4) {
	    margin-right: 3%;
	}

	.discog-entry:nth-child(3n+3) {
	    margin-right: 0;
	}

	#gallery li {
		margin-right: 1.5%;
    	width: 23%;
	}

	#gallery li img {
	    width: 23%;
	}

	#gallery li:nth-child(5n+5) {
		margin-right: 1.5%;
	}

	#gallery li:nth-child(4n+4) {
		margin-right: 0;
	}
}


@media only screen and (max-width: 650px) {

	#carousel {
		display: none;
	}

	#carousel-override {
		display: block;
	}

	.line {
		display: none;
	}

	.rh-icons {
		clear: both;
		float: none;
		width: 100%;
		height: 50px;
		padding-bottom: 10px;
	}

	.year-marker {
		float: left;
		width: 45px;
		height: 45px;
	}

	.year-marker p {
		line-height: 45px;
	}

	.marker {
		width: 45px;
		height: 45px;
		float: left;
		margin: 0 0 0 10px;
	}

	.link-marker {
		width: 45px;
		height: 45px;
		float: left;
		margin: 0 0 0 10px;
	}

	.bs-feed-item-content {
		width: 88%;
		clear: both;
		float: none;
	}
}

@media only screen and (max-width: 634px) {

	.images {
		width: 100%;
		float: none;
	}

	.entry-summary {
	    width: 100%;
	    float: none; 
	}

	.single_add_to_cart_button {
		width: 100%;
	}

	#footer-right {
		margin-top: 20px;
	}

	#footer-signup {
		width: 100%;
	}

	#cta {
		height: 785px;
	}

	#rh-cta {
		height: 505px;
	}

	#rh-cta-feature-img {
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}

	#rh-cta-feature-copy {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}

	#inner-top-window {
		width: 100%;
		height: 400px;
	}

	#featured-image {
		width: 100%;
		height: 400px;
		overflow: hidden;
		position: relative;
		opacity: 0.8;
		z-index: 0;
	}

	#featured-image img {
		bottom: -9999px;
	    height: auto;
	    left: -9999px;
	    margin: auto;
	    min-width: 150%;
	    position: absolute;
	    right: -9999px;
	    top: -9999px;
	}

	#rh-gallery img {
		width: 100%;
		height: auto;
		margin: 15px 0;
		float: none;
	}

	.video-entry {
		width: 100%;
	    margin: 0 0% 25px 0;
	    min-height: 100px;
	    overflow: hidden;
	}

	.video-entry:nth-child(3n+3) {
		margin-right: 0;
	}

	#dth-l {
    	width: 100%;
    }

}

@media only screen and (max-width: 510px) {

	#top-bar {
		height: 35px;
	}

	#top-banner-offset {
		height: 75px;
	}

	.blog-feed-item {
		width: 100%;
	}

	.blog-feed-item:nth-child(3n+3) {
		margin-right: 0;
	}

	.blog-feed-item:nth-child(3n+1) {
		clear: both;
	}

	#post-title {
		width: 75%;
	}

	#sidebar-feed {
		display: none;
	}

	#holder-content .mimi-form-wrapper {
		width: 90% !important;
	}

	.mimi-signup-button {
		width: 84%;
	}

	.foot-signup-button {
		width: 100%;
	}

	#gallery li {
		margin-right: 5.5%;
    	width: 45%;
	}

	#gallery li img {
	    width: 45%;
	}

	#gallery li:nth-child(5n+5) {
		margin-right: 5.5%;
	}

	#gallery li:nth-child(4n+4) {
		margin-right: 5.5%;
	}

	#gallery li:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 479px) {

	body {
	    margin: 0 0 490px 0; /*bottom margin = height of footer*/
	}

	footer {
		height: 490px;
	}

	#cta {
		height: 835px;
	}

	#lh-cta {
		height: 320px;
	}

	#rh-cta {
		height: 535px;
		padding-bottom: 45px;
	}

	#footer-sm-nav {
		width: 100%;
		margin-bottom: 0;
	}

	.sm-nav li img {
		width: 45px;
		height: 45px;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	#featured-image img {
		bottom: -9999px;
	    height: auto;
	    left: -9999px;
	    margin: auto;
	    min-width: 180%;
	    position: absolute;
	    right: -9999px;
	    top: -9999px;
	}
}

@media only screen and (max-width: 468px) {

	#title img {
		margin-top: 5px;
		height: 24px;
		opacity: 0.8;
	}

	#footer-sm-nav {
		width: 80%;
		margin-bottom: 0;
	}

	#rh-cta-feature-copy {
		margin-bottom: 35px;
		height: 250px;
	}

	#cta {
		height: 920px;
	}

	#lh-cta {
		height: 340px;
	}

	.shop-entry {
	    width: 100%;
	    margin-right: 0;
	}

	.shop-entry:nth-child(4n+4) {
	    margin-right: 0;
	}

	.shop-entry:nth-child(3n+3) {
	    margin-right: 0;
	}

	.inner-shop-entry {
	    width: 100%;
	    margin-right: 0;
	}

	.inner-shop-entry:nth-child(4n+4) {
	    margin-right: 0;
	}

	.inner-shop-entry:nth-child(3n+3) {
	    margin-right: 0;
	}

	.discog-entry {
	    width: 100%;
	    margin-right: 0;
	}

	.discog-entry:nth-child(4n+4) {
	    margin-right: 0;
	}

	.discog-entry:nth-child(3n+3) {
	    margin-right: 0;
	}
}

@media only screen and (max-width: 417px) {
.page-id-13237 #rh-collapse, .page-id-13237 #lh-banner, .page-id-13237 #rh-collapse, .page-id-13237 #main-nav-collapse {
display: none;
}
	#top-bar {
		height: 80px;
	}

	#top-banner-offset {
		height: 120px;
	}

	#lh-banner {
		margin: -5px 0 5px 3%;
	}

	#title {
		clear: both;
	}

	#title img {
		width: 85%;
	    height: auto;
	}

	#sm-master-icon {
		margin-top: -10px;
	}

	#sm-dropdown-menu {
		height: 250px;
		position: absolute;
	}

	ul.collapse-sm-nav {
	    background-color: rgba(255, 255, 255, 0.9);
	    width: 118%;
	    padding: 8%;
	    margin: -11px 0 0 -8%;
	}

	.collapse-sm-nav li {
	    display: inline-block;
	    margin-right: 2%;
	}

	.collapse-sm-nav li:last-child {
		margin-right: 0;
	}

	#collapse-master-icon {
		margin-top: -10px;
	}

	#main-nav-collapse {
	    display: inline-block;
	    margin: 10px 0 0 50px;
	    float: left;
	}

	#rh-collapse {
	    display: inline-block;
	    margin: 10px 0 0 3%;
	    float: left;
	}

	#home-menu-wrap {
	    display: none;
	}

	ul.col-main-nav {
		padding: 0 0 20px 0;
	}

	ul.col-main-nav li {
		padding: 5px 4%;
		line-height: 27px;
	}

	#collapse-dropdown {
		margin-top: -5px;
		width: 100%;
	}

	#footer-right {
		width: 100%;
	}

	.discog-entry {
		width: 100%;
		margin-right: 0;
		float: none;
		padding-bottom: 5px;
	}

}


