/*  
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 220px; /* bottom = footer height */
	background:#fff;
}

body#home {
background:#2a9a80;
}

#main-content h1,
#main-content p,
#wysiwyg-content p,
#content-full-width p {
	color:#323131;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1.5em;
}

#main-content h1,
#wysiwyg-content h1 {
	font-family: 'Oswald', sans-serif;
	font-size:29px;
	font-weight:600;
	color:#323131;
}


.listings-title {
font-family: 'Oswald', sans-serif;
color:#323131;
	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: #323131;
  }
#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: #2a2a2a;
	color:#000;
}

#footer-wrapper {
margin-top:5px;
	background:url(../images/nav-repeater.png) repeat #2287af;
	background:#54b39d;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 220px;
    width: 100%;
	border-top:none;
	margin-left:0;
}

#powered-by a img {
margin:0px;
padding:0px;
width:125px; 
height:51px; 
 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
		padding:3px;
	background:#fff;
}

#menu-wrapper {
	background:none;
	padding-top:12px;
	padding-bottom:12px;
	border-radius:6px;
}
#footer-top-section {
}

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

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

#header-wrapper img {
}



#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 holds the nav-logo */
	display:block;
	margin-top:10px;
	position:absolute;
	margin-left:35px;
}

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



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


#online-ordering-side-button {
display:none;
}

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

/* ONLINE ORDER BUTTON IN THE TOP-HEADER-CUSTOM.PHP FILE */
#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%;
	display:none;
}

#space-holder-online-ordering { /* this is needed to hold space for the fixed online ordering button */
	height:51px;
}

#replacement-filler-online_horiz-nav { /* this should be set to same height as horizontal nav */
height:160px;
}
#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:9000;
	top:160px;
}

#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:#f27024;
}
#below-horiz-nav-online-nav #order li:hover,
#order li:hover {
background:#3fa29c;
}

#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;
    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:88px;
}
#wrapper { 
margin-top:78px;
}
#page {
}

}  	/* END ONLINE ORDER REDUCED BUTTON CSS */


/* END ONLINE ORDER CSS */



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


#logo-wrapper {
	display:none;
}


#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:12px;
background:#fff;
}
#home-allcontent #wrapper {
	background:#2a9a80;
}
  
#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;
}


#page { 
	border: none;
	width:1024px;
	margin:auto;
	border-radius: 3px;
padding:0px;
	padding-top:20px;
min-height:300px;
	margin-top:140px; /* IMPORTANT this needs to match height of horizontal nav */
	}
#home-allcontent #page { 
	margin-top:180px; /* IMPORTANT this needs to match height of horizontal nav */
	}
#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;
}
#home-allcontent #page-container {
	margin-top:-200px;
	margin-top:-50px;
}
#page-container {
}
#page-container1 {
	background:#f4a41f;
	margin-bottom:30px;
}

#page-container2 {
	background:#000;
	margin-bottom:30px;
}

#home-allcontent #page-container1 #wysiwyg-content h1,
#page-container1 #wysiwyg-content h1, #home-allcontent #page-container1 h1,
h1 #page-container1 #main-content h1, #page-container1 #page h1, 
#page-container1 .entry h1,
#page-container1 #wysiwyg-content p {
	color:#323131;
}


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


#video-wrapper {
	display:none;
}
#video-wrapper h1 {
	color:#fff;
	padding-top:.8em;
	padding-bottom:.3em;
}
body#home #video-wrapper {
	display:block;
	background:#000;
	padding-left:20%;
	padding-right:20%;
	margin-top:-70px;
}
@media screen and (max-width: 1024px) {
	#video-wrapper {
	padding-left:10%;
	padding-right:10%;
}

}

@media screen and (max-width: 768px) {
		#video-wrapper {
	padding-left:0%;
	padding-right:0%;
}
}
#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%;
	padding-bottom:45px;
}
#home-allcontent #wysiwyg-content {
		margin-top:-5px;
}

#home-allcontent #main-content {
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border:none;
}


#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 h1, #home-allcontent h1,
#widget h1, #main-content h1, #page h1, .entry h1 {
	font-size: 2.3em; 
	line-height: auto; 
	text-align:center;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	margin-bottom:.5em;
	margin-top:.5em;
	color:#323131;
}

#home-allcontent h1 {
	margin-top:.2em;
	font-size:44px;
	font-family: "Brush Script MT", cursive;
}

