/*
 Theme Name:   Toy Toy
 Description:  BlankSlate Child Theme
 Author:       Think Big Media
 Template:     blankslate
 Version:      1.0.0
*/

@import url("../blankslate/style.css");
/* =Theme customization starts here
------------------------------------------------------- */



/* --- GENERAL STYLING --- */
body {
	background-color: #000;
	color: #fff;
	font-family: "aaux-next", sans-serif, Helvetica, Arial;
}
#wrapper a {
	color: #ddd;
}
#wrapper nav a {text-decoration: none;}
#wrapper #content a:hover {
	color: #fff;
	text-decoration:underline
}
#wrapper nav a:hover {text-decoration: none;}
img {
	max-width: 100%;
	height: auto;
}
.socialicons i {
	padding: 15px 0 0 15px;
}
.btn-primary {
	background-image: none !important;
	background-color: transparent !important;
	padding: 0px !important;
	border-color: transparent;
	text-align: right;
	width: 100%;
	margin-bottom: -11px;
	border-color: transparent;
	box-shadow: none;
	text-shadow: none;
	font-size: 1em;
}
.logo {
	margin: 40px 0;
}
.logo img {
	max-width: 70%;
}

/* --- SLIDER STYLING --- */
@media(max-width:767px) {
.rev_slider_wrapper {
	margin-top: 15px !important;
	margin-left: -7px !important;
}
}
.tp-leftarrow.tparrows.hermes, .tp-rightarrow.tparrows.hermes {
	height: 100%;
	top: 50% !important;
	position: absolute;
}
.hermes .tp-arr-allwrapper {
	width: 150px !important;
	height: 70% !important;
	top: 15% !important;
}

@media(min-width:1024px) {
.hermes.tparrows.tp-leftarrow:before, .hermes.tparrows.tp-rightarrow:before {
	margin-top: 180% !important;
}
}

@media(min-width:768px) and (max-width:1023px) {
.hermes.tparrows.tp-leftarrow:before, .hermes.tparrows.tp-rightarrow:before {
	margin-top: 180% !important;
}
}

