/*
Theme Name: Absinthe
Theme URI: http://tridaz.eu/
Author: Tridaz
Author URI: http://tridaz.eu
Description: Great theme for Absinthe.com
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: absinthe 
*/

/* ========================================================================= */
/*    FONT                                                                   */
/* ========================================================================= */
@font-face {
  font-family: 'eaves_regular';
  src: url('font/mreavessanot-reg.eot');
  src: url('font/mreavessanot-reg.eot') format('embedded-opentype'),
       url('font/mreavessanot-reg.otf') format('opentype'), 
       url('font/mreavessanot-reg.woff') format('woff'),
       url('font/mreavessanot-reg.ttf') format('truetype'),
       url('font/mreavessanot-reg.svg#MrEavesSanOTReg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturySchoolbook';
  src: url('font/CenturySchoolbook.eot');
  src: url('font/CenturySchoolbook.woff2') format('woff2'),
       url('font/CenturySchoolbook.woff') format('woff'),
       url('font/CenturySchoolbook.ttf') format('truetype'),
       url('font/CenturySchoolbook.svg#CenturySchoolbook') format('svg'),
       url('font/CenturySchoolbook.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* ========================================================================= */
/*    GENERAL                                                                */
/* ========================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

a {
  color: #000000;
  font-family: 'eaves_regular', Arial, Helvetica;
}

a.active {
  color: #978812;
}

body {
  background: url(images/pattern.jpg);
  display: block;
}

.featured {
  background-attachment: fixed;
  background-position: 50% 91px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
}

.left {
  display: table-cell;
  vertical-align: top;
}

.left h1 {
  color: #978812;
  font-family: 'eaves_regular';
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 36px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.left p {
  font-size: 14px;
  line-height: 21px;
}

.left p b {
  font-family: 'eaves_regular';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}

p {
  font-family: 'CenturySchoolbook';
}

.right {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.right a {
  font-family: 'CenturySchoolbook';
  letter-spacing: 0;
} 

.right h1 {
  color: #000000;
  font-family: 'eaves_regular';
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.right h2 {
  color: #978812;
  font-family: 'eaves_regular';
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.right p {
  font-size: 14px;
  line-height: 24px;
}

.select_menu {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-family: 'eaves_regular', Arial, Helvetica;
  height: 28px;
  letter-spacing: 2px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;  
}

ul,
ul li {
  font-family: 'CenturySchoolbook';
}

/* ========================================================================= */
/*    LOGO                                                                   */
/* ========================================================================= */
#logo {
  display: block;
  width: 100%;
}

#logo a {
  background: url(images/logo_big.png) no-repeat;
  background-size: cover;
  display: block;
  margin: 0;
  padding: 0;
}

#logo .text_below_logo {
  font-family: 'CenturySchoolbook';
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  margin: 0 0 20px;
  text-align: center;
}

#logo .text_below_logo a,
#logo .text_below_logo span a {
  background: none;
  display: inline;
  font-family: 'CenturySchoolbook';
  margin: 0;
  text-decoration: none;
}

/* ========================================================================= */
/*    NAVIGATION                                                             */
/* ========================================================================= */
#mobile_navigation {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #000000;
  display: table-row;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

#mobile_navigation:after {
  height: 15px;
} 

#navigation {
  background: url(images/pattern.jpg);
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  box-shadow: 0 8px 4px -4px rgba(32, 32, 32, 0.19); 
  display: block;
  text-align: center;
  width: 100%;
  z-index: 999999;
}

#navigation .container {
  display: table;
  margin: 0 auto;
  vertical-align: middle;
}

#navigation #menu {
  float: none;
  list-style-type: none;
  vertical-align: middle;
}

#navigation #menu li {
  display: inline-block;
  font-family: 'eaves_regular';
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#navigation #menu li:after {
  content: '|';
}

#navigation #menu li:last-child {
  margin: 0;
}

#navigation #menu li:last-child:after {
  content: '';
  margin: 0;
}

#navigation #menu li a {
  color: #020202;              
  text-decoration: none;
}

#navigation #navigation_logo {
  background: url(images/logo_big.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}

#navigation-sticky-wrapper.is-sticky #navigation {
  text-align: right;
}

/* ========================================================================= */
/*    BIG IMAGE                                                              */
/* ========================================================================= */
#big_image {
  display: block;
  width: 100%;
  background-size: cover;
}

#big_image_text {
  color: #fff;
  font-family: 'CenturySchoolbook';
  letter-spacing: 3px;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(100, 100, 100, 1);
  width: 100%;
}

#big_image_text p {
  position: relative;
}

