<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------------------------------------------------------------------------*/
/*===== GENERAL PAGE AND TYPE STYLES =====*/
/*------------------------------------------------------------------------------------------------------------------------------------*/

body {
    background: transparent url('../img/ChrisDevoe-bg.jpg');
    background-color: #BCA887;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    width: 100%;
}

.chris-devoe {
    color: #4e4638;
    font-family: "Gotham-Bold", sans-serif;
/*    padding: 22px 15px; */
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
}

@media (max-width: 767px){
	.chris-devoe{
		padding-top: 22px;
	}
}


@font-face {
    font-family: "GothamBold";
    src: url('../fonts/Gotham-Bold.ttf');
}

@font-face {
    font-family: "GothamLight";
    src: url('../fonts/Gotham-Light.ttf');
}

@media (min-width: 928px) {
    .chris-devoe {
        background-position: 490px 290px;
    }
}

.chris-devoe h1 {
    display: block;
    
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*===== BAND LOGO STYLES =====*/
/*------------------------------------------------------------------------------------------------------------------------------------*/

.chris-devoe .band-name {
    margin: 35px 0 55px;
    text-align: center;
}

.band-name img{
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px){
    .chris-devoe .band-name {
    margin: 35px 20px 55px;
    }
}

@media (min-width: 768px) {
    .chris-devoe .band-name img#mobile {
        display: none;
    }
    .chris-devoe .player .sides {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;       
    }
    .chris-devoe .player .track-list {
        margin-bottom: 100px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
    }
}

/* styles for mobile logo */
@media (max-width: 767px) {
    .chris-devoe .band-name {
        margin: 0 35px 20px 35px;
    }
    .chris-devoe .band-name img#desktop {
        display: none;
    }
    .chris-devoe .now-playing {
        margin: 15px 0;
    }

}

.chris-devoe h1 img {
    display: block;
    margin: 0;
    max-width: 100%;
    position: relative;
    width: 850px;
}

