/* 
Theme Name: Acorn One Widebody
Author: Acorn Internet Services
Author URI: http://www.acorn-is.com/
Description: A Child Theme of Twenty Eleven 
Template: twentyeleven 
Version: 2019.10.10
*/
select[disabled] { background-color: white !important; color: #333 !important; font-weight:bold !important; }
#wpadminbar {
	z-index: 99999999;
}
.adminhome .woocommerce-message .woocommerce-Button, .product_meta, #wp-admin-bar-user-lookup, #toplevel_page_my_slug, .page-id-1780 .woocommerce-info, .woocommerce-billing-fields h3, .woocommerce-checkout-review-order-table tfoot, .woocommerce-checkout-review-order-table thead, .woocommerce-MyAccount-navigation-link--inn-two, .woocommerce-MyAccount-navigation-link--ifs-two, .role-author #wp-admin-bar-site-name, .woocommerce-order p, .role-author .post-edit-link , .role-customer .post-edit-link  {
	display:none;
}
.woocommerce h3, .woocommerce-order h3 {
	font-weight:normal; font-size:1em;
}

.woocommerce-edit-account .adminhome, .woocommerce-edit-address .adminhome, .woocommerce-orders .adminhome,.role-administrator #wp-admin-bar-user-lookup, .role-administrator #toplevel_page_my_slug {
	display:block;
}

/* forcibly hide shipping fields */

#publish-fixed {
	position:fixed;
	bottom:5%;
	right:5%;
	z-index:1000000;
}
#test {
	display:none;
	margin: 0 0 1em 3em !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

img {
	height: auto;
	max-width: 100%;
}

img[class*="attachment-"] { 
	width:100%;
}

.alignright, .alignleft {
	height: auto;
	float: right;
	margin: 15px 0 15px 15px;
	max-width: 100%;
}

.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}

.aligncenter {
	float: none;
	margin: 15px auto;
}

a img {
	border: none;
}

.float-r {
	float:right;
}

.float-l {
	float:left;
}

.float-clear {
	clear:both;
}

.float-clear-l {
	clear:left;
}

.float-clear-r {
	clear:right;
}

body, input, textarea {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

strong {
	font-weight: bold;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	clear: none;
	line-height: 140%;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
	color: #131E29;
	font-weight: 600;
}

h2 {
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	color: #131E29;
	font-weight: 600;
}

h1.search-header {
	font-size: 1.5em;	
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}

h4 {
	margin: 1em 0;
	line-height: 140%;
	font-size: .70em;
	font-family: 'Montserrat', sans-serif;
	color: #131E29;
	font-weight: 600;
}

p {
	margin-bottom: 1em;
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #cd545b;
	font-weight: 600;
}

a:hover {
	text-decoration: none;
	color: #478fbf;
}

ul {
	list-style-type: disc;
	list-style-position:inside;
}

.title {
	font-size: 24px;
}

.bottom-margin{
	margin-bottom:-0.5em !important;
}

.nowrap {
	white-space: nowrap;
}

.entry-content, .entry-summary {
	padding: 1.625em 0 0;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.ssbp--theme-6[class*="ssbp--fixed"] .ssbp-container {
	padding:0;
	background:none;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #333;
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Montserrat',Verdana,Arial,sans-serif;

	font-size: 20px;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
}

#header-outer {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.07);
	position: fixed;
	width: 100%;
	z-index:9999;
	top: 0;
}
.admin-bar #header-outer {
	margin-top: 32px;
}

#header {
	text-align: right;
	width: 100%;
	position: relative;
	/* margin: 0 auto; */
	color: #fff;
	font-weight: normal;
	font-size: 22px;
}

#header #header_logo img {
    height: auto;
    position: absolute;
    z-index: 10000000;
	top:16px;
	left:0;
	max-height: 36px;
}

#header-img-wrapper {
	max-width: 1900px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	clear: both;
	z-index:1001;
}

#header-img-wrapper img {
	position: absolute;
	width: 100%;
}

#header-img-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 45%;
}

#header-img-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nivo-caption {
	font-size: 16px;
	left: 0x;
	padding-left: 80px;
}

#main-search {
	background: rgba(0,0,0,.7);
	padding: 40px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin: -8% 0 0 -440px;
	top: 50%;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
}
#main-search iframe {
	position: relative !important;
	text-align: center;
	margin: 0 auto;
	display: block !important;
	overflow: auto;
	z-index:1;
}

#homeSearchBody div.gmw-pt-horizontal-gray-form-wrapper {
	text-align:center !important;
	display:block !important;
}

#main-search p {
	color: #fff;
	font-size: 49px;
	margin-bottom: 20px;
}

#gmw-submit-1, #gmw-submit-2 {
	color: #fff;
	font-size: 18px;
	background: #131E29;
	border: none;
	padding: 13px 25px;
	text-transform: uppercase;
	width: auto;
	display:none;
	border-radius:0 !important;
}
#gmw-submit-2 {
    font-size: 16px;
    padding: 0px 7px;
	display:inline-block;
}
.search-input {
	border: none;
	font-size: 18px;
	padding: 1%;
	width: 85%;
}
.button {
	margin-top:1em;
	display:inline-block;
	color: #fff;
	font-size: 18px;
	background: #c64343;
	border: none;
	padding: 5px 12px;
	text-transform: uppercase;
	font-weight:normal;
	text-align:center;
	line-height:1.3em;
	border-radius: 5px;
	
}
.single-inn .button {
	width:150px;
	padding:5px 0;
	font-size:14px;
	margin: 1em 0;
}

#gmw-submit-1:hover, .button:hover, #gmw-submit-2:hover {
	opacity:.5;
	text-decoration:none;
} 
#top-search {
	width:94%;
	padding:2% 3%;
	background:#F2F2F2;
	text-align:right;
}
#top-search .search-input {
	width:400px;
}
#top-search #searchsubmit {
	padding: 1.1%;

	width:100px;
}

#top-search .gmw-results-wrapper, #top-search .gmw-no-results-wrapper {
	display:none !important;
}
.gmw-no-results-wrapper {
	margin:1% 3%;
}
div.gmw-pt-horizontal-gray-form-wrapper {
    background: none !important;
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
	display:inline-block;
}
div.gmw-pt-horizontal-gray-form-wrapper input[type="text"] {
    padding: 15px 25px !important;
    border: 0 !important;
    border-radius:0 !important;
    font-family: inherit !important;
    height: inherit !important;
    font-size: 15px !important;
    color: #666;
    width: 500px !important;
    margin: 0px;
}

#top-search div.gmw-pt-horizontal-gray-form-wrapper input[type="text"] {
	width:340px !important;
}
	
.gmw-distance-select {
	display:none !important;
}


.search-results-sec {
	width:94%;
	padding:15px 3%;
	text-align:left;
	background:#EAEFF7;
	clear:both;
	text-transform: capitalize;
}
#top-search .search-a {
	display:inline-block;
}
.ifs-hide {
	display:inline-block;
}
.ifs-show {
	display:none;
}
.innforsale .ifs-hide {
	display:none;
}
.innforsale .ifs-show {
	display:inline-block;
}
#page {
	margin: 70px auto 20px;
	max-width: 1920px;
	position: relative;
	width: 100%;
	z-index: 1000;
}

#main, .page-class, #cityContent, #stateContent {
	padding: 0 6%;
	background: #fff;
	overflow: hidden;
	width:88%;
}

#cityContent div, #stateContent div {
	display:none;
}

#content {
	margin: 0;
	width: 100%;
}

.page-template-single-room-page #content {
	padding: 0;
}


#content ul, #content ol {
	margin: 1em 0 1em 3em;
}

#content li {
	padding: .1em 0;
}

#primary {
	float: left;
	margin: 0 0 3% 2%;
	width: 66.5%;
}

.page-template-default #primary, .page-template-all-rooms-page #primary, .page-template-directions-page #primary, .page-template-packages-page #primary, .page-template-photo-gallery-page #primary, .page-template-front-page #primary, .page-id-1704 #primary, .single-inn #primary, .single-inn-for-sale #primary, .postid-1782 #primary, .page-id-18975 #primary {
	float: none;
	width: 100%;
	margin: 0 auto;
}

