@import url(//fonts.googleapis.com/css?family=Abril+Fatface);
@font-face {
    font-family: 'Marcellus';
    src: url("fonts/Marcellus-Regular.ttf") format("truetype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}


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

ul li {
    font-size: 18px;
}

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%;
    height: auto;
}

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

.clear {
    clear: both;
}

.hidden {
    display: none;
}

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

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

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

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

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

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.spacing {
    margin-bottom: 50px !important;
}

.slider .slick-dots {
    margin: 0 auto;
}

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

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

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

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

em.small {
    font-size: 12px;
    line-height: 13px;
}

h3 {
    font-size: 24px;
    padding-bottom: 10px;
    color: #818181;
}

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

a:hover {
    color: #2b2b2b;
}

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

.Marcellus {
    font-family: "Marcellus", serif;
}

.hide-mobile {
    display: none
}

.show-mobile {
    display: inherit;
}

#accordion {
    width: 95%;
    margin: 0 auto;
}

.content p {
    text-align: center
}

.slider-booklet-box {
    position: absolute;
    right: 0px;
    top: 200px;
    background: #195eaa;
    color: white;
    padding: 30px 25px;
}

.slider-booklet-box h3 {
    color: white;
    margin-bottom: 15px;
}

.slider-booklet-box a .package-pdf {
    color: white;
    margin-bottom: 0px;
}

.slider-booklet-box a .package-pdf:hover {
    color: #195eaa;
}

.slider-booklet-box ul {
    margin-bottom: 25px;
}

.banner-box {
    background-color: #195eaa;
    text-align: center;
    color: white;
    padding: 15px 10px;
}

.banner-box a {
    color: white;
    font-size: 2rem;
}

@media only screen and (max-width: 1000px) {
    /*#content p{
		text-align: center !important;
	}*/
}

@media only screen and (min-width:1000px) {
    .hide-mobile {
        display: inherit;
    }
    .show-mobile {
        display: none;
    }
    .content p {
        text-align: left;
    }
}


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



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;



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

.margined-section {
    margin: 50px 0;
}

.button {
    display: inline-block;
    padding: 12px 20px;
    background-color: #154a86;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.container-1300 {
    max-width: 1300px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.container {
    max-width: 1400px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

header:hover {
    background: rgba(255, 255, 255, 1);
}

.header {
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s ease;
    /*border-bottom: 1px solid #BDBDBD;*/
    /*     display: flex;
    align-items: center; */
}

.header-flex {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.header-interior {
    position: initial;
}

.header.stick {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    /*background: rgba(255, 255, 255, 1);*/
}

.header .logo img {
    max-height: 100px;
    float: left;
}

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

.header nav {
    width: 100%;
    text-align: right;
}

#menu-main-menu {
    display: flex;
    justify-content: space-between;
}

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

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

.header nav ul.sub-menu li a {
    padding: 0;
}

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

.menu-container {
    display: block;
}

.mobile-container {
    display: none !important;
}

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

.solid {
    background: rgba(255, 255, 255, 1);
}

.alert-bar {
    background: #195eaa;
    color: white;
    padding: 20px;
    text-align: center;
}

.alert-bar a {
    color: white;
    text-decoration: none;
}

.alert-bar * {
    margin: 0
}

.header.alert-active {
    padding-top: 0 !important
}


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



Drop Down Menu



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

nav ul li {
    position: relative;
}

.sub-menu {
    background: rgba(255, 255, 255, 1);
}

.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;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    display: inline-grid;
    text-align: left;
    -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, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
}

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 a:hover {
    opacity: .7;
    transition: .2s ease;
}

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


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

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

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

#home-award-slider img {
    margin: 0 auto;
}

.home-reserve-form {
    background: #f1f1f1;
    margin: 0 auto 20px auto !important;
    font-family: 'Open Sans';
    font-weight: 300;
    /*position: relative;
	bottom: 10%;*/
    width: 100%;
}

.home-reserve-form h3 {
    margin: 10px;
}

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

#reservation-slider,
#group-reservation-slider {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.reserve-input {
    display: inline-block;
    padding: 5px;
}

.group-input {
    display: inline-block;
    margin: 15px;
}

#group-rates {
    color: #195eaa;
    cursor: pointer;
}

#group-rates p {
    display: inline;
    font-size: 14px;
    margin: 10px;
}

#reservation-slider input[type="submit"],
#group-reservation-slider input[type="submit"],
#check-rates-submit,
#group-rates-submit {
    background: #195eaa;
    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,
#group-reservation-slider input[type="submit"]:hover,
#check-rates-submit:hover,
#group-rates-submit:hover {
    background: #333333;
    cursor: pointer;
}

#reservation-slider input#datetimepicker,
#group-reservation-slider input#datetimepicker,
#group-reservation-slider input#group-code {
    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"],
input[name="COD"],
select[name="AD"],
select[name="CH"] {
    margin-right: 30px;
}

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

.home-table-reservation h3 {
    margin: 0;
    padding: 0;
}

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

.wrapper-full {
    width: 100%;
    margin: 0 auto;
}

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

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

.wrapper-2000 {
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
}

