/*
Theme Name: fyrestarter-child
Theme URI:
Author: Fyresite
Author URI: fyresite.com
Template: fyrestarter
Description: Custom Wordpress Theme for ...
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Tags:
Text Domain: fyrestarter
*/


/******** font families ********/

  @font-face {
      font-family: 'helveticaneue_thin';
      src: url('fonts/helveticaneue_thin.eot');
      src: url('fonts/helveticaneue_thin.woff') format('woff'), url('fonts/helveticaneue_thin.ttf') format('truetype'), url('fonts/helveticaneue_thin.svg') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'helveticaneue_light';
      src: url('fonts/helveticaneue_light.eot');
      src: url('fonts/helveticaneue_light.woff') format('woff'), url('fonts/helveticaneue_light.ttf') format('truetype'), url('fonts/helveticaneue_light.svg') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'helveticaneue_medium';
      src: url('fonts/helveticaneue_medium.eot');
      src: url('fonts/helveticaneue_medium.woff') format('woff'), url('fonts/helveticaneue_medium.ttf') format('truetype'), url('fonts/helveticaneue_medium.svg') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'helvetica_neu_bold';
      src: url('fonts/helvetica_neu_bold.eot');
      src: url('fonts/helvetica_neu_bold.woff') format('woff'), url('fonts/helvetica_neu_bold.ttf') format('truetype'), url('fonts/helvetica_neu_bold.svg') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Gabriela_Stencil_Bold';
      src: url('fonts/Gabriela_Stencil_Bold.eot');
      src: url('fonts/Gabriela_Stencil_Bold.woff') format('woff'), url('fonts/Gabriela_Stencil_Bold.ttf') format('truetype'), url('fonts/Gabriela_Stencil_Bold.svg') format('svg');
      font-weight: normal;
      font-style: normal;
  }

/******** fonts ********/

  .wht-txt {
      color: #fff;
  }
  .uppercase {
      text-transform: uppercase;
  }
  .bold {
      font-family: 'helvetica_neu_bold';
  }
  .centered {
      text-align: center;
  }
  #fyre a {
      cursor: pointer !important;
      transition: all 0.3s ease !important;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
  }
  a:focus, a:hover {
      text-decoration: none !important;
  }
  body#fyre {
      font-family: 'helveticaneue_light';
      color: #232325;
  }
  main p {
      margin-top: 0;
      /*margin-bottom: 1rem;*/
      margin-bottom: 30px;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 36px;
  }
  #fyre .lrg-stencil {
      font-family: 'Gabriela_Stencil_Bold';
      font-style: italic;
      font-size: 56px; 
      display: table;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px;
  }
  .stencil-drk {
      color: #313131;
      border-bottom: 1px solid #313131;
  }
  .stencil-lit {
      color: #ECECDB;
      border-bottom: 1px solid #ECECDB;
  }




/******** builder ********/

  section {
      padding: 80px 0;
      position: relative;
  }
  .grybg {
      background-image: linear-gradient(-180deg, #D8DEDD 0%, #FFFFFF 100%);
  }
  .grnbg {
      background-color: #A0A048;
  }
  .lt-grybg {
      background-color: #F2F2F2;
  }
  .full-img {
      display: block;
      width: 100%;
  }
  .container img {
      width: auto !important;
  }
  .no-padd {
      padding: 0 !important;
  }
  .med-space {
      margin-bottom: 45px;
  }
  .page #content {
      margin-top: initial;
      overflow: hidden;
  }
  .margin-auto {
      margin: auto !important;
  }
  .bg-cover {
      background-size: cover;
  }
  .bg-center {
      background-position: center;
  }
  .img-center {
      margin: auto;
      display: block;
  }
  .middle-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .overlay-lit {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #000;
      opacity: .45;
  }
  .overlay-mid {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #000;
      opacity: .55;
  }
  .overlay-drk {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #000;
      opacity: .65;
  }
  .overlay-grn {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #A0A048;
      opacity: 0.83;
  }
  .overlay-blue {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #88B6DB;
      opacity: 0.8;
  }
  .overlayed-content {
      z-index: 2;
  }
  .thebg.video {
      z-index: 0 !important;
      /* min-width: 100%; */
      width: 100% !important;
      min-height: 100%;
      width: auto;
      height: auto;
      object-fit: cover;
      object-position: center;
  }

  .thebg {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
  }
  .thebg:before, .thebg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 100%;
      width: 100%;
  }

  /* boxed-cols */
/*
  .middle-content-holder {
      display: table;
      height: 100%;
      width: 100%;
  }
  .middle-content-inner {
      display: table-cell;
      vertical-align: middle;
  }
*/
  #fyre .col-bg {
      background-size: cover;
      background-position: center;
      min-height: 460px
  }
  #fyre .content-boxed {
    padding: 120px 120px;
  }
  .middle-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .middle-content-inner {
      position: relative;
      z-index: 1;
  }

  /* container fixes */

  @media (min-width: 1200px) {
    #navigation .container, #top-bar .container {
        width: 1340px;
    }
    footer .container {
        width: 1240px;
    }
  }




/******** header/nav ********/


/* main */

  #top {
     position: relative;
      /*z-index: 999999;*/
  }
  #navigation {
      position: absolute;
      padding: 32px 0;
      display: block !important;
      /*z-index: 999;*/
      width: 100%;
      transition: all .2s ease-in-out;
      background: transparent;
  }
  .navbar {
    -ms-flex-pack: space-between;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  }
  ul#menu-top-menu {
    float: right;
  }
  nav.navbar {
      padding: 0 !important;
  }
  #logo {
    max-width: 202px;
    transition: all .2s ease-in-out;
    z-index: 9;
    float: left;
    position: relative;
  }
  #logo img {
      display: block;
  }

  #fyre .navbar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }

/* sticky */

  header#navigation.sticky-header {
      position: fixed;
      top: -200px;
  }
  #navigation.sticky {
      position: fixed !important;
      padding: 8px 0;
      top: 0px !important;
      box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.5);
      z-index: 999;
      transition: all .5s ease-in-out;
      background-color: rgba(40, 40, 40, 0.85);
  }
  #navigation.sticky #logo {
      width: 100px !important;
  }
  .logged-in #navigation.sticky {
      top: 32px !important;
  }

/* Mobile nav */



/* mobile nav */

    @media (max-width: 991px) and (min-width: 768px) {
    .main-menu-desktop .container {
        width: 760px;
    }
    }
    @media (max-width: 767px) and (min-width: 576px) {
    .main-menu-desktop .container {
        width: 560px;
    }
    }
 /*   @media (max-width: 991px) {
      #main {
          padding-top: 70px;
          margin: 0 !important;
      }
    }
*/
    #navigation-mobile {
        position: fixed !important;
    }
    .mobile-nav {
        width: auto;
        border-top: 0;
        display: block;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        height: 70px !important;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }

    #navigation-mobile {
        background-color: #ffffff;      
        border-bottom: 1px solid #e1e1e1;
        box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.15);
        border-radius: 0;
        left: 0;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        height: 70px;
        z-index: 1000;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    #fyre #mobile-brand {
        max-width: 120px;
        margin-left: 15px;
        top: 18px;
        position: relative;
    }
    .mobile-nav.push a#mobile-brand {
        max-width: 60px !important;
    }


/* off canvas */

