@font-face {
  font-family: 'lobsterregular';
  src: url("../font/lobster-regular-webfont.eot");
  src: url("../font/lobster-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/lobster-regular-webfont.woff2") format("woff2"), url("../font/lobster-regular-webfont.woff") format("woff"), url("../font/lobster-regular-webfont.ttf") format("truetype"), url("../font/lobster-regular-webfont.svg#lobsterregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url("../font/opensans-bold-webfont.eot");
  src: url("../font/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-bold-webfont.woff2") format("woff2"), url("../font/opensans-bold-webfont.woff") format("woff"), url("../font/opensans-bold-webfont.ttf") format("truetype"), url("../font/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold_italic';
  src: url("../font/opensans-bolditalic-webfont.eot");
  src: url("../font/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-bolditalic-webfont.woff2") format("woff2"), url("../font/opensans-bolditalic-webfont.woff") format("woff"), url("../font/opensans-bolditalic-webfont.ttf") format("truetype"), url("../font/opensans-bolditalic-webfont.svg#open_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansitalic';
  src: url("../font/opensans-italic-webfont.eot");
  src: url("../font/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-italic-webfont.woff2") format("woff2"), url("../font/opensans-italic-webfont.woff") format("woff"), url("../font/opensans-italic-webfont.ttf") format("truetype"), url("../font/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansregular';
  src: url("../font/opensans-regular-webfont.eot");
  src: url("../font/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-regular-webfont.woff2") format("woff2"), url("../font/opensans-regular-webfont.woff") format("woff"), url("../font/opensans-regular-webfont.ttf") format("truetype"), url("../font/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ramarajaregular';
  src: url("../font/ramaraja-regular-webfont.eot");
  src: url("../font/ramaraja-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ramaraja-regular-webfont.woff2") format("woff2"), url("../font/ramaraja-regular-webfont.woff") format("woff"), url("../font/ramaraja-regular-webfont.ttf") format("truetype"), url("../font/ramaraja-regular-webfont.svg#ramarajaregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background: #003c7d;
  color: #fff;
  font-family: "open_sansregular", Helvetica, "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0px; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  a:hover, a:focus {
    color: #bdd3e9; }

p {
  font-size: 13px;
  line-height: 18px; }

h2 {
  margin: 3px 0px; }
  h2.title {
    background: url(../images/layout/h2_bg.png) no-repeat;
    color: #003c7d;
    text-transform: uppercase;
    width: 360px;
    /* Add extra to center the text with an offset */
    height: 64px;
    padding: 10px 0px 10px 60px;
    font-family: serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600; }
    h2.title span {
      background-color: #fff; }

h3 {
  margin: 3px 0px; }
  h3.title.hand_small_left {
    background: url(../images/icons/ico_hand_small_left.png) no-repeat;
    font-family: "lobsterregular";
    font-size: 34px;
    padding-left: 30px;
    margin-top: 3px; }

h4 {
  margin: 3px 0px;
  text-transform: uppercase;
  font-size: 14px; }

#wrapper {
  margin: 20px 0px 0px;
  overflow: hidden; }

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.page_wrapper {
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  width: auto; }

.servings {
  font-family: "open_sansregular";
  font-weight: bold;
  display: none !important; }

.content.white_bg {
  background: #fff;
  margin: 0 auto;
  max-width: 940px;
  padding: 15px; }
  .content.white_bg .inner_content {
    border: 2px solid #003c7d; }

.col-centered {
  float: none;
  margin: 0 auto !important; }

.content_block {
  margin: 20px 0px; }

.header-container {
  position: relative; }

.header_inline_content h2 {
  float: left;
  display: inline;
  margin: 0px;
  text-align: left; }

.header_inline_content p {
  padding-right: 15px; }

.center_txt {
  text-align: center; }

.center_block {
  margin: 0px auto; }

.navmobile.mobile {
  padding-top: 5px;
  position: absolute;
  right: 24%; }
  .navmobile.mobile a img {
    height: 40px; }
  .navmobile.mobile a:first-child {
    margin-right: 30px; }

.mobile-info {
  display: none; }

.divider {
  background: url("../images/divider-center.jpg") center center repeat-x;
  margin: 30px 0;
  width: 100%; }
  .divider .center {
    background: url("../images/divider-left.jpg") left center no-repeat, url("../images/divider-right.jpg") right center no-repeat;
    height: 16px;
    width: 100%; }

#info-nav nav a {
  font-family: serif;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  line-height: 38px;
  line-height: 2.375rem; }
  #info-nav nav a.contact-phone {
    float: left;
    padding: 6px 0; }
  #info-nav nav a.contact_us {
    background: url("../images/icons/ico_contact.png") left no-repeat;
    float: left;
    padding: 10px 0 10px 36px; }
  #info-nav nav a.find_us {
    background: url("../images/icons/ico_map_marker.png") right no-repeat;
    padding: 10px 40px 10px 0; }
  #info-nav nav a:hover, #info-nav nav a:focus {
    color: #bdd3e9;
    text-decoration: none; }

#info-nav nav .right-block {
  float: right;
  display: flex;
  align-items: center; }
  #info-nav nav .right-block a:first-child {
    display: block;
    margin-right: 30px; }

.navbar {
  border-top: 8px double #fff;
  border-bottom: 8px double #fff;
  margin-top: 20px;
  min-height: 20px;
  padding: 10px 0;
  position: relative;
  z-index: 1; }
  .navbar .navbar-nav {
    margin: 24px -15px 7.5px -15px; }
    @media screen and (min-width: 700px) {
      .navbar .navbar-nav {
        margin: 7.5px -15px; } }
    .navbar .navbar-nav li a {
      padding-top: 20px; }

#tertiary_links {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%; }
  #tertiary_links #menu {
    left: 127px;
    position: absolute;
    width: 300px;
    font-size: 32px;
    line-height: 32px;
    bottom: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    #tertiary_links #menu:hover, #tertiary_links #menu:focus {
      bottom: -3px; }
  #tertiary_links #order {
    position: absolute;
    width: 300px;
    font-size: 32px;
    line-height: 32px;
    bottom: 0px;
    right: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    #tertiary_links #order:hover, #tertiary_links #order:focus {
      bottom: -3px; }

