@font-face {
  font-family: 'Marcellus';
  src: url("fonts/Marcellus-Reguar.ttf") format("truetype");
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
}

ol, ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Marcellus', serif;
}

.clear {
  clear: both;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

p,
.entry-content {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 25px;
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
}
li {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}
em.small {
  font-size: 12px;
  line-height: 13px;
}
h3 {
  font-size: 24px;
  padding-bottom: 10px;
  color: #00693c;
}
a {
  color: #00693c;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #a07400;
}


/*****************************************

CUSTOM STYLES

*****************************************/


/*** COLORS ***
Green: #00693c;
Gold: #a07400;
Light Tan: #fdfced;

Headings: font-family: 'Marcellus', serif;
Body: font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;

\**************/



header {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
}

header .utility-bar {
  color: #00693c;
  width: 92%;
  position: relative;
  padding: 8px 4%;
  right: 0;
  z-index: 999;
}

header .utility-bar .utility {
  float: left;
  width: 100%;
  margin-right: 110px;
  margin-top: 5px;
}

header .utility-bar .utility ul {
  text-align: left;
}

header .utility-bar .utility ul li {
  display: inline-block;
  font-family: 'Marcellus', serif;
  margin: 0 0.75%;
}

header .utility-bar .utility ul li:first-child {
  margin-left: 0;
}

header .utility-bar .utility ul li a {
  color: #00693c;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

header .utility-bar .utility ul li a:hover {
  color:  #a07400;
}

header .utility-bar h4 {
  color: #00693c;
  position: absolute;
  top: 0px;
  right: 4%;
  font-size: 26px;
  letter-spacing: 0.5px;
  padding: 8px 0;
}

header .utility-bar h4 span.smaller {
  font-size: 16px;
}

header .logo {
  width: 100%;
  margin: 0 auto -14px auto;
  text-align: center;
  position: relative;
  top: -28px;
  z-index: 9;
}

header .logo h4 {
  text-align: center;
  color: #00693c;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 10px;
  letter-spacing: 0.5px;
}

header .logo img {
  width: 220px;
}
header .mobile-contact {
  display: none;
}
header nav {
  width: 96%;
  padding: 12px 2% 12px 2%;
  background: url(images/line-bg.png);
  background-repeat: repeat;
}

header nav ul {
  text-align: center;
}

header nav ul li {
  display: inline-block;
  font-family: 'Marcellus', serif;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 2%;
  letter-spacing: 0.5px;
}

header nav ul li a {
  color: #a07400;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

header nav ul li a:hover {
  color: #00693c;
}

header nav ul li:last-child {
  margin-right: 0;
}

.reservation-button {
  float: left;
  background-color: #a07400;
  padding: 12px 2% 12px 4%;
  margin-top: -13px;
  color: #fff;
  text-decoration: none;
  font-family: 'Marcellus', serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.reservation-button:hover {
  cursor: pointer;
}

.res-dropdown .slide-down {
  width: 92%;
  background-color: rgba(159, 117, 43, 0.95);
  padding: 80px 4% 80px 4%;
  position: absolute;
  top: 278px;
  left: 0;
  z-index: 99999;
  font-size: 24px;
  color: #fdfced;
  display: none;
}

/*****************************************

Drop Down Menu

*****************************************/
nav ul li {
  position: relative;
}

nav ul li ul {
  padding: 0;
  position: absolute;
  top: 22px;
  left: -10px;
  width: 220px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 10px 10px 0px 10px;
}

nav ul li#menu-item-40 ul {
  width: 170px;
}

nav ul li ul li {
  display: block;
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  text-align: left;
}

nav ul li ul li a {
  width: 100%;
  padding-top: 18px;
  font-size: 15px;
}

nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

nav ul li ul li:last-child {
  padding-bottom: 15px;
}

/*****************************************

Home

*****************************************/
.slider {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
}

.slider .res-bar {
  background-color: rgba(159, 117, 43, 0.95);
  width: 250px;
  padding: 15px 8px;
  position: absolute;
  top: 80px;
  left: 5%;
  z-index: 9999;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.slider .res-bar h3 {
  color: #fdfced;
  font-size: 28px;
  letter-spacing: 0.75px;
  text-align: center;
}

.slider .res-bar p {
  color: #fdfced;
  font-size: 18px;
  margin-right: 0;
  margin-top: 30px;
  text-align: center;
}
.slider form#reservation-slider ul {
  margin: 20px auto 0px auto;
  width: 90%;
  text-align: center;
}
.slider form#reservation-slider ul li{
  width: 100%;
  margin-bottom: 15px;
}
.slider form#reservation-slider ul li input{
  padding: 2%;
  width: 96%;
  font-size: 15px;
  border: none;
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
}
.slider form#reservation-slider ul li label{
  color: #fdfced;
}
.slider form#reservation-slider ul li.third{
  width: 33.33%;
  display: inline-block;
  text-align: center;
}
.slider form#reservation-slider ul li.third select{
  width: 70%;
  margin: 4px auto;
}
.slider form#reservation-slider ul li.submit input{
  width: 98%;
  padding: 10px 1%;
  background-color: #00693c;
  border-bottom: 3px solid #004A2B;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fdfced;
}
.slider form#reservation-slider ul li.submit input:hover{
  cursor: pointer;
  background-color: #005430;
  border-bottom: 3px solid #014025;
}

.mobile-photo {
  display: none;
}
.tagline {
  width: 92%;
  margin: 50px auto;
  text-align: center;
}

.tagline h1 {
  color: #00693c;
  font-size: 40px;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.tagline img {
  padding-bottom: 20px;
}

.tagline p {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
  line-height: 26px;
  color: #777;
}

.home-half {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.home-half .accommodations-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  float: right;
}

.home-half .right-content {
  width: 40%;
  padding: 60px 5%;
  float: right;
  background: url(images/line-bg.png);
  background-repeat: repeat;
}

.home-half .right-content h2,
.mobile-history .left-content h2 {
  font-size: 30px;
  color: #a07400;
  text-transform: uppercase;
  padding-bottom: 30px;
  letter-spacing: 1px;
}
.home-half .right-content h2 a,
.mobile-history .left-content h2 a,
.mobile-history .right-content h2 a,
.home-half .left-content h2 a {
  color: #a07400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.home-half .right-content h2 a:hover,
.mobile-history .left-content h2 a:hover,
.mobile-history .right-content h2 a:hover,
.home-half .left-content h2 a:hover {
  color: #00693c;
  text-decoration: none;
}

.home-half .right-content p,
.mobile-history .left-content p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  margin-bottom: 0;
}

.home-half .weddings-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  float: left;
}

.home-half .dining-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  float: right;
}


.mobile-history {
  display: none;
}
.home-half .history-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  float: left;
  transition: all 0.4s ease-in-out;
}
.mobile-history .history-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  float: left;
  transition: all 0.4s ease-in-out;
}
.mobile-history .left-content {
  width: 40%;
  padding: 60px 5%;
  float: left;
  background: url(images/line-bg.png);
  background-repeat: repeat;
}

/*
.home-half .history-photo:hover {
  background-image: url(images/history-color.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  float: right;
  cursor: pointer;
}*/

.home-half .left-content {
  width: 40%;
  padding: 60px 5%;
  float: left;
  background: url(images/line-bg.png);
  background-repeat: repeat;
}

.home-half .left-content h2 {
  font-size: 30px;
  color: #a07400;
  text-transform: uppercase;
  padding-bottom: 30px;
  letter-spacing: 1px;
}

.home-half .left-content p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  margin-bottom: 0;
}





/*****************************************

Home Testimonials

*****************************************/


.testimonials {
  width: 92%;
  padding: 50px 4% 5px 4%;
}

