/*  
CMS Modify CSS
*/

html {
    position: relative;
    min-height: 100%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x:hidden;
}

body {
    margin: 0 0 0px; /* bottom = footer height */
	background:#fff;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}
body#home {

}

/* CUSTOM LISTING STYLES */
.listings-title {
font-family: 'Oswald', sans-serif;
color: #fff;
font-size:23px;
  }

#content-full-width #listings-wrapper, 
#content-full-width #listings-wrapper_full,
#content #listings-wrapper, 
#content #listings-wrapper_full { 
width:100%;
margin-left:0%;
margin-right:0%;
padding:11px 0px 11px 0px;
background:none;
  }

#content-full-width #listings-wrapper p, 
#content-full-width #listings-wrapper_full p,
#content #listings-wrapper p, 
#content #listings-wrapper_full p,
#content-full-width #listings-wrapper p a, 
#content-full-width #listings-wrapper_full p a,
#content #listings-wrapper p a, 
#content #listings-wrapper_full p a{  /* this includes the image */
color: #000;
  }
  
#content .listing-text_with-date,
#content-full-width .listing-text_with-date {  /* this includes the image */
border-left:1px solid #000;
  }
.list_weekday,
.list_date,
.list_time {
color:#000;
}  

#content #listings-group-wrapper,
#content-full-width #listings-group-wrapper {
	background:none;
}
#listings-wrapper .list-item-image {
	border:none;
}

#listings-wrapper .list-item-image img {
	border:none;
}
.listings-title {
	color:#000;
}

#listings-group-wrapper h3 {
color:#fff;
display:block;
background:#000;
-webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
padding:7px 9px 7px 9px;
font-size:25px;
	}
	
.list-item-image {
border:solid 1px #949494;
-webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

#content #listings-group-wrapper,
#content-full-width #listings-group-wrapper {
	margin-top:15px;
	max-width:1200px;
}
/* END CUSTOM LISTING STYLES */


/* CUSTOM RESTAURANT MENU STYLE - most styles are in the style.css file */
#menu-wrapper {
	padding-top:12px;
	padding-bottom:12px;
	background:none;
	border-radius:9px;
	padding:.5em .4em .5em .4em;
	width:97%;
	margin-left:1.5%;
	margin-right:1.5%;
}

.featured-item {
	background:#fed500;
	color:#000;
	border-radius:4px;
	padding: .3em .7em .7em .7em;
	margin-top:4px;
}

.menu-description {
font-style:italic;
 padding-bottom:5px;
 }

#below-menu-disclaimer {
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:15px;
	padding-bottom:22px;
}
/* END CUSTOM MENU STYLE */



#wrapper, #header, #page,
#home-allcontent #header,
#footer, #bottom-footer-sections,
#footer-top-section {
	width:1024px;
}

#inner-header, 
#footer, #bottom-footer-sections,
#footer-top-section {
	width:100%;
	max-width: 1024px;
}


#top-content { /* this will hide by default this div *****************/
display:none;
}

#footer, #footer p, #footer a,
#bottom-footer-sections, #bottom-footer-sections a,
#footer-wrapper, #footer-wrapper a, #footer-top-section,
#footer-top-section a, #bottom-footer-sections #right-section, 
#bottom-footer-sections #right-section a, #footer-right a,
#footer-right p, #footer-right p a, #footer-hours {
	color: #fff;
	font-size:14px;
}

#footer-wrapper {
	position: relative;
    left: 0;
    bottom: 0;
	height:auto;
    width: 100%;
	border-top:none;
	margin-left:0;
	padding:0;
	margin-top:-25px;
	background:url(../images/body-bg-repeater2.jpg) repeat;
	background:#307fe2;
}

#footer-top-section {
}

#footer-logo img {
padding:7px;
}

#credit-cards {
	float:right;
	width:auto;
	max-width:171px;
	text-align:right;
	color:#000;
	padding-right:0px;
	margin-left:0%;
	margin-bottom:6px;
	clear:right;
	margin-right:12px;
}

#credit-cards img {
	height:auto;
	width:100%;
	max-width:100%;
	text-align:left;
}