.home-slider .slick-dots li.slick-active button:before,
.weddings-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 {
    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-divider {
    background: #f1f1f1;
    color: #818181;
    text-align: center;
    padding: 50px 5%;
    font-size: 30px;
    margin: 50px 0;
    line-height: 1.5;
    display: block;
    font-family: 'Open sans';
    font-weight: 300;
}

.packages {
    margin-bottom: 50px
}

.small-logo {
    width: 200px;
    margin-bottom: 10px;
}

.small-wrapper {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.blue-header {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 3rem;
    color: #195eaa;
    margin: 20px 25px;
}

.white-header {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 3rem;
    color: #fff;
}

.blue-sub-header {
    font-family: 'Playfair Display';
    font-style: italic;
    color: #195eaa;
    margin: 20px 25px;
    text-align: center;
}

.white-sub-header {
    font-family: 'Playfair Display';
    font-style: italic;
    color: #fff;
    margin: 20px 25px;
    text-align: center;
}


/*@media screen and (min-width: 600px){
    .blue-header {
        font-size: 3rem;
    }
}*/


/*------------------------------------*\
  POPUP
\*------------------------------------*/

#popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 29, 21, 0.46);
    z-index: 1000000;
    display: none;
}

#popup h3 {
    color: white;
}

.popup-container {
    height: 400px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #205DAA;
    border: 5px solid white;
}

#exit-button {
    color: white;
    cursor: pointer;
    margin: 10px;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 0;
    z-index: 999;
}

#exit-button i {
    font-size: 1.3rem;
    transition: .3s ease;
}

#exit-button i:hover {
    color: #020D30;
    transition: .3s ease;
}

.popup-content {
    width: 100%;
    height: 100%;
}

.popup-text {
    color: white;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.popup-text h1 {
    font-size: 2rem;
    margin-bottom: 25px;
}

.popup-text a {
    color: #fff !important;
    transition: .3s ease;
}

.popup-text a.popup-button {
    padding: 10px 20px;
    color: white;
    background: #CCCCCC;
    border: 2px solid #CCCCCC;
    transition: .3s ease;
}

.popup-text a.popup-button:hover {
    background: #fff;
    color: #205DAA;
    transition: .3s ease;
}

.popup-image {
    background-size: cover;
    background-position: center center;
    display: block;
    border: 5px solid white;
    width: 100%;
    height: auto
}

.popup-text h2 {
    width: 85%;
    color: white;
    margin: 0 auto;
}

.popup-text ul {
    width: 75%;
    list-style-type: none;
    margin: 0 auto;
}

.popup-text li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-right: 0.5rem;
    background-color: white;
}

.popup-text h2 {
    font-size: 17px;
}

.popup-text li {
    font-size: 13px;
}

@media screen and (min-width: 350px) {
    .popup-text h2 {
        font-size: 20px;
    }
    .popup-text li {
        font-size: 15px;
    }
    #exit-button {
        padding: 10px;
    }
}

@media screen and (min-width: 500px) {
    .popup-text h2 {
        font-size: 30px;
    }
    .popup-text li {
        font-size: 18px;
    }
}

@media screen and (min-width: 700px) {
    .home-slider .slick-slide {
        height: 90vh;
    }
    .home-reserve-form {
        position: relative;
        bottom: 80px;
        width: 95%;
        margin-bottom: -50px !important;
    }
    .home-slider .slick-dots {
        bottom: 13%;
    }
}

@media screen and (min-width: 800px) {
    .popup-image {
        height: 80%;
        width: auto;
    }
    #exit-button {
        font-size: 15px
    }
}

@media screen and (min-width: 1000px) {
    .home-slider .slick-slide {
        height: calc(100vh - 90px);
    }
    .home-section-three-header {
        text-align: left;
    }
}

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

.home-section-three-slider .slick-slide {
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    width: 800px;
}

@media screen and (max-width: 1000px) {
    .home-section-three-header {
        text-align: center !important;
    }
}


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

Home Testimonials

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

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


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


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 50px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


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



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 auto !important;
    width: 75%
}

.footer-box {
    /* width: 30%; */
    height: 359;
    padding: 20px;
    text-align: center;
}

.footer-sister-hotel {
    width: 50%;
    float: left;
    padding: 5px;
    margin-top: 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;
}

.social-icons i {
    font-size: 2rem;
    background-color: rgba(45, 45, 45, 1);
    border-radius: 50%;
    padding: 8px;
    color: #C5C5C5;
    margin: 5px;
}

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

footer input[type="text"] {
    border: 0;
    width: 100%;
    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);
}

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

@media screen and (min-width:950px) {
    .footer-box-group .column:not(:last-of-type) {
        border-right: 1px solid #333;
    }
    /* .footer-box {
        float: left;
    } */
}


