/*
Theme Name: EC Theme Main
Author: EC Themes
Author URI: http://www.hostinger.com/tutorials
Description: My first responsive HTML5 theme
Version: 1.0.0
*/
body {
	margin: 0;
	font-family: "Barlow", sans-serif;
}
.ect-image {
	display: block;
}
#mobile-menu {
	display: none;
}
#theme-header .container {
	width: 1100px;
	margin: 0 auto;
	max-width: 100%;
}
#theme-header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
#theme-header .nav {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	text-align: right;
}
#theme-header .nav .menu li {
	display: inline;
	margin-left: 10px;
}
#theme-header .nav .menu li a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}
#desktop-menu a:hover {
	border-bottom: dashed #000 1px;
}
#theme-footer .container {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 100%;
}
#theme-footer .nav {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
#theme-footer .nav .menu ul {
	margin: 0;
	padding: 0;
}
#theme-footer .nav .menu li {
	display: inline;
	margin-right: 10px;
}
#theme-footer .nav .menu li a {
	text-decoration: none;
	color: #000;
}
#theme-footer h5 {
	margin: 0;
}
#theme-footer .social-links{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
}
#theme-footer #menu-footer-menu {
	padding: 0;
}
.social-links a {
	color: #444;
	font-size: 25px;
	margin-left: 5px;
}
.social-links a:hover {
	color: #000;
}