@media screen and (max-width: 700px) {
#credit-cards {
	float:none;
	position:relative;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
}

#bottom-footer-sections #right-section {
margin-bottom:15px;
}

#header-wrapper {  /* this holds the horizontal nav, nav logo */
	width:100%;
	min-width:100%;
	max-width:2000px;
	height:auto;
  text-align:center;
}

#header-wrapper img {
}

/* Header */

#home-allcontent #header { /* this hides header section (logo, background area) on home page */
	display:none;
}

#header {
width:100%;
height:218px;
background:url(../images/header-image.jpg) repeat-x center top #000;
background:none;
display:none;
}


#header-logo {
	display:none;
}

 #header-logo img {
	height:300px;
width:auto;
text-align:center;
 }

@media screen and (max-width: 1200px) {

#header {
	-webkit-background-size: cover;
	-moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
width:100%;
height:200px;
max-height:200px;
}

#header-logo {
padding-top: 8%;
 }
 
 #header-logo img {
	height:250px;
width:auto;
text-align:center;
 }

}

@media screen and (max-width: 768px) {
	
 #header-logo img {
	height:200px;
width:auto;
text-align:center;
 }
 
#header-wrapper {
/*	height:88px;   if header is to be 100px keep at 88 - 12 remaining is in the #page padding - not sure if this is necessary
	min-height:88px;
	max-height:88px;  */
}
#header {
width:100%;
max-width:100%;
min-width:100%;
height:88px;
max-height:88px;
}
}

#inner-header {
	position:relative;
	z-index:4001;
	padding:0;
	width:100%;
	max-width:1200px;
	height: 100%;
	margin: 0 auto;
	margin-top:0px;
}

#header-logo_home {
display:none;
 }
 

#header-wrapper #h-nav-logo {
	padding-top:7px;
}

#header-wrapper #h-nav-logo img {
	display:block;
	height:120px;
	width:269px;
}

#home-allcontent #top-header-buttons,
#top-header-buttons {
	margin-top:0px;
}

/* ONLINE ORDERING */

#online-ordering-side-button {  /* not being used but needs to be hidden */
display:none;
}

#online-ordering-top-button,
#home-allcontent #online-ordering-top-button { /*hiding the main online order button, which is being phased out */
		display:none;
	}

#order {
	position:fixed;
	z-index:8001;
	clear:both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left:auto;
margin-right:auto;
text-align:center;
width:100%;
}

#space-holder-online-ordering { /* this is needed to hold space for the fixed online ordering button */
	height:51px;
}
#home-allcontent #space-holder-online-ordering { /* this is to change (if necessary on the home page) the space holder for the online ordering section */
}
#replacement-filler-online_horiz-nav { /* this should be set to same height as horizontal nav */
height:200px;
}
#below-horiz-nav-online-nav_wrapper {
}
#below-horiz-nav-online-nav { /*this is for the online ordering button directly below horizontal-wrapper div */
	display:block;
	position:fixed;
	z-index:8000;
	top:140px;
}

#reduced-online-nav { /* hidden until screen size is reduced */
	display:none;
}

#order li {
	float:none;  /* needed to clear float from main-style.css */
	display: inline-block;
	margin: 0px;
	width:100%;height:51px;
	margin-left:auto;
margin-right:auto;
text-align:center;
background:#b12328;
margin-bottom:0px;
}

#below-horiz-nav-online-nav #order li {
	background:#b12328;
}
#order li:hover {
background:green;
}


#order a {
	display: inline-block;
	font-family:Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align:center;
	background:url(../images/order-online.png) no-repeat center #a4202d;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
	width:100%;height:51px;
}
#order a:hover {
	background:url(../images/order-online.png) no-repeat center #000;
	width:100%;height:51px;
	border-radius:8px;
}


@media screen and (max-width: 1024px) {	
		
/*START ONLINE ORDER REDUCED BUTTON CSS */
	
#replacement-filler-online_horiz-nav { /* this should be set to same height as horizontal nav */
height:58px;
}

#below-horiz-nav-online-nav { /*this is for the online ordering button directly below horizontal-wrapper div */
	top:58px;
}
#wrapper { 
margin-top:48px;
}


}  	/* END ONLINE ORDER REDUCED BUTTON CSS */


