/*  
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 150px; /* bottom = footer height */
	background:#000;
 /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  */
}


.listings-title {
font-family: 'Cinzel', serif;
color: #323232;
  }

#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: #323232;
  }
#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;
}

#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;
}


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

#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;
}

#footer-wrapper {
margin-top:5px;
background: url(../images/trans-repeater_90.png) repeat center top;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
	background:#1b75bb;
	background: -moz-linear-gradient(top, #1b75bb 1%, #32302e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1b75bb), color-stop(100%,#32302e));
	background: -webkit-linear-gradient(top, #1b75bb 1%,#32302e 100%);
	background: -o-linear-gradient(top, #1b75bb 1%,#32302e 100%);
	background: -ms-linear-gradient(top, #1b75bb 1%,#32302e 100%);
	background: linear-gradient(top, #1b75bb 1%,#32302e 100%);
	background:#000;
	margin-left:0;
	margin-right:0;
	border-top:solid 1px #ccc;
}

#footer-top-section {
}


#credit-cards {
	clear:both;
	float:right;
	width:auto;
}

#credit-cards img {
	height:24px;
	width:171px;
}



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

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


#header-wrapper {
	width:100%;
	min-width:100%;
	max-width:2000px;
	height:auto;
  text-align:center;
		background:none;
}


#home-allcontent #header-wrapper img { /* this is needed to hide the includes img for unique header image (set in admin) */

}

#h-nav-logo-wrapper {  /* this is for javascript logo - reduced in nav if used - hidden by default */
	display:block;
	
}

#h-nav-logo-wrapper { /* this holds the nav-logo */
	display:block;
	margin-top:10px;
	text-align:left;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}

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


#slider-wrapper {
}

#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%;
	z-index:9000;
}

#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:310px;
}
#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:310px;
}

#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:red;
margin-bottom:0px;
}

#below-horiz-nav-online-nav #order li {
	background:red;
}
#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-shadow: 1px 1px 1px #666;
	text-align:center;
	background:url(../images/order-online.png) no-repeat center;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	width:100%;height:51px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#order a:hover {
		background:url(../images/order-online.png) no-repeat center;
		width:100%;height:51px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    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 {
float:right;
width:auto;
clear:right;
}
#logo-tagline h2 {
font-size:21px;
font-weight:700;
color:#000;
font-style:italic;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
}


#reduced-menu-button {  /*  this is hidden at this screen width and is replaced by dropdown menu */
	display:none;
}

@media screen and (max-width: 990px) {
	
.reduced-link img#reduced-logo {
}

}


/* for home-script area ********************/
#logo-wrapper {
	display:none;
}

#logo-wrapper a {
	color:#fff;
}
#logo-wrapper p {
	font-size:16px;
	line-height:1.3em;
}
#logo-wrapper .logo-ind {
	width:45.5%;
	display:inline-block;
	vertical-align:top;
	padding:0em;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
		border-radius: 6px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	margin:2%;
	background:#000;
	border:solid 4px #000;
	margin-top:5px;
	margin-bottom:15px;
}

#logo-wrapper .logo-ind:hover {
	background:#1ea117;
	border:solid 4px #1ea117;
}

@media screen and (max-width: 800px) {
	
	#logo-wrapper .logo-ind {
	width:44%;
}

}

@media screen and (max-width: 500px) {
	
	#logo-wrapper .logo-ind {
	width:98%;
}

}


#logo-wrapper h2{
	font-size: 2em;
	color:#fff;
	padding-top:0;
	margin-top:0;
}
.box-title {
	display:block;
	text-align:center;
	z-index:3000;
	padding:.1em;
	padding-top:0em;
	margin-top:.2em;
	background:none;
	font-family: 'Damion', cursive;
	margin-bottom:.2em;
	color:#fff;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.logo-ind:hover .box-title {
	color:#fff;
}

.logo-ind img,
.logo-ind-right img,
.logo-ind a img,
.logo-ind-right a img {
	width:100%;
text-align:center;
max-width:100%;
}

.logo-ind a img:hover,
.logo-ind-right a img:hover {
opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}



