/*------------------------------------------------------------------------------------------------------

	Theme Name: Savory
	Theme URI: http://themes.wptuning.com/savory/
	Description: Responsive restaurant theme. Three skins included: Rustic, Modern, Classic.
	Version: 1.1
	Author: Adrian Diaconescu
	Author URI: http://adriandiaconescu.com
	Tags: white, theme-options, threaded-comments, translation-ready, one-column, two-columns, fixed-width
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/
/* CSS Reset & Clearfix
/* 		- http://meyerweb.com/eric/tools/css/reset/
/*		- http://css-tricks.com/snippets/css/clear-fix/
/*------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; background: transparent } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } html { -webkit-font-smoothing: antialiased } body { line-height: 1; -webkit-text-size-adjust: none } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none } table { border-collapse: collapse; border-spacing: 0 } strong, b { font-weight: 600 } em, i { font-style: italic }

.group:before, .group:after { content: ""; display: table; } .group:after { clear: both; } .group { zoom: 1; }

/*------------------------------------------------------------------------------------------------------*/
/* Document Setup
/*------------------------------------------------------------------------------------------------------*/

body {
	font: 14px/22px Georgia, serif;
	color: #666666;
	background: #FFFFFF;
	overflow-x: hidden;
}

sup {
	vertical-align: super;
	font-size: 10px;
}

sub {
	vertical-align: sub;
	font-size: 10px;
}

a {
	color: #0085B2;
	text-decoration: none;
}

a:hover {
	color: #00A9E1;
}

a:focus,
a:active {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #E1E1E1;
	margin: 30px 0;
	padding: 0;
	clear: both;
}

hr.clear {
	border: none;
	margin: 15px 0;
}

code,
pre {		
	font-family: "Courier New", "Courier", sans-serif;
}

blockquote {
	font-style: italic;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #666666;   
    padding: 5px 7px;  
    background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

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

textarea {
	resize: vertical;
}

.column input[type="text"],
.column input[type="email"],
.column input[type="tel"],
.column input[type="date"],
.column textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	width: 100%;
}


/*------------------------------------------------------------------------------------------------------*/
/* Container and columns
/*------------------------------------------------------------------------------------------------------*/

.container {
	width: 940px;
	margin: 0 auto;
}

.row {
	width: 100%;
	overflow: hidden;
}

.column {
	float: left;
	margin-left: 20px;
}
	
.column:first-child {
	margin-left: 0;
}

.row .onecol		{ width: 60px; }
.row .twocol		{ width: 140px; }
.row .threecol		{ width: 220px; }
.row .fourcol		{ width: 300px; }
.row .fivecol		{ width: 380px; }
.row .sixcol		{ width: 460px; }
.row .sevencol		{ width: 540px; }
.row .eightcol		{ width: 620px; }
.row .ninecol		{ width: 700px; }
.row .tencol		{ width: 780px; }
.row .elevencol		{ width: 860px; }
.row .twelvecol		{ width: 940px; }


/*------------------------------------------------------------------------------------------------------*/
/* Header
/*------------------------------------------------------------------------------------------------------*/

/* Header info */

#mainheader-info .container {
	text-align: center;
	padding: 10px 0;
}

#mainheader-info ul {
	list-style: none;
}

#mainheader-info li {
	display: inline;
	margin-left: 20px;
}

#mainheader-info li:first-child {
	margin-left: 0;
}

#mainheader-info img {
	vertical-align: middle;
	margin: 0 3px 2px 0;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#mainheader-info span {
	padding: 0 10px;
}

#mainheader-info i {
	color: #DDDDDD;
}

#mainheader-info a {
	padding: 0 10px;
}

/* Logo */

#logo {
	text-align: center;
	padding: 40px 0 35px 0;
}

#logo h1 {
	font-size: 50px;
	padding-bottom: 10px;
}

#logo h1 a {
	color: #444444;
}

#logo h1 a:hover {
	text-decoration: none;	
}