/* ========================================================================= */
/*    RESERVATIONS + ANNOUNCEMENTS                                           */
/* ========================================================================= */
#announcements {
  border: 1px solid #000000;
  display: block;
  margin: 0 auto 7%;
  padding: 4% 2%;
  text-align: center;
}

#announcements a,
#announcements em,
#announcements i {
  font-style: italic !important;
}

#announcements h1 {
  padding: 0 0 20px;
}

#reservations {
  border-bottom: 1px solid #000000; 
}

#reservations .container {
  width: 90%;
  margin: 0 auto;
}

#reservations .left,
#reservations .right {
  display: block;
  width: auto;
}

#reservations .right h2 {
  color: #000000;
}

.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
  width: 5px;
}

/* ========================================================================= */
/*    MENUS                                                                  */
/* ========================================================================= */
#menus {
  background: rgba(114, 113, 113, 0.19);
  border-bottom: 1px solid #000000;
  display: block;
  width: 100%;
}

#menus #back-to-menu {
  background: url(images/slider-arrow-top.png);
  bottom: 10px;
  cursor: pointer;
  height: 39px; 
  position: fixed;
  right: -49px;
  width: 49px;
}

#menus_events {
  display: block;
  list-style-type: none;
}

#menus_events li {
  margin: 0 0 14px;
}

#menus_events li a {
  font-size: 18px; 
  letter-spacing: 2px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

#menus_events li p {
  font-family: 'CenturySchoolbook';
  font-style: italic;
}

#menus .loading {
  display: block;
  font-family: 'eaves_regular';
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#menus_navigation {
  display: block;
  list-style-type: none;
  margin: 50px 0;
}

#menus_navigation li {
  color: #000000; 
  line-height: 36px;
  text-transform: uppercase;
}

#menus_navigation li a {
  font-family: 'eaves_regular';
  font-size: 18px;
  letter-spacing: 3px;
  text-decoration: none;
}

.right #menus_box p b,
.right #menus_box p strong {
  font-family: 'eaves_regular';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.right #menus_box p em {
  font-style: italic;
}

.right #menus_box p span {
  padding: 0 5px 0 0;
}

.right #menus_box hr {
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
}

/* ========================================================================= */
/*    VISIT US                                                               */
/* ========================================================================= */
#visit_us {
  border-bottom: 1px solid #000000;  
}

#visit_us .left a {
  font-family: 'CenturySchoolbook';
  font-size: 14px;
}

#visit_us .left h2 {
  color: #978812;
  font-family: 'eaves_regular';
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#visit_us .left p b {
  display: inline-block;
  line-height: 18px;
  margin: 10px 0 0;
}

#visit_us #map {
  display: block;
}

/* ========================================================================= */
/*    PRIVATE DINING                                                         */
/* ========================================================================= */
#private_dining {
  background: rgba(114, 113, 113, 0.19);
  border-bottom: 1px solid #000000;
}

#private_dining .left p {
  margin: 0 0 14px;
}

#private_dining .metaslider .rslides_nav {
  color: transparent;
  height: 49px;
  margin: 0;
  padding: 0;
  width: 39px;
}

#private_dining .metaslider .next {
  background: url(images/slider-arrow-right.png);
  background-position: center center;
  background-size: cover;
  margin-top: -25px; 
}

#private_dining .metaslider .prev {
  background: url(images/slider-arrow-left.png);
  background-position: center center;
  background-size: cover;
  margin-top: -25px;
}

#private_dining_form {
  display: none;
}

#private_dining_form .checkboxes_label
#private_dining_form .form_section label {
  font-family: 'CenturySchoolbook';
  font-size: 14px;
}

#private_dining_form p {
  margin: 0 0 14px;
}

#private_dining_form p.required {
  text-align: right;
}

#private_dining_form #form_result {
  display: table;
  font-weight: bold;
  margin: 0 0 14px;
  width: 100%;
}

#private_dining_form #bar_box {
  border: 1px solid rgb(169, 169, 169);;
  background-color: #FFFFFF;
	float: right;
	height: 16px;
  margin: 0 0 5px 8px;
	width: 100px;
}

#private_dining_form .checkbox_container {
  display: table;
  width: 100%;
}

#private_dining_form .checkbox_container label {
  padding: 0 0 0 5px;
}

#private_dining_form #comments {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

#private_dining_form #count {
  color: #000000;
	float: right;
  font-family: 'CenturySchoolbook';
	font-size: 14px;
	font-weight: bold;
  margin-right: 8px;
}

#private_dining_form #form_result .loader {
  display: none;
  float: left;
  height: 16px;
  margin: 0 5px 5px 0;
  width: 16px;
}