.page_divider_up {
  background-position: 0px 0px;
  height: 10px;
  width: 939px;
  background: url(../images/layout/page_divider_sprite.png) no-repeat;
  clear: both; }

.page_divider_down {
  background-position: 0px -10px;
  height: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
  max-width: 939px;
  background: url(../images/layout/page_divider_sprite.png) no-repeat;
  clear: both;
  width: 100%; }

header {
  width: 100%; }
  header h1 {
    background: url("../images/layout/logo_murrays.png") no-repeat;
    left: 50%;
    margin: 0 0 0 -149px;
    height: 178px;
    max-width: 298px;
    position: absolute;
    text-indent: -9999px;
    top: -50px;
    width: 100%;
    z-index: 1000; }
  header .divider {
    clear: both;
    height: 10px;
    max-width: 939px;
    background: url(../images/layout/page_divider_sprite.png) no-repeat;
    width: 100%; }
    header .divider.page_divider_up {
      background-position: 0px 0px;
      height: 10px;
      max-width: 939px;
      background: url(../images/layout/page_divider_sprite.png) no-repeat;
      clear: both;
      width: 100%; }
    header .divider.page_divider_down {
      background-position: 0px -10px;
      height: 10px;
      max-width: 939px;
      background: url(../images/layout/page_divider_sprite.png) no-repeat;
      clear: both;
      width: 100%; }
  header nav {
    margin: 0px;
    padding: 0px; }
    header nav .left_nav a {
      float: left; }
    header nav .right_nav a {
      float: right; }
    header nav a {
      float: left;
      font-family: serif;
      font-size: 24px;
      display: block;
      letter-spacing: 1.5px;
      padding: 5px 18px;
      text-transform: uppercase;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      header nav a:hover, header nav a:focus {
        color: #bdd3e9;
        text-decoration: underline; }

.sub-header .sub-nav {
  text-align: center; }
  .sub-header .sub-nav a {
    font-family: "lobsterregular";
    font-size: 38px;
    text-shadow: 2px 2px #7394b7;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .sub-header .sub-nav a:hover, .sub-header .sub-nav a:focus {
      color: #7394b7;
      text-decoration: none;
      text-shadow: none; }

.order-online #order-btn {
  position: relative;
  display: block;
  height: 125px; }
  .order-online #order-btn .hand-left, .order-online #order-btn .hand-right {
    position: absolute;
    top: 80%;
    z-index: 10;
    pointer-events: none; }
  .order-online #order-btn .text {
    position: absolute;
    top: 50%;
    z-index: 5; }
  .order-online #order-btn .hand-left, .order-online #order-btn .hand-right {
    width: 30%; }
  .order-online #order-btn .hand-left {
    left: 0;
    transform: translateY(-50%); }
  .order-online #order-btn .hand-right {
    right: 0;
    transform: translateY(-50%) rotate(180deg) scaleY(-1); }
  .order-online #order-btn .textbox {
    position: relative; }
    .order-online #order-btn .textbox > span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .order-online #order-btn .textbox > span span {
        display: block;
        color: #fff;
        line-height: 1;
        text-align: center; }
      .order-online #order-btn .textbox > span span:first-child {
        font-family: serif;
        font-weight: 600;
        font-style: normal;
        font-size: 25px;
        text-transform: uppercase; }
        @media screen and (min-width: 600px) {
          .order-online #order-btn .textbox > span span:first-child {
            font-size: 35px; } }
        @media screen and (min-width: 700px) {
          .order-online #order-btn .textbox > span span:first-child {
            font-size: 45px; } }
      .order-online #order-btn .textbox > span span:last-child {
        font-family: "lobsterregular";
        font-weight: 400;
        font-style: normal;
        font-size: 25px; }
        @media screen and (min-width: 600px) {
          .order-online #order-btn .textbox > span span:last-child {
            font-size: 35px; } }
        @media screen and (min-width: 700px) {
          .order-online #order-btn .textbox > span span:last-child {
            font-size: 45px; } }
  .order-online #order-btn .text {
    width: 70%;
    max-width: 350px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media screen and (min-width: 700px) {
      .order-online #order-btn .text {
        max-width: 405px; } }

.our-menu {
  position: relative; }
  .our-menu ul {
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 32;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #003c7d;
    box-shadow: 0 25px 24px 0 #0000004f;
    border-radius: 8px; }
    .our-menu ul li a {
      display: block; }
    .our-menu ul li:last-child a {
      padding-bottom: 20px; }
  .our-menu:hover ul, .our-menu:focus ul {
    display: block; }

#follow-us {
  text-align: center; }
  #follow-us h2 {
    font-family: "lobsterregular";
    font-size: 30px; }
  #follow-us a {
    display: inline-block;
    position: relative; }
    #follow-us a svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      z-index: 10;
      transform: translate(-50%, -50%);
      transition: fill 200ms; }
    #follow-us a.social-fb svg {
      fill: #1877f2; }
    #follow-us a.social-ig svg {
      fill: #C13584; }
    #follow-us a:hover svg, #follow-us a:focus svg {
      fill: #003c7d !important; }