/* mobile nav w/ off canvas */

  /* 
    .logged-in div#mobile-btn.open, .logged-in div#off-canvas-nav {
        top: 32px;
    }

    @media (max-width: 782px) {
    .logged-in div#mobile-btn.open, .logged-in div#off-canvas-nav {
        top: 46px;
    }
    }

    #off-canvas-nav {
        height: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        width: calc(100% - 70px);
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        border: 1px solid #e1e1e1;
        border-right: none;
        box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.15);
        background-color: #f4f4f4;
    }
    #off-canvas-nav.active {
        right: 0;
    }
    .mobile-nav.push {
        position: fixed;
        right: calc(100% - 70px);
    }

    .mobile-nav-links {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        background-color: #ffffff;
        height: calc(100% - (70px + 168px));
        min-height: 300px;
        overflow: scroll;
        position: relative;
        width: 100%;
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
    }

    #mobile-menu-nav ul {
        list-style: none !important;
    }
    ul#mobile-menu-nav li a {
        color: #000000;
        font-size: 1.2rem;
        display: block;
        position: relative;
        text-decoration: none;
        width: 100%;
        padding: 15px 20px;
        font-family: 'bembostd-extra-bold';
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        top: 3px;
    }
    #mobile-menu-nav .sub-menu a {
        padding-left: 45px;
    }
    ul#mobile-menu-nav li a:after {
        content: "\f105";
        display: inline-block;
        font-family: fontawesome !important;
        speak: none;
        font-style: normal;
        font-weight: 900;
        font-variant: normal;
        position: relative;
        text-transform: none;
        color: #000;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1rem;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        right: 15px;
        top: 46%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    #mobile-menu-nav .sub-menu.active li a:after {
        top: 21px;
    }
    ul#mobile-menu-nav li a.active:after {
        top: 23px;
    }
    #mobile-menu-nav .sub-menu a:after {
        right: 45px;
    }
    .menu-item-has-children a.active:after {
        transform: rotate(90deg) !important;
    }
    #mobile-menu-nav .sub-menu a:after {
        transform: rotate(0deg) !important;   
    }
    ul#mobile-menu-nav li {
        border-bottom: 1px solid #e1e1e1;
        position: relative;
        list-style-type: none;
    }

    #mobile-menu-nav, #mobile-menu-nav .sub-menu {
        padding: 0;
        margin: 0;
    }
    #mobile-menu-nav .sub-menu li {
        background-color: #63aada;
        border-bottom: 1px solid #74b3de;
    }
    #mobile-menu-nav .sub-menu {
        display: none;
    }
    #mobile-menu-nav .sub-menu.active {
        display: block !important;
    }

    /* mobile nav btm 


        .mobile-nav-btm {
            background-color: #F4F4F4;
            overflow: hidden;
            padding: 30px 15px;
            vertical-align: middle;
            height: auto;
        }
        .mobile-nav-btm .top-link {
            display: block;
            margin: auto;
            margin-bottom: 10px;
        }

        #mobile-btn {
            width: 70px;
            height: 70px;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .1s ease-in-out;
            -moz-transition: .1s ease-in-out;
            -o-transition: .1s ease-in-out;
            transition: .1s ease-in-out;
            cursor: pointer;
        }
        #mobile-btn.open {
            background-color: #ffffff;
            position: fixed;
            left: 0;
            top: 0;
        }

        div#btn-bars {
            vertical-align: middle;
            width: 25px;
            height: 25px;
            position: relative !important;
            text-align: center;
            margin: auto;
            top: 25px;
        }

        #btn-bars span {
          display: block;
          position: absolute;
          height: 3px;
          width: 50%;
          background: #000000;
          opacity: 1;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .6s ease-in-out;
          -moz-transition: .6s ease-in-out;
          -o-transition: .6s ease-in-out;
          transition: .6s ease-in-out;
        }

        #btn-bars span:nth-child(even) {
          left: 50%;
          border-radius: 0 9px 9px 0;
        }

        #btn-bars span:nth-child(odd) {
          left:0px;
          border-radius: 9px 0 0 9px;
        }

        #btn-bars span:nth-child(1), #btn-bars span:nth-child(2) {
          top: 0px;
        }

        #btn-bars span:nth-child(3), #btn-bars span:nth-child(4) {
          top: 8px;
        }

        #btn-bars span:nth-child(5), #btn-bars span:nth-child(6) {
          top: 16px;
        }

        #btn-bars.open span:nth-child(1),#btn-bars.open span:nth-child(6) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }

        #btn-bars.open span:nth-child(2),#btn-bars.open span:nth-child(5) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }

        #btn-bars.open span:nth-child(1) {
            left: 1px;
            top: 4px;
            width: 57%;
        }

        #btn-bars.open span:nth-child(2) {
            left: calc(50% - 1px);
            top: 4px;
            width: 57%;
        }

        #btn-bars.open span:nth-child(3) {
          left: -50%;
          opacity: 0;
        }

        #btn-bars.open span:nth-child(4) {
          left: 100%;
          opacity: 0;
        }

        #btn-bars.open span:nth-child(5) {
            left: 1px;
            top: 14px;
            width: 57%;
        }

        #btn-bars.open span:nth-child(6) {
            left: calc(50% - 1px);
            top: 14px;
            width: 57%;
        }

*/

/* mobile nav that fades */

  .menu-toggle {
      width: 32px;
      height: 35px;
      position: relative;
      cursor: pointer;
      display: inline-block;
      z-index: 5;   
  }
  .menu-toggle-holder {
      float: right;
      height: 35px;
      display: block;
  }
  .menu-toggle.on .one {
      transform: translateY(9px) rotate(-45deg);
      -moz-transform: translateY(9px) rotate(-45deg);
      -webkit-transform: translateY(9px) rotate(-45deg);
  }
  .menu-toggle.on .two {
    opacity: 0;
  }
  .menu-toggle.on .three {
      transform: translateY(-9px) rotate(45deg);
      -moz-transform: translateY(-9px) rotate(45deg);
      -webkit-transform: translateY(-9px) rotate(45deg);
  }

  .one,
  .two,
  .three {
      width: 100%;
      background: #ffffff;
      backface-visibility: hidden;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      height: 4px;
      margin: 5px 0;
  }
  #fade-nav ul {
      padding: 0;
      margin: 0;
      list-style: none;
  }
  #fade-nav {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9;
      padding: 0;
      margin: 0;
      display: table;
      width: 100%;
      height: 100%;
      /*text-align: center;*/
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      opacity: 1;
  }
  #fade-nav.hidden {
      opacity: 0;
  }
  .fade-nav-overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(28, 28, 28, 0.85);
      content: '';
      z-index: 0;
      -webkit-transition: opacity 0.6s ease-in-out;
      -moz-transition: opacity 0.6s ease-in-out;
      transition: opacity 0.6s ease-in-out;
      opacity: 0;
  }
  .fade-nav-overlay.no-hide {
      opacity: 1;
  }
  .fade-in-menu.no-hide {
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1;
  }

  .fade-in-menu {
      transform: scale(0.7);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0;
  }
  .fade-nav-inner {
      max-width: 800px;
      margin: 0 auto;
  }
  .fade-nav-container {
      vertical-align: middle;
      display: table-cell;
      width: 100%;
      text-align: center;
      position: relative;
  }
  /*ul#menu-main-menu a:hover {
    opacity: .7;
    color: #FFB300;
  }*/
 /* #menu-main-menu a:after {
      display      : block;
      content      : '';
      border-bottom: solid 3px #222222;
      transform    : scaleX(0);
      transition   : transform 300ms ease-in-out;
  }

  #menu-main-menu a:hover:after {
      transform: scaleX(1);
  }
  .menu-item-has-children.on a.link:after {
      transform: scaleX(1) !important;
  }*/

  #menu-main-menu a::after {
      content: '';
      display: block;
      width: 0;
      height: 3px;
      background: #222222;
      transition: width .3s;
  }
  #menu-main-menu a:hover::after {
      width: 100%;
  }
  #fade-nav .menu-header a {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 40px;
      display: inline-block;
      font-size: 17px;
      letter-spacing: 5.67px;
      font-family: 'helvetica_neu_bold';
  }

/*  ul.sub-menu.open {
      max-height: 500px;
      transition: max-height 0.25s ease-in;
  }

  ul.sub-menu {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.25s ease-out;
  }
  #fyre ul.sub-menu a {
      font-size: 18px;
  }
  #fyre ul.sub-menu li:first-child a {
      margin-bottom: 12px;
  }*/


/* new nav */

.fade-nav-overflow {
    overflow: scroll;
    height: 100%;
}
#fade-nav .container-fluid, #fade-nav .fade-row {
    min-height: 100vh !important;
}
#fyre .nav-left {
    background-color: rgba(160, 160, 72, .97);
    padding: 60px 60px;
    width: 394px;
}
.nav-left img {
    margin-bottom: 60px;
}
#fyre .info-right {
    background-color: #222222;
    width: calc(100% - 394px) !important;
    max-width: calc(100% - 394px) !important;
    padding: 60px 100px;
}

#fyre .hour-header {
    font-family: 'helvetica_neu_bold';
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 6px;
    /* line-height: 72px; */
    text-align: justify;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    padding-bottom: 20px;
}
.nav-bottom-row {
    max-width: 900px;
    margin: 80px auto 0 auto !important;
}
.nav-child-item:before {
    content: '\f105';
    font-family: 'Font Awesome\ 5 pro' !important;
    font-weight: 500;
    font-family: fontawesome;
    color: #fff;
    margin-right: 15px;
    font-size: 17px;
}

.nav-child-item {
    padding-left: 20px;
}

