body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 0;
  box-shadow: none;
  font-family: Bitter, serif;
  color: #571313;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}
h2 {
  margin: 10px 0px 4px;
  font-family: Bitter, serif;
  color: #884401;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin: 10px 0px 4px;
  font-family: Bitter, serif;
  color: #884401;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px 13px;
  font-family: Bitter, serif;
  color: #571313;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
p {
  margin-bottom: 10px;
  padding-right: 43px;
  font-family: Bitter, serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.siteborder {
  height: 4px;
  background-color: #571313;
}
.headercontainer {
  height: 143px;
}
.logo_as {
  margin-left: 70px;
}
.sm_container {
  height: 45px;
  margin-top: 16px;
}

.sm_twitter {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  float: right;
  background-color: #e3e3e3;
  background-image: url(../images/icon_twitter.png);
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat no-repeat;
}
.sm_twitter:hover {
  background-color: #77cbef;
  background-image: url(../images/icon_twitter.png);
  background-position: 50% 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sm_facebook {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  float: right;
  background-color: #e3e3e3;
  background-image: url(../images/icon_FB.png);
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat no-repeat;
}
.sm_facebook:hover {
  margin-left: 10px;
  background-color: #537abc;
  background-image: url(../images/icon_FB.png);
  background-position: 50% 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.logocontainer {
  margin-top: -32px;
}
.sm_google {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  float: right;
  background-color: #e3e3e3;
  background-image: url(../images/icon_google.png);
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat no-repeat;
}
.sm_google:hover {
  background-color: #cd3402;
  background-image: url(../images/icon_google.png);
  background-position: 50% 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sm_map {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  float: right;
  background-image: url(../images/icon_map_off.png);
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat no-repeat;
}
.sm_map:hover {
  background-image: url(../images/icon_map_on.png);
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat no-repeat;
}
.sm_phone {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  float: right;
  background-color: #e3e3e3;
  background-image: url(../images/icon_phone.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-attachment: scroll;
}
.sm_phone:hover {
  background-color: #571313;
  background-image: url(../images/icon_phone.png);
  background-position: 50% 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sm_email {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  float: right;
  background-color: #e3e3e3;
  background-image: url(../images/icon_email.png);
  background-size: 45px;
}
.sm_email:hover {
  background-color: #571313;
  background-image: url(../images/icon_email.png);
}
.nav_container {
  margin-top: -17px;
}
.nav_group {
  margin-left: 178px;
}
.nav_about {
  padding: 10px 14px;
  float: left;
  border-top: 3px solid white;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Georgia, serif;
  color: #aaa;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.nav_about:hover {
  border-top-style: solid;
  border-top-color: #571313;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #571313;
}
.nav_text {
  font-family: Bitter, serif;
  text-decoration: none;
}
.nav_text.nav_on {
  border-top: 0px solid black;
  background-color: rgba(0, 0, 0, 0);
  color: #571313;
}
.nav_divider {
  padding: 13px 10px 10px;
  float: left;
  color: #aaa;
  font-size: 18px;
}
.nav_menu {
  padding: 10px 14px;
  float: left;
  border-top: 3px solid white;
  font-family: Georgia, serif;
  color: #aaa;
  font-size: 18px;
  text-decoration: none;
}
.nav_menu:hover {
  padding: 10px 14px;
  float: left;
  border-top: 3px solid #571313;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Georgia, serif;
  color: #571313;
  font-size: 18px;
  text-decoration: none;
}
.nav_books {
  padding: 10px 14px;
  float: left;
  border-top: 3px solid white;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Georgia, serif;
  color: #aaa;
  font-size: 17px;
  text-decoration: none;
}
.nav_books:hover {
  border-top-color: #571313;
  color: #571313;
}
.nav_contact {
  padding: 10px 14px;
  float: left;
  border-top: 3px solid white;
  font-family: Georgia, serif;
  color: #aaa;
  font-size: 18px;
  text-decoration: none;
}
.nav_contact:hover {
  border-top-color: #571313;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #571313;
}
.nav_link {
  padding: 10px 13px;
  float: left;
  border-top: 3px solid white;
  font-family: Georgia, serif;
  color: #aaa;
  font-size: 18px;
  text-decoration: none;
}
.nav_link:hover {
  border-top-color: #571313;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #571313;
}
.nav_link.nav_link_on {
  border-top-color: #571313;
}
.hero_section {
  position: static;
  height: 342px;
  margin-top: 17px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/gfx_heroBkg_01_lace.png), url(../images/hero_03.jpg);
  background-position: 50% 0px, 50% 50%;
  background-size: 99px, auto;
  background-repeat: repeat-x, no-repeat;
}
.hero_text {
  width: 428px;
  height: auto;
  margin-top: 108px;
}
.dotline {
  height: 1px;
  margin-top: 6px;
  margin-bottom: 22px;
  border-bottom: 1px dotted #571313;
  border-radius: 0px;
}
.home_column2_text {
  margin-top: -5px;
}
.contentsection {
  margin-bottom: 6px;
  padding-bottom: 22px;
  border-bottom: 1px dotted #571313;
}
.footer_section {
  background-image: -webkit-linear-gradient(#f8ede0, white);
  background-image: -o-linear-gradient(#f8ede0, white);
  background-image: linear-gradient(#f8ede0, white);
}
.footer_tagline {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.gfx_tagline {
  padding-bottom: 15px;
}
.footer_hours {
  padding-bottom: 5px;
  font-family: Bitter, serif;
  color: #571313;
  font-size: 16px;
}
.gfx_logosymbol {
  margin-top: 10px;
}
.footer_contactcontainer {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.footer_address {
  padding-top: 0px;
  font-family: Bitter, serif;
  color: #571313;
  font-size: 16px;
  text-decoration: none;
}
.footer_phonenumber {
  padding-top: 19px;
  font-family: Georgia, serif;
  color: #ec9a01;
  font-size: 29px;
  text-decoration: none;
}
.footer_phonecontainer {
  padding-top: 12px;
}
.intpg_container {
  padding-top: 24px;
}
.hero_section_int {
  margin-top: 17px;
  background-image: url(../images/gfx_heroBkg_01_lace_small.png), -webkit-linear-gradient(rgba(74, 94, 162, 0.12), white);
  background-image: url(../images/gfx_heroBkg_01_lace_small.png), -o-linear-gradient(rgba(74, 94, 162, 0.12), white);
  background-image: url(../images/gfx_heroBkg_01_lace_small.png), linear-gradient(rgba(74, 94, 162, 0.12), white);
  background-position: 50% 0px, 0% 0%;
  background-repeat: repeat-x, repeat;
}
.hero_text_large {
  margin-bottom: 9px;
  padding-bottom: 10px;
}
.about_from_floatl {
  padding-top: 3px;
  padding-right: 4px;
  float: left;
}
.yelp_container {
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 20px;
  border-radius: 0px;
  box-shadow: none;
}
.yelp_panel {
  margin-bottom: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.31) 1px 0px 5px 0px;
}
.label {
  padding-right: 10px;
  padding-bottom: 10px;
  font-family: Georgia, serif;
  color: #999;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
}
.value {
  padding-bottom: 10px;
  font-family: Georgia, serif;
  color: black;
  font-size: 18px;
  line-height: 22px;
}
.value.gray {
  color: #999;
}
.value.phonenumber {
  padding-top: 7px;
  color: #571313;
}
.value.phonenumber.phone_col2 {
  padding-top: 7px;
}
.floatl {
  float: left;
}
.pricerange {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 22px;
}
.pricerange.gray {
  padding-left: 2px;
  color: #999;
}
.gfx_quote {
  float: left;
}
.quote_text {
  padding-bottom: 15px;
  font-family: Georgia, serif;
  color: #4a5ea2;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
}
.quote_text_container {
  width: 88%;
  padding-left: 10px;
  float: left;
}
.about_img_row {
  margin-top: 28px;
  margin-bottom: 21px;
}
.about_img {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.about_img_upstairs {
  margin-top: 31px;
  margin-bottom: 26px;
  text-align: center;
}
.secnav_container {
  height: auto;
  margin-top: 25px;
  border-bottom: 1px solid #571313;
}
.secnav_panel {
  width: 105px;
  height: 55px;
  margin-right: 4px;
  margin-bottom: -1px;
  float: left;
  border-top: 4px solid white;
  background-color: white;
  font-family: Georgia, serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.secnav_panel:hover {
  border-top-color: #571313;
  color: #571313;
}
.secnav_panel.secnav_panel_on {
  height: 55px;
  margin-bottom: 0px;
  border-top-color: #571313;
}
.secnav_text {
  padding: 8px 4px 13px;
  font-family: Bitter, serif;
  color: #aaa;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.secnav_text:hover {
  color: #571313;
}
.secnav_text.secnav_text_on {
  font-family: Bitter, serif;
  color: #571313;
  font-size: 15px;
}
.legend_container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: white;
}
.legendelement_container {
  margin-top: 12px;
}
.legend_image {
  display: block;
  margin-right: 10px;
  float: left;
}
.legend_text {
  height: 78%;
  float: left;
}
.legend_text_head {
  font-family: Bitter, serif;
  color: #77341a;
  font-size: 17px;
}
.legend_text_sub {
  font-family: Georgia, serif;
  color: #aaa;
  font-size: 16px;
}
.menu_header {
  margin-top: 12px;
  padding: 12px 15px;
  background-color: #77341a;
  font-family: Georgia, serif;
  color: white;
  font-size: 18px;
}
.menu_itemcols_container {
  margin-bottom: 20px;
}
.menu_item_text {
  position: static;
  width: auto;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #571313;
  font-size: 17px;
  text-align: center;
}
.menu_item_text.menu_item_text_padding {
  padding-right: 0px;
  padding-left: 0px;
}
.menu_item_text_container {
  height: 55px;
  text-align: center;
}
.menu_item_price_container {
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: -webkit-linear-gradient(360deg, #eee, white);
  background-image: -o-linear-gradient(270deg, #eee, white);
  background-image: linear-gradient(270deg, #eee, white);
  font-family: Georgia, serif;
  color: #4a5ea2;
  font-size: 17px;
  text-align: center;
}
.menu_item_price_container_01 {
  margin-bottom: 2px;
  background-image: url(../images/icon_cup_01.png), -webkit-linear-gradient(360deg, #f8ede0, white);
  background-image: url(../images/icon_cup_01.png), -o-linear-gradient(270deg, #f8ede0, white);
  background-image: url(../images/icon_cup_01.png), linear-gradient(270deg, #f8ede0, white);
  background-position: 0px 50%, 0% 0%;
  background-size: 17px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Georgia, serif;
  font-size: 18px;
  text-align: center;
}
.menu_item_price_container_01_a {
  margin-bottom: 2px;
  background-image: url(../images/icon_cup_01.png), -webkit-linear-gradient(360deg, #f8ede0, white);
  background-image: url(../images/icon_cup_01.png), -o-linear-gradient(270deg, #f8ede0, white);
  background-image: url(../images/icon_cup_01.png), linear-gradient(270deg, #f8ede0, white);
  background-position: 0px 50%, 0% 0%;
  background-size: 17px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Georgia, serif;
  font-size: 14px;
  text-align: center;
}
.menu_item_price_text {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #4a5ea2;
  font-size: 18px;
}
.menu_item_price_text.no_text_color {
  color: #f7f7f7;
}
.menu_item_price_container_02 {
  margin-bottom: 2px;
  background-image: url(../images/icon_cup_02.png), -webkit-linear-gradient(360deg, #f8ede0, white);
  background-image: url(../images/icon_cup_02.png), -o-linear-gradient(270deg, #f8ede0, white);
  background-image: url(../images/icon_cup_02.png), linear-gradient(270deg, #f8ede0, white);
  background-position: 0px 50%, 0% 0%;
  background-size: 22px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Georgia, serif;
  color: #4a5ea2;
  font-size: 18px;
  text-align: center;
}
.menu_item_price_container_03 {
  background-image: url(../images/icon_cup_03.png), -webkit-linear-gradient(360deg, #f8ede0, white);
  background-image: url(../images/icon_cup_03.png), -o-linear-gradient(270deg, #f8ede0, white);
  background-image: url(../images/icon_cup_03.png), linear-gradient(270deg, #f8ede0, white);
  background-position: 0px 50%, 0% 0%;
  background-size: 27px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Georgia, serif;
  font-size: 18px;
  text-align: center;
}
.menu_item_price_container_04 {
  background-image: -webkit-linear-gradient(360deg, #f8ede0, white);
  background-image: -o-linear-gradient(270deg, #f8ede0, white);
  background-image: linear-gradient(270deg, #f8ede0, white);
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  font-family: Georgia, serif;
  font-size: 18px;
  text-align: center;
}


.litebrown {
  color: #bb9a8d;
}
.twotone_01 {
  float: left;
}
.food_container_01 {
  background-color: #f9f2e3;
  font-family: Georgia, serif;
  font-size: 18px;
}
.food_textblock {
  width: 80%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  float: left;
}
.food_header {
  font-family: Bitter, serif;
  color: #571313;
}
.food_price {
  width: 18%;
  float: right;
  color: #4a5ea2;
  text-align: right;
}
.food_text_price {
  padding-top: 12px;
  padding-right: 15px;
}
.food_container_02 {
  background-color: white;
  font-family: Georgia, serif;
  font-size: 18px;
}
.food_text_body {
  padding-top: 2px;
  padding-left: 12px;
  color: #444;
  font-size: 16px;
}
.food_text_body.subdue {
  color: #aaa;
}
.int_content_container {
  margin-bottom: 40px;
}
.img_books {
  margin-top: 18px;
}
.hero_text_container {
  padding-top: 34px;
  padding-right: 95px;
  text-align: right;
}
.hero_section_books {
  height: 340px;
  background-image: url(../images/gfx_heroBkg_01_lace.png), url(../images/hero_books.jpg);
  background-position: 50% 0px, 50% 50%;
  background-size: 99px, auto;
  background-repeat: repeat-x, no-repeat;
}
.book_categories_container {
  padding-bottom: 20px;
}
.book_category_text {
  padding-bottom: 12px;
  font-family: Georgia, serif;
  color: #4a5ea2;
  font-size: 18px;
}
.backtotop_container {
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: right;
}
.backtotop_container.paddtopbtt {
  padding-top: 20px;
}
.backtotop_panel {
  background-color: #f8ede0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #999;
  text-decoration: none;
}
.backtotop_panel:hover {
  background-color: white;
  color: #571313;
}
.backtotop_text {
  padding: 12px 15px;
  font-family: Bitter, serif;
  color: #884401;
  font-size: 16px;
}
.page_container {
  padding-right: 10px;
  padding-left: 10px;
}
.icon_container {
  margin-top: 25px;
  padding: 12px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
}
.link {
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 26px;
}
.icon_leftcolumn {
  padding-top: 11px;
  padding-bottom: 0px;
  padding-left: 21px;
}
.icon_rightcolumn {
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
}
.fpo {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.img_contact {
  height: 219px;
  margin-top: 26px;
  margin-bottom: 10px;
  background-image: url(../images/img_contactUs2.png);
  background-repeat: no-repeat no-repeat;
}
.contact_options_container {
  margin-top: 26px;
  margin-bottom: 25px;
  padding: 15px 18px;
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.31) 1px 0px 5px 0px;
}
.emaillink {
  font-family: Georgia, serif;
  color: #006dd9;
  font-size: 18px;
  line-height: 22px;
}
.emaillink:hover {
  color: #571313;
}
.contactus_findus_iconlink {
  width: 38px;
  height: 38px;
  background-image: url(../images/icon_map_contact_off.png);
  background-repeat: no-repeat no-repeat;
}
.contactus_findus_iconlink:hover {
  background-image: url(../images/icon_map_contact_on.png), url(../images/icon_map_contact_off.png);
}
.phone_col2 {
  padding-top: 5px;
}
.icon_elena_eggdetail {
  padding-top: 8px;
  padding-bottom: 20px;
}
.icon_elena_stmatthew {
  padding-top: 66px;
  padding-bottom: 19px;
  padding-left: 14px;
}
.embed_likeus {
  padding-top: 7px;
}
.label2 {
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 7px;
  font-family: Georgia, serif;
  color: #999;
  font-size: 18px;
  text-align: right;
}
.icon_theophany {
  padding-top: 25px;
  padding-bottom: 36px;
  padding-left: 14px;
}
.icon_elder {
  padding-top: 17px;
  padding-bottom: 30px;
  padding-left: 12px;
}
.frluke_rcol {
  text-align: left;
}
.frluke_rcol.paddabove {
  padding-top: 18px;
}

.valueprop {
  padding-right: 14px;
  padding-left: 14px;
}
.gallery {
  margin-top: 22px;
  margin-bottom: 22px;
}


@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    margin-bottom: 0px;
    color: #571313;
    font-size: 23px;
  }
  h6 {
    font-family: Bitter, serif;
    font-weight: 400;
  }
  p {
    padding-right: 0px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
  }
  .sm_twitter {
    margin-left: 10px;
    background-image: url(../images/icon_twitter.png);
    background-position: 50% 50%;
  }
  .logocontainer {
    margin-top: -16px;
  }
  .sm_phone {
    background-image: url(../images/icon_phone.png);
    background-position: 50% 50%;
  }
  .nav_about {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .hero_section {
    height: 285px;
    background-color: rgba(0, 0, 0, 0);
    background-position: 50% 0px, 50% 0px;
    background-repeat: repeat-x, no-repeat;
  }
  .hero_text {
    width: 316px;
    height: auto;
    margin-top: 98px;
    margin-left: 28px;
  }
  .home_column2_text {
    margin-top: -8px;
  }
  .footer_address {
    color: #571313;
  }
  .hero_section_int {
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), -webkit-linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), -o-linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-position: 50% 0px, 0% 0%;
  }
  .yelp_container {
    padding-left: 20px;
  }
  .yelp_panel {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    box-shadow: rgba(0, 0, 0, 0.31) 1px 0px 5px 0px;
  }
  .label {
    font-size: 16px;
  }
  .value {
    font-size: 16px;
  }
  .legend_container {
    padding-bottom: 0px;
  }
  .legend_text_head {
    font-size: 16px;
  }
  .menu_item_text {
    height: 42px;
    font-size: 14px;
    line-height: 16px;
  }
  .small	{ font-size: 12px; }
  .menu_item_text.menu_item_text_padding {
    padding-left: 0px;
  }
  .menu_item_price_text {
    font-size: 16px;
  }
  .menu_item_explain_text {
    font-size: 14px;
  }
  .hero_text_container {
    height: 275px;
    padding-top: 24px;
    padding-right: 31px;
  }
  .hero_section_books {
    height: 304px;
    background-image: url(../images/gfx_heroBkg_01_lace.png), url(../images/hero_books.jpg);
    background-position: 50% 0px, 50% 50%;
  }
  .hero_text_books {
    width: 369px;
  }
  .backtotop_container {
    padding-top: 25px;
    padding-bottom: 9px;
  }
  .icon_container {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
  }
  .link {
    font-size: 16px;
    line-height: 24px;
  }
  .contact_options_container {
    box-shadow: rgba(0, 0, 0, 0.31) 1px 0px 5px 0px;
  }
  .emaillink {
    font-size: 16px;
  }
  .icon_elena_stmatthew {
    padding-left: 0px;
  }
  .img_contact {
    margin-top: 5px;
  }
  .icon_theophany {
    padding-top: 62px;
    padding-left: 0px;
  }
  .icon_elder {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 29px;
  }
  h2 {
    padding-top: 0px;
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 25px;
  }
  h6 {
    font-family: Bitter, serif;
    font-weight: 400;
  }
  p {
    padding-right: 16px;
  }
  .logo_as {
    margin-left: 30px;
  }
  .sm_container {
    margin-top: 10px;
  }
  .sm_twitter {
    margin-left: 10px;
    background-image: url(../images/icon_twitter.png);
    background-position: 50% 50%;
  }
  .logocontainer {
    margin-top: 10px;
  }
  .sm_google {
    background-image: url(../images/icon_google.png);
    background-position: 50% 50%;
  }
  .sm_map {
    background-image: url(../images/icon_map_off.png);
    background-position: 50% 50%;
  }
  .sm_phone {
    margin-right: 10px;
    background-image: url(../images/icon_phone.png);
    background-position: 50% 50%;
  }
  .sm_email {
    background-image: url(../images/icon_email.png);
  }
  .nav_group {
    margin-left: 104px;
  }
  .nav_about {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .nav_link {
    font-size: 16px;
  }
  .hero_section {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), url(../images/hero_04_phone3.jpg);
    background-position: 50% 0px, 50% 0px;
    background-size: auto, auto;
    background-repeat: repeat-x, no-repeat;
  }
  .hero_text {
    width: 306px;
    margin-top: 109px;
    margin-left: 50px;
  }
  .home_column2_text {
    margin-top: 0px;
  }
  .contentsection {
    padding-bottom: 11px;
  }
  .img_espresso {
    display: inline-block;
    width: 266px;
  }
  .footer_address {
    color: #571313;
  }
  .intpg_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero_section_int {
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), -webkit-linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), -o-linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-position: 50% 0px, 0% 0%;
  }
  .yelp_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .yelp_panel {
    padding-bottom: 12px;
    box-shadow: rgba(0, 0, 0, 0.31) 1px 0px 5px 0px;
  }
  .label {
    font-size: 16px;
    line-height: 20px;
  }
  .value {
    font-size: 16px;
    line-height: 20px;
  }
  .value.phonenumber {
    margin-top: 5px;
    padding-left: 15px;
  }
  .value.phonenumber.phone_col2 {
    margin-top: 0px;
  }
  .quote_text {
    font-family: Bitter, serif;
    font-size: 16px;
    line-height: 24px;
  }
  .about_img_container {
    padding-bottom: 10px;
    text-align: center;
  }
  .about_img_upstairs {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about_text_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu_itemcols_container {
    padding-right: 48px;
    padding-left: 43px;
  }
  .menu_item_text {
    height: 50px;
    padding-right: 168px;
    padding-left: 168px;
    font-size: 18px;
    line-height: 20px;
  }
  .int_content_container {
    padding-right: 14px;
    padding-left: 14px;
  }
  
  .img_contact {
    margin-top: 16px;
  }
  
  .img_books {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 57px;
  }
  .hero_section_books {
    height: 253px;
    background-image: url(../images/gfx_heroBkg_01_lace.png), url(../images/hero_books.jpg);
    background-position: 50% 0px, 50% 50%;
  }
  .hero_text_books {
    width: 307px;
  }
  .book_categories_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .backtotop_container {
    padding-top: 24px;
    padding-right: 15px;
    padding-bottom: 18px;
  }
  .icon_container {
    margin-top: 15px;
    padding-right: 0px;
    padding-bottom: 38px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
  }
  .link {
    font-size: 16px;
  }
  .icon_leftcolumn {
    padding-top: 0px;
  }
  .contact_options_container {
    box-shadow: rgba(0, 0, 0, 0.31) 1px 0px 5px 0px;
  }
  .contactus_findus_iconlink {
    margin-top: 9px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-bottom: 0px;
    background-image: url(../images/icon_map_contact_off.png);
  }
  .phone_col2 {
    margin-top: 0px;
    padding-bottom: 12px;
    padding-left: 15px;
  }
  .icon_elena_stmatthew {
    padding-top: 0;
    padding-bottom: 18px;
    padding-left: 40px;
  }
  .embed_likeus {
    margin-top: 6px;
    margin-bottom: 12px;
  }
  .label2 {
    padding-bottom: 0px;
    font-family: Georgia, serif;
    color: #999;
    font-size: 16px;
    text-align: left;
  }
  .icon_theophany {
    padding-top: 25px;
    padding-left: 35px;
  }
  .icon_elder {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 45px;
  }
  .valueprop {
    padding-top: 12px;
    padding-bottom: 17px;
  }
  .gallery_image {
    padding-bottom: 20px;
  }
  .mq_small_paddTop10 {
	  padding-top: 10px;
  }
}
@media (max-width: 479px) {
  h1 {
    padding: 1px 19px 8px 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  h2 {
    padding-left: 0px;
    color: #571313;
    font-size: 16px;
    font-weight: 700;
  }
  h4 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: Bitter, serif;
    color: black;
    font-size: 15px;
  }
  h6 {
    font-family: Bitter, serif;
    font-size: 15px;
    font-weight: 400;
  }
  p {
    padding-right: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .logo_as {
    margin-top: 15px;
    margin-right: 96px;
    margin-left: 96px;
  }
  .sm_twitter {
    margin-left: 5px;
    background-image: url(../images/icon_twitter.png);
    background-position: 50% 50%;
  }
  .sm_facebook {
    margin-left: 5px;
    background-image: url(../images/icon_FB.png);
    background-position: 50% 50%;
    background-size: 45px;
    background-repeat: no-repeat no-repeat;
    -webkit-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }
  .sm_facebook:hover {
    background-image: url(../images/icon_FB.png);
    background-position: 50% 50%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .sm_google {
    margin-left: 5px;
    background-image: url(../images/icon_google.png);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
  }
  .sm_map {
    margin-left: 5px;
    background-image: url(../images/icon_map_off.png);
    background-position: 50% 50%;
  }
  .sm_phone {
    margin-left: 5px;
    background-image: url(../images/icon_phone.png);
    background-position: 50% 50%;
  }
  .sm_email {
    margin-left: 5px;
    background-image: url(../images/icon_email.png);
  }
  .nav_container {
    position: relative;
    margin-top: 0px;
  }
  .nav_group {
    position: static;
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    text-align: center;
  }
  .nav_about {
    padding: 6px 8px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
  }
  .nav_divider {
    padding: 11px 6px 6px;
    font-size: 16px;
  }
  .nav_menu {
    padding: 6px 8px;
    font-size: 15px;
  }
  .nav_menu:hover {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
  }
  .nav_books {
    padding: 6px 8px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
  }
  .nav_contact {
    padding: 6px 8px;
    font-size: 15px;
  }
  .nav_link {
    padding: 7px;
    font-size: 15px;
  }
  .nav_link:hover {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .hero_section {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), url(../images/hero_04_phone3.jpg);
    background-position: 50% 0px, 50% 0px;
    background-size: auto, auto;
    background-repeat: repeat-x, no-repeat;
  }
  .hero_text {
    width: 239px;
    height: auto;
    margin-top: 103px;
  }
  .home_column2_text {
    margin-top: 13px;
    padding-left: 20px;
  }
  .img_espresso {
    width: 212px;
    margin-left: 11px;
  }
  .gfx_tagline {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer_hours {
    padding-bottom: 3px;
    font-size: 14px;
  }
  .footer_contactcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer_address {
    color: #571313;
    font-size: 14px;
  }
  .intpg_container {
    padding-right: 9px;
    padding-left: 10px;
  }
  .hero_section_int {
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), -webkit-linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), -o-linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-image: url(../images/gfx_heroBkg_01_lace_small.png), linear-gradient(rgba(74, 94, 162, 0.12), white);
    background-position: 50% 0px, 0% 0%;
  }
  .yelp_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .yelp_panel {
    padding-top: 18px;
    padding-bottom: 8px;
    box-shadow: rgba(0, 0, 0, 0.31) 1px 0px 5px 0px;
  }
  .label {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  .value {
    padding-bottom: 12px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .pricerange {
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .img_yelp {
    padding-left: 5px;
  }
  .quote_text {
    font-size: 14px;
    line-height: 20px;
  }
  .about_img_row {
    margin-bottom: 10px;
  }
  .about_img_upstairs {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about_text_container {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .secnav_panel {
    width: 72px;
    margin-right: 3px;
  }
  .secnav_panel.secnav_panel_on {
    width: 73px;
  }
  .secnav_text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .secnav_text.secnav_text_on {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .legend_text_head {
    font-family: Bitter, serif;
  }
  .menu_itemcols_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu_item_text {
    height: 45px;
    padding-right: 31px;
    padding-left: 31px;
    font-family: Bitter, serif;
    font-size: 16px;
  }
  .menu_item_text.menu_item_text_padding {
    padding-right: 49px;
    padding-left: 52px;
  }
  .menu_item_price_text {
    font-size: 18px;
  }
  .food_textblock {
    width: 70%;
    padding-left: 8px;
  }
  .food_price {
    width: 28%;
    padding-right: 8px;
  }
  .food_text_price {
    padding-right: 0px;
  }
  .food_text_body {
    font-size: 14px;
    line-height: 18px;
  }
  .food_text_body.subdue {
    color: #aaa;
  }
  .int_content_container {
    padding-right: 11px;
    padding-left: 11px;
  }
  .img_books {
    height: 249px;
    padding-bottom: 12px;
    padding-left: 11px;
  }
  .hero_text_container {
    height: 263px;
    padding-top: 8px;
    padding-right: 10px;
  }
  .hero_section_books {
    height: 243px;
    background-image: url(../images/gfx_heroBkg_01_lace.png), url(../images/hero_books.jpg);
    background-position: 50% 0px, 50% 50%;
  }
  .hero_text_books {
    width: 260px;
    margin-right: 13px;
    padding-top: 19px;
    padding-right: 0px;
  }
  .book_category_text {
    font-family: Bitter, serif;
    font-size: 14px;
    line-height: 17px;
  }
  .backtotop_container {
    padding-bottom: 14px;
  }
  .backtotop_container.paddtopbtt {
    padding-right: 0px;
  }
  .icon_container {
    margin-top: 10px;
    padding-right: 12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
  }
  .link {
    font-size: 14px;
  }
  .icon_leftcolumn {
    padding: 2px 0px 16px;
  }
  .icon_rightcolumn {
    padding-bottom: 0px;
  }
  .contact_options_container {
    box-shadow: rgba(0, 0, 0, 0.31) 1px 0px 5px 0px;
  }
  .emaillink {
    font-size: 14px;
  }
  .contactus_findus_iconlink {
    margin-bottom: 10px;
    background-image: url(../images/icon_map_contact_off.png);
  }
  .phone_col2 {
    padding-bottom: 10px;
  }
  .icon_elena_stmatthew {
    padding-left: 0px;
  }
  .embed_likeus {
    margin-bottom: 10px;
  }
  .label2 {
    padding-bottom: 0px;
    text-align: left;
  }
  .yelp_small {
    padding-left: 15px;
  }
  .icon_theophany {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .icon_elder {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .valueprop {
    padding-bottom: 12px;
  }
  .gallery_image {
    padding-left: 23px;
    text-align: left;
  }
  .mq_small_paddTop10 {
	  padding-top: 10px;
  }
}