#mobile-carousel {
  margin: 0 auto; }
  #mobile-carousel .slides {
    height: 0;
    overflow: hidden;
    /* fix ie overflow issue */
    margin: 0 auto;
    padding-bottom: 60.94%;
    position: relative;
    border: 1px solid #ccc; }
    #mobile-carousel .slides .prev {
      left: 0;
      margin-top: -31px;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 10; }
      #mobile-carousel .slides .prev .arrow {
        margin-top: 20px; }
    #mobile-carousel .slides .next {
      margin-top: -31px;
      right: 0;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 10; }
      #mobile-carousel .slides .next .arrow {
        margin-top: 20px; }
    #mobile-carousel .slides ul {
      position: relative;
      left: 0;
      top: 0;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 5760px; }
      #mobile-carousel .slides ul li {
        float: left; }
        #mobile-carousel .slides ul li img {
          width: 100%; }

#bagel_gallery_top {
  position: relative; }

.gallery {
  position: relative;
  height: 323px;
  background: #FFF;
  margin: 0 0 20px 0;
  overflow: hidden; }
  .gallery .left_overlay {
    background: url(../images/layout/diagonal_stripe_bg.png) repeat;
    height: 323px;
    left: 0;
    top: 0;
    width: 356px;
    position: absolute;
    z-index: 9; }
  .gallery .right_overlay {
    background: url(../images/layout/diagonal_stripe_bg.png) repeat;
    height: 323px;
    right: 0;
    top: 0;
    width: 356px;
    position: absolute;
    z-index: 9; }
  .gallery .left_control {
    left: 0;
    position: absolute;
    top: 125px;
    cursor: pointer;
    z-index: 10; }
    .gallery .left_control .decorative_bar_center {
      width: 50px; }
    .gallery .left_control .arrow {
      margin-top: 20px; }
  .gallery .right_control {
    right: 0;
    position: absolute;
    top: 125px;
    cursor: pointer;
    z-index: 10; }
    .gallery .right_control .arrow {
      margin-top: 20px; }
  .gallery .left_control {
    left: 0px;
    position: absolute;
    top: 125px;
    cursor: pointer;
    z-index: 10; }
    .gallery .left_control .arrow {
      margin-left: 20px;
      margin-right: 8px;
      float: right; }
  .gallery .right_control {
    right: 0px;
    position: absolute;
    top: 125px;
    cursor: pointer;
    z-index: 10; }
    .gallery .right_control .arrow {
      margin-left: 8px;
      margin-right: 20px; }
  .gallery .gallery_images {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 10000px; }
    .gallery .gallery_images img {
      float: left;
      margin-right: 15px;
      margin-left: 0px; }
  .gallery .overlays {
    background: url(../images/layout/diagonal_stripe_bg.png) repeat;
    height: 323px;
    width: 356px;
    position: absolute;
    z-index: 9; }
    .gallery .overlays.left_overlay {
      left: 0; }
    .gallery .overlays.right_overlay {
      right: 0; }

.bagels-mobile {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative; }
  .bagels-mobile .strike_through_text {
    margin-bottom: 20px; }
    .bagels-mobile .strike_through_text h4 {
      font-size: 20px; }
    .bagels-mobile .strike_through_text .text_center_line {
      top: 16px; }
  .bagels-mobile .have_coffee.ribbon_wrapper {
    bottom: 0px;
    width: 95%;
    margin-left: 15px;
    height: 90px;
    padding-top: 50px;
    position: relative; }
    .bagels-mobile .have_coffee.ribbon_wrapper .center {
      padding: 0 10px;
      width: 100%; }
    .bagels-mobile .have_coffee.ribbon_wrapper .coffee_cup {
      position: absolute;
      left: 12%;
      top: -5px;
      z-index: 11;
      width: 90px;
      height: 108px;
      background: url(../images/layout/coffee_cup_small.png) no-repeat; }
    .bagels-mobile .have_coffee.ribbon_wrapper .coffee_cup_spacer {
      margin-right: 90px; }
    .bagels-mobile .have_coffee.ribbon_wrapper .full_menu {
      margin: 10px 0px 0px 0px;
      text-decoration: underline;
      font-family: Helvetica;
      font-size: 13px; }
  .bagels-mobile .row-border {
    border-bottom: 1px solid #fff;
    height: 32px;
    margin-bottom: 10px; }
    .bagels-mobile .row-border p {
      font-family: "lobsterregular";
      font-size: 28px; }
  .bagels-mobile ul {
    padding: 0; }
    .bagels-mobile ul li {
      list-style-type: none; }

.bagel_gallery .product_image, .bagel_gallery .product_image--no-hover {
  position: relative;
  border: solid 3px #fff;
  cursor: pointer;
  height: 142px;
  margin: 10px;
  overflow: hidden;
  width: 265px; }
  .bagel_gallery .product_image img, .bagel_gallery .product_image--no-hover img {
    width: 100%; }
  .bagel_gallery .product_image.last, .bagel_gallery .product_image--no-hover.last {
    margin-right: 0px; }
  .bagel_gallery .product_image span, .bagel_gallery .product_image--no-hover span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family: "lobsterregular";
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    padding: 20px;
    color: #003c7d;
    transform: translateY(100%);
    transition: transform 400ms; }
  .bagel_gallery .product_image:hover span, .bagel_gallery .product_image:focus span, .bagel_gallery .product_image--no-hover:hover span, .bagel_gallery .product_image--no-hover:focus span {
    transform: translateY(0%); }

.bagel_gallery .varieties {
  height: 142px;
  margin: 10px;
  width: 265px; }
  .bagel_gallery .varieties img {
    display: block;
    height: 79px;
    margin: auto;
    width: 132px; }

.bagel_gallery .full_menu {
  text-transform: uppercase; }

/*
.decorative_vertical_bar {
	background: url(../images/layout/decorative_vertical_bar.png) no-repeat;
	min-width: 43px;
	height: auto;
	padding-left: 53px;
}
*/
.gallery_text.show {
  display: block; }

