/* FONTS */

@font-face {
    font-family: 'aleoitalic';
    src: url('../fonts/Aleo-Italic-webfont.eot');
    src: url('../fonts/Aleo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aleo-Italic-webfont.woff') format('woff'),
         url('../fonts/Aleo-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Aleo-Italic-webfont.svg#aleoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleoregular';
    src: url('../fonts/Aleo-Regular-webfont.eot');
    src: url('../fonts/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aleo-Regular-webfont.woff') format('woff'),
         url('../fonts/Aleo-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Aleo-Regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleolightitalic';
    src: url('../fonts/Aleo-LightItalic-webfont.eot');
    src: url('../fonts/Aleo-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aleo-LightItalic-webfont.woff') format('woff'),
         url('../fonts/Aleo-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Aleo-LightItalic-webfont.svg#aleolightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleolight';
    src: url('../fonts/Aleo-Light-webfont.eot');
    src: url('../fonts/Aleo-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aleo-Light-webfont.woff') format('woff'),
         url('../fonts/Aleo-Light-webfont.ttf') format('truetype'),
         url('../fonts/Aleo-Light-webfont.svg#aleolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleobolditalic';
    src: url('../fonts/Aleo-BoldItalic-webfont.eot');
    src: url('../fonts/Aleo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aleo-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Aleo-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Aleo-BoldItalic-webfont.svg#aleobolditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleobold';
    src: url('../fonts/Aleo-Bold-webfont.eot');
    src: url('../fonts/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aleo-Bold-webfont.woff') format('woff'),
         url('../fonts/Aleo-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Aleo-Bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;

}






/* ALL SIZES */


body{
  -webkit-font-smoothing: antialiased;
  background:url(../images/white_texure.jpg) repeat;
  font-size: 17px;
  color: #544c3c;
  font-family: 'aleoregular';
}

.white-texture {
    background:url(../images/white_texure.jpg) repeat;
}

#content.white {
    margin-bottom: 50px;
}

#container.open-menu:after {
    position: absolute;
    content:'';
    display:inline-block;
    width:100%;
    height:100%;
    z-index:100;
    top: 150px;
    left:0;
    background:rgba(0,0,0,.8);
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

a, a:link, a:visited {
    color:#7e0049;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.nopadding {
    padding: 0;
}

.btn-green, a.btn-green {
    font-size: 1.10em;
    color: white;
    background:#0a4537;
    position: relative;
    z-index: 2;
    border-radius:6px;
    padding: 20px 25px;
    webkit-transition:all .5s ease-in;
    -moz-transition:all .5s ease-in;
    transition:all .5s ease-in;
    display: inline-block;
    line-height: 100%;
    width: auto;
}

.button-icon {
    margin-right: 8px;
    max-width: 15px;
    max-height: 15px;
}

.bh-sl-container button {
  background-color: #7E0049;
  font-size: 1.10em;
  color: white;
  position: relative;
  z-index: 2;
  border-radius: 0;
  border: 0;
  padding: 15px 25px;
  webkit-transition:all .5s ease-in;
  -moz-transition:all .5s ease-in;
  transition:all .5s ease-in;
  display: inline-block;
  line-height: 100%;
  width: auto;
}

.bh-sl-container button:hover {
  background-color: #560035;
}



.btn-green:hover, a.btn-green:hover,a.btn-green:active,a.btn-green:focus {
    color: white;
    text-decoration: none;
    background-color:#48746a;
}

.btn-arrow {
    display: inline-block;
    position: relative;
}

.btn-green:before,a.btn-green:before {
    content: '';
    border:1px solid #48746a;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    border-radius:6px;
    z-index: -1;
    height: calc(100% - 10px);
}

.btn-arrow.green:after,a.btn-arrow.green:after {
    display: inline-block;
    content: '';
    margin-left: 12px;
    top: 3px;
    position: relative;
    width: 17px;
    height: 13px;
    background:url(../images/sprite.png) no-repeat;
    background-position: -35px -116px;
}

.btn-arrow.tan:after,.arrow-container > .arrow {
    display: inline-block;
    content: '';
    margin-left: 12px;
    top: 3px;
    position: relative;
    width: 17px;
    height: 13px;
    background:url(../images/sprite.png) no-repeat;
    background-position: -35px -133px;
}
.gluten {
    background: #0a4537;
    color: #fff;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 14px !important;
    margin-left: 10px;
    vertical-align: middle;
    font-family: 'aleoregular' !important;
}
.page-id-3232 .price {
    color: #0a4537;
    font-family: 'aleobold',sans-serif;
    font-size: 20px;
    float: right;
    line-height: 1;
}
.price.inline { float: none; padding-right: 10px;}
.page-id-3232 sup {
    font-size: 55%;
    vertical-align: super;
    left:0;
}
.page-id-3232 h2 {
    border-bottom: 7px double;
    box-shadow: 0px 4px 0px;
}
#content h2.menu-title {
    color: #FFF;
    background: #0a4537;
    border: none;
    padding: 7px;
}
#content p.title-description { font-weight: bold; font-size: 19px; font-style: italic; color: #0a4537; }
.section-description { font-size: .75em; }
#content h2.divider.w-room { margin-bottom: 20px; }
.dressing { line-height: 1.8; }

hr {
    width: 200px;
    margin: 20px auto;
    background:#d1c1a6;
    border-color:#d1c1a6;
}

h3, .h3 {
    font-size: 24px;
    color: #7e0049;
    font-weight: bold;
    font-family: 'aleobold',sans-serif;
}



.eriks-icon {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    display: inline-block;
    color: transparent;
    background: url(../images/sprite.png);
    width: 25px;
    height: 20px;
}

.eriks-icon.email {
    background-position:0 -94px;
    vertical-align: middle;
}

.topbar {
    background:url(../images/woodbg.png) repeat;
    padding: 5px 0;
    color: white;
}

.topbar .text-right {
    font-family: 'aleoregular';
}

.topbar .col-sm-6 {
	padding: 0 !important;
}

.topbar a {
    color: white;
}

.topbar .connect-label {
    font-family: 'aleoitalic';
    vertical-align: middle;
}

a.online-ordering, a.contact-us {

    font-family: 'aleobold';
    color:#7e0049;
    text-transform: uppercase;
    padding: 6px 23px;
    top: -100px;
    position: relative;
    margin-left: 10px;
}
a.online-ordering {
    background:transparent url(../images/orderbackground.png) no-repeat center center;
}
a.contact-us {
    background:transparent url(/wp-content/uploads/2016/02/contact-bg.png) no-repeat center center;
}

.fixed a.online-ordering {
    top: 0;
    background:transparent url(../images/orderbackgroundfixed.png) no-repeat center center;
    margin-top: 33px;
    color: white;
    position: relative;
    display: inline-block;
}

//.fixed a.online-ordering:last-child {
//	margin-top: 0;
//}

div.social {
    display: inline-block;
}

.social-share {
    float: right;
    width: 270px;
    text-align: right;
}

div.social a,div.social a:visited,div.social a:focus,div.social a:hover {
    width: 25px;
    height:20px;
    font:0/0a;
    color: transparent;
    border:none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    background:url(../images/sprite.png);
}

div.social.dark {
    display: inline-block;
}

div.social.dark a {
    width: 30px;
    height: 25px;
}

footer.footer div.social.dark {
    margin-left: 30px;
}

footer.footer div.social.dark a {
    font:0/0a;
    color: transparent;
    border:none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    margin: 0 10px;
    background-image:url(../images/sprite.png);
}

div.social.light a.facebook {
    background-position: 0 -161px;
}

div.social.light a.gplus {
    background-position: -122px -161px;
}
div.social.light a.twitter {
    background-position: -37px -161px;
}
div.social.light a.instagram {
    background-position: -82px -161px;

}

div.social.dark a.facebook {
    background-position: 0 -195px;
    width: 20px;
}

div.social.dark a.gplus {
    background-position: -159px -195px;
}

div.social.dark a.pinterest {
    background-position: -200px -194px;
}

footer.footer div.social.dark a.pinterest {
    margin-left: 0;
}

div.social.dark a.twitter {
    background-position: -50px -195px;
}
div.social.dark a.instagram {
    background-position: -108px -195px;
    width: 25px;
}

/* NAV */

.nav.col-xs-12, .navigation-wrapper {
    padding: 0;
}

#inner-header {
    padding: 15px 0;
}

.logo-wrapper{
    padding: 0;
}

.logo-wrapper h1,.logo-wrapper .h1 {
    max-width: 100%
}

.logo-wrapper a {
    display: inline-block;
    max-width: 100%
}

.header.container.fixed {
    display: block;
    opacity: 0;
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: url(../images/white_texure.jpg) repeat 0 0;
    -webkit-transition:top .5s ease-in, opacity .2s ease-in;
    -moz-transition:top .5s ease-in, opacity .2s ease-in;
    transition:top .5s ease-in, opacity .2s ease-in;
    box-shadow: 0 0 5px #888;
}

.header.container.fixed.active {
    top: 0;
    opacity: 1;
}

.fixed #inner-header {
    padding: 0;
}

.fixed h1, .fixed span.h1 {
    margin: 5px 0;
}

span.h1 {
    display: inline-block;
}

.header.container.fixed ul {
    display: inline-block;
    float: left;
    width: auto;
}

.header.container.fixed ul li {
    margin: 0 10px;
}

/* Homepage Hero */
#hero {
    padding:163px 0;
    color: white;
    overflow: hidden;
    position: relative;
}

#hero .btn-green:after {
    display: inline-block;
    content: '';
    margin-left: 12px;
    top: 2px;
    position: relative;
    width: 17px;
    height: 13px;
    background:url(../images/sprite.png) no-repeat;
    background-position: -36px -96px;
}