.trip-advisor {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.trip-advisor img {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.testimonials .testi-content {
  width: 96.5%;
}

.testimonials .testi-content .testimonial_body p {
  width: 100% !important;
  font-size: 17px !important;
  line-height: 28px !important;
  color: #777 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.testimonials .testi-content img.open-quote {
  opacity: 0.7;
  float: left;
  width: 50px;
  height: auto;
}

.testimonials .testi-content img.closed-quote {
  float: right;
  margin-top: -150px;
  opacity: 0.8;
  width: 50px;
  height: auto;
}

.testimonials .testi-content p.testimonial_author {
  text-align: center !important;
  color: #9f752b !important;
  padding-top: 30px;
}

.testimonials .testi-content p.testimonial_author cite span.testimonial-client {
  font-size: 20px;
}

.testimonials .testi-content p.testimonial_author cite span.testimonial-position {
  font-size: 14px !important;
  padding-top: 4px !important;
}

.testimonials .testi-content p.testimonial_author cite span.testimonial-position:before {
  content: '- ';
}

.testimonials .testi-content p.testimonial_author cite span.testimonial-position:after {
  content: ' -';
}

.testimonials .cycle-pager {
  top: 177px !important;
}

/*****************************************

Home Packages Section

*****************************************/
.home-packages {
  position: relative;
  width: 92%;
  padding: 40px 4%;
  text-align: center;
  margin: 0 auto;
}

.home-packages h1 {
  color: #00693c;
  font-size: 40px;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.home-packages ul.package-list {
  width: 100%;
  margin: 25px auto 50px auto;
}

.home-packages ul.package-list li {
  width: 23%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  background: url(images/line-bg.png);
  background-repeat: repeat;
  position: relative;
  min-height: 200px;
}
.home-packages ul.package-list li a {
  text-decoration: none;
}
.home-packages ul.package-list li:last-child {
  margin-right: 0%;
}

.home-packages ul.package-list li img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

.home-packages ul.package-list li h4 {
  font-size: 22px;
  line-height: 30px;
  color: #a07400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 1% 21px 1%;
  transition: all 0.4s ease-in-out;
}

.home-packages ul.package-list li h4:hover {
  color: #00693c;
  cursor: pointer;
}

/*****************************************

Homepage Dining Section

*****************************************/
.dining {
  position: relative;
  width: 100%;
  background-image: url(images/dining-section.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 2px solid #00693c;
  border-top: 2px solid #00693c;
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
}

.dining h1 {
  color: #00693c;
  font-size: 42px;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.dining .dining-about {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.dining .dining-about p {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}

/*****************************************

Footer

*****************************************/
footer {
  width: 92%;
  padding: 10px 4% 40px 4%;
  background: url(images/line-bg.png);
  background-repeat: repeat;
  position: relative;
  top: 0;
}

footer .contact-info {
  font-size: 18px;
  line-height: 26px;
  color: #777;
  margin: 15px auto 30px auto;
  text-align: center;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.5px;
}

footer ul.social-media {
  text-align: center;
  width: 50%;
  margin: 20px auto 10px auto;
}

footer ul.social-media li {
  display: inline-block;
  width: 40px;
  margin: 0 1px;
}

footer ul.social-media li img {
  width: 40px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

footer ul.social-media li:hover img {
  cursor: pointer;
  opacity: 0.7;
}

footer img.hha {
  float: left;
  margin-top: -65px;
}

.signup {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.signup form {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

.signup form fieldset ul {
  text-align: center;
  margin: 0 auto;
}

.signup form fieldset ul li {
  display: inline-block;
}

.signup form fieldset ul li:first-child {
  display: inline-block;
  width: 800px;
  margin-right: 20px;
}

.signup form fieldset ul li:first-child input {
  border: 1px solid #a07400;
}

.signup form fieldset ul li:last-child input.submit {
  text-align: center;
  color: #00693c !important;
  background: transparent;
  text-decoration: none;
  padding: 6px 15px 7px 15px;
  border: 1px solid #00693c;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: 'Marcellus', serif;
  transition: 0.3s ease-in-out;
}

.signup form fieldset ul li:last-child input.submit:hover {
  background-color: rgba(0, 105, 60, 0.2);
  cursor: pointer;
}

.signup form fieldset ul li:last-child {
  width: 120px;
}

.signup form fieldset ul li input {
  width: 98%;
  padding: 6px;
  font-family: 'Marcellus', serif;
  font-size: 20px;
}

.credits {
  color: #00693c;
  position: relative;
  top: 35px;
  width: 90%;
  padding: 8px 5%;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.25px;
}

.credits a {
  color: #00693c;
}

.ftr-utility {
  width: 100%;
  margin: 0 auto 50px auto;
  text-align: center;
}

.ftr-utility ul {
  text-align: center;
  margin: 0 auto;
}

.ftr-utility ul li {
  display: inline-block;
  text-align: center;
  margin: 0 18px;
  padding: 10px 0;
  font-family: 'Marcellus', serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ftr-utility ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #a07400;
}

.ftr-utility ul li a:hover {
  color: #00693c;
}

.prop-right {
  float: right;
  width: 340px;
  margin-top: -55px;
}

.prop-right img.left {
  float: left;
  height: 50px;
  width: auto;
  margin-right: 20px;
}

.prop-right img.right {
  float: right;
  height: 50px;
  width: auto;
}

/*** COLORS ***
Green: #00693c;
Gold: #a07400;
Light Tan: #fdfced;

Headings: font-family: 'Marcellus', serif;
Body: font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;

\**************/






/*****************************************

Full Width Page Template

*****************************************/

.full-width {
  width: 84%;
  padding: 50px 8%;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.full-width h1.page-title {
  padding-bottom: 50px;
  font-size: 42px;
  text-align: center;
  color: #00693c;
}
.full-width ul {
  margin-left: 20px;
}
.full-width ul li:before {
  content: '•';
  padding-right: 4px;
}






/*****************************************

Events Page

*****************************************/

ul.tribe-events-sub-nav li.tribe-events-nav-previous {
      float: left;
    margin-right: 5px;
    text-align: left;
}
ul.tribe-events-sub-nav li.tribe-events-nav-next {
    float: right;
    margin-left: 5px;
    text-align: right;
}

ul.tribe-bar-views-list li:before,
ul li.tribe-events-nav-next:before,
ul li.tribe-events-nav-previous:before {
  padding-right: 0;
  content: none;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
   display: block !important;
}
#tribe-geo-results h2.tribe-events-page-title, 
h2.tribe-events-page-title {
  font-size: 42px;
  text-align: center;
  color: #00693c;
  padding-bottom: 38px;
  font-weight: 400 !important;
}
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  display: none !important;
}
.single-tribe_events .tribe-events-event-image {
  width: 300px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.single-tribe_events .tribe-events-cal-links {
  clear: both;
}
.tribe-events-single-event-description.tribe-events-content.entry-content.description {
  margin-top: 30px;
}
#tribe-events-content .updated {
  font-size: 17px;
  padding: 18px 0;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  margin: 15px auto;
  font-weight: normal;
}
#tribe-bar-form input[type=text] {
      border-bottom: 1px solid #b9b9b9;
}
#tribe-events-bar {
    margin-bottom: 30px;
    bottom: -12px;
}
.tribe-events-list-separator-month {
  color: #a07400;
}
#tribe-bar-form {
  background-color: transparent;
}
.tribe-bar-views-inner {
    background: #fdfced;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #a07400;
  font-family: 'Marcellus', serif;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.tribe-events-calendar thead th {
    background-color: #00693c;
    border-left: 1px solid #2E825E;
    border-right: 1px solid #2E825E;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
    background-color: #bbb;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #a07400;
}
.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background-color: #aaa;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: #fdfced;
}

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover, #tribe-events-content .tribe-events-calendar td, h4.entry-title {
  color: #00693c;
}
select.tribe-bar-views-select {
  margin: 5px 0 0 15px;
}
.single-tribe_events h2.tribe-events-single-event-title
 {
  color: #00693c !important;
  padding-top: 20px;
}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
  border-top: none;
}
.tribe-events-single ul.tribe-related-events li:before {
  content: none !important;
}
.tribe-events-single ul.tribe-related-events li {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 5px;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
  font-size: 20px;
  margin-top: -5px;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-weight: 400 !important;
}
#tribe-events-footer {
  display: none !important;
}
.tribe-events-list address.tribe-events-address,
.tribe-events-list a.tribe-events-gmap {
  display: none !important;
}


/*****************************************

Contact Page

*****************************************/


.full-page iframe.contact-map {
  width: 100%;
  height: 350px;
  position: relative;
  top: 0;
}
.full-page h1.page-title {
  font-size: 42px;
  text-align: center;
  color: #00693c;
  padding: 50px 0;
}
.full-page ul.contact-page {
  width: 84%;
  padding: 0 8% 60px 8%;
}
.full-page ul.contact-page li {
  width: 28%;
  margin: 0 1.5%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
}
.full-page ul.contact-page li:nth-child(2) {
  background-color: #fff;
  top: -80px;
  z-index: 9999;
  padding: 2.5%;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.2);
}
.full-page ul.contact-page li:nth-child(1),
.full-page ul.contact-page li:nth-child(3) {
  padding-top: 30px;
}
.full-page ul.contact-page ol.social-media {
  text-align: center;
  width: 100%;
  margin: 35px auto 0px auto;
  padding: 20px 0 16px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.full-page ul.contact-page ol.social-media li,
.full-page ul.contact-page ol.social-media li:nth-child(2) {
  display: inline-block;
  width: 40px !important;
  margin: 0 1px;
  background-color: transparent;
  top: 0;
  z-index: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.full-page ul.contact-page ol.social-media li img {
  width: 40px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.full-page ul.contact-page ol.social-media li:hover img {
  cursor: pointer;
  opacity: 0.7;
}
.full-page ul.contact-page li h1.contact {
  text-align: center;
  font-size: 30px;
  color: #00693c;
  padding-bottom: 30px;
  line-height: 35px;
  text-transform: uppercase;
}
h2.press-contact {
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding-bottom: 20px;
}
h2.press-contact a {
  text-decoration: none;
  color: #a07400;
  transition: all 0.3s ease-in-out;
}
h2.press-contact a:hover {
  color: #00693c;
}
body .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
    line-height: 19px !important;
    font-size: 14px !important;
    padding: 15px 40px 15px 15px !important;
    color: #00693c !important;
    text-align: left !important;
}
.simnor-shortcode ul {
  width: 100%;
  list-style: disc !important;
}
.simnor-shortcode ul li,
.simnor-shortcode ul li:nth-child(2){
  width: 100% !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 19px !important;
  margin-bottom: 15px !important;
  background-color: transparent !important;
  top: 0 !important;
  z-index: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.simnor-shortcode ul li:before {
  content: '•';
  padding-right: 5px;
}
ul.contact-page li h3 {
  color: #000;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-sister {
  text-align: center;
  margin: 40px auto 0 auto;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.contact-sister img {
  width: 190px;
  height: auto;
  display: block;
  text-align: center;
  margin: 40px auto;
}
.contact-sister h4 {
  text-align: center;
  color: #00693c;
  font-size: 30px;
  margin-bottom: 35px;
  line-height: 34px;
  text-transform: uppercase;
}
.with_frm_style .frm_submit {
    text-align: center !important;
}
.frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit],
p.form-submit input {
  background-color: #a07400 !important;
  color: #fff !important;
  font-family: 'Marcellus', serif !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  letter-spacing: 0.25px !important;
  padding: 8px 35px !important;
  border: none;
}





/*****************************************

Neighborhood Attractions

*****************************************/

ul.neighborhood-attractions {
  margin: 80px auto 0 auto;
}
ul.neighborhood-attractions li {
  display: inline-block;
  width: 31%;
  margin: 0 3% 50px 0;
  background: url(images/line-bg.png);
  background-repeat: repeat;
  vertical-align: top;
  padding-bottom: 10px;
  position: relative;
  min-height: 550px;
}
ul.neighborhood-attractions li:nth-child(3n) {
  margin-right: 0;
}
ul.neighborhood-attractions li:before {
  content: '';
  padding: 0;
  margin: 0;
}
ul.neighborhood-attractions li img {
  width: 100%;
  height: auto;
  position: relative;
  top: -20px;
}
.attractions-map,
.attractions-map iframe {
  width: 100%;
  height: 500px;
}
ul.neighborhood-attractions li h2{
  text-align: center;
  padding: 0 1%;
}
ul.neighborhood-attractions li p{
  text-align: center;
  padding: 0 5%;
}
ul.neighborhood-attractions h2 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #00693c;
  line-height: 28px;
  text-align: center;
}
ul.special-offers li h2.package-title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #00693c;
  line-height: 28px;
  text-align: center;
}

.visit-btn  {
    text-align: center;
    color: #a07400;
    background: transparent;
    text-decoration: none;
    padding: 7px 0 0 0;
    border-top : 1px solid #a07400;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: 'Marcellus', serif;
    transition: 0.3s ease-in-out;
    width: 40%;
    margin: 0 auto 15px auto;
}



.offer-btn  {
  text-align: center;
  color: #00693c;
  text-decoration: none;
  padding: 6px 15px 7px 15px;
  border: 1px solid #00693c;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: 'Marcellus', serif;
  transition: 0.3s ease-in-out;
  width: 400px !important;
  line-height: 32px;
  font-size: 22px;
  background-color: rgba(0, 105, 60, 0.2);
  margin: 0 auto 20px auto;
}

.visit-btn a {
  text-decoration: none;
  color: #a07400;
}
.visit-btn:hover,
.visit-btn:hover a {
  color: #00693c;
}

.offer-btn a {
  text-decoration: none;
  color: #00693c;
}
.offer-btn:hover {
  background-color: rgba(0, 105, 60, 0.3);
  cursor: pointer;
  color: #00693c;
}

.offer-btn:hover a{
  color: #00693c;
}
.room-less-1,
.room-less-2,
.room-less-3,
.room-less-4,
.room-less-5,
.room-less-6 {
  display: none;
}




/*****************************************

Meetings & Social

*****************************************/

.meeting-action {
  width: 90%;
  padding: 40px 5%;
  font-size: 24px;
  line-height: 40px;
  background: url(images/line-bg.png);
  background-repeat: repeat;
  color: #00693c;
  text-align: center;
}
.meeting-testimonials {
  padding: 10px 4%;
  width: 92%;
  margin: 40px auto 0 auto;
}

.meeting-testimonials .cycle-pager {
  top: 180px;
}
.meeting-left {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.meeting-right {
  width: 50%;
  float: right;
}
.meeting-wrapper {
  width: 84%;
  padding: 50px 8% 40px 8%;
  margin: 0 auto;
  position: relative;
  top: 0;
  background: url(images/line-bg.png);
  background-repeat: repeat;
}
.meeting-left h2 {
  text-align: center;
  color: #a07400;
  font-size: 34px;
  padding-bottom: 35px;
}
.meeting-action-right {
    width: 40%;
    padding: 70px 5%;
    float: right;
    background: url(images/line-bg.png);
    background-repeat: repeat;
}
.meeting-photo {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    width: 50%;
    float: left;
}
.meeting-action-right h3 {
  color: #006935;
  font-size: 20px;
  padding-bottom: 30px;
  line-height: 30px;
}

.meeting-action-right p {
  font-size: 18px;
  line-height: 26px;
}
.meeting-action-right a {
  text-decoration: none;
}
.meeting-right ul.layouts {
  width: 100%;
  margin: 0 auto;
}
.meeting-right ul.layouts li {
  display: inline-block;
  width: 45%;
  margin: 0 2% 2% 2%;
  vertical-align: top;
}
.meeting-right ul.layouts li img {
  width: 95%;
  height: auto;
}
.meeting-right ul.layouts li h4 {
  text-align: center;
  color: #a07400;
  font-size: 24px;
  padding-bottom: 15px;
}
.venue-btn{
    text-align: center;
    color: #00693c !important;
    background: transparent;
    text-decoration: none;
    padding: 10px 15px 11px 15px;
    border: 1px solid #00693c;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-family: 'Marcellus', serif;
    transition: 0.3s ease-in-out;
    width: 310px;
    margin: 40px auto;
}
.venue-btn a {
  color: #00693c;
  text-decoration: none;
}
.venue-btn:hover {
  background-color: rgba(0, 105, 60, 0.3);
  cursor: pointer;
  color: #00693c;
}
.tablepress tfoot th, .tablepress thead th {
  background-color: rgba(160, 116, 0, 0.3) !important;
   border: 1px solid rgba(160, 116, 0, 0.6)  !important;
}
.tablepress td {
  border: 1px solid rgba(160, 116, 0, 0.6)  !important;
}
.btn-left {
  width: 50%;
  float: left;
}
.btn-right {
  width: 50%;
  float: right;
}

/*****************************************

Blog Page

*****************************************/

.full-page .featured-img .image{
  width: 50%;  
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.full-page .special-offer-image .image{
  width: 50%;

}
ul#blog-listings li .featured-img .image {
  height: 450px;
}
ul#blog-listings li .content-intro {
  height: 350px;
  width: 39.9%;
  float: right;
  padding: 50px 5%;
}
ul.blog-feed {
  width: 100%;
  position: relative;
  top: 0;
  margin: 0 auto;
}









ul.special-offers {
    width: 100%;
    position: relative;
    margin: 20px 0 50px 0;
}
ul.special-offers li {
  display: inline-block;
  width: 46.5%;
  margin: 0 0 50px 0;
  background: url(images/line-bg.png);
  background-repeat: repeat;
  vertical-align: top;
  padding-bottom: 40px;
  position: relative;
  min-height: 640px;
}
ul.special-offers li:first-child,
ul.special-offers li:nth-child(3){
  margin-right: 3%;
}
ul.special-offers li:before {
  content: '';
  padding: 0;
  margin: 0;
}
ul.special-offers li img {
  width: 100%;
  height: auto;
  position: relative;
  top: -20px;
}
ul.special-offers ol,
ul.special-offers p {
  width: 90%;
  padding: 0 5%;
}
ul.special-offers ol li {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
  min-height: auto !important;
}


ul.special-offers li ul li,
ul.special-offers li ol li {
    min-height: 0 !important;
  }

ul.blog-feed li .content-intro {
  background: url(images/line-bg.png);
  background-repeat: repeat;
  padding: 50px 5%;
}
ul#blog-listings li:nth-child(even) .content-intro {
  width: 40%;
  float: left;
}
ul#blog-listings li:nth-child(even) .featured-img .image{
  width: 50%;
  float: right;
  height: 450px;
  position: relative;
}
ul#blog-listings li:nth-child(odd) .content-intro {
  width: 40%;
  float: right;
}
ul#blog-listings li:nth-child(odd) .featured-img .image{
  width: 50%;
  float: left;
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover !important;
}
ul.blog-feed li .content-intro {
  background: url(images/line-bg.png);
  background-repeat: repeat;
  padding: 50px 5%;
}
ul.blog-feed li.even .content-intro {
  width: 40%;
  float: left;
}
ul.blog-feed li.even .featured-img .image{
  width: 50%;
  float: right;
  height: 250px;
}
ul.blog-feed li.odd .content-intro {
  width: 40%;
  float: right;
}
ul.blog-feed li.odd .featured-img .image{
  width: 50%;
  float: left;
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover !important;

}
ol.package-features li #special-toggle {
  font-weight: bold;
  color: #00693c;
  text-decoration: underline;
  white-space: nowrap;
}
ol.package-features ol.secondary {
  display: none;
}
ol.package-features li:before {
  content: '• ';
}
ol.package-features li {
  font-size: 16px;
  height: auto;
  line-height: 24px;
}
ol.package-features {
  margin-bottom: 25px;
}
.post_date {
  padding: 10px 8px;
  text-align: center;
  width: 40px;
  color: #fff;
  margin-bottom: 13px;
  background-color: #00693c;
}
.post_date .month {
  border-bottom: 1px solid #fdfced;
  padding-bottom: 5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.post_date .date {
  font-size: 30px;
  padding-top: 5px;
}
ul#blog-listings li:nth-child(odd) .post_date{
  float: right;
}
ul#blog-listings li:nth-child(even) .post_date{
  float: left;
}
ul.blog-feed .title {
  font-size: 30px;
  padding-bottom: 20px;
  line-height: 34px;
}
ul.blog-feed .title a {
  text-decoration: none;
  color: #a07400;
}
.entry-meta-index {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 14px;
}
.entry-meta-index a {
  text-decoration: none;
}
.excerpt {
  font-size: 16px;
  line-height: 24px;
}
ul.special-offers h4 {
  text-align: center;
  background-color: #00693c;
  padding: 8px 12px;
  width: 200px;
  margin-top: 45px;
  transition: all 0.3s ease-in-out;
}