.nav-info-listed i {
    color: #A0A048;
    margin-right: 20px;
    font-size: 26px;
    width: 26px;
    vertical-align: top;
}
.nav-info-listed p {
    font-family: 'helveticaneue_medium';
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 29px;
    vertical-align: top;
    margin: 0;
}
.nav-info-listed li {
    margin-bottom: 22px;
}
.nav-info-listed i, .nav-info-listed p {
    display: inline-block;
}
.nav-hours span.right-hours {
    font-family: 'helveticaneue_light';
}
.nav-hours p {
    margin-bottom: 20px;
}
#fyre .nav-bottom-row .widget p {
    font-size: 14px;
    font-family: 'helveticaneue_medium';
}
.header-socials {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-socials a {
    font-size: 26px;
}
.header-socials a i {
    color: #fff;
}
.header-socials li:last-child {
    margin: 0;
}
.header-socials li {
    display: inline-block;
    margin-right: 20px;
}

/* top bar */

  /*
    #top-bar {
        background-color: #282828;
        padding: 6px 0;
    }
    .top-link {
        display: inline-block;
        margin-right: 30px;
        text-transform: uppercase;
    }
    .top-link a:hover {
        color: #E0E0E0 !important;
    }
    .top-link:last-child {
        margin: 0;
    }
    .top-link a:hover {
        opacity: .7; 
    }
    .top-link i {
        margin-right: 12px;
        color: #FFB200;
    }
    .top-link a {
        vertical-align: sub;
        color: #E0E0E0;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
    }
    .top-link a:hover {
        opacity: .7;
        color: #000;
    }
  */


/******** footer ********/


  #footer {
      color: #fff;
  }
  section#main-footer {
      padding: 120px 0 40px 0;
      background-image: url(/wp-content/uploads/2018/08/footer-container-bg.jpg);
      background-size: cover;
      background-position: center;
  }
  #footer-top {
      padding: 0;
      z-index: 2;
      overflow: hidden;
  }
  .copy-txt {
      padding-top: 100px;
      font-size: 13px;
  }
  .copy-txt a {
      color: #fff;
      text-decoration: underline !important;
  }
  .copy-txt a:hover {
      color: #f17e2d;
  }
  .footer-top-left {
      background-image: url(/wp-content/uploads/2018/08/churchill-footer-bg.jpg);
      background-position: center;
      background-size: cover;
  }
  .contact-foot {
      padding: 100px 160px !important;
  }
  .foot-logo {
      max-width: 160px;
  }
  .widget p {
      font-family: 'helvetica_neu_bold';
      font-size: 15px;
      color: #FFFFFF;
      letter-spacing: 0;
  }
  .widget-inner {
      margin: 0 auto;
      display: inline-block;
      width: auto;
  }
  .widget {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  span.left-hours {
      margin-right: 20px;
      letter-spacing: 1.53px;
  }
  span.right-hours {
      float: right;
      letter-spacing: 1.53px;
  }
  .widget p.uppercase {
      letter-spacing: 1.3px;
  }
  .footer-socials {
      /*padding: 0;*/
      margin: 0;
      list-style: none;
  }
  .footer-socials a {
      font-size: 20px;
  }

  .footer-socials a i {
      color: #fff;
  }
  .footer-socials li:last-child {
      margin: 0;
  }

  .footer-socials li {
      display: inline-block;
      margin-right: 10px;
  }
  #btm-footer-menu {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  #btm-footer-menu li {
      margin-bottom: 13px;
  }
  #btm-footer-menu a {
      font-family: 'helvetica_neu_bold';
      font-size: 15px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-transform: uppercase;
  }
  #fyre .member-btn {
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      padding: 15px 20px;
      border: 3px solid #ffffff;
      margin-top: 20px;
      display: inline-block;
      font-family: 'Gabriela_Stencil_Bold';
      font-style: italic;
      margin-bottom: 0;
      border-radius: 0;
      outline: none !important;
  }
ul.nav-info-listed.footer i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: text-top;
}
.email-footer {
    width: calc(100% - 41px);
}
ul.nav-info-listed.footer li {
    margin-bottom: 13px;
}
ul.nav-info-listed.footer {
    list-style: none;
    margin-bottom: 13px;
}
#footer .nav-info-listed p {
    white-space: normal;
    word-break: break-all;
}

/******** header - page temp ********/

  @media (max-width: 991px) {
    #nav-header {
      height: 70px;
    }
  }
  .header-txts h1 {
      color: #fff;
      font-family: 'helveticaneue_light';
      /*font-weight: 700;*/
      font-size: 51px;
      letter-spacing: 8.97px;
      text-transform: uppercase;
      margin: 0;
      margin-top: 30px;
  }
  #page-header {
      background-size: cover;
      background-repeat: no-repeat !important;
      background-position: 50% 50% !important;
      background-color: #222222;
      height: 420px;
      width: 100%;
      padding: 0;
      overflow: hidden;
      /*background-attachment: fixed;*/
  }
  #page-header.tall {
      height: 820px;
  }
  #page-header.tall .container {
      height: 820px;
  }
  #page-header .container   {
      display: table;
      height: 420px;
  }
  .header-txts {
      display: table-cell;
      vertical-align: middle;
      z-index: 2;
  }
  h1.header-h1 {
      font-size: 3rem;
      letter-spacing: 0;
      margin-bottom: 0px !important;
      font-weight: 900;
      color: #000000;
      text-transform: uppercase;
  }
  h1.header-h1:after {
      content: '';
      height: 4px;
      width: 140px;
      background-color: #000;
      display: block;
      margin: auto;
      margin-top: 10px;
  }
  #fyre h2.header-h2 {
      font-family: 'helveticaneue_light';
      /*font-weight: 700;*/
      letter-spacing: 0;
      margin: auto;
      margin-bottom: 0 !important;
      color: #FFFFFF;
      line-height: 50px;
  }
/*   .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffffff;
      opacity: 0.6;
  }

  .focus-nav {
      text-align: center;
      position: relative;
      z-index: 9;
      top: -32px;
  }
  .focus-nav a.focus-btn:hover {
      transform:scale(1.05);
      -moz-transform:scale(1.05);
      -webkit-transform:scale(1.05);
      -o-transform:scale(1.05);
  }
*/
  #fyre .header-btn button {
      background-color: #02a95a;
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      padding: 25px 35px;
      margin-top: 30px;
  }
  p.header-text {
      font-size: 16px;
      line-height: normal;
      color: #fff;
      margin-top: 10px;
  }


/******** btns ********/


.bttn {
    background: linear-gradient(to bottom, #ffffff00 50%, #000000 50%);
    background-size: 200% 200%;
    background-position: bottom !important;
    transition: all 0.4s ease !important;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    /* background: #000000; */
    border: 2px solid #000000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: right;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 30px;
    margin: 0;
    display: inline-block;
    text-align: center;
}
.bttn.outline-bttn {
    color: #000;
    background: linear-gradient(to bottom, #000000 50%, #ffffff00 50%);
    background-size: 200% 200%;
    background-position: bottom;
}

.bttn.outline-bttn:hover {
    background-position: top !important;
    color: #fff !important;
}

a.bttn:hover {
    background-position: top !important;
    color: initial !important;
}


/* home video header */
/*

#home-video-header {
    height: 760px;

    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#home-video-header .container {
    display: table;
    height: 100%;
}
#home-video-header .row {
    display: table-cell;
    vertical-align: middle;
}
#home-video-header .header-text {
    margin-top: 30px;
    padding-left: 0;
}
.header-text {
    position: relative;
    z-index: 1;
}
.header-text h1 {   
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 25px !important;
    line-height: 58px;
}

.header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .35;
    z-index: 1;
}

.thebg.video {
    z-index: 0 !important;

    width: 100% !important;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.thebg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.thebg:before, .thebg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}
*/



/******** g-form ********/

  .gform_wrapper .gform_body {
      width: 100% !important;
  }
  iframe#gform_ajax_frame_4 img{
      width: 20px !important;
  }
  .gform_body input, .gform_body textarea {
      width: 100% !important;
      border: none;
      outline: none !important;
      border-radius: 0 !important;
      background: #D8D8D8;
      padding: 20px 15px !important;
      font-family: 'helveticaneue_light';
      font-size: 15px;
      color: #AAAAAA;
      letter-spacing: 2px;
  }
    .gform_body input::placeholder, .gform_body textarea::placeholder {
      font-family: 'helveticaneue_light';
      font-size: 15px;
      color: #AAAAAA;
      letter-spacing: 2px;
      text-transform: uppercase;
  }
  #fyre footer .gform_button {
      border-radius: 0;
      border: none;
      margin: 0 !important;
      text-transform: uppercase;
      width: 100%;
      background: #2F2E2E;
      padding: 15px;
  }
  .gfield_label {
      display: none !important;
  }

  .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0 !important;
  }
  .gform_wrapper .gform_footer {
      padding: 0 !important;
  }
  li#field_1_2, li#field_1_4 {
    margin-left: 2.5px !important;
  }

  li#field_1_1, li#field_1_3 {
      margin-right: 2.5px !important;
  }
  li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4 {
      width: calc(50% - 2.5px);
      display: inline-block;
      margin-top: 0 !important;
  }
  .ginput_container_text {
      margin-top: 0 !important;
  }
  .gform_footer.top_label {
      margin-top: 0 !important;
  }
  .ginput_container.ginput_container_textarea {
      margin-bottom: -2px !important;
  }
  .contact-foot .gform_wrapper .top_label div.ginput_container {
      margin-top: 5px !important;
  }
  li#field_1_5 {
      margin: 0 !important;
  }

