/*  
CMS Modify CSS
*/

/* width overrride from main_style.css - default to 960px */

#footer, #bottom-footer-sections,
#footer-top-section {
	width:960px;
}

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

#footer-wrapper {
	background:url(../images/body-bg-repeater.png) repeat-x #bbe8ff;
	min-height:200px;
}

/* end width override */


body {
	background:#bbe8ff;

}

#header-wrapper {
	width:100%;
	height:inherit;
	background-color:#bbe8ff;
		background:url(../images/body-bg-repeater.png) repeat-x #bbe8ff;
}

#top-header-buttons {
	width:100%;
	height:40px;
	background:blue;
	display:none;
}

#slider-wrapper {
	width:100%;
	margin:0;padding:0;
	margin-top:0px;
	margin-top:0px;
	padding-top:0px;
	background:#e9ae67;
}

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

#top-content  {
	overflow:visible; /* this must be set to visible to see dropdown from nav */
}


#wrapper { 
	width:100%;
	margin:auto;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:#fff;
	}
	
	
#page { 
	border: none;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
width:960px;
	}
	
	
#content, #content-full-width {
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:none;
}

#content-full-width {

}

#main-content {
	margin-top:17px;
	min-height:300px;
}

#wysiwyg-content {
}

h1 {
	font-size: 2.1em; line-height: auto; 
}

.entry h1 { 
	padding-left:0%;
	padding-right:0%;
	text-align: center;
	color:#64b746;
	font-family: 'Courgette', cursive;
	font-size:33px;
}

h2 {
	font-size: 1.7em; line-height: auto;
}

#tagline {
	float:right;
	width:auto;
	text-align:right;
	width:60%;
}

#tagline h2 {
	font-weight:bold;
	font-family: 'Courgette', cursive;
	font-size:30px;
	line-height:1.3em;
}

h3 {
	font-size: 1.7em;
	line-height:1.4em;
}

h4, h5, h6 {
	font-size: 1.6em;
}

p { 
	font-size: 1.2em;
	line-height:1.4em;
	margin: 0;
	padding: 0;
	padding-bottom:1em;
}


/* Header */

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

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


#header-logo {
margin:0px;
padding:0px;
float:left;
padding-top:0px;
margin-left:8%; 
margin-top:1.5%;
	 width: 30%;
    height: auto;
z-index:1999;
 }
 
 #header-logo img {
	 width: 100%;
    height: auto;
 }
 
 

 
/* for home-script area ********************/
#logo-wrapper {
	margin-left:0;
	margin-right:0;
	text-align:center;
	margin-top:5px;
	width:100%;
	max-width:100%;
	margin-bottom:.5em;
}

.logo-ind {
	background:none;
	width:20%;
	display:inline-block;
	padding:.6em;
		border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
    border: none;
    -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:1%;
	vertical-align:top;
}

@media screen and (max-width: 990px) {
	
.logo-ind {
	width:42%;
}

}

@media screen and (max-width: 600px) {
	
.logo-ind {
	width:90%;
}

}

#logo-wrapper a .box-one img,
#logo-wrapper a .box-two img,
#logo-wrapper a .box-three img,
#logo-wrapper a .box-four img {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow:none;
	height:auto;
    border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background:#fff;
background:#1e6fa8;
border:solid 2px #1e6fa8;
}

#logo-wrapper a .box-one img:hover,
#logo-wrapper a .box-two img:hover,
#logo-wrapper a .box-three img:hover,
#logo-wrapper a .box-four img:hover {
}


.logo-ind:hover {
}

#logo-wrapper a p {
	color:#000;
	margin-bottom:7px;
}

.box-title {
	display:block;
	color:#000;
	text-align:center;
	z-index:3000;
	padding:.2em;
	padding-top:0em;
	margin-top:-.1em;
	background:none;
	font-size: 1.5em;
	font-weight:bold;
	font-family: 'Courgette', cursive;
	font-family: 'Pirata One', cursive;
	font-family: 'Roboto', sans-serif;
	color:#64b746;
	font-family: 'Courgette', cursive;
}

.logo-ind:hover .box-title {
}

.logo-ind img,
.logo-ind-right img {
	width: inherit;
	min-width:100%;
	max-width:100%;
}


.logo-ind a img,
.logo-ind-right a img {
	width: inherit;
	min-width:100%;
	max-width:100%;
}