#logo h2 {
	color: #888888;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
	display: inline-block;
}


/*------------------------------------------------------------------------------------------------------*/
/* Main menu
/*------------------------------------------------------------------------------------------------------*/

#mainmenu .container {
	padding: 15px 0;
	text-align: center;
}

#mainmenu nav {
	position: relative;
	z-index: 5;
}

#mainmenu ul.main-menu > li {
	display: inline;
	position: relative;
}

#mainmenu ul.main-menu > li > a {
	padding: 10px 15px;
}

#mainmenu ul ul {
	background: #FAFAFA;
	position: absolute;
	left: -9999px;
	top: 25px;
}

#mainmenu ul ul li {
	display: block;
	text-align: left;
}

#mainmenu ul ul a {
	display: block;
	padding: 3px 15px;
	white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

#mainmenu ul li:hover ul {
	left: 0;
}


/*------------------------------------------------------------------------------------------------------*/
/* Widgets
/*------------------------------------------------------------------------------------------------------*/

.widget-title {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.widget_savory-featured-post,
.widget_rmc-menu-items {
	text-align: center;
}

.widget_savory-featured-post a img:hover,
.widget_rmc-menu-items a img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.widget_savory-featured-post .widget-title {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
}

.widget_savory-opening-hours li {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget_savory-opening-hours li span {
	float: right;
}

.widget p {
	margin-bottom: 10px;
}

.widget .wp-post-image {
	vertical-align: top;
	margin-bottom: 10px;
}

/* PostList */

.postlist ul {
	list-style: none;
	margin-left: 0;
}

.postlist ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 22px;
}

.postlist span {
	display: block;
	padding-top: 4px;
	font-size: 12px;	
	color: #AAAAAA;	
}

.postlist span a {
	color: #AAAAAA;
}

.postlist span a:hover {
	color: #777777;
}

.widget_post-list .postlist {
	margin-bottom: 10px;
}

.widget_post-list .postlist ul li {
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------------------------*/
/* Homepage
/*------------------------------------------------------------------------------------------------------*/

/* Home Content */

#home-content {
	margin-top: 40px;
}

/* Home Widgets One */

#home-widgets-one {
	padding-bottom: 50px;
}

/* Home Widgets Two */

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

#home-widgets-two h4 {
	line-height: 1;
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nopagecontent {
	margin-top: 40px;
}


/*------------------------------------------------------------------------------------------------------*/
/* Content
/*------------------------------------------------------------------------------------------------------*/

.type-page header,
.type-rmc_menu_item header,
.type-attachment header,
#blogheader {
	text-align: center;	
	margin-bottom: 40px;
	overflow: hidden;
}

.type-page header .container,
.type-rmc_menu_item header .container,
.type-attachment header .container,
#blogheader .container {
	position: relative;
	padding: 35px 0;
}

#blogheader h2 {
	font-size: 30px;
	line-height: 25px;
	margin-bottom: 0;
}

#blogheader h3 {
	font-size: 15px;
	margin: 5px 0 0 0;
	color: #BBBBBB;
}

.prevpage,
.nextpage {
	position: absolute;
	top: 36px;
	color: #CCCCCC;
}

.prevpage:hover,
.nextpage:hover {
	color: #999999;
}

.prevpage {	
	left: 0;	
}

.nextpage {
	right: 0;
}

/* Blog */

.sticky {}

.post header {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.single .post header {
	margin-bottom: 40px;
}

.type-post:last-child header {
	border: none;
	background: none;
	margin: 0;
}

.archive .type-post:last-child header {
	margin-bottom: 30px;
}

/* Title */

.type-page .entry-title,
.type-rmc_menu_item .entry-title {
	font-size: 30px;
	padding: 0 25px;
}

.blog .entry-title {
	margin-bottom: 5px;
}

.single .entry-title {
	line-height: 34px;
}

/* Meta */

.entry-meta {
	font-size: 12px;
	color: #999999;
	margin-bottom: 5px;
}

.entry-meta a {
	color: #999999;
}

.entry-meta a:hover {
	color: #666666;
}

.entry-meta span {
	margin: 0 5px;
	
}

.entry-meta.tags a {
	padding: 1px 5px 3px 5px;
	background: #CCCCCC;
	color: #FFFFFF;
	border-radius: 2px;
}

.entry-meta.tags a:hover {
	background: #BBBBBB;
}

/* Content */

#blog-widgets {
	margin-top: 40px;
}

