@import url(//fonts.googleapis.com/css?family=Abril+Fatface);

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

* {
    box-sizing: border-box;
}

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: "Marcellus";
    background: white;
}

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;
    max-width: 100%
}

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: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}

li {
    font-size: 1rem;
    line-height: 1.5;
    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: #818181;
}

a {
    color: #818181;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #2b2b2b;
}

.text-center {
    text-align: center;
}

/*****************************************
CUSTOM STYLES
*****************************************/

/*** COLORS ***
Green: #818181;
Gold: #a07400;
Light Tan: #fdfced;
Headings: font-family: 'Marcellus', serif;
Body: font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
\**************/
.wedding-special-offer {
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#banner {
    background: #212e56;
    margin-bottom: 10px;
}

#banner * {
    color: #fff;
}

#banner p {
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
}

.header {
    padding: 0;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all .4s ease;
    border-bottom: 1px solid #BDBDBD;
}

#header-group {
    padding: 25px 0;
}

.header.stick {
    position: fixed;
    background: rgba(255, 255, 255, 1);
}

.header .logo img {
    float: left;
}

.header img.logo-icon {
    width: 60px;
    padding-right: 10px;
    margin-top: -5px;
}

.header img.logo-title {
    width: 300px;
}

.header .mobile-contact {
    display: none;
}

.header nav {
    width: calc(100% - 400px);
    float: right;
    text-align: right;
    margin-top: 8px;
}

.header nav ul li {
    display: inline-block;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 11px;
    letter-spacing: 0.5px;
    padding-bottom: 25px;
}

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

.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;
}

.checkout-rates-header-phone {
    float: right;
    font-size: 25px;
}

.check-rates-slider .slick-slide {
    height: calc(70vh - 88px);
    width: 100%;
    background-size: cover;
    background-position: center;
}

.check-rates-slider .slick-dots {
    bottom: 25px;
}

.home-slider {
    margin-top: 186px;
}

/*****************************************
Drop Down Menu
*****************************************/

nav ul li {
    position: relative;
}

.header.stick nav ul li ul {
    background-color: #fff;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
}

nav ul li ul {
    padding: 0;
    position: absolute;
    min-width: 200px;
    top: 46px;
    left: -10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, .8);
    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 {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

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

.dashicons-instagram {
    color: #000;
    height: 100px;
    width: 100px;
    text-decoration: none;
}

/*****************************************
Home
*****************************************/

.home-slider .slick-slide {
    height: calc(100vh - 88px);
    width: 100%;
    background-size: cover;
    background-position: center;
}

.home-slider.slick-dotted.slick-slider,
.check-rates-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-reserve-form {
    background: #f1f1f1;
    margin-bottom: 5px;
    font-family: 'Open Sans';
    font-weight: 300;
}

.home-reserve-form label {
    color: #818181;
}

#reservation-slider {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
    position: relative;
}

.reserve-input {
    display: inline;
}

#reservation-slider input[type="submit"],
#check-rates-submit {
    background: #818181;
    border: 0;
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    transition: all 0.4s ease-in-out;
    font-family: 'Open sans';
    font-weight: 300;
}

#reservation-slider input[type="submit"]:hover,
#check-rates-submit:hover {
    background: #333333;
    cursor: pointer;
}

#reservation-slider input#datetimepicker {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #cacaca;
    font-family: 'Open sans';
    font-weight: 300;
}

input[name="checkOutDate"],
select[name="Rooms"],
select[name="Adults"],
select[name="Children"] {
    margin-right: 30px;
}

select[name="Rooms"],
select[name="Adults"],
select[name="Children"] {
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 300;
}

.home-slider .slick-dots {
    bottom: 25px;
}

.wrapper-1300 {
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
}

.home-slider .slick-dots li.slick-active button:before,
.weddings-slider .slick-dots li.slick-active button:before,
.check-rates-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #333333;
}

.home-slider .slick-dots li button:before,
.weddings-slider .slick-dots li button:before,
.check-rates-slider .slick-dots li button:before {
    font-size: 16px;
    color: white;
    opacity: 1;
}

.home-box {
    background-size: cover;
    background-position: center;
    margin: 5px;
    height: 300px;
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    opacity: 1;
    transition: all .3s ease;
}

.home-box__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}

.home-box-contain:hover .home-box {
    opacity: .4
}

.home-box-contain .home-box:hover {
    opacity: 1;
}

.home-box.small {
    width: calc(33.333% - 10px);
}

.home-box.large {
    width: calc(66.666% - 10px);
}

.home-box.special-offers-box {
    background-image: url("//www.hawthornehotel.com/wp-content/uploads/2016/06/DSC_0202.jpg");
}

.home-box.dining-box {
    background-image: url("//www.hawthornehotel.com/wp-content/uploads/2015/06/dining.jpg");
}

.home-box.accommodations-box {
    background-image: url("//www.hawthornehotel.com/wp-content/uploads/2015/06/accommodations-2.jpg");
}

.home-box.weddings-box {
    background-image: url("//www.hawthornehotel.com/wp-content/uploads/2015/06/weddings.jpg");
}

.home-box.history-box {
    background-image: url("//www.hawthornehotel.com/wp-content/uploads/2015/06/history.jpg")
}

.home-box .title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.home-box.special-offers-box span {
    position: absolute;
    z-index: 2;
    color: white;
    padding: 15px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    font-size: 32px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: auto;
    text-align: center;
    width: 100%;
    transform: translate(0, -50%);
}