/******** loader ********/

  .thebg.loader {
      background: #222222;
      z-index: 999999;
      position: fixed;
  }

  .spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: rotate-all 1s linear infinite;
  }

  .right-side,
  .left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }

  .left-side {
    left: 0;
  }

  .right-side {
    right: 0;
  }

  .bar {
    width: 100%;
    height: 100%;
    border-radius: 200px 0 0 200px;
    border: 10px solid #A0A048;
    position: relative;
  }
  .bar:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #A0A048;
    position: absolute;
    border-radius: 10px;
  }
  .right-side .bar {
    border-radius: 0 200px 200px 0;
    border-left: none;
    transform: rotate(-10deg);
    transform-origin: left center;
    animation: rotate-right 0.75s linear infinite alternate;
  }
  .right-side .bar:after {
    bottom: -10px;
    left: -5px;
  }
  .left-side .bar {
    border-right: none;
    transform: rotate(10deg);
    transform-origin: right center;
    animation: rotate-left 0.75s linear infinite alternate;
  }
  .left-side .bar:after {
    bottom: -10px;
    right: -5px;
  }

  @keyframes rotate-left {
    to {
      transform: rotate(30deg);
    }
    from {
      transform: rotate(175deg);
    }
  }
  @keyframes rotate-right {
    from {
      transform: rotate(-175deg);
    }
    to {
      transform: rotate(-30deg);
    }
  }
  @keyframes rotate-all {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
    }
  }

/********* blog 

#page-header.single-post h1 .post-title {
    font-size: 80%;
}
#fyre #mediafilter {
    background-color: #D8D8D8;
    border: 1px solid #e5e5e5;
    text-transform: none;
    font-size: 20px !important;
    color: #595959;
    letter-spacing: 0;
    font-weight: normal !important;
    border-radius: 2px !important;
    padding: 25px;
    text-align: left;
    width: 100%;
    position: relative;
    transform: scale(1);
    outline: none !important;
    box-shadow: 0 15px 25px 0 rgba(0,0,0,0.10);
}
#fyre #mediafilter i {
    position: absolute;
    right: 15px;
    font-size: 25px;
}
#media-library #media-drop-menu {
    position: relative;
    top: -5px;
}
#media-library .dropdown-menu {
    width: 100%;

    background: transparent;
    box-shadow: none;
    border: 0px;
    padding: 15px;
    background-color: #D8D8D8;
    color: #595959;
    box-shadow: 0 18px 25px 0 rgba(0,0,0,0.10);
    border-radius: 2px !important;
    padding: 0;
}
#media-library .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #595959;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
#fyre .pagination {
    width: auto;
    text-align: center;
    margin: 2em auto;
    display: block;
}
#media-library .dropdown-menu .dropdown-item:hover {
    background-color: #252525;
    color: #df9d11;
}
#fyre .pagination .page-numbers.current {
    background: #FFB302;
}

#fyre .pagination .page-numbers {
    min-width: 50px;
    display: inline-block;
    padding: 20px;
    line-height: 1rem;
    position: relative;
    border-radius: 2px;
    background: #D8D8D8;
    border-radius: 2px;
    font-size: 17px;
    color: #000000;
}
a.post-nav-link:hover h5{
    color: #868686;
}
#fyre .pagination a.page-numbers:hover {
    background: #868686;
}
.card-content {
    padding: 30px;
    min-height: 220px;
}
.post-card {
    background-color: #252525;
    box-shadow: 0 15px 25px 0 rgba(0,0,0,0.10);
    border-radius: 5px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.post-card .post-cats {
    color: #fff;
}
.post-image {
    height: 220px;
    display: block;
    background-size: cover;
    background-position: center;
}
.post-date {
    color: #868686;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 80%;
}
.post-cats a {
    color: #FFB302;
    letter-spacing: 0;
    text-transform: uppercase;
}
h5.post-title a {
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.single .parallax-slider {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#single .post-cats {
    padding: 15px 0px;
    display: block;
    width: 100%;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    margin-top: 60px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #000;
    opacity: .87;
}
.post-nav-link {
    color: #292b2c;
}
.post-nav-link small {
    color: #FFB302;
}
#post-nav {
   margin-top: 60px;
}
*/


/******** responsive ********/


/* Firefox */

@-moz-document url-prefix() { 
#fyre #gform_submit_button_1 {
    margin-top: 5px !important;
}

}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.menu-toggle-holder {
    position: absolute;
    top: 9px;
    right: 0}
}



.parallax-fix {
    background-color: #121212;
}

/* fonts */

@media (max-width: 991px) {
  main p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
  }
  #fyre .btn i {
      font-size: 24px;
  }
  #fyre .btn {
      font-size: 16px;
  }
}

#fyre h2 {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 8.97px;
}
#fyre h3 {
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 8.97px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #fyre .header-text h1 {
      font-size: 44px;
      margin-bottom: 20px !important;
      line-height: 53px;
  }
  #fyre #home-video-header h2 {
      font-size: 36px;
  }
  .header-txts h1 {
      font-size: 44px;
  }
  #fyre h3 {
      font-size: 1.5rem;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  #fyre .header-text h1 {
      font-size: 40px;
      margin-bottom: 20px !important;
      line-height: 50px;
  }
  #fyre #home-video-header h2 {
      font-size: 34px;
  }
  .header-txts h1 {
      font-size: 40px;
  }
  #fyre h2  {
      font-size: 1.75rem;
  }
  #fyre h3 {
      font-size: 1.3rem;
      letter-spacing: 8px !important;
  }
}

@media (max-width: 767px) and (min-width: 576px){
  #fyre .header-text h1 {
      font-size: 36px;
      margin-bottom: 20px !important;
      line-height: 46px;
  }
  #fyre #home-video-header h2 {
      font-size: 31px;
  }
  .header-txts h1 {
      font-size: 36px;
  }

  #fyre h2  {
      font-size: 1.75rem;
  }
  #fyre h3 {
      font-size: 1.3rem;
      letter-spacing: 8px !important;
  }
  #fyre h4 {
      font-size: 1.3rem;
  }
  #fyre h5 {
      font-size: 1.15rem;
  }
}

@media (max-width: 575px) {
  #fyre .header-text h1 {
      font-size: 30px;
      margin-bottom: 12px !important;
      line-height: 39px;
  }
  #fyre .header-text p {
      margin-bottom: 12px !important;
  }
  #fyre #home-video-header h2 {
      font-size: 27px;
  }
  .header-txts h1 {
      font-size: 30px;
  }
  #fyre h2  {
      font-size: 1.65rem;
  }
  #fyre h3 {
      font-size: 1.25rem;
      letter-spacing: 7.5px !important;
  }
  #fyre h4 {
      font-size: 1.25rem;
  }
  #fyre h5 {
      font-size: 1.15rem;
  }
  h5.post-title a {
      font-size: 20px;
  }
}



/* sections & builder css*/

section p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
  .med-space {
      margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section {
      padding: 70px 0;
  }
}
@media (max-width: 575px) {
  section {
      padding: 60px 0;
  }
}

/* boxed-txt areas */

@media (max-width: 1400px) {
    #fyre .content-boxed {
      padding: 100px 100px;
  }
}
@media (max-width: 1199px) {
    #fyre .content-boxed {
      padding: 80px 80px;
  }
}
@media (max-width: 767px) {
    #fyre .content-boxed {
      padding: 60px 60px;
  }
  #fyre .col-bg {
      min-height: 380px;
  }
  .content-boxed h2 {
      margin-bottom: 20px;
  }

}
@media (max-width: 575px) {
  #fyre .content-boxed {
      padding: 60px 15px;
  }
  #fyre .col-bg {
      min-height: 350px;
  }
  .content-boxed h2 {
      margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  #fyre .col-bg {
      min-height: 275px;
  }
}

@media (min-width: 2000px) {
  #fyre .col-bg {
      min-height: 580px;
  }
}

@media (min-width: 2300px) {
  #fyre .col-bg {
      min-height: 640px;
  }
}


/* headers */

@media (max-width: 991px) and (min-width: 768px){
  #page-header, #page-header .container {
      height: 400px;
  }
  #logo {
      max-width: 182px;
  }
  #navigation {
    padding: 26px 0;
  }
}
@media (max-width: 767px) and (min-width: 576px){
  #page-header, #page-header .container {
      height: 380px;
  }
  #logo {
      max-width: 162px;
  }
  #navigation {
    padding: 22px 0;
  }
}
@media (max-width: 575px) {
  #page-header, #page-header .container {
      height: 360px;
  }
  #logo {
      max-width: 142px;
  }
  #navigation {
    padding: 18px 0;
  }
}
@media (max-width: 767px) {
  body {
      font-size: 16px !important;
  }
}

/* footer */

@media (max-width: 991px) {
  .widget:last-child {
      margin-bottom: 0 !important;
  }
  .widget {
      margin-bottom: 30px;
  }
  #top-footer {
      padding: 80px 0 60px 0;
  }
}

/* header */

@media (max-height: 800px) {
  .fade-nav-inner {
      margin-top: 100px;
  }
}