#gallery_bottom_content {
  position: relative; }
  #gallery_bottom_content .gallery_text {
    display: none;
    background: #003c7d;
    margin: 0 auto;
    z-index: 1;
    width: 51%; }
    #gallery_bottom_content .gallery_text .title {
      font-family: "lobsterregular";
      font-size: 44px;
      margin-bottom: 20px; }

#catering-carousel {
  margin: 0 auto; }
  #catering-carousel .slides {
    height: 0;
    overflow: hidden;
    /* fix ie overflow issue */
    margin: 0 auto;
    padding-bottom: 55.11%;
    position: relative;
    border: 1px solid #ccc; }
    #catering-carousel .slides .catering-prev {
      left: 0;
      margin-top: -31px;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 10; }
      #catering-carousel .slides .catering-prev .arrow {
        margin-top: 20px; }
    #catering-carousel .slides .catering-next {
      margin-top: -31px;
      right: 0;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 10; }
      #catering-carousel .slides .catering-next .arrow {
        margin-top: 20px; }
    #catering-carousel .slides ul {
      position: relative;
      left: 0;
      top: 0;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 5760px; }
      #catering-carousel .slides ul li {
        float: left; }
        #catering-carousel .slides ul li img {
          display: block;
          width: 100%; }

.mobile-map img {
  height: auto;
  margin: 10px 0;
  width: 100%; }

.mobile-map .contact-phone {
  background: url("../images/contact-phone.jpg") no-repeat;
  font-size: 22px;
  height: 27px;
  padding: 0 0 0 54px; }

.mobile-map .contact-fax {
  background: url("../images/contact-fax.jpg") no-repeat;
  font-size: 22px;
  height: 27px;
  padding: 0 0 0 54px; }

.decorative_bar_left {
  background: url(../images/layout/decorative_bar_left.png) no-repeat;
  height: 64px;
  float: left;
  width: 29px; }

.decorative_bar_center {
  background: url(../images/layout/decorative_bar_center.png) repeat-x;
  height: 64px;
  float: left; }

.decorative_bar_right {
  background: url(../images/layout/decorative_bar_right.png) no-repeat;
  height: 64px;
  float: left;
  width: 29px; }

.decorative_bar_right_endcap {
  float: left;
  width: 10px;
  background: url(../images/layout/decorative_bar_right_endcap.png) no-repeat;
  height: 64px; }

.decorative_vertical_bar {
  background: url(../images/layout/decorative_vertical_bar.png) no-repeat;
  min-width: 43px;
  height: auto;
  padding-left: 53px; }

#directions_list {
  text-align: left;
  padding: 20px 0;
  line-height: 1.8; }
  #directions_list b {
    text-decoration: underline; }
  #directions_list div {
    padding-left: 20px; }

.backMap {
  font-family: "lobsterregular";
  font-size: 22px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #003c7d;
  border: 2px #003c7d solid;
  color: #fff;
  margin-bottom: 30px;
  transition: background-color 200ms; }
  .backMap:hover, .backMap:focus {
    color: #003c7d;
    background-color: #fff; }

.contact_info {
  margin-top: 20px; }

.address {
  font-size: 24px;
  line-height: 28px; }

.telephone {
  margin: 0px 80px 0px 60px;
  background: url(../images/icons/ico_tel.png) no-repeat;
  height: 27px;
  float: left;
  padding-left: 55px;
  line-height: 27px;
  font-size: 19px; }

.fax {
  background: url(../images/icons/ico_fax.png) no-repeat;
  height: 27px;
  float: left;
  padding-left: 55px;
  line-height: 27px;
  font-size: 19px; }

#location #map_legend {
  float: right;
  margin-right: 30px;
  width: 455px; }

#location #gmap_wrapper {
  display: none;
  color: #003c7d; }
  #location #gmap_wrapper .backMap {
    font-weight: bold;
    cursor: pointer; }

#location .content.white_bg .inner_content {
  padding: 35px 70px;
  text-align: center; }

#location .googleLink {
  position: absolute;
  top: 210px;
  left: 420px;
  width: 50px;
  height: 70px;
  background-color: transparent;
  z-index: 1000; }

#location #gmap_canvas {
  width: 100%;
  height: 429px; }

#location .top_bar {
  position: absolute;
  left: 150px;
  top: 0px;
  z-index: 100; }

#location .bottom_bar {
  bottom: 10px;
  position: absolute;
  left: 150px;
  z-index: 100; }
  #location .bottom_bar .decorative_bar_center {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 38px;
    text-indent: 30px; }

#location .decorative_bar_center {
  float: left;
  height: 64px;
  width: 765px;
  padding: 15px 20px; }

#location #map_wrapper {
  margin: 25px 0px;
  padding: 25px 0px 25px;
  position: relative; }
  #location #map_wrapper .title {
    font-weight: normal;
    font-size: 15px;
    padding-left: 40px;
    margin: 8px 30px 0px 0px; }

#location input {
  width: 400px;
  height: 30px;
  border: solid 1px #fff;
  background: #003c7d;
  color: #b2b2b2;
  padding: 5px 15px;
  font-size: 14px; }

#location #map_it {
  font-family: "lobsterregular";
  font-size: 22px;
  float: right;
  cursor: pointer;
  border: 0;
  background-color: transparent; }
  #location #map_it:hover, #location #map_it:focus {
    color: #bdd3e9;
    text-decoration: underline; }

#nosh_bottom_content {
  position: relative; }
  #nosh_bottom_content .gallery_text {
    display: none;
    margin: 0 auto;
    background: #003c7d;
    z-index: 1;
    width: 51%; }
    #nosh_bottom_content .gallery_text .title {
      font-family: "lobsterregular";
      font-size: 44px;
      margin-bottom: 20px; }

.selected {
  display: block; }

