@font-face {

	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?h2lnb4');
	src: url('../fonts/icomoon.eot?h2lnb4#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?h2lnb4') format('truetype'), url('../fonts/icomoon.woff?h2lnb4') format('woff'), url('../fonts/icomoon.svg?h2lnb4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

ul.social-wrap [class^="icon-"], ul.social-wrap [class*=" icon-"] {

	/* use !important to prevent issues with browser extensions that change fonts */

	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {

	content: "\ea90";
}

.icon-instagram:before {

	content: "\ea92";
}

.icon-spotify:before {

	content: "\ea94";
}

.icon-twitter:before {

	content: "\ea96";
}

.icon-youtube:before {

	content: "\ea9d";
}

.icon-soundcloud:before {

	content: "\eac3";
}

body {

	margin: 0;
	padding: 0;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	background-position: bottom right;
	background-size: cover;
	max-width: 100vw;
	height: 100vh;
	text-align: center;
}

ul, li {

	margin: 0;
	padding: 0;
	list-style: none;
}

img {

	max-width: 100%;
	height: auto;
}

a {

	text-decoration: none;
	color: #FFF;
}



header {

	background: #fe9b44;
	min-height: 40px;
	padding: 0 0 15px 0;
}

#splash-content {
    max-width: 50vw;
    margin: 0 auto 0 15vw;
    padding: 3vw 0;
}

.splash-logo {

	margin: 2vw auto 1.5vw;
}

#follow-artist {

	font-size: 1.25vw;
	text-transform: uppercase;
	background: #1ED760;
	padding: 0.45vw 1vw 0.3vw;
	color: #fff;
	border-radius: 30px;
	letter-spacing: 1px;
}

#follow-artist:hover {

	background: #fe9b44;
}

.spotify.button {

	text-align: center;
}

ul.social-wrap {
	padding: 10px 20px 0 0;
	text-align: center;
}

.social-wrap li {
	display: inline-block;
	margin: 0 1.5vw 0 0;
}

.social-wrap li:last-child {
	margin: 0;
}

.social-wrap li a {

	font-size: 24px;
}
.social-wrap li a:hover {
	color: #187476;
}
.social-wrap li a.icon-soundcloud {

	font-size: 28px;
}

a.enter-site-link {

	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 24px;
	border: 1px solid #fff;
	padding: 5px 14px 6px;
    box-sizing: border-box;
    display: block;
    max-width: 180px;
    margin: 0 auto

}

a.enter-site-link:hover {

	color: #1b8c95;
	background: #fff;
	box-sizing: border-box;
}

footer {
	position: relative;
	background: #166c6c;
	min-height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 20px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.copyright, .footer-tos {

	display: inline-block;
}

.copyright {

	margin: 0 20px 0 0;
}

#mlistclose {

	position: absolute;
	right: 0;
	top: 16px;
	right: -15px;
	font-weight: normal;
}

#mlistclose:hover {

	color: #1b8c95;
}
.enter-site-wrap {
	padding: 10px 0 15px;
}
@media only screen and (max-width: 1023px) {

	#splash-content {

		max-width: 95vw;
		margin: 0 auto;
		padding: 4vw 0;
	}

	#follow-artist {

		font-size: 2.25vw;
		padding: 1.45vw 3vw 1.3vw;
	}

	.social-wrap li a.icon-soundcloud {

		font-size: 32px;
	}

}

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

	header {

		padding: 0 0 0 0;
	}

	#splash-content {

		padding: 10vw 0;
	}

	#follow-artist {

		font-size: 5.2875vw;
		padding: 1.45vw 3vw 1.25vw;
	}

	ul.social-wrap {

		padding: 10px 20px 10px;
	}

	.social-wrap li {

		margin: 0 5vw 0 0;
	}

	.social-wrap li a {

		font-size: 6vw;
	}

	.social-wrap li a.icon-soundcloud {

		font-size: 7.5vw;
	}

	footer {

		height: 9.75vw;
		padding: 6vw 0 0;
		font-size: 2.03vw;
		background: transparent !important;
	}

	#mlistclose {

		top: 1.875vw;
		right: 3.125vw;
	}

}
@media only screen and (min-width: 1300px) {
	ul.social-wrap {
		position: absolute;
		right: 0;
		top: 0;
	}
	.enter-site-wrap {
		position: absolute;
		bottom: 0;
		right: 15px;
		padding: 8px 0;
	}
}

/******** Dark House styles ********/

.rufina{
	font-family: 'Rufina', serif;
}

.oswald{
	font-family: 'Oswald', sans-serif;
}

.leftWrapper, .mainWrapper {
    display: inline-block;
    width: 50%;
    max-width: none;
    vertical-align: top;
}

.leftWrapper {
    background: url('../images/StaticBG.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    position: fixed;
    left: 0;
	z-index: 1;
	top: 0;
	background-position: top center;
}

.mainWrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

div#overallWrapper {
    font-size: 0;
}

.video.rufina {
    position: absolute;
    right: -25px;
    top: 7.5%;
}

