/*
Theme Name: LINE Imprint
Theme URI: http://www.yannnovakdesign.com
Description: Custom Theme for LINE Imprint.  Please dont steal this theme.
Author: Yann Novak Design
Version: 2.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, main, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Fonts
-------------------------------------------------------------- */

body {
	font-family: 'Roboto', sans-serif;
}


/* =Containers
-------------------------------------------------------------- */

#container,
.header-container,
.overlay-container,
footer {
	margin: 0 auto;
	padding: 0 100px;
	max-width: 1400px;
}
.rslides,
.grid .hentry,
img.news-banner,
#edition-banner,
section.about-content,
section.distro-content,
section.contact-content,
#details img.detail-cover,
#details .entry-meta {
	margin-bottom: 100px;
}
@media all and (max-width: 1024px) {
	#container,
	.header-container,
	.overlay-container,
	footer {
		padding: 0 75px;
	}
	.rslides,
	.grid .hentry,
	img.news-banner,
	#edition-banner,
	section.about-content,
	section.distro-content,
	section.contact-content,
	#details img.detail-cover,
	#details .entry-meta {
		margin-bottom: 75px;
	}
}
@media all and (max-width: 768px) {
	#container,
	.header-container,
	.overlay-container,
	footer {
		padding: 0 50px;
	}
	.rslides,
	.grid .hentry,
	img.news-banner,
	#edition-banner,
	section.about-content,
	section.distro-content,
	section.contact-content,
	#details img.detail-cover,
	#details .entry-meta {
		margin-bottom: 50px;
	}
}


/* =Sections
-------------------------------------------------------------- */

main {
	font-size: 0;
	clear: both;
	overflow: hidden;
	padding: 145px 0 0 0;
}
#details,
#artists {
	border-top: 1px solid #bdc3c7;
	padding: 100px 0 0;
}
@media all and (max-width: 1024px) {
	#details,
	#artists {
		padding: 75px 0 0;
	}
}
@media all and (max-width: 768px) {
	#details,
	#artists {
		padding: 50px 0 0;
	}
}
@media all and (max-width: 540px) {
	main {
		padding: 125px 0 0 0;
	}
}


/* =Global Elements
-------------------------------------------------------------- */

body {
	background: #fff;
}
body,
input,
textarea {
	color: #111;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 20px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul {
	list-style: square;
	margin: 0 0 20px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	margin-bottom: 20px;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}
.screen-reader-text {
	display: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }


/* =Header
-------------------------------------------------------------- */

header {
	background-color: #fff;
	border-bottom: 1px solid #bdc3c7;
	left: 0;
	height: 85px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
header {
    will-change: transform;
    transition: transform 300ms ease-in-out;
}
header.headroom--pinned {
    transform: translateY(0%);
}
header.headroom--unpinned {
    transform: translateY(-100%);
}
#site-title {
	float: left;
	width: 100px;
}
@media all and (max-width: 1024px) {
	#site-title {
		float: none;
		margin: auto;
	}
}
#site-title img {
	display: block;
	height: 33px;
	padding: 25px 0;
	width: 100px;
}


/* =Pace
-------------------------------------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #bdc3c7;
  position: absolute;
  z-index: 2000;
  top: 85px;
  right: 100%;
  width: 100%;
  height: 1px;
}
.header-container,
#wrapper {
	opacity: 0;
	transition: opacity 3s ease;
}
.pace-done .header-container,
.pace-done #wrapper {
	opacity: 1;
} 
header {
	border-bottom: 1px solid #fff;
}
.pace-done header {
	border-bottom: 1px solid #bdc3c7;
}

/* =Menu
-------------------------------------------------------------- */