@media (min-width: 768px) {
    .chris-devoe h1 img {
        width: 1080px;
    }
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*===== SOCIAL LINKS =====*/
/*------------------------------------------------------------------------------------------------------------------------------------*/

.chris-devoe .social-buttons {
    font-size: 0;
    margin-bottom: 30px;
	display: inline-block;
	float: right;
}

@media (max-width: 767px){
	.chris-devoe .social-buttons{
		float: left;
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

.chris-devoe .social-buttons li {
    display: inline-block;
    margin: 0 0 0 10px;
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*===== PLAYER STYLES =====*/
/*------------------------------------------------------------------------------------------------------------------------------------*/

.chris-devoe .now-playing {
    background: none;
    color: #4e4638;
    line-height: 20px;;
    overflow: hidden;
    padding: 0;
    position: relative;
    
}

.chris-devoe .now-playing-title {
    font-size: 16px;
    margin-right: 126px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    white-space: nowrap;
    background-color: #c5af91;
}
@media only screen and (max-width:500px){
	.chris-devoe .now-playing-title {
		margin-right: 90px;
	}
}
/*@media (max-width: 414px) {
	.chris-devoe .now-playing-title{
			margin-right: 0;
		}
}*/

.chris-devoe .now-playing-title &gt; span {
    display: inline-block;
    left: 0;
    position: relative;
    white-space: nowrap;
    -webkit-transition: left 5s ease-in-out;
    transition: left 5s ease-in-out;
}

.chris-devoe .now-playing-time {
    font-size: 16px;
    position: absolute;
    text-align: right;
    top: 10px; right: 10px;
/*    width: 72px; */
    z-index: 2;
}

@media only screen and (max-width:500px){
	.chris-devoe .now-playing-time {
	    font-size: 10px;
	}
}

.chris-devoe .now-playing-time &gt; span {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
}

.chris-devoe .loading .now-playing-time &gt; span {
    -webkit-animation: pulse 1s linear 0s infinite alternate;
        -ms-animation: pulse 1s linear 0s infinite alternate;
            animation: pulse 1s linear 0s infinite alternate;
}

@-webkit-keyframes pulse {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes pulse {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes pulse {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@font-face {
    font-family: 'Chris-Devoe-player';
    src:    url('../fonts/Chris-Devoe-player.eot?ff3469');
    src:    url('../fonts/Chris-Devoe-player.eot?ff3469#iefix') format('embedded-opentype'),
        url('../fonts/Chris-Devoe-player.ttf?ff3469') format('truetype'),
        url('../fonts/Chris-Devoe-player.woff?ff3469') format('woff'),
        url('../fonts/Chris-Devoe-player.svg?ff3469#Chris-Devoe-player') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Chris-Devoe-player' !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-ChrisDevoe-ff-btn:before {
    content: "\e900";
}
.icon-ChrisDevoe-pause-btn:before {
    content: "\e901";
}
.icon-ChrisDevoe-play-btn:before {
    content: "\e902";
}
.icon-ChrisDevoe-rw-btn:before {
    content: "\e903";
}




.player-download-area{
    margin: 0 0 20px 0;
    background-color: #e7dac5;
    padding: 20px 0 20px 0;
}

@media (max-width: 414px){
	.player-download-area{
		padding: 0;
	}
}

.chris-devoe .player {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}

.chris-devoe .player ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.chris-devoe .player-controls {
    display: block;
    font-size: 0;
    margin: 5px 0 0 5px;
    visibility: hidden;
    float: left
}

/*@media (max-width:414px){
.chris-devoe .player-controls {
		float: none;
	}
}*/

.chris-devoe .player-controls .pc {
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    margin: 0 10px 0 0;
    width: 1em;
    color: #56171b;
    transition: color .25s ease;    
}
html.no-touch .chris-devoe .player-controls .pc:hover {
    color: #ac5b34;
}
@media (max-width: 500px) {
    .chris-devoe .player-controls .pc {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media (min-width: 768px) {
    .chris-devoe .player-controls .pc {
        font-size: 24px;
        margin-right: 8px;
    }
}
@media (min-width: 1025px) {
    .chris-devoe .player-controls .pc {
        font-size: 32px;
    }
}

.chris-devoe .loading .pc-play,
.chris-devoe .loading .pc-pause {
    opacity: 0.6;
    pointer-events: none;
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*===== TRACK LISING STYLES =====*/
/*------------------------------------------------------------------------------------------------------------------------------------*/

.chris-devoe .player .sides {
    border-top: solid 1px #fb2623;   
    padding-top: 20px; 
    padding-bottom: 20px;
}

.chris-devoe .player .track-list {
	background-color: rgba(255,255,255,.5);
    margin: 0 0 100px;
    padding: 10px 40px;
    height: 420px;

}

@media (max-width: 767px){
	.chris-devoe .player .track-list {
        margin-bottom: 50px;
		padding: 10px 0px;
		height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
.chris-devoe .player .track-list {
	background-color: rgba(255,255,255,.5);
    margin: 0 0 100px;
    padding: 10px 20px;
    height: 420px;
	}
}

.chris-devoe .side {
    color: rgba(0,0,0,.6);
    padding-left: 5px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .1em;
}

.chris-devoe .track {
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin: 1px 0 1px;
    padding: 4px 6px 2px;
    position: relative;
    background-color: rgba(255,255,255,0);
    transition: background-color 0.5s ease;
}


@media (min-width: 761px) and (max-width:768px) {
    .chris-devoe .track {
        width: 360px;
    }
}

@media (max-width: 760px) {
    .chris-devoe .track {
        width: 100%;
        font-size: 15px;
    }
}

.track-list .download-only{
    color: #961c4b;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin: 1px 0 1px;
    padding: 4px 6px 2px;
    position: relative;
}

.track-list .download-only:hover{
    color: #961c4b;
    background: none;
}

html.no-touch .chris-devoe .track:hover,
.chris-devoe .track.playing {
    background-color: rgba(255,255,255,1);
}

.chris-devoe .track .track-title, .chris-devoe .download-only .track-title {
    display: inline-block;
    margin-left: 1.75em;
    margin-right: 80px;
    text-indent: -1.75em;
    font-size: 12px;
/*	color: #4e4638;*/
}

@media (min-width: 768px) and (max-width: 1023px){
.chris-devoe .track .track-title {
    font-size: 10px;
    }
}

.track-list .download-only{
	color: #961c4b;
}

.track-list .download-only:hover{
	color: #961c4b;
	background: none;
}

.track-title-single-digit {padding-left: 20px;}

@media (max-width: 768px){
	.track-title-single-digit {padding-left: 11px;}	
}

.chris-devoe .track.top {
    margin-top: 0;
}

@media (max-width: 414px) {
    .chris-devoe .track .track-title {
        font-size: 12px;
        margin-right: 90px;
        letter-spacing: 1px;
    }
    .chris-devoe .player .sides {
        margin-bottom: -260px;
    }
    .chris-devoe .player .sides .side.a {
        margin-bottom: 225px;
    }
    .chris-devoe .track.bottom {
        margin-bottom: 80px;
    }
}

.chris-devoe .track .track-share {
    display: block;
    font-size: 0;
    margin: 0 6px;
    position: absolute;
    top: 0; right: 0;
    vertical-align: top;
	color: rgba(150,150,150,0);
}

html.no-touch .chris-devoe .track:hover .track-share,
.chris-devoe .track.playing .track-share {
    display: block;
    color: rgba(150,150,150,.8);
}

.chris-devoe .track .track-share &gt; li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 5px;
    text-align: center;
    width: 21px;
    height: 27px;
    padding-left: 7px;
    padding-top: 3px;
    transition: color .5s ease;
/*    border-left: solid 1px rgba(255,255,255,.5); */
}

html.no-touch .chris-devoe .track .track-share &gt; li:hover {
    /*background: #ff68aa;*/
}

.chris-devoe .track .track-share &gt; li:hover {
    color: rgba(227,102,90,1);
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*===== RECORD AND [AS] LOGOS =====*/
/*------------------------------------------------------------------------------------------------------------------------------------*/

.chris-devoe .logos {
    display: block;
    margin: 0 0 55px;
    position: relative;
}

.chris-devoe .logos a {
    display: inline-block;
    margin-right: 16px;
}

.chris-devoe .logos a.label-logo {
    height: 100px;
    width: 100px;
    background: url('../img/ghostly-logo-sprite.png') no-repeat 0 -100px;
}

.chris-devoe .logos a.label-logo:hover {
    background-position: 0 0;
}

.chris-devoe .logos a.adult-swim {
    height: 25px;
    width: 170px;
    background: url('../img/as-logo-sprite.png') no-repeat 0 -27px;
	margin-bottom: 35px;
}

.chris-devoe .logos a.adult-swim:hover {
    background-position: 0 -2px;
}

.chris-devoe .logos img {
    display: inline-block;
    margin: 0;
    width: 38px;
    vertical-align: middle;
}



/*------------------------------------------------------------------------------------------------------------------------------------*/
/*===== RECORD AND [AS] LOGOS =====*/
/*------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px){
	.dl-link-anchor{
		text-align: center;		
	}
}
.cassette-icon-container {
	display: inline-block;
}

.cassette-icon{
	fill: #50483a;
	width: 65px;
	transition: all .8s ease;
}

.chris-devoe .download-link {
    cursor: pointer;
    display: inline-block;
    float: right;
}

/*@media (min-width: 500px) {
    .chris-devoe .download-link {
		margin: 0 32%;
    }

}*/

@media (max-width: 767px) {
    .chris-devoe .download-link {
		display: block;
		float: none;
    }

}


/*@media (max-width:767px){
	.chris-devoe .download-link {
	    display: block;
	    margin-bottom: 32px;
	    overflow: hidden;
	    position: relative;
	    height: 160px;
	    width: 160px;
	    background-position: -1px -1px;
	    background: url('../img/LordRaja-record-icon.png') no-repeat 0 0;
	    cursor: pointer;
	    transition: all .8s ease;
	}
} */

.dl-link-text{
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    font-family: GothamBold, sans-serif;
    color: #50483a;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 15px;
    text-align: center;
    transition: all .8s ease;
}

/*@media (max-width:767px){
	.dl-link-text{
		display: inline-block;
		margin-top: 35px;
		font-family: GillSans, sans-serif;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 18px;
	}
}*/

.download-link:hover .dl-link-text {
	color: #ac5b34;
}

.download-link:hover .cassette-icon {
	fill: #ac5b34;
}


/*.chris-devoe .download-link &gt; img {
    display: block;
    margin: 0;
    max-width: 100%;
    position: relative;
    margin-top: 0px;
}*/

/*@media (min-width: 415px) {
    .chris-devoe .download-link:hover {
        background-position: 0 -184px;
        cursor: pointer;
    }
}*/


.ghostly-disclaimer {
    color: #864ea4;
    display: block;
    font-size: 11px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .chris-devoe .logos,
    .chris-devoe .download-link {
        margin-left: 0;
        margin-right: 0;
    }

    .chris-devoe .logos {
        margin: 100px 0 100px;
    }

    .chris-devoe .logos a {
        margin-right: 32px;
    }

    .chris-devoe .logos img {
        width: auto;
    }

    .chris-devoe .download-link {
        display: inline-block;
    }

    .ghostly-disclaimer {
        text-align: center;
    }

    .ghostly-disclaimer &gt; br {
        display: none;
    }
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*===== Misc. FIXES and EDITS =====*/
/*------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width:768px){
	.player-area{
		width:70%;
		float: left;
	}
		
	.download-link-area{
		width: 30%;
		float: right;
	}
}

@media only screen and (min-width:1024px) and (max-width:1100px){
	.download-link-area{
		width: 25%;
		float: right;
		margin-right: 30px;
	}
}

/*
@media only screen and (max-width:768px){
	.player-area{
		width:100%;
		float: none;
		margin: 0 25px;
	}
		
	.download-link-area{
		width: 100%;
		float: none;
		margin: 0 25px;
	}
}*/
</pre></body></html>