/*
Theme Name: Moonshine Bar & Grill
Theme URI: http://what.it.is
Author: what.it.is creative
Author URI: http://what.it.is
Description: A custom-built, fully responsive theme for Moonshine Bar & Grill, leveraging the Bootstrap framework & grid system.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 *   3.1 - Site Header
 *   3.2 - Navigation
 * 4.0 - Home Page
 * 5.0 - About
 * 7.0 - Menu(s)
 * 8.0 - Banquets
 * 9.0 - Accolades
 * 10.0 - Photo Gallery
 * 11.0 - Gift Cards
 * 12.0 - Find Us
 * 13.0 - Sidebar
 * 14.0 - Footer
 * 15.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #fff;
	line-height: 1.5;
	margin: 0;
	background: #f4f3ef;
}

a {
	color: #3d5f82;
	text-decoration: none;
}

a:visited {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #FFF;
	outline: 0;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 17px;
	margin: 17px 0;
	letter-spacing: 3px;
	font-family: "superclarendon", Bitter, Georgia, serif;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Basic Structure
 *
 * Global elements & components for the site.
 *
 *
 * ----------------------------------------------------------------------------
 */


#site-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) #192026 no-repeat center top fixed;
}

#content-border {
	height: 10px;
	width: 100%;
	margin: 60px 0 0 0;
	border-top: solid 1px #e7e6dd;
}

#footer-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

#cpyrt-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	background: url(images/footer-rpt.png) repeat-x 200px;
}

.center {
	margin: 0 auto;
}

.logo-row {
	margin: 50px 0;
}

.logo-row-mobile {
	display: none;
}

.logo {
	width: 410px;
	height: 150px;
	background-size: 410px 100px;
	margin-left: -20px;
}

.f-tab {
	width: 29px;
	height: 39px;
	background: url(images/f-tab2x.png);
	background-size: 29px 39px;
	margin: 0 20px 0 0;
}

.f-tab .f {
	font-family: "din-condensed-web", sans-serif;
	color:#e7e6dd;
	font-weight: 400;
	font-size: 22px;
	padding: 1px 0 0 11px;
	text-decoration:none;
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
}

.f-tab a {
	text-decoration: none;
}
.f-tab a:hover {
	color: #9e8b80;
	text-decoration: none;
}

.f-tab a:visited {
	text-decoration:none;
}

.f-tab .f:hover {
	opacity:.5;
}