/*** 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%;
    margin: 0 auto;
    position: relative;
    top: 0;
}

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

.tribe-events-button {
    color: #fff !important;
    background-color: #a07400 !important;
    padding: .5rem 1rem !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
    align-items: center;
}

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

.full-width ul li::before {
    content: '' !important;
}

.tribe-events-calendar-list__month-separator-text {
    color: #a07400 !important;
    font-size: 1.8rem !important;
    font-family: inherit !important;
}

.tribe-events-calendar-list__event-title,
.tribe-events-calendar-latest-past__event-title,
.tribe-events-calendar-latest-past__heading {
    color: #a07400 !important;
    font-family: inherit !important;
}


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



Notice of Aceessibility



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

.masonry-columns {
    columns: 2 200px;
    column-gap: 1rem;
}

.masonry-columns .column-block {
    width: 150px;
    color: white;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: system-ui;
    font-weight: 900;
    font-size: 2rem;
    color: #000;
    padding: 0 20px;
}

.noa-container h1 {
    text-align: left;
    padding: 0 20px;
    margin: 20px 0 !important;
}

.noa-container h2 {
    font-family: 'Playfair Display';
    font-style: italic;
    margin: 0 auto 20px;
    color: #195eaa;
    text-align: left;
}

.noa-container ul {
    list-style-type: disc;
    padding-left: 30px;
}

.noa-btn {
    background: #195eaa;
    border: 1px solid #195eaa;
    padding: 10px 20px;
    text-align: center;
    margin: 25px auto 10px !important;
    transition: .8s ease;
    color: #fff;
    display: inline-block;
}

.noa-btn:hover {
    background: #16418D;
    color: #fff;
}


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



About Page



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

.page-header {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.related-stories {
    display: none;
}

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

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

.about-slider-text {
    height: fit-content;
    background: #eee;
    color: #195eaa;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    justify-content: center;
    padding: 10px 0;
}

.about-slider-text p {
    margin: 15px 10px;
}

.about-slider-text img {
    margin: 15px auto;
}

#single-quote {
    font-size: 8rem;
    font-weight: 400;
    size: 16px;
    margin: 0;
    font-family: 'Playfair Display';
    position: relative;
    top: -50px;
    height: 0;
}

#main-slide-img {
    height: 40vw;
    min-height: 250px;
    background-size: cover;
    background-position: center;
}

#second-slide-img {
    height: 40vw;
    min-height: 250px;
    padding: 20px;
    background-size: cover;
    background-position: center;
}

#about-contact {
    display: flex;
    flex-direction: column;
}

#about-contact iframe {
    margin: 0 25px;
    min-height: 300px;
    width: 100%;
    margin: 0;
}

#contactus-form {
    background: #1e60a8;
    width: 100%;
    color: white;
}

#contactus-form iframe {
    width: 100% !important;
}

#contactus-form #frm_form_2_container {
    margin: 0 auto !important;
}

#contactus-form #frm_form_2_container label,
#contactus-form #frm_form_2_container .frm_description {
    color: white;
}

#about-slider .f30 {
    width: 100%;
}

#about-slider .f70 {
    width: 100%;
}

@media screen and (min-width:850px) {
    #about-slider .f30 {
        width: 50%;
    }
    #main-slide-img {
        height: 40vw;
    }
    #second-slide-img {
        height: 30vw;
    }
    .about-slider-text {
        height: 30vw;
    }
}

@media screen and (min-width:1000px) {
    .colo-crafts {
        text-align: left;
    }
}

@media screen and (min-width:1300px) {
    #second-slide-img {
        height: 20vw;
        padding: 20px;
        background-size: cover;
        background-position: center;
    }
    .about-slider-text {
        height: 20vw;
        padding: 20px 20px;
        background: #eee;
        color: #195eaa;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    /* #single-quote {
        top: 20px;
    } */
    .about-slider-text p {
        margin: 10px;
    }
    #main-slide-img {
        height: 40vw;
    }
    #about-slider .f30 {
        width: 30%;
    }
    #about-slider .f70 {
        width: 70%;
    }
}


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

	OVERVIEW PAGE

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

.overview:nth-child(even) {
    flex-direction: row-reverse !important;
}

.overview h2 {
    font-family: 'Playfair Display';
    font-style: italic;
    margin: 20px auto;
    text-align: center;
}

.overview a {
    color: #195eaa !important;
}

.overview-content {}

.overview-content p {
    text-align: center;
}

.overview-content ul {
    list-style: initial;
    margin: 0 auto;
    width: 75%;
}

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

@media screen and (min-width:800px) {
    #about-contact {
        display: flex;
        flex-direction: row
    }
    #about-contact iframe {
        margin: 0 25px;
        height: auto;
        width: 35%;
        margin: 0;
    }
    #contactus-form {
        background: #1e60a8;
        width: 65%;
        color: white;
    }
    #contactus-form #frm_form_2_container {
        margin: 0 auto !important;
    }
    #contactus-form #frm_form_2_container label,
    #contactus-form #frm_form_2_container .frm_description {
        color: white;
    }
    #main-slide-img {
        /*height: 30vw;*/
        background-size: cover;
        background-position: center;
    }
    .overview-content ul {
        width: 75%;
    }
    .overview:last-of-type .overview-content ul {
        column-count: 2;
    }
}

@media screen and (min-width:1000px) {
    .related-stories {
        width: 65%;
        display: inherit;
        color: #1e60a8;
        margin: 5% 0 0 27%;
        border-bottom: 2px solid #1e60a8;
    }
    .page-header {
        width: 100%;
        height: 650px;
        background-size: cover;
        background-position: center;
    }
    .related-stories p {
        margin: 0;
    }
    .related-stories a {
        color: #1e60a8;
    }
    .overview h2 {
        text-align: left;
    }
    .overview p {
        text-align: left;
    }
    .overview-content ul {
        width: 100%;
        margin: 0 25px;
    }
}


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



Accommodations



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