#newsletter-signup p {
	margin-bottom: 1em;
}

#secondary #newsletter-signup img {
	box-shadow: none;
	border: none;
	max-width: 137px;
}

#secondary #newsletter-signup input {
	box-shadow: 2px 2px 2px #353535;
}

#rolledup-rooms {
	overflow: hidden;
	text-align: center;
}

#rolledup-rooms div {
	margin: 20px .3%;
	display: inline-block;
	font-size: 20px;
	line-height: 130%;
}

#rolledup-rooms img {
	border: 1px solid #222;
	padding: 6px;
}

#rolledup-rooms span {
	display: block;
}

#rolledup-rooms a:hover {
	text-decoration: none;
}

#room-navigation {
	text-align: center;
	margin-bottom: 2em;
}

#room-navigation a:hover, #room-navigation a:active {
	text-decoration: none;
}

#room-navigation p {
	white-space: nowrap;
	margin: .5em 0;
}

.next-room:after {
   content: "\00BB";
    font-size: 1.5em;
    font-weight: normal;
    padding: 0 4px;
    vertical-align: text-bottom;
}

.prev-room:before {
   content: "\00AB";
    font-size: 1.5em;
    font-weight: normal;
    padding: 0 4px;
    vertical-align: text-bottom;
}

#notes-box {
	background-color: rgba(179, 202, 98, 0.6);
    border: 2px solid #456314;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #353535;
    margin: 20px auto;
    padding: 2% 3%;
    width: 90%;
}

#note-title {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

.ngg-gallery-thumbnail img {
	margin: 10px 0 10px 10px !important;
}

#secondary {
	float: right;
	margin: 0 2% 3% 0;
	width: 25.5%;
	text-align: center;
}

#secondary img {
	border: 1px solid #456314;
	box-shadow: 5px 5px 5px #000;
	padding: 2%;
	height: auto;
	margin: 15px auto;
	max-width: 94%;
}

#inn-gallery li {
    list-style-type: none;
}
.wppl-pt-info-window .wppl-info-window-info tr:last-child {
	display:none !important;
}
#member-login {
	float:right;
	padding:10px;
	border:2px solid #131E29;
}
	 
/* =Gift Certificates
-------------------------------------------------------------- */
.woocommerce-page.left-sidebar #content.twentyeleven,  .page-id-1780 .col-1 {
    width: 100% !important;
    margin: 0;
    float: right;
}

 .postid-1782 #secondary, .woocommerce-breadcrumb, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-product-gallery, .page-id-1780 .col-2 {
	display:none;
}
.ywgc-template {
	float:left;
	width:48%;
}

.ywgc-preview {
    max-width: inherit;
    margin-top: 41px;
}

.ywgc-editor-section-title {
    padding: 15px 0;
}

.postid-1782 input, .postid-1782 textarea {
	font-size:17px;
}

.ywgc-have-code {
	display:none;
}
.ywgc-manual-amount {
	width:99%;
	display:block;
}

.ywgc-preview {
		max-width:inherit;
}

label {
    font-size: 18px;
    padding: 30px 0 20px 0;
}

.gift-card-content-editor textarea {
	width:95%;
}
.ywgc-amount-value {
	padding-left: 20px !important;
	width:100%;
}
.ywgc-recipient {
	max-width:100%;
}
#ywgc-sender-name, .gift-card-content-editor textarea, .ywgc-single-recipient .yith_wc_gift_card_input_recipient_details {
	width:99%;
}
/* =Gift Certificates Sales Page 6/2019
-------------------------------------------------------------- */
.page-template-gc-sales-page #page {
	max-width: 100%;
}
.page-template-gc-sales-page #main {
	width: 100%;
	padding: 0;
}
.page-template-gc-sales-page #primary {
	width: 100%;
	float: none;
	margin: 0;
}
.page-template-gc-sales-page #primary * {
	box-sizing: border-box;
}
#gc-sales-hero {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#gc-sales-tagline {
    max-width: 800px;
    text-align: center;
	margin: 0 auto;
	padding: 190px 20px 95px;
}
#gc-sales-tagline h1 {
	color: #fff;
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
#gc-sales-mobile-purchase-link a.gc-sales-button {
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #c74f4f;
    color: #fff;
    padding: 10px 50px;
    letter-spacing: 1px;
    margin-top: 20px;
	/*display: none;*/
	transition: all 0.4s ease-in-out;
}
#gc-sales-purchase-link {
	max-width: 800px;
    text-align: center;
    margin: 0 auto;
    min-height: 50px;
    }