#logo-tagline {
	display:none;
}

#logo-tagline h2 {
font-size:52px;
font-weight:700;
color:#fff;
text-align:center;
}


#reduced-menu-button {  /*  this is hidden at this screen width and is replaced by dropdown menu */
	background:#302e2e;
}
#h-nav-logo-wrapper { /* this holds the nav-logo */
	display:block;
	margin-top:2px;
	position:absolute;
	margin-left:9px;
}

#powered-by a img {
	background:#fff;
	background:none;
	border-radius:4px;
	padding:5px;
}

#home-allcontent #wysiwyg-content h1,
#wysiwyg-content h1, #main-content h1,
#widget h1, h1 {
	font-size: 44px; 
	line-height: auto; 
	text-align:center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Cookie', cursive;
	font-family: 'Bree Serif', serif;
	font-family: 'Niconne', cursive;
	font-weight:500;
	margin-bottom:.4em;
	margin-top:.7rem;
}

#wrapper { 
border: none;
width:100%;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
margin:auto;
box-shadow: none;
border-top:none;
margin-bottom:0px;
margin-top:104px;
background:none;
}


.online #page {
	margin-top:0px;
}


#page-container, #page-container1, #page-container2, #page-container3,
#page-container4, #page-container5, #page-container6 {
	display:block;
	position:relative;
	height:inherit;
	width:100%;
	min-width:100%;
	max-width:100%;
	border: none;
	margin:0;
	padding:0;
	border-radius: 0px;
	padding-bottom:0px;
	scroll-behavior: smooth;    /* <----- THE SECRET ---- */
}
#page-container, #page-container4 {
	background:url(../images/body-bg-repeater3.jpg) repeat;
	background:#fdf3d2;
}

#page-container1, #page-container3 {
	background:#fff;
}


#page-container2 {
	margin-bottom:0px;
	background:url(../images/body-bg-repeater2.jpg) repeat;
	background:#fdf3d2;
}


#home-allcontent #page-container1 #wysiwyg-content h1,
#home-allcontent #page-container2 #wysiwyg-content h1,
#page-container1 #wysiwyg-content h1, 
#page-container2 #wysiwyg-content h1, 
#home-allcontent #page-container1 h1,
#home-allcontent #page-container2 h1,
#page-container1 #main-content h1, 
#page-container2 #main-content h1,
#page-container1 #page h1, 
#page-container2 #page h1, 
#page-container1 .entry h1, 
#page-container2 .entry h1,h1 {
color:#000;
font-family: 'Kaushan Script', cursive;
font-family: 'Niconne', cursive;
padding-bottom:17px;
font-size:44px;
}
#home-allcontent #main-content h1 {
text-shadow:none;
}

#home-allcontent #page-container #main-content #wysiwyg-content h2, 
#home-allcontent #page-container  #main-content #wysiwyg-content h3, 
#home-allcontent #page-container  #main-content #wysiwyg-content h4, 
#home-allcontent #page-container  #main-content #wysiwyg-content p {
	color:#000;
	font-weight:100;
}
#page-container3 {
}
#page, #page1, #page2, #page3, #page4, #page5, #page6 { 
width:100%;
max-width:1200px;
margin-left:auto;
margin-right:auto;
border: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding:0px;
height:auto;
background:none;
}
#page1, #page4 {
	max-width:100%;
}

#page {
	padding-top:40px;
	padding-bottom:40px;
}
#content #listings-group-wrapper,
#content-full-width #listings-group-wrapper {
margin-top:15px;
background:none;
}

#content-full-width #listings-wrapper, 
#content-full-width #listings-wrapper_full,
#content #listings-wrapper, 
#content #listings-wrapper_full { 
background:url("../images/trans-repeater_80.png") repeat;
border-bottom:none;
	margin-bottom:10px;
	border-radius:10px;
  }

#listings-group-wrapper h3 {
color:#fff;
display:block;
background:#000;
-webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
padding:7px 9px 7px 9px;
font-size:25px;
	}
#listings-wrapper {
	background:#fff;
}
#listings-wrapper p {
	margin-left:0%; 