.slider-parent {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.wrapper-1300 hr {
    margin: 50px;
}

a.read-more {
    color: #1e60a8;
    position: relative;
    display: block;
    text-align: right;
    font-style: italic;
    margin: 45px 20px;
}

a.read-more::before {
    content: "";
    border: 1px solid #1e60a8;
    width: calc(100% - 110px);
    position: absolute;
    left: 0;
    top: 50%;
}

.customer-review {
    background: #EFEFEF;
    text-align: center;
    /*height: 235px;*/
    /*padding: 20px;*/
    position: relative;
}

.customer-review .slick-prev {
    bottom: -5px;
    left: 41%;
    top: auto;
    z-index: 999;
}

.customer-review .slick-next {
    bottom: -5px;
    right: 41%;
    top: auto;
    z-index: 999;
}

.customer-review .slick-prev::before,
.customer-review .slick-next::before {
    color: #195eaa !important;
    font-size: 24px;
}

.customer-image {
    height: 100px;
    width: 100px;
    margin: 10px auto;
    padding: 0 !important;
    border-radius: 50%;
}

.customer-name {
    margin: 0 auto;
    padding: 10px;
    font-family: 'Playfair Display';
    font-style: italic;
}

.customer-rating {
    margin: 0 auto;
    padding: 10px
}

.customer-content {
    text-align: center;
    padding: 10px;
}

.customer-content p {
    padding: 0px;
    text-align: center;
    height: fit-content;
}

.blue-bar {
    color: #1e60a8;
    width: 75%;
    border: 1px solid #1e60a8;
    margin: 30px auto;
    position: relative;
}

.secondary-image {
    display: none;
}

@media screen and (min-width: 762px) {
    #accommodation-customer-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50px;
        margin: auto;
    }
    .customer-image {
        height: 100px;
        width: 100px;
        margin: 20px auto;
        padding: 0 !important;
    }
    .customer-name {
        margin: 10px;
    }
    .customer-rating {
        margin: 0 auto;
    }
    .customer-content {
        text-align: left;
        padding: 10px;
    }
}

@media screen and (min-width: 1000px) {
    .secondary-image {
        display: inherit;
    }
}


/*Accommodations Sub Page*/

#accommodation-slider {
    padding: 0 10px;
}

.accommodation-description {
    margin: 0 auto;
    width: 80%;
}

.packages-content {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

.large-photo {
    padding: 0 10px !important;
}

.amenities {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

.amenity {
    text-align: center;
    /*margin: 0 auto;*/
}

.amenity-icons {
    max-width: 1000px;
    margin: 0 auto !important;
}

.amenity img {
    max-width: 100px;
}

@media only screen and (max-width: 1000px) {
    #accommodation.f70 {
        width: 100%;
        float: none;
    }
    #review-slider.f30 {
        width: 85%;
        float: none;
        margin: 0 auto;
    }
    #accommodation-photo.f60 {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    #accommodation-slider.f40 {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
}


/* /End of Accommodaitons Sub Pages*/


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



Dining



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

.main-image {
    margin: 10px auto;
    text-align: center;
}

.open_table_reservation {
    text-align: center;
}

.ot-dtp-picker {
    padding: 0 !important;
}

.desktop {
    display: none;
}

.mobile {
    display: inherit;
}

.dining-coupon,
.fundraising-coupon {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    background: #195eaa;
    transition: 1s ease;
}

.dining-coupon {
    border-radius: 5px;
    width: 80%!important;
    margin-top: 30px;
}

.dining-coupon:hover,
.fundraising-coupon:hover {
    background: #1d6ec8;
    transition: 1s ease;
}

.dining-coupon p,
.fundraising-coupon p {
    padding: 10px;
    font-family: 'Playfair Display';
    color: white;
}

.dining-coupon p {
    font-size: 26px;
    font-weight: 700;
}

.dining-subpages:nth-child(even) {
    flex-direction: row-reverse !important;
}

@media screen and (min-width:500px) {
    .dining-coupon,
    .fundraising-coupon {
        width: 50%;
    }
}

@media screen and (min-width: 875px) {
    .desktop {
        display: inherit;
    }
    .open_table_reservation iframe {
        height: auto;
        min-height: 250px;
    }
    .mobile {
        display: none;
    }
}


/*Dining Sub Pages  */

#meals {
    text-align: center;
    margin: 50px auto;
}

.meal-times,
.order-forms {
    background: #1A54A2;
    text-align: center;
}

.order-content {
    padding: 2rem 0;
}

.order-content h3 {
    color: #195eaa;
}

.meal-times h3,
.order-forms h2 {
    font-family: 'Playfair Display';
    font-style: italic;
    color: white !important;
    padding: 10px !important;
}

.daysandtime p,
.shop-forms p,
.menu-items p {
    margin: 0 !important;
    color: black;
    padding: 10px;
    text-align: center;
}

.daysandtime,
.shop-forms,
.menu-items {
    background: #F2F2F2;
    padding: 10px !im;
}

.daysandtime:nth-child(even),
.shop-forms:nth-child(even),
.menu-items:nth-child(even) {
    background: #CCC;
}


/*.shop-forms:nth-child(even) {
	background: #CCC;
}*/

.shop-forms p:hover,
.menu-items p:hover {
    background-color: #1954A2;
    color: white;
    transition: .2s ease;
}


/*.menu-items:last-child p {
	background: rgba(209, 35, 35, 1);
	color: white;
}*/


/*.menu-items:last-child p:hover {
	background: #a13636;
	transition: .2s ease;
}*/

.fundraising-schedule {
    margin-bottom: 20px;
}

