footer {
	position: relative;
	z-index: 1;
	margin-top: 280px;
	margin-bottom: -1px;
	background-color: #1a1a1a;
}
footer > .container {
	padding-top: 60px;
	padding-bottom: 50px;
}

footer .newsletter {
	margin-top: -280px;
	margin-bottom: 60px;
	padding: 110px 40px;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 0;
}
footer .newsletter .block-title {
	margin-bottom: 32px;
}
footer .newsletter input {
	padding: 18px 20px;
	border: 3px solid #000;
	font-size: 18px;
}
footer .newsletter input:focus {
	border-color: #1a1a1a !important;
}
footer .newsletter input[type="submit"] {
	color: transparent;
	background-color: transparent;
	background: url('../media/go-dark.svg') no-repeat center;
	background-size: 24px;
}
footer .newsletter input[type="submit"]:hover {
	background-color: #999;
	border-color: #1a1a1a !important;
}
footer .newsletter .mailchimp .mc-field-group {
	display: table;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
footer .newsletter .mailchimp .mc-field-group:first-child {
	margin-bottom: 30px;
}
footer .newsletter .mailchimp .mc-field-group > * {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
footer .newsletter .mailchimp .mc-field-group.name-group > * input {
	width: 100%;
}
footer .newsletter .mailchimp .mc-field-group.name-group > *:first-child {
	padding-right: 15px;
}
footer .newsletter .mailchimp .mc-field-group.name-group > *:last-child {
	padding-left: 15px;
}
footer .newsletter .mailchimp .mc-field-group.with-submit > *:first-child {
	width: calc(100% - 70px);
	border-right: none;
}
footer .newsletter .mailchimp .mc-field-group.with-submit > *:last-child {
	width: 70px;
	font-style: normal;
	text-transform: uppercase;
}
@media all and (max-width: 600px) {
	footer {
		margin-top: 380px;
	}
	footer .newsletter {
		margin-top: -380px;
		padding: 60px 20px;
	}
	footer .newsletter .mailchimp .mc-field-group:first-child {
		margin-bottom: 0;
	}
	footer .newsletter .mailchimp .mc-field-group.name-group > * {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	footer .newsletter .mailchimp .mc-field-group.name-group > *:first-child,
	footer .newsletter .mailchimp .mc-field-group.name-group > *:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	footer .newsletter .mailchimp .mc-field-group.with-submit > *:first-child {
		width: calc(100% - 60px);
	}
	footer .newsletter .mailchimp .mc-field-group.with-submit > *:last-child {
		width: 60px;
		background-size: 20px;
	}
}

footer > .container .grid {
	color: #999;
}
footer > .container .grid svg {
	width: 135px;
	margin-bottom: 3.4em;
	fill: #fff;
}
footer > .container #footer-menu ul > li {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
footer > .container #footer-menu ul > li a:hover {
	color: #ffff4d !important;
}
footer > .container #footer-menu ul > li .sub-menu {
	display: none;
}

footer .text-content {
	color: #999;
}
footer .text-content h1,
footer .text-content h2,
footer .text-content h3,
footer .text-content h4 {
	margin-bottom: 1.4em;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

footer .bottom {
	color: #999;
	border-top: 1px solid #666;
}
footer .bottom .copyright {
	padding-top: 27px;
}
footer .social-links ul > li {
	margin: 0;
	padding: 28px 26px;
	border-right: 1px solid #666;
}
footer .social-links ul > li:first-child {
	border-left: 1px solid #666;
}
footer .social-links ul > li a {
	fill: #fff;
}

@media all and (max-width: 1000px) {
	footer .social-links ul > li {
		padding: 28px 18px;
	}
}
@media all and (max-width: 800px) {
	footer .grid .right,
	footer .grid > * {
		text-align: center;
	}

	footer > .container {
		padding-bottom: 40px;
	}
	footer > .container .grid svg {
		margin-bottom: 1.6em;
	}

	footer .bottom {
		padding-bottom: 50px;
		border-top: none;
	}
	footer .bottom .copyright {
		padding-top: 0;
	}
	footer .social-links ul > li {
		padding: 0 10px;
		border: none !important;
	}
}