/* blog 

@media (max-width: 767px) {
  button#mediafilter.disappear-desktop {
      display: none;
  }
}
@media (min-width: 768px) {
  button#mediafilter.disappear-mobile {
      display: none;
  }
}
@media (max-width: 767px) {
  #post-nav {
      margin-top: 50px;
  }
  #single .post-cats {
      margin-top: 50px;
  }
}
@media (max-width: 575px) {
  #post-nav {
      margin-top: 40px;
  }
  #single .post-cats {
      margin-top: 40px;
  }
}



/* home video header 

@media (max-width: 1199px) and (min-width: 992px) {

  #home-video-header {
      height: 740px;
  }
  .thebg.video {
    min-height: 111%;
  }
  #home-video-header .header-text {
      margin-top: 40px;
  }
}
@media (max-width: 991px) {
  #home-video-header {
      height: 700px;
  }
  #home-video-header .header-text {
      margin-top: 40px;
  }
  .thebg.video {
    min-height: 111%;
  }

}
@media (max-width: 767px) {
  #home-video-header {
      height: 640px;
  }
  #home-video-header .header-text {
      margin-top: 40px;
  }
}
.case-study:nth-child(1) .col-bg {
    background-position: top !important;
}
@media (max-width: 575px) {
  #home-video-header {
      height: 450px;
  }
  #home-video-header .header-text {
      margin-top: 60px;
  }
}
*/




/* social impact */


.social-impact-col:nth-child(-n + 2) .social-impact-block {
    margin-bottom: 30px;
}
/*
.social-impact-block:nth-child(even) {
    margin-left: 15px;
}
.social-impact-block:nth-child(odd) {
    margin-right: 15px;
}
#fyre .social-impact-block {
    padding: 90px 80px;
    max-width: calc(50% - 15px) !important;
}
*/
#fyre .social-impact-block {
    padding: 90px 70px;
}
.social-counting {
    font-family: 'helvetica_neu_bold';
    font-size: 95px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
}
#fyre .social-impact-block h3 {
    line-height: 1.2;
    font-family: 'helveticaneue_medium';
    font-size: 23px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
}


/* about */


.seal-right {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.sec-h3 {
    font-size: 1.75rem;
    font-family: 'helveticaneue_light';
    font-size: 35px;
    letter-spacing: 6.09px;
    margin-bottom: 50px;
    line-height: 1.2;
}
.content-boxed p, .banner-row p {
    letter-spacing: 0;
    line-height: 39px;
    font-family: 'helveticaneue_light';
    font-size: 25px;
    z-index: 1;
}
.banner-row {
    z-index: 2;
    position: relative;
}
#gathering-place {
    padding: 220px 0;
    overflow: hidden;
}
.about-icon-bottom {
    margin-top: 50px;
}
.about-icon-top {
    margin-bottom: 50px;
}
#about {
    z-index: 2;
    overflow: hidden;
}

/* tenants */

#tenants {
    padding: 0;
}
.logo-holder {
    border-radius: 50%;
    padding: 30px;
    height: 280px;
    width: 280px;
    margin: auto;
}
.logo-holder img {
    align-self: center;
    width: auto;
}
button.logo-button {
    background: none;
    border: none;
    border-radius: 50%;
    display: inline-block;
    height: 280px;
    width: 280px;
    padding: 0;
    overflow: hidden;
}
.single-tenant {
    padding: 40px 0;
    background-position: center;
    background-size: cover;
}
.overlay-light-mid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    opacity: .55;
}
.modal-content {
    background-color: #222222 !important;
    color: #fff;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.4);
}
.modal-content .main-row {
    min-height: 560px;
}
#fyre .modal-dialog {
    height: 100%;
    max-width: 100%;
    margin: 0;
}
button.close {
    background: #4B4B4B !important;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff !important;
    transform: translate(26px, -26px);
    opacity: 1 !important;
}
button.close:hover {
    background: #626262 !important;
}
#fyre .modal-dialog {
    padding: 30px;
}
.modal-left {
    padding: 0 !important;
}
#fyre .modal-right {
    padding: 65px 45px;
}
.modal-txt {
    margin-bottom: 90px;
}
.modal-logo {
    padding: 20px;
    height: 55%;
}
.modal-logo .logo-holder.middle-content {
    height: 260px;
    width: 260px;
    overflow: hidden;
}
/*
.modal-logo .logo-holder.middle-content img {
    max-width: 180px !important;
}
*/
.bg-image-tenant {
    height: 45%;
    background-size: cover;
    background-position: center;
}
#fyre .modal-bird {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 991px) {
  #fyre .modal-bird {
    display: none;
  }
}
.modal-right-txt {
    height: 100%;
    position: relative;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tenant-socials {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tenant-socials a {
    font-size: 29px;
}

.tenant-socials a i {
    color: #fff;
}
.tenant-socials li:last-child {
    margin: 0;
}

.tenant-socials li {
    display: inline-block;
    margin-right: 10px;
}
@media (min-width: 992px) {
  .single-tenant:nth-child(even) .tenant-overlay-mid {
      background-color: #fff !important;
  }
  #fyre .last-tenant .tenant-overlay-mid {
      background-color: #000 !important;
  }
  .last-tenant {
      float: none;
      margin: auto;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .single-tenant:nth-child(4n-2) .tenant-overlay-mid, .single-tenant:nth-child(4n-1) .tenant-overlay-mid {
      background-color: #fff !important;
  }
}
@media (max-width: 575px) {
  .single-tenant:nth-child(even) .tenant-overlay-mid {
      background-color: #fff !important;
  }
}
.tenant-overlay-mid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #000;
    opacity: .55;
}
@media (max-width: 991px) {

}


/* home */

.parallax-mirror {
    z-index: 1 !important;
}
#page-header.home-header {
    height: 100vh;
    background: none !important;
    background-color: transparent !important;
}

#page-header.home-header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222222;
    z-index: -1;
}

#page-header.home-header .container {
    height: 100vh;
}
#page-header.home-header img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bird-home {
  margin-bottom: 80px;
}
#values {
    background-color: #222222;
    overflow: hidden;
    z-index: 2;
}
#values h3 {
    font-size: 27px;
    letter-spacing: 11.98px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'helveticaneue_light';
    margin: 0;
}
.value-box {
    padding: 240px 30px;
}
.c-sun {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#home-intro {
    padding: 80px 0 120px 0;
    overflow: hidden;
    z-index: 2;
}
.logo-row img {
    width: auto !important;
    max-width: 177px;
}
#home-btm {
    overflow: hidden;
    z-index: 2;
}

.logo-row {
  margin-top: 60px;
    display: none;
}
#home-intro p {
    letter-spacing: 0;
    line-height: 39px;
    font-family: 'helveticaneue_light';
    font-size: 25px;
    text-align: center;
}
.about-logo1 {
    margin-bottom: 30px;
}
.about-logo2 {
    margin-bottom: 45px;
}
#home-banner {
    overflow: hidden;
    padding: 300px 0;
}
.seal-left {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.logo-btm {
    padding: 180px 0;
}
#fyre .calendar-block {
    padding: 100px 60px;
}
.cal-logo {
    margin-bottom: 15px;
}
.full-cal {
    font-family: 'helvetica_neu_bold';
    font-size: 17px;
    color: #595959;
    letter-spacing: 2.12px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #595959;
    margin-top: 45px !important;
    display: table;
    margin: auto;
}
.ajde_evcal_calendar .calendar_header p.evo_arrows {
    float: right !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
    color: #c6c6c6 !important;
    border-color: #c6c6c6 !important;
    background-color: transparent !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    color: #c6c6c6 !important;
}

/* private form */

#private-form input#gform_submit_button_2 {
    border-radius: 0;
    border: none;
    margin: 0 !important;
    text-transform: uppercase;
    width: 100%;
    background: #2F2E2E;
    padding: 15px;
    color: #fff;
    margin-top: 5px !important;
}
#private-form .gform_wrapper label.gfield_label {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-family: 'helveticaneue_light';
    display: block !important;
}
#private-form .gform_body input, #private-form .gform_body textarea {
    width: 100% !important;
    border: 2px solid #222222;
    outline: none !important;
    border-radius: 0 !important;
    background: transparent;
    padding: 20px 15px !important;
    font-family: 'helveticaneue_light';
    font-size: 15px;
    color: #222222;
    letter-spacing: 2px;
}
#private-form .gform_wrapper .gfield_radio li input[type=radio] {
    -webkit-appearance:  none;
    -moz-appearance:  none;
    appearance:  none;
    border-radius:  50% !important;
    height: 10px !important;
    width: 10px !important;
    padding: 7px !important;
    margin:  0 !important;
    margin-right:  5px !important;
}

#private-form .gform_wrapper .gfield_radio li input[type=radio]:checked {
    background-color: #222222;
}

#private-form .gform_wrapper .gfield_checkbox li input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance:  none;
    appearance:  none;
    height: 10px !important;
    width: 10px !important;
    padding: 7px !important;
    margin: 0 !important;
    margin-right: 5px !important;
}