padding-top:0em;
color:#6a573e;
width:60%;
float:left;
line-height:1.3em;
}

.list-item-image {
	float:right;
	margin:0% 0% 1.5% 1.5%;
	padding:0;
	width:35%;
	height:auto;
	border:none;
	clear:none;
}

.list-item-image img {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	width:100%;
	height:auto;
}
		
@media screen and (max-width: 500px) {
.list-item-image {
	float:none;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	width:100%;
	min-width:100%;
	margin-top:2px;
	margin-bottom:10px;
}
}

#content, #content-full-width {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px 12px 0px 12px;
padding:0%;
border:none;
padding-top:.5%;
margin-bottom:20px;
min-height:0px;
	background:none;
}

#home-allcontent #content-full-width,
#home-allcontent #content,
#home-allcontent #main-content {
	padding-top:0%;
	background-color:none;
	border:none;
}


#content {
	width:72%;
	float:left;
	margin-left:1%;
}

#main-content { 
float:right; 
width:100%;
margin:0;
padding:0;
}

#main-content p a {
	color:#000;
	text-decoration:underline;
}


.full-width_content img {
		width:100%;
}

#wysiwyg-content,
#html-main-content,
.narrow-content {
padding:0px;
margin:0px;
padding-left:2%;
padding-right:2%;
max-width:1100px;
margin-left:auto;
margin-right:auto;
text-align:center;
}


#wysiwyg-content img {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border:solid 1px #ccc;
border:none;
}


#bottom-widget-wrapper h3 {
	font-size:15px;
}



@media screen and (max-width: 768px) {
.entry h1 { 
font-size:3.3vw;
}	
}

@media screen and (max-width: 650px) {
.entry h1 { 
font-size:1.5em;
}	
}

#main-content #wysiwyg-content h2 {
	font-size: 1.8em; 
	line-height: auto;
	font-weight:bold;
	color:#000;
	margin-top:7px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

#main-content #wysiwyg-content h3 {
	font-size: 1.6em;
	color:#000;
}

#main-content #wysiwyg-content  h4, 
#main-content #wysiwyg-content h5, 
#main-content #wysiwyg-content h6 {
	font-size: 1.5em;
}


#main-content #wysiwyg-content ul { 
margin-bottom:.8em;
}


#main-content #wysiwyg-content ol,
#main-content #wysiwyg-content ul { 
font-size: 1.3em;
	color:#000;
}

hr { 
margin: 0px; 
padding: 0px; 
color: #000;
}

/* Header */


#city, #address {
display:none;
}

#sidebar {
width:23%;
margin-right:1.5%;
float:right;
margin-top:15px;
}

#sidebar-address {
	display:none;
}

#address p {
	font-weight:normal;
}

.phone-wrapper {
	display:none;
}

#home-allcontent .phone-wrapper {
	display:block;
	text-align:center;
	margin-left:auto;margin-right:auto;
	margin-top:.3em;
}
#header .phone-number {
	font-family: 'Bree Serif', serif;
	font-weight:bold;
	font-size:30px;
	color:#fff;
}

#page-bgtop {
	background: none;
	padding:0;
	margin:0;
}

#page-bgbtm {
	background: none;
		padding:0;
	margin:0;
}


#header-address {
display:none;
	}
	
li.reduced-custom-button {  /* this is for the custom button added to horizontal wrapper to show in reduced version */
	display:block;
	background: #be1e2d;
	text-align:center;
	width:100%;
	clear:both;
}

#wysiwyg-content p a.custom-button,
#contact-page-wrapper p a.custom-button {
display:inline-block;
padding:.5em 1.5em;
background:#790000;
border-radius:4px;
text-align:center;
margin-left:auto;
margin-right:auto;
text-decoration:none;
font-size:18px;
font-weight:bold;
color:#fff;
width:inherit;
max-width:220px;
}

#wysiwyg-content p a.custom-button:hover,
#contact-page-wrapper p a.custom-button:hover{
opacity:.9;
}