a .logo-ind ul {
	width:90%;
	margin-left:15px;
}

a .logo-ind ul li {
	list-style-type: disc;
	text-align:left;
	color:#000;
}



 


#address { /*defaults to hidden */
}

#sidebar-address {
	display:none;
}

#address p {
	font-weight:normal;}

p .phone-number {
	font-weight:bold;
	font-size:16px;
}

#sidebar #open-marker,
#sidebar #closed-marker {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	margin-left:0px;
width:80%;
margin-left:5%;
display:none;
}



/* Page */

#page {
}

#main-content #menu-wrapper ul li {
	margin-top:0em;
	padding-top:0;
	padding-bottom:5px;
}


#page-bgtop {
	background: none;
}

#page-bgbtm {
	background: none;
}



/* Content */




/* Home Custom CSS */



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

#header-address {
margin:0px;
padding:0px;
float:right;
width:auto;
height:auto; 
z-index:9999;
text-align:right;
padding:8px;
margin-right:7px;
border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
background:#1f70a8;
background:none;
position:absolute;
bottom:0;
right:0;
margin-right:8%;
	}
	
	#lunch-specials {
		display:none;
	}
	
#header-address p {
	margin:0px;padding:0px;
	font-size:15px;
	line-height: 1.3em;
	color:#000;
	}
	
#header-address p .phone-number {
	font-weight:bold;
	color:#000;
	font-size:29px;
	line-height:1.3em;

	}




/* Main Sidebar */

#nav-wrapper {
	margin:0;
background:#dee1e5;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
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 {
}




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

#social-header-links {
	width:auto;
	float:right;
	margin-top:8px;
	clear:right;
	margin-right:8px;
}

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

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

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

#sidebar a {
	margin:0;padding:0;
	text-decoration: none;
	color: #fff; font-weight: bold;
	background:none;
}

#sidebar h2 a { 
color:#EBDB6D;
}

#sidebar a:hover {
	text-decoration: none;
	color:#ccc;
}

#sidebar p {
}

 
#sidebar ul, #sidebar ul li ul {
	margin: 0;
	list-style: none;
 padding:0px;
 }
 


#sidebar li ul {
	width:inherit;
}


#sidebar li li { 
width:inherit;
	padding: 8px;
	background:#111;
	border:.1em solid #646464;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	margin-bottom:3px;
}


#sidebar ul li ul li ul  {
	padding:0;margin:0;
	background:#111;
	border:.1em solid #646464;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	width:auto;
	min-width:140px; max-width:220px;
	margin-left:-10px; margin-top:15px;
	padding-top:4px;
	padding-bottom:4px;
}

#sidebar ul li ul li ul li  {
	padding:0;margin:0;
}


#sidebar ul li ul li ul li {
	background:none;
width:auto;
min-width:110px;
	padding-left:10px;
	border:none;
}

#sidebar ul li ul li:hover,
#sidebar ul li ul li ul li:hover {
color:#CCC;
position:relative;
z-index:9000;
}



#sidebar ul li ul li:hover ul {
}

#sidebar ul li li:hover,
#sidebar ul li li:visited, 
#sidebar ul li li:active
 {
color:#333;
}





#sidebar h2 {
	margin: 0;
	height: 35px;
	padding: 8px 0px 10px 15px;
	font-size: 15px;
	color: #FFE7E0;
}

#sidebar h3 {
	margin: 0;
	height: 15px;
	padding: 8px 0px 10px 15px;
	font-size: 14px;
	color: #000000;
}



#hours {width:90%;color:#000;
line-height: 1.2em;
margin-bottom:10px;
padding-left:5%;
padding-right:5%;
display:none;

}
#hours .bold-font {font-weight:bold;}
#hours p {font-weight:normal; font-size:13px;}


#main-list {list-style-type:disc;}

#main-list li {
margin-left: 21px; 
line-height: 145%;
font-size: 12px; }

.list-header { font-weight: bold; 
color:#60678A; font-size: 15px; 
margin-top: 10px;}
h4 { font-weight: bold; color:#990000; 
font-size: 15px; 
margin-top: 0px; 
margin-bottom: 6px;}

.list-sub { font-weight: normal; color:black; font-size: 14px; margin-top: 10px; line-height: 140%;}

