/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */


/* ===[ CSS HOOK BOTTOM ]=== */
body{
	background-color: #f7f7f7;
}
.masthead {
	animation-name: sideupscroll-off;
	background: url("./images/bdkapp-bkg.jpg") no-repeat top center #fe6861;
}
.masthead:before {
	display: none;
}
.panel-forum>.panel-heading,.navbar-inverse{
	background: #2c4350;
	background: linear-gradient(to bottom, #2c4350 0%, #223c4a 100%);
}
.navbar{
	min-height: auto;
	padding: 0;
}
a.forumtitle{
	color:#A55754;	
}
a.topictitle{
	color:#295874;	
}
.socialbar{
	display: flex;
	justify-content: end;
	position: relative;
}
.social-network {
	position: relative;
}
.social-network:after {
	position: absolute;
	display: block;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
	background-color: #0000001a;
}
.social-network.clicked:after{
	display: none;
}
/*GDPR Popup*/
#gdpr-information{
	position: absolute;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
	padding: 15px;
	z-index: 999;
	background-color: #FFF;
	width: 320px;
	font-weight: bold;
	display: none;
	right: 0;
	bottom: calc(100% + 15px);
	font-size: 15px;
}
#gdpr-information.clicked{
	display: none!important;
}
#gdpr-information.open{
	display: block;
}
#gdpr-information:before{
	position: absolute;
	bottom: -15px;
	right: 7px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #FC4B55 transparent transparent transparent;
}
#gdpr-information a{
	color: #FC4B55;
}
#gdpr-information .btn{
	background-color: #FC4B55;
	color:#FFF;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 10px;
	border-radius: 0;
	border: 0;
	cursor: pointer;
}