#gc-sales-purchase-link a.gc-sales-button {
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #c74f4f;
    color: #fff;
    padding: 10px 50px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 15px;
    min-height: 50px;
	/*display: none;*/
	transition: all 0.4s ease-in-out;
}
#gc-sales-mobile-purchase-link a.gc-sales-button:hover {
	text-decoration: none;
	background-color:#d25151;
}
#gc-sales-purchase-link a.gc-sales-button:hover {
	text-decoration: none;
	background-color:#d25151;
}
#gc-sales-bullets {
    width: 100%;
    max-width: 1120px;
    display:  flex;
	margin: 0 auto;
	/*padding-bottom: 130px;*/
	padding-top: 0px;
	/*padding-bottom: 30px;*/
	flex-wrap: wrap;
}
#gc-sales-bullets .gc-sales-bullet {
    display: flex;
    flex-direction: column;
    color: #000;
    flex: 1 1 25%;
	padding: 0 30px 10px;
	text-align: center;
}
#gc-sales-bullets .gc-sales-bullet h3 {
	margin-top: 10px;
}
#gc-sales-after-hero-headline {
	background-color: #333333;
	padding: 30px 10px;
	text-align: center;
}
#gc-sales-after-hero-headline h2 {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 2px;
}
#gc-sales-three-steps {
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	padding: 80px 45px 40px;
	max-width: 1400px;
    margin: 0 auto;
}
#gc-sales-three-steps .gc-sales-step {
	flex: 1 1 27%;
	text-align: center;
}
#gc-sales-three-steps .gc-sales-step-arrow {
	flex: 1 1 9%;
	margin-top: 78px;
}
#gc-sales-three-steps h3 {
	margin-top: 10px;
	text-align: center;
}
#gc-sales-three-steps p {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.6em;
}
#gc-sales-description {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 50px 40px;
}
.gc-sales-description-headline, 
.gc-sales-description-body {
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
}
.gc-sales-description-headline {
	padding-bottom: 30px;
}
.gc-sales-description-headline h2 {
	text-align: center;
	font-size: 1.2em;
}
.gc-sales-description-body p {
	line-height: 1.4em;
}
.gc-sales-description-gc-lookup-button {
	text-align: center;
}
.gc-sales-description-gc-lookup-button a {
	color: #333333;
	transition: all 0.4s ease-in-out;
}
.gc-sales-description-gc-lookup-button a:hover {
	text-decoration: none;
	color: #c74f4f;
}
.gc-sales-description-gc-lookup-button img {
	display: inline-block;
	vertical-align: middle;
}
.gc-sales-description-gc-lookup-button span {
	border-bottom: 1px solid #c74f4f;
	margin-left: 5px;
	font-size: 15px;
	line-height: 1.5em;
	display: inline-block;
}
#gc-sales-gc-section {
	padding: 4% 0;
}
.gc-sales-gc-section-title,
.gc-sales-gc-woocommerce {
	max-width: 1120px;
	margin: 0 auto;
}
.gc-sales-gc-woocommerce div.summary.entry-summary {
	padding-top: 0;
}
.gc-sales-gc-section-title h2 {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 1px;
}
#gc-sales-gc-section {
	max-width: 1120px;
	margin: 0 auto;
	padding: 60px 20px 20px;
}
.gc-sales-gc-woocommerce .woocommerce div.product div.summary{
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.gc-sales-gc-woocommerce p.first-payment-date,
.gc-sales-gc-woocommerce .woocommerce div.product form.cart {
	margin-bottom: 0;
}
.gc-sales-gc-woocommerce .woocommerce div.product .product_title,
.gc-sales-gc-woocommerce .ywgc-template,
.gc-sales-gc-woocommerce .ywgc-editor-section-title {
	display: none;
}
.gc-sales-gc-woocommerce .woocommerce div.product label,
.gc-sales-gc-woocommerce .woocommerce div.product input::placeholder {
	font-size: 16px;
}
.gc-sales-gc-woocommerce .woocommerce div.product input, 
.gc-sales-gc-woocommerce .woocommerce div.product textarea {
	background-color: #f4f4f4;
	padding: 12px 16px;
	border: 1px solid #cccccc;
	font-size: 16px;
}
.gc-sales-gc-woocommerce table.gift-cards-list {
    float: left;
    width: 50%;
}
.gc-sales-gc-woocommerce td.ywgc-amount-label {
	width: 100%;
	display: block;
	padding: 0 !important;
}
.gc-sales-gc-woocommerce td.ywgc-amount-value {
	width: 100%;
	display: block;
	padding: 0 20px 0 0 !important;
}
.gc-sales-gc-woocommerce .ywgc-generator {
	float: left;
	width: 100%;
}
.gc-sales-gc-woocommerce .gift-card-content-editor {
	overflow: visible;
}
.gc-sales-gc-woocommerce .gift-card-content-editor.step-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 6px;
}
.gc-sales-gc-woocommerce .ywgc-sales-page-left-col,
.gc-sales-gc-woocommerce .ywgc-sales-page-right-col {
	flex: 1 1 50%;
}
.gc-sales-gc-woocommerce .ywgc-sales-page-left-col {
	padding-right: 25px;
}
.gc-sales-gc-woocommerce .ywgc-sales-page-right-col { 
	padding-left: 25px;
	margin-top: -94px;
	display: flex;
    flex-direction: column;
}
.gc-sales-gc-woocommerce .woocommerce div.product textarea {
	height: 100%;
}
.gc-sales-gc-woocommerce .ywgc-single-recipient {
	margin-bottom: 0;
}
.gc-sales-gc-woocommerce .ywgc-single-recipient .ywgc-recipient {
	width: 100%;
	margin-bottom: 12px;
	max-width: 100%;
}
.gc-sales-gc-woocommerce .ywgc-message {
	margin-top: 40px;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.gc-sales-gc-woocommerce .ywgc-sender-name {
	margin-top: 0;
}
.gc-sales-gc-woocommerce .gift-card-content-editor.step-content label[for="ywgc-edit-message"],
.gc-sales-gc-woocommerce .gift-card-content-editor.step-content label[for="ywgc-recipient-email"] {
	line-height: 1.4em;
	padding: 0 0 10px;
	display: block;
}
.gc-sales-gc-woocommerce .ywgc-single-recipient label {
	display: block;
	padding: 0 !important;
}
.gc-sales-gc-woocommerce div.quantity {
	display: none;
}
.gc-sales-gc-woocommerce .gift_card_template_button.variations_button:before{
	content: "";
	display: table;
	clear: both;
}
.gc-sales-gc-woocommerce .gift_card_template_button.variations_button {
	text-align:center;
}
.gc-sales-gc-woocommerce button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt {
    border-radius: 50px;
    background-color: #c74f4f;
    color: #fff;
    padding: 16px 60px;
	float: none;
	transition: all 0.4s ease-in-out;
}
.gc-sales-gc-woocommerce button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt:hover {
	background-color:#d25151;
	opacity: 1;
}
.gc-sales-gc-woocommerce button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt:focus {
	outline: none;
}
/* =Search Results
-------------------------------------------------------------- */
.wppl-single-result {
	overflow:hidden;
	margin:30px auto;
}
.inn-thumbnail {
	width:auto;
	float:left;
	margin-right:30px;
}
.inn-listing-text {
		font-family: 'Roboto', sans-serif;
}
.property_coordinates_title, .rates {
	font-size:24px;
	margin-bottom:.5em;
}
.rates, .options {
	float:right;
}
.rates {
	margin-right:20px;
}
.options img {
	display:inline-block;
	margin-left:5px;
}
.property-address {
	font-size:18px;
	margin-bottom:.5em;
}
.excerpt {
	margin-bottom:.5em;
}
.radius-dis {
	font-size:.8em;
	margin-left:20px;
}
.page-id-1704 #main {
	padding:0;
	width:100%;
}
.page-id-1704 .entry-content {
	padding:0;
}
.wppl-single-result, .no-result {
	width:94%;
	margin:0 auto;
	padding:1.5% 3%;
	border-bottom:20px solid #f2f2f2;
}
.no-result {
	border:none;
}
.closest {
	background:#f2f2f2;
	border-bottom:20px solid #fff;
}
.nearby {
	width:94%; 
	padding:1.5% 3%;
	text-align:left;
	background:#EAEFF7;
	clear:both;
	text-transform: capitalize;
	color: #2B465A;
	font-family: 'Roboto', sans-serif;
font-size: 26px;
line-height: 1.5em;
}
#flexi_searchbox {
	width:1160px !important;
	margin:10px auto;
	display:block;
}
#b_logo {
	display:none;
}

#flexi_searchbox h3 {
	display:none !important;
}
#flexi_searchbox #b_searchboxInc {
    font-size: 100% !important;
    text-align: center !important;
}
#flexi_searchbox #b_searchboxInc #b_searchDest, #flexi_searchbox #b_searchboxInc #b_searchCheckInDate, #flexi_searchbox #b_searchboxInc #b_searchCheckOutDate, #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper {
    text-align: left;
}

#flexi_searchbox select {
    font-size: 25px !important;
    padding: 12px !important;
}
#flexi_searchbox #b_searchboxInc input[type="text"] {
    border: 1px solid #CCC !important ; 
	border-radius:0 !important;
	margin-right:30px;
	padding:13px !important;  
}
.state {
	font-size: 14px !important;
	color:#fff;
	margin-top: -85px;
	z-index: 2;
	position: relative;
}
.gmw-form-wrapper-2 {
	width:240px;
	display: inline-block !important;
	height: 50px;
	display: none;
	vertical-align: middle;
}
#gmw-submit-wrapper-2, #gmw-address-field-wrapper-2 {
	display:none !important;
}

#secondary #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
    border-radius:0 !important;
	text-transform:uppercase !important;
	font-weight: normal !important;
	padding:8px !important;
}
.page-id-1704 #secondary {
	width:100%;
	float:none;
	display: block;
}
#flexi_searchbox #b_searchboxInc #b_searchCheckInDate, #flexi_searchbox #b_searchboxInc #b_searchCheckOutDate {
    display: inline-block !important;
    text-align: center !important;
}
#b_searchDest {
	display:inline-block !important;
	float:left;
}
#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper {
    clear: none !important;
    float: left !important;
    margin: 23px !important;
}
#expand-results {
	display:none;
}
/* =Individual Listings
-------------------------------------------------------------- */
#property-data {
	font-size:18px;
	font-weight:normal;
	line-height:1.5em;
}

#property-data #content {
	overflow:hidden;
	padding-bottom:3%;
}

.inn-image {
	float:left;
	margin-right:10%;
	max-width:50%;
}
.single-inn-for-sale .inn-image {
	max-width:640px;
	width:100%;
	}
#all-innsfs-container {
	column-count: 3;
}