ul.special-offers h4 {
  text-align: center;
  color: #00693c;
  background: transparent;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  border: 1px solid #00693c;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-family: 'Marcellus', serif;
  transition: 0.3s ease-in-out;
  width: 180px;
  text-transform: uppercase;
  margin: 30px auto 0 auto;
}
ul.special-offers h4 a {
  text-decoration: none;
  color: #00693c;
}
ul.special-offers h4:hover {
  background-color: rgba(0, 105, 60, 0.2);
  cursor: pointer;
  color: #00693c;
}
ul.special-offers h4:hover a{
  color: #00693c;
}


.content-intro h4 a{
  color: #fff;
  text-decoration: none
}
.content-intro h2.package-title {
  text-align: left;
  margin-bottom: 35px;
  font-size: 28px;
  color: #a07400;
}



/**
 *  Widgets
 */


ul.widget-col {
  width: 84%;
  padding: 40px 8%;
}
ul.widget-col li {
  display: inline-block;
  width: 31%;
  padding: 40px 1%;
  border-right: 1.5px solid #ccc;
  text-align: center;
  vertical-align: top;
  min-height: 200px;
}
ul.widget-col li ul li {
  border: none;
  padding: none;
  width: auto;
  min-height: 0 !important;
  display: block;
  padding: 0;
  font-size: 17px;
  width: 100%;
  margin: 0 auto 15px auto;
}
ul.widget-col li ul li a{
  text-decoration: none;  
  color: #a07400;
}
ul.widget-col li:nth-child(3) {
  border: none;
}
ul.widget-col h2.widget-title {
  font-size: 32px;
  color: #00693c;
  padding-bottom: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
.search-box {
  width: 100%;
  margin: 0 auto;
}
.search-box form ul.search {
  width: 90%;
  margin: 30px auto 0 auto;
}
.search-box form ul.search li {
  display: inline-block;
}
.search-box form ul.search li:first-child{
  width: 67%;
}

.search-box form ul.search li:first-child input{
  width: 100%;
  padding: 5px;
  border: 1px solid #bbb;
  font-size: 16px;
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
}
.search-box form ul.search li.submit{
  width: 26%;
}
.search-box form ul.search li.submit input{
  width: 32px;
  margin-top: -2px;
}


/**
 *  Single Post
 */


article .entry-content {
  margin-top: 40px;
  margin-bottom: 60px;
}
article .single-featured-img {
  width: 40%;
  float: left;
  margin-right: 4%;
  margin-bottom: 35px;
  position: relative;
}
article .single-featured-img .post_date {
  position: absolute;
  top: 0;
  right: 0;
}
article .single-featured-img img{
  width: 100%;
  height: auto;
}
article h1.entry-title {
  font-size: 30px;
  padding-bottom: 0px;
  margin-bottom: -12px;
  color: #a07400;
}
article .entry-meta-index {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
  font-size: 14px;
  width: 56%;
  float: left;
  text-align: left;
}
article .entry-meta-index a {
  text-decoration: none;
}
nav.post-navigation{
  background-color: #00693c;
  width: 84%;
  padding: 10px 8%;
  height: 45px;
}
nav.post-navigation h2 {
  text-align: center;
  color: #fdfced;
  font-size: 20px;
  padding: 3px 0;
}
.post-navigation .nav-previous {
    background-image: none !important;
    background-image: transparent !important;
    background: transparent !important;
    float: left;
    font-size: 14px;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a{
    color: #fff;
    text-decoration: none;
}
.post-navigation .nav-next {
    background-image: none !important;
    background-image: transparent !important;
    background: transparent !important;
    float: right;
    font-size: 14px;
}

/**
 *  Comments
 */


.comments-area {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 40px 0;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 85px;
  margin-right: 0.8em;
  width: 85px;
}
.comment-author {
  color: #00693c;
  font-size: 18px;
}
.bypostauthor > article .fn:after {
  position: relative;
  top: 5px;
  left: 3px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif !important;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.comment-metadata time,
.comment-metadata .edit-link {
  font-size: 14px;
  
}
.comment-metadata time a,
.comment-metadata .edit-link a{
  
}
.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
  font-size: 1.2rem;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  text-decoration: none;
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif !important;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}
footer.comment-meta {
  background-color: #efefef;
  background-image: none !important;
  padding: 10px 1%;
  width: 98%;
}
.comment-content {
  padding-top: 20px;
  background-color: #efefef;
  padding: 10px 1%;
  width: 98%;
}
p.comment-subscription-form {
  margin-bottom: 15px;
  
}
p.comment-subscription-form input#subscribe_comments,
p.comment-subscription-form input#subscribe_blog {
  width: 20px !important;
}
.comment-subscription-form .subscribe-label {
  text-transform: none; 
  font-size: 15px;
}
.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Marcellus', serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
  width: 100%;
}

