@import url('https://fonts.googleapis.com/css?family=Armata');

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

* {
	margin: 0px;
	padding: 0px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}

html {
	font-size: 20px;
	line-height: 1.5;
}

body {
	background: #203040 url('../images/bg.gif') repeat-x 50% 0%;
	color: #fff;
	font-family: Georgia, Times, Times New Roman, serif;
	text-align: left;
}

	.blog body {
		background: #f0f0f0 url('../images/top_bgx2.gif') repeat-x 50% 0;
		color: #333333;
	}

p,
blockquote {
	margin: 0 0 1.5rem 0;
}

p:last-child,
blockquote:last-child {
	margin-bottom: 0;
}


a {
	color: #f0c090;
	text-decoration: none;
	transition: all 1s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
}

	.blog a {
		color: #a07060;
	}

a:hover {
	color: #ffffff;
}

	.blog a:hover {
		color: #603010;
	}

h1, h2 {
	font-family: "Oswald";
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
   	font-size: 3rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}

h2 {
   	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

h3 {
	color: #c0c0c0;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 1.5rem;
}

img {
	border: 0;
}

#layout {
	line-height: 32px;
	width: 1120px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* header */

#header {
	padding-top: 24px;
	padding-bottom: 48px;
	width: 100%;
	height: 71px;
	margin: 0 auto;
}

	/* logo */

	#header #logo {
		float: left;
	}

	#header #logo img{
		border: none;
	}

	/* menu */

	#header #menu {
		float: right;
		/* padding-left: 20px; */
		/* padding-top: 30px; */
		font-size: 25px;

		font-family: oswald;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: 2px;
}

	#header #menu ul {
		list-style: none;
	}

	#header #menu ul li {
		float: left;
		/* padding: 5px; */
		margin-left: 25px;

		line-height: 64px;
}


	#header #menu .selected {
		color: white;
	}

#releases_thumbs {
	margin-bottom: 20px;
	margin-left: 15px;
}

#releases_thumbs a img{
	width: 64px;
	height: 64px;
}


.spotlight {
	margin-bottom: 48px;
}

.spotlight_item {
  height: 362px;
  overflow: hidden;
  position: relative;
  display: block;
}

.spotlight_item_tag {
    position: absolute;
    top: 48px;
    left: 48px;
    font-family: 'oswald', arial, serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #aaa;
    background: rgba(0, 0, 0, 0.8);
    padding: 24px;
}

.spotlight_item_data {
  position: absolute;
  left: 48px;
  bottom: 48px;
}

.spotlight_item_data_title {
  font-family: 'oswald', arial, serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.8);
  margin-bottom: 12px;
}

.spotlight_item_data_desc {
  font-family: georgia, arial, serif;
  font-size: 16px;
  line-height: 24px;
  color: #cccccc;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.8);
}

.spotlight_info {
	padding: 24px;
	background: #304050;
	height: 362px;
}

.spotlight_info_head {
	font-size: 25px;
	font-weight: normal;
	line-height: 36px;
	overflow: hidden;
	text-align: left;
	font-family: oswald, arial, serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	margin-bottom: 24px;
}

.spotlight-view-all {
	margin-bottom: 96px;
	text-align: center;
	font-size: 64px;
}

/* releases */

.releases {

}

.releases_item {
	text-decoration: none;
	display: block;
	margin-bottom: 24px;
}

.releases_item_img {
	height: 262px;
}

.releases_item_content {
	background: #cfdfef;
	padding: 24px;
	transition: all 1s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
}

	.releases_item:hover .releases_item_content {
		background: #ffffff;
	}

.releases_item_content_title {
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	overflow: hidden;
	text-align: left;
	font-family: oswald, arial, serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #203040;
}

.releases_item_content_artist {
	color: #607080;
	font-size: 14px;
	font-family: oswald, arial, serif;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.releases_item_content_meta {
	color: #607080;
	font-size: 14px;
	font-family: oswald, arial, serif;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
}


#main_content {
	width: 100%;
	background: #304050;
	margin-bottom: 40px;
}

.title_album-name {
font-family: oswald;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 20px;
text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.25);
}

.title_artist-name {
font-family: oswald;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.25);
}

	/* layout_left */

	#layout_left {
		/*width: 600px;*/
		width: 650px;
		float: left;
		padding-left: 40px;
		padding-top: 40px;
	}
		#layout_left .post{
			padding-bottom: 40px;
		}

			#layout_left .post .post_title {
				font-family: 'oswald', arial, sefif;
				font-weight: normal;
				font-size: 36px;


				line-height: 48px;
}