#h-line {
margin-left: 2px; 
marign: 0px; 
padding:0px; 
width: 285px; 
height: 1px; }

#h-line2 {
margin-left: 2px; 
marign: 0px; 
padding:0px; 
width: 275px; 
height: 1px; }


/*form styling */

#form-box {
padding: 0px 0px 0px 0px; 
width: 300px;
height: auto;
margin: 0px 0px 0px 0px;
padding-top: 0px;
}

.thank-you {
font-size: 20px; 
font-style: italic; 
color: red; }


/* coupon club top */

#coupon-club-top {
	position:absolute;
	z-index:4000;
	margin-left:666px;
	margin-top:162px;
	width:248px; background:#E9E9E9;
	border:.2em dotted #333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding: .7em;
	background:url(../images/body-bg-repeater.png) repeat;
	opacity:0.9;
 	filter:alpha(opacity=90);
	color:#fff;
}

.coupon-club-title {
	font-size: 25px;
	font-weight:bold;
	color:#FC3;
}

#coupon-club-top .email-form {
margin-top: 8px;
line-height: 160%;
}


#menu-margin-top {
margin:0px; padding:0px; 
float:left; 
margin-top:-128px; 
padding:0px;}

#coupon-specials h2{ 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, 
sans-serif;font-size:22px;
font-weight: bold;
font-style:normal;
padding-top: 3px; 
padding-bottom: 3px;
}

#coupon-specials h3{ 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
}

#coupon-specials p { 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top:5px; 
padding-bottom: 1px;
}


.small-text {
font-size: 10px; }

#menu-navigation {
margin:0px;padding:0px;
}


/*  
left specials box
*/


.breadcrumbs { 
color:#000;
}


.hide-field input
{
}

#google-map iframe {
	}
#print-menu {
	}

#float-right {float:right;}
#clear {clear:both;}
  
    
#online-ordering-side-button {
display:none;
}


#header-ordering-button {
	margin:0;padding:0;
	margin-top:3px;
	float:right;
display:block;
z-index:4601;
clear:right;
margin-right:8px;
}


#order {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top:7px;
}

#order li {
	display: block;
	float: left;
	margin: 0px;
	width:190px;height:43px;
}

#order a {
	display: 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/side-online-order-button.png) no-repeat top;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	width:190px;height:43px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#order a:hover {
	background: url(../images/side-online-order-button_hover.png) no-repeat top;
		width:190px;height:43px;
			-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


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

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

}
	

#widget {
	color:#000;
}


#contactinfo p a {
	color:#000;
}


#contactinfo #contact-form-header {
	margin-top:.5em;
	margin-bottom:2em;
	font-size:1.2em;
	font-weight:700;
	text-align:center;
}






@media screen and (max-width: 990px) {
	
	
body {
	max-width:100%;
	min-width:100%;
	overflow:hidden;
}
	
#horizontal-wrapper { /*** hide this to show the reduced menu */
	display:none;
}

/**** STYLE FOR REDUCED MENU BACKGROUND COLOR *****************/
#reduced-menu-button { 
	display:block;
	position:relative;
}

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


#inner-header {
	background-repeat:no-repeat;
	background-size:100%;
background-position:top;
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	height: inherit;
	margin: 0 auto;
  width: 100%;
}





#page {
	width:100%;
}
	

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


#order a {
	background-image:url(../images/side-online-order-button.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	max-width: 182px;
	height: inherit;
	margin: 0 auto;
  width: 100%;
  	width:182px;height:40px;
  	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


#order li {
	width:182px;height:40px;
	background:none;
}

#order a {
}

#order a:hover {
	background-image:url(../images/side-online-order-button_hover.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	max-width: 182px;
	height: inherit;
	margin: 0 auto;
  width: 100%;
  	width:182px;height:40px;
  	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


/* footer */


}


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



#home-allcontent #header-address,
#header-address {
		display:none;
	}
	
	
#sidebar {
display:none;
}



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


	
	
#home-slider-wrapper {
}
	
	
/* footer */



	
}



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


 #header {
	height:100px;
	width:100%;
}

 
 #header-logo {
margin:0px;
padding:0px;
position:relative;
width:100%;
height:80px;
text-align:center;
margin-top:1%;
 }
 
#header-logo img {
width:auto;
height:80px;
text-align:center;
 }
	
}


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


	
}