.entry-content {
	padding-bottom: 20px;
	overflow: hidden;
}

/* Images */

.entry-content img,
.entry-content figure {
	max-width: 930px;
	height: auto;
}

.entry-content a img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* Headings */

/* Links */

/* Paragraph */

.entry-content p {
	margin-bottom: 30px;
}

/* Code */

.entry-content pre {
	padding: 15px;
	background: #FFFFFF;
	margin-bottom: 30px;
}

/* Lists */

.entry-content ul {
	margin: 0 0 30px 40px;
	list-style: disc;
}

.entry-content ol {
	margin: 0 0 30px 40px;
	list-style: decimal;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin: 10px 0 10px 40px;
}

.entry-content li {
	margin-bottom: 5px;
}

/* Quotes */

.entry-content blockquote {	
	padding-left: 30px;
	margin-left: 30px;	
	border-left: 1px solid #DDDDDD;
}

.entry-content blockquote.testimonial {
	position: relative;
	margin: 15px 0 15px 0;
	padding: 15px 20px 18px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	background: #FFFFFF;	
}

.entry-content blockquote.testimonial *:last-child {
	margin-bottom: 0;
}

.entry-content blockquote.testimonial:before {
	content: "";
	position: absolute;
	bottom: -10px; /* value = - border-top-width - border-bottom-width */
	left: 20px; /* controls horizontal position */
    border-width: 10px 10px 0;
	border-style: solid;
    border-color: #E7E7E7 transparent;
    /* reduce the damage in FF3.0 */
    display: block; 
    width: 0;	
}

.entry-content blockquote.testimonial:after {
	content: "";
	position: absolute;
	bottom: -9px; /* value = - border-top-width - border-bottom-width */
	left: 21px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width: 9px 9px 0;
	border-style: solid;
	border-color: #FFFFFF transparent;
    /* reduce the damage in FF3.0 */
    display: block; 
    width: 0;	
}

/* Table */

.entry-content table {	
	width: 100%;
	margin: 0 0 40px 0;
}

.entry-content table th,
.entry-content table td {
	padding: 15px 10px;
}

.entry-content table th {
	font-weight: 400;
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
	padding-top: 0;
}

.entry-content table td {
	border-bottom: 1px solid #EEEEEE;
}

.entry-content table tr:nth-child(odd) td {
	background: #FAFAFA;
}

/* Images */

img.wp-post-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.single-attachment .entry-content {
	text-align: center;
}

.single-attachment .attachment-large {
	text-align: center;
	margin-bottom: 20px;
}

/* Gallery */

.gallery {
	width: 960px;
	margin-bottom: 10px;
	margin-right: -20px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	width: 220px;
	margin: 0 20px 20px 0;
}

.gallery-item a {
	position: relative;
	display: block;
}

.gallery-item a img:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.gallery-icon span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;	
	text-align: center;
}

.gallery-icon span i {
	color: #FFFFFF;
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin: -20px 0 0 -20px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
}

.gallery img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.gallery-caption {}

/* WordPress specific */

.alignnone {
    margin: 0 0 25px 0;
}

.alignright {
    float: right;	
	margin: 5px 0 25px 25px;
}

.alignleft {
    float: left;	
	margin: 5px 25px 25px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 0 auto 25px auto;
}

.wp-caption-text {
	font-size: 12px;
	line-height: 14px;
    color: #BBBBBB;
    text-align: center;
    padding: 10px 8px 8px 8px;
}

