.sh-mini-stats {
	margin: var(--sp-10) var(--sp-0) var(--sp-10) var(--sp-0);
} 

.sh-mini-stats ol {
	margin: var(--sp-0);
	padding: var(--sp-0);
	list-style: none;
  
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 85px;
} 

.sh-mini-stats ol li {
	display: flex;
	align-items: center;
	grid-gap: 27px;
} 

.sh-mini-stats ol li svg {
	color: var(--sh-link-hover-clr);
} 

.sh-mini-stats ol li div h4, 
.sh-mini-stats ol li div p {
	margin: var(--sp-0);
	padding: var(--sp-0);
} 

.sh-mini-stats ol li div h4 {
	font-size: 30px;
	font-weight: 700;
} 

.sh-mini-stats ol li div p {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.sh-mini-stats ol li img {
	width: 44px;
	height: 44px;
	border-radius: var(--sp-10);
}

/* Widgets */

.sh-footer-widgets>div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 34px;
}

.sh-footer-widgets>div>li {
	flex: 1 0 calc( 50% - 34px );
	padding: 25px 25px 40px 25px;
}

.sh-footer-widgets .sh-footer-widget {
}

.sh-footer-widgets .sh-widget .sh-widget-title {
	padding: var(--sp-0);
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title {
	display: flex;
	align-items: center;
	grid-gap: 21px;
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title .sh-widget-icons {
	flex: 0 0 50px;
	background-color: var(--sh-body-bg);
	width: 50px;
	height: 50px;
	border-radius: var(--sp-10);
	text-align: center;
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title .sh-widget-icons svg {
	height: 100%;
	vertical-align: middle;
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title p {
	margin: var(--sp-0);
	padding: var(--sp-0);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title span {
	display: block;
	font-size: 13px;
	font-weight: 300;
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title span a {
	color: var(--sh-text-light);
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title span a:hover {
	color: var(--sh-very-light-clr);
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title::before {
	display: none
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title.sh-widget-footer-title-online-today::before {
	background-color: var(--sh-link-hover-clr);
	top: 7px;
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-inner {
	padding-left: 70px;
	padding-top: var(--sp-3);
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-inner>ul {
	margin: var(--sp-0);
	padding: var(--sp-0);
	list-style: none;
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-inner>ul li {
	display: inline;
	font-size: 14px;
	margin-left: var(--sp-3);
}

.sh-footer-widgets .sh-footer-widget .sh-widget-footer-inner>ul li:first-child {
	margin-left: var(--sp-0)
}

.sh-footer-widgets .sh-footer-widget.sh-widget-groups {
	background-color: transparent;
}

.sh-footer-widgets .sh-footer-widget.sh-widget-groups .sh-widget-footer-title {
	margin: var(--sp-0);
	padding: var(--sp-0) var(--sp-0) 30px var(--sp-0);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

.sh-footer-widgets .sh-footer-widget.sh-widget-groups ul {
	margin: var(--sp-0);
	padding: var(--sp-0);
	list-style: none;
	
	display: flex;
	align-items: center;
	grid-gap: 21px;
	flex-wrap: wrap;
}

.sh-adv-footer {
	margin-top: 120px;
}

.sh-adv-footer .sh-footer-columns {
	display: flex;
	align-items: flex-start;
	grid-gap: 190px;
}

.sh-adv-footer .sh-footer-columns .sh-footer-column {
	flex: 0 0 550px;
}

.sh-adv-footer .sh-footer-columns .sh-footer-column.sh-footer-column-about-us img {
	min-width: 260px;
	max-width: 260px;
	margin: var(--sp-0) var(--sp-0) 26px var(--sp-0);
}

.sh-adv-footer .sh-footer-columns .sh-footer-column.sh-footer-column-about-us p {
	font-size: 14px;
	font-weight: 300;
	margin: var(--sp-0);
	padding: var(--sp-0);
}

.sh-footer-columns .sh-footer-column .sh-footer-column-social-media {
	margin: 32px var(--sp-0) var(--sp-0) var(--sp-0);
	padding: var(--sp-0);
	list-style: none;

	display: flex;
	align-items: center;
	grid-gap: var(--sp-4);
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-social-media li a {
	display: block;
	width: 56px;
	height: 56px;
	text-align: center;
	border-radius: var(--sp-10);
	border: 4px solid var(--sh-area-background);
	transition: all 0.3s ease;
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-social-media li a:hover {
	color: var(--sh-very-light-clr);
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-social-media li a.sh-social-media-fb:hover {
	background-color: var(--sh-social-media-facebook);
	border-color: var(--sh-social-media-facebook);
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-social-media li a.sh-social-media-yt:hover {
	background-color: var(--sh-social-media-youtube);
	border-color: var(--sh-social-media-youtube);
}

.sh-footer-columns .sh-footer-column .sh-footer-column-social-media li a.sh-social-media-dc:hover {
	background-color: var(--sh-social-media-discord);
	border-color: var(--sh-social-media-discord);
}

.sh-footer-columns .sh-footer-column .sh-footer-column-social-media li a.sh-social-media-steam:hover {
	background-color: var(--sh-social-media-steam);
	border-color: var(--sh-social-media-steam);
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-social-media li a svg {
	height: 48px;
	vertical-align: middle;
} 

.sh-footer-columns .sh-footer-column:last-child {
	flex: 1;
	display: flex;
	align-items: flex-start;
	grid-gap: 160px;
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-links h3 {
	text-transform: uppercase;
	font-weight: 500;
	margin: var(--sp-0) var(--sp-0) 33px var(--sp-0);
	padding: var(--sp-0);
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-links h3 svg {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 13px;
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-links ul {
	margin: var(--sp-0);
	padding: var(--sp-0);
	list-style: none;
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-links ul li {
	font-size: 14px;
	font-weight: 300;
	padding-left: var(--sp-6);
	position: relative;
	margin-bottom: var(--sp-2);
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-links ul li a {
	transition: all 0.2s linear; 
}

.sh-footer-columns .sh-footer-column .sh-footer-column-links ul li:hover::before {
	background-color: var(--sh-link-hover-clr);
} 

.sh-footer-columns .sh-footer-column .sh-footer-column-links ul li::before {
	content: '';
	position: absolute;
	left: var(--sp-0);
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: var(--sp-10);
	background-color: var(--sh-very-light-clr);
	transition: all 0.2s linear; 
} 

.sh-footer {
	margin: 120px var(--sp-0) var(--sp-0) var(--sp-0);
	padding-bottom: var(--sp-7);
}

.sh-footer .sh-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
} 

.sh-footer .sh-footer-menu {
	display: flex;
	align-items: center;
	grid-gap: 36px;
} 

.sh-footer .sh-footer-menu .sh-footer-menu-items {
	display: flex;
	align-items: center;
	grid-gap: 16px;
} 

.sh-footer .sh-top {
	display: block;
	width: 56px;
	height: 56px;
	text-align: center;
	border-radius: var(--sp-10);
	border: 4px solid var(--sh-area-background);
	transition: all 0.3s ease;
} 

.sh-footer .sh-top svg {
	height: 48px;
	vertical-align: middle;
	position: relative;
	top: 0px;
	transition: all 0.3s ease;
} 

.sh-footer .sh-top:hover {
	cursor: pointer;
	background-color: var(--sh-link-hover-clr);
	border-color: var(--sh-link-hover-clr);
} 

.sh-footer .sh-top:hover svg {
	top: -6px;
} 

.sh-footer .sh-home-button {
	display: flex;
	align-items: center;
	background-color: var(--sh-area-background);
	font-size: 14px;
	font-weight: 350;
	color: var(--sh-very-light-clr);
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	padding: var(--sp-0) var(--sp-6) var(--sp-0) 5px;
	border-radius: var(--sp-10);
	transition: all 0.3s ease;
} 

.sh-footer .sh-home-button .sh-home-button-icon {
	background-color: var(--sh-body-bg);
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: var(--sp-10);
	margin-right: var(--sp-4);
	text-align: center;
	transition: all 0.3s ease;
}

.sh-footer .sh-home-button .sh-home-button-icon svg {
	position: relative;
	height: 100%;
	vertical-align: middle;
	left: -1px;
	top: -2px; 
}

.sh-footer .sh-home-button:hover .sh-home-button-icon {
	background-color: var(--sh-link-hover-clr); 
} 

.sh-footer .sh-footer-menu .sh-footer-links {
	margin: var(--sp-0);
	padding: var(--sp-0);
	list-style: none;
	
	display: flex;
	align-items: center;
	grid-gap: 38px;
}

.sh-footer .sh-footer-menu .sh-footer-links li a {
	text-transform: uppercase;
	font-weight: 350;
} 

.sh-footer .sh-footer-menu .sh-footer-links li form select {
	background-color: transparent;
	border: 1px solid transparent;
	outline: 0;
	box-shadow: unset;
}

.sh-footer .sh-footer-menu .sh-footer-links li form select optgroup {
    background-color: var(--sh-form-input-bg-hover);
    color: var(--sh-form-input-clr-hover);
}

.sh-footer .sh-footer-menu .sh-footer-links li a:hover {
	color: var(--sh-link-hover-clr);
} 

.sh-footer .sh-container div:last-child {
	font-size: 14px;
	font-weight: 350;
	text-align: right;
} 

.sh-footer .sh-container div:last-child p {
	margin: var(--sp-0);
	padding: var(--sp-0);
	font-size: 14px;
	font-weight: 300;
}

.sh-footer .sh-container div:last-child p a {
	font-weight: 500;
} 

.sh-footer .sh-container div:last-child p a:hover {
	color: var(--sh-link-hover-clr);
} 


@media (min-width: 1025px) and (max-width: 1156px) {
	.sh-mini-stats ol {
		grid-gap: 30px;
	}
	.sh-footer-widgets>div {
		flex-wrap: wrap;
	}
	.sh-footer-widgets>div>li {
		flex: 1 0 100%;
	}
	.sh-adv-footer .sh-footer-columns .sh-footer-column {
		flex: 1 !important;
	}
	.sh-adv-footer .sh-footer-columns {
		grid-gap: 100px;
	}
}

@media (min-width: 1024px) and (max-width: 1080px) {
	.sh-mini-stats ol {
		grid-gap: 30px;
	}
	.sh-footer-widgets>div {
		flex-wrap: wrap;
	}
	.sh-footer-widgets>div>li {
		flex: 1 0 100%;
	}
	.sh-adv-footer .sh-footer-columns .sh-footer-column {
		flex: 1 !important;
	}
	.sh-adv-footer .sh-footer-columns {
		grid-gap: 100px;
	}
}


@media screen and (max-width: 1024px) {
	.sh-mini-stats ol {
		grid-gap: 30px;
		flex-wrap: wrap;
	}
	.sh-footer-widgets>div {
		flex-wrap: wrap;
	}
	.sh-footer-widgets>div>li,
	.sh-mini-stats ol li {
		flex: 1 0 100%;
	}
	.sh-adv-footer .sh-footer-columns {
		flex-wrap: wrap;
		grid-gap: 60px;
	}
	.sh-adv-footer .sh-footer-columns .sh-footer-column {
		flex: 1 0 100% !important;
	}
	.sh-footer .sh-container,
	.sh-footer .sh-footer-menu {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.sh-footer .sh-footer-menu .sh-footer-links {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sh-footer .sh-container div:last-child {
		text-align: center;
	}
	.sh-footer-widgets .sh-footer-widget .sh-widget-footer-title .sh-widget-icons {
		display: none;
	}
	.sh-footer-widgets .sh-footer-widget .sh-widget-footer-inner {
		padding-left: var(--sp-0);
	}
}

@media screen and (max-width: 600px) {
	.sh-footer .sh-footer-menu .sh-footer-links {
		grid-gap: var(--sp-3);
	}
	.sh-footer-columns .sh-footer-column:last-child {
		grid-gap: var(--sp-8);
		flex-wrap: wrap;
	}
	.sh-footer-columns .sh-footer-column .sh-footer-column-links {
		flex: 1 0 100%;
	}
}



		