/**
 * 3.0 Header
 *
 * Header components: Navigation, social, notifications.
 *
 *
 * ----------------------------------------------------------------------------
 */

 #main-navigation  {
 	border-bottom: 1px solid #fff;
	text-align:center;
 }

 #main-navigation li.menu-item {
 	position: relative;
	float:left;
	text-transform:uppercase;
	color:#e7e6dd;
	text-align:center;
	font-family: "din-condensed-web", sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	letter-spacing: 2px;
	margin: 0 40px 0 22px;
 }

  #main-navigation li.menu-item a {
  color: #e7e6df;
  }

 #main-navigation li.menu-item a:hover{
	text-decoration:none;
	border-bottom: 2px solid #e7e6df;
  	color: #e7e6df;
 }

  #main-navigation li.current_page_item a:focus{
	text-decoration:none;
	border-bottom: 2px solid #e7e6df;
  	color: #e7e6df;
	outline:none;
 }

  #main-navigation li.current_page_item a {
	text-decoration:none;
	border-bottom: 2px solid #e7e6df;
  	color: #e7e6df;
	outline:none;
 }

 #browser-notifications {
	width:100%;
	margin: 0 0 50px 0;
	position:relative;
 }

 #notifications-box {
 	padding:20px 60px 25px 60px;
	border: 1px solid #e7e6df;
	background: rgba(12,19,26,0.65);
	z-index: 1;
 }


 #notifications-box p.notification-title {
 	text-transform:uppercase;
	text-align:center;
	font-family: "din-condensed-web", sans-serif;
	font-weight: 300;
	font-size:20px;
	letter-spacing:2px;
	margin: 10px auto 15px;
 }

  @media (max-width: 768px) {

 		#notifications-box p.notification-title {
					margin: 10px auto;
		}
	}

 #notifications-box .textwidget {

 }
 /**
 * 4.0 Home Page
 *
 * Home Page specific styling.
 *
 *
 * ----------------------------------------------------------------------------
 */


 #banner {
 	text-align:center;
	z-index: 0 !important;
 }

 #banner img {
 	float:none;
	z-index: inherit;
 }


  /**
 * 5.0 About
 *
 * Styling for the about section of the site.
 *
 *
 * ----------------------------------------------------------------------------
 */

 .about-main {
	 display: inherit;
 }

 .about-mobile {
	 display: none;
 }

 #date-1, #date-2 {
 	text-align:center;
	font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top:40px;
 }

 .date1 {
	 background-size: 80px 28px;
 }

 .date2 {
	 background-size: 70px 28px;
 }

 .date-blurb-1, .date-blurb-2 {
	 padding-top: 20px;
 }

 #our-history {
 	margin-top:20px;
 }

 #our-history-title {
 	text-align: center;
	text-transform:uppercase;
	font-family: "din-condensed-web", sans-serif;
	 font-size: 18px;
	 letter-spacing: 5px;
	 padding: 12px 0 0 0;
 }

 #our-history-text {
 	text-align:center;
	padding: 20px 30px 50px 30px;
	font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 30px;
 }

 #info-column {
 	padding: 0 20px;
	border-left: 1px solid #fff;
 }

 #info-column .section-title {
	 font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 0 17px 0;
 }

 #info-column .section-text {
	 font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
 }
  /**
 * 8.0 Banquets
 *
 * Styling for the Banquets section of the site.
 *
 *
 * ----------------------------------------------------------------------------
 */

 #banquets-main {
 	text-align:center;
	margin: 10px 0 0 0;
 }

 .banquets-main {
	 display: inherit;
 }

 .banquets-mobile {
	 display: none;
 }

 .banquets-intro-statement {
	font-family: Georgia, serif;
	font-size: 14px;
	padding: 20px 10%;
 }

 .downloads .downloads-title {
	 font-family: "din-condensed-web", sans-serif;
	 font-size: 24px;
	 letter-spacing: 3px;
	 padding: 10px 0 0 0;
 }

 .downloads .border-block {
	 height: 4px;
	 width: 170px;
	 border: 1px solid #e7e6dd;
 }

  .downloads .downloads-text {
	  padding: 11px 0;
  }

  .banq-pdfs {
	  padding: 50px 0 0 0;
	  font-family: Georgia, serif;
	  font-size: 12px;
	  text-transform: uppercase;
	  font-weight: bold;
	  vertical-align: middle;
  }

  .banq-pdfs a {
	  color: #fff;
  }

  .downloads .download {
	  vertical-align: middle;
	  min-height: 60px;
  }

  .dwnld-footer {
	  width: 60px;
	  height: 10px;
	  background: url(images/dwnld-footer2x.png) no-repeat;
	  background-size: 60px 10px;
  }

  .book {
	  border: 1px solid #e7e6dd;
	  height: 34px;
	  margin: 60px 0 10px 0;
  }

  .book-it-block {
	background: #fff;
	color: #2f3a41;
	font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 4px;
	height: 32px;
	padding: 3px 0 0 0;
  }

  .book .book-it {
	  font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	height: auto;
	padding: 7px 0 0 10px;
  }


   /**
 * 9.0 Accolades
 *
 * Styling for the Press section of the site.
 *
 *
 * ----------------------------------------------------------------------------
 */


