/*
	FOOTER
---------- */
.footer{
	padding:45px 0 0 0;
	position:relative;
	z-index:1;
}
.footer a{
	text-decoration:none;
}
.col-footer{
	margin:0 0 45px 0;
	padding:0 30px;
}
.footer-title{
	font-size:24px;
	line-height:28px;
	margin:0 0 15px 0;
}
.footer-subtitle{
	font-size:14px;
	line-height:20px;
	margin:0 0 15px 0;
}
.footer-lines .line{
	margin:0 0 10px 0;
}
.footer-lines .line i{
	display:inline-block;
	width:20px;
	font-size:14px;
	line-height:14px;
	opacity:0.5;
}
.footer-lines .line span,
.footer-lines .line a{
	display:inline-block;
}
.footer-ul{
	padding:0;
	margin:0;
	float:left;
	width:100%;
}
.footer-ul-50{
	display:inline-block;
	width:50%;
}
.footer-ul-50 li{
	margin:0 0 5px 0;
}
.footer-ul-50 li a{
	text-decoration:none;
}
.form-row-newsletter{
	position:relative;
	max-width:400px;
}
.form-row-newsletter input{
	width:100%;
	height:50px;
	border:none;
	border-radius:5px;
	padding:5px 15px;
	outline:none !important;
}
.form-row-newsletter input::placeholder{
	color:#aaa;
}
.form-row-newsletter button{
	width:50px;
	height:50px;
	line-height:50px;
	border:none;
	border-radius:0 5px 5px 0;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
}
.footer-socials a{
	display:inline-block;
	margin:0 5px 0 0;
	font-size:16px;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius:50%;
}
.footer-hours .line{
	display:block;
	padding:10px;
	font-size:14px;
	line-height:14px;
}
.footer-hours .line.closed span{
	text-align:center;
	width:calc(100% - 50px);
	font-style:italic;
}
.footer-hours b{
	display:inline-block;
	width:50px;
}
.footer-hours span{
	display:inline-block;
	width:calc(50% - 25px);
}
.footer-hours span:last-child{
	text-align:right;
}
.footer-info{
	font-size:14px;
	line-height:22px;
	margin:15px 0 0 0;
}
@media(min-width:768px){
	.col-footer{
		padding:0 15px;
	}
	.footer-hours{
		width:80%;
	}
}
@media(min-width:992px){
	.footer{
		padding:120px 0 60px 0;
	}
}