#private-form .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked {
    background-color: #222222;
}
#private-form .gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
    max-width: 5rem!important;
    width: calc(3rem + 20px);
    -webkit-appearance: none;
    -moz-appearance:  none;
    appearance:  none;
    width: 100% !important;
    border: 2px solid #222222;
    outline: none !important;
    border-radius: 0 !important;
    background: transparent;
    padding: 20px 15px !important;
    font-family: 'helveticaneue_light';
    font-size: 15px;
    color: #222222;
    letter-spacing: 2px;
}
#private-form .gform_wrapper .gfield_time_hour i {
      margin-top: -2px;
}
#private-form {
    margin: 60px 0 60px 0;
}
li#field_2_2, li#field_2_4 {
    margin-left: 7px !important
}
li#field_2_1, li#field_2_3 {
    margin-right: 7px;
}
li#field_2_1, li#field_2_2, li#field_2_3, li#field_2_4 {
    width: calc(50% - 7px);
    display: inline-block;
}

li#field_2_6, li#field_2_7 {
    margin-right: 7px;
}
li#field_2_6 {
    width: calc(45% - 4px);
    display: inline-block;
}
li#field_2_7, li#field_2_8 {
    width: calc(27% - 1px);
    display: inline-block;
}
li#field_2_6, li#field_2_7 {
    margin-right: 7px;
}
li#field_2_8 {
    margin-left: 7px !important;
}
li#field_2_7 {
    margin-left: 7px !important;
}
li#field_2_6, li#field_2_7 {
    margin-right: 7px;
}
li#field_2_7, li#field_2_8 {
    width: calc(26% - 0px);
    display: inline-block;
}
#fyre .gform_wrapper .gfield_time_minute {
    margin-right: 3px;
}
.ginput_container_time {
    margin-top: 0 !important;
}


/* cal */

.eventon_fc_days .evo_fc_day.today:before {
    content: "";
    background-color: #222222 !important;
}
.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus {
    color: #ffffff !important;
}
.eventon_fullcal .evo_fc_day {
    border-top: 1px solid #cdcdcd !important;
    border-right: 1px solid #cdcdcd !important;
}
.eventon_fc_days, .eventon_fc_daynames {
    border-left: 1px solid #cdcdcd !important;
}
.eventon_fullcal .evo_fc_day.bb {
    border-bottom: 1px solid #cdcdcd !important;
}
.eventon_fullcal .evo_fc_day.br {
    border-right: 1px solid #cdcdcd !important;
}
.eventon_fc_days .evo_fc_day {
    background-color: #fafafa !important;
}
.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus {
    background-color: #7fb6cf !important;
}
.evofc_months_strip .eventon_fc_days .evo_fc_day.has_events span i {
    background-color: #a0a049 !important;
}
#fyre .eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus i {
    background-color: #fff !important;
}
.eventon_fullcal .evo_fc_day.highl {
    background-color: #dfe4e3 !important;
}





/* responsive */

@media (max-width: 767px) {
.full-height-fix {
    transition: height 100000000s ease;
    -webkit-transition: height 100000000s ease;
    -moz-transition: height 100000000s ease;
    -o-transition: height 100000000s ease;
}
}

/* footer */

.footer-top-left {
    padding: 100px 30px !important;
    min-height: 400px;
}
@media (max-width: 1600px) {
  .contact-foot {
      padding: 100px 130px !important;
  }
}
@media (max-width: 1400px) {
  .contact-foot {
      padding: 100px 110px !important;
  }
}
@media (max-width: 1300px) {
  .contact-foot {
      padding: 100px 90px !important;
  }
}
@media (max-width: 1199px) {
  .contact-foot {
      padding: 80px 70px !important;
  }
  #fyre .lrg-stencil {
      font-size: 46px;
  }
}
@media (max-width: 991px) {
  .contact-foot {
      padding: 80px 160px !important;
  }
  .copy-txt {
      padding-top: 60px;
  }
  section#main-footer {
      padding: 100px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .contact-foot {
      padding: 80px 160px !important;
  }
  .copy-txt {
      padding-top: 60px;
  }
  section#main-footer {
      padding: 100px 0 40px 0;
  }
  .contact-foot {
      padding: 80px 120px !important;
  }
  #fyre .lrg-stencil {
      font-size: 36px;
      margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .contact-foot {
      padding: 60px 90px !important;
  }
}
@media (max-width: 575px) {
  .contact-foot {
      padding: 60px 15px !important;
  }
  #footer .widget-inner {
      min-width: 210px;
      max-width: 281px;
  }
  section#main-footer {
      padding: 80px 0 40px 0;
  }
  #fyre .lrg-stencil {
      font-size: 32px;
      margin-bottom: 25px;
  }
  span.copy1, span.copy2 {
      display: block !important;
  }
}

@media (max-width: 400px) {
  li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4 {
      width: 100%;
      margin-left: 0 !important;
  }
}





/* home */


@media (max-width: 1400px) {
  .value-box {
      padding: 200px 30px;
  }
  #home-banner {
      padding: 260px 0;
  }
}

@media (max-width: 1199px) {
  #page-header.home-header .bird-home {
      max-width: 380px;
  }
  #page-header.home-header img {
      max-width: 300px;
  }
  .value-box {
      padding: 160px 30px;
  }
  #home-banner {
      padding: 200px 0;
  }
  #fyre .calendar-block {
      padding: 100px 30px;
  }
  .seal-right, .seal-left {
      width: 33% !important;
  }
}

@media (max-width: 991px) {
  #page-header.home-header .bird-home {
      max-width: 360px;
      margin-bottom: 60px;
  }
  #page-header.home-header img {
      max-width: 280px;
  }
  .value-box {
      padding: 140px 30px;
  }
  .logo-row .middle-content {
      padding: 30px;
  }
  .logo-btm {
      padding: 100px 0;
  }
  img.tall-logo {
      max-width: 200px;
  }
  #values h3 {
      font-size: 21px;
  }
  #home-intro p {
      line-height: 38px;
      font-size: 22px;
  }
  .logo-row {
      margin-top: 40px;
  }
  #fyre .calendar-block {
      padding: 80px 30px;
  }
  .seal-right, .seal-left {
      width: 42% !important;
  }
  #home-banner {
      padding: 160px 0;
  }
  #home-intro {
      padding: 80px 0 90px 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .logo-row img {
      width: auto !important;
      max-width: 120px;
  }
}
@media (max-width: 767px) {
  #page-header.home-header .bird-home {
      max-width: 340px;
      margin-bottom: 40px;
  }
  #page-header.home-header img {
      max-width: 270px;
  }
  .value-box {
      padding: 140px 30px;
  }
  #home-banner {
      padding: 180px 0;
  }
  .seal-right, .seal-left {
      width: 53% !important;
  }
  .content-boxed p, .banner-row p {
      line-height: 38px;
      font-size: 20px !important;
  }
  #home-intro p {
      line-height: 38px;
      font-size: 20px !important;
  }
}

@media (max-width: 575px) {
  #page-header.home-header .bird-home {
      max-width: 280px;
      margin-bottom: 30px;
  }
  #page-header.home-header img {
      max-width: 250px;
  }
  .value-box {
      padding: 140px 30px;
  }
  #home-banner {
      padding: 120px 0;
  }
  .logo-btm {
      padding: 80px 0;
  }
  img.tall-logo {
      max-width: 150px;
  }
  .seal-right, .seal-left {
      width: 75% !important;
  }
    .content-boxed p, .banner-row p {
      line-height: 36px;
      font-size: 18px !important;
  }
  #home-intro p {
      line-height: 36px;
      font-size: 18px !important;
  }
}

@media (max-width: 425px) {
  #page-header.home-header .bird-home {
      max-width: 245px;
      margin-bottom: 30px;
  }
  #page-header.home-header img {
      max-width: 220px;
  }

}

@media (max-width: 400px) {
    #values h3 {
      font-size: 17px;
      letter-spacing: 10.98px;
  }
}
@media (max-height: 720px) {
  #fyre #page-header.home-header .bird-home {
      max-width: 340px;
      margin-bottom: 40px;
  }
  #fyre #page-header.home-header img {
      max-width: 270px;
  }
}
@media (max-height: 550px) {
  #fyre #page-header.home-header .bird-home {
      max-width: 200px !important;
      margin-bottom: 20px !important;
  }
  #fyre #page-header.home-header img {
      max-width: 180px !important;
  }
}
@media (max-height: 720px) and (max-width: 991px) {
  #fyre #page-header.home-header .bird-home {
      max-width: 280px;
      margin-bottom: 30px;
  }
  #fyre #page-header.home-header img {
      max-width: 250px;
  }
}



/* about */


@media (max-width: 1400px) {
  #gathering-place {
      padding: 180px 0;
  }
}

@media (max-width: 1199px) {
  #gathering-place {
      padding: 160px 0;
  }
  .content-boxed p, .banner-row p {
      line-height: 38px;
      font-size: 21px;
  }
  .sec-h3 {
      margin-bottom: 40px;
      font-size: 1.65rem;
  }
}

@media (max-width: 991px) {
  #fyre .about-row-img {
      min-height: 500px;
  }
  .about-row-img img {
      max-width: 250px;
  }
}