#background-image {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}

#hero h2, #hero a {
    position: relative;
    z-index: 2;
}

#hero .btn-green {
    margin: 40px auto;

}


#hero .tagline {
    font-family: 'aleoitalic';
    font-size: 3.5em;
}



video#example_video_1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: -9px;
    left: 0;
}

/* HOMEPAGE CONTENT */

#location {
    color: #4a4236;
    font-size: 1.625em;
    line-height: 100%;
    padding: 20px 0;
}

#location form {
    font-size:1.2em;
    display: inline-block;
}

#location form input[type=text]::-webkit-input-placeholder,
#location form input[type=text]::-moz-placeholder,
#location form input[type=text]:-moz-placeholder,
#location form input[type=text]:-ms-input-placeholder {
    color:#544c3c;
}

#location form input[type=text] {
    background:#e2dacd;
    padding: 8px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border:none;
    color: #544c3c;
    float: left;
    font-size: .6em;
    line-height: 100%;
}

#location form input[type=submit] {
    background-color:#7e0049;
    float: left;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border:none;
    color: white;
    font-size: .6em;
    padding: 10px 8px 9px;
    line-height: 100%;
    -webkit-transition:all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

#location form input[type=submit]:hover {
    background-color:#5b0035
}

#location form input[type=text]:focus {
    outline: none;
}
/*This is unneeded once we switch to the new template*/
#whatsnew, #catering {
    background:url(../images/light_texture.jpg) repeat;
    padding: 55px 0;
}

#featuredlocation {
    background:url(../images/med_texture.jpg) repeat;
    padding: 55px 0;
}
/*End of unneeded*/

/*featuredlocation*/
.row-odd {
    background:url(../images/med_texture.jpg) repeat;
    padding: 55px 0;
}
/*whatsnew, catering*/
.row-even {
    background:url(../images/light_texture.jpg) repeat;
    padding: 55px 0;
}

@media screen and (max-width:991px) {
  .row-odd .content,
  .row-even .content,
  .row-odd .image,
  .row-even .image
  {
    width: 100%;
  }
}
  

@media (min-width:992px) {
	.row-odd .content,
	.row-even .content,
	.row-odd .image,
	.row-even .image {
		width:44%;
		margin:3%;
	}
}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) { 
	.row-odd .content,
	  .row-even .content,
	  .row-odd .image,
	  .row-even .image
	  {
		width: 100%;
	  }
}



h2.section-title {
    font-family: 'aleobold',serif;
}

h2.section-title:after {
    content: '';
    height: 2px;
    width: 20%;
    margin: 15px auto;
    display: block;
    clear: both;
    background: #544c3c;
}

/* Single Location */

.single-location-information > ul > li {
    list-style: none;
}
.single-location-information .location-detail .location-categories ul, .single-location-information .location-detailÃƒâ€šÃ‚Â .location-categories li {
    list-style: disc;
}

.location-categories ul {
    margin-bottom: 0;
}

#content h2.location-heading {
  text-align: center;
  margin-bottom: 55px;
}

.single-location-information li .list-details .list-content > div {
    margin-bottom: 15px;
}

.sidebar .image-slider, .sidebar .single-location-information, .location-main-content .single-loc-map, .location-main-content .single-loc-text {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 8px #888;
  padding: 10px;
}

.flex-direction-nav a {
    display: block;
}

.logos {
    padding:20px 0;
    margin-top: 20px;
    border-top: 1px dotted #5c3d08;
}

.flexslider {
    margin: 0;
    padding:0;
    border:0;
}

ol.flex-control-nav.flex-control-paging {
    display: none;
}

ul.slides p {
    padding: 0;
    margin: 0;
}

/* BLOG/NEWS PAGE */


.scoop img {
    height:400px;
}