#property-data .search-results-sec {
	font-size:18px;
	padding:3%;
	text-transform:none !important;
}
#inn-gallery {
	text-align:center;
	padding:2%;
	margin:0 auto;
	overflow:hidden;
}
#inn-gallery img {
	display:inline-block;
	margin:.1%;
	max-width: 440px;
	width: 98%;
}
#inn-info {
	font-size:18px;
	line-height:1em;
	    margin-top: 30px;
}
#inn-info h1 {
	margin-bottom:.2em !important;
}
#inn-info .options {
	display:block;
	clear:right;
}
#inactive-inn-info {
	padding: 30px 0 20px;
	text-align: center;
}
#inactive-inn-search {
	background-color:#333333; 
	padding: 30px;
    border-bottom: 1px solid #fff;
}
#inactive-inn-search h1,
#inactive-inn-search .state {
	text-align: center;
}
#inactive-inn-search .state {
	margin-top: 0;
}
#inactive-inn-search div.gmw-pt-horizontal-gray-form-wrapper input[type="text"] {
	border: 1px solid black;
}
#ads {
	clear:both;
	position:relative;
	text-align:center;
	margin:0 3% 3%;
}
#three-col, #two-col {
	text-align:center;
	clear:both;
	margin:3% auto;
	overflow:hidden;
}
#three-col div {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:28%;
	margin:2%;
	min-width:244px;
}
#two-col div {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:45%;
	margin:2%;
}
.comma-split {
	width:100% !important;
}
.col1 .button, .col2 .button, .col3 .button {
	margin-bottom:50px;
}
/* =Home
-------------------------------------------------------------- */
.ddcat {
	font-weight:bold !important;
	font-size:1.2em !important;
	margin: 20px 0 5px !important;
	display:block !important;
	text-decoration:underline !important;
}
#gift {
	background:#EAEFF7;
	width:94%;
	padding:3%;
	overflow:hidden;
}

#gift-inner {
	max-width:66%;
	width:88%;
	margin:0 auto;
}

.page-id-1693 #gift-inner .button {
	display:none;
} 

.gc-img {
	float:left;
	margin-right:6%;
}
#home-blog {
	background:#F2F2F2;
	width:96%;
	padding:2%;
	overflow:hidden;
	text-align:center;
}
#home-blog div {
	width:29%;
	margin:1.5%;
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	text-align:left;
	line-height:1.5em;
}

.blog-feed-title a {
	font-size:22px;
	/* font-weight:normal; */
	margin:1.625em 0;
	display:block;
}

/* =Menu
-------------------------------------------------------------- */
.mobile-menu {
	display: none;
}
#nav-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 10000000;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#nav-wrapper .logo {
	position: relative;
	flex: 0 1 25%;
	margin-left: 1.7%;
}
#nav-wrapper .primary-center {
	flex: 1 1 50%;
	text-align: center;
}
#nav-wrapper .primary-right {
	flex: 0 1 25%;
	margin-right: 1.7%;
}

.responsive_menu {
	/* width: 95%;
	max-width: 1900px;
	margin: 0 auto;
	position: relative; */
}

.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0; /* Fix for overflow in Chrome */
}

#responsive_menu a.assistive-text:active,
#responsive_menu a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

#nav-wrapper .toggleMenu {
	display: none;
}

.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:right;
}
#nav-wrapper #menu-main-menu {
	text-align: center;
	padding-left: 82px;
}
.primary-menu  ul > ul {
	list-style: none;
	margin: 0;
	z-index: 99999;
	background: #fff;
}
#nav-wrapper #menu-primary-right {
	padding-right: 28px;
}
#nav-wrapper .primary-menu a {
	padding: 25px 5px;
	line-height: 22px;
	font-size: 15px;
	font-weight: 600;
	color: #99a4b8;
	display: block;
	text-decoration: none;
	font-weight: 600 !important;
	/* text-shadow: 1px 1px 4px #101010;
	text-transform:uppercase;*/
	font-family: 'Montserrat',Verdana,Arial,sans-serif;
}

#nav-wrapper .primary-menu a:hover {
	text-decoration: none;
	/* background-color:#c74f4f; */
}

.primary-menu ul li {
	position: relative;
}

.primary-menu ul > li {
	display:inline-block;
}
.primary-menu ul > li:last-child {
	margin-right: 2px;
}
.primary-menu ul ul {
	display: none; 
	position: absolute; 
	top: 100%;
	width: auto;
	left: 0;
	text-align: left;
}

.primary-menu ul > li.hover > ul {
	display: block;
}

.primary-menu ul li li.hover ul {
	display: block;
	left: 100%;
	top: 0;
}

#nav-wrapper .primary-menu ul li li a {
	line-height: 1.3em;
	font-size: 15px;
	padding: 10px;
	margin: 0 10px;
}

#nav-wrapper .primary-menu ul li li:last-child a {
	border-bottom: none;
}
.primary-menu ul * {
	box-sizing: border-box;
}
#nav-wrapper .primary-menu ul li:hover > a,
#nav-wrapper .primary-menu ul a:focus{
	color: #cd545b;
}

.primary-menu ul ul ul {
	left: 100%;
	top:0;
}

.primary-menu ul li:hover > ul {
	display: block;
}


#nav-wrapper .primary-menu ul li li li a {
	background: #68941F;
}

#nav-wrapper .primary-menu ul li li li:last-child a {
	border-bottom: none;
}
.menu-icon:before {
	content: '';
	position: absolute;
    width: 50px;
    height: 30px;
    left: -42px;
	top: 17px;
	background-repeat: no-repeat;

}
.menu-giftcards:before {
	background-image: url('images/navGiftCards.svg');
}
.menu-giftcards {
	margin-right: 92px;
}
.menu-divider-before {
	margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5eaef;
}
.menu-ifs:before {
	background-image: url('images/navJoin.svg');
}
.primary-menu ul .menu-icon ul.sub-menu {
	left: -72px;
	top: 52px;
	box-shadow: 0 1px 20px rgba(0,0,0,.08);
	border-radius: 5px;
	min-width: 200px;
	padding: 10px;
	background-color: #fff;
}
.primary-menu ul .menu-icon ul.sub-menu li {
	text-align: center;
	width: 100%;
}
.menu-innkeepers:before {
	background-image: url('images/navInnkeeper.svg');
}

#TB_window {
	z-index: 10000 !important;
}

#tagline {
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ccc;
}

#buttons {
	width:100%;
	margin:0 auto;
	text-align:center;
	line-height:20px;
	border-radius: 5px;
}

#buttons img {
	max-width:10%;
	float:right;
	height:auto;
}

.ifs-bottom-button {
    width: 250px;
    background-color: #131E29;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 10px 8px;
    position: relative;
    vertical-align: top;
}

.tiny {
	font-size:.5em;
}

.d-il {
	display:inline;
}

#blog-button {
	width: 250px;
	border-radius: 5px;
	padding:10px;
	background-color:#000;
	color:#fff;
	font-size:1.2em;
	line-height:1.2em;
	margin:0 auto;
}

#blog-button a, #lyifs-button a {
	color:#fff;
}

#blog-button a:visited, #lyifs-button a:visited {
	color:#fff;
}

#lyifs-button {
	width: 250px;
	border-radius: 5px;
	padding:10px;
	background-color:#000;
	color:#fff;
	font-size:1.2em;
	line-height:1.2em;
	margin:20px auto 0;
}

/* Site Generator Line THIS IS THE FOOTER AREA */
#main-footer {
	background-color: #112d41;
}
#social-footer {
	box-shadow: 0 1px 20px rgba(0,0,0,.08);
	background-color: #fff;
}
#social-footer .social-footer-inner {
	background-color: rgb(0,0,0,0);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1152px;
	width: 90%;
	margin: 0 auto 30px;
	padding: 30px 0;
}
#social-footer h3 {
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#newsletter, #social {
	overflow:hidden;
	font-size: 19px;
	line-height:1.5em;
	flex: 1 1 50%;
}
#newsletter-wrapper  {
	max-width: 600px;
	margin: 0 auto;
}
#newsletter p, #social p {
	margin-bottom:.5em;
	font-size: 17px;
}
#newsletter .mc-field-group {
	border: 2px solid #cd545b;
    border-radius: 5px;
    max-width: 36rem;
	margin: 15px auto 15px 0;
	max-width: 360px;
    background: #fff;
	margin-left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#newsletter input[type="email"]::placeholder {
	font-weight: 200;
	font-size: 13px;
}
#newsletter input[type="email"] {
	width: 70%;
	border: none;
	font-size: 15px;
    padding: 15px 15px 17px;
    border-radius: 5px;
    font-family: 'Montserrat',Verdana,Arial,sans-serif;
    font-weight: 700;
	color: #cd545b;
}
#newsletter input[type="submit"] {
	letter-spacing: 1px;
	background: #cd545b;
    border: 2px solid #cd545b;
    box-shadow: 0 1px 20px rgba(0,0,0,.08);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
	min-width: 100px;
	width: 30%;
	text-align: center;
	padding: 16px 20px 18px;
	border-radius: 0;
	margin-top: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: none;
	-webkit-appearance: none;
}
#newsletter input[type="submit"]:hover {
	opacity: .75;
	cursor: pointer;
	background: #cd545b;
}
#social-wrapper  {
	text-align: right;
}
#social-footer p {
	font-family: 'Crimson Text',Palatino,serif;
	font-size: 19px;
	font-weight: 600;
	color: #112d41; 
	line-height: 28.5px;
	margin-bottom: 0;
}
.social_buttons_row {
	overflow: hidden;
	margin-left: -5px;
	padding-top: 20px;
}

