.social-icons {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.social-icons hr {
	border: solid #f0a539;
	border-width: 0px 2px 110px;
	clear: both;
	height: 1px;
	margin-top: 0px;
	position: absolute;
	bottom: 0;
	transform: translateY(120%);
}

.share-panel .social-icons {
	display: none;
	justify-content: center;
}

.share-panel .social-icons hr {
	display: none;
}

@media (min-width: 1024px) {
	.homepage .interior.share-panel {
		margin-left: 141px;
		margin-right: initial;
	}

	.share-panel .social-icons {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
	}
	
	.share-panel .social-icons .inner {
		display: flex;
		flex-direction: column;
		margin-right: 20px;
		font-size: 20px;
		padding-left: 10px;
	}
	
	.share-panel .social-icons hr {
		position: relative;
		bottom: auto;
		display: block;
		margin-right: 20px;
		transform: none;
		margin-bottom: 0;
	}
	
	.share-panel .social-icons a.social-icon {
		margin-top: 10px;
		display: flex;
		justify-content: center;
	}
}

.mobile-dd .social-icons hr {
	display: none;

}
.footer-section .social-icon {
	font-size: 23px;
	color: #fff;
	margin-right: 43px;
	font-weight: normal;
}
.footer-section .social-icon a i {
	font-family: "fontAwesome"
}
.footer-section .social-icons {
	margin-bottom: 30px;
}

.footer-section .social-icons .social-icon:last-child {
	margin-right: 0;
}

.shared-detail .social-icons {
	justify-content: space-around;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 22px;
}

.shared-detail .social-icons .social-icon {
	font-size: 22px;
	color: #fff;
	margin-right: 20px;
	font-weight: normal;
}

.shared-detail .social-icons .social-icon:last-child {
	margin-right: 0;
}
.footer-section .social-icon:nth-of-type(5) {
	margin-right: 0;
}

@media (min-width: 641px) {
	.footer-section .social-icon {
		font-size: 30px;
	}

}

@media (min-width: 1025px) {
	.footer-section .social-icons {
		margin-bottom: 10px;
		align-items: flex-end;
	}
	
	.footer-section .social-icon {
		font-size: 26px;
	}
	.footer-section .social-icons {
		margin-bottom: 26px;
		align-items: flex-end;
		justify-content: center;
		padding-right: 12px;
	}
}

@media (max-width: 1025px) {
	.footer-section .social-icon {
		font-size: 24px;
		color: #fff;
		margin-right: 34px;
		font-weight: normal;
	}
}