/*
Theme Name: required+ Starter
Theme URI: http://themes.required.ch/
Author: required+ Team
Author URI: http://required.ch/
Description: Starter child theme for the required+ Foundation parent theme.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.4
Template: required-foundation
Text Domain: requiredstarter
*/

/*
	Make the template work
*/
@import url(../required-foundation/style.css);

body {
	/*background: url("images/main-bg.png") repeat-x 0 0 #f8eff2;*/
}

.row .row {
    margin: 0;
}

a:link, a:visited {
    color: #d61e00;
}

a.button {
    background: #7b5471;
    border: 1px solid #66405c;
    color: #fff;
}

a.button:hover {
    color: #fff;
    background-color: #66405c;
}

.splash-page {
background: #FFF !important;
width: 100%;
}
.splash-box {
margin: auto;
text-align: center;
}
.splash-links {
margin: 0 0 42px;
}
.splash-links li {
display: inline;
font-family: 'Oswald', sans-serif;
background: #4d1024;
padding: 7px 14px;
font-size: 24px;
margin: 0 21px;
font-weight: normal;
text-transform: uppercase;
}
.splash-links li a{
color: #fff;
}

.columns {
	padding: 0 0 0 15px;
}

h1, h2, h3 {
	font: 28px 'Oswald', sans-serif;
	text-rendering: auto;
	text-transform: uppercase;
}

/* POPUPS */
.fancybox-overlay {
	background: url("images/bk-gradient-75.png") repeat 0 0;
}
.fancybox-content-inside {
	margin: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: 0;
	padding: 0;
}

/* HEADER */

