/* Footer Styles */
.footer-panel {
	background-color: var(--white-color);
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.footer-panel .scorp-footer p {
	margin: 2em 0;
}

.footer-panel .footer-items {
	background-color: var(--off-color);
	margin: 0 5.4em;
	padding: 2.5em 3.9em;
}

.footer-panel .footer-items .logo {
	line-height: 1;
}

.footer-panel .footer-links li {
	padding: 0 0.83em;
	display: flex;
	align-items: center;
}

.footer-panel .footer-links li p {
    text-transform: uppercase;
    color: var(--primary-color);
    line-height: 1.62;	
}

.footer-panel .footer-links li > a {
	padding: .5rem 0.83rem;
}

.footer-panel .social-links li {
	margin-right: 0.556em;
}

.footer-panel .social-links li:last-child {
	margin-right: 0;
}

.footer-panel .social-links li > a {
	min-width: 2.78em;
	min-height: 2.78em;
	background-color: var(--click1-color);
	color: var(--white-color);
	padding: 0.5em;
	transition: background-color var(--transit-1);
	height: 100%;
}

.footer-panel .social-links li > a svg {
	font-size: 1.2em;
}

.footer-panel .scorp-footer {
	padding: 0;
}

.footer-panel .scorp-footer > .main {
	text-align: center;
}

.footer-panel .footer-links ul {
	font-weight: 600;
}
/* End Footer Styles */

/* Responsive Min-Width 1025px */
@media screen and (min-width: 1025px) {
	.footer-panel .social-links li > a:hover, .footer-panel .social-links li > a:focus {
		background-color: var(--click2-color);
	}
	
	.footer-panel .footer-links li > a:hover, .footer-panel .footer-links li > a:focus, .footer-panel .footer-links li p:hover, .footer-panel .footer-links li p:focus {
		color: var(--click1-color);
	}
}
/* End Responsive Min-Width 1025px */

/* Responsive Width 1024px */
@media screen and (max-width: 1024px) {
	.footer-panel .footer-items {
		width: auto;
		padding-bottom: 3.33em;
	}
	
	.footer-panel .footer-links, .footer-panel .social-links {
		padding-top: 2.22em;
	}
	
	.footer-panel .social-links > ul {
		justify-content: center;
	}
	
}
/* End Responsive Width 1024px */

/* Responsive Width 800px */
@media screen and (max-width: 800px) {
	.footer-panel .footer-links li p {
		text-align: center;
	}
	
}

/* Responsive Width 500px */
@media screen and (max-width: 500px) {
	.footer-panel .footer-items {
		margin: 0 1.3em;
	}
	
	.footer-panel .footer-links li p {
		text-align: center;
	}
	
}