.home-box i {
    font-size: 15px;
}

.home-tagline {
    background: #f1f1f1;
    color: #818181;
    text-align: center;
    padding: 50px 5%;
    font-size: 30px;
    margin: 0 0 50px 0;
    line-height: 1.5;
    display: block;
    font-family: 'Open sans';
    font-weight: 300;
}

.home-body {
    background: #f1f1f1;
    color: #818181;
    text-align: center;
    padding: 50px 5%;
    margin: 50px 0 50px 0;
    line-height: 1.5;
}

.home-body-last {
    margin: 50px 0 0 0;
}

.home-body h2 {
    padding-bottom: 10px;
}

.packages {
    margin-bottom: 50px;
    overflow: hidden;
}

/*****************************************
Home Testimonials
*****************************************/

.banner {
    max-height: 500px;
    background-size: cover;
    height: 50vw;
    min-height: 350px;
    margin-top: 186px;
}

/********** SPECIAL OFFERS ***********/

.offer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.single-offer span {
    color: white;
    position: relative;
    z-index: 3
}

.single-offer a {
    background: white;
    padding: 5px 10px;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    z-index: 3;
    color: black;
    border: 1px solid white;
    transition: all .3s ease;
}

.single-offer a:hover {
    background: transparent;
    color: white;
}

span.offer-name {
    display: block;
    text-align: center;
    margin: 0 0 15px;
    font-size: 1.6rem;
}

.home-box.single-offer {
    height: auto;
}

.offer-details {
    position: relative;
    z-index: 3;
    padding: 20px 20px 40px;
    min-height: 200px;
}

.offer-details ul {
    list-style: disc;
    padding-left: 10px;
}

/*****************************************
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: #333 !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: #818181;
    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: #818181;
    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 #818181;
    border-top: 2px solid #818181;
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
}

.dining h1 {
    color: #818181;
    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 {
    padding: 25px;
    background: #CCCCCC;
    background-repeat: repeat;
    position: relative;
    top: 0;
    font-family: 'Open sans';
    font-weight: 300;
}

footer h3 {
    font-family: 'Open sans';
    font-weight: 300;
    color: #333
}

.footer-box-group {
    margin: 20px 0;
}

.footer-box {
    width: calc(33.33% - 42px);
    float: left;
    padding: 20px;
    text-align: center;
}

.footer-box:not(:last-of-type) {
    border-right: 1px solid #333;
}

.footer-sister-hotel img {
    width: 50%;
    margin-top: 5px;
    padding: 5px;
}

.footer__contact {
    margin-top: 20px;
    font-family: 'Open sans';
    font-weight: 300;
}

.social-icons img {
    display: inline-block;
    width: 45px;
    opacity: 1;
    transition: all .4s ease;
}

footer input[type="text"],
footer input[type="email"] {
    border: 0;
    font-size: 18px;
    padding: 10px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
}

footer input[type="submit"] {
    border: 1px solid #333;
    background: rgba(255, 255, 255, .6);
    font-size: 18px;
    padding: 10px;
    margin-top: 10px;
    font-family: 'Open Sans';
    font-weight: 300;
    transition: all .4s ease;
    cursor: pointer
}

footer input[type="submit"]:hover {
    background: rgba(255, 255, 255, 1);
}

.social-icons img:hover {
    opacity: .5;
}

.copyright {
    text-align: center;
}

.copyright a {
    color: #333;
}

.copyright a:hover,
.copyright a:focus {
    text-decoration: underline
}

.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: 0px
}

.signup form fieldset ul li:last-child input.submit {
    text-align: center;
    color: white !important;
    background: transparent;
    text-decoration: none;
    padding: 6px 15px 7px 15px;
    border: 1px solid white;
    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(255, 255, 255, 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: white;
    position: relative;
    top: 35px;
    width: 90%;
    padding: 8px 5%;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.25px;
}

.credits a {
    color: white;
}

.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 {
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: white;
}

.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: #818181;
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% 50px 8%;
    margin: 0 auto;
    position: relative;
    top: 0;
}

.full-width.error-page {
    padding: 270px 8% 50px 8%;
}

.full-width h1.page-title {
    padding-bottom: 50px;
    font-size: 42px;
    text-align: center;
    color: #333333;
}

.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: #818181;
    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: #818181;
    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: #818181;
}

select.tribe-bar-views-select {
    margin: 5px 0 0 15px;
}

.single-tribe_events h2.tribe-events-single-event-title {
    color: #818181 !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;
} */
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    background-color: #ba9032;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #ba9032
}

.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover {
    background-color: #ba8f32d7;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #ba8f324b;
}

.tribe-events-pg-template,
.tribe-events-view {
    margin-top: 200px !important;
}

/*****************************************
Accommodations Page
*****************************************/
.container-fluid {
    max-width:1400px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.page-id-39639 .header-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    max-height: 600px;
    height: 35vw;
}

.page-id-39639 .accommodation-cont {
    padding-bottom: 20px !important;
}

.page-id-39639 .accommodation-cont ul {
    column-count: 3;
    column-gap: 15px;
    max-width: 1000px;
    margin: 10px auto;
}

