html{
	background:#070705;
}

body{
	margin: 0;
	padding: 0;
	background: url(/wp-content/themes/roughtraderecords/images/bg_h.jpg);
	background-repeat: repeat-x;
	background-size: 70% auto;
	background-attachment: fixed;
	background-position: left bottom;
	min-height: 100vh;
	font-family: maecenas, serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.25em;
	line-height: 1.5em;
	color:#ebe8d5;
	width:100vw;
	overflow-x: hidden;
}
.internal{
	background: url(/wp-content/themes/roughtraderecords/images/bg_v.jpg);
	background-repeat: repeat-y;
	background-size: 32% auto;
	background-attachment: fixed;
	background-position: 94% top;
}
a{
	text-decoration: none;
	color:#81afbd;
	transition: .2s ease-in-out;
}
a:hover{
	color:#db626e;
}
h1{
	margin:2vw 0 0 2vw;
	padding:0;
	max-width: 150px;
	min-width: 140px;
	display: inline-block;
}
h1 a img{
	width:100%;
	height:auto;
}
h2, h4{
	font-family: proxima-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin:0;
	padding:0;
}
h2{
	line-height: 1.2em;
	color: #81afbd;
	font-weight: 100;
	font-size: 1.2em;
}
h3{
	color:#ebe8d5;
	margin: -0.5vh 0 0 0;
	padding: 0;
	font-size: 1.75em;
	font-weight: 100;
	line-height: 1.1em;
}
#listlink{
	font-family: proxima-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 0.8em;
	display: inline-block;
	margin-left: 1vw;
	max-width:50vw;
}
.braces{
	font-size: 1.5em;
	color:#ebe8d5;
}
#navitems{
	position:fixed;
	top:1vw;
	right:1vw;
	font-size: 1.25em;
	list-style: none;
	margin:0;
	padding:0;
}
#navitems li{
	text-align: center;
	margin:1vh 0;
}
#navitems li:first-child{
	margin-top:0;
}
#menubtn{
	color:#db1024;
	margin-top:0;
}
#menubtn:hover{
	color:#db626e;
}
#socials{
	list-style: none;
	margin:0;
	padding:0;
	position: fixed;
	left:1vw;
	bottom:2vw;
}
#socials li{
	text-align: center;
	margin:1vh 0;
}
#socials li:last-child{
	margin-bottom: 0;
}
#footer{
	font-size:0.75em;
	text-align: center;
	padding:1vw 2vw;
	color:#81afbd;
	clear:both;
	background:rgba(0,0,0,0.5);
}
#footer a{
	color:#ebe8d5;
}
#footer a:hover{
	color:#db626e;
}
#nav, #content {
    transition: 0.5s ease-out;
}
#content{
	overflow:hidden;
}
#nav{
	position:absolute;
	top:0;
	right:0;
	width:100vw;
	min-height: 100vh;
	background:#070705;
	xz-index:300;
	font-family: proxima-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	opacity:0;
	z-index: -1;
}
body.navopen #content{
    -moz-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
}
body.navopen #nav{
	opacity:1;
	z-index: 1;
}
#nav_nav{
	position:absolute;
	top:1vw;
	right:1vw;
	font-size: 1.25em;
	list-style: none;
	margin:0;
	padding:0;
}
#nav_nav li{
	text-align: center;
	margin:1vh 0;
}
#nav_nav li:first-child{
	margin-top:0;
}
#nav_menubtn{
	color:#db1024;
	margin-top:0;
}
#nav_menubtn:hover{
	color:#db626e;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_main, #nav_artists{
	width:29.5vw;
	display:inline-block;
	vertical-align: top;
	padding:7.5vw 10vw;
}
#nav_artists{
	padding-top:3vw;
}
#nav_main{
	font-size: 2em;
	line-height: 2.5em;
}
#nav_main ul li a{
	border-bottom: #81afbd 5px solid;
	transition: 0.5s ease-in-out;
}
#nav_main ul li a:hover{
	border-bottom: #db626e 5px solid;
	padding-left: 3vw;
}
#nav_artists h2{
	font-family: maecenas, serif;
	font-weight: 100;
	font-style: normal;
	color:#db626e;
	margin-bottom: 1em;
	font-size: 2em;
}
#nav_artists{
	text-align: right;
}
#content_left{
	display:inline-block;
	margin:2vw 1vw 2vw 4vw;
	width:30vw;
	max-width: 550px;
	vertical-align: top;
}
#content_right{
	display:inline-block;
	margin:2vw 4vw 2vw 1vw;
	width:59vw;
	vertical-align: top;
}
#content_middle{
	display:block;
	margin:5vw auto;
	width:84vw;
	max-width: 700px;
	vertical-align: top;
	min-height: 70vh;
}
#content_middle img, #content_middle iframe{
	width:100%;
}
#content_full{
	display:block;
	margin:5vw auto;
	width:92vw;
	vertical-align: top;
	min-height: 70vh;
}
#content_left_sml{
	display:inline-block;
	margin:2vw 5vw 2vw 4vw;
	width:25vw;
	max-width: 550px;
	vertical-align: top;
	text-align: justify;
	float:left;
}
.internal #content_left{
	display:inline-block;
	margin:2vw 5vw 2vw 4vw;
	width:52.5vw !important;
	max-width: 2000px;
	vertical-align: top;
}
.internal #content_right{
	display:inline-block;
	margin:2vw 1vw 2vw 1vw;
	width:34.5vw !important;
	vertical-align: top;
	height:auto;
	overflow-y: visible;
}
.internal #content_left img{
	width:100%;
	height: auto;
}
#announcement{
	position: absolute;
	top:0;
	left:0;
	width: 100vw;
	min-height: 150vh;
	background: #070705;
	background: rgba(7,7,5,0.7);
	background: url(/wp-content/themes/roughtraderecords/images/bg_h.jpg);
	background-size: 60%;
	z-index: 900;
	text-align: center;
	xdisplay: flex;
	padding-bottom: 10vh;
}
#announcement_inner{
	background: rgba(7,7,5,0.9);
	border: #13454b 4px solid;
	margin:2vw auto;
	padding: 5vw;
	width: 80vw;
	max-width: 900px;
	text-align: center;
	overflow: hidden;
	color:#db626e;
	align-items: flex-center;
  justify-content: center;
}
.splash_record_img{
	max-width:50%;
	max-height: 60vh;
	float: left;
	margin-right: 2vw;
}
#announcement_inner h4{
	margin-top:2vw;
}
#announcement_close{
	margin-top:2vw;
}