.access.left,
.access.right {
	display: block;
	float: left;
	margin: 0 auto;
	width: calc(50% - 50px);
}
@media all and (max-width: 1024px) {
	.access.left,
	.access.right {
		display: none;
	}
}
.access .menu-header {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform:  uppercase;
}
.access .menu-header ul {
	list-style: none;
	margin: 0;
}
.access.left .menu-header li {
	float: left;
	position: relative;
	margin-right: 4%;
}
.access.left .menu-header li:last-child {
	margin-right: 0;
}
.access.right .menu-header li {
	float: right;
	position: relative;
}
.access a {
	color: #111;
	display: block;
	padding: 0;
	line-height: 85px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.access li:hover > a,
.access ul ul :hover > a {
	color: #bdc3c7;
}
.access ul li:hover > ul {
	display: block;
}
.access ul li.current_page_item > a,
.access ul li.current-menu-ancestor > a,
.access ul li.current-menu-item > a,
.access ul li.current-menu-parent > a {
	color: #bdc3c7;
}
* html .access ul li.current_page_item a,
* html .access ul li.current-menu-ancestor a,
* html .access ul li.current-menu-item a,
* html .access ul li.current-menu-parent a,
* html .access ul li a:hover {
	color: #bdc3c7;
}
.menu-mobile-container ul {
	list-style: none;
	margin: -10px 0 35px;
}
.menu-mobile-container a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 40px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;  
}
.follow-menu a {
	color: #fff;
	 display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	margin-right: 3%;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	text-decoration: none;
}
.menu-mobile-container a:before,
.follow-menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu-mobile-container a:hover:before, 
.menu-mobile-container a:focus:before, 
.menu-mobile-container a:active:before,
.follow-menu a:hover:before, 
.follow-menu a:focus:before, 
.follow-menu a:active:before {
  right: 0;
}


/* =Menu Button
-------------------------------------------------------------- */

.menu-btn {
	position: absolute;
	display: block;
	top: 0;
	z-index: 10;
	width: 16px;
	height: auto;
	padding: 40px 42px 41px;
}
.menu-btn {
	display: block;
}
.menu-btn span {
	position: relative;
	display: block;
}
.menu-btn.left {
	left: 0;
}
.menu-btn.right {
	right: 0;
	padding: 41px 42px 41px;
}
@media all and (max-width: 1024px) {
	.menu-btn {
		padding-left: 30px;
		padding-right: 29px;
	}
	.menu-btn.right {
		padding-left: 29px;
		padding-right: 30px;
	}
}
@media all and (max-width: 768px) {
	.menu-btn {
		padding-left: 50px;
		padding-right: 25px;
	}
	.menu-btn.right {
		padding-left: 25px;
		padding-right: 50px;
	}
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-btn.search span:after,
.menu-btn.active span:before,
.menu-btn.mailchimp span:before,
.menu-btn.review span:before{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.menu-btn.active span:after,
.menu-btn.mailchimp span:after,
.menu-btn.review span:after {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.menu-btn.left span,
.menu-btn.left span:before,
.menu-btn.left span:after {
	background-color: #111;
	width: 100%;
	height: 2px;
}
.menu-btn.left span:before,
.menu-btn.left span:after {
	position: absolute;
	margin-top: -5px;
	content: " ";
}
.menu-btn.left span:after {
	margin-top: 5px;
}
.menu-btn.active:hover span,
.menu-btn.active:active span,
.menu-btn.active:focus span {
	background-color: transparent;
}
.menu-btn:hover span,
.menu-btn:hover span:before,
.menu-btn:hover span:after,
.menu-btn:focus span,
.menu-btn:focus span:before,
.menu-btn:focus span:after {
	background-color: #bdc3c7;
}
.menu-btn.search span:before {
	border: 2px solid #111;
	position: absolute;
	margin-top: -6px;
	content: " ";
	width: 8px;
	height: 8px;
	border-radius: 6px;
}
.menu-btn.search span:after {
	background-color: #111;
	position: absolute;
	margin-top: 2px;
	content: " ";
	width: 2px;
	height: 6px;
	left: 10px;
}
.menu-btn.search:hover span:before,
.menu-btn.search:focus span:before {
	background-color: transparent;
	border-color: #bdc3c7;
}
.menu-btn.search:hover span:after,
.menu-btn.search:focus span:after {
	background-color: #bdc3c7;
}
.menu-btn.active span:before {
	background-color: #111;
	border: none;
	content: " ";
	width: 17px;
	height: 2px;
	border-radius: 0;
	top: 5px;
}
.menu-btn.active.search span:before {
	margin-top: -7px;
}
.menu-btn.active span:after {
	background-color: #111;
	content: " ";
	width: 17px;
	height: 2px;
	left: 0;
	bottom: 0px;
}
.menu-btn.active span,
.menu-btn.active:hover span,
.menu-btn.active:active span,
.menu-btn.active:focus span {
	background-color: transparent;
}
.menu-btn.active:hover span:before,
.menu-btn.active:hover span:after,
.menu-btn.active:focus span:before,
.menu-btn.active:focus span:after {
	background-color: #bdc3c7;
}
.menu-btn.mailchimp span:before,
.menu-btn.review span:before{
	background-color: #111;
	border: none;
	content: " ";
	width: 17px;
	height: 2px;
	top: 5px;
	position: absolute;
	margin-top: -7px;
}
.menu-btn.mailchimp span:after,
.menu-btn.review span:after{
	background-color: #111;
	content: " ";
	width: 17px;
	height: 2px;
	left: 0;
	bottom: 0px;
	position: absolute;
	margin-top: 2px;
}
.menu-btn.mailchimp span,
.menu-btn.mailchimp:hover span,
.menu-btn.mailchimp:active span,
.menu-btn.mailchimp:focus span,
.menu-btn.review span,
.menu-btn.review:hover span,
.menu-btn.review:active span,
.menu-btn.review:focus span {
	background-color: transparent;
}
.menu-btn.mailchimp:hover span:before,
.menu-btn.mailchimp:hover span:after,
.menu-btn.mailchimp:focus span:before,
.menu-btn.mailchimp:focus span:after,
.menu-btn.review:hover span:before,
.menu-btn.review:hover span:after,
.menu-btn.review:focus span:before,
.menu-btn.review:focus span:after{
	background-color: #bdc3c7;
}


/* =Overlay
-------------------------------------------------------------- */

.overlay {
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	height: 100%;
	background: #222;
	overflow: auto;
	z-index: 500;
}
.overlay.mobile-menu,
.overlay.search-menu {
	top: 0px;
}
.overlay.newsletter-menu {
	bottom: 0px;
}
.overlay.reviews {
	top: 0px;
	/* position: relative; */
	bottom: auto;
}
.overlay-container {
	padding-top: 156px;
}
@media all and (max-width: 540px) {
	.overlay-container {
		padding-top: 136px;
	}
}


/* =Search + Newsletter Forms
-------------------------------------------------------------- */

.overlay-container form,
.overlay-container .review-container {
	margin: 0 auto;
	max-width: 600px;
}
form.searchform {
	margin-top: -6px;
	padding: 0 0 100px;
	text-align: center;
}
#mc_embed_signup {
	padding: 0 0 100px;
	text-align: center;
}
#mc_embed_signup .clear {
	text-align: center;
}

.search-container {
	margin-bottom: 45px;
}
.overlay-container input[type="text"],
.overlay-container input[type="email"],
body #mc_embed_signup input[type="text"],
body #mc_embed_signup input[type="email"]{
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance:none;
}
.overlay-container input[type="text"]:focus,
.overlay-container input[type="email"]:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}
.overlay-container p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 17px;
}
.overlay-container .left {
	float: left;
	clear: left;
	width: 45%;
}
.overlay-container .right {
	margin: 0 0 40px 55%;
}