.signup-links {
	list-style-type: none;
}
.signup-links li {
	float: left;
	border-left: 1px solid #000;
	padding: 4px 10px;
	height: 28px;
	font-size: 12px;
	/*background: #77192f;*/
	color: #fff;
}
.signup-links li a, .signup-links li a:visited {
	color: #fff;
}
.signup-links li a:hover {
	text-decoration: underline;
}
.signup-links li:last-of-type {
	border-right: 1px solid #000;
}
hgroup {
	position: absolute;
	left: 22%;
}
h1.logo {
	margin: 0;
	width: 90px;
}
h1.logo a, h4.subheader {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.masthead {
	/*background: url("images/masthead-021215.jpg") no-repeat top center;*/
	background: #000;
	height: 383px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 0 solid #bbb;
	text-align: center;
}
.new-music-box {
    position: relative;
}
.new-music-title {
    position: absolute;
    top: 63px;
    left: 42px;
}
.order-box {
	position: absolute;
	top: 7px;
	width: 280px;
}
p.order-text {
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase; 
	line-height: 18px;
}
.order-thumb {
	width: 150px;
	display: table;
	margin: 0 auto 14px;
}
.order-btn {
	position: absolute;
    left: 0;
    top: 230px;
}
.app-badges {
	list-style-type: none;
}
.app-badges li {
	display: inline;
	margin-right: 14px;
}

/* NAVIGATION */
nav.top-bar {
	display: none;
}
.nav-row {
	background: #000; 
	height: 63px;
}
.navwrap {
	position: relative;
}

nav.main-nav, nav.top-bar {
	background: transparent;
	height: 90px; 
	clear: both;
	margin-top: 10px;
	/*padding: 0 0 0 150px;*/
}

nav.main-nav ul, nav.top-bar ul {
	margin: 0 auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
	display: inline-block;
}

nav.main-nav li, nav.top-bar li {
	display: inline; 
	float: none; 
	position: relative; 
	border-right: 1px solid #000;
	margin-bottom: 0px;
}

nav.main-nav li a, nav.top-bar li a {
	display: inline-block; 
	line-height: 42px; 
	padding: 0 14px; 
	color: #FFF;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}
nav.main-nav ul li a:hover, nav.main-nav ul li.active a, nav.top-bar ul li a:hover, nav.top-bar ul li.active a {
	color: #FFF;
	cursor: pointer;
	border-bottom: 1px solid;
	
}
nav a#pull {
	line-height: 42px; 
	padding: 0 14px 11px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

/* SUB MENU */

nav.main-nav ul ul, nav.top-bar ul ul {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: 999;
	background: url("images/flyout-bg-gradient.png") repeat 0 0;
	height: 0px;
	overflow: hidden;
	min-width: 100%;
	width: 230px;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
}

nav.main-nav ul li span, nav.top-bar ul li span {
	display: none;
}

nav.main-nav ul li:hover ul, nav.top-bar ul li:hover ul {
	opacity: 10;
	filter: alpha(opacity=100);
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px;
	border-top: 1px solid #C774B2;
}

nav.main-nav ul ul li, nav.top-bar ul ul li {
	float: none;
	display: list-item;
	border-bottom: 1px solid #777;
	border-right: 0px;
	margin-bottom: 0px;
}

nav.main-nav ul ul li a, nav.top-bar ul ul li a {
	display: block;
	line-height: 48px;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	background: url("images/bk-gradient-75.png") repeat 0 0;
	text-transform: uppercase;
	padding-bottom: 0;
	color: #FFF !important;
}
nav.main-nav ul ul li:hover a, nav.top-bar ul ul li:hover a {
	color: #C774B2 !important;
}

/* CONTENT */
#content {
	background: #FFF;
	min-height: 500px;
}
.content-box {
	background: #FFF; 
	margin-top: 0; 
	padding: 21px 21px 21px;
	border: 0px solid #e7e5d0;
}
.content-box .twelve, .content-box .eight {
	padding-left: 0px;
}

/* SLIDER */
#featured { background: url(spinner.gif) center center #000 no-repeat; height: 315px; margin: 0 0 21px; }
#featured img { display: none; }

#featured.orbit { background: none; }
#featured.orbit img { display: block; }
.orbit {
    margin-bottom: 0;
}
.orbit-wrapper .orbit-caption {
	padding: 0 0 21px 28px;
	text-align: left;
}
.orbit-caption h1 {
	color: #fff;
	margin-bottom: 0px;
}
.easingsliderlite {
	margin-bottom: 21px !important;
}
.easingsliderlite-prev.inside {
	left: 0;
}
.easingsliderlite-next.inside {
	right: 0;
}
.flexslider {
	margin: 0 0 14px;
	background: none;
	border: 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	zoom: 1;
	padding: 0 0 28px;
	border-bottom: 1px solid #ccc;
}
.slide-data {
	background: rgba(0,0,0,0.8);
}
.flex-control-nav {
	bottom: -29px;
}
.flex-control-nav li {
	margin: 0 2px;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

/* POSTS */
#brick-container {
	width: 895px;
}
div.brick {
    width: 291px;
    padding: 0 10px;
}
article.news-grid {
	position: relative; 
	width: 100%;
	margin: 0 0 21px;
	border: 1px solid #ccc; 
	border-width: 1px 0 0;
	padding: 7px 0 0;
	overflow: hidden;
}
article.news-grid:first-of-type {
	border-width: 0;
	padding-top: 0;
}
article.news-grid:nth-of-type(2n + 0) {
	margin-right: 0;
}
section.home-post-item {
	float: left; 
	margin: 0 20px 28px 0; 
	width: 295px;
	min-height: 350px;
}
section.home-post-item:nth-of-type(3n + 0) {
	margin-right: 0;
}
.entry-date {
	font: 400 15px Arial, sans-serif;
	color: #858585;
}
.entry-cat {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
}
h1.page-title, .post-box h1, .post-box h1 a, .home-titles a {
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	color: #000;
	margin: 0 0 7px;
	text-transform: uppercase;
	font-weight: 400;
	text-rendering: auto;
}
.post-box h1.entry-title a, .post-box h1.home-entry-title a  {
	color: #000;
	text-rendering: auto;
	font-size: 26px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.post-box h1.home-entry-title {
}
article.news-list-item {
	padding-bottom: 14px; 
	border-bottom: 1px solid #ccc; 
	overflow: hidden; 
	margin-bottom: 28px;
}
figure.news-thumb {
	height: 100%;
	float: left;
	margin: 0 14px 14px 0;
}
.my-feature-image {
	display: block;
	width: 100%;
	margin: 0 0 21px;
}
.aligncenter, .attachment-full {
	text-align: center;
	margin: 0 auto 21px;
	display: table;
    width: 100%;
}
.entry-meta, .entry-comments {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
.entry-header h1 {
	margin: 0 0 7px;
	line-height: 28px;
}
span.post-date {
	font-size: 12px;
}
.post-box h3:first-of-type {
	margin-top: 0;
}
.wp-caption {
	text-align: center;
	margin: auto;
}
.entry-content .wp-post-image {
	display:none;
}
.nav-previous, .nav-next {
	line-height: 1.4em;
}
.panel {
	padding: 10px;
	width: 98%;
}
.row.archive-box {
	margin: 0 0 0 -15px;
}
.archive-box select {
	padding: 4px;
}
.archive-box select:focus {
	outline-color: #b42f4f;
}

ul.page-numbers li span.current {
	background: #b42f4f;
}

.news-cover {
	background: url(images/news-gradient.png) repeat-x bottom left;
	position: absolute;
	top: 161px;
	width: 100%;
	height: 139px;
}
a.home-news-link:hover {
	cursor: pointer;
	display: block;
}
.wp-caption-text {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 10px;
	color: #888;
	margin: 0 0 7px;
	font-style: italic;
}
img.size-full {
    width: 100%;
}

/* COMMENTS */
#comments {
	clear: both;
	margin-top: 21px;
}
#comments h3 {
	font-size: 18px;
}
h2#comments-title {
	font-size: 16px;
	font-style: italic;
}


