.social-icons {
	position: absolute;
	top: 10px;
	left: 240px;
}

.social-icons a {
	font-size: 18px !important; 
	line-height: 28px;
	height: 28px;
	width: 28px;
	border-radius: 14px;
	color:#fff;
	display: inline-block;;
	text-align: center;
	margin-right: 13px;
}

.social-icons a.fb {
	background: #0068b3;
}

.social-icons a.gplus {
	background: #e26640;
}

.social-icons a.youtube {
	background: #e52d2d;
}

.social-icons a.email {
	background: #019630;
}


ul.top-menu {
	position: absolute;
	bottom: 0px;
	left: 180px;
	right: 0px;

	height: 31px !important;
	margin-left: 60px !important;
	border-top: #cccccc 1px solid;
	display: flex;
	justify-content: space-between;
}

ul.top-menu li {
	background: none !important;
}

ul.top-menu li a {
	font-family: 'Caveat Brush', cursive;
	font-weight: 300;

	line-height: 31px;
	font-size: 16px;
	color:#00a156;

}

.user-menu {
	display: none !important;
}

.user-menu,  
.right-menu 
{
	position: absolute;
	top: 10px;
	right: 10px;	
}

.user-menu a:first-child, 
.right-menu li:first-child 
{
	padding-right: 40px !important;
}

.user-menu a, 
.right-menu li 
{
	color:#0a74bb;
	font-family: 'Caveat Brush', cursive;
	font-weight: 300;

	line-height: 31px;
	font-size: 18px;	
}

.right-menu li {
	padding: 0px;
	font-weight: normal;
	background-image: none;
	background-color: transparent !important;
	text-transform: none;
	float: none;
}

.right-menu li i {
	display: none;
}


@media screen and (max-width: 1024px) {
	.social-icons {
		display: none;
	}

	.user-menu {
		display: none;
	}

	ul.top-menu {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.cityfoodcontent .form-bg {
		margin: 15px;
	}


	.page-template-template-food .cityfoodcontent,
	.page-template-template-food article.page,
	.page-template-template-food article.post
	{
		max-width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}


	.cityfoodcontent, 
	article.page,
	article.post
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer_sub {
		height: auto;
	}	

	.footer-links p a {
		display: inline-block;
	}

	.right-menu {
		top: 0px;
		right: 40px;
	}

	.right-menu li i {
		display: block;
	}	

	.login-box.open { 
		top: 85px;
	}

	.right-menu li:first-child {
		padding-right: 10px !important;
	}

	.right-menu li:hover, 
	.right-menu li.active 
	{
		background: transparent !important;
	    color: #0a74bb !important;
	}

}