@media all and (max-width: 540px) {
	.overlay-container .left {
		float: none;
		clear: both;
		width: 100%;
	}
	.overlay-container .right {
		margin: 0 0 40px 0;
	}
}

.overlay-container .mc-field {
	margin-bottom: 40px;
}
ul.categories {
	list-style: none;
	margin: -5px 0 40px;
}
ul.categories li {
	display: inline-block;
}
ul.categories li:after {
	content: '.';
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 40px;
	padding: 0 10px;
	vertical-align: middle;
}
@media all and (max-width: 540px) {
	ul.categories li {
		display: block;
	}
	ul.categories li:after {
		display: none;
	}
}
ul.categories li:last-child:after {
	display: none;
}
ul.categories a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;  
}
ul.categories a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
ul.categories a:hover:before, 
ul.categories a:focus:before, 
ul.categories a:active:before {
  right: 0;
}


/* =Reviews
-------------------------------------------------------------- */

.overlay-container .review-container h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 40px;
}
.overlay-container .review-container ul {
	list-style: none;
	margin: 0 0 100px;
	padding: 0;
}
.overlay-container .review-container ul li {
	border-bottom: 1px solid #fff;
	margin-bottom: 33px;
}
.overlay-container .review-container ul li p {
	font-weight: 300;
}
.overlay-container .review-container ul li p:last-child {
	margin-bottom: 33px;
}


/* =Mailchimp Reset
-------------------------------------------------------------- */

body #mc_embed_signup form {
	margin-top: -6px;
	padding: 0 0 100px;
}
body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 0;
	padding: 5px 0;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
	z-index: 1;
	color: #ff6b01;
}
.sweep-to-bottom {
	clear: both;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
	white-space: nowrap;
	width: 200px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sweep-to-bottom:hover:before, 
.sweep-to-bottom:focus:before, 
.sweep-to-bottom:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
body #mc_embed_signup .sweep-to-bottom .button {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 35px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-transform:uppercase;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
body #mc_embed_signup .sweep-to-bottom:hover .button, 
body #mc_embed_signup .sweep-to-bottom:focus .button, 
body #mc_embed_signup .sweep-to-bottom:active .button {
	color: #111;
}
body #mc_embed_signup div#mce-responses {
	float: left;
	top: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	margin: 0;
	clear: both;
}
body #mc_embed_signup div.response {
	color: #fff;
	margin: 0 0 40px;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 100%;
}
body #mc_embed_signup div.response a {
	color: #ff6b01;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ff6b01;
}