.rooms-wrapper {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

.rooms-wrapper .columns {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.rooms-wrapper .per-room {
    padding: 0 20px 40px;
    margin: 0;
    text-align: center;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.rooms-wrapper .per-room .per-room-inner {
    width: 100%;
}

.rooms-wrapper .per-room .slick-prev{
  left: 5px;
  z-index: 1;
  width: auto;
  height: auto;
}

.rooms-wrapper .per-room .slick-next{
  right: 5px;
  width: auto;
  height: auto;
}

.rooms-wrapper .per-room .slick-prev:before,
.rooms-wrapper .per-room .slick-next:before{
  color: #000 !important;
  font-size: 30px;
}

.per-room .room-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    max-height: 300px;
    height: 35vw;
}

.rooms-wrapper .per-room h3 {
    margin-top: 20px;
    line-height: 1.2;
}

.rooms-wrapper .per-room p {
    margin-bottom: 15px;
}

.awards-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}

.awards-wrapper .per-award {
    margin: 15px 10px;
}

.awards-wrapper .per-award img {
    max-width: 100%;
}

.rooms-wrapper .per-room a.btn,
.single-accommodations a.btn,
a.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
    transition: .3s ease;
}

.rooms-wrapper .per-room a.btn:hover,
.single-accommodations a.btn:hover,
a.btn:hover {
    background-color: #fff;
    color: #333;
    transition: .3s ease;
}

.single-accommodations article h1.entry-title {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin-bottom: 20px;
}

.single-accommodations .blog-wrap {
    margin-bottom: 50px;
}

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

.full-page iframe.contact-map {
    width: 100%;
    height: 600px;
    position: relative;
    top: 0;
    pointer-events: none;
    margin-top: 186px;
}

.wrapper-1300 h1.page-title {
    font-size: 42px;
    text-align: center;
    color: #333333;
    padding: 50px 0;
}

h1.page-title.category-title {
    padding-top: 10px;
}

.full-page ul.contact-page {
    width: 100%;
    /*     padding: 0 8% 60px 8%; */
}

nav ul li#menu-item-22494 ul.sub-menu {
    left: auto;
    right: 0;
}

.header nav ul.sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.header nav ul.sub-menu li a {
    display: block;
    padding: 10px;
}

.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: 999;
    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: #818181;
    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: #818181;
}

body .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
    line-height: 19px !important;
    font-size: 14px !important;
    padding: 15px 40px 15px 15px !important;
    color: #818181 !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: #818181;
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 34px;
    text-transform: uppercase;
}

.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: #333 !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-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: #818181;
    line-height: 28px;
    text-align: center;
}

ul.special-offers li h2.package-title {
    margin-bottom: 10px;
    font-size: 28px;
    color: #818181;
    line-height: 28px;
    text-align: center;
}

.visit-btn {
    text-align: center;
    color: #333;
    background: transparent;
    text-decoration: none;
    padding: 7px 0 0 0;
    border-top: 1px solid #333;
    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: #818181;
    text-decoration: none;
    padding: 6px 15px 7px 15px;
    border: 1px solid #818181;
    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: #333;
}

.visit-btn:hover,
.visit-btn:hover a {
    color: #818181;
}

.offer-btn a {
    text-decoration: none;
    color: #818181;
}

.offer-btn:hover {
    background-color: rgba(0, 105, 60, 0.3);
    cursor: pointer;
    color: #818181;
}

.offer-btn:hover a {
    color: #818181;
}

.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: #818181;
    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: #eee;
    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: #333;
    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: #818181 !important;
    background: transparent;
    text-decoration: none;
    padding: 10px 15px 11px 15px;
    border: 1px solid #818181;
    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: #818181;
    text-decoration: none;
}

.venue-btn:hover {
    background-color: rgba(51, 51, 51, 0.3);
    cursor: pointer;
    color: #333;
}

.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%;
}

.post_date {
    padding: 10px 20px 8px;
    text-align: left;
    color: #fff;
    background-color: #818181;
}

.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;
}

.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;
}

.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;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.blog-image {
    background-size: cover;
    max-width: 100%;
}

.blog-image.blog-tall {
    height: 400px
}

.blog-image.blog-short {
    height: 200px
}

.blog-item p {
    color: #818181;
}

.entry-meta-index {
    color: #818181
}

/* fluid 5 columns */

.blog-sizer,
.blog-item {
    width: calc(33.333% - 6.666px);
    margin-bottom: 10px;
}

.blog-item {
    background: #eee;
    border: 1px solid rgba(129, 129, 129, .2);
    padding: 20px;
    box-sizing: border-box;
}

.blog-item__featured {
    width: calc(66.666% - 6.666px);
}

.blog-item h2 {
    font-size: 20px;
    text-align: left;
    padding: 15px 0;
    line-height: 1.2;
}

.blog-wrap {
    /* margin-top: 125px; */
    margin-top: 200px;
}

.pagination {
    text-align: center;
    margin: 25px 0;
    font-size: 20px;
}

span.page-numbers.current {
    font-size: 23px;
}

.blog-cat-nav {
    text-align: center;
}

.blog-cat-nav a {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    margin: 0 5px;
}

.blog-cat-nav a:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -10px;
}

/**
*  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: #818181;
    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 .single-featured-img {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
    background-size: cover;
    min-height: 350px;
    height: 20vw;
    background-position: center;
}

article .single-featured-img .post_date {
    position: absolute;
    bottom: 0;
    left: 0;
}

article .single-featured-img img {
    width: 100%;
    height: auto;
}

article h1.entry-title {
    font-size: 30px;
    padding-bottom: 0px;
    color: #333333;
    margin-bottom: 5px;
}

article .entry-meta-index {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: left;
}

article .entry-meta-index a {
    text-decoration: none;
}

nav.post-navigation {
    background-color: #818181;
    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: #818181;
    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 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
*****************************************/