.video.rufina > a {
    display: inline-block;
    vertical-align: middle;
	width: 50px;
    height: 54px;
}

.video.rufina > h2 > a:hover {
    text-decoration: underline;
}

a.button.oswald:hover {
    background: #fff;
    color: #000;
}

/*div#photoArea {
    max-width: 360px;
} */

.video.rufina > h2 {
    font-size: 16px;
    margin: 0;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-weight: 200;
}

h2.available.rufina, a.button.oswald {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24%;
}

a.button.oswald {
    line-height: 44px;
    height: 46px;
    width: 168px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 1px #fff;
    bottom: 12.8%;
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
}

.ddlogo, .darkhouselogo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ddlogo {
    width: 496px;
    bottom: 41.7%;
}

.darkhouselogo {
    width: 415px;
    bottom: 31.5%;
}

.textheader.oswald {
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
}

div#photoCreator .div-input.rufina {
    font-size: 18px;
    padding-top: 8px;
	padding-bottom: 12px;
	color: #000;
}

.textheader.oswald > span {
    font-weight: 500;
}

.ShareableGraphic {
    width: 360px;
    display: block;
}

div#photo-wrapper .ShareableGraphic img {
    position: static;
    transform: none;
}

div#textinputWrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(0,0,0,0.8);
}

div#textinputWrap textarea#textinput {
    width: 620px;
    height: 288px;
    border: solid 1px #fff;
    background: transparent;
    font-family: 'Rufina', serif;
    padding-left: 20px;
    box-sizing: border-box;
	font-size: 16px;
    padding-top: 20px;
    display: block;
}

div#lightboxinput {
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translateX(-50%)translateY(-50%);
	text-align: left;
}

span#lightboxinputClose {
    font-size: 35px;
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
}

a#resetAll1.startagain {
	position: static;
	text-align: center;
	vertical-align: top;
}

#createit.show{
	margin-left: 85px;
	text-align: center;
}

#createit.show, a#resetAll1 {
    margin-top: 25px;
}

div#photoCreator .right-wrapper {
    width: 65%;
    margin-left: 35px;
}

#facebookshare:hover, #instagramshare:hover, #twittershare:hover {
    background: transparent;
    opacity: 0.8;
}

.image-save.pane.socials {
    text-align: left;
}

a.save-image-btn{
    line-height: 44px;
    height: 46px;
    width: 168px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 1px #000;
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
    display: inline-block;
    color: #000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: normal;
}

.disabled {
    pointer-events: none;
}

.enter-wrapper {
    text-align: left;
	margin-left: 46px;
	margin-top: 86px;
}

div#livefyre {
	margin-left: 46px;
	text-align: left;
	display: block;
    padding-top: 42px;
}

div#livefyre .streamhub-content-list-view.hub-wall-column {
    width: auto;
}

div#livefyre > h2.textheader.oswald {
    margin-bottom: 16px;
}

div#livefyre .hub-content-container {
    width: 275px;
    min-height: 275px;
    padding: 0;
    margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}

div#livefyre article.content.content-tweet.content-default {
    position: static;
    background: transparent;
}

div#livefyre .hub-content-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../images/DD-ShareableGraphic-BLANK.jpg);
    background-size: 100% 100%;
}

div#livefyre section.content-header {
    position: static
}

div#livefyre .hub-content-container section.content-header a.content-author-avatar {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    left: 0;
    top: 0;
    background-image: url(../images/twitterhover.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    display: none;
}

/*div#livefyre .hub-content-container:hover section.content-header a.content-author-avatar {
    display: block;
}*/

div#livefyre .hub-content-container:hover .content-footer-right div.content-created-at a{
	display:block;
	
}

div#livefyre .hub-content-container:hover section.content-header a.content-author-avatar > img {
    display: none;
}

div#livefyre .hub-content-container section.content-header .content-byline {
    display: none;
}

div#livefyre section.content-body {
    font-family: 'Rufina', serif;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    width: 100%;
    line-height: 18px;
}

div#livefyre section.content-footer {
    display: block;
}
div#livefyre div.content-footer-left{
	display:none;
}


div#livefyre .hub-content-container .content-created-at a{
	
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    left: 0;
    top: 0;
    background-image: url(../images/twitterhover.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    display: none;
	text-indent: -99999px;
}
div#livefyre section.content-body a {
    color: #fff;
}

a#twitter-media {
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.ddlogo {
    width: 310px;
}
.darkhouselogo {
    width: 275px;
}
div#overallWrapper .mainWrapper {
    width: 50%;
}
.textheader.oswald {
    font-size: 26px;
}
div#photoCreator .div-input.rufina {
    font-size: 16px;
}
.image-save.pane.socials .socialsheader{
	font-size: 14px;
}
.image-save.pane.socials i {
    font-size: 18px;
}
a.save-image-btn{
	font-size: 14px;
	width: 98px;
}
div#mlist .mlist-outer-wrapper.country-detect .mlist-header .mlist-title{
	font-size: 22px;
	line-height: normal;
}
div#mlist .mlist-outer-wrapper.country-detect .mlist-header .mlist-inner{
	line-height: normal;
	font-size: 16px;
}
div#mlist input#email{
	width: 100%;
}
div#mlist .mlist-wrapper .mlist-field{
	max-width: 175px;
}
div#mlist .mlist-outer-wrapper.country-detect input.submit{
	width: 106px;
}
div#mlist div#thankyoublock-innerwrapper .mlist-field {
    max-width: none;
}

}

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