form.comment-form input,
form.comment-form textarea{
  width: 50% !important;
  border: 1px solid #ccc !important;
  padding: 5px !important;
  font-size: 16px !important;
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif !important;
}
p.form-submit input{
  width: 25% !important;
  text-align: center;
  font-size: 20px !important;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif !important;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif !important;
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 30px;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}
p.form-allowed-tags {
  display: none;
}





/*****************************************

Gallery Page

*****************************************/

.full-width ul.embpicasa li:before {
    content: none;
    padding-right: 0;
}
.full-width ul.embpicasa{
   margin: 0 auto;
   text-align: center;
}

ul.gallery-thumbs {
  width: 100%;
  margin: 0 auto 30px auto;
  position: relative;
  top: 0;
  list-style: none;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 5px;
}
ul.gallery-thumbs h3 {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 45px;
}
h2.gallery {
  text-align: center;
  font-size: 40px;
  padding: 30px 0;
  color: #a07400;
  margin-top: 30px;
  border-top: 2px solid #ccc;
}
.full-width ul.gallery-thumbs li:before {
    content: none;
    padding-right: 0px;
}
ul.gallery-thumbs li {
  display: inline-block;
  width: 31%;
  margin: 25px 1% 0 1%;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}
ul.gallery-thumbs li img{
  width: 100%;
  height: auto;
}
ul.gallery-thumbs li h4 {
  width: 98%;
  background-color: #a07400;
  padding: 10px 1%;
  position: relative;
  top: -6px;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
}
ul.gallery-thumbs li:hover h4 {
  background-color: #00693c;
  cursor: pointer;
  color: #fff;
}
ul.gallery-thumbs li a{
  text-decoration: none;
  color: #fff;
}







/*****************************************

Rooms and Suites

*****************************************/

blockquote.testimonial {
  width: 90%;
  padding: 30px 5%;
  margin: 70px 0 30px 0;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote.testimonial p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #777;
  font-size: 16px;
  line-height: 28px;
}
blockquote.testimonial:before {
  color: #ddd;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-top: 20px;
  font-family: 'Lucida Bright';
  float: left;
}
blockquote.testimonial:after {
  color: #ddd;
  content: close-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-top: 20px;
  font-family: 'Lucida Bright';
  float: right;
}
.room-details {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
ul.room-details {
  margin: 30px auto 30px auto;
}
ul.room-details li {
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 40px 1.5%;
  background: url(images/line-bg.png);
  background-repeat: repeat;
  vertical-align: top;
  padding-bottom: 40px;
  position: relative;
}
ul.two-by-two li{
  width: 46% !important;
}

ul.room-details li:before {
  content: '';
  padding: 0;
  margin: 0;
}
ul.room-details li img {
  width: 100%;
  height: auto;
  position: relative;
  top: -20px;
}
.room-details h2 {
    font-size: 28px;
    color: #a07400;
    padding-bottom: 25px;
    letter-spacing: .75px;
    text-align: center;
    line-height: 33px;
}
.room-details h4 {
  color: #006935;
  font-size: 20px;
  padding: 0 5% 5px 5%;
}
.room-details p {
  margin-bottom: 30px;
  padding: 0 5%;

}
.room-details .room-btn {
  background-color: #00693c;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  padding: 6px 12px;
  color: #fff;
}
.room-details .room-btn:hover {
  cursor: pointer;
}
.room-book-btn {
  background-color: #a07400;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 15px;
  padding: 6px 12px;
  color: #fff;
}
.room-book-btn a {
  text-decoration: none;
  color: #fff;
}
.room-details .room-toggle-1,
.room-details .room-toggle-2,
.room-details .room-toggle-3,
.room-details .room-toggle-4,
.room-details .room-toggle-5,
.room-details .room-toggle-6 {
  display: none;
}
.amenities h2{
  text-align: center;
  font-size: 36px;
  color: #006935;
  padding-bottom: 40px;
}
.amenities ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}