.fundraising-schedule p {
    padding: 10px;
    color: white;
    background: #1C4C96;
    text-align: center;
    margin: 0 auto;
    width: 75%
}

.menu-section h2 {
    margin-bottom: 35px;
}

.menu-option-container {}

.menu-option {
    margin: 5px 0;
}

.menu-option h3,
.menu-option h4 {
    color: #195eaa;
    margin: 10px 0;
    font-weight: 600;
}

.menu-option h4 {
    margin: 0 0 15px;
}

.menu-option i {
    padding-left: 5px;
}

@media screen and (min-width: 1000px) {
    .fundraising-schedule p {
        width: 50%;
    }
}


/********************************************
			Holidays At The Publick House
********************************************/

.holiday-repeater-content a {
    color: #195eaa;
}


/****End Holidays at The Publick House******/


/* /End of Dining Sub Pages*/


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



Corporate & Social Events Page



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


/******
Corporate Sub Page
*******/

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

.guest-services ul {
    list-style-type: inherit !important;
    width: 70%;
    margin: 0 auto;
}

.guest-services-title {
    font-family: 'Playfair Display';
    font-style: italic;
    color: #195eaa;
    margin: 0 0 20px 0;
    text-align: center;
}

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

@media only screen and (min-width: 600px) {
    .guest-services ul {
        width: 50%;
    }
}

@media only screen and (min-width:1025px) {
    .guest-services {
        text-align: left;
    }
    .guest-services-title {
        text-align: left;
    }
    .venue-rows {
        column-count: 2 !important;
    }
    .guest-services ul {
        width: 100%;
        margin: 25px;
    }
    .more-information p {
        text-align: left;
    }
}


/****
End Coporate Sub Page
*****/


/***********************
	Social Event Sub Page
************************/

.venue-rows {
    column-count: 1;
}

@media only screen and (min-width:1025px) {
    .venue-rows {
        column-count: 2 !important;
    }
}


/***********************
	End Social Event Page
************************/

.left-column-controls {
    width: 20%;
    float: left;
}

.controls {
    background: #184A98;
    color: white;
    padding: 20px;
    border-bottom: 1px solid white;
}

.controls h4 {
    text-transform: uppercase;
    font-family: 'Playfair Display';
    font-style: italic;
}

.corporate-facilities-slider {
    width: 80%;
    float: right;
}

.facility-feature {
    background: #16418D;
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
}

.facility-child {
    display: none;
}

.facility-child.active {
    display: block;
}

.facilities-image {
    display: block;
}

.facilities-image-slide {
    background-size: cover !important;
    height: 300px !important;
    background-position: center !important;
}

.facility-text {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.facilities-image-mobile {
    display: block;
    margin: 10px auto;
    width: 95%;
}

.facility-feature:nth-child(even) {
    background: #195EAA;
}

.facility-feature p {
    margin: 0px auto !important;
}

.feature-specifications-mobile {
    width: 85%;
    margin: 30px auto;
}

.feature,
.description {
    border-bottom: 1px solid white;
}

.description ul {
    list-style: circle !important;
    text-align: left;
    margin: 0 auto;
    width: 65%;
}

.event-boxes {
    transition: .5s ease;
}

.event-boxes:hover {
    transform: translateY(-4%);
    transition: 0.5s ease-out;
}

.event-card {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease-out;
}

.event-card h2 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 3rem;
    color: #195eaa;
    margin: 0;
}

.event-date {
    margin: 20px;
}

.event-date p {
    margin-bottom: 0;
    padding: 15px;
}

.event-inner-content {
    margin: 20px;
}

.ticket-purchase {
    background: #1C4C96;
}

.ticket-purchase p {
    color: white;
    text-align: center;
    padding: 15px;
}

@media screen and (max-width:770px) {
    .description ul {
        text-align: center;
        width: 25%;
    }
    .slider-booklet-box {
        position: static;
    }
}

@media only screen and (min-width:1000px) {
    .facility-feature p {
        margin: 5px auto !important;
    }
}


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

Contact Page

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

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

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

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

.google-map {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.get-directions {
    width: 75%;
    background: #195eaa;
    border: 1px solid #195eaa;
    padding: 10px;
    text-align: center;
    margin: 10px auto;
    transition: .8s ease
}

.get-directions:hover {
    background: #16418D;
    /*opacity: 0.9;*/
}

.get-directions p {
    color: white;
    line-height: normal;
    margin: 0;
}

#contact-us {
    background: #17418d;
}

#contact-us-form .frm_forms {
    margin: 0 auto;
}

#contact-us-form label.frm_primary_label,
#contact-us-form .frm_description {
    color: white !important;
}

#contact-us-form .frm_submit {
    text-align: center;
}


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



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

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

.wedding-consultations p {
    font-size: 20px;
    line-height: 25px;
}

.wedding-packages,
.wedding-contact-us {
    background: #17418d;
    color: white !important;
    width: 100%;
    padding: 10px;
    flex: 1;
}

#wedding-packages {
    padding-top: 3rem;
}

.wedding-contact-us #frm_form_7_container {
    width: 100%;
}

.wedding-contact-us label.frm_primary_label,
.wedding-contact-us .frm_description {
    color: white !important;
}

.wedding-contact-us .frm_submit {
    text-align: center;
}

.wedding-package-content {
    padding: 15px;
    text-align: center;
}

