/* ------ FOOTER ------ */
footer {
	background-color: #fff;
	margin-top: 0;
}
footer .logo-footer {
	display: none;
}
footer .main > .row > .columns.large-4 + .large-4 {
	margin-top: 2rem;
}

footer .footer-1 {
	background-color: #000;
}

footer .footer-1,
footer .footer-2 {
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 2.625rem;
	position: relative;
}
footer .footer-1 > a {
	display: table;
	padding: 0.6rem 1rem;
	background-color: #9a3837;
	height: 2.063rem;
	line-height: 2.063rem;
	width: auto;
	margin: 0 auto;
	position: relative;
	top: -0.375rem;
	z-index: 2;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
			transition: background-color .3s ease;
}
footer .footer-1 > a:hover {
	background-color: #a8403f;
	color: #fff;
}
footer .footer-2 {
	color: #9A3837;
	padding: 1rem;
	/*height: 50px;*/
	height: auto;
}
footer {
	color: #959595;
}
footer ul.socialMedia {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
footer ul.socialMedia li a {
	display: block;
	border: 1px solid #ddd;
}
footer ul.socialMedia li + li {
	margin-left: 0.3rem;
}
footer ul.socialMedia li a:hover {
	border-color: #aaa;
}

/* ------ MENU: FOOTER ------ */
.menu-footer {
    width: 100%;
    margin: 1.25rem 0;
	padding: 0.625rem 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.menu-footer ul {
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.menu-footer ul li {
	display: inline-block;
	margin-right: 6px;
	padding-right: 6px;
	position: relative;
}
.menu-footer ul li:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ccc;
}
.menu-footer ul li.last {
	margin-right: 0;
	padding-right: 0;
}