#private_dining_form #form_result .result {
  line-height: 16px;
  margin: 0;
}

#private_dining_form p strong {
  font-weight: bold;
}

#private_dining_form #progress_bar {
  height: 16px;
	width: 0px;
}

#private_dining_form #reset_form,
#private_dining_form #submit_form {
  background: rgb(84, 149, 52);
  border: none;
  color: white;
  cursor: pointer;
  font-family: 'eaves_regular';
  font-size: 14px;
  height: 25px;
  line-height: 26px;
  padding: 0 10px;
  text-transform: uppercase;
}

#private_dining_form select {
  font-family: 'CenturySchoolbook';
}

#private_dining_form select option {
  margin: 0 10px;
  padding: 0 10px;
}

#private_dining_form textarea {
  font-family: 'CenturySchoolbook';
  font-size: 14px;
  margin: 0 0 14px;
  resize: none;
  width: 100%;
}

#private_dining_gallery p {
  margin: 0 0 14px;
}
  
#private_dining_image {
  background: url(images/dsc_1940.jpg);
  background-size: cover;
  display: block;
}

#private_dining_navigation {
  display: block;
  margin: 0 0 40px;
}

#private_dining_navigation li {
  line-height: 30px;
  list-style-type: none;
}

#private_dining_navigation li a {
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

#private_dining_navigation li.menu-item-has-children > a {
  display: inline-block;
  width: 120px;
}

#private_dining_navigation li.menu-item-has-children > a:after {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #000000;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
	height: 0; 
  margin: 0 0 0 10px;
  width: 0; 
}

#private_dining_navigation li.menu-open > a:after {
	border-left: 6px solid transparent;
  border-right: 6px solid transparent; 
  border-top: 6px solid #000000;
  content: "";
  display: inline-block;
	height: 0; 
  margin: 0 0 0 10px;
  position: relative;
  top: 4px;
  width: 0; 
}

#private_dining_navigation .sub-menu {
  display: none;
  margin: 0 0 0 36px;
}

#private_dining_plans {
  display: none;
  text-align: center;
  width: 100%;
}

#private_dining_plans .floor_plan {
  display: inline-block;
}

#private_dining_plans .floor_plan img {
  height: auto;
  width: 100%;
}

#private_dining_plans .floor_plan p {
  color: #978812;
  display: table-cell;
  font-size: 14px;
  text-transform: none;
  font-style: italic;
  vertical-align: middle; 
}

#private_dining_weddings {
  display: none;
}

.right #private_dining_box p b,
.right #private_dining_box p strong {
  font-family: 'eaves_regular';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.right #private_dining_box p em {
  font-style: italic;
}

.right #private_dining_box hr {
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
}

/* ========================================================================= */
/*    PRIVATE DINING FORM CHECKBOXES                                         */
/* ========================================================================= */
#private_dining_form label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#private_dining_form input[type=checkbox].css-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
	position: absolute;     
  width: 1px;
}

#private_dining_form input[type=checkbox].css-checkbox + label.css-label {
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
	display: inline-block;
  font-size: 15px;
  height: 15px; 
  line-height: 15px;
	padding-left: 20px;
	vertical-align: middle;
}

#private_dining_form input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

#private_dining_form .css-label {
	background-image: url(images/checkbox.jpg);
}

/* ========================================================================= */
/*    PRIVATE DINING FORM DROPDOWNS                                          */
/* ========================================================================= */
.wrapper-dropdown {
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  font-family: 'CenturySchoolbook';
  outline: none;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper-dropdown:after { /* Little down arrow */
  border-color: #000000 transparent;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  content: "";                      
  height: 0;
  margin-top: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
}

.wrapper-dropdown:before { /* Little up arrow */
  border-color: #000000 transparent;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  content: "";
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
}

.wrapper-dropdown .dropdown {
  background: #fff;
  border: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  border-top: none;
  left: -1px;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: -1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  top: 100%;
  transition: all 0.3s ease-out;
}

.wrapper-dropdown .dropdown li {
  font-size: 14px;
  font-family: 'CenturySchoolbook';
  padding: 0 15px;
}

.wrapper-dropdown .dropdown li a {
  display: block;
  color: #000000;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.wrapper-dropdown .dropdown li:last-of-type a {
  border: none;
}

.wrapper-dropdown .dropdown li:hover a {
  color: #000000;
}

.wrapper-dropdown.active {
  background: white;
  border: 1px solid #000000;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  z-index: 9999;
}

.wrapper-dropdown.active:after,
.wrapper-dropdown.active:before {
  border-color: #000000 transparent;
}

.wrapper-dropdown.active .dropdown {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  max-height: 400px;
}
#tripleseat_embed_form { font-family: 'CenturySchoolbook'; }

/* ========================================================================= */
/*    EVENT CALENDAR                                                         */
/* ========================================================================= */
#event_calendar {
  border-bottom: 1px solid #000000;
}