#nosh-carousel {
  margin: 0 auto; }
  #nosh-carousel .slides {
    height: 0;
    overflow: hidden;
    /* fix ie overflow issue */
    margin: 0 auto;
    position: relative;
    border: 1px solid #ccc; }
    #nosh-carousel .slides .nosh-prev {
      left: 0;
      margin-top: -31px;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 10; }
      #nosh-carousel .slides .nosh-prev .arrow {
        margin-top: 20px; }
    #nosh-carousel .slides .nosh-next {
      margin-top: -31px;
      right: 0;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 10; }
      #nosh-carousel .slides .nosh-next .arrow {
        margin-top: 20px; }
    #nosh-carousel .slides ul {
      position: relative;
      left: 0;
      top: 0;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 5760px; }
      #nosh-carousel .slides ul li {
        float: left; }
        #nosh-carousel .slides ul li img {
          display: block;
          width: 100%; }

#nosheria_gallery {
  height: 373px;
  border: solid 2px #fff;
  position: relative;
  overflow: hidden;
  max-width: 855px;
  width: 100%; }
  #nosheria_gallery .gallery_images {
    height: 373px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    overflow: hidden;
    width: 100000px; }
    #nosheria_gallery .gallery_images img {
      float: left; }
  #nosheria_gallery ul {
    margin: -3px -4px 0px 0px;
    padding: 0px;
    position: absolute;
    right: -2px;
    z-index: 10; }
    #nosheria_gallery ul li {
      list-style: none;
      clear: both;
      float: right;
      margin-bottom: -1px; }
      #nosheria_gallery ul li.selected a {
        width: 395px; }
      #nosheria_gallery ul li a {
        line-height: 64px;
        font-size: 22px;
        font-weight: bold;
        padding: 0 !important;
        width: 375px; }

.nosheraiCopy {
  display: none;
  text-align: center;
  float: left; }
  .nosheraiCopy h3.title {
    font-family: "lobsterregular";
    font-size: 32px; }
    .nosheraiCopy h3.title.hand_small_left {
      background-position: 130px 10px;
      margin-bottom: 20px; }

#nosheria_text .content_block {
  display: none; }
  #nosheria_text .content_block.selected {
    display: block; }

.hand {
  background: url(../images/hand.png) no-repeat;
  display: inline-block;
  height: 30px;
  margin-left: -40px;
  width: 72px; }

.have_coffee.ribbon_wrapper {
  bottom: 70px;
  width: 72%;
  margin-left: 125px;
  height: 90px;
  padding-top: 50px;
  position: absolute;
  right: 0; }
  .have_coffee.ribbon_wrapper .center {
    font-size: 30px;
    width: 94%; }
  .have_coffee.ribbon_wrapper .coffee_cup {
    position: absolute;
    left: 202px;
    top: -5px;
    z-index: 11;
    width: 138px;
    height: 186px;
    background: url(../images/layout/coffee_cup_small.png) no-repeat; }
  .have_coffee.ribbon_wrapper .coffee_cup_spacer {
    margin-right: 100px; }
  .have_coffee.ribbon_wrapper .full_menu {
    margin: 10px 15px 0px 0px;
    text-decoration: underline;
    font-family: Helvetica;
    font-size: 13px; }

#coffee-block h2 {
  margin-bottom: 30px; }

#mobile-beverages {
  clear: both;
  margin: 10px 0; }
  #mobile-beverages h4 {
    background: url("../images/hand.png") no-repeat;
    font-family: "open_sansregular";
    font-weight: bold;
    font-size: 30px;
    margin-top: 32px;
    padding: 2px 0px 10px 62px; }
  #mobile-beverages ul {
    padding: 0; }
    #mobile-beverages ul li {
      border-bottom: 1px solid #fff;
      list-style-type: none;
      padding: 10px 0 5px 0; }
  #mobile-beverages p {
    font-size: 20px;
    line-height: 24px; }

#beverages {
  width: 842px;
  margin-bottom: 20px;
  margin-top: 60px;
  position: relative; }
  #beverages button {
    border: 0; }
  #beverages .beverages_left {
    background: url(../images/layout/flag_bar_left.png) no-repeat;
    clear: both;
    float: left;
    width: 65px;
    height: 6px; }
  #beverages .center {
    float: left;
    width: 660px;
    height: 372px;
    background: #FFF;
    margin: 3px 10px 0px 10px; }
  #beverages .beverages_right {
    background: url(../images/layout/flag_bar_right.png) no-repeat;
    float: left;
    width: 65px;
    height: 6px; }
    #beverages .beverages_right .flag {
      margin-right: 8px; }
  #beverages .flag {
    width: 52px;
    height: 30px;
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
    border-right: solid 2px #FFF;
    margin-top: 8px;
    cursor: pointer; }
    #beverages .flag .flag_txt {
      padding: 10px 0px 0px 13px;
      display: none; }
  #beverages .selected .flag {
    background: #fff; }
    #beverages .selected .flag .flag_txt {
      display: block; }
  #beverages .selected .ribbon_down {
    background: url(../images/layout/ribbon_down.png) no-repeat; }
  #beverages .ribbon_down {
    width: 52px;
    height: 14px;
    background: url(../images/layout/ribbon_down_off.png) no-repeat; }
  #beverages .beverages_txt {
    font-size: 15px;
    width: 430px;
    margin: 20px auto;
    padding: 0;
    text-align: center; }
  #beverages .locally_roasted {
    position: absolute;
    bottom: 15px;
    left: 57px;
    width: 187px;
    height: 160px;
    background: url(../images/layout/locally_roasted.png) no-repeat; }
  #beverages .coffee_cup_large {
    position: absolute;
    top: 120px;
    left: 255px;
    width: 289px;
    height: 240px;
    background: url(../images/layout/coffee_cup_large.png) no-repeat; }
  #beverages #hot {
    border: solid 2px #003c7d;
    width: 300px;
    height: 335px;
    cursor: pointer;
    margin: 17px 0px 0px 17px; }
    #beverages #hot img {
      margin: 25px 0px 0px 30px; }
  #beverages #cold {
    border: solid 2px #003c7d;
    width: 300px;
    height: 335px;
    cursor: pointer;
    margin: 17px 17px 0px 0px; }
    #beverages #cold img {
      float: right;
      margin: 25px 30px 0px 0px; }
  #beverages #hot_content {
    width: 622px;
    height: 335px;
    border: solid 2px #003c7d;
    display: none;
    color: #003c7d;
    font-weight: bold;
    margin: 17px; }
  #beverages #cold_content {
    width: 622px;
    height: 335px;
    border: solid 2px #003c7d;
    display: none;
    color: #003c7d;
    font-weight: bold;
    margin: 17px; }
  #beverages .beverage_type .sizes {
    margin-bottom: 5px; }
  #beverages .beverage_type .content {
    padding: 20px; }
  #beverages .beverage_type .item {
    border-bottom: solid 2px #003c7d;
    margin-bottom: 9px; }
    #beverages .beverage_type .item p {
      margin: 0px 0px -7px 0px;
      padding: 0px;
      font-size: 14px; }
    #beverages .beverage_type .item .drink_name {
      background: #fff;
      float: left;
      padding-right: 15px; }
    #beverages .beverage_type .item .drink_price {
      background: #fff;
      float: right;
      padding-left: 15px;
      z-index: 9999; }