#map-holder {
	margin-bottom: 20px;
}

#map-canvas {
	height: 450px;
	width: 100%;
}

#map-canvas img {
	background: none;
}

/*------------------------------------------------------------------------------------------------------*/
/* Comments
/*------------------------------------------------------------------------------------------------------*/

.single #comments {
	margin-top: 50px;
}

#comments h3 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	overflow: hidden;
}

#comments .contentnav {
	margin-bottom: 20px;
}

/* Comments list */

.commentlist {}

.bypostauthor {
	/* style author comments if you want */
}

.comment .children {
	margin-top: 20px;
	margin-left: 30px;
}

.comment-moderation,
.comment-cancel {
	display: block;
	padding-bottom: 5px;
}

.comment-content {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #E1E1E1;
}

.comment header {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.comment-meta {}

.comment author {}

.comment time {
	display: block;	
	font-size: 12px;
	color: #BBBBBB;
}

.comment-reply {
	font-size: 85%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.comment-content p {
	margin-bottom: 15px;
}

/* Trackback list */

.trackbacklist {
}

/* Comment form */

#respond {
	padding: 30px 0 0 0;
}

#respond h3 small {
	text-transform: none;
	font-size: 12px;
	float: right;
}

.comment-notes,
.logged-in-as {
	margin: 0 0 15px 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 0;
}

#commentform {
	padding-top: 10px;
}

#commentform label {	
	display: block;
	padding-bottom: 5px;
}

#commentform input[type="text"],
#commentform textarea {
	float: left;
}

#commentform input[type="submit"] {
	margin-bottom: 0;
}

.comment-form-author .required,
.comment-form-email .required {		
	color: #BD3500;
}

#commentform input#submit {
	cursor: pointer;    
}

.form-allowed-tags {
	color: #BBBBBB;
	font-size: 12px;
	margin: 5px 0 15px 0;
}

/* Prev / Next links or paged navigation */

.contentnav {
	overflow: hidden;	
}	

/*------------------------------------------------------------------------------------------------------*/
/* Footer
/*------------------------------------------------------------------------------------------------------*/

#mainfooter .container {
	padding-bottom: 30px;
	text-align: center;
}

#mainfooter span {
	padding: 0 10px;
}

#mainfooter a {
	padding: 0 10px;
}

#mainfooter {
	margin-top: 40px;
}


/*------------------------------------------------------------------------------------------------------*/
/* Misc
/*------------------------------------------------------------------------------------------------------*/

.left {
	float: left;
}

.right {	
	float: right;
}

.sep {
	margin: 0 10px;
	color: #DDDDDD;
}

.morelink {
	
}

.morelink:hover {
	
}

/* Buttons */

.button,
input[type="submit"] {
	font-family: Georgia, serif;
	padding: 6px 12px;	
	display: inline-block;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid #DEDEDE;
	background: #ffffff;
}

.button:hover,
input[type="submit"]:hover {	
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;	
}

/*------------------------------------------------------------------------------------------------------*/
/* WordPress plugin and widget styling
/*------------------------------------------------------------------------------------------------------*/

/* Contact Form 7 */

.wpcf7 p {
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	margin-top: 10px;
}

div.wpcf7-response-output {
	margin: 0 0 25px 0;
}

div.wpcf7-response-output:empty { display: none }

div.wpcf7-mail-sent-ng {
	padding: 10px 15px;
	border: 1px solid #FAE2DB;
	background: #FDF5F3;
	color: #CC0000;
}

div.wpcf7-mail-sent-ok {
	padding: 10px 15px;
	border: 1px solid #FAE2DB;
	background: #FDF5F3;
	color: #009900;
}

span.wpcf7-not-valid-tip {
	color: #CC0000;
	display: block;
}

/* Retail Menu Cards */

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


/*------------------------------------------------------------------------------------------------------*/
/* Print styles
/*------------------------------------------------------------------------------------------------------*/

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}