#event_calendar #events {
  list-style-type: none;
}

#event_calendar #events li {
  margin: 0 0 18px;
}

#event_calendar #events li a {
  font-size: 21px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

#event_calendar #events li p {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

#event_calendar .right h1 {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 24px;
}

#event_calendar .right hr {
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
}

#event_calendar .right p b,
#event_calendar .right p strong {
  font-family: 'CenturySchoolbook';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}

#event_calendar .right p em {
  font-style: italic;
}

#event_calendar .right ul {
  font-size: 14px;
  line-height: 1.5em;
  list-style-type: disc;
  margin: 14px 0 14px 30px;
}

#event_calendar .right ul,
#event_calendar .right ul li {
  font-family: 'CenturySchoolbook';
}

/* ========================================================================= */
/*    PRESS ROOM                                                             */
/* ========================================================================= */
#press_room {
  border-bottom: 1px solid #000000;
}

#press_room .left,
#press_room .right {
  display: block;
}

#press_room .press_article {
  margin: 0 0 14px;
}

#press_room #press_next {
  float: right;
}

#press_room .press_pagination {
  display: block;
  height: 14px;
}

#press_room .press_pagination a {
  font-family: 'CenturySchoolbook';
}

#press_room #press_previous {
  float: left;
}

#press_room .right {
  width: auto;
}

#press_room .right h1 {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 24px;
}

#press_room .right h2 {
  font-family: 'eaves_regular';
  color: #000;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ========================================================================= */
/*    ABOUT                                                                  */
/* ========================================================================= */
#about {
  background: rgba(245, 237, 226, 0.19);
}

#about #about_menu {
  list-style-type: none;
}

#about #about_menu li {
  font-size: 14px;
  font-style: italic;
  margin: 9px 0;
}

#about #about_menu li a {
  text-decoration: none;
}

#about #about_menu li b {
  font-family: 'eaves_regular';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  text-transform: uppercase;
}

#about .right h1,
#about .right p {
  margin: 0;
}

#about .right p em {
  font-style: italic;
}

#about .right hr { 
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
}

#about .right p strong {
  font-weight: bold;
}

#about .right ul {
  font-size: 14px;
  line-height: 1.5em;
  list-style-type: disc;
  margin: 14px 0 14px 30px;
}

/* ========================================================================= */
/*    RESPONSIVE                                                             */
/* ========================================================================= */

/*** 0 - 639px + portrait ***/
@media screen and (max-width: 639px) and (orientation: portrait) {
  #logo a {
    height: 55px;
    margin: 10px auto 15px;
    width: 180px;
  }
  
  #mobile_navigation_logo {
    margin: 10px auto;  
  }
}

/*** 0 - 639px + landscape ***/
@media screen and (max-width: 639px) and (orientation: landscape) {
  #logo a {
    height: 55px;
    margin: 5px auto;
    width: 180px;
  }
  
  #mobile_navgiation_logo {
    margin: 5px auto;
  }
}

/*** 0 - 767px ***/
@media screen and (max-width: 767px) {
  
  #about_menu,
  #events,
  #menus_events,
  #menus_navigation,
  #private_dining_navigation {
    margin: 0;
    text-align: center;
  }
  
  #about_menu,
  #menus_events,
  #menus_navigation {
    display: none;
  }
  
  #about_menu li {
    line-height: 18px;
    margin: 0 0 10px;
  }
  
  #events li,
  #menus_events li,
  #menus_navigation li,
  #private_dining_navigation li {
    line-height: 30px;
  }

  #big_image {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    box-shadow: inset 0  8px 8px -8px rgba(32, 32, 32, 0.19), 
                inset 0 -8px 8px -8px rgba(32, 32, 32, 0.19);
  }
  
  .container {
    box-sizing: 100%;
  }
  
  #event_calendar .select_menu,
  #private_dining .select_menu {
    display: none;
  }
  
  .left,
  .right {
    display: block;
    width: 100%;
    text-align: left;
  }
  
  .left h1 {
    margin: 10px 0 20px;
    font-size: 28px;
    text-align: center;
  }
  
  #map img {
    height: auto;
    width: 100%;
  }
  
  #menus .left h2 {
    font-family: 'CenturySchoolbook';
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    margin: 0 0 14px;
    text-align: center;
  }

  #mobile_navigation {
    display: block;
    width: 100%;
  }
  
  #menu {
    display: none;
  }

  #menu li {
    display: block;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }
  
  #menu li:after {
    display: none;
  }
  
  #menus_box h1,
  #menus_box h2 {
    text-align: center !important;
  }
  
  #navigation {
    border-top: none;
    display: block;
    width: 100%;
  }
  
  #navigation .container {
    display: block;
    padding: 0;
  }
  
  #navigation_logo {
    display: none;
  }
  
   #navigation .menu-main-navigation-container {
    display: table-cell;
    vertical-align: top;
  } 
  
  #navigation-sticky-wrapper #mobile_navigation {
    margin: 0 0 14px;
  }
  
  #navigation-sticky-wrapper.is-sticky #mobile_navigation {
    margin: 0;
  }
  
  #private_dining_navigation {
    margin: 0 0 14px;
  }
  
  #private_dining_navigation li,
  #private_dining_navigation .sub-menu {
    margin: 0;
  }

}