#wedding-second-content ul,
#wedding-third-content ul {
    text-align: left;
}

.wedding-block-photo {
    margin: 0 0 -2px 0 !important;
}

.wedding-package-content ul {
    list-style-type: disc !important;
    margin: 40px;
}

#wedding-second-content h3,
#wedding-third-content h3 {
    font-family: 'Playfair Display';
    font-style: italic;
    color: white;
    text-align: left;
    padding: 0;
    margin: 0;
}

.package-title h2 {
    color: white !important;
    margin: 5px auto !important;
}

.package-title img {
    width: 150px;
}

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

.weddingwire-awards {
    width: 300px;
    margin: 0 auto;
}

.p_wedding_banner {
    background: url(https://images.unsplash.com/photo-1470322450444-8ccc64987ccf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a18d70aa45c470e60a575dca38c370a2&auto=format&fit=crop&w=1350&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.p_wedding_banner h2 {
    font-family: 'Alex Brush', cursive;
    font-size: 3rem;
    color: white;
}

.p_full_width_bg {
    background: url(https://images.unsplash.com/photo-1425421598808-4a22ce59cc97?ixlib=rb-0.3.5…EyMDd9&s=22178d3…&auto=format&fit=crop&w=1350&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    color: white;
    position: relative;
}

.p_full_width_bg:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.p_full_width_bg h3 {
    color: white;
    font-size: 36px;
}

.p_full_width_bg h3:after {
    content: '';
    border-bottom: 2px solid #fff;
    width: 200px;
    display: block;
    margin: 10px auto;
}

.p_max_width {
    max-width: 1000px;
    margin: 60px auto;
    z-index: 200;
    position: relative;
}

.p_grey_bg {
    background: #eee;
    padding: 30px;
}

.p_grey_bg h3 {
    background: #eee;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.p_small_block {
    width: 50%;
}

.p_large_block {
    width: 100%;
}

.p_small_block img,
.p_large_block img {
    width: 100%;
    height: 100%;
}

.p_column {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
    .p_container {
        display: flex;
    }
    .p_column {
        width: 50%;
    }
    .p_two_column {
        column-count: 2;
    }
    .p_grey_bg {
        padding: 60px;
    }
    .p_wedding_banner h2 {
        font-size: 5rem;
    }
    .p_wedding_banner {
        height: 100vh;
    }
}


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

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

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

.package-pdf {
    width: 75%;
    border: 1px solid white;
    padding: 10px;
    text-align: center;
    margin: 10px auto;
    transition: .8s ease;
}

.package-pdf:hover {
    background: white;
}

.package-pdf:hover p {
    color: #195eaa;
}

.package-pdf p {
    color: white;
    line-height: normal;
    margin: 0;
}


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

.f40 {
    width: 40%;
    float: left;
}

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

.f50 p {
    margin: 20px;
}

.f50 ul {
    list-style: inherit;
    margin: 0 50px;
}

.f50 h2 {
    text-align: left
}

.f50 img {
    padding: 20px;
}

.f60 {
    width: 60%;
    float: left;
}

.f70 {
    width: 70%;
    float: left;
}

.f30 {
    width: 30%;
    float: left;
}

.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.frm_style_formidable-style.with_frm_style {
    padding: 40px;
    width: 80%;
}

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

@-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%;
    }
    .f50 p {
        text-align: center;
    }
    .contentP p {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
        width: 90%;
    }
    .group {
        width: 100%;
    }
}


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


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

.wedding-pdfs {
    width: 75%;
    margin: 0 auto;
}

.wedding-pdf {
    background: #1C4C96;
}

.wedding-pdf a {
    text-align: center;
}

.wedding-pdf p {
    padding: 10px;
    color: white;
    background: #1C4C96;
    text-align: center;
    margin-bottom: 0;
}

.wedding-specs p {
    text-align: center;
}

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

.wedding-favors ul {
    list-style: inherit;
    width: 75%;
    margin: 0 auto;
    text-align: left;
}

@media screen and (min-width:750px) {
    .wedding-favors ul {
        width: 45%;
    }
}

@media screen and (min-width: 972px) {
    .wedding-specs:nth-of-type(even) {
        flex-direction: row-reverse !important;
    }
    .wedding-specs img {
        box-shadow: 15px 15px 20px rgba(0, 0, 0, .2);
    }
    .wedding-specs:nth-last-of-type(even) img {
        box-shadow: -15px 15px 20px rgba(0, 0, 0, .2);
    }
}


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


/***************************
				Testimonials
****************************/

.testimonial {
    background: #1e60a8;
    height: 100%;
    padding: 10px;
    position: relative;
    text-align: center;
}

.testimonial p {
    color: white;
}

.single-quote {
    font-family: 'Playfair Display';
    font-size: 7rem;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    line-height: 0.6;
}

@media screen and (min-width: 1000px) {
    .single-quote {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }
    .testimonial {
        padding: 10px 10px 10px 80px;
    }
}


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

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

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


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



History Page



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

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

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #ddd;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 60px;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    background-color: #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;
    }
}

@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: 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);
    }
    .header nav ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    /* .header {
        padding: 25px;
    } */
    button#responsive-menu-button {
        width: 55px;
        height: 55px;
        position: fixed;
        /*top: -2px !important;*/
        right: 5%;
    }
}

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

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


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

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) {
    .menu-container {
        display: none;
    }
    .mobile-container {
        display: block !important;
        text-align: right;
    }
    /***** 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 ******/
    .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 ******/
}