/*****************************************

Dining Page

*****************************************/



.intro-content p{
    margin-bottom: 0;
    padding-bottom: 0;
    color: #777;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
ul.dining-options {
  width: 100%;
  position: relative;
  margin: 50px 0 50px 0;
}
ul.dining-options li {
  width: 46%;
  display: inline-block;
  margin: 0 2.5%;
  padding-bottom: 30px;
  vertical-align: top;
  background: url(images/line-bg.png);
  background-repeat: repeat;  
}
ul.dining-options li:first-child {
  margin-left: 0 !important;
}
ul.dining-options li:last-child {
  margin-right: 0 !important;
}
ul.dining-options li img {
  width: 100%;
  height: auto;
}
.full-width ul.dining-options li:before {
    content: none;
    padding-right: 0;
}
ul.dining-options li h2 {
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  color: #a07400;
}
ul.dining-options li p {
  padding: 0 5%;
}
ul.dining-options li .dining-button {
  text-align: center;
  color: #00693c;
  background: transparent;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  border: 1px solid #00693c;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-family: 'Marcellus', serif;
  transition: 0.3s ease-in-out;
  width: 200px;
  text-transform: uppercase;
  margin: 0 auto 18px auto;
}
ul.dining-options li .dining-button a {
  text-decoration: none;
}
ul.dining-options li .dining-button:hover {
  background-color: rgba(0, 105, 60, 0.2);
  cursor: pointer;
  color: #00693c;
}
ul.dining-options li .dining-button:hover a{
  color: #00693c;
}
.menu_category h2 {
  text-align: center;
  font-size: 32px;
  color: #a07400;
  margin: 10px auto 10px auto;
}
.menu_category h3 {
  text-align: center;
  font-size: 32px;
}
.menu_category p,
p.menu_desc {
  text-align: center;
  width: 70%;
  margin: 0 auto 20px auto;
}
p.menu_desc {
  margin: -15px auto 40px auto;
}
ul.two-column {
  margin: 10px auto 50px auto;
}
ul.one-column {
  text-align: center;
  margin: 10px auto 50px auto;
}
ul.two-column li,
ul.one-column li {
  width: 46%;
  display: inline-block;
  text-align: left !important;
  vertical-align: top;
  margin: 20px 1%;
}
ul.two-column li p,
ul.one-column li p {
  text-align: left !important;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.two-column li h3,
ul.one-column li h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: -5px;
  text-align: left !important;
}
ul.two-column li span.menu_price,
ul.one-column li span.menu_price {
  padding: 4px 10px;
  margin: 5px auto;
  color: #a07400;
  border-top: 1px solid #a07400;
  border-bottom: 1px solid #a07400;
  font-size: 14px;
}
ul.two-column li:before,
ul.one-column li:before {
  content: none;
}
ul.two-column li span.second_price:before,
ul.one-column li span.second_price:before {
  content: '|';
  margin-right: 5px;
}
ul.two-column li span.second_price,
ul.one-column li span.second_price {
  color: #a07400;
  padding-left: 5px;
}
ul.two-column li.clear,
ul.one-column li.clear {
  display: none;
}
h2 {
  font-size: 32px;
  padding-bottom: 5px;
  color: #00693c;
  text-align: center;
}
#firstcourse ul.two-column li span.menu_price,
#entreecourse ul.two-column li span.menu_price,
#dessertcourse ul.two-column li span.menu_price,
#overnightpackageoptions ul.two-column li span.menu_price {
  display: none !important;
}
#firstcourse ul.two-column li p,
#entreecourse ul.two-column li p,
#dessertcourse ul.two-column li p,
#overnightpackageoptions ul.two-column li p {
  margin-top: -5px !important;
}
.menu_item_info span.menu_price,
ul.two-column li span.menu_price, 
ul.one-column li span.menu_price {
  display: none !important;
}

/*****************************************

Weddings Page

*****************************************/

hr.wedding-divide {
  width: 100%;
  border: 1px solid #ccc;
  margin: 40px auto;
}
.wedding-sub-nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wedding-sub-nav ul {
  width: 100%;
  margin: -10px auto 40px auto;
  text-align: center;
}
.wedding-sub-nav ul li {
  display: inline-block;
  border: 2px solid #ddd;
  padding: 5px 15px;
  font-size: 15px;
  margin: 0 15px 25px 15px;
  transition: all 0.3s ease-in-out;
}
.wedding-sub-nav ul li:hover {
  background-color: rgba(0, 105, 60, 0.2);
  cursor: pointer;
  border: 2px solid rgba(0, 105, 60, 0.6);
}
body .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
  background-color: rgba(0, 105, 60, 0.1) !important;
  font-size: 18px !important;
}
.wedding-sub-nav ul li:hover a{
  color: rgba(0, 105, 60, 1);
}
.wedding-sub-nav ul li:before {
  content: none;
}
.wedding-sub-nav ul li a {
  color: #888;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.wedding-details .wedding-details-left,
.wedding-details .wedding-details-left-2 {
  width: 40%;
  padding: 70px 5%;
  float: left;
  background: url(images/line-bg.png);
  background-repeat: repeat;  
}
.wedding-details .wedding-details-right
 {
  width: 40%;
  padding: 70px 5%;
  float: right;
  background: url(images/line-bg.png);
  background-repeat: repeat;  
}

.wedding-details .wedding-photo-right {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  width: 50%;
  float: right;
}

.wedding-details .wedding-photo-left {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  width: 50%;
  float: left;
}
blockquote.wedding-testimonial {
  margin: 0 0 30px 0;
}
.wedding-details h4 {
  color: #006935;
  font-size: 20px;
  padding-bottom: 8px;
}
.wedding-details {
  border-bottom: 2px solid #00693c;
}
blockquote.wedding-right-testimonial {
  quotes: "\201C""\201D""\2018""\2019";
  padding: 30px 0;
  border-top: 3px solid #bbb;
  border-bottom: 3px solid #bbb;
}
blockquote.wedding-right-testimonial p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #777;
  font-size: 16px;
  line-height: 28px;
}
blockquote.wedding-right-testimonial:before {
  color: #bbb;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-top: 20px;
  font-family: 'Lucida Bright';
  float: left;
}
blockquote.wedding-right-testimonial:after {
  color: #bbb;
  content: close-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-top: 20px;
  font-family: 'Lucida Bright';
  float: right;
}
.wedding-contact {
  background-color: #00693c;
  padding: 30px 5%;
  width: 90%;
  text-align: center;
}
.wedding-contact h4 {
  color: #FFFEF0;
  font-size: 19px;
  margin-bottom: 15px;
}
.wedding-contact h2 {
  color: #fff;
  font-size: 22px;
  border-right: 2px solid #a07400;
  width: 47%;
  float: left;
  margin-right: 1%;
  padding: 15px 3% 15px 0;
  text-align: right;
}
.wedding-contact h3 a {
  color: #fff;
  text-decoration: none;
}
.wedding-contact h3 {
  text-align: left !important;
  font-size: 22px;
  width: 46.9%;
  float: right;
  padding: 15px 0 15px 1%;
}
.wedding-contact h2 span.smaller {
  font-size: 15px;
}
.wedding-package ul li:before {
  content: '•';
  padding-right: 5px;
}
.wedding-package ul {
  margin-top: -10px;
}

/*****************************************

Halloween Page

*****************************************/

.halloween-slider {
  width: 50%;
  float: left;
}
.halloween-right {
  width: 44%;
  padding: 40px 3% 120px 3%;
  float: right;
  background: url(images/line-bg.png);
  background-repeat: repeat;  
}
.halloween-button {
  text-align: center;
  color: #00693c;
  background: transparent;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  border: 1px solid #00693c;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-family: 'Marcellus', serif;
  transition: 0.3s ease-in-out;
  width: 230px;
  text-transform: uppercase;
  margin: 0 auto;
}
.halloween-button a {
  text-decoration: none;
}
.halloween-button:hover {
  background-color: rgba(0, 105, 60, 0.2);
  cursor: pointer;
  color: #00693c;
}
.halloween-button:hover a{
  color: #00693c;
}
.tp-bullets.simplebullets.round .bullet {  
    background:rgba(255, 255, 255, 0.5) !important; 
    border-radius:12px;
   -webkit-border-radius:12px;
   -moz-border-radius:12px; 
   width: 11px !important;
   height: 11px !important;
   margin: 0 3px !important;
} 
 