.ribbon_wrapper .ribbon_left {
  background: url(../images/layout/ribbon_left.png) no-repeat;
  float: left;
  height: 52px;
  width: 14px; }

.ribbon_wrapper .center {
  float: left;
  height: 52px;
  line-height: 52px;
  color: #003c7d;
  background: #FFF;
  position: relative;
  text-transform: uppercase;
  font-family: serif;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 61px; }
  .ribbon_wrapper .center a {
    line-height: 52px;
    color: #003c7d; }

.ribbon_wrapper .ribbon_right {
  background: url(../images/layout/ribbon_right.png) no-repeat;
  float: left;
  height: 52px;
  width: 14px; }

.strike_through_text {
  display: none !important;
  background: #003c7d;
  height: 40px;
  position: relative; }
  .strike_through_text h4 {
    background: #003c7d;
    display: block;
    font-family: "open_sansregular";
    font-weight: bold;
    padding-right: 20px;
    position: absolute;
    top: 0;
    z-index: 2; }
  .strike_through_text .text_center_line {
    background: #fff;
    height: 2px;
    position: absolute;
    top: 9px;
    width: 100%;
    z-index: 1; }

#full_menu_ribbon {
  margin-top: 22px; }
  #full_menu_ribbon .menu-ribbon {
    margin: 0 auto;
    width: 392px; }
  #full_menu_ribbon .center {
    position: relative; }
  #full_menu_ribbon .full {
    font-family: "lobsterregular";
    text-transform: capitalize;
    font-size: 28px;
    transform: rotate(-9deg) translateY(3px);
    display: inline-block;
    margin: 0 5px;
    line-height: 0; }

#fuss_block {
  position: relative;
  margin: 30px 0px 0; }

#see_fuss_about {
  font-size: 32px;
  font-family: "lobsterregular";
  margin-bottom: 20px; }

#story .story-indent {
  padding-left: 54px; }

#story .title.hand_small_left {
  background-position: 0px 13px;
  clear: both;
  margin: 20px 0; }

#story p {
  font-size: 15px;
  line-height: 20px;
  padding-left: 32px; }

#story .left {
  float: left;
  margin: 0 0 30px 32px;
  max-width: 600px;
  min-height: 830px;
  width: 100%; }

#story .right {
  float: left;
  margin-left: 30px;
  max-width: 222px;
  width: 100%; }

#story .imgBorder {
  border: 2px solid #fff; }

.bottom-content {
  position: relative; }
  .bottom-content .divider {
    margin: 0;
    position: absolute;
    top: 55px;
    z-index: 1; }
  .bottom-content .bottom-logo {
    background: url("../images/layout/logo_murrays.png") no-repeat;
    background-size: contain;
    height: 112px;
    left: 72px;
    position: absolute;
    top: 0;
    width: 186px;
    z-index: 2; }

.column_six {
  float: left;
  width: 47%; }

.clear_floats {
  clear: both; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.img-divider {
  background: #fff;
  height: 1px;
  width: 80%;
  margin: 20px auto; }

footer {
  float: left;
  position: absolute;
  display: block;
  width: 750px;
  height: 150px;
  margin-left: -50px;
  z-index: 3; }
  footer .footerAddress {
    position: absolute;
    top: 36px;
    left: 350px;
    font-size: 12px; }
  footer .photo-credit {
    position: absolute;
    bottom: 7px;
    left: 40px;
    font-size: 9px; }

@media (max-width: 1200px) {
  .have_coffee {
    width: 68%; }
    .have_coffee .center {
      font-size: 26px; }
    .have_coffee .coffee_cup {
      left: 28%; }
  #follow-us {
    margin-bottom: 30px; }
  #beverages {
    width: 684px; }
    #beverages .beverages_left {
      clear: left; }
    #beverages .coffee_cup_large {
      left: 207px;
      top: 133px; }
    #beverages .center {
      width: 534px; }
    #beverages #hot, #beverages #cold {
      width: 250px; }
    #beverages #hot_content, #beverages #cold_content {
      width: 500px; }
  #location .top_bar, #location .bottom_bar {
    left: 0; }
  #location .decorative_bar_center {
    width: 783px; }
  #location .content.white_bg .inner_content {
    padding: 0; }
  .bagels-mobile .have_coffee.ribbon_wrapper .center {
    width: 90%; } }