@media(max-width:767px) {
.hermes.tparrows.tp-leftarrow:before, .hermes.tparrows.tp-rightarrow:before {
	margin-top: 129% !important;
}
}
/* --- ARTIST SLIDER --- */
.default-theme.wp-posts-carousel .wp-posts-carousel-slide {
	display: block !important;
	height: auto !important;
}
.default-theme.wp-posts-carousel .wp-posts-carousel-container {
	box-shadow: none !important;
	background-color: transparent !important;
	padding: 0px !important;
}
.wp-posts-carousel-image a img {
	opacity: 0.5 !important;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.wp-posts-carousel-image a:hover img {
	opacity: 1 !important;
}
.wp-posts-carousel-title a {
	top: -25px !important;
	z-index: 99;
	position: relative;
	opacity: 0.3 !important;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.wp-posts-carousel-title a:hover {
	opacity: 1 !important;
}
.default-theme.wp-posts-carousel {
	margin-top: 20px;
}
/* --- MENU STYLING --- */
.navbar-inverse {
	border-color: transparent;
	padding-top: 18px;
	font-family: 'EvelethDotLight';
	text-transform: uppercase;
	font-size: 0.9em;
}
.navbar-inverse a {
	color: #fff;
}
ul.navbar-inverse {
	text-align: right;
	background-color: transparent !important;
	background-image: none !important;
}
h4.menu {
	float: none;
	display: inline-block;
	margin-top: -40px;
    	margin-bottom: -20px;
}
.nav-justified > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	font-weight: bold;
	color: #777;
	text-align: center;
	background-color: #e5e5e5; /* Old browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x; /* Repeat the gradient */
	border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
	background-color: #ddd;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
	box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
	border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
	border-bottom: 0;
	border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
.nav-justified {
	max-height: 52px;
}
.nav-justified > li > a {
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #fff;
}
.nav-justified > li:first-child > a {
	border-left: 0;
	border-radius: 5px 0 0 5px;
}
.nav-justified > li:last-child > a {
	border-right: 0;
	border-radius: 0 5px 5px 0;
}
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    width: 100%;
    text-align: center;
}
.navbar-toggle {
    margin-right: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #222;
	color:#555;
border-radius:0px;

}
.navbar-default, .nav-justified > li > a, .nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
	background-image: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: border 1s ease-in-out;
	-moz-transition: border 1s ease-in-out;
	-webkit-transition: border 1s ease-in-out;
	color: #ddd;
	border-bottom: 2px solid transparent;
}
.nav-justified > li > a {
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.nav-justified > li > a:hover {
	background-color: #222;
	color: #fff;
	border-bottom: 2px solid #ddd;
}

@media(min-width:768px) {
.nav-justified > li > a {
	top: 0px
}
.nav-justified > li > a:hover {
	top: 8px;
}
}
.nav-justified > li:last-child > a, .nav-justified > li:first-child > a {
	border-radius: 0px;
}
.nav-justified > li.active > a, .nav-justified > li.active > a:hover, .nav-justified > li.active > a:focus {
	background-color: #222;
	color: #ddd;
}
.tp-rightarrow.tparrows.hermes {
	right: 0px !important;
	margin-right: -20px !important;
}
a>img.artistmain {
	opacity: 1;
	border: 1px solid transparent;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
}
a:hover>img.artistmain {
	opacity: 0.4;
	border: 1px solid #525252;
}
.militiaembed {
	width: 960px;
	margin: 0 auto;
}
img.artistmain {
	margin-bottom: 18px;
}
.parallax-window {
	min-height: 400px;
	background: transparent;
}
.soundcloudstrip {
	padding: 35px 0;
}
hr.viewartist {
	border-color: #484848;
}
.entry-content {
	margin-top: 24px;
}
.homeabout {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.upcoming {
	padding-right: 0px;
}
/* ---MODAL STYLING --- */
.modal-content {
	background-color: #000 !important;
	border: 1px solid #444 !important;
	margin-top: 60px;
}
.modal-footer {
	border-top: 1px solid #444;
}
.modal-header {
	border-bottom: 1px solid #444;
}
.close {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	filter: alpha(opacity=40);
	opacity: .4;
}
close:focus, .close:hover {
	color: #fff;
	filter: alpha(opacity=80);
	opacity: .8;
}
/* ---FOOTER STYLING --- */
footer {
	padding: 15px;
	font-size: 0.8em;
	color: #494949;
}
footer a {
	color: #494949 !important;
	text-decoration: underline;
}
footer a:hover {
	color: #888;
	text-decoration: underline;
}

@media(min-width:768px) {
.footerleft {
	text-align: left;
}
.footerright {
	text-align: right;
}
}

@media(max-width:767px) {
.socialicons {
	text-align: center;
    margin-bottom: 15px;
    margin-top: -30px !important;
font-size: 1.3em;
}
.footerleft {
	text-align: center;
}
.footerright {
	text-align: center;
	margin-top: 8px;
}
}
/* ---TEXT STYLING --- */

p {
	line-height: 1.5;
	margin-bottom: 1.3em;
	font-size: 0.9em;
}
p.homeintro {
	font-size: 0.9em;
	text-align: right;
	padding: 12px 0px;
	margin: 0px -15px;
}
@font-face {
	font-family: 'EvelethDotLight';
	src: url('fonts/EvelethDotLight.eot') format('embedded-opentype'), url('fonts/EvelethDotLight.woff') format('woff'), url('fonts/EvelethDotLight.ttf') format('truetype'), url('fonts/EvelethDotLight.svg#EvelethDotLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1.home {
	font-family: 'EvelethDotLight';
	font-size: 1.3em;
	line-height: 1.5em;
	border-bottom: 1px solid #fff;
	text-align: right;
	padding: 12px 0px;
	margin: 0px -15px;
}
h1.artistarchive {
	font-family: 'EvelethDotLight';
	font-size: 0.9em;
	position: relative;
	z-index: 999;
	margin-top: -50px;
	margin-bottom: 40px;
	margin-left: 15px;
}
h1.artist {
	padding: 12px 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
a>h1.artistarchive {
	opacity: 0.4;
	top: 0px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
}
a:hover>h1.artistarchive {
	opacity: 1;
	top: -10px;
}
h2.artist-cta:after {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	font-size: 1.1em;
	color: #fff;
	left: 25px;
	margin-top: -5px;
}
h4.viewartist:after {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	font-size: 1.1em;
	color: #484848;
	left: 25px;
}
.fa-fw,
span.socicon {
	font-size: 1.2em;
	width: 1.7em;
	text-align: center;
	margin: 4px;
	padding: 6px;
}
h2.artist-cta {
	text-align: right;
}
h4, h4.viewartist {
	font-family: 'EvelethDotLight';
	font-size: 1em;
	line-height: 2.5em;
}
h4.viewartist {
	text-align: right;
	float: right;
	line-height: 0.3em;
	color: #494949;
white-space: nowrap;
}
a>h4.viewartist {
	color: #494949 !important;
}
a:hover>h4.viewartist {
	color: #888 !important;
}
.artist-description {
	color: #bcbcbc;
	padding-top: 12px;
}
h4 {
	display: inline-block;
	float: left;
}
.artistlinks {
	display: inline-block;
	float: right;
	text-align: right;
	color: #222;
}
i.fa-fw .artistlinks{
	display: block;
	background-color: #fff;
}
h1.artist, h2.artist-cta, button>h2.artist-cta {
	font-family: 'EvelethDotLight';
	font-size: 1em;
}
button>h2.artist-cta {
	color: #ddd !important;
	text-decoration: none;
}
.btn-primary.focus>h2.artist-cta, .btn-primary:focus>h2.artist-cta, .btn-primary.hover>h2.artist-cta, .btn-primary:hover>h2.artist-cta, .btn-primary.hover, .btn-primary:hover {
	color: #ddd !important;
	text-decoration: underline;
	font-size: 1em !Important;
	border-color: transparent !important;
	box-shadow: none;
}
/* ---FORM STYLING --- */

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="date"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form textarea, .wpcf7-form select {
	margin-bottom: 12px;
	width: 100%;
	background-color: #222;
	border: 1px solid #525252;
	padding: 6px;
	color: #fff;
}
.wpcf7-form input[type="submit"] {
	background-color: #222;
	border: 2px solid #222;
	padding: 12px 0px;
	color: #666;
	font-size: 1.2em;
	margin: 0 auto;
	font-family: 'EvelethDotLight';
	width: 40%;
	text-align: center;
	position: relative;
	left: 30%;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: #000;
	border: 2px solid #fff;
	color: #fff;
}
.recaptcha-wrap {
	border: 1px solid #525252;
	background-color: #222;
	height: 72px;
	margin-bottom: 20px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	position: absolute;
	top: -1px;
	left: -2px;
	height: 71px;
	overflow: hidden;
	max-width: 300px;
	margin-bottom: 20px !important;
}

/* Woocommerce Styling */
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
	background-color:#333;
	color:#fff;
	border:solid 1px #fff;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover {
	background-color:#efefef;
	color:#333!important;
}

.woocommerce .woocommerce-ordering select {
	background-color:transparent;
	color:#fff;
}

.woocommerce-page #add_payment_method #payment,
.woocommerce-page .woocommerce-cart #payment, 
.woocommerce-page .woocommerce-checkout #payment {
	background-color:transparent
}

#wrapper .woocommerce div.product .woocommerce-tabs, 
#wrapper .woocommerce.woocommerce-page div.product .woocommerce-tabs {
	clear:right;
}

#wrapper .woocommerce {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;	
}
.woocommerce-page #sidebar {
	display:none
}

