
/*@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/
@font-face { 
    font-family: 'diplomataregular';
    src: url('diplomata-regular-webfont.woff') format('woff');    
    font-weight: normal;
    font-style: normal;
}


html, body, a, em, img, form, label, article, footer, header,
section,  time {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body, #header h2#specials, a#access, h2#giftcard-start, h2#featured-start {
font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
font-weight: normal;
}
#header h1#restaurant-specials {
    position: relative;
    font-family: 'diplomataregular';
    font-size: 3em;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 7px;
    transform: scale(1, 1.75);
    line-height: 1em;
    padding: 1em 2em;
    margin: 0;
    z-index: 1;
    animation: fadeIn 3s;
}
#header h2#specials {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #ffffff;
    background: none;
    letter-spacing: 3px;
    padding: 0 0 0 0;
    margin:  0;
}
@keyframes fadeIn { 
from { opacity: 0;}
}
#header.restaurant-specials {
    text-align: center;
    position: relative;
    background: url(headerbacking-specials.jpg);
    background-position: center;
    background-size: cover;
    background-color: #000000;
    padding-bottom: 6em;
}
.skip {
position: absolute;
color: #ffffff;
background: #000000;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.skip:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
position: static;
width: auto;
height: auto;
}

#header > .container {
    padding: 3em 0 6em;
    border-bottom: solid 0px;
    margin-right:auto; 
    margin-left:auto; 
    width: 85em;
    max-width: 100%;
}
.featuredevents {
    position: relative;
    text-align: center;
    display: block;
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    z-index: 2;
}
.button-featured-events {
text-align:center; 
text-transform: uppercase;
display:block; 
font-size: 1em; 
color: #ffffff !important; 
background: rgba(0, 0, 0, 1);
box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 255, .3);
border: none; 
border-radius:2em;
line-height: 1em;
cursor:pointer; 
letter-spacing: 1px;
padding: .9em 0 1em 0; 
margin-bottom: 1.5em;
margin-top: 0;
margin-right:auto; 
margin-left:auto; 
max-width: 100%;
height: 2.75em;
width: 500px;
animation: mymove 4s linear infinite;
}
.button-featured-events b {
margin-right: .1em;
margin-left: .1em;
}
.button-featured-events:visited  {
background: #000000;
}
.button-featured-events:hover  {
background: #3b4342;
border: 1px solid rgba(255, 255, 255, .5); 
}
.button-featured-events:active  {
background: #000000;
}
.button-featured-events:focus {
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
border: 0px;
box-shadow: none; 
}
.button-featured-events:before {
content: url(''); 
font-size: 1em; 
color: rgba(255, 255, 255, .65);  
margin-right: 0; 
vertical-align: middle; 
}
.featured-events {
    text-align: center;
    display: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}
.featured-restaurants {
    text-align: center;
    display: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}
.music, .seafood {
    display: inline-block;
    text-align: left;
    padding: 1em 0em 1em 1em;
    margin-right: .25em;
    margin-left: .25em;
    width: calc(33% - 1em);
}
 .theater, .mexican-food {
display:inline-block;
text-align: right;
padding:1em 1em 1em 0em;
margin-right:.25em;
margin-left:.25em;
width:calc(33% - 1em);
}
.music a, .seafood a, .theater a, .mexican-food a {
display:block;
transition: color 0.25s ease-in-out, 
border-bottom-color 0.25s ease-in-out;
font-size: .85em;
color: rgba(255, 255, 255, 1);
border-bottom: 2px dotted  rgba(255, 255, 255, 1);
background: none;
background: transparent;
text-decoration:none;    
line-height: 2em;
}
.music a:visited, .seafood a:visited, .theater a:visited, .mexican-food a:visited {
color: rgba(255, 255, 255, 1);
background: none;
background: transparent;
text-decoration:none;    
}
.music a:hover, .seafood a:hover, .theater a:hover, .mexican-food a:hover {
color: rgba(255, 255, 255, .8);
border-bottom: 2px dotted  rgba(255, 255, 255, .2);
background: none;
text-decoration:none;   
outline: 2px dotted #ffffff; 
}
.music a:focus, .seafood a:focus, .theater a:focus, .mexican-food a:focus {	
color: #ffffff !important;
outline: 2px dotted #e1e7b1;
border: 0px;
background: none;
background-color: #d004fc !important;
text-decoration: none;   
}
.music a:active, .seafood a:active, .theater a:active, .mexican-food a:active {
border-bottom: 0px dotted  rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1);
border: 0px;
background: none;
text-decoration:none;   
}
 
.myrestaurants {
    text-align: center;
    display: block;
    padding: 0;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
buttonTog,
.buttonTog {
transition: all 0.25s ease-in-out;
-webkit-appearance: none;
text-align: center;
position: relative;
display: inline-block;
border: 0px;
background: transparent;
cursor:pointer;
box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0);
line-height: 1.75em;
letter-spacing: 0px;
text-decoration:none;
padding: 0em 0em 0em 0em;
margin-bottom: .25em;
width: 350px;
max-width: 100%;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
buttonTog:hover,
.buttonTog:hover {
outline: 0;
-webkit-filter: brightness(130%);
border: 0px;
background: none;
box-shadow: none;
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
buttonTog:active,
.buttonTog:active {
border: none;
background: transparent;
}
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
buttonTog:focus,
.buttonTog:focus {
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
img#flogo {
    position: relative;
    cursor: pointer;
    height: auto;
    width: 200px;
    max-height: 100%;
    max-width: 100%;
}
a#access {
font-size: 1em;
color: #ffffff;
line-height: 2em;
}
a#access:visited {
color: #ffffff;
}
a#access:hover {
color: #ffffff !important;
background: rgba(0, 0, 0, .5);
border-radius: 1em;
padding: .2em;
}
a#access:active {
color: #ffffff;
}
a#access:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
section, article {
margin-bottom: 3em;
}
section a, article a {
color: #90057e;
text-decoration:none;
}
section a:visited, article a:visited {
color: #90057e;
text-decoration:none;
}
section a:hover, article a:hover {
color: #6c7f06;
text-decoration:none;
}
section a:active, article a:active {
color: #90057e;
text-decoration:none;
}
section a:focus, article a:focus {
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
margin-bottom: 0;
}
body {
background: linear-gradient(90deg, #fdfcfb, #ffffff, #fdfcfb);
}
body, select {
    line-height: 1.65em;
}
.restaurant-specials {
    position: relative;
    overflow: hidden;
    padding: 5em 2em 9em 2em;
    margin: 0;
    width: 100%;
}
.restaurant-ecards {
    position: relative;
    overflow: hidden;
    padding: 9em 2em;
    margin: 0;
    height: 100%;
    width: 100vw;
}
.container-ecspecials {
    text-align: center;
    position: relative;
    display: block;
    background: transparent;
    box-shadow: 0px 2px 3px rgba(206, 189, 167, 0);
    border: none;
    padding: 0 ;
    margin-right: auto;
    margin-left: auto;
    width: 1400px;
    max-width: 100%;
}
h2#giftcard-start {
text-align: center;
font-size: 3em;
color: #000000;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.15em;
    padding: 0;
    margin: 0 0 1.5em 0;
    clear: both;
}
.container-myspecials {
    text-align: center;
    position: relative;
    display: block;
    background: transparent;
    box-shadow: 0px 2px 3px rgba(206, 189, 167, 0);
    border: none;
    padding: 0 3em 0 3em;
    margin-right: auto;
    margin-left: auto;
    width: 1400px;
    max-width: 100%;
}
 h2#featured-start {
text-align: center;
font-size: 3em;
color: #000000;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.15em;
    padding: 0;
    margin: 0 0 .25em 0;
    clear: both;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button.scroll,
.button.scroll {
transition: all 0.25s ease-in-out;
-webkit-appearance: none;
text-align: center;
position: relative;
display: inline-block;
font-size: 1em;
color: #000000 !important;
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
text-transform: capitalize;
border-top-right-radius: 20%;
border-top-left-radius: 20%;
border-bottom-right-radius: 20%;
border-bottom-left-radius: 20%;
border-bottom: 3px solid #d5d5d5;
border-top: 3px solid #d5d5d5;
border-right: none;
border-left: none;
cursor:pointer;
box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.10);
line-height: 1.75em;
letter-spacing: 0px;
text-decoration:none;
padding: 0em 0em 0em 0em;
margin-bottom: 1em;
margin-top: 1em;
width:165px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button.scroll:hover,
.button.scroll:hover {
outline: 2px dotted #a307fc;
color: rgba(0, 0, 0, .5);
border-bottom: 3px solid #d5d5d5;
border-top: 3px solid #d5d5d5;
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.025);
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button.scroll:active,
.button.scroll:active {
background: #67c69b;
}
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button.scroll:focus,
.button.scroll:focus {
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
#ordertabs {
    text-align: center;
    position: relative;
    display: table;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
#ordertabs img {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    padding: 0;
    margin: .5em;
    width: calc(300px - .5em);
}
.button-specials {
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    text-align: center;
	position:relative;
	display:block;
	font-size: 1em;
    color: #000000;
    background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
    text-transform: capitalize;
    border-top-right-radius: 20%;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom: 3px solid #d5d5d5;
    border-top: 3px solid #d5d5d5;
	border-right:0px;
	border-left:0px;
	cursor: pointer;
    box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.10);
    line-height: 1.75em;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 0;
	margin-top:3em;
	margin-bottom:1em;
	margin-right:auto;
	margin-left:auto;
	width:200px;
	max-width:100%;
}
.button-specials:visited,
.button:visited {
color: #000000;
background:rgba(255,255,255, 1);
}
.button-specials:hover,
.button:hover {
color: rgba(0, 0, 0, 1);
box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.025);
}
.button-specials:active {
color: #000000;
background:rgba(255,255,255, 1);
}
.button-specials:focus {
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
.specials {
    display: none;
}
input.discount {
text-align: center;
display:inline;
font-size: 1em;
color: rgba(255, 255, 255, 1);
background-color: #000000;
border: 0px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
text-transform:none;
outline: 0;
cursor: text;
height: 2em;
padding: 0em;
margin-top:.5em;
margin-bottom:.5em;
margin-right:0;
margin-left:0;
width: 100%;
max-width:100%;
}
input.discount::placeholder {
text-align: center;
display:inline;
font-size: 1em;
color: rgba(255, 255, 255, 1);
text-transform:none;
cursor: text;
}
input.discount:focus::placeholder {
color:#ffffff;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
.take-out  form {
text-align:center;
display: block;
position: relative;
border:none;
padding: 0em .5em .0em .5em;
width:100%;
}
.spacer {
height: 113px;
}
.restaurant-specials .specials p {
    position: relative;
    display: block;
    text-align: justify;
    font-size: 1em;
    color: rgba(0, 0, 0, .8);
    line-height: 1.5em;
    padding: 0 1em 0 1em;
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    max-width: 70em;
}
b {
    color: #6c775c;
    text-decoration: none;
}
.take-out {
    text-align: center;
    position: relative;
    display: inline-block;
    background: linear-gradient(180deg, #e3e2e2, #ffffff);
    background-color: #ffffff;
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, .075);
    border-radius: 1em;
    border: none;
    padding: 1em;
    margin: .25em;
    width: calc(33.33% - .75em);
    vertical-align: top;
}
.take-out h2 {
    text-align: center;
    display: block;
    font-size: 1.5em;
    color: rgba(0, 0, 0, .8);
    text-shadow: 0px 1px 1px #ffffff;
    line-height: 1em;
    letter-spacing: 0px;
    padding: 0;
    margin: .5em 0 0 0;
    clear: both;
}
.headercap {
    text-align: center;
    font-size: 1em;
    line-height: 1.15em;
    color: rgba(0, 0, 0, .7);
    padding: .25em 0em 0em 0em;
    margin: 0;
}
.take-out img {
    border-top-right-radius: 2em;
    border-top-left-radius: 2em;
    padding: 1em;
    width: 100%;
}
.take-out h3 {
    text-align: center;
    font-size: 1em;
    color: rgba(0, 0, 0, .7);
    line-height: 1.15em;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 0em 0em .5em 0em;
    margin: 0;
}
.restaurant-specials .take-out p {
    text-align: justify;
    font-size: 1em;
    color: rgba(0, 0, 0, 1);
    line-height: 1.35em;
    padding: 0em 0.5em 0em 0.5em;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 9em;
    max-width: 27em;
}
#already-signed-notice, #sms-already-signed-notice  {
display:none;
position:relative;
text-align:justify;
font-size:1.25em;
color:#6a8b05;
line-height: 1.5em;
max-width:500px;
padding:1em 0em 1em 0em;
margin:0 auto;
}
#sms-registered-notice {
display:none;
position:center;
text-align:center;
font-size:1.75em;
color:#6a8b05;
line-height: 1.5em;
max-width:500px;
padding:1em 0em 1em 0em;
margin:0 auto;
}
#registered-notice  {
display:none;
position:relative;
text-align:justify;
font-size:1.25em;
color:#6a8b05;
line-height: 1.5em;
max-width:500px;
padding:1em 0em 1em 0em;
margin:0 auto;
}
#already-signed-notice a:link, #registered-notice a:link, 
#sms-registered-notice a:link, #sms-already-signed-notice a:link  {
color:#6a8b05;
border-bottom: 1px dotted;
}
#already-signed-notice a:hover, #registered-notice a:hover, 
#sms-registered-notice a:hover, #sms-already-signed-notice a:hover  {
-webkit-filter:brightness(130%);
}
#footer {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: solid 0px #e5e5e5;
    background: linear-gradient(90deg, #f8f8f8, #ffffff, #f8f8f8);
    padding: 6em 0 6em 0;
    margin: -1.5em 0 0 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button.scroll,
.button.scroll {
transition: all 0.25s ease-in-out;
-webkit-appearance: none;
text-align: center;
position: relative;
display: inline-block;
font-size: 1em;
color: #000000 !important;
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
text-transform: capitalize;
border-top-right-radius: 20%;
border-top-left-radius: 20%;
border-bottom-right-radius: 20%;
border-bottom-left-radius: 20%;
border-bottom: 3px solid #d5d5d5;
border-top: 3px solid #d5d5d5;
border-right: none;
border-left: none;
cursor:pointer;
box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.10);
line-height: 1.75em;
letter-spacing: 0px;
text-decoration:none;
padding: 0em 0em 0em 0em;
margin-bottom: 1em;
margin-top: 1em;
width:165px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button.scroll:hover,
.button.scroll:hover {
outline: 2px dotted #a307fc;
color: rgba(0, 0, 0, .5);
border-bottom: 3px solid #d5d5d5;
border-top: 3px solid #d5d5d5;
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.025);
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button.scroll:active,
.button.scroll:active {
background: #67c69b;
}
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button.scroll:focus,
.button.scroll:focus {
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}

#footer .container {
    color: #000000;
    margin-right: auto;
    margin-left: auto;
    max-width: 64em;
}
#footer h2 {
    text-align: center;
    font-size: 1.35em;
    color: rgba(0, 0, 0, 1);
    line-height: 1.15em;
    margin: 1em 0 0.75em 0;
}
#footer .container p {
    position: relative;
    display: block;
    text-align: justify;
    font-size: 1em;
    color: rgba(0, 0, 0, 1);
    line-height: 1.5em;
    margin-bottom: 1em;
}
#footer form input[type="text"],
#footer form input[type="email"],
#footer form input {
transition: background-color 0.25s ease-in-out;
-webkit-appearance: none;
display: block;
font-size: 1em;
color: #ffffff;
background: rgba(0, 0, 0, .5);
border: none;
border-radius: 4px;
line-height: 1.25em;
padding: .5em 1em .5em 1em;
width: 100%;
}
#footer form input::placeholder {
text-align: center;
font-size: .8em;
color: #ffffff;
}
#footer form input[type="text"]:focus,
#footer form input[type="email"]:focus,
#footer form input:focus {
box-shadow:inset 0px 0px 1px 2px rgba(163, 7, 252, .4);
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
.form-group {
    display: inline-block;
    margin: 0 .25em 0 .25em;
    width: calc(25% - .75em);
}
.control-label {
    display: block;
    position: relative;
    text-align: left;
    font-size: .85em;
    color: rgba(0, 0, 0, 1);
    padding: 0 0 .15em 0;
    margin: 0;
}
.controls {
    padding: 0 0 1em 0;
    margin: 0;
}
.button.small {
	transition: all 0.25s ease-in-out;
	-webkit-appearance: none;
	text-align: center;
    position: relative;
    display: block;
    font-size: .85em;
    color: #000000;
    background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
    border-top-right-radius: 20%;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
	border-bottom-left-radius: 20%;
	border-bottom: 3px solid #d5d5d5;
	border-top: 3px solid #d5d5d5;
	border-right: none;
    border-left: none;
	cursor:pointer;
	box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.10);
	line-height: 1.75em;
	letter-spacing: 0px;
	text-decoration:none;
    padding: 0em 0em 0em 0em;
    margin-left: .15em;
    width: 80px;
}
.button.small:visited {
color: rgba(0, 0, 0, 1);
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
}
.button.small:hover {
color: rgba(0, 0, 0, 1);
box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.025);
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
}
.button.small:active {
color: rgba(0, 0, 0, 1);
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
}
.button.small:focus {
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
.button.service {
transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: .85em;
    color: rgba(0, 0, 0, .85) !important;
    background: rgba(255, 255, 255, 1);
    text-transform: capitalize;
    border-radius: 10px;
    border-bottom: 3px solid #dddddd;
    border-top: 3px solid #dddddd;
    border-right: none;
    border-left: none;
    cursor: pointer;
    box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, .1);
    line-height: 2.25em;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 0em 0em 0em 0em;
    margin-bottom: .25em;
    margin-top: 0;
    width: 250px;
}
.button.service:visited {
color: #000000;
}
.button.service:hover {
color: #000000;
box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, .025);
}
.button.service:active {
color: #000000;
}
.button.service:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
#secondGreatestCommandent {
    font-size: 1.5em;
    padding: 0 2em 0 2em;
    margin-top: 2em;
}
img#YeshuaSymbol {
    display: block;
    position: relative;
    margin-bottom: .5em;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    max-width: 100px;
    width: 100%;
}
.myservices {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 2em;
    max-width: 800px;
}
#footer h3 {
    text-align: center;
    font-size: 1em;
    color: rgba(0, 0, 0, 1);
    margin: 1em 0 0 0;
}
.button.ada {
transition: all 0.25s ease-in-out;
-webkit-appearance: none;
text-align: center;
position: relative;
display: inline-block;
font-size: 1em;
color: #000000 !important;
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
text-transform: capitalize;
border-top-right-radius: 20%;
border-top-left-radius: 20%;
border-bottom-right-radius: 20%;
border-bottom-left-radius: 20%;
border-bottom: 3px solid #d5d5d5;
border-top: 3px solid #d5d5d5;
border-right: none;
border-left: none;
cursor:pointer;
box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.10);
line-height: 1.25em;
letter-spacing: 0px;
text-decoration:none;
padding: 0em 0em 0em 0em;
margin-bottom: .25em;
margin-top: 1em;
width:165px;
}
.button.ada:hover {
outline: 2px dotted #a307fc;
color: rgba(0, 0, 0, .5);
border-bottom: 3px solid #d5d5d5;
border-top: 3px solid #d5d5d5;
background: linear-gradient(90deg, #faf8f5, #fdfcfb, #faf8f5);
box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.025);
}
.button.ada:active {
background: #67c69b;
}
.button.ada:focus {
color:#ffffff !important;
background: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
#copyright {
    text-align: center;
    font-size: 1.5em;
    padding: 0em 0 0 0;
    width: 100%;
}
.address {
    font-size: 1em;
    padding: .5em 0 0 0;
    margin: 0;
}
.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp{order:-1}.row>.col-1{width:8.33333%}.row>.off-1{margin-left:8.33333%}.row>.col-2{width:16.66667%}.row>.off-2{margin-left:16.66667%}.row>.col-3{width:25%}.row>.off-3{margin-left:25%}.row>.col-4{width:33.33333%}.row>.off-4{margin-left:33.33333%}.row>.col-5{width:41.66667%}.row>.off-5{margin-left:41.66667%}.row>.col-6{width:50%}.row>.off-6{margin-left:50%}.row>.col-7{width:58.33333%}.row>.off-7{margin-left:58.33333%}.row>.col-8{width:66.66667%}.row>.off-8{margin-left:66.66667%}.row>.col-9{width:75%}.row>.off-9{margin-left:75%}.row>.col-10{width:83.33333%}.row>.off-10{margin-left:83.33333%}.row>.col-11{width:91.66667%}.row>.off-11{margin-left:91.66667%}.row>.col-12{width:100%}.row>.off-12{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-12.5px;margin-left:-12.5px}.row.gtr-25>*{padding:12.5px 0 0 12.5px}.row.gtr-25.gtr-uniform{margin-top:-12.5px}.row.gtr-25.gtr-uniform>*{padding-top:12.5px}.row.gtr-50{margin-top:-25px;margin-left:-25px}.row.gtr-50>*{padding:25px 0 0 25px}.row.gtr-50.gtr-uniform{margin-top:-25px}.row.gtr-50.gtr-uniform>*{padding-top:25px}.row{margin-top:-50px;margin-left:-50px}.row>*{padding:50px 0 0 50px}.row.gtr-uniform{margin-top:-50px}.row.gtr-uniform>*{padding-top:50px}.row.gtr-150{margin-top:-75px;margin-left:-75px}.row.gtr-150>*{padding:75px 0 0 75px}.row.gtr-150.gtr-uniform{margin-top:-75px}.row.gtr-150.gtr-uniform>*{padding-top:75px}.row.gtr-200{margin-top:-100px;margin-left:-100px}.row.gtr-200>*{padding:100px 0 0 100px}.row.gtr-200.gtr-uniform{margin-top:-100px}.row.gtr-200.gtr-uniform>*{padding-top:100px}@media screen and (max-width:1680px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-xlarge{order:-1}.row>.col-1-xlarge{width:8.33333%}.row>.off-1-xlarge{margin-left:8.33333%}.row>.col-2-xlarge{width:16.66667%}.row>.off-2-xlarge{margin-left:16.66667%}.row>.col-3-xlarge{width:25%}.row>.off-3-xlarge{margin-left:25%}.row>.col-4-xlarge{width:33.33333%}.row>.off-4-xlarge{margin-left:33.33333%}.row>.col-5-xlarge{width:41.66667%}.row>.off-5-xlarge{margin-left:41.66667%}.row>.col-6-xlarge{width:50%}.row>.off-6-xlarge{margin-left:50%}.row>.col-7-xlarge{width:58.33333%}.row>.off-7-xlarge{margin-left:58.33333%}.row>.col-8-xlarge{width:66.66667%}.row>.off-8-xlarge{margin-left:66.66667%}.row>.col-9-xlarge{width:75%}.row>.off-9-xlarge{margin-left:75%}.row>.col-10-xlarge{width:83.33333%}.row>.off-10-xlarge{margin-left:83.33333%}.row>.col-11-xlarge{width:91.66667%}.row>.off-11-xlarge{margin-left:91.66667%}.row>.col-12-xlarge{width:100%}.row>.off-12-xlarge{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-12.5px;margin-left:-12.5px}.row.gtr-25>*{padding:12.5px 0 0 12.5px}.row.gtr-25.gtr-uniform{margin-top:-12.5px}.row.gtr-25.gtr-uniform>*{padding-top:12.5px}.row.gtr-50{margin-top:-25px;margin-left:-25px}.row.gtr-50>*{padding:25px 0 0 25px}.row.gtr-50.gtr-uniform{margin-top:-25px}.row.gtr-50.gtr-uniform>*{padding-top:25px}.row{margin-top:-50px;margin-left:-50px}.row>*{padding:50px 0 0 50px}.row.gtr-uniform{margin-top:-50px}.row.gtr-uniform>*{padding-top:50px}.row.gtr-150{margin-top:-75px;margin-left:-75px}.row.gtr-150>*{padding:75px 0 0 75px}.row.gtr-150.gtr-uniform{margin-top:-75px}.row.gtr-150.gtr-uniform>*{padding-top:75px}.row.gtr-200{margin-top:-100px;margin-left:-100px}.row.gtr-200>*{padding:100px 0 0 100px}.row.gtr-200.gtr-uniform{margin-top:-100px}.row.gtr-200.gtr-uniform>*{padding-top:100px}}@media screen and (max-width:1280px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-large{order:-1}.row>.col-1-large{width:8.33333%}.row>.off-1-large{margin-left:8.33333%}.row>.col-2-large{width:16.66667%}.row>.off-2-large{margin-left:16.66667%}.row>.col-3-large{width:25%}.row>.off-3-large{margin-left:25%}.row>.col-4-large{width:33.33333%}.row>.off-4-large{margin-left:33.33333%}.row>.col-5-large{width:41.66667%}.row>.off-5-large{margin-left:41.66667%}.row>.col-6-large{width:50%}.row>.off-6-large{margin-left:50%}.row>.col-7-large{width:58.33333%}.row>.off-7-large{margin-left:58.33333%}.row>.col-8-large{width:66.66667%}.row>.off-8-large{margin-left:66.66667%}.row>.col-9-large{width:75%}.row>.off-9-large{margin-left:75%}.row>.col-10-large{width:83.33333%}.row>.off-10-large{margin-left:83.33333%}.row>.col-11-large{width:91.66667%}.row>.off-11-large{margin-left:91.66667%}.row>.col-12-large{width:100%}.row>.off-12-large{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-10px;margin-left:-10px}.row.gtr-25>*{padding:10px 0 0 10px}.row.gtr-25.gtr-uniform{margin-top:-10px}.row.gtr-25.gtr-uniform>*{padding-top:10px}.row.gtr-50{margin-top:-20px;margin-left:-20px}.row.gtr-50>*{padding:20px 0 0 20px}.row.gtr-50.gtr-uniform{margin-top:-20px}.row.gtr-50.gtr-uniform>*{padding-top:20px}.row{margin-top:-40px;margin-left:-40px}.row>*{padding:40px 0 0 40px}.row.gtr-uniform{margin-top:-40px}.row.gtr-uniform>*{padding-top:40px}.row.gtr-150{margin-top:-60px;margin-left:-60px}.row.gtr-150>*{padding:60px 0 0 60px}.row.gtr-150.gtr-uniform{margin-top:-60px}.row.gtr-150.gtr-uniform>*{padding-top:60px}.row.gtr-200{margin-top:-80px;margin-left:-80px}.row.gtr-200>*{padding:80px 0 0 80px}.row.gtr-200.gtr-uniform{margin-top:-80px}.row.gtr-200.gtr-uniform>*{padding-top:80px}}@media screen and (max-width:980px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-medium{order:-1}.row>.col-1-medium{width:8.33333%}.row>.off-1-medium{margin-left:8.33333%}.row>.col-2-medium{width:16.66667%}.row>.off-2-medium{margin-left:16.66667%}.row>.col-3-medium{width:25%}.row>.off-3-medium{margin-left:25%}.row>.col-4-medium{width:33.33333%}.row>.off-4-medium{margin-left:33.33333%}.row>.col-5-medium{width:41.66667%}.row>.off-5-medium{margin-left:41.66667%}.row>.col-6-medium{width:50%}.row>.off-6-medium{margin-left:50%}.row>.col-7-medium{width:58.33333%}.row>.off-7-medium{margin-left:58.33333%}.row>.col-8-medium{width:66.66667%}.row>.off-8-medium{margin-left:66.66667%}.row>.col-9-medium{width:100%}.row>.off-9-medium{margin-left:75%}.row>.col-10-medium{width:83.33333%}.row>.off-10-medium{margin-left:83.33333%}.row>.col-11-medium{width:91.66667%}.row>.off-11-medium{margin-left:91.66667%}.row>.col-12-medium{width:100%}.row>.off-12-medium{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-12.5px;margin-left:-12.5px}.row.gtr-25>*{padding:12.5px 0 0 12.5px}.row.gtr-25.gtr-uniform{margin-top:-12.5px}.row.gtr-25.gtr-uniform>*{padding-top:12.5px}.row.gtr-50{margin-top:-25px;margin-left:-25px}.row.gtr-50>*{padding:25px 0 0 25px}.row.gtr-50.gtr-uniform{margin-top:-25px}.row.gtr-50.gtr-uniform>*{padding-top:25px}.row{margin-top:-50px;margin-left:-50px}.row>*{padding:50px 0 0 50px}.row.gtr-uniform{margin-top:-50px}.row.gtr-uniform>*{padding-top:50px}.row.gtr-150{margin-top:-75px;margin-left:-75px}.row.gtr-150>*{padding:75px 0 0 75px}.row.gtr-150.gtr-uniform{margin-top:-75px}.row.gtr-150.gtr-uniform>*{padding-top:75px}.row.gtr-200{margin-top:-100px;margin-left:-100px}.row.gtr-200>*{padding:100px 0 0 100px}.row.gtr-200.gtr-uniform{margin-top:-100px}.row.gtr-200.gtr-uniform>*{padding-top:100px}}@media screen and (max-width:736px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-small{order:-1}.row>.col-1-small{width:8.33333%}.row>.off-1-small{margin-left:8.33333%}.row>.col-2-small{width:16.66667%}.row>.off-2-small{margin-left:16.66667%}.row>.col-3-small{width:25%}.row>.off-3-small{margin-left:25%}.row>.col-4-small{width:33.33333%}.row>.off-4-small{margin-left:33.33333%}.row>.col-5-small{width:41.66667%}.row>.off-5-small{margin-left:41.66667%}.row>.col-6-small{width:50%}.row>.off-6-small{margin-left:50%}.row>.col-7-small{width:58.33333%}.row>.off-7-small{margin-left:58.33333%}.row>.col-8-small{width:66.66667%}.row>.off-8-small{margin-left:66.66667%}.row>.col-9-small{width:75%}.row>.off-9-small{margin-left:75%}.row>.col-10-small{width:83.33333%}.row>.off-10-small{margin-left:83.33333%}.row>.col-11-small{width:91.66667%}.row>.off-11-small{margin-left:91.66667%}.row>.col-12-small{width:100%}.row>.off-12-small{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-7.5px;margin-left:-7.5px}.row.gtr-25>*{padding:7.5px 0 0 7.5px}.row.gtr-25.gtr-uniform{margin-top:-7.5px}.row.gtr-25.gtr-uniform>*{padding-top:7.5px}.row.gtr-50{margin-top:-15px;margin-left:-15px}.row.gtr-50>*{padding:15px 0 0 15px}.row.gtr-50.gtr-uniform{margin-top:-15px}.row.gtr-50.gtr-uniform>*{padding-top:15px}.row{margin-top:-30px;margin-left:-30px}.row>*{padding:30px 0 0 30px}.row.gtr-uniform{margin-top:-30px}.row.gtr-uniform>*{padding-top:30px}.row.gtr-150{margin-top:-45px;margin-left:-45px}.row.gtr-150>*{padding:45px 0 0 45px}.row.gtr-150.gtr-uniform{margin-top:-45px}.row.gtr-150.gtr-uniform>*{padding-top:45px}.row.gtr-200{margin-top:-60px;margin-left:-60px}.row.gtr-200>*{padding:60px 0 0 60px}.row.gtr-200.gtr-uniform{margin-top:-60px}.row.gtr-200.gtr-uniform>*{padding-top:60px}
}


@media screen and (max-width: 1800px) {

    #header.restaurant-specials {
        padding-bottom: 0em;
    }
}

@media screen and (max-width: 1680px) {
  #header >  .container {
        width: 75em;
    }
     #header h1#restaurant-specials {
    font-size: 3em;
	}
}
@media screen and (max-width: 1380px) {
   #ordertabs img {
    width: calc(300px - 1em);
    }
}
@media screen and (max-width: 1280px) {
       #header h1#restaurant-specials {
        font-size: 2em;
        letter-spacing: 0px;
    }
    buttonTog, .buttonTog {
        width: 275px;
    }
    .restaurant-ecards {
    padding: 4em 0em;
   }
   #ordertabs img {
    width: calc(300px - 3em);
    }
    .restaurant-specials {
   padding: 4em 0;
    }
     #footer {
        padding: 4em 1.25em;
    }
}
@media screen and (max-width: 1100px) {
   #ordertabs img {
    width: calc(300px - 4.5em);
    }
}
@media screen and (max-width: 980px) {
    #header > .container {
        padding: 1em 0 4em 0;
    }
    #ordertabs img {
    width: calc(300px - 4em);
    }
    .take-out {
        width: calc(50% - .65em);
    }
     .button-featured-events {
	font-size: .85em;
	margin-bottom: .5em;
	margin-top: 1em;
	width: 400px;
    }
   .music, .theater, .seafood, .mexican-food {
        width: calc(50% - 1em);
    }
}
@media screen and (max-width: 880px) {
    
     #ordertabs img {
    width: calc(300px - 4em);
    }
}
@media screen and (max-width: 850px) {
    buttonTog, .buttonTog {
        width: 250px;
    }
        .container-ecspecials {
        padding: 0 1em 0 1em;
    }
    .container-myspecials {
        padding: 0 1em 0 1em;
    }
     #ordertabs img {
    width: calc(300px - 5em);
    }
}
@media screen and (max-width: 736px) {
       #header h1#restaurant-specials {
        font-size: 1.5em;
    }
    #header h2#specials {
    font-size: 1em;
    }
    #header > .container {
        padding: 1em 0 5em 0;
    }
     .restaurant-ecards {
    padding: 2em 0em;
   }
   #ordertabs img {
    width: calc(300px - 1.75em);
    }
    .restaurant-specials {
   padding: 2em 0;
    }
    .restaurant-specials h2 {
        font-size: 2em;
    }
        .take-out, .limited {
        width: calc(100% - .5em);
    }
    h2#giftcard-start, h2#featured-start {
    font-size: 2em;
    }
    #secondGreatestCommandent {
    font-size: 1.25em;
    padding: 0 1em 0 1em;
    }
    #footer h2 {
    font-size: 1.2em;
    margin: 1em 0 0.75em 0;
     }
     #already-signed-notice, #registered-notice, #sms-already-signed-notice  {
	font-size:.85em;
	max-width:300px;
	}
         .form-group {
        width: calc(50% - .65em);
    }
}
@media screen and (max-width: 650px) {
    #ordertabs img {
    width: calc(300px - 4em);
    }
}
@media screen and (max-width: 550px) {
       #header h1#restaurant-specials {
        font-size: 1.25em;
    }
    #header h2#specials {
        font-size: .8em;
    }
    buttonTog, .buttonTog {
        width: 200px;
    }
    #ordertabs img {
    width: calc(300px - 7em);
    }
    .restaurant-specials .take-out p {
    font-size: .85em;
   }
   .button-featured-events {
	font-size: .8em;
	width: 350px;
	}
	.music, .theater, .seafood, .mexican-food {
	padding: 1em 1em 0em 1em;
	margin-right: 0em;
	margin-left: 0em;
	width: calc(100% - 1em);
    }
	.music a, .theater a, .seafood a, .mexican-food a  {
	text-align:center;
	font-size:1.25em;
	}
	.form-group {
        width: calc(100% - .25em);
    }
    .button.service {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
   .button-specials {
        padding: .35em 0em .35em 0em;
        width:275px;
        max-width:100%;
    }
    buttonTog3, .buttonTog3 {
	margin-top: 0em;
	}
	#ordertabs img {
    width: calc(300px - 9.5em);
    }
	#already-signed-notice p, #registered-notice {
	font-size:1em;
	}
}
















































