#accolades-container {
	margin: 0 20px 0 20px;
}

 #press-column {
	 padding: 0 25px;
	 border-left: 1px solid #fff;
	 height: auto;
	 min-height: 370px;
 }

 #press-inquiries {
 	margin-top:40px;
 }

 #press-inquiries-title {
 	text-transform:uppercase;
	font-size:18px;
 }

 #press-column .year {
 }

 #press-column .snippet {
	 font-family: "superclarendon", Bitter, Georgia, serif;
	 font-weight: 300;
	 margin: 25px 0 0 0;
	 font-size: 11px;
	 line-height: 20px;
 }

 #press-inquiries .title {
	 font-family: "superclarendon", Bitter, Georgia, serif;
	 font-size: 17px;
	 text-transform: uppercase;
	 font-weight: 300;
	 letter-spacing: 4px;
	 padding: 0;
 }

 #press-inquiries .contact {
	 font-family: "superclarendon", Bitter, Georgia, serif;
	 font-size: 11px;
	 font-weight: 300;
	 padding: 0 0 0 25px;
 }

 .acc-badge {
	 background-size: 107px 107px;
	 margin: -70px 70px 0 0;
 }

 /**
 * 11.0 Gift Cards
 *
 * Styling for the Gift Cards page.
 *
 *
 * ----------------------------------------------------------------------------
 */

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
	display: none;
}

.gform_wrapper form {
	text-align: center !important;
}

.gform_wrapper .gfield_required {
	display: none;
}

.gform_wrapper ul#gform_fields_1 li input, .gform_wrapper ul#gform_fields_1 li select {width: 75%}

.gform_wrapper ul#gform_fields_1 li input {
	background: none;
	height: 30px;
	border: 1px solid #fff;
	color: #fff;
	font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
}

.gform_wrapper .gform_footer input[type=submit] {
	background: url(images/order2x.png) no-repeat;
	background-size: 94px 48px;
	width: 94px;
	height: 48px;
	border: 0;
}

.gform_wrapper ul#gform_fields_1 li select {
	background: url(images/gift-dropdown-arrow.png) no-repeat right #fff;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 0;
	font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 14px;
	padding: 0 0 0 8px;
	color: #213b46;
   -webkit-appearance: none;
}

.gform_wrapper ul#gform_fields_1 li textarea {
	background: none;
	border: 1px solid #fff;
	width: 40%;
	color: #fff;
	font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}

.gform_wrapper ul#gform_fields_1 li#field_1_5 {
	width: 100%;
	margin-top: 10px;
	padding: 20px 0 0 0;
	border-top: 1px solid #fff;
}

.gform_wrapper ul#gform_fields_1 li label {
	text-align: center;
	font-family: "superclarendon", Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: none !important;
	border-top: none !important;
	border-bottom: none !important;
}

.gift-disclaimer {
	font-family: "superclarendon", Georgia, serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 16px;
	text-align: center;
}

  /**
 * 12.0 Find Us
 *
 * Styling for the Find Us page.
 *
 *
 * ----------------------------------------------------------------------------
 */

 #findus-container {
	 margin-top: -15px;
 }

 .map-main {
	display: inherit;
}

