@charset "UTF-8";
/* CSS Document */

/*Verb Overrides and Styles*/


.feedie-logo-link {
    position: absolute;
    top: .5em;
    right: 0;
}

@media only screen and (max-width : 1055px) {
    .feedie-logo-link { display: none; }
}



/*Verb Additions*/


/*#nav li a{
  padding: 20px 12px!important;
  vertical-align: middle;
}
#nav li{
  display: table-cell;
  float: none;
}
#nav ul{
  display: table;
  width: 100%;
}*/
#nav li {
  font: 17px 'AGaramondPro-Italic', 'Times New Roman', Times, serif;
}

.feedie-logo-link {
    position: absolute;
    top: .5em;
    right: 0;
}

@media only screen and (max-width: 1055px) {
    .feedie-logo-link {
        display: none;
    }
}

/*Reservation Widget*/

@media screen and (min-width: 731px){
  .horizontal-form{
    min-height: 65px;
  }
}
.picker__wrap{
	margin: 0;
}

.input-box{
	/*position: relative;  */
  display: inline-block;
  margin-right: 10px;
  width: 151px;
  float: left;
  clear: none;
}

.input-box input, .input-box select{
  width: 155px;
  display: block !important;
  font-size: 0.8125em;
  color: #333;
  text-transform: none;
  font: 13px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  height: 35px;
  border: none;
  padding-left: 10px;
  background-color: #fff;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.input-box input.box-error, .input-box select.box-error{
  background-color: #d02e29;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

:-ms-input-placeholder {
   color: #000;
}

.input-box select option{
  height: 30px;
}

.horizontal-form {
  clear: both;
}


@media screen and (max-width: 986px){
  .input-box{
    width: 18%;
    margin-right: 15px;
  }
  .input-box input, .input-box select{
    width: 135px;
  }
}


@media screen and (max-width: 730px){
 .input-box{
    width: 100%;
  }
  .input-box input, .input-box select{
    width: 90%;
    margin: auto;
    margin-top: 10px;
  }
  .submit{
    float: none !important;
    margin-top: 20px;
  }
  .picker{
    top: 0;
  }
}


/*Home Page*/
#section_top section .nyp {
  position: absolute;
  right: 0;
  bottom: -40px;
}

/*Events Page*/
.event_details_box p strong{
  /*font-family: "MyriadPro-Bold";*/
}

/*Special Events*/
@media screen and (min-width: 731px){
	#event_info_contact p.large {
	  width: 28%;
	}
}

/*mobile nav menu*/

@media screen and (min-width: 731px){
  #navobile-nav {
    display: none!important;
  }
}
@media screen and (max-width: 730px){

  #navobile-nav {
    display: block!important;
  }

}

@media screen and (max-width: 730px){
	#header_links_social a {
	}
	#header_links_social a#googleplus-icon{
		margin: 4px 8px 0;
	}
}


/*Hours and Locations Page*/

.location_hours p{
	margin: 0 0 10px 0;
}
#map_accordion{
	margin-top:;
}

/*Book Now Page*/

.vertical-form .input-box{
  width: 100%;
}
.vertical-form .input-box input, .vertical-form .input-box select{
	width: 100%;
	margin: 6px 0;
	height: 60px;
	border: 1px solid #e1e4e5;
	font: 18px Arial, Helvetica, sans-serif;
	color: #05222a;
	text-transform: uppercase;
}
.vertical-form #reservations-button{
  text-align: center;
}
.vertical-form strong span{
	display: none;
}

/*Blog Stuff*/
.article_copy img{
  height: auto;
}

@media screen and (max-width: 986px){
  #whats_happening #section_main h1 {
    padding-right: 0!important;
  }
}
.wp-caption-text {
  display: none;
}

#section_main .blog_item img {
  max-width: none;
   width: auto;
   height: auto!important;
}

@media screen and (max-width: 730px){
  #whats_happening .blog_item.small {
    background-size: cover!important;
  }
}

#section_main .paging a span{
  color: #f79035 !important;
  margin-right: 20px;
}

#whats_happening #menuID-6 {
  color: #f79035;
}

