/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
@import url(https://fonts.googleapis.com/css?family=Bungee|Lato:400,700);
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.0em;
  line-height: 1.2em; }
  html img, body img {
    border: none; }

#isSmall {
  visibility: hidden;
  float: none; }

#isMedium {
  visibility: hidden;
  float: none; }

#isLarge {
  visibility: hidden;
  float: none; }

.w1Col {
  width: 12.5%; }

.w2Col {
  width: 25%; }

.w3Col {
  width: 37.5%; }

.w4Col {
  width: 50%; }

.w5Col {
  width: 62.5%; }

.w6Col {
  width: 75%; }

.w7Col {
  width: 87.5%; }

.w8Col {
  width: 100%; }

/*.floatLeft { float: left; }
.floatRight { float: right; }*/
.contentLeft {
  text-align: left; }

.contentCenter {
  text-align: center; }

.contentRight {
  text-align: right; }

.nonResponsive {
  display: none; }

.mobileMenuWrapper {
  display: none; }

#loading {
  background: rgba(255, 255, 255, 0.75) no-repeat center 56%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: opacity ease .5s; }
  #loading.complete {
    opacity: 0;
    pointer-events: none; }
  #loading img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto; }

.top {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 30%;
  padding: 0;
  background: linear-gradient(to bottom, #000 30%, rgba(0, 0, 0, 0));
  z-index: 1000;
  transition: linear 0.25s; }
  .top.active {
    transition: linear 0.25s; }
  .top .topLogo {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1000;
    width: 200px;
    padding: 0;
    transition: linear 0.25s;
    transform: translateX(-50%); }
    .top .topLogo img {
      width: 100%;
      height: auto;
      margin: auto; }

@keyframes bouncing {
  0% {
    bottom: 30px; }
  50% {
    bottom: 20px; }
  100% {
    bottom: 30px; } }
.chapterImage {
  cursor: default;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center; }
  .chapterImage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(https://maddencdn.com/content/images/2019/flagler/top-restaurants/hero_white_top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  .chapterImage.c0::before {
    display: none; }
  .chapterImage h1 {
    font-family: "Bungee", cursive;
    font-weight: 400;
    font-size: 90px;
    line-height: 1em;
    color: #fff;
    margin: 0;
    position: absolute;
    z-index: 10;
    bottom: 70px;
    width: 100%;
    text-align: center; }
    .chapterImage h1 span {
      display: block; }

.chapter {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 500;
  background: #fff; }
  .chapter .byline {
    padding: 2em 3em;
    background: #1e428a; }
    .chapter .byline h2 {
      color: #fff;
      margin: 0 auto;
      text-align: center;
      font-size: 3em;
      font-weight: 700;
      font-family: "Lato", sans-serif;
      line-height: 1.2; }

h3 {
  text-align: center;
  color: #73984A;
  font-size: 4.4em;
  font-family: "Bungee", cursive;
  margin: 1em auto;
  line-height: 1.2; }

section {
  position: relative;
  display: block;
  cursor: default;
  user-select: none;
  margin: 0 auto;
  padding: 2.5em 0;
  max-width: 900px;
  box-sizing: border-box;
  text-align: left;
  color: #2c2c2c;
  font-family: "Lato", sans-serif; }
  section.centered {
    max-width: 1100px;
    padding-bottom: 100px; }
  section .inlineImage {
    width: 120%;
    margin: 4em 0 4em -10%;
    transition: 0.5s ease-in 0.5s;
    opacity: 0; }
    section .inlineImage.show {
      opacity: 1;
      transition: 0.5s ease-in 0.5s; }
    section .inlineImage img {
      width: 100%;
      height: auto;
      display: block; }
  section a:link, section a:visited, section a:active {
    text-decoration: underline;
    font-weight: 700;
    color: #73984A; }
  section a:hover {
    text-decoration: underline; }

.inlineShare {
  display: block;
  text-align: center;
  margin: 2em 0 0 0; }
  .inlineShare span {
    position: relative;
    display: inline-block;
    transform: translateY(-4px);
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 0.9em;
    font-weight: bold; }
  .inlineShare a {
    text-decoration: none !important;
    background: none !important; }
    .inlineShare a img {
      width: 20px;
      height: auto;
      margin-left: 8px; }
    .inlineShare a:hover {
      background: none !important;
      text-decoration: none !important; }
      .inlineShare a:hover img {
        opacity: 0.75; }

.ctaText .ctaWrapper {
  display: block;
  margin: 3em auto;
  text-align: center;
  max-width: 770px; }
  .ctaText .ctaWrapper a.cta:link, .ctaText .ctaWrapper a.cta:visited {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 30px 50px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border: 3px solid #73984A;
    font-family: "Lato", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    color: #73984A;
    text-decoration: none;
    transition: color 0.3s, background 0.3s; }
    .ctaText .ctaWrapper a.cta:link.blue, .ctaText .ctaWrapper a.cta:visited.blue {
      color: #1e428a;
      border: 3px solid #1e428a; }
  .ctaText .ctaWrapper a.cta:hover {
    background: #73984A;
    color: #fff; }
    .ctaText .ctaWrapper a.cta:hover.blue {
      background: #1e428a;
      color: #fff; }

.pullquoteWrapper {
  position: relative;
  padding: 5em 0;
  margin: 6em auto 2em auto;
  border-top: 3px solid #fcbf28;
  border-bottom: 3px solid #fcbf28; }
  .pullquoteWrapper::before {
    content: url(https://maddencdn.com/content/images/2019/flagler/top-restaurants/pull_quote_shrimp.png);
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 1em; }

.pullquote {
  font-family: "Bungee", cursive;
  font-size: 2em;
  color: #fcbf28;
  margin: 0 auto;
  line-height: 1.3;
  box-sizing: border-box;
  transition: 0.5s ease-in 0.5s; }
  .pullquote.flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    text-decoration: none;
    color: #fcbf28; }
  .pullquote .guide {
    display: block; }
  .pullquote span {
    display: block;
    text-align: center;
    max-width: 450px;
    margin: 1em 2em; }

#where_to_stay {
  padding: 3em 2em;
  background-color: #fcbf28; }
  #where_to_stay h2 {
    font-size: 2.5em;
    font-family: "Bungee", cursive;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.2; }
  #where_to_stay h3 {
    color: #000;
    text-align: left;
    margin: 0;
    font-size: 2em;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
  #where_to_stay a {
    color: #000; }

.footer {
  position: relative;
  width: 100%;
  background-color: #1e428a;
  text-align: center;
  padding: 1em 0;
  z-index: 1000; }
  .footer a {
    text-decoration: none; }
  .footer .alsoLike {
    padding: 1em 20px 0 20px;
    text-align: center;
    color: #fff;
    font-family: "Bungee", cursive;
    font-weight: 400;
    font-size: 32px;
    line-height: 1em;
    margin: 0 auto;
    z-index: 1;
    display: inline-block; }
  .footer .alsoLikeLinkWrap {
    overflow: hidden;
    width: 75%;
    max-width: 1200px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 3em 10px 1.5em 10px; }
    .footer .alsoLikeLinkWrap .linkWrapper {
      position: relative;
      height: 200px;
      width: calc(100% / 3 - 40px);
      margin: 0 20px;
      display: inline-block;
      box-sizing: border-box; }
    .footer .alsoLikeLinkWrap .rLink {
      width: 100%;
      height: 100%;
      position: absolute;
      display: inline-block;
      left: 0;
      top: 0;
      transition: background-size 0.4s; }
      .footer .alsoLikeLinkWrap .rLink.rLink1 {
        background: transparent url(https://maddencdn.com/content/images/2019/flagler/top-restaurants/footer_img1.jpg) no-repeat center;
        background-size: 100% auto; }
      .footer .alsoLikeLinkWrap .rLink.rLink2 {
        background: transparent url(https://maddencdn.com/content/images/2019/flagler/top-restaurants/footer_img2.jpg) no-repeat center;
        background-size: 100% auto; }
      .footer .alsoLikeLinkWrap .rLink.rLink3 {
        background: transparent url(https://maddencdn.com/content/images/2019/flagler/top-restaurants/footer_img3.jpg) no-repeat center;
        background-size: 100% auto; }
      .footer .alsoLikeLinkWrap .rLink .linkTitleWrapper {
        display: table;
        position: absolute;
        bottom: 0;
        width: calc(100% - 20px);
        padding: 15px 10px;
        background: #73984A;
        transition: background 0.2s; }
        .footer .alsoLikeLinkWrap .rLink .linkTitleWrapper .linkTitle {
          display: table-cell;
          vertical-align: middle;
          color: #fff;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 1.1em;
          line-height: 1em; }
      .footer .alsoLikeLinkWrap .rLink:hover {
        background-size: 105% auto; }
        .footer .alsoLikeLinkWrap .rLink:hover .linkTitleWrapper {
          background: #73984A; }