/* =Titles
-------------------------------------------------------------- */

.entry-title,
.page-title {
	color: #111;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
}
.page-title {
	margin: 0 0 60px 0;
}
.entry-title {
	margin: 0;
	text-transform:  uppercase;
}
@media all and (max-width: 540px) {
	.entry-title,
	.page-title {
		font-size: 25px;
		line-height: 35px;
		margin: 0 0 40px 0;
	}
}
.page-title span {
	font-size: 30px;
	font-style: italic;
}
.page-title.half {
	display: inline-block;
	width: 50%;
}
.entry-edition-title {
	color: #111;
	font-size: 21px;
	font-weight: 300;
	line-height: 28px;
	font-style: italic;
	margin: 0 0 63px 0;
	padding: 9px 0 0;
	-webkit-font-smoothing: antialiased;
}
@media all and (max-width: 540px) {
	.page-title.half {
		display: block;
		width: 100%;
	}
	.entry-title {
		margin: 0;
	}
	.entry-edition-title {
		font-size: 21px;
		line-height: 28px;
		margin: 0 0 43px 0;
		padding: 9px 0 0;
	}
	.page-title span {
		font-size: 25px;
	}
	.entry-title,
	.entry-edition-title {
		display: block;
		width: 100%;
	}
}


/* =Rotator
-------------------------------------------------------------- */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.rslides li {
	border: 1px solid #bdc3c7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	margin-bottom: 0;
	padding-bottom: 37.5%;
	width: 100%;
	left: 0;
	top: 0;
}
@media all and (max-width: 540px) {
	.rslides li {
		background-size: cover;
		padding-bottom: 100%;
	}
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides li .inner-banner,
.rslides li .inner-news-banner {
	background-color: transparent;
	color: #fff;
	display: block;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	height: 100%;
	position: absolute;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
  	-webkit-transition: all 0.5s;
  	transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rslides li .inner-banner:hover,
.rslides li .inner-banner:focus,
.rslides li .inner-banner:active {
	background-color: #fff;
	color: #111;
}
.rslides .entry-meta {
	position: relative;
	margin-top: 20px;
}
.grid .entry-meta{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
h3.title {
	font-size: 21px;
	font-weight: 500;
	line-height: 26px;
	margin: 0 25px;
	text-transform: uppercase;
}
.edition-title {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 21px;
	margin: 0 25px;
}
.catalog-no {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	left: 25px;
	bottom: 20px;
	position: absolute;
}


/* =Grid
-------------------------------------------------------------- */

.grid {
	border-top: 1px solid #fff;
	margin: -1px 0 0;
	padding: 0;
	text-align: justify;
	font-size: 0;
	line-height: 0;
	text-justify: distribute-all-lines;
}
.grid:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.grid .hentry,
.grid .gap {
	display: inline-block;
	width: calc(33.3333% - 67px);
}
@media all and (max-width: 1120px) {
	.grid .hentry,
	.grid .gap {
		width: calc(50% - 50px);
	}
	.home .grid article:nth-last-of-type(1) {
		display: none;
	}
}
@media all and (max-width: 1024px) {
	.grid .hentry,
	.grid .gap {
		width: calc(50% - 37px);
	}
}
@media all and (max-width: 768px) {
	.grid .hentry,
	.grid .gap {
		width: calc(50% - 25px);
	}
}
@media all and (max-width: 540px) {
	.grid .hentry,
	.grid .gap {
		width: 100%;
	}
	.home .grid article:nth-last-of-type(1) {
		display: inline-block;
	}
}
.grid .hentry {
	border: 1px solid #bdc3c7;
	text-align: left;
	position: relative;
	vertical-align: top;
}
.grid .hentry img {
	display: block;
	height: auto;
	width: 100%;
}
.grid .hentry .inner-block {
	background-color: #fff;
	color: #111;
	display: block;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
  	box-shadow: 0 0 1px transparent;
  	-webkit-transition: opacity 0.5s;
  	transition: opacity 0.5s;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid .hentry .inner-block:hover,
.grid .hentry .inner-block:focus,
.grid .hentry .inner-block:active {
	opacity: 1;
}
@media all and (max-width: 540px) {
	.grid .hentry .inner-block {
		background-color: transparent;
		color: #fff;
		opacity: 1;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.grid .hentry .inner-block:hover,
	.grid .hentry .inner-block:focus,
	.grid .hentry .inner-block:active {
		background-color: #fff;
		color: #111;
	}
}
.grid .edition-date {
	display: none;
}


/* =List
-------------------------------------------------------------- */

.list {
	border-top: 1px solid #bdc3c7;
	margin: -1px 0 100px;
	padding: 0;
	text-align: justify;
	font-size: 0;
	line-height: 0;
	text-justify: distribute-all-lines;

}
.list:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.list .hentry,
.list .gap {
	display: inline-block;
	width: 100%;
}
.list .hentry {
	text-align: left;
	margin-bottom: 0;
	position: relative;
	vertical-align: top;
}
.list .hentry img {
	display: none;
}
.list .hentry .inner-block {
	border-bottom: 1px solid #bdc3c7;
	color: #111;
	display: block;
	padding: 15px 0;
	text-decoration: none;
	-webkit-transition: color 0.5s;
  	transition: color 0.5s;
}
.list .hentry .inner-block:hover {
	color: #95a5a6;
}
.list .entry-meta {
	position: relative;
	top: 0;
	width: 70%;
}
.list .entry-meta,
.list h3.title,
.list .edition-title,
.list .catalog-no,
.list .edition-date {
	display: inline-block;
	vertical-align: top;
}
.list h3.title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
	width: 50%;
}
.list .edition-title {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 20px;
	margin: 0;
	width: 50%;
}
.list h3.title,
.list .edition-title {
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list .catalog-no {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	left: 0;
	bottom: 0;
	position: relative;
	width: 15%;
}
.list .edition-date {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	width: 15%;
	text-align: right;
}
@media all and (max-width: 768px) {
	.list .edition-date {
		display: none;
	}
	.list .entry-meta {
		width: 80%;
	}
	.list h3.title {
		width: 50%;
	}
	.list .edition-title {
		width: 50%;
	}
	.list .catalog-no {
		width: 20%;
		text-align: right;
	}
}


/* =Filter
-------------------------------------------------------------- */

#filter {
	display: inline-block;
	margin-bottom: 65px;
	padding-top: 6px;
	text-align: right;
	width: 50%;
}
@media all and (max-width: 540px) {
	#filter {
		display: none;
	}
}
#filter button,
#filter .grid-button,
#filter .list-button {
	display: inline-block;
	margin-left: 3%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#filter button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #95a5a6;
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
}
#filter button:hover {
	color: #111;
}
#filter button.mixitup-control-active {
	color: #111;
}
#filter button.mixitup-control-active:hover {
	color: #95a5a6;
}
#filter .grid-button,
#filter .list-button {
	height: 12px;
	width: 12px;
}
@media all and (max-width: 540px) {
	#filter .grid-button,
	#filter .list-button {
		display: none;
	}
}
#filter .grid-button span {
	display: block;
	float: left;
}
#filter .grid-button span:first-child {
	margin: 0 0 2px;
}
#filter .grid-button span:before,
#filter .grid-button span:after {
	content: '';
}
#filter .grid-button span:before,
#filter .grid-button span:after {
	background-color: #95a5a6;
	display: block;
	float: left;
	height: 5px;
	width: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#filter .list-button span {
	position: relative;
	display: block;
}
#filter .list-button span,
#filter .list-button span:before,
#filter .list-button span:after {
	background-color: #95a5a6;
	height: 2px;
	width: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#filter .grid-button:hover span:before,