.social_buttons_row a {
	width: 45px;
	display:inline-block;
	color: #fff;
	transition: all 0.4s ease-in-out;
	text-align: right;
}
.social_buttons_row a:hover {
	color: #c74f4f;
}

a#footer-facebook {
	background: url("images/social-sprite.jpg") no-repeat 0 0;
}

a#footer-google {
	background: url("images/social-sprite.jpg") no-repeat 0 0;
}

a#footer-twitter {
	background: url("images/social-sprite.jpg") no-repeat -45px 0;
}

a#footer-pinterest {
	background: url("images/social-sprite.jpg") no-repeat -135px 0;
}

a#footer-blog {
	background: url("images/social-sprite.jpg") no-repeat 0 0;
}

a#footer-email {
	background: url("images/social-sprite.jpg") no-repeat 0 0;
}

a#footer-youtube {
	background: url("images/social-sprite.jpg") no-repeat -180px 0;
}

a#footer-instagram {
	background: url("images/social-sprite.jpg") no-repeat -90px 0;
}

a#footer-linkedin {
	background: url("images/social-sprite.jpg") no-repeat -225px 0;
}

#footer-mid {
	clear:both;
	width:100%;
}
#footer-mid p {
	line-height: 1.2em;
}
.iconFooter {
	margin: -90px auto -81px;
	text-align: center; 
}
#site-generator {
	background: #112d41;
	border-top: none;
	color: #fff;
	padding: 90px 0 60px;
	line-height: 1.5em;
	text-align: center;
	overflow: hidden;

	/* width:80%; */
}


#site-generator a:hover {
	text-decoration: none;
}
/* #site-generator p a {
	margin-left:25px;
	font-size: 14px;
} */
#site-generator h4 {
	color: #fff;
	font-size: 19px;
	font-family: 'Montserrat',Verdana,Arial,sans-serif;
	margin: 0;
	line-height: 1em;
	font-weight: 700;
}
#site-generator ul {
	font-size: 15px;
	padding: 12px 0;
	font-family: 'Montserrat',Verdana,Arial,sans-serif;
}
#site-generator ul li {
	list-style: none;
    font-size: 13px;
	font-weight: 500;
	line-height: 22.5px;
}
#site-generator ul li a {
	color: #99a4b8;
	font-weight: 700;
	line-height: 22.5px;
}
#site-generator ul li a:hover {
	color: #cd545b;
}
.widget-title {
	font-size: 26px;
	text-align: center;
	line-height: inherit;
	letter-spacing: normal;
	text-transform: none;
	font-weight: bold;
	color: inherit;
	margin: 0 auto .4em;
}
#site-generator .footerBottomContent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1152px;
	margin: 0 auto;
} 
#site-generator .footerBottomContent .footerColumn {
	flex: 1 1 33.3333%;
}
#site-generator .footerBottomContent .left {
	text-align: left;
}
#site-generator .footerBottomContent .right {
	text-align: right;
}
.footer-business-name {
	font-weight: bold;
	margin-bottom: .2em;
}

a.btn-link:hover img {
	zoom: 1;
	opacity: 0.5;
}

#google-map-frame {
	border: 0;
	width: 100%;
	margin: 20px auto;
	height: 500px;
}

.anchorlink {
	display: block;
	margin-top: -50px;
	padding-top: 50px;
}

.rpt_description, .rpt_features {
	text-align:left !important;
}
.close, .nearby {
	display:none;
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 auto;
    width: 100%;
    float: none;
}
.rpt_style_basic .rpt_plan .rpt_foot {
	background: #c64343 !important;
}
.rpt_style_basic .rpt_plan .rpt_head .rpt_description {
	color:#fff !important;
}
.rpt_style_basic .rpt_plan .rpt_title {
	text-align:center !important;
	background: #c64343 !important;
}
.small {
	font-size:14px;
}
.rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
	display: list-item;
    margin-left: 1.3em;
    list-style-type: disc;  
}
/* ---- BLOG & ARCHIVE ---- */
.archive #page,
.category #page,
.search #page,
.page-template-blog #page {
	padding-top: 30px;
}