.home-box-contain h3 {
    margin-top: 30px;
}

.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: #333;
    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 {
    background-color: #333;
    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: #818181;
    cursor: pointer;
    color: #fff;
}

ul.gallery-thumbs li a {
    text-decoration: none;
    color: #fff;
}

/*****************************************
Rooms and Suites
*****************************************/

blockquote.testimonial {
    width: 100%;
    padding: 30px 5%;
    margin: 20px 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-repeat: repeat;
    vertical-align: top;
    padding-bottom: 40px;
    border: 1px solid #818181;
    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: #333;
    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: #818181;
    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: #818181;
    background: transparent;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    border: 1px solid #818181;
    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: #818181;
}

ul.dining-options li .dining-button:hover a {
    color: #818181;
}

.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: #818181;
    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
****************************************/

.weddings-slider .slick-slide {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.weddings-slider .slick-dots {
    bottom: 25px;
}

.weddings-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.weddings-form {
    background: #eee;
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.wedding-quote {
    margin-top: 30px
}

.wrapper-1300.wedding-information {
    padding: 50px 0;
}

.view-wedding-package {
    max-width: 400px;
    margin: 0 auto;
}

.view-wedding-package img {
    max-width: 100%;
}

.wedding-package-button {
    border: 0;
    font-size: 25px;
    padding: 10px 15px;
    transition: all 0.4s ease-in-out;
    font-family: 'Open sans';
    font-weight: 300;
    display: block;
    padding: 5px 10px;
    border: 1px solid;
    text-align: center;
}

.package-addon-block img {
    max-width: 100%;
}

.package-addon-block {
    width: calc(25% - 10px);
    float: left;
    margin: 5px;
}

div.package-addon {
    display: block;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid;
    margin-bottom: 5px
}

.classic-package {
    margin: 50px 0;
    background: #eee;
    padding: 50px;
}

.classic-package-list {
    text-align: center;
}

.classic-package-list li {
    padding: 10px 0;
    border-bottom: 1px solid #d0cece;
    margin: 0;
}

.wrapper-1300 h1.page-title.wedding-gallery {
    padding-bottom: 10px;
}

.wedding-gallery-image {
    width: calc(33.333% - 40px);
    height: 16vw;
    background-size: cover;
    margin: 20px;
    float: left;
}

.wedding-gallery-image2 {
    width: calc(33.333% - 40px);
    height: 9vw;
    background-size: cover;
    margin: 20px;
    float: left;
    background-position: center;
}

.wedding-gallery-desc {
    text-align: center;
}

.wedding-gallery-breadcrumb {
    text-align: center;
    text-decoration: underline;
}

/******  OLD STYLES BELOW  ******/

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(51, 51, 51, 0.2);
    cursor: pointer;
    border: 2px solid rgba(51, 51, 51, 0.6);
}

body .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
    background-color: #eee !important;
    font-size: 18px !important;
}

.wedding-sub-nav ul li:hover a {
    color: rgba(51, 51, 51, 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: 50%;
    padding: 70px 5%;
    float: left;
    background: #eee;
    background-repeat: repeat;
}

.wedding-details .wedding-details-right {
    width: 50%;
    padding: 70px 5%;
    float: right;
    background: #eee;
    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;
}

.wedding-testimonial-wrapper {
    display: flex;
}

blockquote.wedding-testimonial {
    margin: 0 0 30px 0;
}

.wedding-body {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wedding-body h1 {
    color: #818181;
    font-size: 42px;
    margin-bottom: 15px;
    text-align: center;
}

.wedding-body h2 {
    margin-bottom: 15px;
}

.wedding-details h4 {
    color: #333;
    font-size: 20px;
    padding-bottom: 8px;
}

.wedding-details {
    border-bottom: 2px solid #818181;
}

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: #818181;
    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;
}

/***************** THINGS TO DO MAP ******************/

/* LIST VIEW */
.view-button {
    position: absolute;
    right: 0;
    top: -60px;
}

#viewBtn {
    background-color: #a07400;
    font-family: 'Marcellus', serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
    border: none;
    padding: 10px 25px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
}

.column {
    padding: 0.75rem 0 !important;
}

.parent-locations {
    max-width: 1280px;
    margin: 0 auto 30px;
    width: 100%;
}

.parent-locations h2 {
    color: #818181;
    background: #e1e1e1;
    padding: 5px 0;
}

.per-location {
    padding: 2rem 1rem 1rem;
}

.loc-wrapper p {
    margin-bottom: 0;
}

.loc-wrapper p a {
    word-break: break-word;
}

.list-wrapper {
    margin: 50px auto 0;
    width: 90%;
    max-width: 1600px;
}

.page-template-page-things-to-do-map h1 {
    font-size: 42px;
    text-align: center;
    color: #333333;
}

.map-legend {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    width: 90%;
    margin: 20px auto 0;
    max-width: 1600px;
    z-index: 9;
    background: white;
    position: relative;
}

.map-legend h3 {
    cursor: pointer
}


.map-legend li {
    display: inline-block;
    margin: 0;
}

.map-infobox-content h4,
.mobile-map-card h4 {
    text-align: center;
    margin-bottom: 20px;
}