#filter .grid-button:hover span:after,
#filter .grid-button.active span:before,
#filter .grid-button.active span:after,
#filter .list-button:hover span,
#filter .list-button:hover span:before,
#filter .list-button:hover span:after,
#filter .list-button.active span,
#filter .list-button.active span:before,
#filter .list-button.active span:after {
	background-color: #111;
}
#filter .grid-button.active:hover span:before,
#filter .grid-button.active:hover span:after,
#filter .list-button.active:hover span,
#filter .list-button.active:hover span:before,
#filter .list-button.active:hover span:after {
	background-color: #95a5a6;
}
#filter .grid-button span:before {margin: 0 2px 0 0;}
#filter .grid-button span:after {margin: 0;}

#filter .list-button span:before,
#filter .list-button span:after {
	content: '';
	left: 0;
	position: absolute;
}
#filter .list-button span:before {margin-top: 5px;}
#filter .list-button span:after {margin-top: 10px;}


/* =Content
-------------------------------------------------------------- */

#edition-banner {
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 1px solid #bdc3c7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 37.5%;
	width: 100%;
}
@media all and (max-width: 540px) {
	#edition-banner {
		background-size: cover;
		padding-bottom: 100%;
	}
}
.entry-content {
	font-size: 14px;
	line-height: 20px;
	clear: both;
	padding: 0;
	margin: 0 auto 100px;
	max-width: 700px;
	text-align: justify;
}
@media all and (max-width: 1024px) {
	.entry-content {
		margin: 0 auto 75px;
	}
}
@media all and (max-width: 768px) {
	.entry-content {
		margin: 0 auto 50px;
	}
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.audio-embed,
.video-embed {
	clear: both;
	margin-top: 30px;
}
.entry-utility {
	clear: both;
}
.video-embed {
	position: relative; 
	padding-bottom: 56.25%; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
}
.video-embed iframe, 
.video-embed object, 
.video-embed embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.entry-utility {
	text-align: justify;
	font-size: 0;
	line-height: 0;
	text-justify: distribute-all-lines;
}
.entry-utility:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.entry-utility a,
.entry-utility .gap {
	display: inline-block;
	width: calc(25% - 25px);
}
@media all and (max-width: 540px) {
	.entry-utility a,
	.entry-utility .gap {
		width: calc(50% - 15px);
	}
}
.entry-utility a {
	border: 1px solid #bdc3c7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #111;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 33px;
	line-height: 33px;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.entry-utility a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #bdc3c7;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.entry-utility a:hover,
.entry-utility a:focus,
.entry-utility a:active {
	color: #fff;
}
.entry-utility a:hover:before,
.entry-utility a:focus:before,
.entry-utility a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* =Edition Details
-------------------------------------------------------------- */

#details img.detail-cover {
	border: 1px solid #bdc3c7;
	display: block;
	float: left;
	height: auto;
	margin-right: 50px;
	width: calc(50% - 50px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media all and (max-width: 1024px) {
	#details img.detail-cover {
		margin-right: 37px;
		width: calc(50% - 37px);
	}
}
@media all and (max-width: 768px) {
	#details img.detail-cover {
		margin-right: 25px;
		width: calc(50% - 25px);
	}
}
@media all and (max-width: 540px) {
	#details img.detail-cover {
		display: none;
	}
}
#details .entry-meta {
	border-top: 1px solid #bdc3c7;
	color: #111;
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-left: 50px;
	width: calc(50% - 50px);
}
@media all and (max-width: 1024px) {
	#details .entry-meta {
		margin-left: 37px;
		width: calc(50% - 37px);
	}
}
@media all and (max-width: 768px) {
	#details .entry-meta {
		margin-left: 25px;
		width: calc(50% - 25px);
	}
}
@media all and (max-width: 540px) {
	#details .entry-meta {
		margin-left: 0;
		width: 100%;
	}
}
#details .entry-meta h5 {
	color: #95a5a6;
	font-weight: 700;
	line-height: 14px;
	padding-top: 18px;
	text-transform: uppercase;
}
#details .entry-meta dl {
	border-bottom: 1px solid #bdc3c7;
	line-height: 20px;
	margin-bottom: 0;
}
#details .entry-meta dl dt {
	clear: left;
	color: #95a5a6;
	float: left;
	font-weight: 700;
	margin-bottom: 0;
	padding: 15px 0;
	text-transform: uppercase;
	width: 50%;
}
#details .entry-meta dl dd {
	margin: 0 0 0 50%;
	padding: 15px 0;
}
#details .entry-meta .tracklist-container {
	border-bottom: 1px solid #bdc3c7;
	padding-top: 15px;
}
#details .entry-meta .linter-notes-container {
	font-size: 12px;
	line-height: 18px;
	padding-top: 16px;
}
#details .entry-meta .linter-notes-container p {
	margin-bottom: 16px;
}
#details .entry-meta .tracklist-container p:last-child,
#details .entry-meta .tracklist-container ul:last-child,
#details .entry-meta .tracklist-container ol:last-child {
	margin-bottom: 15px;
}
#details .entry-meta .linter-notes-container p:last-child {
	margin-bottom: 0px;
}
#details .download-container {
	font-weight: 500;
	padding-top: 12px;
	text-transform: uppercase;
}
#details .download-container.line {
	margin-top: 15px;
	border-top: 1px solid #bdc3c7;
}
.caps {
	text-transform: capitalize;
}

