html,
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

#about > .fl-row-content-wrap {
  background-position: 105% 2%; }

/* Lazy Load Image background color */
img[src^="data:image/gif;base64"] {
  opacity: 0 !important; }

/* Navbar */
#navbar .fl-menu-horizontal {
  width: 100%; }

#navbar > .fl-row-content-wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  height: 25vh;
  background: -webkit-linear-gradient(top, rgba(19, 29, 11, 0.75) 0%, rgba(19, 29, 11, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 29, 11, 0.75)), to(rgba(19, 29, 11, 0)));
  background: linear-gradient(to bottom, rgba(19, 29, 11, 0.75) 0%, rgba(19, 29, 11, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf131d0b', endColorstr='#00131d0b',GradientType=0 );
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none; }

#navbar ul.menu > li:not(.nav_social) > a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease; }

#navbar ul.menu > li.current-menu-item:not(.nav_social) > a,
#navbar ul.menu > li:not(.nav_social) > a:hover,
#navbar ul.menu > li:not(.nav_social) > a:focus,
#navbar ul.menu > li:not(.nav_social) > a:active {
  color: #fff;
  background-color: transparent;
  text-decoration: none; }

#navbar ul.menu > li:not(.nav_social) > a:hover:after,
#navbar ul.menu > li:not(.nav_social) > a:focus:after,
#navbar ul.menu > li:not(.nav_social) > a:active:after {
  width: calc(100% - 28px); }

#navbar ul.menu > li.nav_social {
  border-left: none !important;
  padding: 14px 0;
  float: right !important;
  margin: 0 0 0 5px;
  display: inline-block; }

#navbar ul.menu > li.nav_social > a {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  line-height: 24px;
  padding: 0 !important;
  font-size: 16px;
  background-color: #E2B852;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 0px;
  color: #2d2d2d !important; }

#navbar ul.menu > li.nav_social > a > i {
  position: absolute;
  top: 50%;
  left: 50%;
  left: calc(50% + 0.5px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

#navbar ul.menu > li.nav_social > a:hover,
#navbar ul.menu > li.nav_social > a:focus,
#navbar ul.menu > li.nav_social > a:active {
  background-color: #fff; }

/* Standard Page (no Beaver Builder) */
body:not(.fl-builder) header.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
  position: relative; }

body:not(.fl-builder) #navbar {
  background-image: url(/wp-content/themes/bb-theme-child/img/navbar-bg_texture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 4px solid #2D2D2D; }

body:not(.fl-builder) #navbar > .fl-row-content-wrap:after {
  display: none; }

body:not(.home) #rambler_app_nav {
  display: none !important; }

/* Homepage Hero Bottom Texture */
.home_hero .fl-row-content-wrap:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding-bottom: 3%;
  background: url(/wp-content/themes/bb-theme-child/img/hero_bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }

/* Homepage Photos */
#photo__reuben_fritters img,
#photo__totchos img {
  width: auto;
  max-height: 420px; }

/* Menu Top & Bottom Texture */
.gwd_visualmenu_row .fl-row-content-wrap:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding-bottom: 2%;
  background: url(/wp-content/themes/bb-theme-child/img/menu_top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -1px; }

.gwd_visualmenu_row .fl-row-content-wrap:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding-bottom: 3%;
  background: url(/wp-content/themes/bb-theme-child/img/menu_bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center calc(100% + 1px); }

/* Menu Floating over texture */
.gwd_visualmenu_row .fl-row-content-wrap > .fl-row-content {
  position: relative;
  z-index: 2; }

.gwd_visualmenu_row .fl-module-bb-gwd-visualmenu {
  margin-top: -40px;
  margin-bottom: -40px; }

/* Reverse Section */
.section__reverse {
  color: #fff; }

.section__reverse * {
  color: #fff; }

/* LightGallery Caption sizing - for Visual Menu */
.lg-sub-html p {
  font-size: 15px; }

/* Footer */
.gwd_footer_photorow .col-xs-2 {
  padding: 0; }

.gwd_footer_mainrow .fl-col-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.gwd_footer_mainrow .fl-menu .menu > li.current-menu-item > a {
  color: #fff; }

.gwd_footer_mainrow .fl-menu .menu > li.current-menu-item > a:hover {
  color: #bcbcbc; }

/* Readable Width */
.gwd_readable_width {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* Homepage SVG Header */
.hdr_ramble-on img {
  width: 50%; }

/* Separators */
.hdr__bottom-border > .fl-module-content {
  margin-top: -10px !important; }

/* Font Weight */
.fl-rich-text b,
.fl-rich-text strong {
  font-weight: 600; }

.pp-instagram-feed .pp-feed-item-inner {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 100% !important; }

.pp-instagram-feed-grid .pp-feed-item {
  width: 16.66% !important; }

.pp-instagram-feed .pp-feed-item a {
  height: 100%;
  width: 100%;
  position: absolute; }

@media (max-width: 768px) {
  header.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
    position: relative; }
  #navbar {
    background-image: url(/wp-content/themes/bb-theme-child/img/navbar-bg_texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom: 4px solid #2D2D2D; }
  #navbar > .fl-row-content-wrap:after {
    display: none; }
  #navbar #navbar_logo > .fl-module-content,
#navbar .fl-module-menu > .fl-module-content {
    margin-top: 10px;
    margin-bottom: 10px; }
  #navbar_logo img {
    max-height: 60px; }
  #navbar .fl-menu-mobile-toggle {
    float: right; }
  #navbar .fl-menu-mobile-toggle:hover {
    color: #fff;
    background: transparent; }
  #navbar .fl-menu-mobile-toggle.fl-active {
    color: #fff;
    background: transparent;
    z-index: 1;
    position: fixed;
    top: 30px;
    right: 20px; }
  #navbar ul.menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 0;
    text-align: center;
    padding: 90px;
    overflow-y: auto; }
  #navbar ul.menu > li.nav_social {
    float: none !important;
    margin-top: 30px !important; }
  /* HOME INTRO */
  #about > .fl-row-content-wrap,
#about + .fl-row > .fl-row-content-wrap {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0; }
  /* FOOTER */
  .gwd_footer_mainrow .fl-col-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gwd_footer_mainrow .fl-col-group > .fl-col:last-child {
    text-align: center; }
  #rambler_app_nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  #rambler_app_nav > .fl-row-content-wrap {
    padding: 0; }
  #rambler_app_nav .fl-module-content {
    margin-bottom: 10px; }
  #rambler_app_nav .fl-icon {
    display: block; }
  #rambler_app_nav .fl-icon i {
    float: none; }
  #rambler_app_nav .fl-icon-text {
    padding-left: 0;
    padding-top: 7px;
    height: auto !important;
    line-height: 1;
    display: block;
    font-size: .9em; }
  #rambler_app_nav a,
#rambler_app_nav a:focus,
#rambler_app_nav a:active,
#rambler_app_nav a:hover {
    outline: none; }
  .pp-instagram-feed-grid .pp-feed-item {
    width: 33.33% !important; } }