/*** 240px - 479px ***/
@media screen and (min-width: 240px) and (max-width: 479px) {

  #announcements {
    width: 90%;
  }
  
  #announcements h1 {
    margin: 0;
  }

  #big_image {
    height: 140px;
  }
  
  #big_image_text {
    font-size: 24px;
  }
  
  #big_image_text p {
    margin-top: 55px;
  }

  .container {
    padding: 10px;
  }
  
  .checkbox_container {
    margin: 8px 0 0;
  }
  
  .checkboxes_label,
  .checkboxes_inputs {
    text-align: left;
    vertical-align: top;
  }
  
  #event_inquiry_form .form_section {
    display: table;
    margin: 0 0 14px;
    width: 100%;
  }
    
  #event_inquiry_form .form_section input,
  #event_inquiry_form .form_section select {
    width: 100%;
  }
  
  #event_inquiry_form .checkboxes_inputs .checkbox_label {
    display: inline-block;
    width: 70%;
  }
  
  #event_inquiry_form .checkboxes_inputs input {
    width: auto;
  }
  
  #event_inquiry_form textarea {
    height: 100px;
    width: 100%;
  } 
  
  .featured {
    height: 140px;
  }
  
  .left {
    margin: 0 0 16px;
  }
  
  #logo a {
    background: url(images/logo_big.png);
    background-size: cover;  
  }
  
  #logo .text_below_logo {
    padding: 0 20px;
  }
  
  #logo .text_below_logo span {
    padding: 0;
  }
  
  #press_room .press_pagination {
    height: 50px;  
  }
  
  #private_dining_form #submit_form {
    margin: 0 16px 0 0;
  }
  
  #private_dining_plans .floor_plan {
    margin: 10px;
    width: 160px;
  }
  
  #private_dining_plans .floor_plan p {
    height: 64px;
    width: 160px;
  }
  
  .right h1 {
    margin: 0 0 16px;
  }
  
  .select_menu {
    margin: 0 -10px;
  }
  
  .wrapper-dropdown {
    margin: 8px 0 0;
  }

}