@media (max-width: 991px) {
  h1 {
    background: url("../images/layout/logo_murrays.png") no-repeat;
    background-size: 100%;
    height: 100%;
    left: 6px;
    max-height: 100px;
    max-width: 144px;
    position: absolute;
    text-indent: -9999px;
    top: 68px;
    width: 100%;
    z-index: 1000; }
  .navbar-nav {
    float: right; }
  #gallery_bottom_content {
    margin-top: 10px; }
    #gallery_bottom_content .gallery_text {
      width: 100%; }
      #gallery_bottom_content .gallery_text .title {
        font-size: 26px; }
  #nosh_bottom_content {
    margin-top: 10px; }
    #nosh_bottom_content .gallery_text {
      width: 100%; }
      #nosh_bottom_content .gallery_text .title {
        font-size: 26px; }
  .bottom-content .divider {
    width: 95%; }
  /*
	.bagels-mobile {
		.have_coffee {
			width: 68%;
			.center {
				font-size: 26px;
			}
			.coffee_cup {
				left: 20%;
			}
		}
	}
*/ }

@media (max-width: 767px) {
  h1 {
    height: 100%;
    max-height: 142px;
    max-width: 226px;
    top: 0; }
  .navbar-nav {
    float: left; }
  .navbar-toggle {
    margin-right: 0; }
    .navbar-toggle .icon-bar {
      color: #fff;
      border: 1px solid #fff; } }

@media (max-width: 640px) {
  .phone-sub-nav.container {
    padding-right: 0; }
  #follow-us {
    margin-bottom: 0px; }
  .mobile-info {
    display: block; }
  .telephone {
    margin: 0px 80px 10px 0px; }
  #story .story-indent {
    padding-left: 15px; }
  #story p {
    padding-left: 0; }
  #see_fuss_about {
    font-size: 26px; }
  .bottom-content .bottom-logo {
    height: 54px;
    left: 32px;
    width: 82px; }
  .bottom-content .divider {
    top: 24px; }
  .mobile-map .contact-phone, .mobile-map .contact-fax {
    background: none;
    padding: 0; }
  .navbar-nav {
    float: none; }
  h1 {
    height: 100%;
    max-height: 70px;
    max-width: 120px; }
  header nav .mobile a {
    border-bottom: 1px solid #fff;
    float: none; }
  .navbar-toggle .icon-bar {
    color: #003c7d;
    border: 1px solid #003c7d; }
  .bagels-mobile .have_coffee.ribbon_wrapper .center {
    font-size: 11px; }
  .bagels-mobile .have_coffee.ribbon_wrapper .coffee_cup {
    left: 76px;
    background-size: contain;
    top: 11px;
    width: 65px; }
  #wrapper {
    margin: 0; }
  .top-bar {
    background: #fff; }
  .navbar {
    border-bottom: none;
    margin: 0; }
  .header_inline_content h2 {
    float: none; }
    .header_inline_content h2.title {
      color: #003c7d;
      font-size: 28px;
      padding: 0 50px 0 4px; }
  .header_inline_content p {
    margin-top: 10px; }
  .sub-header {
    margin-bottom: 10px; }
    .sub-header .sub-nav {
      text-align: right; }
      .sub-header .sub-nav a {
        font-size: 24px; }
  #follow-us {
    text-align: center; }
  h2 {
    float: none; }
    h2.title {
      background: #fff url(../images/title-ribbon.png) center right no-repeat;
      padding: 0 16px 0 4px; }
  .decorative_vertical_bar {
    background: none;
    padding-left: 0; }
  h3.title.hand_small_left {
    background: none;
    padding: 0; }
  #gallery_bottom_content .gallery_text img {
    width: 100%; }
  #nosh_bottom_content .gallery_text img {
    width: 100%; }
  .mobile-map .contact-phone, .mobile-map .contact-fax {
    font-size: 18px; }
  .bagels-mobile .row-border p {
    font-size: 17px; } }

.the-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2500000;
  display: none; }

.the-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 106;
  transform: translate(-50%, -50%);
  font-size: 13px;
  line-height: 18px;
  background-color: #003c7d;
  padding: 20px;
  max-width: 500px;
  width: 98%;
  text-align: left;
  border-radius: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white, inset 0 0 0 4px #003c7d, inset 0 0 0 6px white; }
  .the-modal-content h2, .the-modal-content h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.3; }
  .the-modal-content h2 {
    font-family: "lobsterregular";
    font-size: 42px; }
  .the-modal-content h3 {
    margin-bottom: 20px;
    font-size: 15px; }
  .the-modal-content ul {
    padding-left: 16px; }
  .the-modal-content p, .the-modal-content li {
    font-size: 14px; }
  .the-modal-content button {
    position: absolute;
    top: 18px;
    right: 19px;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold; }
  .the-modal-content a {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 640px) {
    .the-modal-content {
      padding: 40px; }
      .the-modal-content h2 {
        font-size: 52px; }
      .the-modal-content h3 {
        font-size: 18px; }
      .the-modal-content p, .the-modal-content li {
        font-size: 14px; } }

@media (min-width: 768px) {
  .hidden-after-mobile {
    display: none !important; } }

@media (min-width: 992px) {
  .sub-header {
    padding-top: 15px;
    padding-bottom: 15px; } }

.goldbelly-button-mobile {
  position: absolute;
  right: 0;
  top: -97px; }
  @media (min-width: 452px) {
    .goldbelly-button-mobile {
      right: 20px;
      top: -90px; } }
  @media (min-width: 992px) {
    .goldbelly-button-mobile {
      display: none; } }

.goldbelly-badge-mobile {
  width: 100px;
  height: auto; }
  @media (min-width: 452px) {
    .goldbelly-badge-mobile {
      width: 140px; } }

.goldbelly-button {
  position: relative; }
  .goldbelly-button:hover .goldbelly-badge {
    transform: scale(1.1) rotate(15deg); }

