/*
	custom css 
*/

h3 > a {
	color: #000 !important;
}

a h3 strong {
	color: #000 !important;
}


.content p img {
	width: auto;
}

.content p a {
	border-bottom: 0px !important;
}

.hidden {
  display: none !important;
}

h2.sm {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.heroBanner .content p {
  text-shadow: 0 0 5px #333;
}


.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(100% - 8px) !important;
}

/*
.site-id-24 header .logo div.locations{
  display: none !important;
}

.site-id-24 .container .col-lt-3.left {
  
}

.post-type-archive-team footer,
.post-type-archive-team #hHolder {
  display: none !important;
}
*/
.credit-wrapper{
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #000;
}

.close-button {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  z-index: 99999999;
}


.credits {
  position: absolute;
  /*top: 100%;*/
  /*left: 50%;*/
  width: 100%;
  /*margin-left: -300px;*/
  font: 300 30px/1 'Neuzit', sans-serif;
  color: #fff;
  animation: 60s credits linear infinite;
  line-height: 1.2em;
  background: #000 !important;
}

.credits table {
  width: 100%;
}

.credits table tr td {
  padding-bottom: 20px;
}

.credits p {
  line-height: 1.4em !important;
  margin: 0 !important;
}

.job {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: right;  
  width: 50%;
}

.job p {
  padding-right: 10px;
  padding-top: 6px;
}

.name p {
  padding-left: 10px;
  line-height: 1.4em;
  text-transform: uppercase;
}

.name {
  margin-bottom: 50px;
  font-size: 28px;
  text-align: left;
  width: 50%;
}

@keyframes credits {
    0% { top:  100%; }
  100% { top: -500%; }
}

header .logo .locations {
  display: none !important;
}

.top .map {
  display: none !important;
}

ul.menu-left {
  list-style-type: none;
}


ul.menu-left li a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 6px 13px 4px;
    font-size: 12px;
    letter-spacing: 1.8px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-family: "GraphikSemibold", sans-serif;
    font-weight: 700;
}

ul.menu-left li.current-menu-item a {
  background: white;
  color: black;
}

.gform_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    max-width: 90px !important;
}

ul#gform_fields_3 li,
ul#gform_fields_5 li,
ul#gform_fields_6 li {
  float: left;
  margin-right: 20px;
  display: inline-block;
  max-width: 200px;
  clear: none !important;
  margin-top: 0;
}

#gform_3 .gform_footer,
#gform_5 .gform_footer,
#gform_6 .gform_footer {
  display: inline-block;
  width: auto;
}

#field_3_2,
#field_5_2,
#field_6_2 {
  width: 200px;
}

#gform_submit_button_3,
#gform_submit_button_5,
#gform_submit_button_6 {
  margin-top: 0;
  height: 47px;
}

select#input_3_2,
select#input_5_2,
select#input_6_2 {
  width: 100%;
}

#gform_wrapper_3,
#gform_wrapper_5,
#gform_wrapper_6 {
  margin-top: 0; 
}


.page-template-page-reservations-php h3 {
  margin-bottom: 2px;
  margin-top: 0px;
  line-height: 1em !important;
}

.smalltxt {
  margin-top: 0;
}


.res-list {
  margin-top: 50px;
}

.res-item {
  display: inline-block;
  clear: both;
  margin-bottom: 30px;
  height: auto;
}

.menu-img {
  width: 33%;
  float: left;
  margin-right: 2%;
}

.menu-desc {
  float: left;
  width: 65%;
}

.subtitle {
  font-style: italic;
}

.cta-link {
  font-weight: 900;
  text-decoration: underline;
}

.cta-orange {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background: #f0a41e !important;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    padding: 12px 30px;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none;
    text-transform: lowercase;
}

.cta-orange:hover {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background: #c97d2e !important;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    padding: 12px 30px;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none;
    text-transform: lowercase;
}

@media (max-width: 1024px) and (max-width: 400px) {
  header label[for="menu_toggle"] + div {
      padding-bottom: 240px !important;
  }
}

@media only screen and (max-width: 610px) {

    .menu-img {
      width: 100%;
      margin-bottom: 20px;
    }

    .menu-desc {
      width: 100%;
    }
    .credits table tr td {
      display: block;
      width: 100%;
      padding-bottom: 0px;
    }
    
    .job,
    .name {
      text-align: center;     
    }
    .job p {
      padding-right: 0px;
    }

    .name p {
      padding-left: 0px;
    }
}