


/** ======================================================================================
*
* FOOTER 
*
* ======================================================================================== */


.atwm-footer {
	position: relative;
	box-sizing: border-box;
}
.atwm-footer p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify;
	line-height: 1.6em;
}
.atwm-footer a {
	text-decoration: none;
}
.atwm-footer ul li {
	margin-bottom: 1em;	
}

.atwm-footer-bottom {
	background-color: rgba(0,0,0,0.3);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#copyright {
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 0.85em;
	text-align: left;
}

#atwm-bottom-social-icons {
	display: block;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
}
.atwm-bottom-social {
  margin-left: 5px;
}
.atwm-bottom-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  margin-left: 3px;
  margin-right: 3px;
}
.atwm-bottom-social a:hover {
	opacity: 1;
}
