@charset "UTF-8";
/* CSS Document */

/******************************************************\
* seriousdjs.com  -  styles                            *
* hewn of solid text at oastone.co.uk                  *
* version 1, may 2019                                  *
* colouring in and stuff                               *
\******************************************************/

/* ==== the colours ==== */
/*
/*
/*

*/



body {
	background: #000;
}

.hidden {
	display: none;
}
.djlist div.house {
	/*display: none;*/
}

/* ---- code for the load more button ---- */

#pbd-alp-load-posts {
	display: block;
	float: left;
	/*background-color: red;*/
	padding: 0;
	margin: 0;
	position: relative;
}

#pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
	font-size: 20px;
	/*line-height: 50px;
	text-align: left;*/
	/*margin: 10px;*/
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	
	/*position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);*/
	
}

#pbd-alp-load-posts a:hover, #pbd-alp-load-posts a:active {
	
	background-color: #fff;
	color: #000;
}

a.sharebutton {
	display: block;
	display: inline-block;
	min-width: 60px;
	height: 22px;
	margin: 11px 5px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 16px;
	text-align: center;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
	padding: 3px 5px; /*26px;
	background-repeat: no-repeat;	
	background-position: 5px;*/
}
a.sharebutton img {
	height: 12px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}
a.sharebutton.stwitter {
	background-color: #1b95e0;
	/*background-image: url(../images/social-small-twitter.svg);
	background-size: 14px;*/
}
a.sharebutton.stwitter:hover,
a.sharebutton.stwitter:active {
	background-color: #1574AF;
}
a.sharebutton.sfacebook {
	background-color: #385898;
	/*background-image: url(../images/social-small-facebook.svg);
	background-size: 14px;*/
}
a.sharebutton.sfacebook:hover,
a.sharebutton.sfacebook:active{
	background-color: #2C4577;
}

/* filters for DJs genres */
#filters {
	display: block;
	padding: 5px 10px 10px;

}
#filters ul {

}
#filters ul li {
	display: block;
	display: inline-block;
	float: left; 
	font-size: 14px;
	line-height: 14px;
	padding: 3px 3px;
	margin: 5px 5px 0 0;
}
#filters ul li:last-child {
	margin-right: 0;
}
#filters ul li.filter {
	background-color: #999;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
}
#filters ul li.filter:hover,
#filters ul li.filter:active {
	background-color: #ddd;
}
#filters ul li.filter.selected {
	background-color: #fff;

}
#filters ul li.filter.selected:hover,
#filters ul li.filter.selected:active {
	background-color: #ccc;
}
#filters ul::after { /* clears */
	content: "";
	display: table;
	clear: both;
}

.listtitle h2 span {
	color: #fff;
}
.listtitle h2 a {
  	color: #ccc;
	text-decoration: none;
}
.listtitle h2 a:hover {
  	color: #fff;
}

nav {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 10000000;
}

footer {
	bottom: 0;
	width: 100%; 
	height: 44px; 
	padding-right: 5px;
	text-align: right;
	position: fixed;
	z-index: 100000;
	/*background: rgba(0,0,0,0.50)*/
}
/*footer .fb-share-button {
	float: right;
	display: inline-block;
	padding: 0;
	margin: 0;
}*/