/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */

@media (min-width: 1200px) {
	.container {
		width: 120%;
	}
}
.memberBlock {
	margin-bottom: 15px;
}
.memberBlock .memberContainer {
	position: relative;
	border: 2px solid #151720;
}
.memberNickname {
	background: linear-gradient(0deg, rgba(21,23,32,0.75), 70%, transparent);
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 7.5px;
	font-size: 0.85em;
	position: absolute;
	bottom: 0;
	line-height: 1.15;
	font-weight: bold;
}
@media (min-width: 768px) {
	.memberNickname {
		font-size: 1.2em;
		padding-bottom: 10px;
	}
}
.memberAvatar {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.memberInfo {
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0;
	font-size: 0.85em;
	font-weight: 500;
}
@media (min-width: 768px) {
	.memberInfo {
		font-size: 0.85em;
	}
}
.partnerLogo {
	max-width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #eee;
}
.sponsorLogo {
	max-width: 100%;
	background-position:center;
	background-size: contain;
	background-repeat: no-repeat;
}
.blockTitle {
	line-height: 1;
	padding: 5px 15px;
	/*margin-bottom: 15px;*/
}
.blockTitle strong {
	font-size: 32px;
	text-transform: uppercase;
}

.post__sharing a[href*="discord.com"],
.social-menu.social-menu--links a[href*="discord.com"] {
	background-color: #7289da !important;
}
.social-menu.social-menu--mobile-bar a[href*="discord.com"]::before {
	color: #7289da !important;
}
.social-menu.social-menu--header a[href*="discord.com"] {
	border-color: #7289da !important;
}

.social-menu a[href*="discord.com"]::before,
.post__sharing a[href*="discord.com"]::before {
	content: "\f392" !important;
}

.partnerBadge {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	background-color: rgba(216,227,248,0.9);
	color: #4C76CB;
	font-weight: 600;
	z-index: 2;
	padding-top: 5px;
}
.partnerBadge img {
	max-width: 20px;
}

@media (min-width: 1900px)  {
	.partnerBadge {
		padding: 10px 0 36px 0;
		font-size: 12px;
	}
}

.home_advert_large img {
	max-width: 40%;
	margin-top: 20px;
}
@media (max-width: 768px) {
	.home_advert_large img {
		max-width: 80%;
	}
}

.home_title span {
	text-transform: uppercase !important;
}