.tp-bullets.simplebullets.round .bullet:hover {  
    
}



.tp-bullets.simplebullets.round .bullet:hover {
background: #fff !important; 
}

.tparrows {
background: transparent !important;
}

.tparrows:hover {
background:rgba(255, 255, 255, 1) !important; 
}

h2.tix {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #00693c;
}
.eventbrite-box {
  height: 270px;
}
.halloween-button a{
  text-decoration: none;
}
ul.halloween-galleries {
}
ul.halloween-galleries li {
  margin-bottom: 30px;
}
.halloween-directions h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
  color: #00693c;
}
.halloween-directions {
  /*padding: 50px 0;

    Switch to this padding come Halloween time!

  */
  text-align: center;
  padding: 50px 0 20px 0;
}
.halloween-right {
  /*height: 550px;
    
    Switch to this height come Halloween time!

  */
  height: 360px;
}
ul.halloween-galleries h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #00693c;
}
.halloween-right h2 {
    font-size: 26px;
    color: #a07400;
    padding-bottom: 20px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
}
.halloween-right h3 {
    font-size: 18px;
    color: #00693c;
    padding-bottom: 20px;
    letter-spacing: 0.25px;
    line-height: 28px;
    text-align: center;
}

.halloween-countdown {
  padding-bottom: 10px;

}

.halloween-countdown span.countdown_amount {
  font-size: 30px !important;
  color: #00693c !important;
}
.halloween-countdown span.countdown_descr {
  padding-top: 10px !important;
  font-size: 22px !important;
  color: #9e7b0a;
}
.halloween-right p.smaller {
  font-size: 13px !important;
}


/*****************************************

Featured Image Header Page

*****************************************/


.header-bg {
  width: 100%;
  height: 350px;
}
.center-text{
  text-align: center;
}





/*****************************************

History Page

*****************************************/

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #ddd;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 60px;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  background-color: #00693c;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 49%;
    margin-left: -10px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #efefef;
  padding: 1em;
  box-shadow: 0 3px 0 #00693c;
}
.cd-timeline-content img{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #00693c;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 50px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
  font-size: 50px;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #00693c;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #00693c;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
  font-size: 50px;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 43%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 113%;
    top: 23%;
    font-size: 50px;
    color: #a07400;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 113%;
    top: 23%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}



/*****************************************

Press Page

*****************************************/

.half-left-content {
  width: 65%;
  float: left;
  margin-right: 4%;
}
.right-sidebar-content {
  width: 31%;
  float: right;
}
.media-kit {
  width: 90%;
  padding: 5%;
  background-color: #00693c;
  color: #fff !important; 
  margin-bottom: 30px;
}
.media-kit h1,
.media-kit h2,
.media-kit h3,
.media-kit h4,
.media-kit h5,
.media-kit h6{
  color: #fdfced;
}
.media-kit p {
  color: #fff;
}
.media-kit h2 {
  font-size: 28px;
}





/*** COLORS ***
Green: #00693c;
Gold: #a07400;
Light Tan: #fdfced;

Headings: font-family: 'Marcellus', serif;
Body: font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;

\**************/

/*****************************************

MEDIA QUERIES

*****************************************/

@media screen and (max-width: 1780px) {
  ul.special-offers li {
    min-height: 600px;
  }
  ul.special-offers li ul li,
ul.special-offers li ol li {
    min-height: 0 !important;
  }
}

@media screen and (max-width: 1680px) {
  header nav ul li {
    font-size: 17px;
    margin: 0 1.75%;
  }
  ul.special-offers li {
    min-height: 600px;
  }
  ul.special-offers li ul li,
ul.special-offers li ol li {
    min-height: 0 !important;
  }
}

@media screen and (max-width: 1600px) {
  header nav ul li {
    font-size: 17px;
    margin: 0 1.5%;
  }
}

@media screen and (max-width: 1500px) {
  header nav ul li {
    font-size: 16px;
    margin: 0 1.5%;
  }
}

@media screen and (min-width: 1450px) {
  .home-half .right-content,
  .home-half .left-content {
    min-height: 320px;
    padding-top: 120px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1410px) {
  header nav ul li {
    font-size: 16px;
    margin: 0 1%;
  }
  .reservation-button a {
    font-size: 16px;
  }
  .cycle-slideshow {
    margin-bottom: 10px;
  }
  .home-packages ul.package-list li h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 1% 21px 1%;
  }
}

@media screen and (max-width: 1270px) {
  header nav ul li {
    font-size: 14px !important;
    margin: 0 1%;
  }
  .reservation-button a {
    font-size: 14px;
  }
  .home-packages ul.package-list li h4 {
    font-size: 16px;
    line-height: 26px;
    padding: 0 1% 18px 1%;
  }
  .tagline h1,
  .home-packages h1 {
    font-size: 36px;
  }
  .halloween-right p {
    font-size: 14px;
    line-height: 20px;
  }
  .halloween-right h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1370px) {
  .dining-about ul.dining-btn li {
    font-size: 16px;
  }
  ul.special-offers li {
    min-height: 550px;
  }
  ul.special-offers li ul li,
ul.special-offers li ol li {
    min-height: 0 !important;
  }
}

@media screen and (max-width: 1350px) {
  .testimonials .cycle-pager {
    top: 210px !important;
  }
  header nav ul li {
    font-size: 15px;
    margin: 0 1.25%;
  }

}

