.site-footer {
	padding: 32px 0 33px 0;
	background-color: #212121;

	.footer-copyright {
		font-size: 16px;
		font-weight: 400;

		a {
			color: @secondary-color;
		}
	}

	.footer-text a {
		font-size: 14px;
		font-weight: 700;
		color: @secondary-color;
	}
}

.footer-widgets {
	color: #c8c8c8;
	padding-top: 60px;
	padding-bottom: 45px;

	.widget {
		margin-bottom: 0;
	}

	.widget-title {
		font-size: 24px;
		font-weight: 700;
		color: @light;
		padding-bottom: 24px;
		margin-bottom: 30px;

		a {
			color: @light;
		}

		&:before {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 4px;
			background-color: rgba(255, 255, 255, 0.03);
		}

		&:after {
			width: 45px;
			height: 4px;
		}
	}

	.menu li {
		padding: 5px 0;
		border: 0;

		&:before,
		&:after {
			display: none;
		}

		a {
			color: #c8c8c8;

			&:before {
				content: '\f101';
				color: #c8c8c8;
			}
		}

		&:hover {
			a,
			a:before{
				color: @secondary-color;
			}
		}
	}

	.footer-widget-socials {
		margin-top: 30px;

		li {
			display: inline-block;
			padding: 0 10px;

			&:first-child {
				padding-left: 0;
			}

			a {
				color: #d8d8d8;
				transition: 0.5s;
			}

			&:hover a {
				color: @secondary-color;
			}
		}
	}

	.fp-form-field {
		color: @secondary-color;
		margin-bottom: 15px;

		.text-2 {
			display: none;
		}

		.subscribe {
			margin-top: 25px;
			position: relative;

			input[type="email"] {
				width: 100%;
				background-color: #222222;
				color: #c8c8c8;
				padding-left: 10px;
				padding-right: 60px;
				border: 0;
				box-shadow: none;
				height: 50px;
				line-height: 50px;

				&:focus {
					outline: none;
				}
			}

			input[type="submit"] {
				position: absolute;
				width: 50px;
				height: 50px;
				right: 0;
				top: 0;
				opacity: 0;
				background-color: transparent;
				z-index: 9999;
			}

			.fa {
				color: @light;
				font-size: 18px;
				position: absolute;
				top: 50%;
				right: 15px;
				transform: translateY(-50%);
				z-index: 99;
			}

			&:after {
				content: '';
				position: absolute;
				width: 50px;
				height: 50px;
				right: 0;
				top: 0;
				background-color: @secondary-color;
				z-index: 9;
			}
		}
	}

	.footer-contact {
		padding-bottom: 35px;
		margin-bottom: 55px;
		border-bottom: 4px solid rgba(255, 255, 255, 0.03);

		.widget {
			width: 25%;
			float: left;
			padding-left: 15px;
			padding-right: 15px;

			&:first-child {
				padding-left: 0;
			}

			&:last-child {
				padding-right: 0;
			}
		}

		i {
			font-size: 24px;
			color: @secondary-color;
			float: left;
		}

		h4,p {
			margin-left: 40px;
		}

		p {
			font-size: 18px;
			font-weight: 700;

			&.number {
				font-size: 24px;
				margin-top: -8px;
			}
		}

		h4 {
			font-size: 14px;
			color: @light;
			text-transform: uppercase;
			margin-bottom: 10px;
			margin-top: 0;
		}
	}
}

.latest-project-list {
	margin-left: -5px;
	margin-right: -5px;
}

.latest-project {
	float: left;
	width: 33.3333%;
	position: relative;
	margin-bottom: 10px;
	padding: 0 5px;

	i {
		color: @light;
		font-size: 18px;
		position: absolute;
		transition: 0.5s;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
	}

	a {
		position: relative;
		display: block;

		&:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: @secondary-color;
			opacity: 0;
			transition: 0.5s;
		}
	}

	&:hover {
		i {
			opacity: 1;
		}

		a:before {
			opacity: 0.9;
		}
	}
}

.contact-widget {
	.footer-contact {
		img.logo-hp6 {
			display: none;
		}
	}
}

.header-v6 {
	.footer-widgets {
		padding-top: 0;
		padding-bottom: 0;

		.widget-title:before {
			background-color: #0c2e3b;
		}

		.fp-form-field .subscribe input[type="email"] {
			border: 1px solid @secondary-color;
			background-color: transparent;
		}
	}

	.footer-sidebars {
		padding-top: 60px;
		padding-bottom: 45px;
	}

	.contact-widget {
		padding-top: 55px;
		padding-bottom: 45px;
		background-color: @secondary-color;

		.footer-contact {
			border-bottom: none;
			padding-bottom: 0;
			margin-bottom: 0;

			p {
				color: #fff;
			}

			h4,i {
				color: @primary-color;
			}

			img.logo-footer {
				display: none;
			}

			img.logo-hp6 {
				display: block;
			}
		}
	}
}

.header-v7,
.header-v8,
.header-v9 {
	.fp-form-field .subscribe input[type="email"] {
		border: 1px solid @secondary-color;
		background-color: transparent;
	}
}

.footer-v2 {
	.site {
		position: relative;
	}

	.footer-widgets {
		padding-bottom: 140px;
	}

	.site-footer {
		background-color: transparent;
		position: absolute;
		bottom: 0;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.05)
	}
}