@media screen and (max-width: 950px) {
    input[name="checkOutDate"],
    select[name="Rooms"],
    select[name="Adults"],
    select[name="Children"] {
        margin-right: 5px;
    }
    /* .footer-box {
        width: 75%;
        margin: 0 auto;
    } */
    .footer-box-group .column:nth-of-type(2) {
        border-right: 0px;
    }
    .footer-box-group .column:last-of-type {
        width: 100%;
        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;
    }
    .masonry-columns {
        columns: 1;
    }
}

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


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

iPad - Portrait - 768px

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

@media screen and (max-width: 768px) {
    /***** Header ******/
    /***** Header Ends  ******/
    /***** Home Page ******/
    .slider form#reservation-slider ul li.submit,
    .slider form#group-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;
    }
    /***** Blog Page End ******/
}

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


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

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


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

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: 100%;
        float: none;
        border: 0px !important;
    }
    #datetimepicker {
        width: 100%;
        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 .logo img {
        width: 250px;
    }
}


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

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:after {
    content: "";
    display: table;
    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;
}


/* home section three */

.home-section-two-container:after {
    content: "";
    display: table;
    clear: both;
}

.home-section-two-container {
    margin: 60px 0;
}

.home-section-two-slider {
    width: calc(80% - 10px);
    height: 600px;
    float: right;
    margin-left: 10px;
}

.home-section-two-slider .slick-slide {
    height: fit-content;
}

.home-section-two-controls {
    width: 20%;
    float: left;
}

.home-section-two-controls a:nth-of-type(1) div {
    background-color: #195eaa;
    height: 193.333px;
    margin-bottom: 10px;
    position: relative;
    background: url(https://images.unsplash.com/photo-1496417263034-38ec4f0b665a?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=42f8d3c9b192ce7064bf7c3f3064613c&auto=format&fit=crop&w=1351&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-section-two-controls a:nth-of-type(2) div {
    background-color: #195eaa;
    height: 193.333px;
    margin-bottom: 10px;
    position: relative;
    background: url(https://images.unsplash.com/photo-1508729464331-de5dd8358f3b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=7d0884b05cec35d0ac34bc665977caa7&auto=format&fit=crop&w=1491&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-section-two-controls a:nth-of-type(3) div {
    background-color: #195eaa;
    height: 193.333px;
    margin-bottom: 10px;
    position: relative;
    background: url(https://images.unsplash.com/photo-1519225421980-715cb0215aed?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=58a24190d8298ebfad35691d6695bdbb&auto=format&fit=crop&w=1350&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-section-two-controls a:last-child div {
    margin-bottom: 0;
}

.home-section-two-controls a div h4 {
    background-color: #195eaa;
    color: white;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

#home-section-two-slide3 div {
    background: #ddd;
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px;
    height: 600px;
    position: relative;
}

#home-section-two-slide3 div h5,
#home-section-two-slide2 div h5,
#home-section-two-slide1 div h5 {
    background: #195eaa;
    color: white;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*#home-section-two-slide1 a:nth-child(2) .block {
	width: 31%;
}*/

#home-section-two-slide1 .block {
    background: #ddd;
    width: 39%;
    float: left;
    margin: 3px 4px !important;
    height: calc(300px - 5px);
    position: relative;
}

#home-section-two-slide2 .block {
    background: #ddd;
    width: calc(40% - 10px);
    float: left;
    margin: 5px;
    height: calc(225px - 5px);
    position: relative;
}

#home-section-two-slide2 a:nth-child(2) .block,
#home-section-two-slide2 a:nth-child(3) .block,
#home-section-two-slide1 a:nth-child(2) .block,
#home-section-two-slide1 a:nth-child(3) .block {
    margin: 0 5px 5px 5px;
}

#home-section-two-slide2 a:nth-child(4) .block,
#home-section-two-slide2 a:nth-child(5) .block,
#home-section-two-slide1 a:nth-child(4) .block,
#home-section-two-slide1 a:nth-child(5) .block {
    margin: 5px 5px 0 5px;
}

#home-section-two-slide2 a:nth-child(2) .block {
    width: calc(60% - 10px);
}

#home-section-two-slide2 a:nth-child(5) .block,
#home-section-two-slide1 a:nth-child(5) .block,
#home-section-two-slide1 a:nth-child(2) .block {
    width: calc(60% - 10px);
}

.home-section-two-controls div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(#195eaa, #195eaa);
    opacity: .5;
    transition: .3s ease-in;
}

.home-section-two-controls div[data-active="true"]:before {
    opacity: 0;
}

.column40 {
    background: none;
    width: calc(40% - 10px);
    float: left;
    margin: 5px;
    /*height: calc(150px - 5px);*/
    position: relative;
    margin-bottom: 0;
}

.column50 {
    background: none;
    width: calc(50% - 10px);
    float: left;
    margin: 5px;
    height: calc(150px - 5px);
    position: relative;
    margin-bottom: 0;
}

.column60 {
    background: none;
    width: calc(60% - 10px);
    float: left;
    margin: 5px;
    position: relative;
    margin-bottom: 0;
}

.home-away-home {
    position: relative;
}

.home-away-content {
    position: relative;
}