.map-infobox-content p {
    margin-bottom: 0;
}

.map-legend .map-filter {
    display: inline-block;
    padding: 10px;
    font-family: 'Open sans';
    margin: 5px;
    background: #eee;
    border: 2px solid white;
}

.map-legend .map-filter.active {
    border: 2px solid black;
}

.map-legend .map-filter.inactive {
    opacity: .8;
}

.map-legend .map-filter img {
    margin-right: 5px;
}

.map-legend li img {
    vertical-align: top;
}

.map-wrapper {
    position: relative;

}

.map-infobox {
    width: 600px;
    position: absolute;
    top: 45px;
    z-index: 1;
    background: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    right: 50px;
    border: 1px solid #ddd;
    padding: 25px 15px 15px;
    display: none;
    text-align: center;
}

.close-infobox {
    font-size: 23px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 0;
    padding: 10px;
    cursor: pointer
}

.acf-map {
    width: 100%;
    height: 100vh;
    border: #ccc solid 1px;
    margin: 20px 0 0;
}

.mobile-map-cards {
    margin-top: 85px;
    display: none;
}

.mobile-map-card {
    margin: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.mobile-map-card p:first-of-type {
    margin-bottom: 0;
}

/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}

a.map-learn-more {
    background: #818181;
    border: 0;
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    transition: all 0.4s ease-in-out;
    font-family: 'Open sans';
    font-weight: 300;
    display: inline-block;
    margin-top: 15px;
}

.single-place .contact-information {
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.single-place-half {
    width: calc(50% - 40px);
    margin: 0 20px;
    float: left;
}

.single-place-header {
    margin-left: 20px
}

.single-address {
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;

}

.single-place-desc p {
    font-family: 'Open Sans', sans-serif;
}

.single-place-half img {
    max-width: 100%;
    height: auto;
    max-width: 100%;
    height: auto;
    width: 350px;
    float: left;
    margin: 0 10px 10px 0;
}

.single-place-desc {
    margin-top: 15px
}

a.back-to-map {
    text-decoration: underline;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 12px;
}



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

.headerImg {
    padding: 20px;
}

.group2 {
    width: 90%;
    margin-left: 30px;
}

.content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    clear: both;
}

.contentP p {
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
    line-height: 28px;
    padding-left: 30px;
    width: 90%;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.f50 {
    width: 50%;
    float: left;
}

.f50 {
    width: 50%;
    float: right;
}

.logo2 {
    margin-top: 40px;
    width: 50%;
    padding-bottom: 30px;
    margin-left: 16px;
}

.logoH {
    margin-left: 40px;
    margin-top: 40px;
    width: 100px;
}

.logoHShow {
    margin-left: 30px;
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 25%;
}

.showLogo {
    width: 50%;
    margin-bottom: 93px;
}

/*Form*/

.frm_forms {
    overflow: hidden;
}

.frm_forms.frm_style_formidable-style.with_frm_style {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    width: 80%;
    margin-top: 45px !important;
    margin-bottom: 130px !important;
    margin: 0 auto;
}

.phoneNum {
    text-align: center;
}

.phoneNum p {
    font-size: 40px;
    color: white;
    padding: 5px;
    line-height: 1;
}

.phoneHeader {
    font-size: 60px !important;
    margin-top: 60px;
    line-height: 1;
    text-shadow: 3px 3px 20px black;
}

.phoneNum p a {
    color: white;
    text-shadow: 3px 3px 20px black;
}

/* Loader */

.loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#ot-widget-container25 {
    text-align:center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.animated2 {
    animation-duration: 2s !important;
    animation-fill-mode: both;
}

@media screen and (max-width: 1000px) {
    .f50 {
        width: 100%;
    }

    .contentP p {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
        width: 90%;
    }

    /*     .group {
        width: 100%;
    } */
}

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

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

.halloween-slider {
    width: 50%;
    float: left;
}

.halloween-right {
    width: 44%;
    padding: 20px;
    height: auto;
    float: right;
    background: #eee;
    background-repeat: repeat;
}

.halloween-button {
    text-align: center;
    color: #818181;
    background: transparent;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    border: 1px solid #818181;
    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: #818181;
}

.halloween-button:hover a {
    color: #818181;
}

.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 {
    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: #818181;
}

.eventbrite-box {
    height: 270px;
}

.halloween-button a {
    text-decoration: none;
}

ul.halloween-galleries li {
    margin-bottom: 30px;
}

.halloween-directions h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    color: #818181;
}

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

ul.halloween-galleries h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #818181;
}

.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: #818181;
    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: #818181 !important;
}

.halloween-countdown span.countdown_descr {
    padding-top: 10px !important;
    font-size: 22px !important;
    color: #333;
}

.halloween-right p.smaller {
    font-size: 13px !important;
}

/*****************************************
Featured Image Header Page
*****************************************/

.header-bg {
    width: 100%;
    min-height: 350px;
    height: 24vw;
    margin-top: 186px;
}

.center-text {
    text-align: center;
}

.easy-t-cycle-pager span.cycle-pager-active {
    color: #333 !important;
}

/*****************************************
Thank You Pages
*****************************************/

.page-template-page-thank-you .full-width {
    padding: 150px 8% 50px;
}

/*****************************************
Weddings Page 2019
*****************************************/
.wedding-header-new {
    height: 80vh;
    background-size: cover;
    background-position: center 16%;
    position: relative;
    margin-top: 186px;
}