.map-mobile {
	display: none;
}

  #find-us-banner {
 	margin-bottom:10px;
 }

  #divider-1 {
	padding: 0;
 }

   #divider-2 {
	padding: 0;
 }

 hr {
 	height:1px;
	width:100%;
	vertical-align:middle;
	background:#FFFFFF;
	margin-top:23px;
 }

 #inquiries, #hours {
 	text-align:center;
	padding:15px 30px;
	font-family: "superclarendon", Bitter, Georgia, serif;
 }

 .inquiries-phone-number {
	 font-family: "superclarendon", Georgia, serif;
	 font-weight: 400;
	 font-size: 40px;
 }

 .inquiries-title {
	 font-family: "superclarendon", Georgia, serif;
	 font-weight: 400;
	 font-size: 14px;
	 text-transform:uppercase;
 }

 .inquiries-email {
	 margin-top: 8px;
 }

 .inquiries-email a {
 	 font-family: "superclarendon", Georgia, serif;
	 font-weight: 300;
	 font-size: 14px;
	 text-transform:uppercase;
	 color: #fff;
	 font-style: italic;
 }

 .hours-text {
	 font-family: "din-condensed-web", sans-serif;
	 font-size: 22px;
	 letter-spacing: 2px;
	 text-transform:uppercase;
 }

 /**
 * 14.0 Footer
 *
 * Styling for the global footer.
 *
 *
 * ----------------------------------------------------------------------------
 */

 footer {
 	margin-top:30px;
 }

 .widget {
 	text-align:center;
	text-transform:uppercase;
 }

 .site-footer h3 {
	 color: #213b46;
 }

 .site-footer .textwidget {
	 font-family: "din-condensed-web", sans-serif;
	 color: #9e8b80;
	 font-size: 14px;
	 letter-spacing: 1.5px;
 }

 .site-footer .textwidget a {
	 color: #7f3a2d;
 }

 .site-info {
 	margin-top:40px;
	padding-top: 40px;
 }

 .site-info p {
 	text-align: center;
	font-family: georgia, serif;
	color: #213b46;
	font-size: 10px;
	text-transform: uppercase;
 }

  /**
 * 15.0 Media Queries
 *
 * Responsive styling for small laptops, tablets and phones.
 *
 *
 * ----------------------------------------------------------------------------
 */


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

#main-navigation li.menu-item {
	margin: 0 30px 0 12px;
	font-size: 1.3em;
}

   .book {
	  height: 55px;
	  margin: 60px 0 10px 0;
}

  .book-it-block {
	height: 53px;
	padding: 13px 0 0 2px;
}

  .book .book-it {
	line-height:20px;
	padding: 7px 0 0 10px;
}

}


 @media (max-width: 1025px) {

#main-navigation li.menu-item {  /* Targeted Styling for the main menu on landscape iPad */
	margin: 0 30px 0 12px;
}
 }

@media (max-width: 991px) {


#main-navigation {
	display:none;
}

#date-1, #date-2 {
	margin-top:10px;
}

   .book {
	  height: 55px;
	  margin: 60px 0 10px 0;
}

  .book-it-block {
	height: 53px;
	padding: 14px 0 0 2px;
	font-size:16px;
	letter-spacing: 2px;
	font-weight:400;
}

  .book .book-it {
	line-height:20px;
	padding: 7px 0 0 10px;
}

 #press-column {
	 padding: 0 25px;
	 border-left: none;
	 text-align:center;
	 height: auto;
	 min-height: 350px;
	 margin-bottom: 50px;
 }

 #press-column .snippet {
 	font-size:12px;
	line-height:22px;
 }

 #press-inquiries {
 	margin-top:-10px;
 }

#press-inquiries .contact {
	 font-size: 12px;
 }

  .acc-badge {
	 background-size: 107px 107px;
	 margin: -90px -30px 0 0;
	 z-index:10;
 }

 .f-tab {
	display:none;
}


}

@media (max-width: 767px) {

#about-container,
#banquets-container,
#accolades-container,
#findus-container,
#frontpage-container,
#giftcards-container {
	margin: 0 40px;
}

#about-banner {
	margin:25px auto 15px auto;
}

.about-main {
	 display: none;
 }

 .about-mobile {
	 display: inherit;
 }

.map-main {
	display: none;
}

.map-mobile {
	display: inherit;
}

#our-history #divider-1 {
	height:25px;
	line-height:25px;
	padding: 0;
}

 #our-history-title {
	 padding: 0 0 2px 0;
 }

  #our-history-text {
 	text-align:center;
	padding: 20px 0px 50px 0px;
	font-family: "superclarendon", Bitter, Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 30px;
 }

 #info-column {
 	padding: 0 20px;
	border-left: 2px solid #fff;
	margin-bottom:30px;
 }

 .banquets-intro-statement {
	font-family: Georgia, serif;
	font-size: 14px;
	padding: 20px 0;
}

 .downloads .download {
	  vertical-align: middle;
	  min-height: 30px;
	  padding-bottom:10px;
  }

 .banq-pdfs {
	 padding: 50px 0 10px 0;
}

 .dwnld-footer {
	width: 60px;
	height: 10px;
	margin-bottom:30px;
}

 .book {
	  margin: 30px 0 10px 0;
}

 #press-column {
	 padding: 0;
	 border-left: none;
	 text-align:center;
	 height: auto;
	 min-height: 200px;
	 margin-bottom: 40px;
 }