@media (max-width: 767px) {
  #gathering-place {
      padding: 140px 0;
  }
  #fyre .about-row-img {
      min-height: 400px;
  }
  .about-row-img img {
      max-width: 220px;
  }
}

@media (max-width: 575px) {
  #gathering-place {
      padding: 120px 0;
  }
  .sec-h3 {
      margin-bottom: 30px;
  }
  .content-boxed p, .banner-row p {
      line-height: 36px !important;
      font-size: 18px !important;
  }
}

/* tenant */

@media (max-width: 1199px) {
  button.logo-button, .logo-holder {
      height: 260px;
      width: 260px;
  }
  .modal-txt {
      margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .modal-right-txt {
      height: 491px;

  }
}
@media (max-width: 991px) {
  .bg-image-tenant {
      display: none;
  }
  .modal-logo {
      height: 100%;
  }
  .modal-right-txt {
      height: 266px;
      overflow: scroll;
  }
}

@media (max-width: 767px) {
  #fyre .modal-right {
      padding: 45px 30px;
  }
  .modal-right-txt {
      height: 266px;
      overflow: scroll;
  }
  #fyre .modal button.logo-button, #fyre .modal .logo-holder {
      height: 220px;
      width: 220px;
  }
  .modal-txt {
      margin-bottom: 40px;
  }
  div#private-form {
      margin-top: 40px;
  }
}
@media (max-width: 575px) {
  #fyre .modal-right {
      padding: 30px 15px;
  }
  .modal-right-txt {
      max-height: 380px;
  }
  #fyre .modal button.logo-button, #fyre .modal .logo-holder {
      height: 200px;
      width: 200px;
  }
}
button.close i {
    font-size: 18px;
    margin-bottom: 3px;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
}
button.close:hover i {
-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg); 
    -o-transform:rotate(90deg);
}
.modal-right-txt-inner {
    position: relative;
    height: 100%;
}
.tenant-social-holder {
    margin: 0 !important;
}
.tenant-social-holder .col-md-9 {
    padding-left: 0;
}
.modal-right-txt-inner h3 {
    margin-bottom: 20px;
}

/* social impact */

@media (max-width: 1199px) {
  .social-counting {
      font-size: 80px;
  }
  #fyre .social-impact-block h3 {
      font-size: 21px;
  }
  #fyre .social-impact-block {
      padding: 80px 60px;
  }
}

@media (max-width: 991px) {
  #fyre .social-impact-block {
      padding: 60px 40px;
  }
  #fyre .social-impact-block img {
      margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #fyre .social-impact-block {
      margin-bottom: 30px !important;
  }
  #fyre .social-impact-col:last-child .social-impact-block {
      margin-bottom: 0;
  }
}


/* private */

@media (max-width: 1199px) {
  li#field_2_6 {
      width: calc(44% - 1px);
  }
}
@media (max-width: 991px) {
  li#field_2_6 {
      width: calc(35% - 0px);
  }
  li#field_2_7, li#field_2_8 {
      width: calc(30% - 0px);
  }
}
@media (max-width: 767px) {
  li#field_2_6 {
      width: calc(27% - 0px);
  }
  li#field_2_7, li#field_2_8 {
      width: calc(33% - -3px);
  }
}
@media (max-width: 641px) {
  #private-form .gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
      padding: 24px 13px !important;
  }
}
@media (max-width: 575px) {
    #fyre #private-form .gfield {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
}


/* nav */

@media (max-width: 1372px) {
  .nav-hours, .nav-info {
      max-width: 50% !important;
      min-width: 50% !important;
  }
  .nav-tall-lgo {
      display: none;
  }
}

@media (max-width: 1242px) {
#fyre .info-right {
      padding: 60px 80px;
  }
}
@media (max-width: 1202px) {
  #fyre .info-right {
      padding: 60px 60px;
      width: calc(100% - 342px) !important;
      max-width: calc(100% - 342px) !important;
  }
  #fyre .nav-left {
      padding: 60px 40px;
      width: 342px;
  }
}
@media (max-width: 1110px) {
  #fyre .info-right {
      padding: 60px 40px;
  }
  #fade-nav .menu-header a {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #fyre .nav-bottom-row .widget p {
      font-size: 13px;
  }
  .nav-info-listed i {
      margin-right: 15px;
  }
}

@media (max-width: 1029px) {
  #fyre .info-right {
      padding: 60px 30px;
      width: calc(100% - 302px) !important;
      max-width: calc(100% - 302px) !important;
  }
  #fyre .nav-left {
      padding: 60px 30px;
      width: 302px;
  }
  #fade-nav .menu-header a {
      margin-bottom: 25px;
      font-size: 15px;
  }
}

@media (max-width: 969px) {
  .nav-info-listed i {
      margin-right: 15px;
      font-size: 22px;
      width: 22px;
  }
}

@media (max-width: 961px) {
 /* .nav-hours, .nav-info {
      max-width: 100% !important;
      min-width: 100% !important;
      display: block;
  }*/
  .nav-hours, .nav-info {
      padding: 0 !important;
  }
}
@media (max-width: 961px) {
  .nav-hours, .nav-info {
      max-width: 100% !important;
      min-width: 100% !important;
      display: block;
  }
  .map {
    display: none !important;
  }
  .nav-hours, .nav-info {
      padding: 0 !important;
  }
  .full-img.text-center.map {
      max-width: 300px;
  }
  .nav-bottom-row {
      margin: 30px auto 0 auto !important;
  }
  #fyre .info-right, #fyre .nav-left {
      padding: 60px 30px;
      width: 50% !important;
      max-width: 50% !important;
  }
}
/*
@media (max-width: 767px) {
  .full-img.text-center.map {
      display: none;
  }
  .nav-bottom-row {
      margin: 126px auto 0 auto !important;
  }
}
*/

@media (max-width: 659px) {
  .nav-hours, .nav-info {
      max-width: 100% !important;
      min-width: 100% !important;
      display: block;
  }
  .nav-hours, .nav-info {
      padding: 0 !important;
  }
  .full-img.text-center.map {
      display: none;
  }
  #fyre .info-right {
      padding: 60px 30px;
      max-width: 100% !important;
      min-width: 100% !important;
      display: none !important;
  }
  #fyre .nav-left {
      padding: 40px 30px;
      max-width: 100% !important;
      min-width: 100% !important;
  }
  .nav-bottom-row {
      margin: 0 auto 0 auto !important;
  }
  #menu-item-207 a {
      margin-bottom: 0 !important;
  }
  .fade-nav-overflow {
      overflow: hidden;
  }
  .nav-left img {
      margin-bottom: 45px;
  }
  .full-img.text-center.map {
      display: none;
  }
}

#navigation.sticky-header.open-nav {
    top: -200px !important;
}

@media screen and (max-width: 782px) {
  .logged-in #fade-nav {
      top: 46px !important;
  }
}
.logged-in #fade-nav {
    top: 32px;
}
.fade-logo-hidden {
  visibility: hidden;
  opacity: 0 !important;
}

.map-short {
    display: none;
}

@media screen and (max-height: 910px) {
  .map img.img-center {
      max-width: 500px;
  }
  .nav-bottom-row {
      margin: 60px auto 0 auto !important;
  }
}
@media screen and (max-height: 778px) {
  .map img.img-center {
      max-width: 450px;
  }
  .nav-bottom-row {
      margin: 40px auto 0 auto !important;
  }
}

@media screen and (max-height: 740px) {
  #fyre .map-short {
      display: block;
  }
  #fyre .map-short img {
      max-width: 300px !important;
  }
  .hidden-short, .map {
    display: none;
  }
  .nav-bottom-row .widget {
      min-width: 33% !important;
      max-width: 33% !important;
  }
  #fyre .nav-bottom-row {
      max-width: none;
      margin-top: 120px !important;
  }
  #fade-nav .menu-header a {
      margin-bottom: 30px;
      font-size: 16px;
  }
  #fyre .info-right {
      padding: 60px 60px;
  }
}
@media screen and (max-width: 1497px) and (max-height: 740px) {
  .col-md-2.widget.nav-tall-lgo {
      display: none;
  }
  #fyre .nav-hours, #fyre .nav-info {
      max-width: 50% !important;
      min-width: 50% !important;
  }
}

@media screen and (max-width: 1110px) and (max-height: 740px) {
  #fyre .info-right {
      padding: 60px 40px;
  }
}


@media screen and (max-width: 1029px) and (max-height: 740px) {
  #fyre .info-right {
      padding: 60px 30px;
  }
}

@media screen and (max-width: 961px) and (max-height: 740px) {
  #fyre .nav-hours, #fyre .nav-info {
      max-width: 100% !important;
      min-width: 100% !important;
      display: block;
  }
}


ul.tenant-socials a i:hover, .footer-socials a i:hover, .header-socials a i:hover, .logo-row img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.05);
}
ul.tenant-socials a i, .footer-socials a i, .header-socials a i, .logo-row img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gform_confirmation_wrapper {
    text-align: center;
}
#fyre .logo-row {
    display: none;
}