/* reduced navigation area items */
.horiz-phone, .horiz-social, .horiz-email {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-family: 'Bree Serif', serif;
	font-weight:bold;
	width:auto;
	height:auto;
	display:inline-block;
	opacity:1;
	text-align:right;
	float:left;
	font-size:34px;
	padding:.1em;
	padding-top:.2em;
	padding-bottom:0em;
	color:#fff;
}
.horiz-social {
	margin-top:-18px;
}
.horiz-email {
	margin-top:-8px;
}
.horiz-social img {
	height:25px;
	width:25px;
}
.horiz-city {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-family: 'Bree Serif', serif;
	clear:right;
	font-size:20px;
	margin-top:-8px;
	color:#fff;
	font-weight:300;
}
.reduced-link3 { /* hides the phone on reduced menu */
}

.reduced-link3 img {
	height:40px;
}

.horiz-phone a {
	display:block;
	color:#fff;
	background: #be1e2d;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	font-size:26px;
	padding:.2em .4em;
	text-align:center;
}
/* end reduced navigation area iteams */


/* sidebar social links default to show */
#social-sidebar-links, #social-header-links {
	display:none;
}


/* Main Sidebar */
#nav-wrapper {
margin:0;
background:#dee1e5;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
	border-radius: 3px;
padding:4px;
width:inherit;
}

#nav-wrapper ul li {
	margin:0;
	padding:0;
}


/* horizontal nav hide  - styling for this is in horizontal-nav.css */
#horizontal-wrapper {
	}


#sidebar #hours,
#sidebar #open-marker,
#sidebar #closed-marker {
	display:none;
}

.menu-description {
	font-style:italic;
 padding-bottom:5px;
 }

#specials-wrapper { 
text-align:left; 
-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding: 10px;
	margin-bottom:5px;
	background:#ce0303;
color:#fff;
  }
.specials-title {
	font-weight:bold;font-size: 1.8em;
	color:#fff;
  }
#specials-wrapper p {
}
	
#specials-allcontent {
	display:none;
	}

#hide-contact-fax, #hide-contact-email {
	display:none;
	}


/* custom widget styling */

#top-widget-container, #bottom-widget-container {
	max-width:980px;
	min-width:auto;
	margin-left:auto;
	margin-right:auto;
}


#widget {
	color:#000;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:12px;
	padding:20px;
}
#widget-content h1 {
	color:#000;
	font-weight:600;
	font-size: 2em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Parisienne', cursive;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-family: 'Niconne', cursive;
}

#widget-content h2 {
	color:#252322;
	font-weight:400;
	font-size: 1.5em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
#wysiwyg-content h4 {
	font-family: 'Parisienne', cursive;
	color:#fff;
}

#widget-content p a.outline-button {
	display:inline-block;
	padding:.8em;
	width:180px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #fff;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	margin-top:1em;
}

#widget #widget-content p,
#top-widget-wrapper #widget #widget-content p {
	color:#fff;
	text-align:left;
	line-height:1.5em;
}

#widget-content a:hover {
	color:#ccc;
}

#widget #widget-content {
	padding:.6em .4em .8em .4em;
}

#widget #widget-content ul li,
#widget-no-padding #widget-content ul li {
	text-align:left;
	list-style-type:disc;
	color:#fff;
	padding-bottom:.2em;
}

#widget #widget-content .order-button2 a,
#main-content #widget-content .order-button2 a,
#widget-content .order-button2 a {
	display:inline-block;
	padding:.2em;
	width:100%;
	border-radius: 6px;
	background:#b12328;
	text-align:center;
	font-size:23px;
	font-weight:bold;
	color:#fff;
}

#widget #widget-content .order-button2 a:hover,
#main-content #widget-content .order-button2:hover a,
#widget-content .order-button2:hover a{
	background:#67bd51;
}



/* contact page style */
#contact-page-wrapper,
#contact-page-wrapper a,
#contact-page-wrapper p,
#contact-page-wrapper p a {
	color:#000;
	text-decoration:none;
}
/* end contact page style */

/* form styling */
#contactinfo {  /* this is the wrapper for the in page form option ********/
background:#fff;
padding:1.5%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/* width: 60%;
margin: 0 auto;  */
}

#contactinfo p a {
	color:#000;
}


