﻿/*
Edelstahl-Mechanik GmbH
creation Date: 2018-06-08
Author: Sebastian Osinski
http://www.sebbi.net
*/

#footer-wrapper,
#footer-wrapper *{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#footer-wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#footer-wrapper a:hover{
	text-decoration: underline;
}
#footer-wrapper p{
}
#footer-wrapper td{
	vertical-align: middle;
}
#footer-wrapper ul.nav{
	display: inline-block;
}
#footer-wrapper ul.nav li{
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.footer_social_icons,
.custom.footer_icons{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.footer_social_icon{
	display: inline-block;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

@media (max-width: 900px){
	#footer-wrapper ul.nav li{
		display: block;
	}
	#footer-wrapper ul.nav li.divider{
		display: none;
	}
	#footer-wrapper ul.nav{
		display: block;
	}
	.footer_social_icons,
	.custom.footer_icons{
		display: block;
		width: 100%;
		margin-top: 20px;
	}
}