#home-allcontent h1 {
	color:#fff;
}
#main-content p a,
#main-content a p,
#wysiwyg-content p {
	color:#323131;
	font-size:15px;
	line-height:1.5em;
	
}
@media screen and (max-width: 768px) {
.entry h1 { 
font-size:3vw;
}	
#home-allcontent h1 {
	font-size:30px;
	margin-top:-1.2em;
}
	
}

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

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

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

#main-content #wysiwyg-content p { 
font-size: 1.1em;
	margin: 0;
	padding: 0;
	line-height:1.4em;
	color:#323131;
	font-weight:normal;
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
}

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

#main-content #wysiwyg-content p { 
margin-top:.1em;
}

#main-content #wysiwyg-content ol,
#main-content #wysiwyg-content ul,
#main-content ol,
#main-content ul,
#main-content ul li,
#main-content ol li { 
font-size: 1.1em;
color: #000;
list-style-type:disc;
line-height:1.3em;
}

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

#wysiwyg-content hr {
margin-top:15px;margin-bottom:15px;border-top:solid 1px #000;border-bottom:solid 1px #000;}

#home-allcontent #main-content #wysiwyg-content h2,
#home-allcontent #main-content #wysiwyg-content p {
	color: #000;
}



#wysiwyg-content p a.custom-button,
#contact-page-wrapper p a.custom-button {
display:inline-block;
padding:12px;
background:#c07f4b;
border-radius:3px;
text-align:center;
margin-left:auto;
margin-right:auto;
text-decoration:none;
font-size:16px;
color:#fff;
min-width:100%;
}
#contact-page-wrapper p a {
	text-decoration:none;
}
#wysiwyg-content p a.custom-button:hover,
#contact-page-wrapper p a.custom-button:hover{
background:#c79165;

}

/* Header */

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


#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;margin-top:0px;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 {
	float:left;
	font-size:22px;
	font-weight:bold;
width:auto;
height:auto; 
z-index:9999;
text-align:center;
padding:8px;
margin-top:78px;
	margin-left:auto;
	margin-right:auto;
	z-index:20000;
margin-left:400px;
}

#header-address h2 {
	font-size:22px;
	font-weight:bold;
width:auto;
height:auto; 
text-align:center;
padding:8px;
	color:#fff;
	}

@media screen and (max-width: 1650px) {
	#header-address {
	margin-top:0;
	margin-left:auto;
	margin-right:10px;
	text-align:right;
	float:none;
	position:absolute;
	top:20;
	right:30;
		width:100%;
}
	
	#header-address h2 {
text-align:right;
	}
	
}
	
	
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;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
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 {
	}

/* side social icons - default to hide - stying for this area is below */
#social-icons-right-side {
position:fixed; margin-top:353px;margin-left:795px;
width:45px; 
}


#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:#fff;
	font-weight:600;
	font-size: 1.9em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#widget #widget-content h4 {
	color:#fff;
	font-weight:400;
	font-size: 1.4em;
	line-height:1.4em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
	margin-top:7px;
}

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

#widget-content a {
	color:#8c8e91;
}

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

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


#widget #widget-content p, #widget #widget-content h1, 
#widget #widget-content h2, #widget #widget-content h3, 
#widget #widget-content h4, #widget #widget-content h5, 
#widget #widget-content h6,
#top-widgets-1 #widget #widget-content p, #top-widgets-2 #widget #widget-content p, #top-widgets-3 #widget #widget-content p,
#bottom-widgets-1 #widget #widget-content p, #bottom-widgets-2 #widget #widget-content p, #bottom-widgets-3 #widget #widget-content p,
#top-widgets-1 #widget-no-padding #widget-content p, #top-widgets-2 #widget-no-padding #widget-content p, #top-widgets-3 #widget-no-padding #widget-content p,
#bottom-widgets-1 #widget-no-padding #widget-content p, #bottom-widgets-2 #widget-no-padding #widget-content p, #bottom-widgets-3 #widget-no-padding #widget-content p {
	line-height:1.5em;
}


#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;
	text-decoration:none;
}




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


#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:88px;
	background:#2a9a80;
	border-bottom:solid 1px #ccc;
}

.reduced-link img#reduced-logo {
	margin-top:0;
	max-height:70px;
	width:auto;
}
	
#menu1 {
top: 82px;
}

#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%;
	margin-top:0px;
}
	#home-allcontent #page {
		margin-top:200px;
		margin-top:50px;
	}

}


@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%;
}

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

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



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

	
	#home-allcontent #page {
		margin-top:200px;
		margin-top:80px;
	}
	
}



@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%;
}

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

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

@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 */
}