/*** 480px - 639px ***/
@media screen and (min-width: 480px) and (max-width: 639px) {

  #about .container {
    min-height: 1024px;
  }
  
  #announcements {
    width: 90%;
  }
  
  #announcements h1 {
    margin: 0;
  }

  #big_image {
    height: 280px;
  }
  
  #big_image_text {
    font-size: 30px;
  }
  
  #big_image_text p {
    margin-top: 120px;
  }
  
  .checkboxes_label,
  .checkboxes_inputs {
    vertical-align: top;
    width: 50%;
  }
  
  .checkboxes_inputs {
    text-align: left;
  }
  
  .container {
    padding: 16px;
  }
  
  #event_inquiry_form .checkboxes_inputs .checkbox_label {
    display: inline-block;
    width: 90%;
  }
  
  #event_inquiry_form input[type="button"] {
    margin: 0 8px;
  }
  
  #event_inquiry_form textarea {
    height: 50px;
    width: 100%;
  }
  
  .featured {
    height: 280px;
  }
  
  .form_section {
    display: table;
    margin: 0 0 14px;
    width: 100%;
  }
  
  .form_section .checkboxes_label {
    display: table-cell;
    font-family: 'CenturySchoolbook';
    font-size: 14px;
  }
  
  .form_section input[type="text"],
  .form_section select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 100%;
  }
  
  .form_section label {
    font-family: 'CenturySchoolbook';
    font-size: 14px;
    margin: 0 0 14px;
    line-height: 18px;
    vertical-align: top;
  }
  
  .featured {
    height: 280px;
  }
  
  .left {
    margin: 0 0 16px;
  }
  
  #press_room .press_pagination {
    margin: 0 0 16px;
  }
    
  #private_dining_plans .floor_plan {
    margin: 10px;
    width: 160px;
  }
  
  #private_dining_plans .floor_plan p {
    height: 64px;
    width: 160px;
  }
  
  .right h1 {
    margin: 0 0 16px;
  }
  
  .select_menu {
    margin: 0 -16px;
  }

}
/*** 640px - 767px ***/
@media screen and (min-width: 640px) and (max-width: 767px) {

  #announcements {
    width: 90%;
  }
  
  #announcements h1 {
    margin: 0;
  }

  body {
    margin: 0;
    padding: 0;
  }

  #about .container {
    min-height: 1200px;
  }

  #big_image {
    height: 320px;
  }
  
  #big_image_text {
    font-size: 30px;
  }
  
  #big_image_text p {
    margin-top: 160px;
  }

  .container {
    box-sizing: 100%;
    padding: 32px;
  }
  
  #event_inquiry_form .checkboxes_inputs .checkbox_label {
    display: inline-block;
    width: 90%;
  }
  
  #event_inquiry_form input[type="button"] {
    margin: 0 8px;
  }
  
  #event_inquiry_form textarea {
    height: 50px;
    width: 100%;
  }
  
  .featured {
    height: 320px;
  }
  
  .form_section {
    display: table;
    margin: 0 0 14px;
    width: 100%;
  }
  
  .form_section .checkboxes_label {
    display: table-cell;
    font-family: 'CenturySchoolbook';
    font-size: 14px;
    text-align: left;
    width: 25%;
  }
  
  .form_section label {
    display: table-cell;
    font-family: 'CenturySchoolbook';
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    vertical-align: top;
    width: 75%;
  }
  
  .form_section input[type="text"],
  .form_section select {
    float: right;
    width: 200px;
  }
  
  .left {
    margin: 0 0 32px;
  }

  #logo a {
    height: 128px;
    margin: 40px auto 30px;
    width: 400px;
  }

  #private_dining_plans .floor_plan {
    margin: 10px;
    width: 160px;
  }
  
  #private_dining_plans .floor_plan p {
    height: 64px;
    width: 160px;
  }
  
  .right h1 {
    margin: 0 0 32px;
  }
  
  .select_menu {
    margin: 0 -32px;
  }
  
  .wrapper-dropdown {
    width: 170px;
  }
  
  .wrapper-dropdown .dropdown {
    width: 200px;
  }

}