#layout_left .post .post_meta {
				font-family: Georgia, arial, sefif;
				font-weight: normal;
				font-size: 16px;


				line-height: 24px;
}

			#layout_left .post .post_comments {
				font-size: 11px;
			}

		#layout_left h1 {
			font-size: 63px; /* 34px */
			line-height: 80px; /* 36px */
			margin-bottom: 20px;
			color: #C0C0C0;
			font-family: font-family: ff-tisa-web-pro;

			font-family: ff-tisa-web-pro;
			font-family: oswald;
			font-weight: normal;
}

		#layout_left #title h1{
			color: white;
		}

		#layout_left h2{
			margin-bottom: 0;
		}

		#layout_left #description {
			margin-bottom: 30px;
		}

		#layout_left #description blockquote {
			border-left: 3px solid #aaaaaa;
			    padding-left: 20px;
			    font-style: italic;
			    font-size: 0.8rem;
			    color: #dddddd;
		}

		#layout_left #tracklist {
			margin: 0 20px 20px 0;
		}

		#layout_left #tracklist ol {
			margin-left: 50px;
		}

		#layout_left #tracklist li {
			color: white;
			font-size: 20px;
			line-height: 30px;
			font-family: oswald;
			list-style-position: outside;
			list-style-type: decimal;
			padding: 2px;
			letter-spacing: 0.5px;
			font-weight: normal;
}

		#layout_left #tracklist li div.song-comment {
			font-size: 11px;
			color: #aaaaaa;
			vertical-align: text-top;
			float: right;
		}

		#layout_left #credits {
			/* font-style: italic; */

			color: #c6d6dD;
			/* font-size: 18px !important; */
}
#layout_left #credits p {

font-size: 16px;


line-height: 1.5em;

}

	/* layout_right */

	#layout_right {
		width: 350px;
		padding: 40px 40px 20px 40px;
		float: right;
	}

		#layout_right dd {
		  line-height: 1.5em;
		  font-size: 16px;

		  color: #c6d6dD;
}

		#layout_right h2 {
			color: white;
			font-weight: bold;
			/* border-bottom: 1px solid #778899; */

			font-family: font-family: "refrigerator-deluxe";
			font-family: oswald;
			font-size: 30px;
			text-transform: uppercase;
			te: px;
			letter-spacing: 1.8px;
			margin-bottom: 10px;
			font-weight: normal;
}

#layout_right h2:after {
	  border-top: 2px #667788 solid;
  content: "";
  display: block;
  margin-bottom: 24px;

	  margin-top: 6px;
  width: 48px;
  height: 0px;
}

		#layout_right #artwork {
			margin-bottom: 20px;
		}

			#layout_right #artwork img {
				width: 350px;
				height: 350px;
			}

		#layout_right #audioplayer_container {
			margin-bottom: 20px;
		}

			#layout_right #share dd {
				margin-bottom: 5px;
			}

			#layout_right #share dl {
				margin-bottom: 20px;
			}

		#layout_right #reviews {
			clear: both;
		}

		#layout_right #details {
			clear: both;
		}

			#layout_right #details #license a {
				vertical-align: text-top;
			}

		#layout_right dl {
			margin: 0 0 20px 0;

}

		#layout_right #downloads dd {
			/* margin-bottom: 10px; */
		}

		#layout_right ul {
			list-style-type: none;
		}

		#layout_right #follow_us ul {
			margin-bottom: 20px;
		}

		#layout_right #follow_us ul li{
			margin-bottom: 10px;
		}

			#layout_right #follow_us #facebook {
				background: white;
			}

			#layout_right #follow_us #rss a{
				height: 28px;
				display: inline-block;
				vertical-align: top;
				padding-left: 35px;
				background: url('/images/feed-icon-28x28.png') no-repeat;
			}


		#layout_right #news_archives {
			clear: both;
			margin-bottom: 20px;
		}

		#layout_right .last_news_item {
			font-size: 16px;

			margin-bottom: 12px;
			font-family: oswald;
			font-weight: normal;
}

#clear {
	clear: both;
}

#footer {
	clear: both;
	height: 548px;
	width: auto;
	overflow: hidden;
	background: url('../images/footer.gif') repeat-x 50% 0;
}

	.blog #footer {
		height: 586px;
		background: url('../images/footer-bw.gif') repeat-x 50% 0;
	}


/* everything */

#comments {
	padding-bottom: 40px;
	padding-top: 20px;
}

#comments .com_text {
	padding-top: 5px;
	padding-bottom: 15px;
}

#input_form {
	padding-top: 10px;
}

#input_form div {
	padding-bottom: 6px;
}

.input_field {
	border: 1px solid #535244;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #535244;
	color: white;
}