ul.page-numbers {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

ul.page-numbers li {
    display: inline;
    padding: 8px;
    float: none;
}

.pagination {
    width: 100%;
}


.blog .article-header a, .blog .article-header a:visited {
  color: #0a4537;
  line-height: 34px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .article-header a:hover {
  font-size: 32px;
}

.blog .entry-content .comments-text a, .blog .entry-content .comments-text a:visited {
  color: #0a4537;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .entry-content .comments-text a:hover {
  text-decoration: underline;
}

.blog .small-article {
  margin-bottom: 50px;
}

.blog .large-article .entry-content {
  padding-bottom: 65px;
  margin-bottom: 80px;
  border-bottom: 1px solid #544c3c;
}

.blog .large-article .entry-content .comments-text {
  float: left;
  margin-top: 30px;
}

.blog .small-article img {
  border: 6px solid #fff;
}

.blog .large-article .article-header h3.post-title {
  margin-bottom: 30px;
}

.blog .small-article .article-header h3.post-title {
  margin-bottom: 15px;
}

.blog .small-article .divider-underline {
  background-color: #544c3c;
  height: 1px;
  width: 70px;
  position: relative;
  margin: auto;
  margin-top: 15px
}

.count-1 .entry-content p {
    padding: 40px 0;
}


/* TITLES and SCALLOP BOXES */

div.scallop {
    padding: 0px 0 40px 0;
    position: relative;
    color: #544c3c;
    /* overflow:hidden; */
    border-width: 55px;
    -moz-border-image: url(../images/borderimage.png) 55 repeat;
    -webkit-border-image: url(../images/borderimage.png) 55 repeat;
    -o-border-image: url(../images/borderimage.png) 55 repeat;
    border-image: url(../images/borderimage.png) 55 repeat;
    z-index: 3;
}

div.scallop.large {
    padding: 0;
    font-family: 'aleobold',sans-serif;
    margin-top: 10px;
}

.scallop.large ul {
    list-style: none;
}

.scallop.large ul li {
    display:inline-block;
    margin: 0 5px;
    padding: 0px 5px 10px 5px;
}

.scallop.large ul li a {
    color:#544c3c;
}

.scallop.large ul li:after {
    content:'\b7\a0';
    left: 10px;
    position:relative;
}

.scallop.large ul li:last-child:after {
    display:none;
}

div.scallop .scallop-inner:after {
    content: '';
    display: inline-block;
    background:#fff url(../images/white_texure.jpg);
    position: absolute;
    bottom: -44px;
    left: -55px;
    width: calc(100% + 110px);
    height: calc(100% + 90px);
    z-index: -1;
}

div.scallop .scallop-inner:before {
    content: '';
    display: inline-block;
    background:#fff url(../images/white_texure.jpg);
    position: absolute;
    border-bottom: 4px solid #d5cbb9;
    bottom: -55px;
    left: -45px;
    width: calc(100% + 90px);
    height: calc(100% + 110px);
    z-index: -1;
}

div.scallop .scallop-inner {
    margin-top: -28px;
    margin-bottom: -45px;
    z-index: 2;
}

div.scallop .scallop-inner p {
  width: 100%;
}

div.scallop {
border-style: solid;
}

span.italic {
    font-family: 'aleoitalic',serif;
    text-transform: capitalize;
}


/* HERO INTERIOR */
#hero.interior {
    padding: 0;
    z-index: 1;
    max-height: 350px;
}

#hero.interior img {
    width: 100%;
}

#hero.interior #background-image {
    position: relative;
}

/* INTERIOR PAGES */

#content {
    z-index: 2;
    position: relative;
}

#content h2 {
    color: #0a4537;
    font-family: 'aleobold',sans-serif;
    font-size: 34px;
    margin: 50px 0 10px;
}

h2 small a {
    font-size: 14px;
    font-weight: normal;
    font-family: 'aleoregular', sans-serif;
}

h2 small {
    position: absolute;
    right: 0;
    top: 7px;
}

#content h2 {
    position: relative;
}

#content .col-sm-4 h3 {
    margin-bottom: 0;
    font-size: 22px;
}

.location-info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.infowindow-inside {
    max-width: 200px;
}

.location-title {
    font-size: 16px;
    font-weight: bold;
}

.entry-content {
    margin-bottom: 50px;
}

.gform_wrapper .ginput_complex label,.gform_wrapper .top_label label.gfield_label {
    display: none;
}
li#field_1_4 {
    width: 97.5% !important;
}

.gform_wrapper input, .gform_wrapper textarea,.gform_wrapper select {
    border: 1px solid #5c3d08;
    padding: 5px;
}

span#input_4_6_3_container {
    margin-bottom: 0px !important;
    margin-top: 17px !important;
}

.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=email],.gform_wrapper .ginput_complex input[type=phone] {
    width: 100%;
}

input#input_4_6_1 {
    margin-top: 7px;
}

input#input_5_1 {
    margin-bottom: 13px;
}

input#input_5_2 {
    margin: 11px 0px;
}

input#gform_submit_button_5 {float: none;color: #7e0049;border-color: #7e0049;}

.gform_wrapper .top_label li.gfield.gf_left_half input.medium,.gform_wrapper .top_label li.gfield.gf_right_half input.medium {
    width: 100%;
}
/*.gform_wrapper .top_label li.gfield.gf_left_half {*/
/*    width:48.5% !important;*/
/*    margin-right:.5% !important;*/
/*}*/

select#input_4_6_4 {
    top: 7px;
    position: relative;
    height: 37px;
    margin-bottom: 0;
}

body .gform_wrapper label.gfield_label+div.ginput_container,.gform_wrapper .ginput_container {
    margin: 0;
    padding: 0;
}

.gform_wrapper .ginput_complex span.name_first, .gform_wrapper .ginput_complex span.name_last, .gform_wrapper .ginput_complex span.name_middle,.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    margin: 10px 0 !important;
    min-height: 0;
    padding-right: 0 !important
}

span#input_1_2_5_container {
    margin: 0 0 10px;
}

.gform_wrapper .gform_footer {
    padding: 0;
    margin: 10px 0;
}

/* LOCATIONS */

#location.entry-content {
    background:white;
    padding: 10px;
    margin-top: 30px;
    line-height: 140%;
    font-size: 15px;
}

.location-categories {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #5c3d08;
}


.gm-style-iw {
    max-width: 320px;
}

.gm-style-iw .loc-hours {
    max-width: 200px;
}


span.cat-title {
    font-weight: bold;
}

#location span.title {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
#location span.title a,.bh-sl-container .bh-sl-map-container a {
    color: #560035;
    display: inline-block;
    line-height: 120%;
}

.list-details span.title {
    font-weight: bold;
}

.single-location-information .loc-web a {
    display: inline-block;
    background: #7e0049;
    padding: 8px 15px;
    color: white;
    border-radius: 5px;
}

#content h1.page-title span {
    background: url(../images/titlebg.png);
    color: white;
    display: inline-block;
    line-height: 91px;
    vertical-align: middle;
    padding: 0 10px;
    font-style: normal;
    min-width: 700px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    text-shadow: 2px 2px 2px solid #222;
    position: relative;
    z-index: 9;
    background-size: 100% auto;
    background-position: center 41%;
}

div#main.menu_items {
    text-align: center;
}

.menu_items .description {
    font-family: 'aleoitalic';
    font-size: 20px!important;
    padding: 15px 0;
}



.btn-primary, a.btn-primary {
    font-size: 1.10em;
    color: white;
    background:#7e0049;
    position: relative;
    z-index: 2;
    border-radius:6px;
    padding: 20px 25px;
    webkit-transition:all .5s ease-in;
    -moz-transition:all .5s ease-in;
    transition:all .5s ease-in;
    display: inline-block;
    line-height: 100%;
    width: auto;
    border:none;
}

#customize-item.btn-primary, #customize-itema.btn-primary {
    padding: 20px 25px;
}

.btn-primary:hover, a.btn-primary:hover,.btn-primary:focus, a.btn-primary:focus {
    background-color:#932a67;
    outline: none;
    color: white;
    border:none;
}

.btn-yellow, a.btn-yellow {
    font-size: 1.10em;
    color: white;
    background:#dd8b20;
    position: relative;
    z-index: 2;
    border-radius:6px;
    padding: 20px 25px;
    webkit-transition:all .5s ease-in;
    -moz-transition:all .5s ease-in;
    transition:all .5s ease-in;
    display: inline-block;
    line-height: 100%;
    border:none;
    width: auto;
}

.btn-green, a.btn-green {
    border:none;
}