#tripleseat_embed_form table {
    width: 100%;
}
#tripleseat_embed_form h2 {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: 'helveticaneue_light';
    display: block !important;
}

#tripleseat_embed_form input {
    width: 100% !important;
    border: 2px solid #222222 !important;
    outline: none !important;
    border-radius: 0 !important;
    background: transparent;
    padding: 20px 15px !important;
    font-family: 'helveticaneue_light';
    font-size: 15px;
    color: #222222;
    letter-spacing: 2px;
}
textarea#lead_additional_information {
    width: 100% !important;
    border: 2px solid #222222 !important;
    outline: none !important;
    border-radius: 0 !important;
    background: transparent;
    padding: 20px 15px !important;
    font-family: 'helveticaneue_light';
    font-size: 15px;
    color: #222222;
    letter-spacing: 2px;
}
tr.row_details_header {
    margin-top: 20px !important;
    display: block;
}
#tripleseat_embed_form #lead_submit {
    border-radius: 0;
    border: none;
    margin: 0 !important;
    text-transform: uppercase;
    width: 100%;
    background: #2F2E2E;
    padding: 15px !important;
    color: #fff;
    margin-top: 0 !important;
    font-size: 1em;
    font-weight: 700;
    height: auto !important;
}
tr.row_submit a {
    margin-top: 5px !important;
    color: #222222;
}


#tripleseat_embed_form label {
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-family: 'helveticaneue_light';
    display: block !important;
}
@media (max-width: 991px) {
#tripleseat_embed_form h2 {
    font-size: 18px !important;
}
}
@media (max-width: 767px) {
#tripleseat_embed_form h2 {
    font-size: 16px !important;
}
}
@media (max-width: 425px) {
#fyre #tripleseat_embed_form table td {
    width: 100% !important;
    display: block !important;
}
}

/* member form */

#modal-member .ginput_container.ginput_container_select {
    position: relative;
    margin: 0;
}
#modal-member .ginput_container.ginput_container_select:after {
    content: '\f107';
    font-family: 'Font Awesome\ 5 pro' !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    pointer-events: none;
    color: #aaaaaa;
}
#modal-member select#input_3_2 {
    width: 100% !important;
    border: none;
    outline: none !important;
    border-radius: 0 !important;
    background: #D8D8D8;
    padding: 20px 15px !important;
    font-family: 'helveticaneue_light';
    font-size: 15px;
    color: #AAAAAA;
    letter-spacing: 2px;
    height: 64px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#modal-member .gform_body input, #modal-member .gform_body textarea {
    width: 100% !important;
    border: none;
    outline: none !important;
    border-radius: 0 !important;
    background: #D8D8D8;
    padding: 21px 15px !important;
    font-family: 'helveticaneue_light';
    font-size: 15px;
    color: #AAAAAA;
    letter-spacing: 2px;
}
#modal-member #gform_wrapper_3 {
    margin: 30px 15px;
}
input#gform_submit_button_3 {
    border-radius: 0;
    border: none;
    margin: 0 !important;
    text-transform: uppercase;
    width: 100%;
    background: #A0A048;
    padding: 15px;
    color: #222222;
    margin-top: 0px !important;
    font-family: 'helveticaneue_medium';
}
#modal-member {
    max-width: 800px;
    margin: auto;
}
@media (min-width: 768px) {
  li#field_3_2, li#field_3_5 {
      padding-left: 2.5px !important;
  }
  li#field_3_1, li#field_3_2, li#field_3_4, li#field_3_5 {
      width: 50%;
      display: inline-block;
  }
  li#field_3_1, li#field_3_4 {
      padding-right: 2.5px !important;
  }
}
@media (max-width: 767px) {
  select#input_3_2 {
      margin-top: 5px;
      margin-left: 0;
  }
}
@media (max-width: 575px) {
  #modal-member #gform_wrapper_3 {
      margin: 30px 0;
  }
}
.charleft.ginput_counter {
    display: none;
}
li#field_3_1, li#field_3_2, li#field_3_4, li#field_3_5 {
    margin: 0;
}
#modal-member .ginput_container_text {
    margin-top: 0 !important;
}
.gform_footer.top_label {
    margin-top: 0 !important;
}
li#field_3_6 {
    margin-top: 0 !important;
}
#modal-member .ginput_container {
    margin-top: 5px;
}
div#gform_confirmation_wrapper_3 {
    padding: 30px !important;
}






a.btn.error-btn {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 20px;
    border: 3px solid #222222;
    margin-top: 20px;
    display: inline-block;
    border-radius: 0;
}







/* side-toggle */

div#beer-toggle {
    background: rgba(40, 41, 43, .85);
    border: 4px solid #979797;
    box-shadow: 0 6px 23px 0 rgba(0,0,0,0.50);
    color: #ffffff !important;
    z-index: 9999;
    position: fixed;
    border-left: 0;
    padding: 15px 25px 15px 15px;
    border-radius: 0 50px 50px 0;
    line-height: 0;
    top: 65%;
    margin-left: -135px;
    /* left: inherit; */
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    /* opacity: .85; */
}
div#beer-toggle img {
    max-height: 60px;
    display: inline;
    position: relative;
    margin-left: 15px;
}

div#beer-toggle a {
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
div#beer-toggle span {
    line-height: 0 !important;
    display: inline;
    color: #fff;
    font-family: 'helvetica_neu_bold';
}
div#beer-toggle:hover {
    margin-left: 0 !important;
}
div#beer-list {
    max-width: 75%;
    position: fixed;
    right: -100%;
    z-index: 9;
    padding: 20px;
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    box-shadow: 0 6px 23px 0 rgba(0,0,0,0.50);
}
#beer-list.open {
  right: 0;
}
div#menu-container {
    overflow: scroll;
    height: 100%;
}

@media (max-width: 575px) {
  #beer-toggle img {
      max-height: 45px !important;
  }
  #beer-toggle {
    padding: 12px 22px 12px 12px !important;
    margin-left: -143px !important;
  }
}



.icon {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 32px;
  position: relative;
}

.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 200%;
    overflow: hidden;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}

.confetti-piece {
  position: absolute;
  width: 8px;
  height: 16px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}
.confetti-piece:nth-child(1) {
  left: 7%;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 93ms;
          animation-delay: 93ms;
  -webkit-animation-duration: 926ms;
          animation-duration: 926ms;
}
.confetti-piece:nth-child(2) {
  left: 14%;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 485ms;
          animation-delay: 485ms;
  -webkit-animation-duration: 986ms;
          animation-duration: 986ms;
}
.confetti-piece:nth-child(3) {
  left: 21%;
  -webkit-transform: rotate(71deg);
          transform: rotate(71deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 454ms;
          animation-delay: 454ms;
  -webkit-animation-duration: 945ms;
          animation-duration: 945ms;
}
.confetti-piece:nth-child(4) {
  left: 28%;
  -webkit-transform: rotate(-56deg);
          transform: rotate(-56deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 20ms;
          animation-delay: 20ms;
  -webkit-animation-duration: 1148ms;
          animation-duration: 1148ms;
}
.confetti-piece:nth-child(5) {
  left: 35%;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 239ms;
          animation-delay: 239ms;
  -webkit-animation-duration: 777ms;
          animation-duration: 777ms;
}
.confetti-piece:nth-child(6) {
  left: 42%;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 443ms;
          animation-delay: 443ms;
  -webkit-animation-duration: 922ms;
          animation-duration: 922ms;
}
.confetti-piece:nth-child(7) {
  left: 49%;
  -webkit-transform: rotate(-49deg);
          transform: rotate(-49deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 32ms;
          animation-delay: 32ms;
  -webkit-animation-duration: 852ms;
          animation-duration: 852ms;
}
.confetti-piece:nth-child(8) {
  left: 56%;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 369ms;
          animation-delay: 369ms;
  -webkit-animation-duration: 781ms;
          animation-duration: 781ms;
}
.confetti-piece:nth-child(9) {
  left: 63%;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 347ms;
          animation-delay: 347ms;
  -webkit-animation-duration: 1070ms;
          animation-duration: 1070ms;
}
.confetti-piece:nth-child(10) {
  left: 70%;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 297ms;
          animation-delay: 297ms;
  -webkit-animation-duration: 1013ms;
          animation-duration: 1013ms;
}
.confetti-piece:nth-child(11) {
  left: 77%;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 182ms;
          animation-delay: 182ms;
  -webkit-animation-duration: 1154ms;
          animation-duration: 1154ms;
}
.confetti-piece:nth-child(12) {
  left: 84%;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 238ms;
          animation-delay: 238ms;
  -webkit-animation-duration: 1087ms;
          animation-duration: 1087ms;
}
.confetti-piece:nth-child(13) {
  left: 91%;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 23ms;
          animation-delay: 23ms;
  -webkit-animation-duration: 1041ms;
          animation-duration: 1041ms;
}
.confetti-piece:nth-child(odd) {
  background: #17d3ff;
}
.confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
          animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
  background: #ff4e91;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}