#input_button {
	margin-top: 10px;
	background: #dfdfcf;
	border: 3px solid #dfdfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #535244;
	cursor: pointer;
}

.song-duration {
	color: #A6B6BD;
	font-size: 16px;
}

.song-info {
	display:block;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #c6d6dD;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

.post_med {
	height: 250px;
	width: 650px;
	display: block;
	position: relative;
}

.post_med_data {
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.post_med_data_title {
	font-family: 'oswald', arial, serif;
  	font-weight: normal;
	font-size: 32px;
	line-height: 48px;
	color: #ffffff;
	text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.post_med_data_title-2 {
	font-family: georgia, arial, serif;
	font-size: 16px;
	line-height: 24px;
	color: #cccccc;
	text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

/* releases */

.releases-view-all {
	margin-top: 24px;
	text-align: center;
	margin-bottom: 96px;
}

.view-all-btn {
	border: 2px #f0c090 solid;
	color: #cccccc;
	display: inline-block;
	font-family: oswald;
	line-height: 32px;
	letter-spacing: 0.06em;
	padding: 12px 64px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	font-size: 25px;
	background: transparent;
	transition: all 1s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
}

	.view-all-btn:hover {
		border-color: #ffffff;
		color: #ffffff;
		background: #304050;
	}

/* blog */

.blog_item {
	cursor: pointer;
	display: block;
}

.blog_item_img {
	height: 200px;
	overflow: hidden;
}

.blog_item_content {
	background: #cfdfef;
	padding: 24px;
	height: 192px;
	transition: all 1s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
}

	.blog_item:hover .blog_item_content {
		background: #ffffff;
	}

.blog_item_content_title {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	overflow: hidden;
	text-align: left;
	font-family: oswald, arial, serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #203040;
}

.blog_item_content_meta {
	color: #607080;
	font-size: 14px;
	font-family: oswald, arial, serif;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 24px;
}

.blog_item_content_desc {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	text-align: left;
	color: #203040;
}

.blog-view-all {
	margin-top: 48px;
	margin-bottom: 48px;
	text-align: center;
}

.read-more {
    font-style: italic;
    color: #c6d6dD;
}

/* banner */

/* banner */

.spotlight-lunaria {
    height: 490px;
    position: relative;
    background-size: 2000% 2000%;
    overflow: hidden;
	background: #6f3838;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 34%}
    50%{background-position:100% 67%}
    100%{background-position:0% 34%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 34%}
    50%{background-position:100% 67%}
    100%{background-position:0% 34%}
}
@keyframes AnimationName {
    0%{background-position:0% 34%}
    50%{background-position:100% 67%}
    100%{background-position:0% 34%}
}

@keyframes SpinElement {
    0%{transform: rotate(140deg)}
    50%{transform: rotate(160deg)}
    60%{transform: rotate(200deg)}
    80%{transform: rotate(160deg)}
    100%{transform: rotate(140deg)}
}

.bubble {
    width: 1000px;
    height: 1000px;
    position: absolute;
    filter: blur(100px);
    animation: pulse 10s alternate ease-in-out infinite;
}

.bubble-1 {
  background: #F4B301; 
}

@keyframes pulse { 
	from {
	  filter: blur(100px) opacity(50%);
	  transform: rotate(0deg);
	} 
  
	to {
	  filter: blur(200px) opacity(100%);
	  transform: rotate(1000deg);
	} 
  }

.spotlight-logo {
    position: relative;
    z-index: 9999;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-family: 'Armata', sans-serif;
    font-size: 80px;
	line-height: 80px;
	animation: flicker 5s linear infinite, glore 5s ease-in-out infinite;
	background: url(../images/soundchip-salad-logo-horizontal.png) no-repeat center center;
	background-size: contain;
	height: 310px;
	filter: drop-shadow(0 0 2px rgba(10, 10, 10, 1));
}

.spotlight-logo a {
	color: #ffffff;
}

	.spotlight-logo-wrapper:hover .spotlight-logo {
		filter: drop-shadow(1px 1px 10px rgba(255, 255, 255, 1));
		animation: none;
	}

@keyframes glore {
	0% {
			filter: drop-shadow(0 0 2px rgba(10, 10, 10, 1));
	}
	50% {
			filter: drop-shadow(0 0 3px rgba(10, 20, 10, .5));
		}
	100% {
			filter: drop-shadow(0 0 2px rgba(10, 10, 10, 1));
	}	
	}

.spotlight-logo-sub {
	position: relative;
    text-align: center;
    padding-top: 24px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Armata', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.8);
    right: -350px;
    top: -128px;
    z-index: 20000;
    transform: rotate(-20deg);
}

	.spotlight-logo-wrapper:hover .spotlight-logo-sub {
		filter: drop-shadow(1px 1px 10px rgba(255, 255, 255, 1));
	}

@keyframes flicker-sub {
  0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
		transform: scale(1) rotate(-2deg);
		filter: drop-shadow(1px 1px 10px rgba(100, 100, 100,.8));
  }
  20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
		transform: scale(1.5) rotate(6deg);
  }
}

.spotlight-logo-sub {
	 background: url(../images/soundchip-salad-kulor-logo.png) no-repeat center center;
	 background-size: contain;
	 width: 100px;
	 height: 100px; 
}

.spotlight-logo-wrapper {
 	color: #ffffff;
	display: block;
}

.spotlight-logo-lunaria-image {
  max-width: 100%;
}

.spotlight-logo-lunaria-image:hover {

}

.spotlight-lunaria-data {
    z-index: 10;
    position: absolute;
    bottom: 148px;
    text-align: center;
    width: 100%;
}

.spotlight-lunaria-data-title {
		font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.8);
    margin-bottom: 12px;
}

.spotlight-lunaria-links {
    z-index: 10;
    position: absolute;
    bottom: 48px;
    text-align: center;
    width: 100%;
}

.spotlight-lunaria-link {
    top: 48px;
    left: 48px;
    font-family: 'oswald', arial, serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #aaa;
    background: rgba(0, 0, 0, 0.8);
    padding: 24px;
    display: inline-block;
}


/* blog */

.blog .content header {
	text-align: center;
	margin-bottom: 3rem;
}

.blogshort {
	margin-bottom: 2rem;
}

.blogshort h2 {
	margin-bottom: 0;
}

.blogshort p {
	font-size: 0.8rem;
}

.blog .content {
	background: #ffffff;
	padding: 2rem;
	margin-bottom: 6rem;
}

.blogpost header {
	margin-bottom: 3rem;
}

.blogpost figure figcaption {
	padding-top: .75rem;
	font-size: .75rem;
	text-align: center;
	font-style: italic;
	color: #999999;
}

.blogpost h1,
.blogpost h2 {
	text-align: center;
}

.blogpost_meta {
	text-align: center;
	margin-bottom: 20px;
	font-size: 0.75rem;
}

.blogpost_section {
    padding-bottom: 3rem;
}

.blogpost_section img {
    max-width: 100%;
}

.blogpost_section.__center {
	margin: 0 auto;
}

.blogpost_section.__text-center {
	text-align: center;
}

.blogpost_section.__narrow {
	width: 700px;
}

.blogpost_section.__middle {
	width: 910px;
}

.blogpost_section figure {
	text-align: center;
}

.blogpost_section figure:not(:last-child) {
	padding-bottom: 1.5rem;
}

.blogpost_section figure img+img {
	padding-top: 1.5rem;
}

.blogpost_section blockquote {
	border-left: 3px solid #777777;
	padding-left: 20px;
	margin-left: -23px;
	font-style: italic;
}

.blogpost_section blockquote.pull-quote {
    border: 0 none;
    margin: 0;
    color: rgba(0,0,0,.6);
    letter-spacing: -.014em;
    font-size: 26px;
    line-height: 40px;
    padding: 0 24px 0 0;
margin-bottom: 24px;
}

.release-external-link {
	display: block;
	font-family: 'oswald', arial, serif;
    	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	background: rgba(0, 0, 0, 0.8);
	padding: 24px;
	text-align: center;
	color: #aaaaaa !important;
	margin-bottom: 24px;
}

.release-external-link:hover {
	color: #eeeeee !important;
}

.artist-external-link {
	display: block;
	font-family: 'oswald', arial, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	background: rgba(0, 0, 0, 0.1);
	padding: 24px;
	text-align: center;
	color: #555555 !important;
	margin-bottom: 24px;
}

.artist-external-link:hover {
	color: #111111 !important;
}

.spotlight-lunaria-link:hover {
	color: #ffffff !important;
}

.__facebook {
	color: #3a5795 !important;
}

.__twitter {
	color: #1da1f2 !important;
}

.__soundcloud {
	color: #ff5500 !important;
}

.__bandcamp {
	color: #639AA9 !important;
}

.__amazon {
	color: #FF9900 !important;
}

.__itunes {
	color: #1080d9 !important;
}

.__applemusic {
	color: #ea1f57 !important;
}

.__tidal {
	color: #00ffff !important;
}

.__beatport {
	color: #94D500 !important;
}

.__spotify {
	color: #24CF5F !important;
}

.__juno {
	color: #7aa846 !important;
}

.__youtube {
	color: #E62117 !important;
}

.shake-opacity {
	display: block;
}