.btn-primary:before,a.btn-primary:before {
    content: '';
    border:1px solid #932a67;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    border-radius:6px;
    z-index: -1;
    height: calc(100% - 10px);
}

.btn-yellow:before,a.btn-yellow:before {
    content: '';
    border:1px solid #e3a049;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    border-radius:6px;
    z-index: -1;
    height: calc(100% - 10px);
}

.btn-yellow:hover,a.btn-yellow:hover,.btn-yellow:focus,a.btn-yellow:focus {
    background-color:#e3a049;
    outline: none;
    border:none;
    color: white;
}

dl.gallery-item {
    display: inline-block;
    padding: 0 5px 10px;
    margin: 0;
}

div.gallery {
    display: block;
    text-align: center;
}

.menu_items .entry-image {
    padding: 5px;
    border:3px solid white;
    display: inline-block;
}

.menu_items .menu-item:hover {
    cursor: pointer;
}


div.menu-item.open::after {
    content: '';
    width: 0;
    display:block;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f9f8f6;
    margin: 10px auto;
    bottom: 15px;
    position:relative;
    }


.post-type-archive-menu_items div.menu-item {

}

.post-type-archive-menu_items div.menu-item .entry-image {
    height: 340px;
    max-width: 100%;
    display: inline-block;
}

div.menu-item .entry-image {
    max-width: 100%;
    display: inline-block;
}

.menu-item a {
    display: inline-block;
    max-width: 100%;
}

#content .menu_items h2 {
    display: block;
    clear: both;
    margin: 40px auto;
    font-style: italic;
    font-size: 2.125em;
    font-family: 'aleobolditalic';
    color:#0a4537;
}
}

#content .menu_items .title-top {
    position: relative;
    text-align: center;
    padding: 0 15px;
    display: block;
}




#content small.locations {
    display: block;
    clear: both;
    text-align: center;
    margin: 15px 0;
    font-style: italic;
    color:#0a4537;
}

#content .menu_items .title-top:hover {
    cursor: pointer;
}

#content .menu_items .title-top:before {
    background-color:#d0c0a4;
    height: 1px;
    width: 60%;
    margin: 10px auto;
    position: relative;
    display: block;
    content: '';
}

#emailaddres {
    padding: 6px 15px;
}

#emailaddres:focus {
    outline:none;
}

label#emailaddres-error {
    position: absolute;
    right: 380px;
    top: 10px;
    font-weight: bold;
    color: red;
}

form#emailform {
    position: relative;
}

input#emailaddres.error {
    border: 1px solid red;
}

#content .menu_items .title-top:after {
    background-color:#d0c0a4;
    height: 1px;
    width: 60%;
    margin: 10px auto;
    position: relative;
    display: block;
    content: '';
}

#content .menu_items .title-top h3 {
    margin: 0;
    font-family: 'aleoregular';
    color: #544c3c;
    padding: 0;
    font-size: 22px;
}

#content .menu_items .title-top h3 a {
    color: #544c3c
}

.post-type-archive-menu_items #content .menu_items .title-top h3 {
    font-size: 25px;
}
#content .menu_items .title-top span.price{
    color:#7e0049;
    font-family: 'aleobold';
}

span.price.larger{
    color:#7e0049;
    font-family: 'aleobold';
    font-size: 1.4em;
    margin-top: -20px;
}

div.menu-item {
    margin-bottom: 30px;
    -webkit-transition:padding-bottom .5s ease-in;
    -moz-transition:padding-bottom .5s ease-in;
    transition:padding-bottom .5s ease-in;
    padding-bottom: 0;
    position: static;
    z-index: 999;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    float: none;

}
/*.page-id-3276 #content_div { height: 1600px; }
.page-id-3276 .fluidMedia { width: 102%; height: 1400px; }
*/
@media screen and (min-width:768px) {
    div.menu-item {max-width: 33%;}
}

.tax-menu_cat #main > div.menu-item:nth-of-type(3n-1){
    clear: left;
}

.tax-menu_cat #main > div > div.menu-item:nth-of-type(3n+1){
    clear: left;
}

div.menu-item.open {
    padding-bottom: 450px;
}

.panel-detail {
    height: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    /*opacity: 0;*/
    top: auto;
    z-index: 998;
    background:white url(../images/white_texure.jpg);
    -webkit-transition:height .5s ease-in;
    -moz-transition:height .5s ease-in;
    transition:height .5s ease-in;
    /*-moz-transition: opacity .3s ease .5s;
    -webkit-transition: opacity .3s ease .5s;
    transition: opacity .3s ease .5s;*/
}

span.cross-shape {
    position: absolute;
    display: inline-block;
    right:10px;
    width: 20px;
    height: 20px;
    top:10px
}

#content .panel-detail h3 {
    font-size: 35px;
    padding: 0;
    margin: 20px 0;
    display: block;
    text-align: left;
}


#content .panel-detail .description {
    font-style: italic;
    text-align: left;
    max-width: 45%;
}

span.cross-shape:hover {
    cursor: pointer;
}

span.cross-shape:before {
    content: '';
    background: #7e0049;
    width: 2px;
    transform: rotate(48deg);
    -webkit-transform: rotate(42deg);
    display: inline-block;
    height: 24px;
    position:relative;
}
span.cross-shape:after {
    content: '';
    background: #7e0049;
    position:relative;
    width: 2px;
    transform: rotate(-48deg);
    -webkit-transform: rotate(-47deg);
    left:-1px;
    display: inline-block;
    height: 24px;
}

.panel-detail .interior {
    padding: 40px;
}

.image-right {
    float: right;
    top: -20px;
    position: relative;
    max-width: 50%;
    padding: 10px;
}

.image-right img {
    max-height: 315px;
    width: auto;
    border:6px solid #ede8db;
}

div.menu-item.open .panel-detail {
    z-index: 10;
    height: 400px;
    /*opacity: 1;*/
}

/*.panel-detail .btn-primary, .panel-detail a.btn-primary,.panel-detail .btn-yellow, .panel-detail a.btn-yellow,.panel-detail .btn-green, .panel-detail a.btn-green,
#lightbox-content .btn-primary, #lightbox-content  a.btn-primary,#lightbox-content  .btn-yellow, #lightbox-content  a.btn-yellow,#lightbox-content  .btn-green, #lightbox-content  a.btn-green {
    padding-bottom: 10px;
    padding-top: 10px;
}*/

/* Menu Panel Table */
.panel-detail table {
    text-align: left;
    width: 100%;
}

.panel-detail .allergen{
    margin-top: 10px
}

.panel-detail table .col1,.panel-detail table .col2 {
    padding: 20px 0 0 0;
    width: 48%;
    vertical-align: top;
    font-size: 14px;
    margin-right: 1%;
    display: inline-block;
}

.panel-detail .image-right {
    text-align: right;
    font-size: 14px;
    width: 50%;
}

.nutrition-heading {
    background: #ede8db;
    display: inline-block;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div.table {
    background: #ede8db;
    padding: 0 20px 20px 20px;
}

.nutrition-heading {
    color: #544c3c;
    font-weight: bold;
    font-size: 1.3em;
}

.panel-detail table td.col2 {
}

.panel-detail table table td:nth-child(odd) {
    font-weight: bold;
}

.panel-detail table table tr.indent td:nth-child(1) {
    padding-left: 20px;
    font-weight: normal;
}

.panel-detail table table tr:nth-child(odd) {
    background: #e0d7c4;
}

.panel-detail table table td {
    padding: 3px 0 3px 10px;
}

/* LIGHTBOX CONTENT */

.mymeal-item button.remove {
    background: #7e0049;
    color: white;
    height: 20px;
    width: 20px;
    border: none;
    font-size: 10px;
    border-radius: 150%;
    margin-right: 10px;
    font-family: sans-serif;
    line-height: 120%;
}

#customize small {
    display: block;
    margin-bottom: 20px;
}