#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:310px; 
background:none;
}

@media screen and (max-width: 1024px) {	
#wrapper {
}
}

#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;
	background:#fff;
}
#home-allcontent #page-container {
background:url(../images/body-bg-repeater.jpg) repeat center center fixed #fff;
}
#page-container1 {
}

#page-container2 {
}
#page-container3 {
}
#page, #page1, #page2, #page3, #page4, #page5, #page6 { 
width:100%;
max-width:1200px;
margin:auto;
border: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding:0px;
height:auto;
padding-top:0px;
background:none;
min-height:100%;
padding-top:20px;
	}

  
#content #listings-group-wrapper,
#content-full-width #listings-group-wrapper {
margin-top:15px;
}

#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, #content-full-width {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding:0%;
border:none;
padding-top:.5%;
margin-bottom:20px;
background:none;
}

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


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

#main-content {
	padding-top:6px;
}

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

#wysiwyg-content,
#html-main-content {
padding:0px;
margin:0px;
padding-left:2%;
padding-right:2%;
}



#wysiwyg-content,
#html-main-content,
.narrow-content {
padding:0px;
margin:0px;
padding-left:2%;
padding-right:2%;
max-width:900px;
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;
}

#wysiwyg-content hr {
	margin-top:15px;
	margin-bottom:20px;
	color:#bababa;
}
#home-allcontent #wysiwyg-content h1,
#wysiwyg-content h1,
#widget h1, h1, #main-content h1 {
	font-size: 2.4em; 
	line-height: auto; 
	text-align:center;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Patua One', cursive;
	font-weight:600;
	margin-bottom:.7em;
	color:#515151;
}

#home-allcontent h1 {
	color:#fff;
}

#main-content #wysiwyg-content h2 {
	font-size: 1.8em; 
	line-height: auto;
	font-weight:bold;
	margin-top:7px;
	font-family: 'Patua One', cursive;
	color:#515151;
text-align:left;
}

#main-content #wysiwyg-content h3 {
	font-size: 1.6em;
	font-family: 'Patua One', cursive;
	color:#515151;
}

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

#main-content #wysiwyg-content p,
#main-content #widget #widget-content p { 
font-size: 1.2em;
	margin: 0;
	padding: 0;
	color:#515151;
	line-height:1.4em;
	margin-top:.2em;
	text-align:left;
}

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


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



/* Header */

#header {
	display:block;
	margin:auto;
	min-width:100%;
	max-width:100%;
	height:0px;
	background:none;
	margin-top:0px;
} 

#header {
	display:none;
	height:0;
}
#inner-header {

}


#header-logo {
margin:0px;
padding:0px;
position:relative;
width:100%;
height:auto; 
text-align:center;
margin-top:50px;
padding-top:10px;
z-index:1999;
	display:none;
 }


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


#header-logo_home {
display:none;
 }


#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-weight:bold;
	font-size:30px;
	color:#be1e2d;
}



#page-bgtop {
	background: none;
}

#page-bgbtm {
	background: none;
}


#top-widget-container, #bottom-widget-container {
	margin-top:34px;
}

@media screen and (max-width: 768px) {
#top-widget-container, #bottom-widget-container {
	margin-top:14px;
	
}
	

	
	
}

#top-widget-wrapper {
	display:block;
	background:none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding:0px;
	display: table-row;
	border-collapse: separate;
	border-spacing: 8px 0px;
	width:100%;
	min-width:100%;
}


#left-box img, #center-box img, #right-box img {
	float:right;
	height:auto;margin:1.5%;
	width: 25%;
	min-width:25%;
	max-width:25%;
	padding-right:2%;
	}


#left-box h2, #center-box h2, #right-box h2 {
	display:inline-block;
	float:left;text-align:left; width:72%;
	padding-top:0px;padding-bottom:0px;
	color:#fff;font-size:1.8em;font-weight:600;
	margin-left:4%;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#left-box h2 a, #center-box h2 a, #right-box h2 a,
#left-box p a, #center-box p a, #right-box p a {
	color:#fff;
	}
	
