/*  
10kBeats - I Heart Madelyn - Gallery CSS

*/

::-webkit-scrollbar {
	width: 14px; height: 7px;
	background-color: #c6c2c1;
	border: 6px solid #fcfcfc;
}

::-webkit-scrollbar-thumb {
	background-color: #34913d;
	border: 3px solid #fcfcfc;
}

::selection {
	background-color: #aab8d9;
	color: #030303;
	text-shadow: none;
}

::-moz-selection {
	background-color: #aab8d9;
	color: #030303;
	text-shadow: none;
}

/* MAIN */

body {
	background-color: #fcfcfc;
	color: #595959;
	font: 400 14px 'Barlow', sans-serif;
	line-height: 24px;
}

.maintable, .maintable01, .maintable02, .albtable {
	margin: 4vw auto;
	padding: 0;
	letter-spacing: 0.01em;
	border-spacing: 0;
	box-sizing: border-box;
	position: relative;
}

article .maintable:last-of-type, article .maintable01:last-of-type {
	margin: 0 auto;
}

.maintable02, .albtable { margin: 0 auto; }
.albtable { padding: 0 15px; }

.tableh1 {
	padding: 15px 30px;
	font: 400 12px/100% 'Barlow', sans-serif;
	background-color: #030303;
	color: #fcfcfc;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border: none;
	vertical-align: top;
	position: relative;
}

.tableh1 strong { font-weight: normal; }

.tableh1::before {
	content: '';
	position: absolute;
	top: 0; left: 15px;
	width: 1px; height: 100%;
	background-color: #fcfcfc;
	margin: auto;
	display: block;
	z-index: 25;
}

.tableh1::after {
	content: '';
	position: absolute;
	bottom: 5px; left: 0;
	width: 100%; height: 1px;
	background-color: #fcfcfc;
	margin: auto;
	display: block;
	z-index: 25;
}

.maintable .tableh1 span, .maintable01 .tableh1 span { position: relative; z-index: 5; }
.maintable .tableh1 span table { width: 96%; display: table; }
.tableh1 span::before {
	content: '\f004';
	margin: 3px 10px 0 0;
	color: #fa192e;
	font: 900 8px "Font Awesome 5 Free";
	position: relative;
	float: left;
}

.tableh2 { background-color: transparent; padding: 15px 0; } 
.tableh2 strong { font-weight: normal !important; }
.tableh2 a {
	color: inherit;
	font-size: inherit;
	text-shadow: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.tableh2 a:hover {
	text-decoration: underline;
}

.tableb, .tablef {
	background-color: transparent;
	padding: 20px 0;
	letter-spacing: 0.01em;
	position: relative;
}

.tableb a, .tablef a {
	color: #ad4753;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.tableb a:hover, .tablef a:hover {
	color: #7aba6a;
	text-decoration: none;
}

.tableb p {
	font-size: inherit;
}