﻿/* =========================================================
   FOOTER
========================================================= */

.wpf-footer {
	text-align: center;
	padding: 40px 0;
	background: #F1F5FA;
	margin: 50px auto 0 auto;
	max-width: 1200px;
}

.wpf-footer-inner {
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 20px;
}

.wpf-footer-logo {
	display: inline-block;
	margin-right: 80px;
	vertical-align: middle;
	height: 70px;
}

	.wpf-footer-logo img {
		height: 100%;
	}

.wpf-footer-menus {
	display: inline-block;
	vertical-align: middle;
}

.wpf-footer-clear {
	clear: both;
	height: 10px;
}

/* Footer columns (if your plcMenus renders columns) */
.wpf-footer-column {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 30px);
	min-width: 200px;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 0;
}

	.wpf-footer-column h3 {
		font-weight: 500;
		font-size: 1.2em;
		color: #222;
		margin-bottom: 2px;
	}

.wpf-footer a:link,
.wpf-footer a:active,
.wpf-footer a:visited {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	transition: 0.25s;
}

.wpf-footer a:hover {
	color: #222;
}

/* Base footer area */
.wpf-footer-base {
	text-align: center;
	margin-top: 10px;
}

.wpf-footer-copyright {
	font-weight: 400;
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
}

.wpf-footer-social-link {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	transition: 0.25s;
	opacity: 0.9;
}

	.wpf-footer-social-link:hover {
		opacity: 1;
		cursor: pointer;
	}

.wpf-footer-base .wpf-footer-column {
	display: inline;
	vertical-align: top;
	width: 100%;
	margin-right: 0;
	text-align: center;
	font-size: 1.2em;
}

.wpf-footer-base .wpf-footer-menu-link {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

	.wpf-footer-base .wpf-footer-menu-link:not(:last-child)::after {
		content: "|";
		margin-left: 5px;
		color: #aaa;
	}

.wpf-footer-base a:link,
.wpf-footer-base a:active,
.wpf-footer-base a:visited {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	transition: 0.25s;
}

.wpf-footer-base a:hover {
	color: #222;
}

/* =========================================================
   FOOTER RESPONSIVE
========================================================= */
@media (max-width: 768px) {

	.wpf-footer {
		padding: 30px 0;
		margin-top: 30px;
	}

	.wpf-footer-logo {
		display: block;
		margin: 0 auto 15px auto;
	}

	.wpf-footer-menus {
		display: block;
	}

	.wpf-footer-column {
		width: 100%;
		min-width: 0;
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
}