@media screen and (max-width: 1150px) {
  .home-packages ul.package-list li h4 {
    font-size: 16px;
    line-height: 12px;
    padding: 0 1% 15px 1%;
  }
  header nav ul li {
    font-size: 13px !important;
    margin: 0 1%;
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 1200px) {
  .dining-about ul.dining-btn li {
    font-size: 15px;
    width: 17%;
  }
}

@media screen and (max-width: 1090px) {
  .tagline h1,
  .home-packages h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .signup form {
    width: 100% !important;
  }
  .signup form fieldset ul li:first-child {
    width: 75%;
  }
  .signup form fieldset ul li:last-child {
    width: 20%;
    margin-left: 2%;
  }
}

/*****************************************
iPad - Landscape - 1024px
*****************************************/

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

  /***** Header ******/
  .header-bg {
    height: auto !important;
  }

      header .utility-bar .utility ul li a {
        font-size: 14px;
      }
      header .utility-bar h4 {
        font-size: 16px;
        margin-top: 4px;
      }
      header .utility-bar h4 span.smaller {
        font-size: 12px;
      }
      header .utility-bar .utility {  
        margin-top: 0px;
      }
      header .utility-bar .utility ul li {
        margin: 0 0.6%;
      }
      header nav ul li {
        font-size: 14px !important;
        margin: 0 1.25%;
      }
      header .utility-bar {
        width: 96%;
        padding: 8px 2%;
      }

  /***** Header Ends  ******/



  /***** Homepage  ******/

      .slider .res-bar h3 {
        font-size: 22px;
        letter-spacing: 0.25px;
        margin-bottom: -10px;
      }
      .slider .res-bar {
        top: 35px;
      }
      .tagline p,
      .home-half .right-content p,
      .home-half .left-content p,
      .mobile-history .left-content p {
        font-size: 14px;
        line-height: 20px;
        width: 96%;
      }
      .testimonials .testi-content .testimonial_body p {
        font-size: 15px !important;
        line-height: 22px !important;
      }
      .tagline img {
        padding-bottom: 6px;
      }
      .tagline h1 {
        padding-bottom: 10px;
      }
      .home-half .right-content h2,
      .home-half .left-content h2,
      .mobile-history .left-content h2 {
        font-size: 26px;
        padding-bottom: 15px;
      }
      .slider .res-bar {
        width: 200px;
        left: 3%;
      }
      .testimonials .testi-content img.open-quote,
      .testimonials .testi-content img.closed-quote {
        width: 40px;
      }
      blockquote.easy_testimonial {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
      }
      .testimonials .cycle-pager {
        top: 195px !important;
      }
      .res-bar li.submit {
        font-size: 17px;
        padding: 4px 1%;
      }
      .home-half .accommodations-photo {
        background-position: left center;
      }
      .home-packages ul.package-list li h4 {
        line-height: 26px;
        padding-bottom: 10px;
      }
      .home-packages ul.package-list li img {
        margin-bottom: 5px;
      }
      .home-packages {
        padding-bottom: 0;
      }
      .home-packages h1 {
        font-size: 28px;
        line-height: 20px;
        padding-bottom: 10px;
      }
      .home-packages ul.package-list {
        margin-top: 9px;
      }
      .home-packages ul.package-list li {
        width: 47.5%;
        margin: 0 1% 25px 1%;
      }
      .home-packages ul.package-list li:last-child {
        margin-right: 1%;
      }

  /***** Homepage Ends  ******/



  /***** Footer  ******/

      footer .contact-info {
        margin: 15px auto 25px auto;
      }
      footer .contact-info a {
        text-decoration: none;
      }
      footer ul.social-media {
        text-align: center;
        width: 50%;
        margin: 30px auto 35px auto;
      }
      footer ul.social-media li,
      footer ul.social-media li img {
        width: 32px;
      }
      footer img.hha,
      .prop-right img.left,
      .prop-right img.right {
        height: 40px !important;
        width: auto;
      }
      footer img.hha {
        margin-top: -2px;
        margin-left: 18%;
      }
      .credits {
        font-size: 10px;
      }
      .prop-right {
        margin-top: 5px;
        margin-right: 20%;
        width: 280px;
      }

  /***** Footer Ends  ******/



  /***** Contact Page ******/

      .full-page ul.contact-page li h1.contact,
      .contact-sister h4 {
        font-size: 26px;
        line-height: 30px;
      }
      .full-page ul.contact-page {
        width: 95%;
        padding: 0 2.5% 60px 2.5%;
      }
      .full-page ul.contact-page li {
        width: 100%;
        margin: 20px auto;
        display: block;
        padding: 0;
      }
      .full-page ul.contact-page li:nth-child(2) {
        top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
      }
      .full-page ul.contact-page li:nth-child(2) form {
        width: 70%;
        margin: 0 auto; 
      }
      .full-page ul.contact-page li:nth-child(1),
      .full-page ul.contact-page li:nth-child(3) {
        padding-top: 30px;
      }
      .full-page ul.contact-page ol.social-media {
        text-align: center;
        width: 100%;
        margin: 35px auto 0px auto;
        padding: 20px 0 16px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
      }
      .full-page ul.contact-page ol.social-media li,
      .full-page ul.contact-page ol.social-media li:nth-child(2),
      .full-page ul.contact-page ol.social-media li img {
        width: 32px !important;
      }
      ul.contact-page li h3 a{
        text-decoration: none;
      }
      .full-page iframe.contact-map {
        height: 275px;
      }

  /***** Contact Page End ******/



  /***** History Page ******/
      
      .full-width {
        width: 95%;
        padding: 40px 2.5% 40px 2.5%;
      }
      #cd-timeline::before {
        background: #fff;
      }
      .cd-timeline-content .cd-date {
        font-size: 36px;
        color: #a07400;
        position: absolute;
        left: -105px;
        top: 0;
      }
      .cd-timeline-content {
        margin-left: 60px;
        width: 91%;
      }
      .cd-timeline-content h2 {
          font-size: 24px;
          padding: 15px 0;
      }
      .cd-timeline-block {
        margin: 2.5em 0;
      }
      #cd-timeline {
        width: 82%;
        margin: 20px auto;
      }

  /***** History Page End ******/


  /***** Halloween Page ******/

      .full-page h1.page-title,
      .full-width h1.page-title,
      .single-tribe_events h2.tribe-events-single-event-title,
      .tribe-events-list h2.tribe-events-page-title {
        font-size: 32px;
        text-align: center;
        color: #00693c;
        padding: 35px 0;
      }

      .halloween-slider {
        float: none;
        width: 100%;
        display: block;
      }
      .halloween-right {
        width: 94%;
        float: none;
        display: block;
        height: auto;
        padding: 20px 3% 30px 3%;
      }
      .halloween-countdown {
        padding-bottom: 10px;
      }
      ul.gallery-thumbs li {
        width: 47%;
        margin: 10px 1% 10px 1%;
      }

  /***** Halloween Page End ******/


  /***** Rooms & Suites ******/

      .room-details h2 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-top: -10px;
      }
      .room-details .room-btn {
        font-size: 13px;
        padding: 4px 12px;
      }
      ul.room-details li {
        width: 29.75%;
        margin-bottom: 40px !important;
      }
      .room-details h2 {
          font-size: 20px;
          line-height: 22px;
      }

  /***** Rooms & Suites End ******/

  /***** Galleries ******/

      ul.gallery-thumbs li h4 {
        top: -8px;
      }
      .embpicasa li {
        float: none !important;
        display: inline-block !important;
        width: 18.55% !important;
      }
      ul.embpicasa {
        margin: 0 auto !important;
        text-align: center !important;
      }
      .embpicasa li img {
        width: 100% !important;
        height: auto !important;
      }

  /***** Galleries End ******/ 

  /***** Special Offers ******/

      ul.special-offers ol li {
        margin-bottom: 5px !important;
        padding-bottom: 0 !important;
        min-height: 0 !important;
      }
      ul.special-offers li {
        min-height: 500px;
        padding-bottom: 20px;
      }
      ul.special-offers li ul li,
ul.special-offers li ol li {
    min-height: 0 !important;
  }

  /***** Special Offers End ******/ 

  /***** Neighborhood Page ******/

      ul.blog-feed .title {
        font-size: 26px;
        line-height: 32px;
      }
      ul.widget-col li ul li {
        min-height: 0;
      }
      ul.widget-col {
        width: 100%;
        padding: 40px 0;
      }
      ul.widget-col li aside h2.widget-title {
        font-size: 28px;
      }

  /***** Neighborhood Page End ******/ 

}



/*****************************************
iPad - Portrait - 768px
*****************************************/

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

  /***** Header ******/

      header .utility-bar .utility ul li a {
        font-size: 12px;
      }
      header .utility-bar h4 {
        font-size: 16px;
        margin-top: 4px;
      }
      header .utility-bar h4 span.smaller {
        font-size: 12px;
      }
      header nav ul li {
        font-size: 11px !important;
        margin: 0 1%;
      }

  /***** Header Ends  ******/

  /***** Home Page ******/

    .slider form#reservation-slider ul li.submit {
      padding: 6px 1%;
      width: 60%;
      margin: 0 auto;
      text-align: center;
    }

  /***** Home Page End ******/

  /***** Halloween Page ******/

      ul.gallery-thumbs li h4 {
        font-size: 13px;
        padding: 8px 0.5%;
        width: 99%;
        letter-spacing: 0.1px;
        top: -7px;
        line-height: 19px;
      }
      .halloween-directions h2,
      ul.halloween-galleries h2,
      h2.tix {
        font-size: 22px;
        line-height: 28px;
      }

  /***** Halloween Page Ends ******/

  /***** Rooms & Suites ******/

      .room-details h2 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 5px;
        margin-top: -15px;
      }
      .room-details .room-btn {
        font-size: 12px;
        padding: 3px 11px 2px 11px;
      }

  /***** Rooms & Suites End ******/


  /***** Weddings Page ******/

      .wedding-details .wedding-details-left,
      .wedding-details .wedding-details-right, 
      .wedding-details .wedding-details-right-2,
      .wedding-details .wedding-details-left-2,
      .meeting-action-right {
        width: 90%;
        float: none;
        display: block;
        padding: 35px 5% 35px 5%;
      }
      .wedding-details .wedding-photo-right,
      .wedding-details .wedding-photo-left,
      .wedding-details .wedding-photo-left-2,
      .meeting-photo {
        width: 100%;
        float: none;
        display: block;
      }

  /***** Weddings Page End ******/


  /***** Events Page ******/

      .tribe-events-list .type-tribe_events h2 {
        font-size: 20px !important;
        line-height: 28px;
      }
      h3 {
        font-size: 18px;
      }

  /***** Events Page End ******/

  /***** Dining Page ******/

      ul.dining-options li {
        width: 100%;
        margin: 30px auto;
      }

  /***** Dining Page End ******/

  /***** Meetings & Social Page ******/

      .meeting-action {
        font-size: 18px !important;
        line-height: 31px !important;
        padding: 20px 5% !important;
      }
      ul.room-details {
        margin: 0px auto 0 auto;
      }
      ul.two-by-two li:nth-child(3n) {
        margin-right: 1.5% !important;
      }
      ul.room-details li {
        margin-bottom: 30px;
        margin: 0 1.5%;
      }
      .btn-left {
        width: 80%;
        float: none;
        margin: 0 auto;
      }
      .btn-right {
        width: 80%;
        float: none;
        margin: 0 auto;
      }

  /***** Meetings & Social Page End ******/

  /***** Galleries ******/

      .embpicasa li {
        float: none !important;
        display: inline-block !important;
        width: 18% !important;
      }

  /***** Galleries End ******/ 

  /***** Neighborhood Page ******/

      ul.neighborhood-attractions li {
        width: 46.5%;
        margin: 15px 1.5%;
      }
      ul.neighborhood-attractions li:nth-child(3n) {
        margin: 15px 1.5% !important;
      }
      ul.neighborhood-attractions li h2 {
        font-size: 20px !important;
      }

  /***** Neighborhood Page End ******/ 

  /***** Blog Page ******/

      ul#blog-listings li:nth-child(even) .content-intro,
      ul#blog-listings li:nth-child(odd) .content-intro
       {
        width: 90%;
        float: none;
        display: block;
        padding: 35px 5% 35px 5%;
        min-height: 270px;
        height: auto;
      }
      ul#blog-listings li:nth-child(even) .featured-img .image,
      ul#blog-listings li:nth-child(odd) .featured-img .image {
        width: 100%;
        float: none;
        display: block;
        margin-top: -10px;
      }

  /***** Blog Page End ******/

}


/*****************************************
iPhone6 Plus - Landscape - 736px
*****************************************/