/*** 768px - more ***/
@media screen and (min-width: 768px) {

  #about #about_menu li.menu-sub-item {
    margin: 0 0 5px 15px;
  }
  
  #announcements {
    width: 60%;
  }
  
  #announcements h1 {
    margin: 0;
  }

  #about .container {
    min-height: 1180px;
  }
  
  #about .right {
    border-left: 1px solid #000000;
    height: 555px;
    padding-left: 36px;
    width: 70%;
  }

  #about .container,
  #event_calendar .container,
  #menus .container,
  #private_dining .container,
  #press_room .container,
  #visit_us .container {
    padding: 80px 0;
  }

  #big_image {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    box-shadow: inset 0  8px 8px -8px rgba(32, 32, 32, 0.19), 
                inset 0 -8px 8px -8px rgba(32, 32, 32, 0.19); 
    height: 320px;
  }
  
  #big_image_text {
    font-size: 30px;
  }
  
  #big_image_text p {
    margin-top: 140px;
  }
  
  .container {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  #event_calendar .right {
    border-left: 1px solid #000000;
    padding-left: 36px;
  }
  
  #event_inquiry_form .checkboxes_inputs .checkbox_label {
    display: inline-block;
    width: 90%;
  }
  
  .featured {
    height: 320px;
  }
  
  .form_section {
    display: table;
    height: 28px;
    margin: 0 0 14px;
    vertical-align: middle;
    width: 100%;
  }
  
  .form_section .checkboxes_label {
    display: table-caption;
    font-family: 'CenturySchoolbook';
    font-size: 14px;
    margin: 0 0 5px;
    width: 100%;
  }
  
  .form_section .checkboxes_inputs {
    display: table-cell;
    width: 66%;
  }
  
  .form_section .checkboxes_inputs input[type="checkbox"],
  .form_section .checkboxes_inputs label {
    display: inline-block;
  }
  
  .form_section .checkboxes_inputs label {
    line-height: 20px;
    width: auto;
  }
  
  .form_section input[type="text"],
  .form_section select {
    float: right;
    width: 100%;
  }
  
  .form_section label {
    display: block;
    font-family: 'CenturySchoolbook';
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 5px;
    vertical-align: top;
    width: 100%;
  }
  
  .left {
    min-width: 228px;
    padding: 0 36px;
  }
  
  #logo a {
    height: 128px;
    margin: 40px auto 30px;
    width: 400px; 
  }
  
  #logo .text_below_logo span {
    padding: 0 0 0 20px;
  }
  
  #map img {
    height: auto;
    width: 100%;
  }

  #menus .left h2 {
    color: #000000;
    font-family: 'CenturySchoolbook';
    font-size: 18px;
    font-style: italic;
    letter-spacing: 3px;
  }
  
  #menus_box {
    background: url(images/pattern.jpg) top left;
    border: 1px solid #000000;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.63);
    padding: 36px;
  }
  
  #menus_box h1 {
    margin: 0 0 16px;
  }
  
  #mobile_navigation {
    display: none;
  }
  
  #mobile_navigation-sticky-wrapper {
    display: none;
    height: 0;
  }
  
  #navigation {
    display: block;
    height: 73px;
  }
    
  #navigation .container {
    width: 732px;
  }
  
  #navigation .menu-main-navigation-container {
    display: table-cell;
    vertical-align: top;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation_logo {
    display: table-cell;
  }
  
  #navigation #menu {
    display: block;
    height: 73px;
    line-height: 73px;
  }
  
  #navigation #menu li {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 1px 0 0;
  }
  
  #navigation #menu li:after {
    margin: 0 0 0 4px;
  }
  
  #navigation_logo {
    display: none;
    width: 128px;
  }
  
  #navigation #navigation_logo {
    height: 55px;
  }
  
  #navigation-sticky-wrapper {
    display: block;
    height: 75px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li a {
    font-size: 14px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li {
    margin: 0 1px 0 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:last-child {
    margin: 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:after {
    margin: 0 0 0 4px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:last-child:after {
    margin: 0;
  }
  
  #private_dining .left {
    padding-right: 36px;
  }
  
  #private_dining_box,
  #private_dining_form {
    background: url(images/pattern.jpg) top left;
    border: 1px solid #000000;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.63);
    display: none;
    padding: 36px;
  }
  
  #private_dining_form input[type="button"] {
    margin: 0 28px 14px 0;
  }

  #private_dining_plans .floor_plan {
    margin: 10px;
    width: 160px;
  }
  
  #private_dining_plans .floor_plan p {
    height: 64px;
    width: 160px;
  }
  
  #press_room .press_pagination {
    margin: 0 36px;
  }
  
  #press_room .right {
    padding: 0 36px;
  } 
  
  .right {
    padding: 0 36px 0 0;
  }
  
  #reservations > .container {
    padding: 80px 0;
  }
  
  #reservations .right {
    padding: 0 !important;
  }
  
  .select_menu {
    display: none;
  }
  
}

/*** 960px - more ***/
@media screen and (min-width: 960px) {

  #big_image {
    height: 320px;
  }
  
  #big_image_text p {
    margin-top: 160px;
  }
  
  .featured {
    height: 320px;
  }
  
  .form_section .checkboxes_label {
    display: table-cell;
    font-family: 'CenturySchoolbook';
    font-size: 14px;
    width: 33%;
  }
  
  .form_section label {
    display: table-cell;
    font-family: 'CenturySchoolbook';
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
    width: 66%;
  }
  
  .form_section input[type="text"],
  .form_section select {
    float: right;
    width: 100%;
  }
  
  #menus .right h1 {
    background: url(images/logo_medium.png) top right no-repeat;
    background-size: contain;
    height: 80px;
    margin: 0;
  }
  
  #navigation .container {
    width: 950px;
  }
  
  #navigation #menu li { 
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 12px 0 0;
  }
  
  #navigation #menu li:after {
    margin: 0 0 0 12px;
  }
  
  #navigation_logo {
    width: 148px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li {
    margin: 0 4px 0 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li a {
    font-size: 16px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:last-child {
    margin: 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:after {
    margin: 0 0 0 4px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:last-child:after {
    margin: 0;
  }
  
  #private_dining_plans .floor_plan {
    margin: 10px;
    width: 220px;
  }
  
  #private_dining_plans .floor_plan p {
    height: 64px;
    width: 220px;
  }
  
  #private_dining .right h1:first-child {
    background: url(images/logo_medium.png) top right no-repeat;
    background-size: contain;
    height: 80px;
  }
  
  #private_dining #private_dining_weddings h1 {
    background: none;
    height: auto;
  }

  #logo a {
    height: 160px;
    margin: 40px auto 40px;
    width: 500px; 
  } 
  
  .wrapper-dropdown,
  .wrapper-dropdown .dropdown {
    margin: 0;
  } 

  #map img {
    float: right;
    height: 510px;
    width: 600px;
  }

  
}

