body{
	margin: 0px;
	padding: 0px;
	min-width: 700px;

	color: rgba(4, 35, 40, 0.90);
	font-family: 'Open Sans', sans-serif;
	font-size: 12.5pt;
	font-weight: 400;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}
body.darkmode{ 
	color: rgba(255, 255, 255, 0.90) !important;
	background-color: #383735;
}


.wrapper{
	margin: auto;
	width: 80%;
	min-width: 700px;
	max-width: 1100px;
	position: relative;
	padding: 0px 15px;
}
.center{
	text-align: center;
}
.shadow{
	-webkit-box-shadow: 0px 0px 22px 0px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 22px 0px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 22px 0px rgba(100,100,100,0.1);
}
.darkmode .shadow{
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
}
.corner{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.clickarea{
	cursor: pointer; 
	cursor: hand;
}
.verticalcenter{
	position: relative;
	top: 45%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.spacer-small{
	height: 35px;
	display: block;
}
.spacer-medium{
	height: 75px;
	display: block;
}
.spacer-large{
	height: 105px;
	display: block;
}
.mobile-only{
	display: none;
}

h1{
	font-size: 30px;
	font-family: "Montserrat";
}
h2{
	font-family: "Montserrat";
	font-weight: 400;
}
p{
	line-height: 24px;
}
a{
	color: rgba(4, 35, 40, 0.90);
}
.darkmode a{
	color: rgba(255, 255, 255, 0.90);
}
.darkmode img{
	opacity: 0.9;
}
.controlbutton{
	background-color: rgba(128, 128, 128, 0.50); 
	padding: 5px 11px;
	z-index: 100;
	color: rgba(255, 255, 255, 0.90);
}
#back_button.controlbutton{
	position: absolute;
	left: 10px; 
	top: 10px;
	text-decoration: none;
}
#darkmode_button.controlbutton{
	position: absolute;
	right: 10px; 
	top: 10px;
}
.darkmode .controlbutton{
	color: rgba(25, 25, 25, 0.90);
}



/* Overview List */
a.booklink{
	color: rgba(4, 35, 40, 0.90);
	display: block;
	overflow: hidden;
	height: 20vw;
	text-decoration: none;
	max-height: 225px;
	min-height: 190px;
	position: relative;
}
.darkmode a.booklink{
	color: rgba(255, 255, 255, 0.90);
	background-color: #403f3e;
}
.booklink img{
	height: 100%;
	float: left;
	width: auto;
}
.booklink .info{
	text-align: left;
	overflow: hidden;
	height: 100%;
	position: relative;
	text-decoration: none;
}
.booklink .info .blur_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;

	-webkit-box-shadow: inset 0 -35px 15px -10px #fff;
	-moz-box-shadow: inset 0 -35px 15px -10px #fff;
     box-shadow: inset 0 -35px 15px -10px #fff; 
}
.darkmode .booklink .info .blur_overlay{
	-webkit-box-shadow: inset 0 -35px 15px -10px #403f3e;
		-moz-box-shadow: inset 0 -35px 15px -10px #403f3e;
     box-shadow: inset 0 -35px 15px -10px #403f3e; 
}
.booklink .audio_info{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.booklink .audio_info .fa-circle{
	color: rgba(128, 128, 128, 0.50); 
}
.booklink .audio_info .fa-headphones{
	color: rgba(255, 255, 255, 0.90)
}
.booklink .info .title{
	font-size: 25px;
	margin: 20px 20px 5px;
	font-weight: 700;
}
.booklink .info .author{
	font-size: 18px;
	margin: 5px 20px;
	font-weight: 400;
}
.booklink .info .description{
	margin: 10px 20px;
	overflow: hidden;
}

.booklink .info .iru-tiny-player{
	margin: 10px 20px;
}


/* Blink Content Textpage*/
.blink .info .title{
	text-align: center;
}
.blink .info .author{
	text-align: center;
}
.blink .info .description{
	margin-top: 75px; 
	width: 78%;
	margin-left: 12%;
	margin-right: 10%;
}
.blink .blink_block_spacer{
	height: 25px;
	display: block;
}
.blink .blinkplay{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;

	-webkit-box-shadow: 0px -22px 22px -22px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px -22px 22px -22px rgba(100,100,100,0.1);
	box-shadow: 0px -22px 22px -22px rgba(100,100,100,0.1);
}
.darkmode .blink .blinkplay{
	-webkit-box-shadow: 0px -22px 22px -22px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px -22px 22px -22px rgba(0,0,0,0.22);
	box-shadow: 0px -22px 22px -22px rgba(0,0,0,0.22);
}
.blink .blinkplay .iru-tiny-player{
	background-color: #fff;
}
.darkmode .blink .blinkplay .iru-tiny-player{
	background-color: #383735;
}
.darkmode .blink .blinkplay .song-progress{
	background-color: rgba(146, 146, 146, 0.15)
}

@media only screen and (max-device-width: 600px) {
	body{
		min-width: 300px;
	}
	.wrapper{
		width: initial;
		max-width: initial !important;
		min-width: initial !important;
	}
	.mobile-only{
		display: inherit !important;
	}
	.desktop-only{
		display: none !important;
	}

	/* Overview List */
	a.booklink{
		min-height: 110px;
	}
	.booklink img{
		height: 100%;
		float: left;
	}
	.booklink .info .title{
		font-size: 19px;
		margin: 15px 10px 5px;
	}
	.booklink .info .author{
		font-size: 15px;
		margin: 5px 10px;
	}
	.booklink .info .description{
		display: none;
	}
}
