


.footer-top{
	background:#e7e4de;
}
.footer-top-row{
	max-width:1300px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	padding:50px 15px 50px 15px;
}
.footer-links{}
.links-title{
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	font-weight:400;
	color: black;
	letter-spacing:1px;
}
.footer-menu{}
.footer-menu-list{}
.footer-menu-list li{
	margin-top:14px;
	font-size:0.8em;
	text-transform:uppercase;
	margin-bottom:-3px;
}
.footer-menu-list li a{
	font-weight:300;
	font-family: 'Merriweather Sans', sans-serif;	
	color:#1e1e1b;
}
.footer-menu-link{}
.s-media-container{
	display:flex;
	align-items:flex-end;
}
.f-group{
	margin-right:30px;
}
.f-group-title{
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	font-weight:400;
	color: black;
	letter-spacing:1px;
	margin-bottom:14px;
}
.f-group-text{
	font-family: 'Open Sans', sans-serif;
	font-size:0.875em;
	font-weight:400;
	color:#54534A;
	line-height:16px;
}
.f-group-btn{
	border: 1px solid #54534A;
	padding: 10px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:0.875em;
	font-weight:400;
	color: #54534A;
	text-transform:uppercase;
	margin: 10px 0 0 0;
	text-align:center;
}
.f-group a{
	color: #54534A;
}
.follow{
	margin-right:0;
}
.follow img{
	margin-right:15px;
}
.follow-title{
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	font-weight:400;
	color: black;
	letter-spacing:1px;
	margin-bottom:14px;
}
.facebook{}
.twitter{}
.instagram{}
.pinterest img{
	margin-right:0;
}
.footer-bottom{
	padding:30px 0;
}
.footer-bottom-container{
	max-width:1300px;
	margin:0 auto;
}
.copyright{
	font-family: 'Open Sans', sans-serif;
	font-size:0.875em;
	font-weight:400;
	color:#54534A;
	line-height:16px;
	padding:0 15px;
}


@media (max-width:472px){

	.footer-top-row{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	
	padding:30px 15px 30px 15px;
}
	.s-media-container{
	flex-wrap:wrap;
	margin-top:30px;
	justify-content:center;
}
	.follow{
	/*border:1px solid red;*/
	margin-right:0;
	justify-content:center;
}
	.f-group{
	/*border: 1px solid blue;*/
	
	margin-left:0px;
}
	.copyright{
	text-align:center;
}
	.footer-bottom{
	padding:15px 0;
}
}


@media (max-width:402px){
	.f-group{
	margin-bottom:30px;
	margin-left:30px;
}
	.footer-top-row{
	justify-content:center;
}
	.follow-title,.f-group-title,.f-group-text{
	text-align:center;
}
}