.goldbelly-badge {
  display: none;
  position: absolute;
  z-index: 10;
  transition: transform 300ms; }
  @media (min-width: 992px) {
    .goldbelly-badge {
      display: block;
      top: -56px;
      right: -71px;
      width: 83px;
      height: auto; } }
  @media (min-width: 1040px) {
    .goldbelly-badge {
      display: block;
      top: -23px;
      right: -109px;
      width: 100px;
      height: auto; } }
  @media (min-width: 1280px) {
    .goldbelly-badge {
      display: block;
      top: -66px;
      right: -194px;
      width: 180px;
      height: auto; } }

.email-signup-form {
  position: relative;
  background: url("../images/email-signup-bg-pattern.png") repeat-x;
  background-size: contain;
  border-top: 8px double #fff;
  border-bottom: 8px double #fff;
  padding: 20px 20px 70px 20px; }
  @media (min-width: 1024px) {
    .email-signup-form {
      padding: 25px 0; } }
  .email-signup-form:before, .email-signup-form:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    aspect-ratio: 235/98;
    transform: translateY(-50%);
    max-width: 235px; }
    @media (min-width: 1024px) {
      .email-signup-form:before, .email-signup-form:after {
        display: block;
        height: 33%; } }
    @media (min-width: 1150px) {
      .email-signup-form:before, .email-signup-form:after {
        height: 50%; } }
    @media (min-width: 1280px) {
      .email-signup-form:before, .email-signup-form:after {
        height: 75%; } }
  .email-signup-form:before {
    background: url("../images/email-signup-left-hand.png") no-repeat;
    background-size: contain;
    left: 0; }
  .email-signup-form:after {
    background: url("../images/email-signup-right-hand.png") no-repeat;
    background-size: contain;
    right: 0; }
  .email-signup-form .form-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    max-width: 1024px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .email-signup-form .form-wrapper {
        gap: 50px;
        justify-content: center;
        flex-wrap: nowrap; } }
    .email-signup-form .form-wrapper .form_fields {
      width: 100%; }
      @media (min-width: 1024px) {
        .email-signup-form .form-wrapper .form_fields {
          width: auto; } }
    .email-signup-form .form-wrapper form {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px; }
      @media (min-width: 1024px) {
        .email-signup-form .form-wrapper form {
          flex-wrap: nowrap; } }
      .email-signup-form .form-wrapper form input {
        font-family: serif;
        padding: 10px;
        border: 0;
        border-radius: 0; }
      .email-signup-form .form-wrapper form input[type="submit"] {
        background-color: #003c7d;
        text-transform: uppercase;
        border: 1px solid #fff; }
        .email-signup-form .form-wrapper form input[type="submit"]:hover, .email-signup-form .form-wrapper form input[type="submit"]:focus {
          border: 1px solid #003c7d;
          background-color: #bdd3e9;
          color: #003c7d; }
      .email-signup-form .form-wrapper form input[type="email"] {
        border: 1px solid #fff;
        color: #003c7d;
        width: 100%; }
        @media (min-width: 768px) {
          .email-signup-form .form-wrapper form input[type="email"] {
            min-width: 250px; } }
        @media (min-width: 1024px) {
          .email-signup-form .form-wrapper form input[type="email"] {
            min-width: initial; } }
        .email-signup-form .form-wrapper form input[type="email"]::placeholder {
          color: #aac2db;
          text-transform: uppercase; }
    .email-signup-form .form-wrapper .form-response {
      max-width: 180px;
      background-color: #003c7d;
      padding: 10px;
      border: 6px double white;
      text-align: center; }
      .email-signup-form .form-wrapper .form-response p {
        margin: 0; }
  .email-signup-form .form-headline {
    font-family: serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px; }

/* Modal Overlay */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 9999; }

/* Modal Container */
.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0e1f3e;
  color: #fff8e2;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }

/* Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #fff8e2;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-close:hover {
  color: #fff; }

/* Modal Content */
.modal-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0; }

.email-modal-content {
  padding: 40px 40px; }
  .email-modal-content .btn {
    font-family: serif;
    background-color: #003c7d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 1px #fff solid; }
    .email-modal-content .btn:hover, .email-modal-content .btn:focus {
      background-color: #fff;
      color: #003c7d; }
  .email-modal-content .btn-invisible {
    font-family: serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px; }
    .email-modal-content .btn-invisible:hover, .email-modal-content .btn-invisible:focus {
      color: #bdd3e9; }

.modal-text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.4; }

/* Form Styling */
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 15px; }

.response-btn {
  background-color: #003c7d;
  text-transform: uppercase;
  border: 1px solid #fff; }
  .response-btn:hover, .response-btn:focus {
    border: 1px solid #003c7d;
    background-color: #bdd3e9;
    color: #003c7d; }

.modal-form form {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px; }
  @media (min-width: 1024px) {
    .modal-form form {
      flex-wrap: nowrap; } }
  .modal-form form input {
    font-family: serif;
    padding: 10px;
    border: 0;
    border-radius: 0;
    width: 100%; }
  .modal-form form input[type="submit"], .modal-form form .response-btn {
    background-color: #003c7d;
    text-transform: uppercase;
    border: 1px solid #fff; }
    .modal-form form input[type="submit"]:hover, .modal-form form input[type="submit"]:focus, .modal-form form .response-btn:hover, .modal-form form .response-btn:focus {
      border: 1px solid #003c7d;
      background-color: #bdd3e9;
      color: #003c7d; }
  .modal-form form input[type="email"] {
    border: 1px solid #fff;
    color: #003c7d; }
    .modal-form form input[type="email"]::placeholder {
      color: #aac2db;
      text-transform: uppercase; }

.giftcardTrigger {
  display: block;
  cursor: pointer; }
