/* Footer ******************************/

.footer-distributed {
	background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size: 16px;
  z-index: 10;
	padding: 25px 25px;
  transition: none;
}

.footer-new {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
  background: white;
  border-radius: 5px;
  padding: 15px 15px;
  border: 1px dashed#CCCCCC;
  margin-bottom: 20px;
}

.footer-new div {
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
}

.footer-new span {
	text-align: center;
	padding-right: 10px;
}

.footer-distributed p.footer-links a:hover {
  color: #969191!important;
}

.footer-distributed .footer-left p {
	color: #646464;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
	font-size:18px;
	font-weight: bold;
	color:  #646464;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a {
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right {
	float: right;
	margin-top: 6px;
	max-width: 50px;
  display: flex;
}

.footer-distributed .footer-right a {
	display: flex;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #646464;
	border-radius: 100%;
	font-size: 20px;
	color: #646464;
	text-align: center;
	line-height: 35px;
	margin-left: 10px;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.footer-distributed .footer-right a:hover {
  background-color:  #1463af;
  color: #ffffff!important;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