/* SIDEBAR */
.my-side {
	margin-top: 0;
	background: #FFF;
	padding: 0px 0 21px 21px;
}
aside.widget {
	margin-bottom: 28px;
}
aside.first-widget, aside.twitter-box, aside.intsagram-box {
	margin-bottom: 21px;
}
aside.first-widget {
	margin-top: 7px;
}
aside.we-demand {
	margin: 21px auto;
	text-align: center;
}
aside.twitter-box h4.widget-title {
	margin-bottom: 0;
}
/* ---------------------- social icons box ------------------------------------------------------ */
.connect-label {
	position: absolute;
	top: 165px;
	left: 26%;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	background: url("images/sprite.png") no-repeat 0 -50px;
	display: none;
}
.connect-box {
	width: auto;
	position:absolute;
	top: 200px;
	left: 22%;
	display: none;
}
.connect-box .connect-label {
	font: 700 16px 'Oswald', sans-serif;
	color: #000;
	margin-right: 10px;
	text-transform: uppercase;
	float: left;
}
.connect-box .social-i {
	float: left;
	width: 175px;
	margin-top: -2px;
}
.connect-box .social-i ul{
	list-style-type: none;
	line-height: inherit;
	margin: 0;
}
.connect-box .social-i ul li {
	margin: 0 8px 0 0;
	float: left;
	display: block;
}
.connect-box .social-i ul li a {
	width: 24px;
	height: 25px;
	background: url("images/sprite.png") no-repeat 0 0;
	display: block;
}
.connect-box .social-i ul li a:hover {
	background-position-y: -25px;
	background-position: 0 -25px;
}
.connect-box .social-i ul li a.facebook {
	background-position-x: 0;
}
.connect-box .social-i ul li a.twitter {
	background-position-x: -25px;
	background-position: -25px 0;
}
.connect-box .social-i ul li a.twitter:hover {
	background-position: -25px -25px;
}
.connect-box .social-i ul li a.myspace {
	background-position-x: -50px;
	background-position: -50px 0;
}
.connect-box .social-i ul li a.myspace:hover {
	background-position: -50px -25px;
}
.connect-box .social-i ul li a.video {
	background-position-x: -75px;
	background-position: -75px 0;
}
.connect-box .social-i ul li a.video:hover {
	background-position: -75px -25px;
}
.connect-box .social-i ul li a.instagram {
	background-position-x: -100px;
	background-position: -100px 0;
}
.connect-box .social-i ul li a.instagram:hover {
	background-position: -100px -25px;
}

/*--------------------------------------- widget styles ------------------------------------------------- */
aside.widget {
	position: relative;
}
aside.widget h4:first-of-type {
	margin-top: 0;
}
h4.widget-title {
	font: 400 21px 'Oswald', sans-serif;
	border-bottom: 2px solid #7b5471;
	padding: 0 0 2px;
	text-transform: uppercase;
}
.tw-icon, .ig-icon {
	position: absolute;
	right: 0px;
	top: 0;
	width: 21px;
	height: 30px;
	background: url("images/sprite.png") no-repeat 0 -50px;
}

.ig-icon {
	background: url("images/sprite.png") no-repeat 0 -78px;
}
/* ALBUMS */
.album-item {
	float: left; 
	margin: 0px 10px 21px 0px;
}
section.album-item:nth-of-type(4n + 0) {
	margin-right: 0px;
}
h1.album-title {
	line-height: 21px;
	margin: 0 0 5px;
}
h1.album-title a {
	font-size: 14px;
}