/* =Edition Artists
-------------------------------------------------------------- */

#artists .artist-bio {
	color: #111;
	font-size: 14px;
	line-height: 20px;
}
#artists img.artist-portrait {
	border: 1px solid #bdc3c7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: right;
	height: auto;
	margin: 0 0 100px 50px;
	width: calc(50% - 50px);
}
#artists .artist-container .artist-bio {
	clear: both;
	padding: 0;
	margin: 0 auto 100px;
	max-width: 700px;
	text-align: justify;
}
#artists .artist-bio p:last-child {
	margin-bottom: 0;
}
#artists .artist-container.portrait .artist-bio {
	clear: left;
	display: block;
	margin: 0 50px 100px 0;
	width: calc(50% - 50px);
	text-align: justify;
}
@media all and (max-width: 1024px) {
	#artists img.artist-portrait {
		margin: 0 0 75px 37px;
		width: calc(50% - 37px);
	}
	#artists .artist-container.portrait .artist-bio {
		margin: 0 37px 75px 0;
		width: calc(50% - 37px);
	}
	#artists .artist-container .artist-bio {
		margin: 0 auto 75px;
	}
}
@media all and (max-width: 768px) {
	#artists img.artist-portrait {
		margin: 0 0 50px 0;
		width: 100%;
	}
	#artists .artist-container.portrait .artist-bio {
		margin: 0 0 50px 0;
		width: 100%;
	}
	#artists .artist-container .artist-bio {
		margin: 0 auto 50px;
	}
}