#mymeal #customize strong {
    margin: 0;
}

#mymeal #lightbox-content .nutrition-row .customize {
    min-height: 400px;
}

#mymeal section#lightbox-content {
    margin-bottom: 0;
}

#customize-modal button.close,#mymeal button.close {
    right: 10px;
    position: absolute;
    top: 10px;
    z-index: 1000;
}

.modal-body {
    display: inline-block;
    width: 100%;
}

#lightbox-content {
    background:white;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

#lightbox-content strong {
    font-size: 15px;
    display: inline-block;
}

#lightbox-content .customize strong {
    margin-bottom: 15px;
    font-size: 18px;
}


#lightbox-content .nutrition strong {
    font-size: 20px;
}

#lightbox-content .nutrition span.allergenlabel strong {
    font-size: 14px;
}


#lightbox-content label {
    font-weight: normal;
}

#lightbox-content .small-thumb {
    float: left;
    margin-right: 10px;
    max-width: 30%;
}

#lightbox-content span.smaller {
    font-size: 18px;
}

#lightbox-content h3 {
    margin: 0;
    padding: 5px 0;
}

#lightbox-content .nutrition table tr td:nth-child(2) {
    min-width: 125px;
    padding-right: 10px;
    text-align: right;
}

#lightbox-content .nutrition-row {
    display: block;
    clear: both;
    padding: 20px 0;
}

#lightbox-content .nutrition-row .customize {
    float: left;
    width: 30%;
    background: #ede8db;
    border-radius: 4px;
    margin-right: 5%;
    padding: 15px;
}

#lightbox-content .customize label {
    font-weight: normal;
    display: block;
    clear: both;
    font-size: 15px;
}
#lightbox-content .customize label input {
    margin-right: 10px;
}

#lightbox-content .customize label {
    margin-bottom: 10px;
}

#lightbox-content .nutrition {
    float: right;
    width: 60%;
}

#lightbox-content .nutrition table {
    border-top: 2px solid #5f5849;
    width: 100%;
    border-bottom: 2px solid #5f5849;
    margin: 10px 0;
}

#lightbox-content .nutrition table tr {
    background-color: #f4f1ea;
}

#lightbox-content .nutrition table tr:nth-child(even) {
    background-color: transparent;
}

#lightbox-content .nutrition table tr td {
    padding: 2px 0;
    color: #5f5849;
}

#lightbox-content .nutrition table tr td:nth-child(1) {
    font-weight: bold;
    padding-left: 10px;
}

#lightbox-content .nutrition table tr.indent td:nth-child(1) {
    font-weight: normal;
    padding-left: 25px;
}

.action-row {
    font-size: .8em;
    font-style: normal;
}

#lightbox-content .action-row {
    display: block;
    padding-top: 20px;

    clear: both;
}

#lightbox-content .action-row a.left {
    color: #0a4537;
    text-decoration: underline;
    float: left;
    padding: 15px 0;
    display: inline-block;
    vertical-align: middle;
}

#lightbox-content .action-row .btn {
    float: right;
    font-size: 1.3em;
    margin-left: 10px;
}

.modal-dialog {
    width: 60%;
}

.list-details span.title:before {
    content: '';
    background:url(../images/pin.png) center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: -35px;
    margin-right: 10px;
}

.list-details span.phone {
    position: relative;
}

.list-details span.phone:before {
    content: '';
    background:url(../images/phone.png) center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: -35px;
    margin-right: 10px;
}

.list-details .hours {
    position: relative;
}

.list-details .hours:before {
    content: '';
    background:url(../images/clock.png) center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin-left: -35px;
    margin-right: 10px;
}


ul.four-col, ul.three-col, ul.two-col {
    list-style: none;
    margin-bottom:40px;
    display:inline-block;
    width: 100%;
    margin-top:20px;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
}

ul.four-col li {
    display:inline-block;
    float:left;
    width:25%
}

ul.three-col li {
    display:inline-block;
    float:left;
    width:33%
}


ul.two-col {
    max-width: 50%;

}

ul.two-col li {
    width: 50%;
    display:inline-block;
    float:left;
}

ul.four-col li a,ul.three-col li a {
    color:#7e0049;
}

p.price {
    color: #7e0049;
    font-family: 'aleobold',sans-serif;
    font-size: 18px;
}

#content p {
    font-size: 16px;
}

.med-texture {
    background:url(../images/med_texture.jpg) repeat;
}

h1.text-center {
    padding-top: 40px;
    color: #0a4537;
    font-family: 'aleobold';
    font-style: italic;
    margin-top: 0;
    margin-bottom: 50px;
    text-shadow:none;
}

#content div.text-center.page-title,#content h1.text-center {
    margin-top: -50px;
    font-size: 48px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
    text-shadow:2px 2px 2px #333;

}

.single img.attachment-full.wp-post-image {
    margin: 50px auto;
    display: block;
}

.single article {
    border-bottom: 1px solid #544c3c;
}

h3.related_post_title {
    color: #544c3c;
    padding-top: 30px;
    text-align: center;
    font-weight: normal;
    font-family: 'aleoregular',sans-serif;
    font-size: 18px;
}

ul.related_post li img {
    display: inline-block;
    padding: 5px;
    background:white;
    margin: 10px auto;
}

small.wp_rp_publish_date {
    display: block;
    text-align: left;
}

h3#comment-form-title {
    font-size: 20px;
}

#respond {
    margin-top: 80px;
    margin-left: 10px;
}
.comments-count {
    font-weight: bold;
}

span#shareintro {
    position: absolute;
    right: 150px;
    font-weight: bold;
    top: 0;
}
.sfsi_widget {
        position: absolute;
    right: 180px;
    top: -10px;
}

#respond label {
    font-weight: normal;
    width: 200px;
}


#respond label small {
    display: block;
    font-size: .7em;
    position: absolute;
}

#respond form ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#respond input, #respond textarea {
    background: rgba(242,234,218,.8);
    border: none;
    padding: 8px;
    width: 300px;
}

#respond form li {
    margin: 0 0 10px 0;
}

ul.related_post.wp_rp {
    margin-left: 0;
    padding-left: 0;
}

#respond textarea {
    margin-left: 205px;
    position: relative;
    width: 600px;
    height: 300px;
}

#respond input#submit {
    margin-left: 205px;
    background-color: #0a4537;
    color: white;
    width: auto;
    padding: 8px 20px;
}

ul.related_post li {
    display: inline-block;
    padding:10px;
    width: 33%;
}

ul.related_post li a.wp_rp_title {
    color: #0a4537;
    text-align: left;
    font-family: 'aleobold',sans-serif;
}

#respond {
    text-align: left;
}

.single #content h1.text-center {
    text-shadow:none;
    margin-top:0;
    font-style: normal;
    font-family: 'aleoregular',sans-serif;
    padding: 30px 0 0 0;
}