/* SINGLE ALBUM LAYOUT */
.single-releases li#menu-item-743 a{
	border-bottom: 1px solid;
}
.album-info-box {
	float: left;
	width: 200px;
	margin: 0px 21px 0px 0px;
}
.album-info-box figure {
	margin-bottom: 21px;
}
.album-info p{
	font-size: 12px;
	color: #333;
}
span.release-type {
	text-transform: capitalize;
}
.album-tracklist {
	float: left;
	width: 360px;
}
.album-tracklist li {
	font-size: 13px;
	list-style-type: none;
	padding: 14px 0px;
	border-top: 1px solid #ccc;
}
.album-tracklist li:last-of-type {
	border-bottom: 1px solid #ccc;
}

/* DISCOGRAPHY */
.disc-item {
	display: block;
	overflow: hidden;
	margin: 0 0 21px;	
}
.my-album-small {
	float: left;
	margin: 0 14px 0 0;
}
h1.disc-title {
	line-height: 14px;
	margin: 0 0 5px;
}
h1.disc-title a {
	font-size: 14px;
	font-weight: normal;
}
.disc-type, .disc-year {
	text-transform: capitalize;
	font-style: normal;
}

/* INTERVIEWS/PRESS */
.press-item {
	float: left; 
	margin: 0px 13px 21px 0px;
	min-height: 175px;
	max-height: 175px;
	width: 188px;
}
section.press-item:nth-of-type(3n + 0) {
	margin-right: 0px;
}
h1.press-title {
	line-height: 18px;
	margin: 5px 0 0;
}
h1.press-title a {
	font-size: 14px;
}

/* EVENTS */
section.event-item {
	border-bottom: 1px solid #CCC; 
	overflow: hidden; 
	padding: 0; 
	margin: 0px 0px 21px;
}
section.event-item:last-of-type {
	border-bottom: none;
}
.event-date-box {
	color: #FFF;
	padding: 10px; 
	text-align: center; 
	background: #000; 
	border-radius: 4px; 
	float: left; 
	width: 70px; 
	margin: 0px 14px 0px 0px; 
	text-transform: uppercase; 
	font-weight: bold;
}
.events-wrap th {
	text-align: left;
	padding: 7px;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.events-wrap th.url-box {
	text-align: center;
}
.event-date {
	padding: 7px 7px 0;
	width: 8%;
	font-weight: bold;
}
.event-date-month {
	font-size: 14px;
	font-weight: bold;
}
.event-date-day {
	font-size: 28px;
	font-weight: bold;
}
.event-details {
	float: left; 
	line-height: 1.4em;
	margin-bottom: 21px;
}
.event-www {
	display: block;
	text-align: center;
}

.event-title {
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 5px;
}
.side-event-item {
	margin: 0 0 21px;
	border-bottom: 1px solid #ccc;
}
section.side-event-item:last-of-type {
	border-bottom: 0px solid #ccc;
}
.side-event-title, .side-event-date {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #000;
	margin: 0 0 7px;
	text-transform: uppercase;
	font-weight: 400;
	text-rendering: auto;
	line-height: 24px;
}
.side-event-date {
	font-size: 14px;
	line-height: inherit;
	margin: 0 0 3px;
	width: 60px;
	font-weight: bold;
	padding-top: 12px;
}
.single-events li#menu-item-802 a{
	color: #b42f4f;
}