.wedding-header-content {
    position: absolute;
    bottom: 3vw;
    left: 3vw;
}

.wedding-header-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
    color: white;
    line-height: 1.2;
}

a.outline-button {
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 2px;
}

a.outline-button.dark {
    color: #A0A0A0;
    border-color: #707070;
}

.page-template-page-weddings-2019 p {
    font-size: 20px;
    color: #909090;
}

.weddings-first-section {
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}

.weddings-first-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F2F2F2;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}





.flex-half img {
    z-index: 2;
    position: relative;
}



.weddings-section-content h2 {
    color: #000000;
    text-align: left;
    margin-bottom: 20px
}

.weddings-section-content .flex .flex-half:last-child {
    border-bottom: 2px solid #171717;
}


.flex-half {
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.testimonial-content p {
    font-size: 18px;
}

.weddings-testimonial {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 50px 0;
    margin: 50px 0;
    box-sizing: border-box;
}

.weddings-testimonial p {
    margin: 0;
    color: #000000;
}



.page-template-page-weddings-2019 .frm_forms.frm_style_formidable-style.with_frm_style {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.page-template-page-weddings-2019 .frm_style_formidable-style.with_frm_style input[type=submit] {
    border: 1px solid #707070 !important;
    text-decoration: none !important;
    font-size: 20px !important;
    padding: 10px 20px !important;
    display: inline-block !important;
    border-radius: 2px !important;
    color: #A0A0A0 !important;
    background: white !important
}

p.wedding-contact-phone {
    text-align: center;
    color: #000;
    position: relative;
    font-size: 40px;
    padding-bottom: 10px
}

p.wedding-contact-phone:after {
    content: '';
    height: 3px;
    width: 100px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

p.wedding-contact-phone a {
    text-decoration: none;
    color: #000;
}

body.page-template-page-weddings-2019 {
    overflow-x: hidden;
}

.testimonial-content {
    padding: 0 20px
}

.weddings-first-section img.alignright {
    float: left;
    margin: 10px 0;
}

/*****************************************
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;
}

.wrapper-1300.page-nathaniels h1.page-title {
    text-align:center;
    margin-bottom: 60px;
}

.open-table-box {
    position: absolute;
    right: 100px;
}

.wrapper-1300.page-nathaniels.page-the-tavern .page-content h2:first-child {
    padding: 0px 220px;
}

@media only screen and (min-width: 1170px) {


    #cd-timeline {
        margin-top: 60px;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }

}


@media only screen and (min-width: 1252px) {
    .header nav ul li {
        font-size: 18px;
        margin: 0 15px;
    }

    .wedding-header-new {
        margin-top: 190px;
    }

    .home-slider,
    .banner,
    .header-bg,
    .full-page iframe.contact-map {
        margin-top: 190px;
    }
}

.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: #818181;
    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 #818181;
}

.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: #818181;
}

.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: #818181;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #818181;
}

.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;
    }

    .flex {
        display: flex;
    }

    .flex-half {
        width: 50%;
    }

    .weddings-section-content {
        margin-top: 120px
    }

    .weddings-section-content .flex:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .weddings-testimonial:before {
        content: '';
        position: absolute;
        left: -18vw;
        transform: rotate(126deg) translate(-50%, 0);
        background-image: url(https://www.hawthornehotel.com/wp-content/uploads/2019/09/watercolor-flowers.png);
        background-size: cover;
        width: 25vw;
        height: 32vw;
        background-position: center;
    }

    .weddings-first-section .flex-half:last-child:after {
        content: '';
        position: absolute;
        left: 62%;
        top: 37%;
        z-index: 1;
        background-image: url(https://www.hawthornehotel.com/wp-content/uploads/2019/09/watercolor-flowers.png);
        display: inline-block;
        width: 423px;
        height: 522px;
        background-size: cover;
    }

    .weddings-section-content .flex {
        margin: 50px 0;
    }

    .testimonial-content:before {
        content: '"';
        font-size: 65px;
        position: absolute;
        left: 22%;
        top: 50%;
        transform: translate(0, -50%);
    }

    .testimonial-content {
        position: relative;
        padding: 0 0 0 25%
    }

    .weddings-testimonial {
        width: 90%;
    }

    .wedding-header-content h1 {
        font-size: 64px;
    }

    div.border-left {
        border-left: 2px solid black;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .weddings-first-section img.alignright {
        float: right;
        margin: 0 0 10px 20px;
    }

    /* .rooms-wrapper .per-room .per-room-inner{
      min-height: 455px;
    } */

    .single-accommodations .article-inner {
        padding: 0 40px;
    }
}

@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: #818181;
    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: #818181;
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: 1280px) {
    .open-table-box {
        position: static; 
        text-align:center;
        margin: 0px auto;
    }
    .wrapper-1300.page-nathaniels h1.page-title {
        margin-bottom: 0px;
    }
    .wrapper-1300.page-nathaniels.page-the-tavern .page-content h2:first-child {
        padding: 0px;
    }
}

@media screen and (max-width: 1220px) {
    .page-id-39639 .accommodation-cont ul {
        column-count: 2;
    }
}

@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) {
    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) {}

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

@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) {
    .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) {
    .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;
    }
}

@media screen and (max-width: 1150px) {
    .home-packages ul.package-list li h4 {
        font-size: 16px;
        line-height: 12px;
        padding: 0 1% 15px 1%;
    }
}

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

    .blog-container {
        max-width: 768px;
    }

    .blog-sizer,
    .blog-item {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 1100px) {
    /* header {
        padding: 25px;
    } */

    button#responsive-menu-button {
        top: 90px !important;
    }
}