/* =Links
-------------------------------------------------------------- */

.fancy-links a,
.overlay-container p a {
	color: #95a5a6;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;  
}
.overlay-container p a {
	color: #fff;
}
section.distro-content dl dd a {
	color: #111;
}
.fancy-links a:before,
.overlay-container p a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #bdc3c7;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.overlay-container p a:before {
	background: #fff;
}
section.distro-content dl dd a:before {
	background: #111;
}
.fancy-links a:hover:before,
.overlay-container p a:hover:before,
.fancy-links a:focus:before,
.overlay-container p a:focus:before,
.fancy-links a:active:before,
.overlay-container p a:active:before{
	right: 0;
}


/* =About
-------------------------------------------------------------- */


section.about-content,
section.distro-content {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
section.about-content {
	float: left;
	margin-right: 100px;
	width: calc(50% - 50px);
}
section.distro-content {
	float: left;
	width: calc(50% - 50px);
}
@media all and (max-width: 1024px) {
	section.about-content {
		margin-right: 74px;
		width: calc(50% - 37px);
	}
	section.distro-content {
		width: calc(50% - 37px);
	}
}
@media all and (max-width: 768px) {
	section.about-content {
		margin-right: 50px;
		width: calc(50% - 25px);
	}
	section.distro-content {
		width: calc(50% - 25px);
	}
}
section.distro-content h3 {
	border-bottom: 1px solid #bdc3c7;
}
section.distro-content h3 p {
	margin-bottom: 15px;
}
section.about-content p:last-child {
	margin-bottom: 0;
}
section.distro-content dl {
	border-bottom: 1px solid #bdc3c7;
	line-height: 20px;
	margin-bottom: 0;
}
section.distro-content dl dt {
	clear: left;
	color: #95a5a6;
	float: left;
	font-weight: 700;
	margin-bottom: 0;
	padding: 15px 0;
	text-transform: uppercase;
	width: 50%;
}
section.distro-content dl dd {
	margin: 0 0 0 50%;
	padding: 15px 0;
}
section.distro-content dl dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 540px) {
	section.about-content {
		margin-right: 0;
		width: 100%;
	}
	section.distro-content {
		width: 100%;
	}
	section.distro-content dl:last-child {
		border-bottom: none;
		line-height: 20px;
		margin-bottom: 0;
	}
}


/* =News
-------------------------------------------------------------- */

img.news-banner {
	display: block;
	height: auto;
	max-width: 100%;
}
#news article {
	border-bottom: 1px solid #bdc3c7;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 50px;
}
#news article:last-child {
	border-bottom: none;
	padding: 0;
}
#news article .news-video-container,
#news article .news-image {
	float: left;
	margin-right: 100px;
	margin-bottom: 50px;
	width: calc(50% - 50px);
}
@media all and (max-width: 1024px) {
	#news article .news-video-container,
	#news article .news-image {
		margin-right: 0px;
		width: 100%;
	}
}
#news article .news-video-container .video-embed {
	margin-top: 0;
}
#news article .news-content {
	float: left;
	margin-bottom: 50px;
	width: calc(50% - 50px);
}
@media all and (max-width: 1024px) {
	#news article .news-content {
		width: 100%;
	}
}
#news article .news-content .type {
	color: #95a5a6;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#news article .news-content h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 10px;
}
#news article .news-content p:last-child {
	margin: 0;
}


