/*
Theme Name: Grand Restaurant Child
Theme URI: http://themes.themegoods2.com/grandrestaurant
Description: Premium Cafe & Restaurant Theme
Version: 1.0
Tags: yellow, white, responsive-layout, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandrestaurant
Template: grandrestaurant
*/

@import "../grandrestaurant/style.css";

.mobile_menu_wrapper {
	background-color:#fff !important;
}

a.emp-links:link {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0055a5;
	line-height: 1.4em;
	padding: 15px 20px;
	margin-left: 25px;
	margin-bottom: 25px;
	border-radius: 6px;
}

a.emp-links:visited {
	color: #fff;
}

a.emp-links:hover {
	color: #fff;
	background-color: #fd1623;
	text-decoration: none;
}

a.emp-links:active {
	color: #fff;
}

a.emp-links-red:link {
	display: block;
	width: 270px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #fd1623;
	line-height: 1.4em;
	padding: 15px 10px;
	margin: 25px;
	border-radius: 6px;
}

a.emp-links-red:visited {
	color: #fff;
}

a.emp-links-red:hover {
	color: #0055a5;
	background-color: #ffffff;
	text-decoration: none;
}

a.emp-links-red:active {
	color: #fff;
}

a.emp-links-jobs:link {
	float: left;
	display: block;
	text-align: center;
	color: #fff !important;
	background-color: #0055a5;
	font-size: .95em;
	line-height: 1.4em;
	padding: 5px 10px;
	margin-left: 15px;
	margin-top: 15px;
	border-radius: 3px;
}

a.emp-links-jobs:visited {
	color: #fff !important;
}

a.emp-links-jobs:hover {
	color: #fff !important;
	background-color: #fd1623;
	text-decoration: none;
}

a.emp-links-jobs:active {
	color: #fff !important;
}

.emp-heading {
	display: block;
	float: left;
	width: 100%;
}

@media (max-width: 768px) {
	a.emp-links:link {
		margin-left: 10px;
		}

	a.emp-links-red:link {
		margin-left: 10px;
		}

	a.emp-links-jobs:link {
		float:none;
		margin-top:0;
		}

	.blank-emp-heading {
		display: none;
		}

	}
	
.mobile_main_nav li.current-menu-item a {
	color: #0055a5 !important;	
}