@import url('http://fonts.googleapis.com/css?family=Montserrat|Raleway:300,400,900|Roboto:300,400,900,300italic,400italic');

@font-face {  
	font-family: Candara;  
	src: url('../font/Candara.eot?') format('embedded-opentype'), url('../font/Candara.ttf') format('truetype');
}

body {
	font: 15px/25px Candara, Arial, sans-serif;
	font-weight: 300;
	background: url("../images/modern/bg_body.jpg");
	color: #505050;
}

strong, b {
	font-weight: 400;
}

h1, h2, h3, h4 {
	font-family: Candara, Arial, sans-serif;
	font-weight: 300;
}

input[type="text"],
input[type="email"],
textarea {
	font-family: "Roboto", Arial, sans-serif;	
	font-weight: 300;
	color: #777;    
    padding: 6px;    
    background: #FFFFFF;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #CCCCCC;
}

.button,
input[type="submit"] {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid #DDDDDD;
	background: #ffffff;
	background: -moz-linear-gradient(#ffffff, #efefef);
	background: -ms-linear-gradient(#ffffff, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, #ffffff, #efefef);
	background: -webkit-linear-gradient(#ffffff, #efefef);
	background: -o-linear-gradient(#ffffff, #efefef);
	background: linear-gradient(#ffffff, #efefef);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#mainheader {
	background: url("../images/modern/bg_header.jpg");
}

#mainheader-info {
	background: url("../images/bg_header_info.png") repeat-x bottom left;
	color: #999999;
}

#logo h1 {
	font: 50px/35px "Montserrat", Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	color: #999999;
}

#mainmenu {
	font-family: "Raleway", Arial, sans-serif;
	text-transform: uppercase;
	background: #FFFFFF;
	color: #444444;
	border-bottom: 1px solid #E3E3E3;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.01);
}

#mainmenu ul.main-menu > li {
	margin-right: -5px;
	padding: 18px 0 19px 0;
	background: url("../images/modern/sep_mainmenu.png") repeat-y center left;
}

#mainmenu ul.main-menu > li:first-child {
	background: none;
}

#mainmenu a {
	color: #444444;
}

#mainmenu nav a {
	padding: 0 25px;
}

#mainmenu ul.main-menu > li > a {
	padding: 18px 25px 19px 25px;
}

#mainmenu ul ul {
	text-transform: none;
	border: 1px solid #EDEDED;
	background: #FFFFFF;
	top: 55px;
}

#mainmenu ul ul a {
	display: block;
	padding: 5px 25px;	
}

#mainmenu ul ul a:hover {
	background: rgba(0, 0, 0, 0.02);
}

#mainmenu ul.main-menu > li > a:hover {
	background: rgba(0, 0, 0, 0.02);
}

#mainmenu ul li:hover ul {
	left: 1px;
}

#togglemenu i {
	position: relative;
	bottom: 1px;
}

.widget-title {
	font: 13px/30px "Raleway", Arial, sans-serif;
	font-weight: 900;
	color: #333333;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url("../images/modern/bg_widget_title.png") repeat-x bottom left;
}

.postlist ul li {
	padding: 0 0 10px 20px;
	background: url("../images/modern/ico_post.png") no-repeat 0 2px;
	border-bottom: 1px dotted #DDDDDD;
	line-height: 20px;
}

.openhours ul li {
	border-bottom: 1px dotted #DDDDDD;
}

#home-widgets-one {
	padding: 40px 0 30px 0;
	margin-bottom: 50px;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
}

#home-widgets-two {
	padding-bottom: 40px;
}

#home-widgets-two h4 {
	font-size: 13px;
	font-weight: 900;
	background: url("../images/line.png") repeat-x center left;
}

#home-widgets-two h4 span {
	background: url("../images/modern/bg_body.jpg");
	padding: 0 15px;
}

.widget_savory-featured-post,
.widget_rmc-menu-items {
	background: #FFFFFF;
	line-height: 22px;	
}

.widget_savory-featured-post .wp-post-image,
.widget_rmc-menu-items .wp-post-image {
	margin-bottom: 0 !important;
	display: block;
}

.widget_savory-featured-post .content,
.widget_rmc-menu-items .content {	
	border-bottom: 1px solid #EFEFEF;
	padding: 15px;
}

.widget_savory-featured-post .widget-title,
.widget_rmc-menu-items .title {
	font: 16px/22px "Raleway", Arial, sans-serif;	
	text-transform: none !important;
	color: #333333;
	margin-bottom: 5px !important;
}

.widget_rmc-menu-items .widget-title {
	font: 9px "Open Sans", Arial, sans-serif;
	padding: 10px 5px;
	background: none;
	margin-bottom: 0;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	color: #999999;
}

.widget_rmc-menu-items .price {
	width: 50%;
	margin: 0 auto !important;
	font-size: 14px;
	padding: 15px 0 0 0;
	border-top: 1px solid #EFEFEF;
}

.widget_savory-featured-post .description,
.widget_rmc-menu-items .description {
	line-height: 22px;
	font-style: normal !important;
	padding: 5px 0 0 0;
}

.widget_rmc-menu-items .description {
	margin-bottom: 15px !important;
}

.widget_rmc-menu-items .menuwidget-list li {
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
}

.widget_rmc-menu-items .menuwidget-list p {
	padding: 0;
	border: none;
}

.type-page header .container,
.type-rmc_menu_item header .container,
.type-attachment header .container,
#blogheader .container {
	border-bottom: 1px dashed #DDDDDD;
}

.type-page .entry-title,
.type-rmc_menu_item .entry-title,
.type-attachment .entry-title,
#blogheader h2 {
	color: #222222;
	line-height: 45px;
	font-weight: 400;
}

.blog .entry-title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}

.single-post .entry-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}

.prevpage,
.nextpage {
	top: 46px;
}

.type-post header {
	border-bottom: 1px dotted #DDDDDD;
}

.contentnav {
	border-top: 1px dotted #DDDDDD;
	padding-top: 30px;
}

.entry-content h2 {
	font-size: 24px;
	font-weight: 300;
	color: #DE1942;
	margin-bottom: 15px;
}

.entry-content img,
#map-holder {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #FFFFFF;
	padding: 4px;
	border-bottom: 1px solid #EFEFEF;
}

.comment time {
	color: #AAAAAA;
}

#mainfooter .container {
	padding-top: 30px;
	border-top: 1px solid #EAEAEA;
}

/* Retail Menu Cards */

.rmc-menu-grid ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #FFFFFF;
	padding: 4px;
	border-bottom: 1px solid #EFEFEF;
}

.rmc-menu-grid img {
	padding: 0;
	border: none;
	margin: 0 !important;
}

.rmc-menu-grid div.content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 15px 10px 15px;
}

.rmc-menu-classic .title,
.rmc-menu-classic .price {
	background: url("../images/modern/bg_body.jpg") !important;
}

.rmc-menu .title,
.rmc-menu .price {
	text-transform: none !important;
	color: #444444;
	font-weight: 900;
}

.rmc-menu .description {	
	font-style: normal !important;
}

.rmc-menu-classic .head {
	background-position: 0 17px !important;
}