#wrapper .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color:#d3ced2;
}
#wrapper .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color:#333}

.woocommerce-page .up-sells {
	clear:both;
}
.woocommerce-page .up-sells h2 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:20px
}

.woocommerce-Tabs-panel {
	background-color:transparent;
	overflow:auto;
}

@media only screen and (min-width:768px) {
	.single-product #wrapper .woocommerce {width:750px}
}

@media only screen and (min-width:769px) {
	.single-product #wrapper .woocommerce div.product .woocommerce-tabs, 
	.single-product #wrapper .woocommerce.woocommerce-page div.product .woocommerce-tabs {
		overflow:auto;
	}
	.single-product #wrapper .woocommerce div.product .woocommerce-tabs .panel {padding-left:30px}
	.single-product #wrapper .woocommerce div.product .woocommerce-tabs ul.tabs li.active {margin-left:30px}
}

@media only screen and (min-width:992px) {
	.single-product #wrapper .woocommerce {width: 970px;}
	.single-product #wrapper .woocommerce div.product .woocommerce-tabs .panel {padding-left:40px}
}

@media only screen and (min-width:1200px) {
	.single-product #wrapper .woocommerce {width: 1170px;}
	.single-product #wrapper .woocommerce div.product .woocommerce-tabs .panel {padding-left:45px}
}