@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%;
    }

    .home-slider .slide-caption {
        font-size: 7vw;
    }
}

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

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

    .wedding-gallery-image2 {
        width: calc(50% - 40px);
        height: 32vw;
    }

}

@media screen and (min-width: 1000px) {

    .showLogo,
    .logoHShow {
        display: none;
    }

}

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

    /***** Header ******/
    /***** 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 Ends  ******/
    /***** Contact Page ******/
    .page-template-page-contact * {
        box-sizing: border-box
    }

    .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: #818181;
        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;
    }

    .package-addon-block {
        width: calc(33.333% - 10px);
    }

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

    .page-id-39639 .accommodation-cont ul {
        column-count: 2;
        column-gap: 0;
        padding: 0 20px;
    }
}

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

    input[name="checkOutDate"],
    select[name="Rooms"],
    select[name="Adults"],
    select[name="Children"] {
        margin-right: 5px;
    }

    .footer-box {
        width: calc(50% - 40px);
        float: left;
    }

    .footer-box:not(:last-of-type) {
        border-right: none !important;
    }

    .footer-box:nth-of-type(2) {
        border-right: 0px;
    }

    .footer-box:last-of-type {
        width: auto;
        float: none;
        border-top: 1px solid #333;
        clear: both;
    }

    .wedding-sub-nav ul li {
        display: block;
        margin: 5px 0;
    }

    .wedding-gallery-image,
    .wedding-gallery-image2 {
        width: calc(50% - 40px);
        height: 32vw;
    }

    .per-room .room-img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 350px;
        max-height: 400px;
        height: 35vw;
    }
}

@media screen and (max-width: 840px) {
    .reserve-input:first-of-type {
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 600px) {
    footer input[type="text"] {
        width: auto;
    }
}

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

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

    /***** Header ******/
    /***** 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: 100%;
        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;
    }

    .map-legend h3:after {
        font-family: 'FontAwesome';
        margin-left: 10px;
        font-size: 18px;
    }

    .map-legend h3.open:after {
        content: '\f067';

    }

    .map-legend h3:after {
        content: '\f068';
    }

    .map-legend ul {
        display: none;
    }

    .map-legend {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }

    .map-wrapper {
        margin-top: 85px;

    }

    .single-place-half {
        width: 100%;
        margin: 20px 0;
        float: none;
    }

    .single-place-half img {
        width: 100%;
        float: none;
        margin: 0;
    }
}

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

    .blog-sizer,
    .blog-item {
        width: calc(100% - 10px);
    }

    .home-box.small,
    .home-box.large {
        width: calc(50% - 10px)
    }

    .package-addon-block {
        width: calc(50% - 10px);
    }

    .map-infobox {
        width: 90%;
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }

    .page-id-39639 .accommodation-cont ul {
        column-count: 1;
        column-gap: 0;
    }
}

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

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

    /***** Header ******/
    /***** 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 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 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;
    }

    .ftr-utility {
        display: none;
    }

    .home-slider .slide-caption {
        font-size: 10vw;
    }

    .wedding-gallery-image,
    .wedding-gallery-image2 {
        width: calc(100% - 40px);
        height: 50vw;
    }

    .ringContent,
    .ringShape {
        width: 100%;
        clear: both;
    }
}

/*****************************************
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;
    }

    .package-addon-block {
        width: 100%;
        margin: 5px 0;
    }

    .map-wrapper {
        display: none;
    }

    .mobile-map-cards {
        display: block;
    }

    /* Formidable Forms */
    .frm_forms.frm_style_formidable-style.with_frm_style {
        width: auto;
    }

}

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

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

    .home-box.small,
    .home-box.large {
        width: 100%;
        margin: 5px 0;
    }

    .home-divider {
        font-size: 23px;
    }

    .reserve-input:last-of-type {
        display: block;
        margin-bottom: 15px;
    }

    .footer-box {
        width: auto;
        float: none;
        border: 0px !important;
    }

    #datetimepicker {
        width: calc(100% - 12px);
        margin-bottom: 5px;
    }
}

/*****************************************
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;
    }

    .header img.logo-title {
        width: 250px;
    }

    .header img.logo-icon {
        width: 52px;
    }
}

/*****************************************
iPhone - 450px
*****************************************/

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

    .header img.logo-icon {
        width: 40px;
    }

    .header img.logo-title {
        width: 200px;
    }

    button#responsive-menu-button {
        top: 115px !important;
    }

    #banner p {
        font-size: 18px;
    }


    button#responsive-menu-button {
        top: 95px !important;
    }

}

/*****************************************
iPhone - 360px
*****************************************/

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

    .header img.logo-icon {
        width: 32px;
    }

    .header img.logo-title {
        width: 180px;
    }

    button#responsive-menu-button {
        top: 95px !important;
        right: 3% !important;
    }

}

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

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