#content div.text-center {
    margin-top: -25px;
}

#content .white {
    background:white;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

#content h1.page-title span,#content div.page-title span {
    background:url(../images/titlebg.png);
    color:white;
    display: inline-block;
    line-height: 91px;
    vertical-align: middle;
    padding: 0 10px;
    min-width: 700px;
    border-top:2px solid white;
    border-bottom:2px solid white;
    text-shadow:2px 2px 2px solid #222;
    position: relative;
    z-index: 9;
}

sup {
    top: .1em;
    font-size: .5em;
    left: -.4em;
}


h1.page-title sup,div.page-title sup {
    top: .50em;
    font-weight: normal;
    text-shadow:none;
}

#content span.bullet {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}


#content h1.page-title:after,#content div.page-title:after {
    content: '';
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    height: 91px;
    position: relative;
    background:url(../images/right_edge.png) no-repeat;
    z-index: 10;
}
#content h1.page-title:before,#content div.page-title:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 11px;
    height: 91px;
    position: relative;
    background:url(../images/left_edge.png) no-repeat;
    z-index: 10;
}


/* Single Location */

.single-location .single-loc-map {
    padding: 10px;
    margin: 0;
    position: relative;
    background: white;
    box-shadow: 0 0 8px #888;
    margin: 0 0 30px 0;
}

.single-location div#map {
margin-top: -20px;margin-bottom: -20px;
}

#content .single-loc-text h2 {
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #5c3d08;
    padding: 0 0 10px 0;
    font-size: 24px;
    color: #5c3d08;
}


.catering .modal-body img.alignright.wp-post-image {
    border: 5px solid #dacdb5;
}

.catering .modal-dialog {
    width: 80%;
    margin: 10% auto
}

/* MAP */



.map-options {
    padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .bh-sl-map-open {
    display: none;
  }

  .bh-sl-container .bh-sl-loc-list {
    width: 100% !important;
  }
}

.list-label.pin {
  background: url(../images/pin.png) no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 50px;
  position: absolute;
}

.list-label.phone {
  background: url(../images/phone.png) no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 50px;
  position: absolute;
}

.list-label.clock {
  background: url(../images/clock.png) no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 50px;
  position: absolute;
}

.list-label.space {
  background: none;
  background-size: contain;
  height: 100%;
  max-height: 50px;
  position: absolute;
}

.bh-sl-filters-container {
    position: relative;
    z-index: 100;

}

#category-filters-container1 li {
    display: inline-block;
    clear: none;
    width: auto;
}

#map-locations span.phone,#map-locations span.email {
    display: block
}

#map-canvas {
    height: 600px;
    margin: 0;
    width: 60%;
    padding: 0;
}
#map-canvas img {
    max-width: none;
}
#map-locations {
    display: block;
    position: absolute;
    right: 0;
    overflow: scroll;
    height: 100%;
    background: #fff;
    padding: 20px;
    width: 39%;
    box-shadow: inset 0px 0px 10px #ddd;
}
.mapcontainer {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

 @media (max-width:480px) {
     #map-canvas {
        height: 500px;
        margin: 0;
        padding: 0;
    }
 }

/* FOOTER */


.footer-prep {
    border-bottom: 8px solid #004638;
    font-size: 1.250em
}



.footer-prep a {
    font-family: 'aleoitalic',serif;
    color:#004638;
    display: inline-block;
    position: relative;
}



.footer-prep .container {
    padding: 80px 0 60px;
    background:url(../images/erik_at_stove.png) no-repeat 10% bottom;
}

footer.footer {
    padding: 60px 0;
    color: #dacdb5;
    font-size: .9em;
    background:url(../images/woodbg_large.png) no-repeat 0px -2px;
    background-size: cover;
    font-family: 'Arial',sans-serif;
}

footer.footer a {
    color: #dacdb5;
}

h3.widget-title {
    margin: 0;
    padding: 0 0 10px 0;
    display: inline-block;
    font-size: 1.250em;
    color: white;
    text-transform: uppercase;
    font-family: 'aleobold',serif;
}

.footer ul {
    padding-left: 15px;
}

.footer .col-xs-4 {
    padding: 0 40px;
}

.footer .blog {
    padding-left: 100px;
    padding-right: 0;
    background:url(../images/potbelly.png) no-repeat left top
}

.footer .blog ul li {
    margin: 6px 0;
}

footer.footer .tweet {
    margin-bottom: 10px;
}

footer.footer .tweet a {
    color: #d4a534;
}

footer.footer .tweet span.time {
    font-family: 'aleoitalic',serif;
    font-size: .9em;
    display: inline-block;
    padding: 8px 0;
}

footer.footer form input[type=email] {
    border:none;
    background:#f3efe9;
    padding: 6px 10px;
    width: 100%;
}

footer.footer form input[type=submit] {
    background: transparent;
    border:none;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

footer.footer form .arrow-container {
    float: right;
    margin-top: 10px;
}

footer.footer span.h3 {
    color: white;
    position: relative;
    vertical-align: middle;
    font-family: 'aleobold',sans-serif;
    font-size: 1.365em;
}

footer.footer .questions-social .text-right {
    margin-top: 20px;
}

footer.footer .questions span.h3 {
    display: block;
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 0
}

footer.footer .questions a {
    display: inline-block;
    margin-right: 15px;
    line-height: 100%;
}

footer.footer .questions a:nth-child(2n-1) {
    border-right: 1px solid #84776e;
    padding-right: 15px;
}

footer.footer .questions-social {
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px solid #403833;
    border-bottom:1px solid #403833;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

footer.footer .copyright {
    font-size: .9em;
}

.btn-border{
    background-color:transparent;
    border:1px solid white;
    padding: 6px 20px;
    font-family: 'aleobold',serif;
    font-size: 1.1em;
    line-height: 100%;
}

.btn-border.tan, a.btn-border.tan,.footer .gform_wrapper .gform_footer input[type=submit] {
    border-color:#dacdb5;
    border-width:1px;
    border-style:solid;
    color: #dacdb5;
    background:transparent;
    padding:6px 20px;
}

.gform_wrapper .gform_footer input[type=submit] {
    color: #7e0049;
    border-color:#7e0049;
    margin-bottom:40px;
}

.newsletter .gform_wrapper .gform_body input {
    background:#f3efe9
}

.gform_wrapper .gform_footer input[type=submit] {
    float: right;
    margin-right:8px;
}

.newsletter .gform_wrapper .gform_footer {
    padding-top: 0;
}

.gform_wrapper .gform_footer input[type=submit]:after {
    display: inline-block;
    content: '';
    margin-left: 12px;
    top: 3px;
    position: relative;
    width: 17px;
    height: 13px;
    background:url(../images/sprite.png) no-repeat;
    background-position: -35px -133px;
}


#pot_belly_left,#pot_belly_right {
	margin: 50px 0;
}

	#pot_belly_right form#ppp label, #pot_belly_right form#ppp input {
		display: block;
		width: 50%;
	}

	#pot_belly_right form#ppp label {
		margin-top: 15px;
	}

	#pot_belly_right img {
	    position: absolute;
	    top: 130px;
		right: 0;
	}

	#pot_belly_right form#ppp {
	    min-height: 410px;
	    position: relative;
	    z-index: 999;
	}

	@media screen and (max-width: 710px) {

		#pot_belly_right form#ppp img {
		    position: initial;
		}

		#pot_belly_right form#ppp label, #pot_belly_right form#ppp input,#pot_belly_right form#ppp #submit {
			display: block;
			width: 100%;
		}

	}

	#pot_belly_right form#ppp #submit {
		color: #7e0049;
	    border-color: #7e0049;
	    margin-bottom: 40px;
	    border-width: 1px;
		border-style: solid;
		background: transparent;
		padding: 6px 20px;
		display: block;
		width: 50%;
		text-align: center;
		margin-top: 10px;
	}

	#pot_belly_right form#ppp #submit:hover {
		color: #fff;
	    background: #7e0049;
	    cursor: pointer;
	}



	#pot_belly_left h2,#pot_belly_right h2 {
		margin-top: 0px;
	}

	#pot_belly_right form#ppp h2 {
		margin-top: 20px;
	}

	#pot_belly_left ul {
		list-style: none;
		padding-left: 0;
	}
		#pot_belly_left ul li {
			padding: 8px 12px;
			border-bottom: 1px solid #fff;
		}

		#pot_belly_left ul li a:hover {
			text-decoration: underline;
		}

		#pot_belly_left ul li.current_page_item {
			background: #0a4537;
		}
			#pot_belly_left ul li.current_page_item a,#pot_belly_left ul li.current_page_item a:hover,#pot_belly_left ul li.current_page_item a:visited,#pot_belly_left ul li.current_page_item a:focus {
				color: #fff;
			}