.archive .page-title,
.category .page-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 30px;
	color: #000;
}
/* ---- BLOG ---- */
.bnbfinder-blog * {
	box-sizing: border-box;
	font-family: 'Montserrat',Verdana,Arial,sans-serif;
}
.bnbfinder-blog {
	max-width: 1350px;
	margin: 0 auto;
}
.blog-section {
	margin: 0 2%;
}
.blog-section .section-title {
	font-weight: 700;
	margin-bottom: 30px;
}
article.bnbfinder-blog  {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 40px;
}
.bnbfinder-blog .entry-title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.2em;
	padding: 0;
}
.bnbfinder-blog .entry-title a,
.bnbfinder-blog .cat-links a,
.bnbfinder-blog .tag-links a {
	color: #2B465A;
}
.bnbfinder-blog a:hover,
.bnbfinder-blog .cat-links a:hover,
.bnbfinder-blog .tag-links a:hover {
	color: #478fbf;
}
.post-thumb {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	flex: 1 1 33.333%;
}
.post-thumb-hidden img {
	width: auto;
	width: 300px;
}
.post-info {
	flex: 1 1 66.666%;
	padding-left: 40px;
}
.post-info .entry-summary {
	padding-top: 0;
	padding-bottom: 8px;
}
.post-info .post-date {
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1.3em;
	padding: 5px 0;
}
.post-info .entry-summary p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.6em;
}
.post-info .entry-meta {
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1.3em;
}
#secondary .widget {
	margin-bottom: 20px;
}
#secondary .widget_archive ul li,
#secondary .widget_categories ul li {
	list-style: none;
	font-weight: normal;
	font-size: 15px;
}
#secondary .widget_archive ul li a,
#secondary .widget_categories ul li a {
	font-weight: normal;
	font-size: 15px;
	color: #2B465A;
}
#secondary .widget_archive ul li a:hover,
#secondary .widget_categories ul li a:hover {
	color: #478fbf;
}
.bnbfinder-blog .pagination .column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/* ---- BLOG FEATURED ---- */
.featured-posts-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 40px 0;
}
.featured-posts-grid .featured-post-left {
	flex: 1 1 40%;
}
.featured-posts-grid .featured-post-right {
	flex: 1 1 60%;
}
.featured-posts-grid .featured-post-right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fp-article {
	position: relative;
	overflow: hidden;
}
.featured-posts-grid .featured-post-left .fp-article {
	height: 40vw;
}
.featured-posts-grid .featured-post-right .fp-article {
	flex: 1 1 50%;
	height: 20vw;
	padding-left: 5px;
}
.fp-article-1, .fp-article-2 {
	padding-bottom: 2.5px;
} 
.fp-article-3, .fp-article-4 {
	padding-top: 2.5px;
} 
.fp-thumb-img {
	display: block;	
	overflow: hidden;
	height: 100%;
	position: relative;
	border-radius: 7px;
}
.fp-article:hover img {
	transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.fp-thumb-img:before {
	bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
	position: absolute;
	-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.fp-thumb-img img {
	object-fit: cover;
	height: 100% !important;
	display: block;	
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.fp-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
}
.fp-info .entry-title {
	font-size: 1.6vw;
	line-height: 1.2em;
	margin-bottom: 0;
	color: #fff;
	margin-bottom: 3px;
	text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
.fp-info a {
	color: #fff;
	padding: 1.4vw;
	display: block;
}
.fp-info .post-date {
	font-size: 1.3vw;
	color: #fff;
	text-shadow: 1px 1px 5px rgb(0, 0, 0);
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 0;
}
/* ---- BLOG SINGLE PAGE ---- */
.single * {
	box-sizing: border-box;
}
.single #main {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.single #main .blog-inner {
	width: 90%;
	max-width: 1152px;
	margin: 0 auto;
}
#blog-hero {
	min-height: 30vw;
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* background-position: center; */
	margin-bottom: 90px;
	/* display: flex; */
	/* flex-direction: row; */
	/* align-items: flex-end; */
}
#blog-hero img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	max-height: 30vw;
	height: 30vw;
	display: block;
}
#blog-hero .blog-hero-title {
	position: relative;
	background-color: #112d41;
	width: 90%;
	margin: -50px auto;
	padding: 20px;
	max-width: 1200px;
	border-radius: 5px;
	box-shadow: 0 1px 20px rgba(0,0,0,.08);
}
#blog-hero .blog-hero-title .entry-title {
	margin-bottom: 0;
	font-family: 'Crimson Text',Palatino,serif;
	color: #fff;
	text-align: center;
	font-size: 26px;
	line-height: 1.2em;
}
#blog-hero .blog-hero-title .entry-meta {
	color: #fff;
	font-size: 15px;
	text-align: center;	
}
.single p {
	font-size: 16px;
}
.single .blog-footer-divider {
	width: 30%;
	margin: 0 auto;
	height: 6px;
	background-color: #112d41;
	margin-bottom: 20px;
}
.single .entry-content {
	padding-top: 0;
}
.single .blog-categories,
.single .blog-tagged {
	font-size:16px;
}
.single .blog-categories span,
.single .blog-tagged span {
	font-weight: 600;
}
.single .blog-categories a,
.single .blog-tagged a {
	font-weight: normal; 
}
/* .single .comment-form-comment  */
.single #comments #respond {
	margin-top: 20px;
	border: 2px solid #cd545b;
	border-radius: 5px;
	margin-bottom: 0;
	padding: 20px;
	box-shadow: 0 1px 20px rgba(0,0,0,.08);
}
.single #reply-title {
	font-weight: 600;
}
.single .comment-form-comment label {
	display: none;
}
.single .comment-form-comment #comment {
	font-size: 15px;
    padding: 15px 15px 17px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: -10px;
	border: 1px solid #cecece;
}
.single #comments input {
	border-radius: 5px;
}
.single .form-submit {
	margin-bottom: 0;
}
.single .form-submit input {
	letter-spacing: 1px;
    background: #cd545b;
    border: 2px solid #cd545b;
    box-shadow: 0 1px 20px rgba(0,0,0,.08);
    color: #fff;
	font-size: 15px;
	margin-bottom: 0;
	width: 100%;
	padding: 16px 20px 18px;
	border-radius: 5px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: none;
    -webkit-appearance: none;
}
.single .form-submit input[type="submit"]:hover {
	opacity: .75;
	cursor: pointer;
	background: #cd545b;
}
.widget_search {
	border: 2px solid #cd545b;
	border-radius: 5px;
}
.widget_search #searchform {
	display: flex;
	flex-direction: row;
}
.widget_search #s::placeholder {
	font-weight: 200;
	font-size: 13px;
}
.widget_search #s{
	width: 70%;
	border: none;
	font-size: 15px;
    padding: 15px 15px 17px 30px;
    border-radius: 5px;
    font-family: 'Montserrat',Verdana,Arial,sans-serif;
    font-weight: 700;
	color: #cd545b;
	height: auto;
	background-position: 5px 22px;
}
.widget_search form {
	margin: 0;
}
.widget_search #searchsubmit {
	display: block;
	letter-spacing: 1px;
	background: #cd545b;
    border: 2px solid #cd545b;
    box-shadow: 0 1px 20px rgba(0,0,0,.08);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
	min-width: 100px;
	width: 30%;
	text-align: center;
	padding: 16px 20px 18px;
	border-radius: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: none;
	-webkit-appearance: none;
}
.widget_search #searchsubmit:hover {
	opacity: .75;
	cursor: pointer;
	background: #cd545b;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.single img[class*="align"],
.single img[class*="wp-image-"],
.single img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.single img.size-full,
.single img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.single img.alignleft,
.single img.alignright,
.single img.aligncenter {
	margin-bottom: 1.625em;
}
.single p img,
.single .wp-caption {
	margin-top: 0.4em;
}
.single .wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	max-width: calc( 100% - 18px );
	padding: 9px;
}
.single .wp-caption img {
	display: block;
	max-width: 98%;
	max-width: calc( 100% - 14px );
}
.single .wp-caption .wp-caption-text,
.single .gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.single .wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.single .wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.single #content .gallery {
	margin: 0 auto 1.625em;
}
.single #content .gallery a img {
	border: none;
}
.single img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
.single #content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
.single #content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
.single img[class*="align"],
.single img[class*="wp-image-"],
.single #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
	max-width: 97.5%;
	max-width: calc( 100% - 14px );
}
.single .wp-caption img {
	border-color: #eee;
	max-width: 100%;
}
.single a:focus img[class*="align"],
.single a:hover img[class*="align"],
.single a:active img[class*="align"],
.single a:focus img[class*="wp-image-"],
.single a:hover img[class*="wp-image-"],
.single a:active img[class*="wp-image-"],
.single #content .gallery .gallery-icon a:focus img,
.single #content .gallery .gallery-icon a:hover img,
.single #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.single .wp-caption a:focus img,
.single .wp-caption a:active img,
.single .wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}
/*---- BLOG RELATED POSTS ----*/
.single .related-posts-wrap {
    margin-top: 30px;
}
.single .related-posts-wrap .related-posts-heading {
	text-align: center;
	margin-bottom: 20px;
}
.single .related-posts-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -1%;
    margin-right: -1%;
}
.single .related-posts-inner .related-post {
    flex: 1 1 31%;
    margin: 0 1%;
}
.single .related-post .related-post-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease-in-out;
	box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.25);
	border-radius: 7px;
}
.single .related-post:hover .related-post-image {
    opacity: 0.85;
}
.single .related-post .related-post-image a {
	display: block;
}
.single .related-post .related-post-image img {
    object-fit: cover;
    height: 12vw;
    max-height: 180px;
    width: 100%;
    opacity: 0;
}
.single .related-post .related-post-title a {
    padding: 10px 5px 20px;
    text-align: center;
    display: block;
	font-size: 15px;
	line-height: 1.6em;
}
.single .related-post:hover a {
	color: #478fbf;
}
/*---- BLOG & ARCHIVE NAV ----*/
#nav-above,
#nav-below {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1500px) {
	#call-to-action-row div a {
		width:96%;
	}
}  /* end of @media 1500 */

@media only screen and (max-width: 1200px) {
#header-left a, #header-right a {
    line-height: inherit;
}

#header-driving-directions::before {
	background-size: contain;
}
#gift-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

#secondary img {
	max-width: 90%;
}

#site-generator {
	margin-bottom: 0;
}
#ads {
	display:none;
}
#flexi_searchbox {
    width: 100% !important;
}
#flexi_searchbox #b_searchboxInc #b_searchCheckInDate, #flexi_searchbox #b_searchboxInc #b_searchCheckOutDate {
    float: none !important;
}
#b_searchDest {
    float: none;
}
#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper {
    float: none !important;
}
#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper {
	margin:0 !important;
}

}  /* end of @media 1200 */

@media only screen and (max-width: 1026px) {

	.iconFooter {
		margin-top: 0;
		/* background-color:  */
	}
}  /* end of @media 1026 */

@media only screen and (max-width: 1000px) {
.inn-image {
    float: none;
    margin: 0 auto 50px;
    max-width: 100%;
    display: block;
}

}  /* end of @media 1000 */

@media only screen and (max-width: 900px) {
.state {
    margin-top: -65px;
}
.ywgc-template {
    float: none;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
#header {
	font-size: 18px !important;
}
#nav-wrapper .primary-menu ul a {
	font-size: .7em;
}

#nav-wrapper .primary-menu ul li li a {
	font-size: .6em;
}


#primary, #secondary {
	float: none;
	margin: 0 2% 3% !important;
	width: 96% !important;
}