@import url(//fonts.googleapis.com/css?family=Abril+Fatface);
/*****************************************
New History
*****************************************/

body {
    width: 100% !important;
    height: 100% !important;
}

html {
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

.row {
    margin-right: 0px;
    margin-left: -15px;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

.full-width-container {
    position: relative;
    width: 100%;
    max-height: 77vh;
    min-height: 77vh;
}

/** Background Setup **/

.main-background {
    top: 0;
    padding: 0;
    margin: 0;
    min-height: 77vh;
    max-height: 77vh;
    background: transparent;
}

.vertical-container {
    display: flex;
    background-color: transparent;
    position: relative !important;
    z-index: 100;
    backface-visibility: hidden;
    will-change: overflow;
    overflow-x: hidden;
    min-width: 375px;
    /*min-height: 7vh;*/
    min-height: 77vh;
    max-height: 77vh;
}

.vertical-image-navigation {
    /*-webkit-overflow-scrolling: touch;*/
    -ms-overflow-style: none;
    overflow: auto;
    height: auto;
    opacity: 1.0;
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
}

.vertical-image-navigation:hover,
.vertical-image-navigation:active {
    z-index: 100;
    opacity: 1.0;
}

.vertical-image-navigation ul {
    position: relative;
    list-style: none;
    height: 100%;
    margin: 0;
}

.vertical-image-navigation li {
    padding-top: 7px;
    position: inherit;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    /* FF3.6-15 */
    padding-left: 7px;
    padding-right: 7px;
    background-image: url('//www.hawthornehotel.com/wp-content/themes/hawthornehotel/images/line-bg.png');
    /*background-color: #555555;*/
    background-repeat: repeat;
    margin-bottom: -10px;
}

.vertical-image-navigation li:last-of-type {
    padding-bottom: 40px;
}

.image-navigation {
    z-index: 99;
    position: relative;
    float: left;
    min-width: 100%;
    max-height: 325px !important;
}

.image-navigation img {
    background-color: transparent;
    min-width: 100%;
    max-width: 100%;
    /*display: none;*/
}

.gradient-overlay-text {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    display: block;
    min-width: 97%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    background: -webkit-linear-gradient(rgba(85, 85, 85, 0) 40%, rgba(10, 10, 10, 0.9) 100%);
    background: -o-linear-gradient(rgba(85, 85, 85, 0) 40%, rgba(10, 10, 10, 0.9) 100%);
    background: linear-gradient(rgba(85, 85, 85, 0) 40%, rgba(10, 10, 10, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00555555', endColorstr='#555555', GradientType=0);
    /* IE6-9 */
}

.gradient-overlay-text h3,
.gradient-overlay-text p {
    z-index: 9999;
    bottom: 0;
}

.gradient-overlay-text h3 {
    padding: 10px 25px 10px;
    font-family: 'Abril Fatface', cursive;
    color: goldenrod;
    clear: both;
}

.gradient-overlay-text p {
    padding: 0px 25px 10px;
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    color: #ffffff;
    font-size: 17px;
}

.gradient-overlay-text blockquote {
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    color: #ffffff;
    padding: 0px 25px 10px;
    font-size: 15px;
}

.golden-line {
    position: absolute;
    top: 20px;
    left: 0;
    width: 17px;
    border-bottom: goldenrod 3px solid;
    padding-top: 20px;
    margin: 0;
    padding: 0;
}

/** Selected History Background **/

.fixed-full-background {
    z-index: 99;
    top: 0;
    min-height: 77vh;
    max-height: 77vh;
    /*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
}

/** Content Information Box **/

.background-history {
    width: 40%;
    opacity: 1.0;
    position: absolute !important;
    right: 0;
    bottom: 0;
    z-index: 101;
    background-image: url(images/line-bg.png);
    background-repeat: repeat;
    padding: 15px 75px 20px;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

#background-history-line {
    position: absolute;
    border-top: 2px darkgoldenrod solid;
    border-left: 2px darkgoldenrod solid;
    width: 80%;
    height: 100%;
    margin-top: 70px;
}

.background-history h2,
.background-history h3 {
    color: darkgoldenrod;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
}

.background-history h2 {
    color: darkgreen;
    padding-top: 25px;
    font-size: 27px;
}

.background-history .title {
    padding-bottom: 20px;
    clear: both;
    text-align: left;
}

.background-history p {
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    color: darkgreen;
    font-size: 15px;
    float: left;
    border-top: 2px darkgoldenrod solid;
    border-left: 2px darkgoldenrod solid;
    padding: 20px 10px 20px 25px;
}

.background-history .vertical-text {
    position: absolute;
    float: left;
    padding: 0;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin: 55px 0px 0px -45px;
}

.absolute {
    position: absolute;
    bottom: 0;
}

.fixed {
    position: fixed;
}

@media (min-width: 992) {}

#background-image {
    position: absolute !important;
    background: url('//upload.wikimedia.org/wikipedia/commons/a/ac/Hawthorne_Hotel.JPG');
    z-index: 0;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 766px) {
    button#responsive-menu-button {
        top: 120px !important;
    }

    .home-slider,
    .banner,
    .header-bg,
    .wedding-header-new {
        margin-top: 216px;
    }

    .full-page iframe.contact-map {
        margin-top: 206px;
    }

    .full-width.error-page {
        padding: 270px 1% 50px;
    }
}

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

    .home-slider,
    .banner,
    .header-bg,
    .wedding-header-new {
        margin-top: 208px;
    }

    .full-page iframe.contact-map {
        margin-top: 198px;
    }
}

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


    button#responsive-menu-button {
        top: 115px !important;
    }

    .home-slider,
    .banner,
    .header-bg,
    .wedding-header-new {
        margin-top: 190px;
    }

    .full-page iframe.contact-map {
        margin-top: 183px;
    }
}