.home-away-content h2:nth-of-type(2) {
    text-align: center;
}

@media screen and (min-width:950px) {
    .home-section-two-container {
        margin: 60px 0;
    }
}

@media screen and (min-width: 1000px) {
    .home-away-content {
        top: 50px;
    }
}

@media screen and (max-width: 750px) {
    .home-away-home h2:nth-of-type(1) {
        font-size: 2.5rem;
        margin: 20px auto;
    }
    .home-away-home h2:nth-of-type(2) {
        font-size: 27px;
        margin: 20px auto;
    }
}

@media screen and (max-width: 1000px) {
    .home-away-home {
        position: inherit;
        top: inherit;
        width: 100%%;
        margin: 0 auto;
        padding: 10px;
    }
    .home-away-content h2 {
        text-align: center !important;
    }
}

.review-name {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 2rem;
    color: #195eaa;
    margin: 15px 0;
}

.column60 p {
    padding: 0 25px;
    line-height: 19px !important;
}

@media screen and (max-width:950px) {
    .column40 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .column60 {
        float: none;
        width: 100%;
        text-align: center;
    }
}


/* #home-section-two-slide2 div:nth-child(n+6), #home-section-two-slide1 div:nth-child(n+6) { */


/*     background: none; */


/*     width: calc(50% - 10px); */


/*     float: left; */


/*     margin: 5px; */


/*     height: calc(150px - 5px); */


/*     position: relative; */


/*     margin-bottom: 0; */


/* } */

#home-section-two-slide2 div:nth-child(n+5) h6,
#home-section-two-slide1 div:nth-child(n+5) h6 {
    font-size: 22px;
    margin: 10px 0;
}

#home-review-slider .slick-prev:before {
    color: #195eaa;
}

#home-review-slider .slick-next:before {
    color: #195eaa;
}

.mobile-title {
    display: none;
    /*font-size: 28px;*/
    margin: 40px auto;
    text-align: center;
}

@media (max-width: 950px) {
    .home-section-two-container:after {
        content: "";
        display: table;
        clear: both;
    }
    .home-section-two-controls {
        display: none;
    }
    .home-section-two-slider {
        height: auto;
        width: 100%;
    }
    #home-section-two-slide1,
    #home-section-two-slide2,
    #home-section-two-slide3 {
        margin: 100px 0;
    }
    #home-section-two-slide3 {
        margin-bottom: 0;
    }
    #home-section-two-slide1:after,
    #home-section-two-slide2:after,
    #home-section-two-slide3:after {
        content: "";
        display: table;
        clear: both;
    }
    .block {
        width: 100% !important;
    }
    .column50 {
        width: 100%;
        height: auto;
    }
    .home-section-two-slider .slick-slide {
        height: auto;
    }
    #home-section-two-slide3 div {
        width: 100%;
        height: 300px;
        margin-bottom: 10px
    }
    .mobile-title {
        display: block;
    }
}

#primary,
.full-width {
    /*margin-top: 150px;*/
    padding: 40px;
}

#primary:after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-breadcrumb {
    margin-bottom: 40px !important;
    text-align: center;
}


/* WooCommerce */

.quantity input {
    height: 36px;
}

.single-product .product .single_add_to_cart_button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.button {
    background-color: #195eaa !important;
    color: #FFFFFF !important;
}

.woocommerce .product .add_to_cart_button.button {
    background-color: #195eaa !important;
    color: #FFFFFF !important;
}

.single-product .product .single_add_to_cart_button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.button {
    background-color: #154a86 !important;
    color: #FFFFFF !important;
}

.woocommerce .product .add_to_cart_button.button:hover {
    background-color: #154a86 !important;
    color: #FFFFFF !important;
}

.woocommerce-products-header {
    display: none
}

.woocommerce div.product .product_title {
    font-size: 32px;
    margin-bottom: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 24px
}

.related.products>h2 {
    border-bottom: 2px solid #818181;
    margin-bottom: 20px;
}

.products>.product {
    text-align: center;
}


/****************CHECKOUT***************/

.woocommerce-checkout form .form-row {
    width: 100% !important;
    font-size: 16px
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
}

.woocommerce-checkout #payment .form-row select {
    width: 100%;
    height: 30px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    float: left;
    width: 100%;
}

.custom-checkout h3 {
    background-color: #165f1c;
    /****CHANGE TO COLOR YOU WANT TO USE FOR TITLE BACKGROUND ****/
    width: 45%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    color: #FFF;
    float: right;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
    padding: .6180469716em;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 2px #e4e4e4;
}

#wc_checkout_add_ons {
    width: 45%;
    float: right;
    text-align: center;
}

@media screen and (min-width: 980px) {
    .woocommerce-shipping-fields h3,
    .woocommerce-billing-fields h3 {
        width: 100%;
    }
    .woocommerce-checkout .col2-set {
        width: 45%;
        float: left;
    }
    .woocommerce-checkout-review-order {
        width: 45%;
        float: right;
    }
}

@media screen and (max-width: 979px) {
    .custom-checkout h3 {
        width: 100%;
    }
}

input,
textarea {
    font-size: 16px;
}

form.woocommerce-form.woocommerce-form-login.login {
    max-width: 600px;
    margin: 0 auto;
}

table {
    margin: 20px;
}

th {
    padding: 10px;
    border: 1px solid;
}

td {
    padding: 10px;
    border: 1px solid;
}