#secondary {
	text-align: center;
	margin-top: 53px !important;
}

.alignright, .alignleft {
	display: block;
	float: none;
	margin: 15px auto;
}

.widget_simpleimage {
	display: inline-block;
	margin: 0 20px;
}
#main-search {
	padding:20px;
	width:500px;
	margin:-12% 0 0 -270px
}


#main-search p {
	font-size:22px;
}

.state {
    font-size: 12px !important;
}
.all-inn-links {
	text-align:center;
}
.rates, .options {
    float: none;
    width: 100%;
    margin: 20px auto;
    display: block;
	text-align:center;
}
.inn-thumbnail {
    width: 100%;
	max-width:315px;
    float: none;
    margin: 30px auto;
}

#all-innsfs-container {
    column-count: 2;
}
	/* =Gift Certificates Sales Page 6/2019
	-------------------------------------------------------------- */
	.page-template-gc-sales-page #primary {
		width: 100% !important;
		margin: 0 !important;
	}
	#gc-sales-three-steps .gc-sales-step-arrow {
		padding: 0 5px;
	}

}  /* end of @media 900 */

@media only screen and (max-width: 800px) {

#header {
	font-size: 18px !important;
}

#header #header_logo img {
    /* display: block;
    margin: 0 auto 30px;
    max-width: 174px;
    width: 90%;
	position:relative; */
}

#header {
	/* width: 100%;
	height: auto;
	padding-bottom: 15px; */
}

#nav-wrapper {
    /* position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10000000;
    margin-left: 0%;
    text-align: center !important;
    clear: both; */
}
.primary-menu ul {
	/* text-align:center; */
}
.footer_column_left, .footer_column_right {
	float: none;
	width: 90%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

#supplementary {
	text-align: left;
}

#footer-logo {
	margin: 0;
}

.footer_img_row {
	display: inline-block;
	float: none;
}

.gc-img {
    float: none;
    margin: 3% auto;
    display: block;
}
#home-blog div {
    width: 95%;
}
.feed-img img{
	display:block;
	position:relative;
	margin:3% auto;
}

}  /* end of @media 800 */
@media only screen and (max-width: 782px){
	.admin-bar #header-outer {
		margin-top: 46px;
	}
} /* end of @media 782 */
@media only screen and (max-width: 770px) {
	/*header*/
	#header {
		height: 70px;
	}
	#nav-wrapper {
		margin: 0;
		height: auto;
		/* border-bottom: 2px ridge #fff; */
		text-align:left !important;
		background:#131E29;
		width: 100%;
	}
	#nav-wrapper .logo {
		flex-basis: 80%;
	}
	.responsive_menu {
		width: 100%;
		position: absolute;
		top: 58px;
		box-shadow: 0 1px 20px rgba(0,0,0,.08);
		border-radius: 5px;
	}
	
	#nav-wrapper .toggleMenu {
		display: inline-block;
		background: url("images/burger.svg") no-repeat 95% 50%;
		padding: 0;
		width: 50px;
		height: 70px;
		position: absolute;
		top: 0;
		right: 20px;
	}
	#nav-wrapper #menu-main-menu {
		padding-left: 0;
	}
	#nav-wrapper .toggleMenu a {
		padding-left: 15px;
		font-weight: bold;
		text-shadow: 1px 1px 4px #101010;
		font-size: 20px;	
		color: #fff;
	}
	
	.primary-menu ul {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		background: #fff;
		/* border-bottom: 8px solid #ffffff; */
		display: block;
		text-align:left;
	}
	
	#nav-wrapper .primary-menu ul a {
		padding: 10px 40px;
		font-size: 20px;	
	}
	
	.primary-menu ul > li {
		display: block;
		width: 100%;
	}
	
	
	.primary-menu ul > li.separator {
		display: none;
	}
	.primary-menu,
	.mobile-menu {
		display: none;
	}
	.mobile-menu * {
		box-sizing: border-box;
	}
	.mobile-menu {
		box-sizing: border-box;
		top: 70px;
		position: relative;
		position: absolute;
		background: #112d41;
		width: 100%;
		height: calc(100vh - 70px);
		text-align: center;
		padding: 50px;
		overflow-y: scroll;
	}
	.mobile-menu.active {
		display: block;
	}
	.mobile-menu .menu-giftcards {
		margin-right: 0;
	}
	.mobile-menu ul {
		list-style-type: none;
	}
	.mobile-menu ul a {
		color: #fff;
	}
	.menu-divider-before {
		border-top:none;
		margin-top: 0;
		padding-top: 0;
	}
	ul.menu > li.menu-item-has-children {
		padding: 20px;
	}
	ul.menu > li.menu-item-has-children a {
		font-size: 23px;
		color: #fff;
		font-weight: 600;
	}
	ul.menu > li.menu-item-has-children .sub-menu {
		padding: 10px 0;
		line-height: 22.5px;
	}
	ul.menu > li.menu-item-has-children .sub-menu li {
		padding: 5px 0;
	}
	ul.menu > li.menu-item-has-children .sub-menu a {
		font-size: 17px;
		color: #99a4b8;
		font-weight: 700;
	}
	/* .mobile_menu .menu-main-menu-container, .menu-main-menu-container > ul ul,
	.menu-primary-right-container, .menu-primary-right-container > ul ul {
		overflow: hidden;
		max-height: 0;
	}
	
	.menu-main-menu-container.active, .menu-main-menu-container > ul ul.active,
	.menu-primary-right-container.active, .menu-primary-right-container> ul ul.active {
		max-height: 200em;
		border-radius: 5px
	}
	
	.menu-main-menu-container ul ul, .menu-main-menu-container ul ul ul,
	.menu-primary-right-container ul ul, .menu-primary-right-container ul ul ul {
		display: inherit;
		position: relative !important;
		left: auto !important;
		top: auto;
	} */
	
	#nav-wrapper .primary-menu ul li a {
		background-image: url("images/button-arrow.png");
		background-repeat: no-repeat;
		background-position: 20px 50%;
		/* color: #fff; */
		text-shadow: none;
		padding-left: 55px;
	}
	
	#nav-wrapper .primary-menu ul .push-right > a {
		padding-right: 0;
	}
	
	#nav-wrapper .primary-menu ul  li.menu-item-has-children > a {
		background-image: url("images/button-plus.png");
		text-align: center;

	}
	
	#nav-wrapper .primary-menu ul li.menu-item-has-children a.active {
		background-image: url("images/button-minus.png");
	}
	
	#nav-wrapper .primary-menu ul li li a {
		/* border-top: 8px solid #ffffff; */
		border-bottom: none;
		background-image: url("images/button-arrow.png");
		background-repeat: no-repeat;
		background-position: 97% 50%;
		/* background-color: #000; */
		box-shadow: none;
		padding: 8px 40px 8px 54px;
		line-height: 24px;
		font-size: 20px;	
		opacity:1;
		white-space: normal;
		margin: 0;
	}
	
	#nav-wrapper .primary-menu ul li li.menu-item-has-children > a {
		background-position: 40px 50%;
		background-image: url("images/button-plus.png");
	}
	
	#nav-wrapper .primary-menu ul li li.menu-item-has-children a.active {
		background-position: 40px 50%;
		background-image: url("images/button-minus.png");
	}
	
	
	.primary-menu ul li:hover > a,
	.primary-menu ul a:focus{
		text-decoration: none;
	}
	
	#nav-wrapper .primary-menu ul li li li a {
		border-top: 8px solid #ffffff;
		background-image: url("images/button-arrow.png");
		background-repeat: no-repeat;
		background-position: 97% 50%;
		background-color: #131E29;
		padding-left: 100px;
	}
	
	.primary-menu ul ul {
		display: block;
		width: 100%;
	}
	
	.primary-menu ul > li.hover > ul , .primary-menu ul li li.hover ul {
		position: static;
	}
	.primary-menu ul .menu-icon ul.sub-menu {
		padding: 0;
		box-shadow: none;
		top: 0;
		min-width: auto;
	}
	/*footer*/
	#newsletter, #social {
		flex-basis: 100%;
		text-align: center;
	}
	#newsletter {
		margin: 10px 0 8px;
	}
	#social {
		margin: 10px 0; 
		padding-top: 20px;
	}
	#newsletter input[type="email"],
	#newsletter input[type="submit"]  {
		width: 100%;
	}
	#newsletter .mc-field-group {
		flex-wrap: wrap;
		margin: 20px auto 0;
	}
	#social-wrapper {
		text-align: center;
	}
	#site-generator .footerBottomContent .footerColumn {
		flex-basis: 100%;
		text-align: center !important;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 700px) {

#nav-wrapper .primary-menu ul a {
	font-size: .8em;
}
#nav-wrapper .primary-menu ul li li a {
	font-size: .7em;
}
.ifs-bottom-button {
	margin:20px auto;
}
#social-footer .page-class {
	display: block;
}
#newsletter, #social {
	border-right: none;
	padding: 30px;
}
#newsletter-wrapper,
#social-wrapper {
	max-width: 90%;
}
	/* =Gift Certificates Sales Page 6/2019
	-------------------------------------------------------------- */
	#gc-sales-tagline {
		padding: 80px 20px 20px;
	}
	#gc-sales-tagline h1 {
		font-size: 1.4em;
	}
	#gc-sales-mobile-purchase-link a.gc-sales-button {
		display: inline-block;
	}
	#gc-sales-purchase-link a.gc-sales-button {
		display: inline-block;
	}
	#gc-sales-bullets {
		/*padding-bottom: 80px;*/
	}
	#gc-sales-bullets .gc-sales-bullet {
		flex-basis: 50%;
	}
	#gc-sales-bullets .gc-sales-bullet h3 {
		font-size: 1em;
	}
	#gc-sales-three-steps {
		padding: 60px 20px 30px;
		display: block;
	}
	.gc-sales-step-arrow {
		display: none;
	}
	#gc-sales-description {
		padding: 50px 20px 25px;
	}
	#gc-sales-gc-section {
		padding: 50px 20px 0;
	}
	.gc-sales-gc-woocommerce table.gift-cards-list {
		float: none;
		width: 100%;
	}
	.gc-sales-gc-woocommerce td.ywgc-amount-value {
		padding: 0 !important;
	}
	.gc-sales-gc-woocommerce .ywgc-generator {
		float: none;
	}
	.gc-sales-gc-woocommerce .gift-card-content-editor.step-content {
		display: block;
	}
	.gc-sales-gc-woocommerce .ywgc-sales-page-left-col {
		padding-right: 0;
	}
	.gc-sales-gc-woocommerce .ywgc-sales-page-right-col {
		padding-left: 0;
		margin-top: 0;
	}
	.gc-sales-gc-woocommerce .ywgc-single-recipient .ywgc-recipient,
	.gc-sales-gc-woocommerce .ywgc-single-recipient .yith_wc_gift_card_input_recipient_details {
		margin-bottom: 10px;
	}
	.gc-sales-gc-woocommerce .ywgc-message {
		margin-top: 10px;
	}
	/* ---- BLOG  ---- */
	.post-thumb, .post-info {
		flex: 1 1 100%;
	}
	.post-thumb img {
		object-fit: cover;
		width: 100%;
		max-height: 40vw;
	}
	.post-info {
		padding-left: 0;
	}
	.post-info .entry-title {
		font-size: 18px;
	}
	/* ---- BLOG FEATURED ---- */
	.featured-posts-grid {
		margin: 20px 0;
	}
	.featured-posts-grid .featured-post-left,
	.featured-posts-grid .featured-post-right,
	.featured-posts-grid .featured-post-right .fp-article  {
		flex: 1 1 100%;
	}
	.fp-article-0 {
		padding-bottom: 2px;
	}
	.featured-posts-grid .featured-post-right .fp-article {
		padding-left: 0;
		padding-top: 0;
		height: 40vw;
		padding-bottom: 2px;
	}
	.fp-info .entry-title {
		font-size: 16px;
	}
	.fp-info .post-date {
		font-size: 13px;
	}
	.fp-info a {
		padding: 20px;
	}

	.single .related-posts-inner .related-post {
		flex: 1 1 100%;
	}

	.single .related-post .related-post-image img {
		height: 40vw;
		max-height: 250px;
	}


}  /* end of @media 700 */