#announcement_buttons a, #announcement_close {
    background: #81afbd;
    color: #070705;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: proxima-soft, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
    display: inline-block;
}
#announcement_buttons a:hover, #announcement_close:hover {
	background: #db626e;
}
#store_list{
	color: #db626e;
	list-style: none;
	margin:0;
	padding: 0;
}
#store_list li{
	margin-bottom: 2vh;
}
#store_list img, .store_list_info{
	display:inline-block;
	width:15vw;
	max-width: 180px;
	height:auto;
}
.store_list_info{
	vertical-align: top;
}
#store_list .brace{
	height:15vw;
	max-height: 180px;
	width:auto;
	min-width: auto;
	margin:0 1vw;
}
.store_list_info h2{
	font-size: 1em;
}
.store_list_info h3{
	font-size: 1.25em;
  margin: 0 0 0.5vh 0;
}
.store_list_info p{
	margin:0 0 1vh 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
.store_list_info p a, .context_releases li p a, .artists_more_btns a{
	background:#81afbd;
	color:#070705;
	border-radius: 5px;
	padding:5px 10px;
	font-family: proxima-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1em;
	display: inline-block;
}
.context_releases li p a{
	padding:0px 10px;
}
.store_list_info p a:hover, .context_releases li p a:hover, .artists_more_btns a:hover{
	background:#db626e;
}
#home_news{
	list-style: none;
	margin:0;
	padding:0;
	color:#db626e;
}
#home_news li{
	clear:both;
	margin-bottom: 2vh;
	overflow: hidden;
}
#home_news img{
	width:38vw;
	margin:0 1vw 1vw 0;
	float:left;
	height: auto;
}
#home_news h3, #home_news h2{
	font-size:1.75em;
	line-height: 1.1em;
}
#home_news a{
	font-family: proxima-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 0.75em;
}
#home_news li:nth-child(even){
	text-align: right;
}
#home_news li:nth-child(even) img{
	float:right;
	margin:0 0 1vw 1vw;
}
.article_date{
	margin-top: 0;
	font-size: 0.75em;
}
.context_panel{
	padding: 0 3vw 3vw 3vw;
}
.context_panel h4{
	color:#db626e;
}
.context_panel ul{
	list-style: none;
	margin:0;
	padding: 0;
}
.context_morelinks li{
	display: inline-block;
	padding-left: 0.25rem;
}
.context_morelinks li:first-child{
	padding-left: 0;
}
.context_morelinks li::after{
	content: "  /  ";
}
.context_morelinks li:last-child::after{
	content: "";
}
.context_headlines li, .context_releases li{
	margin-bottom:1.5vw;
}
.context_headlines a{
	font-family: proxima-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 0.75em;
}
.context_releases{
	margin-top:0.75vw !important;
	font-size: 0.75em;
}
.context_releases li{
	overflow: hidden;
}
.context_releases li p{
	margin:0;
}
.context_releases img{
	width:5vw;
	min-width: 80px;
	height: auto;
	float: left;
	margin-right:1vw;
}
.context_release{
	background: url(/wp-content/themes/roughtraderecords/images/contextreleasebg.jpg);
	background-size: 100% auto;
	padding:1.5vw;
	color:#070705;
	margin-bottom: 3vw;
	margin-left: -3vw;
	width: 31.5vw;
	overflow: hidden;
}
.store_list_info{
	display:inline-block;
	width:10vw;
	max-width: 200px;
	height:auto;
}
.context_release img{
	display:inline-block;
	width:13vw;
	max-width: 200px;
	height:auto;
}
.context_release .brace{
	height:13vw;
	max-height: 200px;
	width:auto;
	min-width: auto;
	margin:0 1vw;
}
.context_release h2 a, .context_release h3{
	color:#070705;
}
.context_release h3{
	font-size: 1.5em;
	margin:0.5vh 0;
}
.context_release h4{
	color:#db626e;
}
.context_release .store_list_info p{
    font-size: 1em;
    line-height: 1.75em;
}
.nav_more{
	margin-top:6vh;
}
.nav_more a{
	color:#db626e;
}
.nav_more a:hover{
	color:#81afbd;
}
#content_right .nav_more{
	float:right;
}
.artistpage h2{
	margin-bottom: 1vw;
}
#artist_videos{
	list-style: none;
	margin:0;
	padding:0;
}
#artist_videos li{
	width:47%;
	margin:1%;
	display: inline-block;
}
#artist_videos li iframe{
	width:100%;
}
.context_release_news{
	margin-left: 0;
	font-size: 0.75em;
}
.post-navigation h2{
	display:none;
}
.nav-previous{
	display:inline-block;
	float:left;
}
.nav-next{
	display:inline-block;
	float:right;
	text-align:right;
}
#submit{
	background: #81afbd;
    color: #070705;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: proxima-soft, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.75em;
		cursor: pointer;
		margin-top:2vh;
		border:none;
}
#submit:hover{
	background:#db626e;
}
#artists_listing{
	list-style: none;
	margin:0;
	padding:0;
}
#artists_listing li{
	display:inline-block;
	width:48%;
	min-width: 200px;
	margin:1%;
}
#artists_listing li a img{
	max-width:100%;
	max-height:100%;
	display: block;
}
#current_artists_title{
	color:#db626e;
	margin-bottom: 3vh;
}
.artists_img_holder{
	display:inline-block;
	width:38vw;
	height:42vh;
	overflow: hidden;
	float:left;
	margin:0 1vw 1vw 0;
}
#home_news li:nth-child(even) .artists_img_holder{
	float: right;
	margin:0 0 1vw 1vw;
}
.artists_img_holder img{
	width:100% !important;
	height:42vh !important;
}
.news_item{
	margin:0;
}
.news_item a{
	color:#ebe8d5;
}
.news_item a:hover{
	color:#db626e;
}
.news_readmore{
	font-size:0.5em;
	color:#81afbd;
}
.splash_vid iframe{
	width:100%;
	height:50vh;
}
.splash_sale_btn{
	background: #81afbd;
    color: #070705;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: proxima-soft, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
    display: inline-block;
		margin:4vh;
}
.splash_sale_btn:hover{
	background: #db626e;
}
.splash_sale_img{
	max-width: 700px !important;
  max-height: 60vh !important;
  float: none !important;
  margin-right: 0 !important;
}
/** search **/
#ajaxsearchlite1{
	width:20vw;
	min-width:300px;
	position: absolute;
	right:-700px;
	margin-top:0;
	transition: all 0.5s ease;
}
.searchopen{
	right:0 !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
	background-color: #81afbd !important;
}
div.asl_r.vertical{
	background: #81afbd !important;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
		font-family: proxima-soft, sans-serif;
 		font-weight: 600;
 		font-style: normal;
    color: #81afbd;
}
.releasecount_3 h4, .releasecount_4 h4, .releasecount_5 h4, .releasecount_6 h4, .releasecount_7 h4, .releasecount_8 h4, .releasecount_9 h4, .releasecount_10 h4{
	display:none;
}
/**geo targeted stuff**/
/**default (world)**/
.release_btns a{
	display:inline-block;
}
.release_btns span{
	display:none;
}
/**world ex-US**/
.geoip-country-US .exus a{
	display:none !important;
}
.geoip-country-US .exus span{
	display:inline !important;
}
/**world ex-UK**/
.geoip-country-GB .exuk a{
	display:none !important;
}
.geoip-country-GB .exuk span{
	display:inline !important;
}
/**world ex-Canada**/
.geoip-country-CA .exca a{
	display:none !important;
}
.geoip-country-CA .exca span{
	display:inline !important;
}
/**World ex-North America, Mexico, Australia and NZ**/
.geoip-continent-NA .exusoz a, .geoip-country-MX .exusoz a, .geoip-country-AU .exusoz a, .geoip-country-NZ .exusoz a{
	display:none !important;
}
.geoip-continent-NA .exusoz span, .geoip-country-MX .exusoz span, .geoip-country-AU .exusoz span, .geoip-country-NZ .exusoz span{
	display:inline !important;
}
/**UK-only**/
.ukonly a{
	display:none !important;
}
.ukonly span{
	display:inline !important;
}
.geoip-country-GB .ukonly a{
	display:inline !important;
}
.geoip-country-GB .ukonly span{
	display:none !important;
}
/**australia-only**/
.australiaonly a{
	display:none !important;
}
.australiaonly span{
	display:inline !important;
}
.geoip-country-AU .australiaonly a{
	display:inline !important;
}
.geoip-country-AU .australiaonly span{
	display:none !important;
}
/**north america-only**/
.americanonly a{
	display:none !important;
}
.americanonly span{
	display:inline !important;
}
.geoip-continent-NA .americanonly a{
	display:inline !important;
}
.geoip-continent-NA .americanonly span{
	display:none !important;
}
@media (orientation : portrait), (max-width : 1000px) {
	body{
		margin: 0;
		padding: 0;
		background: url(/wp-content/themes/roughtraderecords/images/bg_h.jpg);
		background-repeat: repeat-x;
		background-size: 150% auto;
		background-attachment: fixed;
		background-position: left bottom;
		min-height: 100vh;
	}
	#content_left{
		display:inline-block;
		margin:7vw 2vw 2vw 7vw;
		width:90vw;
	}
	#content_right{
		display:inline-block;
		margin:7vw 2vw 2vw 7vw;
		width:90vw;
		height:auto;
		overflow-y: auto;
	}
	#store_list img{
		min-width: 170px;
	}
	#store_list .brace{
		min-height: 170px;
	}
	.store_list_info{
		width:45vw;
	}
	#home_news img{
		width:84vw;
		margin:0;
		float:none;
		height: auto;
	}
	#home_news li{
		margin-bottom: 5vh;
	}
	#home_news li:nth-child(even){
		text-align: left;
	}
	#home_news li:nth-child(even) img{
		float:none;
		margin:0;
	}
	h2{
		line-height: 1em;
	}
	#home_news p{
		margin:1vh 0;
	}
	#content_left_sml{
		margin:7vw;
		width:85vw;
		float:none;
		max-width:1000px;
	}
	.artists_img_holder{
		display:inline-block;
		width:84vw;
		height:28vh;
		overflow: hidden;
		float:none;
		margin:0;
	}
	.artists_img_holder img{
		width:100% !important;
		height:28vh !important;
	}
	#home_news li:nth-child(even) .artists_img_holder{
		float: none;
		margin:0;
	}
}
@media (max-width : 900px) {
	.internal #content_left{
		display:inline-block;
		margin:2vw 7vw 2vw 7vw;
		width:86vw !important;
		max-width: 2000px;
		vertical-align: top;
	}
	.internal #content_right{
		display:inline-block;
		margin:10vw 1vw 2vw 1vw;
		width:94.5vw !important;
		vertical-align: top;
		height:auto;
		overflow-y: visible;
	}
	.context_panel{
		width:80vw;
		margin-left:10vw;
	}
	.context_release{
		margin-left:-10vw;
		width:86vw;
		width:calc(100vw - 7vh);
		padding: 1.5vh;
	}
	.context_release img{
		display:inline-block;
		width:33vw;
		max-width: 200px;
		height:auto;
	}
	.context_release .brace{
		height:33vw;
		max-height: 200px;
		width:auto;
		min-width: auto;
		margin:0 1vw;
	}
	.splash_sale_img{
		max-width: 700px !important;
	  max-height: 60vh !important;
		width:100%;
	  float: none !important;
	  margin-right: 0 !important;
	}
}
@media (max-width : 470px) {
	#store_list img{
		min-width: 120px;
	}
	#store_list .brace{
		min-height: 120px;
	}
	.store_list_info{
		width:50vw;
		min-width:auto;
	}
	#nav_artists{
		display:none;
	}
	#announcement{
		background-size: 90%;
	}
	#announcement_inner{
		margin:10vh auto;
	}
	.splash_record_img{
		max-width:100%;
		max-height: 60vh;
		float: none;
		margin-right: 0vw;
	}
}