@media screen and (max-width: 986px){
	#whats_happening #splash_one h2, #whats_happening #splash_two h2 {
	  font-size: 30px;
	}
}
.blog_item.first img{
	width: 100%!important;
}



/*Header*/
#header_links_social span.icon-bg {
  padding: 3px 0 0 4px;
}
@media screen and (max-width: 986px){
	#nav li a {
	  margin: 0 9px;
	}
}

/*Front Page*/
#section_top section{
	background: none!important;
}

/*Google Maps Overrides*/

.venue_header img{
	max-width: 100%;
}

/*Venues Pages*/
#loc_venue_copy p{
	margin: 0 0 5px 0;
}


/*Helpers*/
.clearSpace{
	margin: 50px 0;
}

.fade{
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.fade:hover{
	opacity: .75;
}


.h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 3.25em 'Knockout-HTF46-Flyweight', 'Arial Narrow', Arial, Helvetica, sans-serif;
	margin: 15px 0 10px;
	text-shadow: 0px 2px 0px #000;
}


/*Gallery Overrides*/
#gallery_select select {
  margin-top: 0px;
  border: none;

  /*width: 155px !important;*/
  display: block !important;
  font-size: 0.8125em;
  color: #333;
  text-transform: none;
  font: 24px 'Knockout-HTF46-Flyweight', 'Arial Narrow', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 20px;
}

#gallery_select select option{
  font: 13px Arial, Helvetica, sans-serif;
}

/*Menu Overrides*/
.tab-content{
  display: none;
}
.tab-content.active{
  display: block;
}
#menus a.active{
	color: #d02e29;
}

.menu-section-item > .menu-section-title {
	border-top: 1px solid #05222a;
	padding-top: 20px;
	margin-top: 20px;
}
.menu-item-title{
	max-width: 80%;
}


/*Menu PDFs*/
.menu-download{
  display: none;
}
.menu-download.active{
  display: block;
}

@media screen and (min-width: 986px){

  .page-template-reservations .input-box:before{
    margin-left: 200px;
    margin-top: 29px;
  }

	.input-box:before{
		width: 20px;
		height: 20px;
		position: absolute;
		content: "\e01c";
		display: block;
		color: red;
		font-family: 'icomoon';
		pointer-events: none;
		margin-left: 130px;
		margin-top: 9px;
	}
}
  #gallery_select:before{
    width: 20px;
    height: 20px;
    position: absolute;
    content: "\e01c";
    display: block;
    color: red;
    font-family: 'icomoon';
    pointer-events: none;
    margin-left: 210px;
    margin-top: 9px;
  }

@media screen and (max-width: 730px){
	.input-box:before{
		display: none;
	}
	.icon-drop-down-arrow{
		cursor: pointer;
		display: inline-block!important;
	}

	.opened{
		height: 300px;
		-webkit-transition: height .5s ease-in-out;
		-o-transition: height .5s ease-in-out;
		transition: height .5s ease-in-out;
	}
	.closed{
		height: 40px;
		-webkit-transition: height .5s ease-in-out;
		-o-transition: height .5s ease-in-out;
		transition: height .5s ease-in-out;
	}
	.opened .icon-drop-down-arrow{
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}

}


/* Menus Enhancement Ref: #25682; */
.tab-content p.menu-description { margin: 0 2.68% 14px; }
.tab-content p.description { margin: 0 2.68% 14px; }


/*404*/
.pageNotFound #about_info h2, .pageNotFound #about_info p, .pageNotFound #about_info ul, .pageNotFound #about_info a {
  color: #000;
}

/* Instagram Bar Removal + Layout Enhancement */
html { height: 100%; }
body { background-color: #000 !important; min-height: 100vh; }
.content-wrap { padding-bottom: 256px; }
.instagram-stripe { display: none; }
#footer_wrap { z-index: 1000; position: fixed; bottom: 15px; left: 0; width: 100%; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }
.simply-scroll-clip { width: 100% !important; max-width: 1200px !important; margin: 0 auto; padding-top: 14px; }
#footer_nav { height: 50px; }