.leftWrapper {
    position: relative;
    width: 100%;
    transform: none;
	background-size: 100% auto;
	height: 92vh;
}
.video.rufina > h2 > a > br {
    display: none;
}
.video.rufina > h2 {
	font-size: 12px;
	display: block;
    margin: 0;
    margin-bottom: 15px;
}
.video.rufina > a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}
.ddlogo {
	max-width: 272px;
	bottom: auto;
    top: 42%;
}
.darkhouselogo {
	max-width: 230px;
    bottom: auto;
    top: 50%;
}
h2.available.rufina, a.button.oswald{
	font-size: 14px;
	bottom: 37%;
}
a.button.oswald {
	width: 150px;
	bottom: 22%;
    font-size: 14px;
}
.textheader.oswald {
	font-size: 24px;
    max-width: 270px;
    margin: 0 auto;
}
div#overallWrapper .mainWrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: static;
    transform: none;
    padding: 0 25px;
	box-sizing: border-box;
	padding-top: 62px;
}
.left-wrapper div#photoText, .internal-container .right-continer {
    margin: 0;
}
div#photoCreator .div-input.rufina {
    font-size: 14px;
    width: 270px !important;
	display: block !important;
	margin: 0 auto;
}
div#overallWrapper div#photoArea {
    max-width: 270px;
    margin: 0 auto;
}
div#overallWrapper div#photoCreator .right-wrapper {
    margin: 0 auto;
    width: auto;
}
.image-save.pane.socials .socialsheader{
	font-size: 14px;
}
.image-save.pane.socials i {
    font-size: 18px;
}
div#overallWrapper #facebookshare, div#overallWrapper #instagramshare, div#overallWrapper #twittershare {
    width: auto;
    height: auto;
    margin-right: 5px;
}
.image-save.pane.socials a.save-image-btn{
	font-size: 14px;
	width: 120px;
}
div#livefyre {
	margin-left: 0;
	text-align: center;
}
div#overallWrapper .enter-wrapper {
    max-width: 270px;
    margin: 0 auto;
}
div#overallWrapper .enter-wrapper a{
	font-size: 14px;
	margin-top: 60px;
	margin-bottom: 0;
}
div#overallWrapper .footerWrapper {
    position: static;
    padding-left: 0;
    padding-top: 32px;
    max-width: 270px;
    margin: 0 auto;
}
.video.rufina {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.image-save.pane.socials {
    text-align: center;
}
div#livefyre > h2.textheader.oswald {
    margin-bottom: 16px;
    text-align: left;
}
div#livefyre .hub-content-container {
    width: 260px;
    min-height: 260px;
    padding: 0;
    margin-right: 0;
}
div#textinputWrap textarea#textinput {
    width: 270px;
    height: 290px;
    font-size: 14px;
}
a#resetAll1.startagain {
    position: static;
    text-align: center;
    vertical-align: top;
    transform: none;
    margin: 0;
	margin-left: 15px;
	margin-top: 30px;
}
span#lightboxinputClose {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 2px;
    cursor: pointer;
}

div#photoCreator .div-input.rufina br {
    display: none;
}

a#twitter-media {
    font-size: 14px;
}

}
.image-save.pane.socials a.save-image-btn:hover {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: #000;
}

a#twitter-media:hover {
    background: transparent;
    opacity: 0.8;
}




div#livefyre article.content.content-tweet.content-default > div {
    display: none;
}
[data-lf-package~="streamhub-wall#3.9.3"] .streamhub-content-list-view .hub-list-more {
    background: transparent;
	line-height: 20px;
    height: 20px;
    width: 168px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 1px #000;
    cursor: pointer;
    font-size: 16px;
	color: #000;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    border-radius:0;
}
[data-lf-package~="streamhub-wall#3.9.3"] .streamhub-content-list-view .hub-list-more:hover {
    background: #000;
	line-height: 20px;
    height: 20px;
    width: 168px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 1px #000;
    cursor: pointer;
    font-size: 16px;
	color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    border-radius:0;
}
div#wall{
	    max-width: 590px;
}

div#livefyre div:not(.content-with-image) article.content.content-tweet.content-default > div{
	display: block;
}


div#livefyre .hub-content-container:after{
	display: none;
}
div#livefyre .hub-content-container > article{
	padding: 0;
    margin: 0;
}
div#livefyre .hub-content-container > article:not(.content-with-image):after{
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(http://apps.devindawsonmusic.com/darkhorse/images/DD-ShareableGraphic-BLANK.jpg);
    background-size: 100% 100%;	
padding: 0;
    margin: 0;
}
div#livefyre .hub-content-container .content-with-image section.content-body, .content-attachments-stacked,div#livefyre section.content-header{
	display: none ;
}