#coupon-wrapper {
	border:.2em dotted #333;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	margin-bottom:.5em;
	margin-top:.5em;
	width:100%;
	min-height:80px;
	background:none;
	padding:.5em;
	}


@media screen and (max-width: 1024px) {
	
body {
	max-width:100%;
	min-width:100%;
	overflow:hidden;
	padding-top:10px;
}

#page, #page1, #page2, #page3, #page4, #page5, #page6 { 
padding-top:10px;
	}
	
#sidebar {
margin-top:40px;
}


#wrapper { 
margin-top:48px;
}


#horizontal-wrapper { /*** hide this to show the reduced menu */
	display:none;
}

/**** STYLE FOR REDUCED MENU BACKGROUND COLOR *****************/
#reduced-menu-button { 
	display:block;
	position:fixed;
	height:58px;
	border-bottom:solid 1px #ccc;
	background:#fff;
}

#menu1 {
z-index:33000;
top: 58px;

}

#reduced-menu-button #nav-links-reduced img {
	display:block;
}

#reduced-menu-button #nav-links-reduced img {
	text-align:left;
}

#header-address {
margin-right:1%;
	}
	
#content-full-width {
	width:96%;
	margin-left:2%;
	margin-right:2%;
margin-bottom:10px;
}

#home-allcontent #content-full-width,
#content-full-width,
#content{
padding:1.5%;
margin-bottom:25px;
}
	
#content {
	width:71%;
}

#sidebar {
	width: 22%;
	margin-left:1.5%;
}

#page {
	width:100%;
}
	

}


@media screen and (max-width: 768px) {

#home-allcontent #main-content {
	-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
		width:100%;
		margin-left:0%;
		margin-right:0%;
	margin-bottom:0;
}

#header-address {
	display:none;
}
	
#sidebar {
width:97%;
clear:both;
margin-top:10px;
}

#sidebar #widget,
#sidebar #widget-no-bg {
width:48%;
margin-left:1%;
margin-right:1%;
display:inline-block;
}

#logo-tagline h2 {
font-size:17px;
text-align:center;
}
	

/* Content */

#home-allcontent #content-full-width,
#content-full-width,
#content{
	margin:0px;
	float: right;   /* float right for left sidebar */
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
	border-radius: 0px;
padding:1.5%;
margin-bottom:25px;
border:none;
}

#home-allcontent #content-full-width {
	border-top:none;
	border-bottom:none;
}

#main-content { 
float:right; 
}
	
}


@media screen and (max-width: 700px) {
	
#coupon-club-top, #coupon-club, #header-ordering-button,
#social-header-links {
	display:none;
}
	
#sidebar #widget,
#sidebar #widget-no-bg {
width:98%;
}
	
}

@media screen and (max-width: 570px) {
	
#home-allcontent #content-full-width,
#content-full-width,
#content{
margin-bottom:0px;
}

body {
    margin: 0 0 260px; /* bottom = footer height */
}

#footer-wrapper {
	height:260px;
}
 
}

@media screen and (max-width: 300px) {
	
body, #wrapper, #content, #content-full-width, #page, #header {
	min-width:300px;
}
	
}

.modal {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 12000; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
	margin-top:-3px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #fff; /* Fallback color */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: none;
    width: 100%;
	max-width:900px;
		-webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.modal-content li {
	padding:.5em;
	font-size:18px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#myBtn {
    background-color: #424140; /* Set a background color */
}



#order-button a {
	color:#fff;
text-align:center;
text-decoration:none;
}

#order-button {
	font-size:20px;
	color:#fff;
	font-weight:700;
		-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:5px;
	background: #be1e2d;
	margin-top:10px;
	text-align:center;
}

#order-button a {
	display: block;
	color:#fff;
text-align:center;
}

#order-button:hover {
	background: #e32024;
}

#main-content #wysiwyg-content p,
#content-full-width #main-content p,
#wysiwyg-content p,
#main-content p { 
font-size: 1.3em;
	margin: 0;
	padding: 0;
	line-height:1.4em;
	margin-top:.4em;
	margin-bottom:.4em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:100;
	color:#000;
	text-align:left;
}

