/*  
10kBeats - Milo Manheim Mania - Gallery CSS
Custom categories style inspired by: Kaci at kacielizabeth.com
*/

::-webkit-scrollbar {
	width: 14px; height: 7px;
	background: #282828;
	border: 3px solid #f7f8fc;
}

::-webkit-scrollbar-thumb {
	background: #734e3f;
	border-width: 6px 3px;
	border-style: solid;
	border-color: #f7f8fc;
}

::selection {
	background: #efd1c3;
	color: #282828;
	text-shadow: none;
}

::-moz-selection {
	background: #efd1c3;
	color: #282828;
	text-shadow: none;
}

@font-face {
	font-family: "Jackport";
	src: url("./fonts/JackportRegular.ttf") format('truetype'),
		 url("./fonts/JackportRegular.woff") format('woff');
}

/* MAIN */

body {
	background: #f7f8fc;
	color: #7a7b7d;
	font: 400 13.5px/27px 'Work Sans', sans-serif;
}

.maintable, .maintable01, .albtable, .dtable {
	margin: 0 auto 3vw auto;
	padding: 0 0 35px 0;
	border-spacing: 0;
	border: none;
	box-sizing: border-box;
	position: relative;
}

.maintable02 {
	margin: 0 auto;
	padding: 0;
	border-spacing: 0;
	box-sizing: border-box;
	position: relative;
}

.tableh1 {
	padding-bottom: 5px;
	color: #282828;
	font: normal 36px/125% "Jackport";
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	position: relative;
}

.tableh1 strong { font-weight: normal; }
.maintable .tableh1 span table { width: 96%; display: table; }

.tableh1 span {
	font-weight: normal;
	text-shadow: 2px 2px #f7f8fc;
	position: relative;
}

.tableh1 span::after {
	content: '';
	position: absolute;
	width: 100%; height: 62%;
	max-height: 26px;
	padding: 0 30px;
	left: -30px; bottom: -7px;
	background: #989898;
	margin: auto;
	-webkit-clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
	clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
	display: block;
	z-index: -1;
}

.maintable::after, .dtable::after {
	content: '';
	position: absolute;
	left: 0; bottom: 0; right: 0;
	height: 35px;
	margin: auto;
	background-image: url("./images/bg-marks.png");
	background-position: center top;
	background-repeat: repeat-x;
	border-top: 3px solid #dedfe3;
	display: block;=
}

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

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

.tableb, .tablef {
	padding: 15px 0;
	color: #7a7b7d;
	position: relative;
}

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

.tableb a:hover, .tablef a:hover {
	color: #049dd9;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tableb tt { font-size: 12px; }
.tableb strong, .tablef strong, .tableb b, .tablef b { font-weight: 700; color: #282828; }