/* VIDEOS */
.video-wrap {
	margin: 28px 0;
	overflow: hidden;
}
.video-item {
	margin: 0 23px 28px 0; 
	padding-bottom: 5px;
	width: 206px;
	float: left;
}
section.video-item:nth-of-type(4n + 0) {
	margin-right: 0px;
}
.video-item h1 {
	font-size: 16px;
	margin: 0 0 7px;
}
.video-thumb {
	position: relative;
}
.vid-play {
    background: url("images/video-overlay.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 100%;
}

/* SHOP */
.product-group, .music-group {
	display: block;
	margin: 0 0 35px;
	overflow: hidden;
}
.product-cat, .music-cat, .featured-cat {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 22px;
	border-bottom: 1px solid #C774B2;
	padding: 0 0 10px;
	text-transform: uppercase;
	clear: both;
	text-rendering: auto;
}
.front-features {
    position: relative;
}
.featured-more {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 13px;
    font-style: italic;
}
.featured-more a {
    text-decoration: underline;
}
.my-product-image {
	margin: 0;
}
.product-info {
	padding-bottom: 3px; 
	margin-bottom: 0px;
	text-transform: capitalize; 
	overflow: hidden;
}
.product-info p {
	margin-bottom: 0;
	font-size: 10px;
}
.product-item {
	float: left;
	margin: 0 21px 0 0;
	overflow: hidden;
	text-align: center;
	width: 275px;
}
.product-item h1 a {
	font-size: 14px; 
	margin-bottom: 0; 
	padding-bottom: 5px;
	text-align: center;
}
.product-item textarea {
	resize: none;
	width: 40%;
}
.product-item input:focus {
	outline-color: #b42f4f;
}
p.price-box {
	margin-bottom: 10px;
}
.product-price {
	font-weight: bold; 
	font-size: 16px;
}
.product-preorder, .product-available {
	padding: 0px;
    background: #cd7f32;
    width: 130px;
    text-align: center;
    margin: 0 auto;
    color: white;
}
.single-preorder, .single-available {
	margin: 0 0 10px;
	font-size: 10px;
}
.product-available {
	font-weight: bold;
	background: red;
	color: #fff;
}
section.product-item:nth-of-type(4n + 0) {margin-right: 0px;}

#target {
	display:none;
	border:0px solid #ccc;
	width: 200px;
	margin:28px 0 7px;
	padding:0;
}
/* --------------- SINGLE PRODUCT VIEW --------------------- */
.single-product-item {
	margin: 0;
}
.product-detail {
	float: left;
	margin: 0 21px 0 0;
}
.single-product-info {
	width: 100%;
}
.single-product-item textarea {
	resize: none;
	width: 60%;
}
.rel-product-item {
	display: block;
	overflow: hidden;
	margin: 0 0 21px;	
}
.rel-product-thumb {
	width: 100px;
	float: left;
	margin: 0 14px 0 0;
	border: 1px solid #ccc;
	text-align: center;
}
.rel-product-thumb img{
	margin: 0 auto;
	display: block;
	float: none;
}

/* TWITTER */
.header .avatar {
    border-radius: 0 !important;
}
/* FOOTER */
#footer {
	background: #000;
	padding-top: 0;
	position: relative;
}
.footer-box {
	padding-top: 14px;
	height: 160px;
}
.footer-logo {
	position: absolute;
	height: 92px;
	width: 90px;
	left: 14px;
	top: 0px;
}
.footer-nav {
	padding: 7px 0 0 126px;
}
.footer-nav ul.inline-list {
	margin: 0;
}
.footer-nav ul.inline-list li.active {
	background: none;
}
.footer-nav ul.inline-list li a:link,
.footer-nav ul.inline-list li a:visited {
	color: #888;
}
.footer-nav ul.inline-list li a:hover {
	text-decoration: underline;
}

.copy-info {
	padding: 93px 0 0; 
	color: #fff; 
	font-size: 12px; 
	display: block; 
	clear: both; 
	line-height: 21px;
}
.copy-info a:link, .copy-info a:visited {
	color: #C774B2;
}
.copy-info a:hover {
	color: #ab5c97;
}

/********************
MailChimp Custom Style for Horizontal Bar form
*********************/

.mc-field-group{
	background-color: #ccffcc; /*****This is the lime green color in my example, change it to any hexidecimal color you want ****/
	padding: 10px;
}

#mce-email {
	float: left;
	margin:10px;
}

#mce-FNAME{
	margin:10px;
}

@media only screen and (max-width: 767px) { /* Global Misc --- */
  /*            */
body {background: none;}
nav.top-bar {
	display: block;
}
.nav-row,
hgroup.signup-box {
display: none;
}
h1.logo {
margin: 0 auto;
width: 100%;
text-align: center;
}
.masthead {
display:none;
}
.content-box {
margin-top: 0;
}
section.album-item:nth-of-type(4n + 0) {
	margin-right: 10px;
}
section.album-item:nth-of-type(3n + 0) {
	margin-right: 0px;
}
.disc-item .button {
display: inline-block;
}
.my-side {
margin-top: 28px;
background: #FFF;
padding: 0px 0 21px 15px;
}
button.button, input[type="submit"].button, input[type="reset"].button {
width: 126px;
padding-left: 0;
padding-right: 0;
}

}