#left-box p, #center-box p, #right-box p {
	display:inline-block;
	float:left;text-align:left; width:72%;
	font-size:11px;padding-top:0px;
	margin-left:4%; font-size:1em;
	margin-top:0px;
	}

#left-box:hover, 
#center-box:hover, 
#right-box:hover {
opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}



/* Home Custom CSS */



/* home specials box */
#home-specials {
	display:none;
}

#header-address {
margin:0px;
width:auto;
height:auto; 
z-index:9999;
text-align:left;
padding:8px;
margin-left:7px;
position:absolute;
bottom:0;
left:0;
	height:46px;
	display:none;
	}

#header-address img {
	width: 30px;
	height:30px;
}
	
#header-address p {
	margin:0px;padding:0px;
	font-size:14px;
	line-height: 1.2em;
	color:#000;
	}
	
#header-address p .phone-number {
	font-weight:bold;
	color:#be1e2d;
	font-size:24px;
	line-height:1.2em;
	}
	
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;
}

.horiz-phone, .horiz-social, .horiz-email {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	width:auto;
	height:auto;
	display:inline-block;
	opacity:.9;
	text-align:right;
	float:left;
	font-size:25px;
	padding:.2em;
	padding-top:.1em;
	color:#8c8e91;
}

.horiz-phone a {
	display:block;
	color:#fff;
	background: #be1e2d;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	font-size:17px;
	padding:.2em;
	text-align:center;
}



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

#social-header-links {
	width:auto;
	float:right;
	clear:right;
	display:none;
}

#social-header-links ul li {
display:inline;
}

#social-header-links img {
	margin-left: 4px;
	width:30px;
	height:30px;
}


/* Main Sidebar */

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

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


/* defaults to show built in page links in sidebar navigation */
#static-vertical-nav {
}


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

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




#hours {
	width:100%;
	color:#000;
line-height: 1.2em;
margin-bottom:10px;
display:none;
}
#hours .bold-font {
	font-weight:bold;
	}
#hours p {
	font-weight:normal; 
	font-size:12px;
	}

#header-ordering-button {
}


.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;
	}

#widget {
	color:#000;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:12px;
}
#widget-content h2, #widget-content h1 {
	color:#515151;
	font-weight:600;
	font-size: 1.7em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#home-allcontent #widget-content h2 {
	color:#fff;
}
#widget #widget-content h3 a {
	text-align:center;
	font-family:arial, verdana, sans-serif;
	font-size: 17px; line-height: 1.2em;
	color:#515151;
	font-weight:600;
padding:.5em;
text-decoration:none;
}

#widget #widget-content a,
#widget #widget-content p {
	color:#515151;
	text-align:left;
}

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

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

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


#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;  */
}

#contact-page-wrapper p a,
#contactinfo p a {
	color:#000;
	text-decoration:none;
}


#main-content {
	float:none;
		padding-left:2%;
		padding-right:2%;
		margin-bottom:20px;
		clear:both;
	width:100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	}

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


#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 .5px #ccc;
}

#header {
	margin-top:48px;
}
	
#menu1 {
top: 52px;
}

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

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


#social-header-links {
	display:none;
}

#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 #wrapper {
}
	
#home-allcontent #main-content {
	-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
		width:100%;
		margin-left:0%;
		margin-right: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;
}


/* Content */


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


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

	
	
	
/* footer */



	
}



@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) {
	
body {
}

#home-allcontent #content-full-width,
#content-full-width,
#content{
margin-bottom:0px;
}

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

#footer-wrapper {
	height:280px;
}

 

#logo-tagline {
position:relative;
text-align:center;
width:100%;
}
#logo-tagline h2 {
	font-size:17px;
text-align:center;
}

 
}


@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: #be1e2d; /* Set a background color */
}


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

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

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


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


#widget #widget-content p a.custom-button {
	display:inline-block;
	margin-top:6px;
	text-align:center;
	border-radius:4px;
	background:#bf1616;
	padding:.5em;
	width:100%;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#widget #widget-content p a.custom-button:hover {
	background:#640809;
}