/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.wp-caption {
    background: #5c3d08;
    border: 1px solid #5c3d08;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    color: white;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
}

#nutritionnav {
    padding-top: 20px;
}

#nutritionnav a {
    display: inline-block;
    margin: 8px 0;
}

#nutritiondetails {
    border-left: 1px solid #f0f0f0
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* TABLET */

@media screen and (min-width: 768px) {

    .nav>li {
        display: inline-block;
        padding: 0;
    }
    ul.nav li a,.nav>li>a {
        font-size: .8em;
        color: #5c3d08;
        line-height: 100px;
        padding: 0 10px 0 0;
        display: inline-block;
    }

    .mobile-toggle {
        display: none;
    }


    ul.nav li.our-menu a:before {
        content: '';
        width: 30px;
        height:30px;
        margin-right: 5px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background:url(../images/sprite.png) no-repeat 0 0;
    }

    ul.nav li.locations a:before {
        content: '';
        width: 30px;
        height:30px;
        margin-right: 5px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background:url(../images/sprite.png) no-repeat -33px 0;
    }

    ul.nav li.catering a:before {
        content: '';
        width: 30px;
        height:24px;
        margin-right: 5px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background:url(../images/sprite.png) no-repeat -67px 0;
    }

    ul.nav li.franchises a:before {
        content: '';
        width: 30px;
        height:30px;
        margin-right: 5px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background:url(../images/sprite.png) no-repeat -102px 0;
    }

    ul.nav li.news a:before {
        content: '';
        width: 25px;
        height:30px;
        margin-right: 5px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background:url(../images/sprite.png) no-repeat -142px 0;
    }

    ul.nav li.about a:before {
        content: '';
        width: 20px;
        height:30px;
        margin-right: 5px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background:url(../images/sprite.png) no-repeat -175px -1px;
    }


    .nav>li>a:hover {
        color: #7e0049
    }

    .nav>li>a:hover,.nav>li:hover{
        background:none;
    }

    .left-nav>li:first-child>a,.left-nav>li:first-child{
        padding-left: 0;
    }
    .right-nav>li:first-child>a,.right-nav>li:first-child{
        padding-right: 0;
    }

    .right-nav {
        width: 100%;
        display: inline-block;
        padding: 0;
        float: right;
    }

    .text-right .nav {
        padding: 0;
    }

    .right-nav>li {
        float: right;
    }

    .header.container.fixed ul li {
        margin: 0 10px;
    }

}

@media screen and (min-width:1200px) {
    ul.nav li a,.nav>li>a {
        font-size: .966em;
        padding: 0 20px 0 0;

    }



    .fixed ul.nav li a, .nav>li>a {
        padding: 0 10px 0 0
    }

    .header.container.fixed ul li {
        margin: 0 20px;
    }
}


@media screen and (min-width: 1400px) {

    /* Nav */
    .nav>li {
        display: inline-block;

    }

    .header.container.fixed ul li {
        margin: 0 28px;
    }




}


@media screen and (max-width: 1199px) {

}


@media screen and (max-width: 991px) {

    #mobile-trigger, .ordericon-container {
        top: 20px;
    }

    .fixed a.online-ordering {
        font-size: .8em;
        background-size: contain;
        margin-top: 22px;
    }
    .fixed .logo-wrapper {
        display: none
    }
    .fixed .navigation-wrapper {
        width: 100% !important
    }

    .header.container.fixed ul li {
        margin: 0 5px;
        font-size: 14px;
    }

    .col-xs-12.col-sm-1.text-center.logo-wrapper {
        display: none;
    }

    .col-xs-12.col-sm-11.navigation-wrapper {
        width: 100% !important;
    }

    ul.nav li a, .nav>li>a {
        line-height: 70px;
    }
    #content h1.page-title span,#content div.page-title span {
        min-width: 0;
    }

    #content h1.text-center.#content div.text-center {
        font-size: 40px;
    }

    .modal-dialog {
        width: 80%;
    }

    .action-row {
        clear: none;
        margin-top: -20px;
    }

    .action-row a {
        margin: 5px;
    }

    div.gallery br{
        display:none !important;
    }

    a#mobile-trigger,a#ordermobile {
        color: #d4a534;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        font-family: 'aleobold',serif;
        margin-top: 8px;
    }

    a#mobile-trigger {
        left: 5px;
        text-align: center;
    }

    a#mobile-trigger img,a#ordermobile img {
        display: block;
        margin: 5px auto;
    }

    a#mobile-trigger img,a#ordermobile img {
        margin-top: 0;
    }

    a#mobile-trigger img {
        margin-bottom: 8px;
        margin-top:5px
    }

    #hero {
        padding:100px 0;
    }

    .healthy-goodness {
        text-align: center !important;
        padding-bottom:10px;
    }

    .socialicons {
        display: inline-block;
        height: 32px;
        margin-top: 10px;
        font-size: .8em;
    }

    .comments-count.col-xs-12.col-sm-6 {
        text-align: right;
        padding-bottom: 10px;
        font-size: .8em;
    }

    ul.related_post li {
        width: 100%;
        margin-bottom: 15px;
    }

    #respond input#submit,#respond input, #respond textarea {
        max-width: 100%;
        margin-left: 0
    }
    #respond label small {
    position: relative;
}

    #location form {
        text-align: center;
        width: 100%;
    }

    .vertical-center div.scallop {
        margin-bottom: 23px;
    }

    #location form input[type=text],#location form input[type=submit] {
        float: none;
    }

    h2 small {
        position: absolute;
        right: 0;
        top: -47px;
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width:767px) {
    #content h1.page-title span,#content div.page-title span{
        min-width:10px !important;}
    ul.four-col li,ul.three-col li {
        display:inline-block;
        width:50%
    }



    #mobile-trigger, .ordericon-container {
    top: 0px;
    }

    .scallop.large {
    }

    .scallop.large ul {
        padding-left: 0;

    }

    .scallop.large ul li:after {
        display: none;
    }

    .scallop.large ul li {
        border-bottom: 1px solid #e1dac7;
        padding-bottom: 6px;
        width: 100%;
        font-size: .9em;
        margin-bottom:6px;
    }


    ul.four-col, ul.three-col {
        padding-left: 0;
    }

    ul.four-col li, ul.three-col li {
        width: 100%;
    }

    #content h1.text-center,#content div.text-center {
        font-size: 28px;
    }

    #hero.interior img {
        width: 100%;
        height: auto;
    }


    .mobile-nav li.catering a:before{
        content: '';
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 12px;
        width: 74px;
        height: 74px;
        background-image:url(../images/mobile_catering.png);
        background-repeat: no-repeat;
    }

    .mobile-nav li.our-menu a:before{
        content: '';
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 12px;
        width: 74px;
        height: 74px;
        background-image:url(../images/mobile_our_menu.png);
        background-repeat: no-repeat;
    }

    .mobile-nav li.online a:before{
        content: '';
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 12px;
        width: 74px;
        height: 74px;
        background-image:url(../images/mobile_order.png);
        background-repeat: no-repeat;
    }

    .mobile-nav li.locations a:before{
        content: '';
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 12px;
        width: 74px;
        height: 74px;
        background-image:url(../images/mobile_wheel.png);
        background-repeat: no-repeat;
    }

}