/* =Contact
-------------------------------------------------------------- */

section.contact-content {
	font-size: 14px;
	line-height: 20px;
}
section.contact-content h3 {
	font-weight: 700;
	text-transform: uppercase;
}
section.contact-content p:last-child {
	margin-bottom: 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation-container {
	background-color: #eee;
}
.navigation {
	background-color: #eee;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 auto;
	padding: 100px 0;
	overflow: hidden;
	max-width: 1600px;
}
@media all and (max-width: 1024px) {
	.navigation {
		padding: 75px 0;
	}
}
@media all and (max-width: 768px) {
	.navigation {
		padding: 50px 0;
	}
}
.navigation a:link,
.navigation a:visited {
	color: #111;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navigation a:active,
.navigation a:hover {
	color: #95a5a6;
}
.navigation .nav-artist {
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}
.navigation .nav-title {
	font-style: italic;
	white-space: nowrap;
}
.navigation .nav-cat-no {
	font-size: 12px;
	line-height: 18px;
}
@media all and (max-width: 540px) {
	.navigation .nav-artist,
	.navigation .nav-title,
	.navigation .nav-cat-no {
		display: none;
	}
}
.nav-previous a:before,
.nav-next a:before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 29px 58px;
	display: block;
	content: '';
	height: 58px;
	opacity: 1;
	width: 100px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
@media all and (max-width: 1024px) {
	.nav-previous a:before,
	.nav-next a:before {
		width: 75px;
	}
}
@media all and (max-width: 768px) {
	.nav-previous a:before,
	.nav-next a:before {
		width: 29px;
	}
	.nav-previous a:before {
		margin: 0 25px 0 50px;
	}
	.nav-next a:before {
		margin: 0 50px 0 25px;
	}
}
.nav-previous a:hover:before,
.nav-next a:hover:before {
	opacity: 0.2;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a:before {
	background-image: url(images/left@2x.png);
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next a:before {
	background-image: url(images/right@2x.png);
	float: right;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
}
#colophon {
	border-top: 1px solid #bdc3c7;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	overflow: hidden;
	padding: 42px 0;
}
.single #colophon {
	border-top: none;
}
#site-info,
#site-follow,
#site-copyright {
	float: left;
	width: 33.3333%;
}
#site-info {
	text-align: left;
}
#site-follow {
	text-align: center;
}
#site-copyright {
	text-align: right;
}
#site-follow a {
	background: url(images/social-sprite@2x.png) no-repeat;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	height: 16px;
	overflow: hidden;
	text-indent: 9999px;
	background-size: 121px 34px;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#site-follow a.newsletter {
	background-position: 0 0;
	width: 18px;
}
#site-follow a.facebook {
	background-position: -38px 0;
	width: 8px;
}
#site-follow a.twitter {
	background-position: -66px 0;
	width: 22px;
}
#site-follow a.vimeo {
	background-position: -107px 0;
	width: 14px;
}
#site-follow a:after {
	background: url(images/social-sprite@2x.png) no-repeat;
	background-size: 121px 33px;
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;	
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#site-follow a:hover:after {
	opacity: 1;
}
#site-follow a.newsletter:after {
	background-position: 0 -16px;
}
#site-follow a.facebook:after {
	background-position: -38px -16px;
}
#site-follow a.twitter:after {
	background-position: -66px -16px;
}
#site-follow a.vimeo:after {
	background-position: -107px -16px;
}
@media all and (max-width: 540px) {
	#site-follow,
	#site-copyright {
		float: none;
		width: 100%;
	}
	#site-info {
		display: none;
	}
	#site-copyright {
		padding-top: 30px;
		text-align: center;
	}
}
body {
	min-height: 100vh;
} 
@media screen and (max-device-width: 1024px) {
	header,
	.overlay.mobile-menu,
	.overlay.search-menu,
	.overlay.newsletter-menu,
	.overlay.reviews  {
		position: absolute;
	}         
    .overlay-container {
		height: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#wrapper {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	header.headroom--pinned,
	header.headroom--unpinned {
		transform: translateY(0%);
	}
}