#footer-wrapper p { 
font-size: 1.3em;
}

/* NEW FOOTER STYLE ************************************/
#full-width-address p {
	text-align:center;
	font-size: 1.3rem;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#fff;
	margin-top:-18px;
	margin-bottom:10px;
}

#full-width-map {
	width:100%;
	min-width:100%;
	max-widdth:100%;
}
#full-width-map #google-map iframe {
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	-o-border-radius:0px;
	border-radius:0px;
	border:none;
	}
#footer-section-wrapper {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-top:15px;
	padding-bottom:25px;
	text-align:left;
}
#first-footer-section,
#second-footer-section,
#third-footer-section,
#fourth-footer-section {
	float:left;
	display:inline-block;
	width:23%;
	min-width:23%;
	max-width:23%;
	margin:1%;
	margin-bottom:35px;
}
#second-footer-section a {
	line-height:1.5rem;
}
@media screen and (max-width: 1024px) {
#second-footer-section,
#fourth-footer-section {
	display:none;
}
#first-footer-section,
#third-footer-section {
	width:44%;
	min-width:44%;
	max-width:44%;
	margin:3%;
}
}


@media screen and (max-width: 768px) {
	#first-footer-section,
#second-footer-section,
#third-footer-section,
#fourth-footer-section {
	width:92%;
	min-width:92%;
	max-width:92%;
	margin:4%;
}
}


#lower-footer-section {
	clear:both;
	width:100%;
	min-width:100%;
	max-width:1200px;
	background:#fff;
	height:auto;
	min-height:90px;
	padding:14px;
}
#lower-footer-section p,
#lower-footer-section p a {
	text-align:center;
	color:#000;
}
#lower-footer-section #powered-by {
	margin-left:auto;
	margin-right:auto;
	float:none;
	position:relative;
	margin-bottom:35px;
}
#footer-section-wrapper #footer-hours {
	float:left;
	width:100%;
	text-align:left;
	color:#fff;
	padding-right:14px;
}
#footer-logo {
	display:none;
}
#footer-section-wrapper #footer-address {
	float:left;
	width:100%;
	text-align:right;
}
#footer-wrapper #footer-section-wrapper h2 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:bold;
	margin-top:-20px;
	color:#fff;
}
#footer-section-wrapper #open-marker,
#footer-section-wrapper #closed-marker {
float:left;
clear:both;
width:100%;
max-width:180px;
padding-top:12px;
padding-bottom:4px;
border:none;
}
#footer-section-wrapper .currently-text { 
font-size: 12px;font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
	padding-left:7px;
}

#second-footer-section a {
	font-size:1.1rem;
}
#third-footer-section #footer-hours p,
#fourth-footer-section #footer-address p {
	font-size:1.1rem;
	text-align:left;
}
.hide-separation-bar {
	display:none;
}
@media screen and (max-width: 1024px) {

#third-footer-section #footer-hours {
	padding-left:0%;
	float:left;
	width:100%;
	max-width:auto;
	border-right:none;
}
#third-footer-section #footer-hours #open-marker,
#third-footer-section #footer-hours #closed-marker {
	display:block;
	padding-left:2%;
	float:left;
	width:100%;
	margin-left:1%;
	margin-right:0%;
	min-width:180px;
}
}


@media screen and (max-width: 768px) {

#third-footer-section #footer-hours,
#third-footer-section h2 {
	display:none;
}
}

#fourth-footer-section #credit-cards {
	float:left;
	text-align:left;
	margin-top:20px;
}
#social-section { 
}

#social-section a { 
color:#fff;
text-decoration:none;
}

#social-section a img {
width:44px;
height:auto;
}
#social-section a img:hover {
opacity:.90;
filter:alpha(opacity=.90);
}

#social-section ul {
	display:block;
}

#social-section ul li {
display:inline; 
margin-right:8px;
}

@media screen and (max-width: 768px) {

#first-footer-section h2 {
	text-align:center;
	}
#footer-logo {
	display:none;
	}	
#social-section ul {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	}
#social-section ul li {
	margin-right:auto;
	margin-left:auto;
text-align:center;
	margin:6px;
}
}