@media screen and (max-width: 736px) {
 
  /***** Header ******/

      header .utility-bar .utility,
      header nav ul,
      header .utility-bar h4,
      .ftr-utility{
        display: none;
      }
      header nav {
        display: none;
      }
      div#click-menu {

      }
      header .logo img {
        width: 180px;
      }
      header .mobile-contact {
        width: 100%;
        position: relative;
        top: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
      }
      header .mobile-contact h3 {
        background-color: #00693c;
        padding: 12px 1%;
        width: 98%;
        letter-spacing: 0.5px;
      }
      header .mobile-contact h3 a {
        color: #fff;
        text-decoration: none;
      }
      header .mobile-contact h4 {
        background-color: #65A38A;
        padding: 12px 1%;
        width: 98%;
        color: #fff;
        line-height: 22px
      }
      header .mobile-contact h4 a {
        color: #fff;
        text-decoration: none;
      }
      #click-menu-label {
        padding-top: 5px !important;
        font-size: 15px !important;
      }
      header .logo {
        top: 2px;
        margin-bottom: 15px;
      }

  /***** Header End ******/
  

  /***** Home Page ******/

      .slider-wrap {
        display: none;
      }
      .slider .res-bar {
        width: 96%;
        padding: 15px 2%;
        position: relative;
        background-color: rgba(159, 117, 43, 1);
        top: 0px;
        left: 0;
      } 
      .mobile-photo {
        width: 100%;
        position: relative;
        top: 0;
        margin: 0 auto -5px auto;
        display: block;
      }
      .mobile-photo img {
        width: 100%;
        height: auto;
      }
      
      .home-half .right-content,
      .home-half .left-content{
        width: 96%;
        padding: 40px 2%;
      }
      .home-half .accommodations-photo,
      .home-half .weddings-photo,
      .home-half .dining-photo,
      .home-half .history-photo {
        width: 100%;
      }
      .home-packages ul.package-list li {
        width: 90%;
        margin-bottom: 50px;
      }
      .home-packages ul.package-list li h4 {
        font-size: 20px;
        padding: 6px 0 12px 0;
      }
      .mobile-history {
        display: block; 
      }
      .home-half .history-photo,
      .home-half .history-content {
        display: none;
      }
      .mobile-history .history-photo {
        background-image: url(images/history.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 280px;
        float: none;
        transition: all 0.4s ease-in-out;
        display: block;
      }
      .mobile-history .left-content {
        width: 96%;
        padding: 40px 2%;
        float: none;
        background: url(images/line-bg.png);
        background-repeat: repeat;
        display: block;
        text-align: center;
      }
      .home-packages img,
      .tagline img {
        width: 60%;
        height: auto;
      }
      .testimonials {
        padding-top: 30px;
      }
      .home-packages ul.package-list li img {
        margin-bottom: 0;
      }
    
  
  /***** Home Page End ******/
  

  /***** Footer ******/

      .signup form fieldset ul li:first-child input {
        font-size: 16px;
      }
      .signup {
        margin-top: 40px;
      }
      .signup form fieldset ul li:first-child {
          width: 99%;
      }
      .signup form fieldset ul li:last-child {
        width: 15%;
      }
      .signup form fieldset ul li:last-child input.submit {
        font-size: 15px;
      }
      footer ul.social-media {
        width: 96%;
      }
      footer img.hha, 
      .prop-right img.left, 
      .prop-right img.right {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        height: 70px;
        margin: 20px auto;
      }
      footer img.hha {
        margin-bottom: 0;
      }  

  /***** Footer End ******/


  /***** Rooms & Suites ******/

      .offer-btn {
        font-size: 15px;
        width: 80% !important;
        line-height: 22px;
      }
      ul.room-details li {
          width: 100%;
          margin: 35px auto !important;
          display: block;
      }
      ul.room-details {
        margin-bottom: 40px;
      }
      .room-details h2 {
        font-size: 24px;
        line-height: 29px;
      }
      .amenities ul {
        -webkit-column-count: 1;
        column-count: 1;
      }
      .amenities h2 {
        font-size: 26px;
        padding-bottom: 20px;
      }

  /***** Rooms & Suites End ******/

  /***** Meetings & Social Page ******/

    	ul.room-details li {
    		width: 98% !important;
        display: block;
        margin: 40px 1% !important;
    	}
      .room-details h2 {
        padding-top: 5px;
      }

  /***** Meetings & Social Page End ******/	

  /***** Galleries ******/

      .embpicasa li {
        float: none !important;
        display: inline-block !important;
        width: 22.85% !important;
      }

  /***** Galleries End ******/ 

  /***** Blog Page ******/

      ul.widget-col li {
        width: 98%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #ccc;
        min-height: 150px;
        margin-bottom: 20px;
        padding-bottom: 20px;
      }
      article .single-featured-img {
        float: none;
        width: 100%;
        margin-right: 0;
      }
      article .entry-meta-index {
        float: none;
        margin-bottom: 15px;
        width: 98%;
      }
      article h1.entry-title {
        margin-bottom: 10px;
      }
      form.comment-form input, form.comment-form textarea {
        width: 97% !important;
      }
      nav.post-navigation {
        display: none;
      }

  /***** Blog Page End ******/

  /***** History Page ******/
      
      .cd-timeline-content img {
        float: none;
        width: 100%;
        display: block;
        height: auto;
      }
      .cd-timeline-content .cd-date {
        font-size: 28px;
        position: relative;
        left: 0;
      }
      .cd-timeline-content {
        margin-left: -5%;
        width: 99%;
      }
      .cd-timeline-content h2 {
        line-height: 30px;
      }

  /***** History Page End ******/

  /***** Special Offers ******/

      ul.special-offers li {
        min-height: 500px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
      }
      ul.special-offers li ul li,
ul.special-offers li ol li {
    min-height: 0 !important;
  }

  /***** Special Offers End ******/ 

  /***** Meetings Page ******/

      .venue-btn {
        width: 80%;
        margin: 10px auto;
        font-size: 18px;
      }
      .meeting-left {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 30px;
      }
      .meeting-right {
        width: 100%;
        float: none;
        display: block;
      }
      .meeting-left h2 {
        font-size: 28px;
      }
      .tablepress {
        display: none !important;
      }
      .meeting-right ul.layouts li h4 {
        font-size: 20px;
        line-height: 32px;
      }

  /***** Meetings Page End ******/ 

}




/*****************************************
Samsung Galaxy Note - Landscape - 640px
*****************************************/

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

  /***** Homepage ******/
    
      .testimonials .cycle-pager {
        top: 300px !important;
        padding-top: 45px;
      }
      .testimonials .testi-content img.open-quote,
      .testimonials .testi-content img.closed-quote {
        width: 30px;
        height: auto;
      }
      
  /***** Homepage End ******/

  /***** Dining Page ******/

      ul.two-column li, 
      ul.one-column li {
        width: 94%;
        margin: 15px 1%;
      }
      ul.two-column li h3, ul.one-column li h3 {
        font-size: 18px;
        line-height: 23px;
      }
      ul.two-column li span.menu_price, 
      ul.one-column li span.menu_price {
        font-size: 12px;
        padding: 2px 8px;
      }

  /***** Dining Page Ends ******/

  /***** Footer ******/

      .credits {
        font-size: 9px;
        line-height: 12px;
      }
      .prop-right {
        width: 100%;
        margin: 0 auto !important;
        display: block;
        float: none;
      }
      .signup form fieldset ul li:first-child {
        width: 92%;
      }
      .signup form fieldset ul li:first-child input{
        font-size: 12px !important
      }
      .signup form fieldset ul li:last-child {
        width: 50% !important;
        margin-left: 0%;
      }

  /***** Footer End ******/

  /***** Galleries ******/

      .embpicasa li {
        float: none !important;
        display: inline-block !important;
        width: 30.5% !important;
      }

  /***** Galleries End ******/ 

  /***** Neighborhood Page ******/

      ul.neighborhood-attractions li {
        width: 97%;
        min-height: 500px;
      }

  /***** Neighborhood Page End ******/ 
}



/*****************************************
Samsung Galaxy Note - Landscape - 360px
*****************************************/

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

}



/*****************************************
iPhone6 - Landscape - 667px
*****************************************/

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

}



/*****************************************
iPhone6 Plus - Portrait - 414px
*****************************************/

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

}



/*****************************************
iPhone6 - Portrait - 375px
*****************************************/

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

}



/*****************************************
iPhone5 and Below - Landscape - 568px
*****************************************/

@media screen and (max-width: 568px) {
  
    /***** Homepage ******/

        .tagline h1, .home-packages h1 {
          font-size: 20px;
          line-height: 26px;
        }
        .tagline {
          margin: 30px auto;
        }
        .home-packages h1 {
          font-size: 36px;
        }
        .home-packages ul.package-list {
          padding-top: 8px;
        }

    /***** Homepage Ends ******/

    /***** Dining Page ******/

        ul.dining-options li .dining-button {
          width: 80%;
        }

    /***** Dining Page Ends ******/

      /***** Galleries ******/

      .embpicasa li {
        float: none !important;
        display: inline-block !important;
        width: 28.55% !important;
      }

  /***** Galleries End ******/ 

}



/*****************************************
iPhone5 and Below - Portrait - 320px
*****************************************/

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

}