@media only screen and (max-width: 640px) {
div.gmw-pt-horizontal-gray-form-wrapper input[type="text"] {
    padding: 5px 10px !important;
    width: 395px !important;
}
#gmw-submit-1 {
    padding: 3px 5px;
}


#main-search {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
    top: 100%;
}
div.gmw-pt-default-form-wrapper {
    margin: 10px auto !important;
}
.gmw-form-wrapper-2 {
    width: 100%;
    display: block !important;
    height: 80px;
    display: none;
    vertical-align: middle;
}
.gmw-state-dropdown, #gmw-submit-1, #gmw-submit-2, div.gmw-pt-horizontal-gray-form-wrapper {
	width:100% !important;
}
.home #page {
	padding-top: 275px;
}


.expand-collapse-text {
	margin: 1em 0;
	display: block;
	cursor: pointer;
}

#phone-links a {
	float: none;
}
.social_buttons_row {
    height: auto;
    width: 100%;
}
.social_buttons_row {
	float: none;
}

.nav_buttons_row {
	float: none;
	margin-top: 10px;
	width: 100%;
}

.nav_buttons_row div p {
    font-size: 18px;
    margin-top: 2.4em !important;
}

#header-driving-directions::before {
    padding-right: 40px;
}

#call-to-action-row div {
    display: inline-block;
    margin: 15px;
}

#rolledup-rooms img {
	width: 90%;
	max-width: 350px;
}

#footer-logo {
	width: 90%;
	max-width: 263px;
}

.widget_simpleimage {
	display: block;
	margin: 0 auto;
	width: 90%;
}

#advancedrecentposts-2 .widget-title {
    text-align: center;
}

.single-package img {
    display: block;
    float: none;
    margin: 20px 0;
    width: 90%;
}


ul#blog-feed {
    margin: 1em 0 1em 2em;
}
#top-search .search-a {
    display: block;
}
#top-search {
	text-align:center;
}
#top-search div.gmw-pt-horizontal-gray-form-wrapper input[type="text"] {
    width: 100% !important;
}
.search-results-sec {
	text-align:center;
}

#all-innsfs-container {
    column-count: 1;
}

#lyifs-button {
	display:none;
}

}  /* end of @media 640 */

@media only screen and (max-width: 480px) {
	.mobile-menu {
		padding: 20px;
	}
	#blog-hero img {
		max-height: 50vw;
		height: 50vw;
	}

}  /* end of @media 500 */

@media only screen and (max-width: 400px) {

a#local-phone, a#toll-free {
	width: auto;
	display: block;
	margin: 10px auto;
}

a#certs, a#avail {
	width: 80%;
	display: block;
	margin: 10px auto;
}

#header-right span {
	display: none;
}

.social_buttons_row a {
	margin-bottom: 10px;
}

}  /* end of @media 400 */

@media only screen and (max-width: 350px) {
.home #page {
	padding-top: 325px;
}

#room-navigation span {
	display: none;
}

#room-navigation a {
	display: block;
	margin: .5em 0;
}

#room-navigation p {
	margin: 0;
}

}  /* end of @media 300 */

/* Print Style Sheet */

@media print {

body {
	background: white !important;
	color: black;
	margin: 0;
}

#header, #nav-wrapper, #header-img-wrapper, .ssbp-wrap, #call-to-action, .social_buttons_row, .footer_img_row, #footer-logo, .footer_column_left {
	display: none;
}

#colophon {
	display: block;
}

#site-generator {
	padding: 0;
	margin: 0;
}

#page {
	box-shadow: none;
}

#primary {
	float: none;
	width: 96%;
	margin: 2%;
}

#secondary {
	display: block;
	float: none;
	width: 100%;
	margin: 20px 0;
}

#secondary img {
	display: none;
}

#notes-box {
	box-shadow: none;
	background: #fff;
	border-color: #000;
}

#site-generator {
	background: #FFF;
}

.footer_column_left, .footer_column_right {
	float: none;
	width: 96%;
	margin: 2%;
	text-align: center;
}


}