/*** 1024px - more ***/
@media screen and (min-width: 1024px) {

  #big_image {
    height: 360px;
  }

  #big_image_text p {
    margin-top: 180px;
  }

  .featured {
    height: 360px;
  }
  
  #navigation .container {
    width: 952px;
  }
  
  #navigation #menu li {
    margin: 0 8px 0 0;
  }
  
  #navigation #menu li:after {
    margin: 0 0 0 12px;
  }
  
  #navigation_logo {
    width: 168px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li a {
    font-size: 16px;
    letter-spacing: 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li {
    margin: 0 1px 0 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:last-child {
    margin: 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:after {
    margin: 0 0 0 6px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:last-child:after {
    margin: 0;
  }

  #map img {
    float: right;
    height: 476px;
    width: 560px;
  }

 .left {
    min-width: 320px;
    padding: 0 36px;
  }
  
  #reservations > .container {
    padding: 80px 0;
  }
  
}

/*** 1260px - more ***/
@media screen and (min-width: 1260px) {

  #big_image {
    height: 500px;
  }
  #big_image_text p {
    margin-top: 250px;
  }

  #about .left,
  #event_calendar .left {
    min-width: 420px;
  }
  
  .container {
    width: 1100px;
  }

  .featured {
    height: 500px;
  }
  
  .left {
    min-width: 380px;
    padding: 0;
  }
  
  #map img {
    float: right;
    height: 510px;
    width: 600px;
  }
  
  #navigation .container {
    width: 1200px;
  }
  
  #navigation #menu li {
    margin: 0 14px 0 0;
  }
  
  #navigation #menu li:after {
    margin: 0 0 0 14px;
  }
  
  #navigation_logo {
    width: 180px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li {
    margin: 0 14px 0 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li a {
    font-size: 18px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:last-child {
    margin: 0;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:after {
    margin: 0 0 0 14px;
  }
  
  #navigation-sticky-wrapper.is-sticky #navigation #menu li:last-child:after {
    margin: 0;
  }
  
  #press_room .press_pagination {
    margin: 0;
  }
  
  #press_room .right {
    padding: 0;
  }
  
  #private_dining_gallery {
    display: block;
    float: right;
    width: 700px;
  }
  
  #reservations > .container {
    padding: 80px 0;
  }
  
  .right {
    padding: 0;
  }
  
  #sp_main {
    width: 1100px;
  }
  
}

/*** 1900px - more ***/
@media screen and (min-width: 1900px) {

  #big_image {
    height: 600px;
  }
  
  .featured {
    height: 600px;
  }

  #about .container {
    min-height:720px;
  }



}

.ot-dtp-picker {
	margin: 0px auto !important;
}

.ot-dtp-picker.wide .ot-title {
    font-family: eaves_regular !important;
    font-size: 24px !important;
    font-weight: normal !important;
    letter-spacing: 3px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

.ot-dtp-picker.wide .ot-dtp-picker-button {
    background: rgb(84, 149, 52) !important;
    font-family: eaves_regular, serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    padding: 0px 10px !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    color: rgb(255, 255, 255) !important;
}

.picker__day--selected, .picker__day--highlighted, .picker__day--selected:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover, .picker__nav--next:hover, .picker__nav--prev:hover {
	border-color: rgb(84, 149, 52) !important;
}

.ot-dtp-picker.wide .ot-powered-by {
    background-position: center center !important;
	filter: grayscale(1) !important;
}

.picker__day, #ui-datepicker-div {
	font-family: 'Century Schoolbook', serif !important;
	font-weight: 400 !important;
}

@media screen and (max-width: 900px){
	.ot-dtp-picker {
		width: 100% !important;
		padding: 0 !important;
	}
	
	.ot-dtp-picker-form {
		height: auto !important;
	}
	
	.ot-party-size-picker, .ot-date-picker, .ot-time-picker, .ot-dtp-picker.wide .ot-dtp-picker-button {
		float: none !important;
		width: 100% !important;
	}
	
	.ot-party-size-picker, .ot-date-picker {
		border-bottom: 1px solid #d8d9db !important;
	}
	
	.ot-date-picker, .ot-time-picker {
		border-left: 0 !important;
	}
	
	.pum-theme-default-theme .pum-container {
		padding: 60px 30px 30px 30px;
	}
}