@-moz-document url-prefix() {


       div.scallop.large {
            font-size: 16px;
            margin-top: 110px !important;
        }


    }

/* MOBILE ONLY */

@media screen and (max-width: 767px) {

    footer.footer .questions-social .text-right {
        text-align: center;
        margin-top: 30px;
    }
    footer.footer .questions-social .text-right .h3 {
        margin-bottom: 10px;
        width: 100%;
    }

    #content .menu_items h2 {
        font-size: 2em;
    }

    #content .menu_items h2.menu-cat {
        font-size: 25px;
    }

    sup {
        left: 0;
    }

    div.scallop.large {
        font-size: 16px;
    }



    a.close-menu {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
        text-align: center;
    }

    div#mobilemenu {
        position: absolute;
        top: 140px;
        left: 0;
        background: url(../images/light_texture.jpg) repeat 0 0;
        width: 100%;
        z-index: 999;
    }

    div#mobilemenu .nopadding{
        padding-top: 0;
    }

    #content h1.page-title span, #content div.page-title span {
        font-size: 17px;
        background-size: 100% auto;
        background-position: center 60%;
        line-height: 50px;
    }

    #content h1.page-title span sup, #content div.page-title span sup {
        font-size: .45em;
    }

    #content h1.page-title:before, #content div.page-title:before {

        width: 6px;
        height: 50px;background-size: contain;

    }
        #content h1.page-title:after, #content div.page-title:after {
            width:7px;
            height: 50px;background-size: contain;
        }



    #content .panel-detail .description {
        width: 100%;
        max-width: 100%;
    }

    .panel-detail .image-right {
        display: none;
    }

    #content .panel-detail h3 {
        display: none
    }

    .action-row {
        text-align: center;
    }

    .action-row a {
        margin: 5px 0;
    }

    #content .panel-detail p {
        font-size: 15px;
    }

    #content div.text-center.page-title, #content h1.text-center {
        margin-top: -25px;
    }

    footer.footer .questions a:nth-child(2n-1) {
        border-right: none;
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px;
        border-bottom:1px solid #84776e;
        padding-bottom:15px;
    }

    #inner-header {
        padding: 5px 0;
    }

    a#mobile-trigger img {
        max-width: 30px;
        margin: 9px 0 9px 3px
    }
    a#mobile-trigger, a#ordermobile {
        font-size: 14px;
        max-width: 30px;
        text-align: left;
        margin-top: 15px;
    }
    a#ordermobile {
        max-width: 40px;
    }

    .ordericon-container {
        text-align: right;
        padding-right: 5px;
    }


    #hero {
        padding: 100px 0
    }

    #hero .tagline {
        font-size: 2.5em;
        max-width: 300px;
        margin: 0 auto;
    }

    .mobile-nav li {
        border-bottom: 1px dotted #61430f;
    }

    .mobile-nav li:after {
        display: inline-block;
        content: '';
        right: 10px;
        top: 40px;
        position: absolute;
        width: 17px;
        height: 13px;
        background:url(../images/sprite.png) no-repeat;
        background-position: -35px -116px;
    }

    .mobile-nav li:nth-child(even) {
        background:url(../images/med_texture.jpg) repeat 0 0;
    }

    .mobile-nav li:nth-child(odd) {
        background:url(../images/light_texture.jpg) repeat 0 0;
    }

    .nav.mobile-nav li a {
        color: #61430f;
        font-size: 1.1em;
        padding: 8px 0px 8px 90px;
        line-height: 80px;
    }

    #mobilemenu .nav.mobile-nav li a {
        font-size: .9em;
    }

    .menu_items a.button {
        font-size: 1em;
        margin: 5px;
        padding: 15px;
    }

    .nav>li>a {
        padding: 0;
    }

    .post-type-archive-menu_items div.menu-item .entry-image {
        height: auto;
    }

    .footer-prep .container {
        padding: 30px 0 250px;
        background-position: center bottom
    }

    .footer-prep .container a {
        color: #7d0049;
    }

    .footer-prep .container a.btn-arrow:after {
        display: none;
    }

    footer.footer {
        padding: 30px 0;
    }

    footer.footer .questions-social {
        margin-top: 0;
        text-align: center;
        padding-top: 0;
        font-size: 1.2em;
        border-top:none;
    }

    footer.footer .questions a {
        font-size: 1.365em;
        font-family: 'aleobold',serif;
    }

    footer.footer .questions span.h3 {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }

    footer.footer span.h3 {
        display: inline-block;
        float: left;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
    }

    footer.footer .questions-social {

    }

    footer.footer div.social.dark {
        margin-left: 10px;
    }
    footer.footer div.social.dark a {
        margin: 0 6px;
    }

    footer.footer .copyright {
        color: white;
        text-align: right;
    }

    footer.footer span.break {
        display: block;
        color: transparent;
        font:0/0a;
        clear: both;
        height: 0;
    }

    footer.footer .copyright .text-right {
        text-align: left !important;
    }

    footer.footer .copyright .text-right a {
        display: inline-block;
        margin: 0 0 15px 0;
    }

    .modal-dialog {
        width: 100%;
        margin: 0;

    }

    .modal-content {
        border-radius:none;
    }

    #lightbox-content .small-thumb {
        max-width: 50%
    }
    #lightbox-content h3 {
        font-size: 17px;
    }

    #lightbox-content .nutrition-row .customize {
        float: none;
        width: 100%;
    }

    #lightbox-content .nutrition {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    #lightbox-content .action-row a.left {
        width: 100%;
        padding: 0;
    }

    #lightbox-content .action-row .btn {
        float: none;
    }

    #lightbox-content span.smaller {
        font-size: 14px;
    }

    span.mymeal-item {
        display: inline-block;
        padding: 10px 0 0 20px;
    }

    .mymeal-item button.remove {
        margin-left: -27px;
    }

    #mymeal #lightbox-content .nutrition-row .customize {
        min-height: 0;
    }

    input#emailaddres {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 320px) {
    .nav.mobile-nav li a {
        font-size: .9em;
    }
    #hero {
        padding: 67px 0
    }
}