#press-inquiries {
 	margin-top:10px;
	z-index:4000;
 }

  #press-inquiries .contact {
	 padding: 20px 0 0 0;
 }

   .acc-badge {
	 background-size: 107px 107px;
	 margin: -100px 0px 0 0;
	 z-index:10;
 }

#parking {
	margin-top:-10px !important;
}

.gform_wrapper ul#gform_fields_1 li textarea {
	width: 80%;
}

.gform_wrapper ul#gform_fields_1 li#field_1_5 {
	border-top: none;
}

.gform_wrapper ul#gform_fields_1 li input {
	margin-bottom: 20px;
}

}

@media (max-width: 667px) {

   .book {
	  height: 55px;
	  margin: 60px 0 10px 0;
}

  .book-it-block {
	height: 53px;
	padding: 22px 0 0 2px;
	font-size:18px;
	letter-spacing: 2px;
	font-weight:400;
}

  .book .book-it {
	line-height:20px;
	padding: 7px 0 0 10px;
}

}



 @media (max-width: 480px) {

.logo-row {
	display: none;
}

.logo-row-mobile {
	display:block;
	margin: 50px 0 40px 2px;
}

#about-container,
#banquets-container,
#accolades-container,
#findus-container,
#frontpage-container,
#giftcards-container {
	margin: 0 30px;
}

 #our-history-title {
	 padding: 0;
	 margin-bottom:-3px;
 }

 #about-banner {
	margin:0 0 15px 0;
}

.banquets-main {
	 display: none;
 }

 .banquets-mobile {
	 display: inherit;
 }

.mlogo {
	margin-left:-5px;
}

   .book {
	  height: 130px;
	  margin: 0px 0 10px 0;
}

  .book-it-block {
	height: 45px;
	padding: 11px 0 0 0;
	font-size:14px;
	letter-spacing: 2px;
	font-weight:400;
}

  .book .book-it {
	line-height:20px;
	padding: 10px 0 0 0;
	letter-spacing: 0px;
}

 .acc-badge {
	 background-size: 107px 107px;
	 margin: -90px -50px 0 0;
	 z-index:10;
 }

 img.map-link {
	margin: 0 0 20px 0;
 }

  #inquiries {
  	text-align:center !important;
	padding: 25px 0 0 0;
  }

  .inquiries-phone-number,
  .inquiries-email {
  	text-align:center !important;
  }

 #divider-1 {
 	padding:0 0 0 8px;
 }

 #divider-2 {
 	padding:0 0 0 8px;
 }


#frontpage-container #banner img {
	margin:-10px 0 0 -48px !important;
	max-width:138%;
}

#inquiries, #hours {
	padding:15px 0px;
 }


 }

  @media (max-width: 340px) {

     .book {
	  height: 145px;
	  margin: 0px 0 10px 0;
}

  .book-it-block {
	height: 45px;
	padding: 11px 0 0 0;
	font-size:14px;
	letter-spacing: 2px;
	font-weight:400;
}

  .book .book-it {
	line-height:20px;
	padding: 10px 0 0 0;
	font-size:11px;
	letter-spacing: 0px;
}

 .acc-badge {
	 background-size: 107px 107px;
	 margin: -140px -50px 0 0;
	 z-index:10;
 }

  img.map-link {
 	margin-top:-10px;
 }

 #findus-container  hr {
 	height:1px;
	width:100%;
	margin:23px 0 0 0
  }

  #parking {
	margin-top:-33px !important;
}

}
