/*
Theme Name: Bcom
Author: the Branson.com team
Author URI: https://www.branson.com/
Description: Bcom is a WordPress theme for Branson.com.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-menu, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready, blog
Text Domain: bcom
*/


/*

# - HELPERS

## Media Queries

@media (min-width: 470px) {}
@media (min-width: 520px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1360px) {}

@media (max-width: 469px) {}
@media (max-width: 767px) {}
@media (max-width: 991px) {}

## Fonts

font-family: 'Crossten', sans-serif;
font-family: sans-serif;

## Colors

c83432 - red
ba302f - red -1
f3f3f3 - header, content bg

0074b8 - blue
0069a7 - blue -1

*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Icon Fonts
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Utilities
 *    5.1 - Generic
 *    5.2 - Spacing
 * 6.0 - Forms
 * 7.0 - Navigation
 *   7.1 - Menus
 *   7.2 - Mobile
 * 8.0 - Accessibility
 * 9.0 - Alignments
 * 10.0 - Clearings
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Header
 *    12.2 - Posts and pages
 *    12.3 - Post Formats
 *    12.4 - Comments
 *    12.5 - Sidebar
 *    12.6 - Footer
 *    12.7 - Home Slider
 *    12.8 - Date Search
 *    12.9 - Zone / Media
 *    12.10 - Ticket Prices
 *    12.11 - Property Map
 *    12.12 - Show Schedule
 *    12.13 - Amenities
 *    12.14 - Property List
 *    12.15 - Property Info
 *    12.16 - Theater List
 *    12.17 - Theater Info
 *    12.18 - Video List
 *    12.19 - Video Info
 *    12.20 - Package List
 *    12.21 - Package Info
 *    12.22 - Pop Ups
 *    12.23 - Blog Sections
 *    12.24 - Photo Gallery
 *    12.25 - Weather
 *    12.26 - Gas Discounts
 *    12.27 - Search Results
 * 13.0 - Media
 *    13.1 - Captions
 *    13.2 - Galleries
 * 14.0 - Jumpsix Marketing Stuff
 * 15.0 - Media Queries
 * 16.0 - Print
 */


/**
 * 1.0 - Normalize
 */

/* See boostrap.min.css */


/**
 * 2.0 - Icon Fonts
 */

/* Font Awesome */
.header-navigation a:before,
.search-submit:before,
.entry-format:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.edit-link:before,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.post-navigation .nav-previous .meta-nav:before,
.post-navigation .nav-next .meta-nav:after,
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.play-icon-overlay:after,
.play-icon-corner:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-rotate-45 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

:root .fa-rotate-45 {
	filter: none;
}


/**
 * 3.0 - Typography
 */

body {
	color: #333;
	font-family: sans-serif;
}

button,
input,
select,
textarea {
	color: #454545;
	font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #454545;
	font-family: 'Crossten', sans-serif;
	font-weight: 400;
}

p {
	margin: 0 0 20px;
}

p:empty {
	display:none;
}

blockquote {
	border-color: #434343;
	overflow: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote cite {
	color: #8f8f8f;
	display: block;
	font-size: 16px;
	font-style: normal;
}

blockquote cite:before {
	content: "\2014\00a0";
}

pre {
	margin: 0 0 20px;
}

code {
	background-color: #f5f5f5;
	color: #333;
}

big {
	font-size: 125%;
}

td,
th {
	padding: 8px;
	/*vertical-align: top;*/
}

ol,
ul {
	margin-left: 20px;
	padding-left: 0;
}


/**
 * 4.0 - Elements
 */

body {
	background: #fff;
}

a {
	color: #0074b8;
}

a:hover,
a:focus {
	color: #0069a7;
	text-decoration: none;
}

hr {
	border-top: 2px solid #434343;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
}

del {
	opacity: 0.8;
}


/**
 * 5.0 - Utilities
 */

/**
 * 5.1 - Generic
 */

#wpadminbar {
	z-index: 999;
}

@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

.admin-bar .adjust-top {
	top: 46px;
}

@media (min-width: 782px) {
	.admin-bar .adjust-top {
		top: 32px;
	}
}

/* AddThis Popup for mobile */
@media (max-width: 469px) {
	#at-cv-lightbox-message > span {
		font-size: 14px !important;
		line-height: 1 !important;
	}
}

a,
a span,
.transition {
/*	-webkit-transition: all 0.2s ease-out;
	-moz-transition:    all 0.2s ease-out;
	-ms-transition:     all 0.2s ease-out;
	-o-transition:      all 0.2s ease-out;
	transition:         all 0.2s ease-out;*/
}

.jtransition {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition:    all 0.2s ease-out;
	-ms-transition:     all 0.2s ease-out;
	-o-transition:      all 0.2s ease-out;
	transition:         all 0.2s ease-out;
}

.no-transition {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.bcom-accent {
	color: #0074b8;
}

.text-nowrap {
	white-space: nowrap;
}

.text-ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.display-block {
	display: block;
}

.heading-block {
	font-weight: 700;
	text-transform: uppercase;
}

.heading-block a,
.heading-block a:hover,
.heading-block a:focus {
	color: #454545;
}

.heading-muted {
	font-family: sans-serif;
	text-transform: none;
}

.heading-muted a,
.heading-muted a:hover,
.heading-muted a:focus {
	color: #8f8f8f;
}

.entry-content img[class*="wp-image-"],
.img-styled {
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

img.pull-left {
	margin: 0 20px 20px 0;
}

img.pull-right {
	margin: 0 0 20px 20px;
}

@media (max-width: 767px) {
	.pull-xs-left {
		float: left !important;
	}
	.pull-xs-right {
		float: right !important;
	}
	img.pull-xs-left {
		margin: 0 20px 20px 0;
	}
	img.pull-xs-right {
		margin: 0 0 20px 20px;
	}
}

@media (min-width: 768px) {
	.pull-sm-left {
		float: left !important;
	}
	.pull-sm-right {
		float: right !important;
	}
	img.pull-sm-left {
		margin: 0 20px 20px 0;
	}
	img.pull-sm-right {
		margin: 0 0 20px 20px;
	}
}

@media (min-width: 992px) {
	.pull-md-left {
		float: left !important;
	}
	.pull-md-right {
		float: right !important;
	}
	img.pull-md-left {
		margin: 0 20px 20px 0;
	}
	img.pull-md-right {
		margin: 0 0 20px 20px;
	}
}

@media (min-width: 1200px) {
	.pull-lg-left {
		float: left !important;
	}
	.pull-lg-right {
		float: right !important;
	}
	img.pull-lg-left {
		margin: 0 20px 20px 0;
	}
	img.pull-lg-right {
		margin: 0 0 20px 20px;
	}
}

.text-hyped {
	color: #0074b8;
	font-family: 'Crossten', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.section-anchor[id] {
	outline: none;
}

.anchorjs-link {
	font-size: .75em;
	margin-left: 10px;
	margin-top: 4px;
	opacity: 0;
	position: absolute;
}

.section-anchor:hover .anchorjs-link {
	opacity: .75;
}

.inline-block {
	display: inline-block;
}

.bar-separator:before {
	border-top: 50px solid transparent;
	content: '';
	display: block;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 520px) {
	.bar-separator:before {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 768px) {
	.bar-separator:before {
		margin-left: -40px;
		margin-right: -40px;
	}
}

.bar-separator:after {
	content: '';
	display: block;
	margin-top: -50px;
}

@media (min-width: 470px) {
	.bar-separator:before {
		border-color: #454545;
	}
}

.alert {
	border-radius: 0;
}

.alert-bcom {
	background-color: #eee;
	border-color: #e6e6e6;
	color: #555;
}

.alert-bcom hr {
	border-top-color: #ddd;
}

.alert-bcom .alert-link {
	color: #454545;
}

.alert-danger a {
	color: #a94442;
	text-decoration: underline;
}

.btn-lg {
	font-size: 14px;
}

@media (min-width: 768px) {
	.btn-lg {
		font-size: 18px;
	}
}

.btn-link {
	color: #0074b8;
}
.btn-link:hover,
.btn-link:focus {
	color: #0069a7;
}

.highlight-callout,
.phone-callout {
	color: #0074b8;
	font-weight: 700;
}

.phone-callout-block {
	color: #454545;
	font-size: 16px;
	font-weight: bold;
	margin: 30px auto;
	text-align: center;
}

.phone-callout-block:before,
.phone-callout-block:after {
	border-top: 2px solid #eee;
	content: '';
	margin: 20px auto;
	width: 75%;
}

.phone-callout-block .phonenumber {
	color: #0074b8;
	font-size: 24px;
}

@media (min-width: 768px) {
	.phone-callout-block .phonenumber {
		font-size: 24px;
	}
}

.webcode-stack {
	color: #0074b8;
	display: block;
	font-size: 16px;
	text-align: center;
}

.webcode-stack .first {
	font-weight: 400;
}

.webcode-stack .second {
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.webcode-stack {
		display: inline-block;
		font-size: 24px;
		line-height: 50%;
		text-align: center;
	}

	.webcode-stack .first {
		font-size: 50%;
		font-weight: 400;
		line-height: 1;
	}

	.webcode-stack .second {
		display: block;
		font-size: 70%;
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
	}
}

.large,
.x-large {
	font-size: 105%;
}

@media (min-width: 768px) {
	.large {
		font-size: 115%;
	}

	.x-large {
		font-size: 130%;
	}
}

.my-tooltip {
	background-color: #f3f3f3;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	margin: 5px;
	max-width: 400px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	text-align: center;
	z-index: 9999;
}

.my-tooltip .first {
	font-size: 20px;
	line-height: 1;
}

.my-tooltip .second {
	color: #454545;
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 45px;
	line-height: 1;
}

.media-left img,
.media-right img {
	max-width: none;
}

.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 0;
	font-size: 12px;
	margin-left: 0;
}

.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #454545;
	text-decoration: underline;
}

.nav {
	margin-left: 0;
}

.dropdown-menu {
	border-radius: 0;
}

.menu-horizontal-scrollable {
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	padding: .5em;
	white-space: nowrap;
	width: 100%;
}

.menu-horizontal-scrollable::-webkit-scrollbar {
	display: none;
}

.nav-tabs > li > a {
	color: #454545;
}

.panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-heading {
	border-radius: 0;
}

.fa-pad-left {
	padding-left: 5px;
}

.fa-pad-right {
	padding-right: 5px;
}

.well {
	border-radius: 0;
}

ul.list-group {
	margin-left: 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #454545;
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

a.faux-panel-link,
a.faux-panel-link:hover,
a.faux-panel-link:focus {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-width: 1px 1px 2px;
	color: #333;
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 1px;
	padding: 10px 15px;
	text-decoration: none;
}

.widget a.faux-panel-link {
	color: #333;
	margin-bottom: 1px;
}

.panel-toggle .panel-heading {
	cursor: pointer;
}

.panel-toggle .panel-body :last-child {
	margin-bottom: 0;
}

.property-section-select {
	position: absolute;
}

.property-section-select.affix {
	margin-left: -150px;
	position: fixed;
	top: 125px;
	z-index: 19;
}

.property-section-select select {
	width: 100px;
}

.property-section-select-holder {
	display: none;
}

.affix .property-section-select-holder {
	display: block;
}

.js-read-more {
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
}

.js-read-more.read-less {
	overflow: hidden;
}

.js-read-more.read-less:after {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	bottom: 0;
	content: '';
	height: 2.5em;
	position: absolute;
	width: 100%;
}

.home .js-read-more.read-less:after {
	width: 0;
}

.js-read-more-toggle a {
	color: #303030;
	cursor: pointer;
	display: inline-block;
	font-family: 'Crossten', sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-decoration: underline !important;
}

.mfp-bg {
	background-color: #000;
}

.mfp-cursor-zoom a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-white-popup {
	background: #fff;
	margin: 40px auto;
	max-width: 650px;
	padding: 20px;
	position: relative;
	text-align: left;
}

.mfp-white-popup .popup-title {
	background-color: #ddd;
	margin: -20px -20px 20px;
	padding: 20px;
}

.mfp-white-popup .popup-hero {
	margin: -20px -20px 20px;
}

.mfp-white-popup hr:last-of-type {
	display: none;
}

@media (max-width: 519px) {
	.mfp-white-popup .media-left {
		display: block;
		margin-bottom: 10px;
	}
	.mfp-white-popup .media-object {
		width: 110px;
	}
}

.mfp-transparent-popup {
	color: #ccc;
	position: relative;
	text-align: center;
}

.mfp-transparent-popup a {
	color: #ccc;
	text-decoration: underline;
}

.mfp-transparent-popup a:focus,
.mfp-transparent-popup a:hover {
	color: #fff;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/**
 * Fade-zoom animation for first dialog
 */

/* .mfp-iframe-scaler Ex: YouTube */

/* start state */
.my-mfp-zoom-in .mfp-iframe-scaler,
.my-mfp-zoom-in .mfp-white-popup {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 

	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.my-mfp-zoom-in.mfp-ready .mfp-white-popup {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler,
.my-mfp-zoom-in.mfp-removing .mfp-white-popup {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.play-icon-overlay {
	display: block;
	position: relative;
}

.play-icon-overlay:after {
	color: rgba(255, 255, 255, .75);
	content: "\f01d";
	cursor: pointer;
	font-size: 6em;
	left: 50%;
	margin-left: -36px;
	margin-top: -42px;
	position: absolute;
	text-align: center;
	top: 50%;
}

.play-icon-overlay:hover:after {
	color: #fff;
	font-size: 8em;
	margin-left: -48px;
	margin-top: -56px;
}

.play-icon-corner {
	display: block;
	position: relative;
}

.play-icon-corner:after {
	background-color: rgba(0, 0, 0, .5);
	bottom: 2px;
	color: rgba(255, 255, 255, .75);
	content: "\f01d";
	cursor: pointer;
	font-size: 1.5em;
	padding: 2px 4px;
	position: absolute;
	right: 2px;
	text-align: center;
}

.play-icon-corner:hover:after {
	color: #fff;
	content: 'PLAY';
	font-family: 'Crossten', sans-serif;
}

.price-disclaimer {
	margin: 15px auto;
	padding: 0 15px;
	width: 90%;
}

@media (min-width: 768px) {
	.price-disclaimer {
		margin: 0 auto;
	}
}

.price-disclaimer a,
.price-disclaimer a:hover,
.price-disclaimer a:focus {
	color: #777;
	text-decoration: underline;
}

ul.row {
	list-style: none;
	padding: 0;
}

span.block {
	display: block;
}

div.img-caption {
	margin-left: 1rem;
	display: table;
}

div.img-caption p {
	display: table-caption;
	caption-side: bottom;
	text-align: center;
}

.small-margin {
	margin: 2px;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

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

iframe.iframepdf {
	width: 100%;
	height: 400px;
}

/**
 * 5.2 - Spacing
 */

@media (max-width: 519px) {
	.edge-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.edge-container > .row > [class*="col-"],
	.site-content > .container > .row > [class*="col-"] {
		padding-left: 0px;
		padding-right: 0px;
	}
}

ul.child-li-vertical-spacing li,
a.indian-point-nav,
.comments-area,
.margin-bottom-30,
.post-navigation,
.site-main,
.site-main > article,
.site-main div.page-content,
.widget {
	margin-bottom: 10px;
}

@media (min-width: 520px) {
	.comments-area,
	.margin-bottom-30,
	.post-navigation,
	.site-main,
	.site-main > article,
	.site-main div.page-content,
	.widget {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.comments-area,
	.margin-bottom-30,
	.post-navigation,
	.site-main,
	.site-main > article,
	.site-main div.page-content,
	.widget {
		margin-bottom: 30px;
	}
}



/**
 * 6.0 - Forms
 */

.btn {
	border-radius: 0;
	text-transform: uppercase;
}

.btn-primary {
	background-color: #3d3d3d;
	border-color: #343434;
	color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
	background-color: #0074b8;
	border-color: #0069a7;
	color: #fff;
}

.btn-primary:hover {
	background-color: #0074b8;
	border-color: #0069a7;
	color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #0074b8;
	border-color: #0069a7;
	color: #fff;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	background-color: #0069a7;
	border-color: #0069a7;
	color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #3d3d3d;
	border-color: #343434;
}

.btn-primary .badge {
	background-color: #fff;
	color: #3d3d3d;
}

.form-control {
	border-radius: 0;
}

.post-password-form {
	margin-bottom: 20px;
}

.post-password-form label {}

.post-password-form input[type="password"] {}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {}

.search-form > label {
	display: block;
}

input[type="search"].search-field {
	width: -webkit-calc(100% - 0px);
	width: calc(100% - 0px);
}

.search-submit:before {
	content: "\f002";
}

.search-submit {
}

field-wrap select.form-control {
	height: 34px;
}

/**
 * 7.0 - Navigation
 */

/**
 * 7.1 - Menus
 */

/* DO NOT EDIT */
	.wp-menu {
		clear: both;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.wp-menu li {
		display: inline-block;
		margin-bottom: 0;
		padding-bottom: 0;
		position: relative;
		text-align: left;
	}

	.wp-menu a {
		display: block;
		padding: 10px;
		text-decoration: none;
	}

	.wp-menu a:hover,
	.wp-menu a:focus {
		text-decoration: underline;
	}

	.wp-menu ul {
		background-color: #fff;
		left: -9999px;
		margin: 0;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: opacity .3s ease-in-out;
		-moz-transition:    opacity .3s ease-in-out;
		-ms-transition:     opacity .3s ease-in-out;
		-o-transition:      opacity .3s ease-in-out;
		transition:         opacity .3s ease-in-out;
		z-index: 99;
	}

	.wp-menu ul a {
		position: relative;
		min-width: 200px;
	}

	.wp-menu li:hover > ul {
		left: 0;
		opacity: 1;
	}

	.wp-menu li:hover > ul ul {
		left: 100%;
		top: 0%;
	}

	.wp-menu li.drop-alt:hover > ul {
		left: auto;
		right: 0;
	}

	.wp-menu li.drop-alt:hover > ul ul {
		left: auto;
		right: 100%;
	}

	.wp-menu > :first-child > a {}
	.wp-menu > :last-child > a {}
/* END DO NOT EDIT */

/* Primary Menu */
.main-navigation-wrap {
	background: #454545;
	display: none;
	height: 50px;
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 20;
}

@media (min-width: 768px) {
	.main-navigation-wrap {
		display: block;
	}
}

.admin-bar .main-navigation-wrap {
	top: 146px;
}

@media (min-width: 782px) {
	.admin-bar .main-navigation-wrap {
		top: 132px;
	}
}

.menu-primary-container {
	padding-left: 0;
	padding-right: 0;
}

.primary-menu {
	font-family: 'Crossten', sans-serif;
	margin-left: 180px;
}

@media (min-width: 1360px) {
	.primary-menu {
		margin-left: 115px;
	}
}

.primary-menu a {
	color: #d0d0d0;
	display: block;
	font-weight: 300;
	line-height: initial;
	padding: 7px 15px;
	text-decoration: none;
}

.primary-menu li:hover > a,
.primary-menu a:hover,
.primary-menu a:focus {
	background-color: #565656;
	color: #fff;
	text-decoration: none;
}

.primary-menu > li > a {
	background-color: transparent;
	color: #d0d0d0;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 50px;
	padding: 0 12px;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	-moz-transition:    color 0.2s ease-out, background-color 0.2s ease-out;
	-ms-transition:     color 0.2s ease-out, background-color 0.2s ease-out;
	-o-transition:      color 0.2s ease-out, background-color 0.2s ease-out;
	transition:         color 0.2s ease-out, background-color 0.2s ease-out;
}

@media (min-width: 992px) {
	.primary-menu > li > a {
		padding: 0 15px;
	}
}

.primary-menu > li:hover > a {
	background-color: #343434;
}

.primary-menu > li > a > span {
	color: #fff;
	display: none;
	float: left;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 11px 5px 0 0;
	text-align: right;
	width: 30px;
}

@media (min-width: 992px) {
	.primary-menu > li > a > span {
		display: block;
	}
}

.primary-menu ul {
	background-color: #454545;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	width: 200px;
}

.primary-menu > .last {
	float: right;
	margin-right: 0;
}

.primary-menu > .last > a {
	color: #868686;
	font-weight: 700;
}

.primary-menu > .last > a:hover {
	color: #f3f3f3;
	background-color: transparent;
}

@media (min-width: 992px) {
	.primary-menu > .last > a {
		font-size: 50px;
		height: 50px;
		line-height: 45px;
		overflow: hidden;
		padding: 0;
	}
}

/* Header Menu */
.header-navigation {
	bottom: 45px;
	position: absolute;
	right: 0;
}

.header-menu {
	display: none;
}

@media (min-width: 768px) {
	.header-menu {
		display: block;
	}
}

.header-menu > li {
	display: block;
	float: left;
}

.header-menu > li + li:before {
	color: #808080;
	display: inline-block;
	font-size: 90%;
	font-weight: 300;
	content: "|";
	margin: 0 2px;
}

.header-menu a {
	color: #454545;
	display: block;
	padding: 7px 15px;
	text-decoration: none;
}

.header-menu li:hover > a,
.header-menu a:hover,
.header-menu a:focus {
	background-color: #fff;
	color: #454545;
	text-decoration: none;
}

.header-menu > li > a {
	display: inline-block;
	padding: 2px 9px;
}

.header-menu > li:hover > a {
	background-color: #343434;
	color: #fff;
}

.header-menu ul {
	background-color: #f3f3f3;
	border: 1px solid #787878;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

.header-navigation a[href*="facebook.com"]:before,
.header-navigation a[href*="plus.google.com"]:before,
.header-navigation a[href*="twitter.com"]:before,
.header-navigation a[href*="youtube.com"]:before {
	font-size: 18px;
	margin-right: 10px;
}

.header-navigation a[href*="facebook.com"]:before {
	color: #3b5998;
	content: "\f082";
}

.header-navigation a[href*="plus.google.com"]:before {
	color: #dd4b39;
	content: "\f0d4";
}

.header-navigation a[href*="twitter.com"]:before {
	color: #1da1f2;
	content: "\f081";
}

.header-navigation a[href*="youtube.com"]:before {
	color: #cd201f;
	content: "\f166";
}

.post-navigation {
	background-color: #fff;
	border-top: 2px solid #434343;
	clear: both;
}

@media (min-width: 992px) {
	.no-sidebar .post-navigation {
		margin-right: 15%;
		margin-left: 15%;
	}
}

.post-navigation .nav-previous {
	padding: 20px;
}

.post-navigation .nav-next {
	padding: 20px;
}

.post-navigation .nav-links > div + div {
	border-top: 1px solid #d1d1d1;
}

@media (min-width: 992px) {
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.post-navigation .nav-links > div + div {
		border-top: none;
		float: right;
		text-align: right;
		width: 50%;
	}
}

.post-navigation a {
	color: #454545;
	display: inline-block;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color: #0074b8;
	text-decoration: none;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #999;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.post-navigation a:hover .meta-nav,
.post-navigation a:focus .meta-nav {
	color: #999;
}

.post-navigation .meta-nav:before,
.post-navigation .meta-nav:after {
	font-size: 13px;
}

.post-navigation .nav-previous .meta-nav:before {
	content: "\f0a8";
	margin-right: 5px;
}

.post-navigation .nav-next .meta-nav:after {
	content: "\f0a9";
	margin-left: 5px;
}

.post-navigation .post-title {
	font-family: 'Crossten', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.pagination {
	background-color: #fff;
	border-radius: 0;
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 16px;
	margin: 0;
	min-height: 40px;
	position: relative;
}

@media (min-width: 992px) {
	.no-sidebar .pagination {
		margin-right: 15%;
		margin-left: 15%;
	}
}

.pagination:before,
.pagination:after {
	background-color: #454545;
	content: "";
	height: 40px;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	left: 0;
}

.pagination a:hover,
.pagination a:focus {
	text-decoration: none;
}

.pagination .nav-links {
	position: relative;
	text-align: center;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	opacity: 0.3;
	position: absolute;
	width: 40px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f105";
	right: 0;
}

.pagination .nav-links:after {
	content: "\f104";
	left: 0;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

@media (min-width: 768px) {
	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
}

.pagination .page-numbers {
	display: none;
	line-height: 1;
	margin: 0;
	padding: 12px 15px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #454545;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	position: relative;
	width: 40px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #0074b8;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f104";
	left: 0;
	top: 0;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f105";
	right: 0;
	top: 0;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	font-family: 'Crossten', sans-serif;
	font-size: 13px;
	line-height: 1.538461538;
	margin-bottom: 20px;
	padding: 20px 0;
}

@media (min-width: 992px) {
	.image-navigation {
		margin-right: 0;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.no-sidebar .image-navigation {
		margin-right: 15%;
		margin-left: 15%;
	}
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	font-weight: 300;
	opacity: 0.7;
	padding: 0 10px;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f0a8";
	margin-right: 5px;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f0a9";
	margin-left: 5px;
}

/**
 * 7.2 - Mobile
 */


/**
 * 8.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 9.0 - Alignments
 */

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure.alignleft,
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure.alignright,
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure.aligncenter,
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

blockquote.alignleft {
	margin: 5px 0 20px 0;
}

blockquote.alignright {
	margin: 5px 0 20px 0;
}

blockquote.aligncenter {
	margin-top: 5px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	blockquote.alignleft {
		margin: 5px 20px 20px 0;
	}

	blockquote.alignright {
		margin: 5px 0 20px 20px;
	}
}


/**
 * 10.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.post-navigation:before,
.post-navigation:after,
.site-footer:before,
.site-footer:after,
.date-search:before,
.date-search:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after,
.property-listing:before,
.property-listing:after,
.package-listing:before,
.package-listing:after,
.schedule-legend-item:before,
.schedule-legend-item:after {
	content: "";
	display: table;
}

.clear,
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.post-navigation:after,
.site-footer:after,
.date-search:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after,
.property-listing:after,
.package-listing:after,
.schedule-legend-item:after {
	clear: both;
}


/**
 * 11.0 - Widgets
 */

.widget {
	background-color: #fff;
	border-top: 2px solid #434343;
	padding: 15px;
}

.sidebar > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget a,
.widget a:hover,
.widget a:focus {
	color: #454545;
}

.widget ol,
.widget ul {
	margin-left: 20px;
	padding-left: 0;
}

.widget .widget-title {
	font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.widget .widget-title {
		margin-top: 0;
	}
}

.widget .widget-title:empty {
	margin-top: 0;
	margin-bottom: 0;
}

.widget-title a {
	color: #454545;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar table > tbody > tr > td,
.widget_calendar table > thead > tr > th {
	line-height: 2.25;
	padding: 0;
}

.widget_calendar caption {
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	background-color: #0074b8;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #333;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.818181818;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #333;
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.538461538;
	margin-bottom: 7px;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 20px;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	display: inline-block;
	font-family: 'Crossten', sans-serif;
	line-height: 1;
	margin: 0 3px 5px 0;
	padding: 5px 6px 6px;
}

.tagcloud a:hover,
.tagcloud a:focus {
	background-color: #0074b8;
	border-color: #0074b8;
	color: #fff;
	outline: 0;
	text-decoration: none;
}


/**
 * 12.0 - Content
 */

.site {}

.site-inner {}

.site-content {
	word-wrap: break-word;
}

.site-content > .container {
	background-color: #fff;
}

@media (min-width: 520px) {
	.site-content > .container {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.home .site-content > .container {
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.site-content > .container {
		padding: 40px;
	}

	.home .site-content > .container {
		padding-bottom: 10px;
	}
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

@media (min-width: 992px) {
	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
}

.site-main {}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 12.1 - Header
 */

.site-header {
	font-family: 'Crossten', sans-serif;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

.site-header .container {
	background-color: #454545;
	color: #d0d0d0;
	min-height: 50px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

@media (min-width: 768px) {
	.site-header .container {
		background-color: #ddd;
		color: #454545;
		min-height: 100px;
		z-index: 21;
	}
}

.site-branding {}

.site-logo {
	display: none;
}

@media (min-width: 768px) {
	.site-logo {
		bottom: -100px;
		display: block;
		left: -10px;
		padding: 0;
		position: absolute;
		width: 150px;
	}
}

@media (min-width: 1360px) {
	.site-logo {
		bottom: -115px;
		left: -90px;
		width: 180px;
	}
}

.site-logo img {
	height: auto;
	max-width: 100%;
}

.site-title {
	font-size: 20px;
	line-height: 50px;
	margin: 0 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.site-title {
		display: none;
	}
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #fff;
	text-decoration: none;
}

.site-title a span {
	font-size: 80%;
	font-weight: 300;
	line-height: 1;
}

.site-description {
	display: none;
}

/* Header Phone */
.header-phone {
	display: none;
}

@media (min-width: 470px) {
	.header-phone {
		bottom: 12px;
		display: inline-block;
		left: 50%;
		margin-left: -120px;
		padding-left: 30px;
		position: absolute;
		width: 240px;
	}
}

@media (min-width: 768px) {
	.header-phone {
		bottom: 15px;
		left: 180px;
		margin-left: 0;
	}
}

@media (min-width: 1360px) {
	.header-phone {
		left: 130px;
	}
}

.header-phone .fa-phone {
	display: none;
}

@media (min-width: 520px) {
	.header-phone .fa-phone {
		color: #0074b8;
		display: inline-block;
		font-size: 6em;
		height: 52px;
		left: 0;
		top: -15px;
		overflow: hidden;
		position: absolute;
	}
}

@media (min-width: 768px) {
	.header-phone .fa-phone {
		height: 55px;
	}
}

.header-phone .phonenumber {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

/* Header Search */
.header-search {
	bottom: 10px;
	display: none;
	position: absolute;
	right: 0;
	width: 285px;
}

@media (min-width: 768px) {
	.header-search {
		display: block;
	}
}

@media (min-width: 992px) {
	.header-search {
		width: 315px;
	}
}

.site-search .form-inline .input-group {
	width: 100%;
}

.site-search .form-inline .input-group-btn {
	width: 85px;
}

.site-search .form-inline .btn {
	background-color: #f3f3f3;
	border-color: #f3f3f3;
	border-radius: 0;
	color: #454545;
	font-family: 'Crossten', sans-serif;
	font-weight: 700;
	padding: 4px 6px;
	text-transform: uppercase;
}

.site-search .form-inline .btn:active {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.site-search .form-inline .btn[disabled] {
	background-color: #fff;
	border-color: #fff;
	color: #7a7a7a;
	cursor: default;
	filter: alpha(opacity=100);
	opacity: 1;
}

.site-search .form-inline .btn .fa {
	font-size: 18px;
	margin-right: 5px;
}

.site-search .form-inline .form-control {
	border-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 30px;
	padding: 4px;
}

.site-search .form-inline .form-control:focus {
	border-color: #fff;
}


/**
 * 12.2 - Posts and pages
 */

.site-main > article,
.site-main div.page-content {
	background-color: #fff;
	padding: 20px;
	position: relative;
}

@media (min-width: 992px) {
	.no-sidebar .site-main > article,
	.no-sidebar .site-main div.page-content {
		margin-right: 15%;
		margin-left: 15%;
	}
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 0;
	margin-left: 0;
}

.entry-header .entry-meta {
	color: #757575;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.entry-header .entry-meta a {
	color: #757575;
}

.entry-header .entry-meta a:hover,
.entry-header .entry-meta a:focus {
	color: #454545;
}

.entry-title {
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}

@media (min-width: 470px) {
	.entry-title {
		font-size: 40px;
	}
}

.entry-title a {
	color: #454545;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #0074b8;
	text-decoration: none;
}

.post-thumbnail {
	display: block;
	margin-right: -20px;
	margin-bottom: 20px;
	margin-left: -20px;
}

@media (min-width: 992px) {
	.post-thumbnail {
		margin-right: -20px;
		margin-bottom: 20px;
		margin-left: -20px;
	}
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

/*
.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
*/

.entry-summary {}

.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
	text-decoration: none;
}

.more-link .fa {
	font-size: 75%;
	margin-left: 7px;
	vertical-align: middle;
}

.entry-footer {
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
}

.entry-footer:empty {
	margin-top: 0;
}

.entry-footer a {
	color: #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #0074b8;
}

.entry-format,
.cat-links,
.tags-links,
.comments-link,
.edit-link {}

.entry-format:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.edit-link:before {
	margin-right: 5px;
	opacity: 0.7;
	width: 12px;
}

.entry-format:before {
	content: "\f05a";
}

.cat-links:before {
	content: "\f07c";
}

.tags-links:before {
	content: "\f292";
}

.comments-link:before {
	content: "\f075";
}

.edit-link:before {
	content: "\f040";
}

@media (min-width: 992px) {
	.entry-format,
	.cat-links,
	.tags-links,
	.comments-link,
	.edit-link {
		display: block;
		margin-bottom: 5px;
	}

	.entry-footer > span:last-child {
		margin-bottom: 0;
	}
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	font-weight: 300;
	opacity: 0.7;
	padding: 0 10px;
}

@media (min-width: 992px) {
	.entry-footer > span:not(:last-child):after {
		display: none;
	}
}

.sticky-post {
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.posted-on,
.byline {
	display: inline;
}

.sticky .posted-on {
	display: none;
}

.page-header {
	background-color: #ccc;
	border-bottom: 0;
	margin-top: 0;
	padding: 20px;
	text-align: center;
}

.page-title {
	color: #454545;
	font-size: 30px;
	margin-bottom: 0;
}

.page-header .page-title {
	margin-top: 0;
}

.taxonomy-description {
	margin-top: 5px;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Crossten', sans-serif;
	margin: 0 0 20px;
}

.page-links a,
.page-links > span {
	background-color: #f3f3f3;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
}

.page-links a {
	background-color: #454545;
	border-color: #454545;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #0074b8;
	border-color: transparent;
	color: #fff;
	text-decoration: none;
}

.page-links > .page-links-title {
	background-color: transparent;
	color: #454545;
	height: auto;
	margin: 0;
	padding-right: 10px;
	width: auto;
}

.entry-attachment {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.full-size-link {
		display: block;
		margin-bottom: 5px;
	}
}

.entry-caption {
	color: #8f8f8f;
	font-size: 13px;
	font-style: italic;
	line-height: 1.538461538;
	padding-top: 10px;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {}

@media (min-width: 992px) {
	.content-bottom-widgets .widget-area > :last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}
}

@media (min-width: 992px) {
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 4%;
		width: 48%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
}

/* floatbox is used on page: start-your-trip */
.floatbox {
	float: none;
	margin-bottom: 20px;
	min-height: 100px;
	padding-left: 100px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}
@media (min-width: 768px) {
	.floatbox {
		float: left;
		width: 50%;
	}
}
.floatbox {}
.floatbox img {
	float: left;
	margin-left: -100px;
}
/**
 * 12.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 32px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.4 - Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 2px solid #434343;
	padding: 20px;
}

@media (min-width: 992px) {
	.no-sidebar .comments-area {
		margin-right: 15%;
		margin-left: 15%;
	}
}

.comment-respond {
	background: rgba(0, 0, 0, .05);
	margin: 0 -20px -20px;
	padding: 20px;
}

.comments-area > .comment-respond:first-child {
	margin-top: -20px;
}

.comment-list .comment-respond {
	border-bottom: 1px solid #d1d1d1;
	margin: -25px 0 -1px;
	padding: 20px;
}

.comments-title,
.comment-reply-title {
	font-size: 23px;
}

.comment-reply-title {
	margin-top: 0;
}

.comments-title {
	margin-bottom: 20px;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 25px 0;
}

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

.comment-list .children > li {
	padding-left: 15px;
}

@media (min-width: 768px) {
	.comment-list .children > li {
		padding-left: 25px;
	}
}

.comment-author {
	font-size: 16px;
	line-height: 1.25;
}

.comment-author .avatar {
	float: left;
	height: 42px;
	margin-right: 15px;
	position: relative;
	width: 42px;
}

.bypostauthor > article .fn:after {
	content: "\f007";
	left: 5px;
	position: relative;
}

.comment-metadata,
.pingback .edit-link {
	font-family: 'Crossten', sans-serif;
	font-size: 12px;
	line-height: 1.666666667;
}

.comment-metadata {
	margin-bottom: 20px;
}

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

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

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	font-weight: 300;
	opacity: 0.7;
	padding: 0 10px;
}

.comment-content ul,
.comment-content ol {}

.comment-content li > ul,
.comment-content li > ol {}

.reply {
	text-align: right;
}

.comment-reply-link {
	background: #454545;
	color: #fff;
	display: inline-block;
	font-family: 'Crossten', sans-serif;
	font-size: 13px;
	line-height: 1;
	margin-top: 20px;
	padding: 5px 10px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	background-color: #0074b8;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

.comment-form {}

.comment-form label {
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1.538461538;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.comment-list .comment-form {}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 13px;
	line-height: 1.538461538;
	margin-bottom: 20px;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: 'Crossten', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 20px;
}

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

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #0074b8;
	font-family: sans-serif;
}

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

.comment-reply-title small a {
	border: 0;
	color: #454545;
	float: right;
	height: 32px;
	overflow: hidden;
	position: relative;
	right: -7px;
	top: -5px;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #0074b8;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f00d";
	font-size: 32px;
}


/**
 * 12.5 - Sidebar
 */

.sidebar {
	margin-bottom: 0;
}


/**
 * 12.6 - Footer
 */

.site-footer {
	background-color: #454545;
	padding-bottom: 100px;
	padding-top: 40px;
}

@media (min-width: 768px) {
	.site-footer {
		padding-bottom: 40px;
	}
}

.site-info {
	color: #fefefe;
	position: relative;
	text-align: center;
}

@media (min-width: 768px) {
	.site-info {
		padding: 0 40px;
		text-align: left;
	}
}

.site-info a,
.site-info a:hover,
.site-info a:focus {
	color: #fefefe;
	text-decoration: underline;
}

.site-info p,
.site-info ul {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.site-info p,
	.site-info ul {
		margin-bottom: 10px;
	}
}

.footer-logos {}

@media (min-width: 768px) {
	.footer-logos {
		margin-left: -15px;
		margin-right: 30px;
		text-align: left;
		width: 230px;
	}
}

@media (min-width: 992px) {
	.footer-logos,
	.footer-links-copyright {
		float: left;
	}
}

.footer-menu {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	width: 230px;
}

@media (min-width: 768px) {
	.footer-menu {
		margin: 10px 0;
	}
}

.footer-menu > li {
	display: inline-block;
}

.footer-menu > li + li:before {
	content: "\00b7";
	display: inline-block;
	opacity: 0.7;
	padding: 0 4px;
}

.footer-menu a,
.footer-menu a:hover,
.footer-menu a:focus {
	display: inline-block;
	padding: 0;
	text-decoration: underline;
}

.footer-copyright {
	font-size: 12px;
	line-height: 20px;
}

.footer-bbb {
	margin: 0 auto;
	width: 220px;
}

@media (min-width: 768px) {
	.footer-bbb {
		position: absolute;
		right: 40px;
		top: 0;
	}
}

.bbb-logo {
	float: right;
}

@media (min-width: 768px) {
	.bbb-logo {
		margin-right: -15px;
	}
}

.bbb-logo img {
	width: 100px;
}

.bbb-text {
	float: right;
	font-size: 12px;
	line-height: 20px;
	margin-right: 20px;
	text-align: right;
	width: 100px;
}

#stickybutton {
	background-color: #00CC00;
	bottom: 0;
	color: #fff;
	display: block;
	font-family: 'Crossten', sans-serif;
	line-height: 1;
	padding: 14px 24px;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	width: 100%;
	z-index: 999;
}

@media (min-width: 768px) {
	#stickybutton {
		border-radius: 18px 18px 0 0;
		border: 0;
		padding: 16px 24px 12px;
		width: auto;
	}
}

#stickybutton:focus,
#stickybutton:hover {
	background-color: #0c77bd;
	color: #fff;
}

#stickybutton .sb-book-now {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.6px;
	vertical-align: middle;
}

@media (min-width: 768px) {
	#stickybutton .sb-book-now {
		font-size: 18px;
	}
}

#stickybutton .sb-click-here {
	font-size: 11px;
	font-weight: 300;
	margin-left: 10px;
	vertical-align: middle;
}

@media (min-width: 768px) {
	#stickybutton .sb-click-here {
		font-size: 11px;
	}
}

#stickybutton .elementor-button-text {
	font-size: 9px;
}

#stickybutton .sidecart-cart-count-label {
	word-spacing: 3px;
}

#stickybutton .sidecart-ccl-text:before {
	content: 'Cart';
	letter-spacing: 1.6px;
	font-weight: bold;
}

#mob-btn-book-now .elementor-button-text {
	font-size: 9px;
}

#mob-btn-book-now .sidecart-cart-count-label {
	word-spacing: 3px;
}

@media (min-width: 1200px) {
	#tab-btn-book-now .sidecart-ccl-text:before {
		content: 'Cart';
	}
}

.sidecart-ccl-count {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 50%;
	display: inline-block;
	font-size: .75em;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center;
	top: -1px;
	width: 20px;
}


/**
 * 12.7 - Home Slider
 */

#carousel-home {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
}

@media (min-width: 520px) {
	#carousel-home {
		margin-top: -15px;
	}
}

@media (min-width: 768px) {
	#carousel-home {
		margin-left: -40px;
		margin-right: -40px;
		margin-top: -40px;
	}
}

#carousel-home .carousel-image {
	width: 100%;
}

#carousel-home .carousel-indicators {
	display: none;
	left: 3%;
	margin-left: 0;
	text-align: left;
	width: auto;
}

@media (min-width: 520px) {
	#carousel-home .carousel-indicators {
		display: block;
	}
}

#carousel-home .carousel-indicators li {
	background-color: #fff;
	border: none;
	opacity: 0.5;
}

#carousel-home .carousel-indicators .active {
	opacity: 1;
}

#carousel-home .carousel-caption {
	left: 3%;
	bottom: 0;
	padding-bottom: 15px;
	right: 3%;
	text-align: center;
}

@media (min-width: 520px) {
	#carousel-home .carousel-caption {
		bottom: 20px;
		padding-bottom: 20px;
		text-align: left;
	}
}

#carousel-home .carousel-caption h3 {
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (min-width: 520px) {
	#carousel-home .carousel-caption h3 {
		font-size: 2.6em;
	}
}

#carousel-home .carousel-caption p {
	font-size: 0.8em;
	margin-bottom: 0;
}

@media (min-width: 520px) {
	#carousel-home .carousel-caption p {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
}

#carousel-home .carousel-control {
	background: #fff;
	bottom: auto;
	color: #454545;
	height: 60px;
	margin-top: -30px;
	opacity: 0;
	text-shadow: none;
	top: 50%;
	width: 60px;
}

#carousel-home:hover .carousel-control {
	opacity: 0.25;
}

#carousel-home .carousel-control:hover {
	opacity: 1;
}

#carousel-home .carousel-control .glyphicon-chevron-right,
#carousel-home .carousel-control .icon-next {
	margin-top: -10px;
	margin-right: -10px;
}

#carousel-home .carousel-control .glyphicon-chevron-left,
#carousel-home .carousel-control .icon-prev {
	margin-top: -10px;
	margin-left: -10px;
}

@media (min-width: 768px) {
	#carousel-home .carousel-control .glyphicon-chevron-right,
	#carousel-home .carousel-control .icon-next {
		margin-top: -15px;
		margin-right: -15px;
	}

	#carousel-home .carousel-control .glyphicon-chevron-left,
	#carousel-home .carousel-control .icon-prev {
		margin-top: -15px;
		margin-left: -15px;
	}
}


/**
 * 12.8 - Date Search
 */

.date-search {
	background-color: #fff;
	font-family: 'Crossten', sans-serif;
	padding: 15px;
}

@media (min-width: 470px) {
	.date-search {
		padding: 15px 40px;
	}
}

.negative-margin .date-search {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.negative-margin .date-search {
		margin-left: -40px;
		margin-right: -40px;
	}
}

.date-search h2 {
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 520px) {
	.date-search h2 {
		font-size: 52px;
	}
}

@media (min-width: 768px) {
	.date-search h2 {
		float: left;
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.date-search h2 {
		font-size: 22px;
	}
}

.date-search h2 span {
	display: block;
	font-size: 26px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.date-search h2 span {
		display: inline;
		font-size: inherit;
	}
}

.date-search form {}

@media (min-width: 768px) {
	.date-search form {
		float: right;
	}
}

.date-search .date-search-fields {
	display: block;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.date-search .date-search-fields {
		display: inline-block;
		margin-bottom: 0;
		width: auto;
	}
}

.date-search .date-search-fields label {
	color: #454545;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	text-align: center;
	width: 49%;
}

@media (min-width: 768px) {
	.date-search .date-search-fields label {
		text-align: left;
		width: auto;
	}
}

.date-search .date-search-fields .form-control {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #3a3a3a;
	font-weight: 400;
	height: 26px;
	line-height: 26px;
	padding: 0 24px 0 8px;
	text-align: center;
}

@media (min-width: 768px) {
	.date-search .date-search-fields .form-control {
		text-align: left;
		width: 125px;
	}
}

@media (min-width: 992px) {
	.date-search .date-search-fields .form-control {
		width: 165px;
	}
}

.date-search-fields .form-control:focus {
	border-color: #d9d9d9;
}

.date-search .date-search-fields .fa {
	bottom: 7px;
	position: absolute;
	right: 12px;
}

.date-search .btn {
	background-color: #0074b8;
	border-radius: 0;
	border-color: #0074b8;
	color: #fff;
	display: block;
	font-family: 'Crossten', sans-serif;
	line-height: 20px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	vertical-align: top;
}

@media (min-width: 768px) {
	.date-search .btn {
		display: inline-block;
		margin: auto;
	}
}

.date-search .btn:active,
.date-search .btn:focus,
.date-search .btn:hover,
.date-search .btn:active:hover {
	background-color: #0069a7;
	border-color: #0069a7;
	color: #fff;
}


/**
 * 12.9 - Zone / Media
 */

.zone {
	background-color: #fff;
}

.zone-image-full {}

.zone-image-full img {
	width: 100%;
}

.zone-image-left {}

.zone-image-left img {}

.zone-image-overlay a::after {
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .1));
	content: '';
	display: block;
	height: 50px;
	margin-top: -50px;
	position: relative;
	width: 100%;
}

.zone-body {
	padding: 15px;
}

.zone-body > :last-child {
	margin-bottom: 0;
}

.zone-heading {
	margin-bottom: 5px;
	margin-top: 0;
}

.zone-slider {
	position: relative;
}

.zone-slider .zone-body {
	background-color: rgba(255, 255, 255, .9);
	bottom: 10px;
	left: 50%;
	margin-left: -35%;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	width: 70%;
}

.zone-slider .zone-heading {
	font-size: 12px;
}

.j-media {
	background-color: #fff;
	padding: 15px;
}

.j-media .media-left {
	padding-right: 15px;
}

.j-media .media-body > :last-child {
	margin-bottom: 0;
}

.j-media .heading-muted {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.sub-media {
	margin-bottom: 15px;
}

.sub-media:last-child {
	margin-bottom: 0;
}

.media-width-100 img {
	height: 75px;
	max-width: 100px;
}

.media-width-150 img {
	max-width: 150px;
}


/**
 * 12.10 - Ticket Prices
 */

@media (min-width: 600px) {
	.ticket-price-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}

.ticket-price-columns > div {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.ticket-price-wrap {
	background-color: #fff;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

.ticket-price-wrap h4:first-child,
.ticket-group-name {
	background-color: #454545;
	color: #fff;
	font-family: 'Crossten', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0;
	padding: 5px 11%;
	text-align: center;
	text-transform: uppercase;
}

.ticket-group-note {
	color: #777;
	margin: 2px 0;
	text-align: center;
}

.ticket-group-note a,
.ticket-group-note a:hover,
.ticket-group-note a:focus {
	color: #777;
	font-family: 'Crossten', sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.ticket-price-table {
	border-collapse: collapse;
	width: 100%;
}

.ticket-prices {}

.ticket-prices td {
	background-color: #ddd;
	border-bottom: 1px solid #bbb;
	display: block;
	padding: 1px;
	text-align: center;
}

.ticket-type-name {
	color: #555;
	display: inline-block;
	font-weight: 400;
}

.ticket-type-name:after {
	content: ':';
}

.ticket-price {
	font-size: 125%;
	font-weight: 700;
}

.ticket-price-note {
	display: none;
	font-size: 80%;
}

.ticket-prices-note {
	color: #777;
	font-size: 80%;
	margin-bottom: 0;
	margin-top: 2px;
	text-align: center;
}


/**
 * 12.11 - Property Map
 */

.map-location {
	border: 1px solid #d1d1d1;
	height: 400px;
	margin: 0 auto 10px;
	width: 100%;
}

.driving-directions-toggle {
	background: #ccc;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Crossten', sans-serif;
	font-size: 14px;
	padding: 4px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.driving-directions-toggle:focus,
.driving-directions-toggle:hover {
	background: #454545;
	color: #fff;
	text-decoration: none;
}

.driving-directions-toggle .fa {
	margin-right: .2em;
}

.location-details {
	margin-bottom: 20px;
	text-align: center;
}

.directions-form {
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
}

.directions-form .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.directions-form p {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.location-details {
		float: left;
		margin-bottom: 0;
		text-align: left;
	}

	.directions-form {
		float: right;
	}

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

#directions_panel {
	clear: both;
	margin-top: 20px;
}

#directions_panel:empty {
	margin-top: 0;
}

#directions_panel > div {
	padding: 10px;
}

table.adp-placemark td {
	max-width: none;
	padding: 5px 10px;
}

table.adp-placemark img {
	max-width: none;
}


/**
 * 12.12 - Show Schedule
 */

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

.schedule-legend h4 {
	background-color: #454545;
	color: #fff;
	font-family: 'Crossten', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 15px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.schedule-legend-item {
	margin-bottom: 2px;
	padding-left: 25px;
}

.schedule-legend-color {
	float: left;
	margin-left: -25px;
}

.schedule-legend-time {
	float: left;
}

.schedule-calendar {}

.schedule-calendar-month {
	padding: 0 1px;
}

.schedule-calendar-month a {
	text-decoration: none;
}

.schedule-calendar-month table {
	border-collapse: collapse;
	width: 100%;
}

.schedule-calendar-month caption {
	background-color: #25bdbf;
	color: #fff;
	font-family: 'Crossten', sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	padding: 7px 10px 5px;
	text-align: left;
	text-transform: uppercase;
}

.schedule-calendar-month caption span {
	float: right;
}

.schedule-calendar-month th {
	background-color: #383938;
	border: 1px solid #383938;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 2px;
	text-align: center;
}

.schedule-calendar-month td {
	border: 1px solid #c5c6c8;
	color: rgba(0, 0, 0, .7);
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding: 15px 4px 4px 10px;
	text-align: right;
}

@media (min-width: 375px) {
	.schedule-calendar-month td {
		padding-left: 15px;
	}
}

.schedule-calendar-month td a {
	color: rgba(0, 0, 0, .7);
	text-decoration: none;
}

.schedule-calendar-month td a:hover {
	font-weight: bold;
}

.schedule-color-01 { background-color: #89c5da; color: #89c5da; }
.schedule-color-02 { background-color: #da5724; color: #da5724; }
.schedule-color-03 { background-color: #74d944; color: #74d944; }
.schedule-color-04 { background-color: #ce50ca; color: #ce50ca; }
.schedule-color-05 { background-color: #3f4921; color: #3f4921; }
.schedule-color-06 { background-color: #c0717c; color: #c0717c; }
.schedule-color-07 { background-color: #cbd588; color: #cbd588; }
.schedule-color-08 { background-color: #5f7fc7; color: #5f7fc7; }
.schedule-color-09 { background-color: #673770; color: #673770; }
.schedule-color-10 { background-color: #d3d93e; color: #d3d93e; }
.schedule-color-11 { background-color: #88888e; color: #88888e; }
.schedule-color-12 { background-color: #508578; color: #508578; }
.schedule-color-13 { background-color: #d7c1b1; color: #d7c1b1; }
.schedule-color-14 { background-color: #689030; color: #689030; }
.schedule-color-15 { background-color: #ad6f3b; color: #ad6f3b; }
.schedule-color-16 { background-color: #cd9bcd; color: #cd9bcd; }
.schedule-color-17 { background-color: #d14285; color: #d14285; }
.schedule-color-18 { background-color: #6dde88; color: #6dde88; }
.schedule-color-19 { background-color: #652926; color: #652926; }
.schedule-color-20 { background-color: #7fdcc0; color: #7fdcc0; }
.schedule-color-21 { background-color: #c84248; color: #c84248; }
.schedule-color-22 { background-color: #8569d5; color: #8569d5; }
.schedule-color-23 { background-color: #5e738f; color: #5e738f; }
.schedule-color-24 { background-color: #d1a33d; color: #d1a33d; }
.schedule-color-25 { background-color: #8a7c64; color: #8a7c64; }
.schedule-color-26 { background-color: #599861; color: #599861; }

.schedule-legend-color [class*='schedule-color-'] {
	background-color: transparent;
	font-size: 1.5em;
	vertical-align: bottom;
}

.schedule-calendar-month [class*='schedule-color-'] {
	color: rgba(0, 0, 0, .7);
}

.elementor-264947 .elementor-element.elementor-element-5908fc62 .elementor-icon-list-icon i {
	color: inherit;
}

.sc-initialized .sidecart-calendar-button {
	cursor: pointer;
}


/**
 * 12.13 - Amenities
 */

.property-amenities ul {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	padding-left: 0;
}

.property-amenities li {
	background: #eee;
	float: left;
	font-size: 15px;
	margin: 0 5px 5px 0;
	padding: 5px 7px;
}


/**
 * 12.14 - Property List
 */

.page-template-page_attractions .site-main,
.page-template-page_lodging .site-main,
.page-template-page_offers .site-main,
.page-template-page_shows .site-main {
	margin-bottom: 0;
}

.page-template-page_attractions .site-main > article,
.page-template-page_lodging .site-main > article,
.page-template-page_offers .site-main > article,
.page-template-page_shows .site-main > article {
	background-color: transparent;
	padding: 0;
}

body.page-template-page_attractions article .entry-header,
body.page-template-page_lodging article .entry-header,
body.page-template-page_offers article .entry-header,
body.page-template-page_shows article .entry-header {
	background-color: #fff;
	padding: 20px;
}

@media (min-width: 992px) {
	body.page-template-page_attractions article .entry-content,
	body.page-template-page_lodging article .entry-content,
	body.page-template-page_offers article .entry-content,
	body.page-template-page_shows article .entry-content {
		background-color: #fff;
		padding: 30px 20px;
	}
}

.listings-group {
	background-color: #fff;
	padding: 20px;
}

.listings-group:last-of-type {
	margin-bottom: 0;
}

.listings-group > h2 {
	background-color: #0074b8;
	color: #fff;
	font-family: 'Crossten', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 -20px 20px;
	padding: 5px 20px;
	text-align: left;
	text-transform: uppercase;
}

@media (min-width: 470px) {
	.listings-group > h2 {
		font-size: 28px;
	}
}

.property-listing .tooltip-inner {
	border-radius: 0;
	font-family: 'Crossten', sans-serif;
	font-size: 16px;
	padding: 5px 10px;
	white-space: nowrap;
}

.property-listing {
	border-bottom: 1px solid #eee;
	padding: 7px 60px 7px 30px;
	position: relative;
}

@media (min-width: 768px) {
	.property-listing {
		padding-right: 145px;
	}
}

.property-listing:focus,
.property-listing:hover {
	background-color: #eee;
}

.property-listing:last-of-type {
	margin-bottom: 0;
}

.property-listing h3 {
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.property-listing h3 a {
	color: #454545;
	text-decoration: underline;
}

.property-listing h3 span {
	color: #777;
	font-size: 90%;
	font-weight: 400;
}

.property-listing .price {
	position: absolute;
	right: 5px;
	text-align: right;
	top: 7px;
}

.lodging-listing .price {
	line-height: 13px;
}

.lodging-listing .price:after {
	color: #888;
	content: 'And Up';
	display: block;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 9px;
	text-transform: lowercase;
}

.property-listing .quicklook {
	left: 5px;
	position: absolute;
	top: 7px;
}

.property-listing .quicklook .fa-search-plus {
	color: #777;
	font-size: 18px;
}

.property-listing .quicklook .fa-search-plus + .tooltip .tooltip-arrow {
	border-top-color: #777;
}

.property-listing .quicklook .fa-search-plus + .tooltip .tooltip-inner {
	background-color: #777;
}

.property-listing .featured,
.property-listing .offer {
	background-color: #0074b8;
	border-radius: 0;
	display: inline-block;
	height: 20px;
	line-height: 22px;
	margin-top: 3px;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
}

.property-listing .offer {
	background-color: #d9534f;
	cursor: pointer;
	text-decoration: underline;
}

.property-listing .offer .fa {
	float: left;
	margin-right: .3em;
	margin-top: 6px;
}

.bundle-save {
	background: #454545;
	color: #fff;
	line-height: 1;
	padding: 13px 20px 15px;
}

.bundle-save > span:nth-child(1) {
	float: left;
	font-family: 'Crossten', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 470px) {
	.bundle-save > span:nth-child(1) {
		text-align: left;
		width: auto;
	}
}

@media (min-width: 768px) {
	.bundle-save > span:nth-child(1) {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	.bundle-save > span:nth-child(1) {
		font-size: 40px;
	}
}

.bundle-save > span:nth-child(2) {
	float: right;
	font-size: 14px;
	margin-top: 10px;
	padding: 0 50px;
	text-align: center;
	width: 100%;
}

@media (min-width: 470px) {
	.bundle-save > span:nth-child(2) {
		margin-top: 4px;
		padding: 0;
		text-align: left;
		width: auto;
	}
}

@media (min-width: 768px) {
	.bundle-save > span:nth-child(2) {
		font-size: 16px;
		margin-top: 8px;
	}
}

@media (min-width: 992px) {
	.bundle-save > span:nth-child(2) {
		font-size: 22px;
		margin-top: 11px;
	}
}

.bundle-save > span:nth-child(2) strong {
	text-transform: uppercase;
}

/**
 * 12.15 - Property Info
 */

.single-branson_attraction .site-main,
.single-branson_lodging .site-main,
.single-branson_show .site-main {
	margin-bottom: 0;
}

.single-branson_attraction .site-main > article,
.single-branson_lodging .site-main > article,
.single-branson_show .site-main > article {
	background-color: transparent;
	padding: 0;
}

body.single-branson_attraction article.type-branson_attraction .entry-header,
body.single-branson_lodging article.type-branson_lodging .entry-header,
body.single-branson_show article.type-branson_show .entry-header {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

body.single-branson_attraction article.type-branson_attraction .entry-content,
body.single-branson_lodging article.type-branson_lodging .entry-content,
body.single-branson_show article.type-branson_show .entry-content {
	background-color: #fff;
	padding: 20px;
}

@media (min-width: 992px) {
	body.single-branson_attraction article.type-branson_attraction .entry-content,
	body.single-branson_lodging article.type-branson_lodging .entry-content,
	body.single-branson_show article.type-branson_show .entry-content {
		padding: 40px 20px;
	}
}

.single-branson_attraction .entry-title,
.single-branson_lodging .entry-title,
.single-branson_show .entry-title {
	margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.single-branson_attraction .zone .zone-heading,
	.single-branson_lodging .zone .zone-heading,
	.single-branson_show .zone .zone-heading {
		font-size: 16px;
	}
}

body.single-branson_attraction article.type-branson_attraction .entry-content hr,
body.single-branson_lodging article.type-branson_lodging .entry-content hr,
body.single-branson_show article.type-branson_show .entry-content hr {
	margin-bottom: 30px;
	margin-top: 30px;
}

body.single-branson_attraction article.type-branson_attraction .entry-content h2.section-anchor,
body.single-branson_lodging article.type-branson_lodging .entry-content h2.section-anchor,
body.single-branson_show article.type-branson_show .entry-content h2.section-anchor {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

body.single-branson_attraction article.type-branson_attraction .entry-content h2.section-anchor a,
body.single-branson_lodging article.type-branson_lodging .entry-content h2.section-anchor a,
body.single-branson_show article.type-branson_show .entry-content h2.section-anchor a {
	color: #454545;
}

.property-photo-hero {}

.property-hero-video {}

.property-buy-hero {
	background-color: #fff;
	height: 260px;
	position: relative;
}

@media (min-width: 768px) {
	.property-buy-hero {
		height: 179px;
	}
}

@media (min-width: 992px) {
	.property-buy-hero {
		height: 235px;
	}
}

@media (min-width: 1200px) {
	.property-buy-hero {
		height: 279px;
	}
}

.property-buy-hero .top {
	padding: 20px 20px 0;
}

.property-buy-hero .bottom {
	bottom: 0;
	padding: 0 20px 20px;
	position: absolute;
	width: 100%;
}

.hero-buy-icon {
	float: right;
	font-size: 6em;
}

@media (min-width: 768px) {
	.hero-buy-icon {
		font-size: 3em;
	}
}

@media (min-width: 992px) {
	.hero-buy-icon {
		font-size: 5em;
	}
}

@media (min-width: 1200px) {
	.hero-buy-icon {
		font-size: 6em;
	}
}

.hero-buy-price-label {
	color: #454545;
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
}

@media (min-width: 768px) {
	.hero-buy-price-label {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.hero-buy-price-label {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.hero-buy-price-label {
		font-size: 28px;
	}
}

.hero-buy-price {
	background-color: #ddd;
	display: inline-block;
	font-size: 24px;
	padding: 0 15px;
}

@media (min-width: 768px) {
	.hero-buy-price {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.hero-buy-price {
		font-size: 34px;
	}
}

.hero-buy-price-note {
	color: #777;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.hero-buy-price-note {
		font-size: 9px;
	}
}

@media (min-width: 992px) {
	.hero-buy-price-note {
		font-size: 12px;
	}
}

.hero-buy-button {
	background-color: #0074b8;
	color: #fff;
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 40px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.hero-buy-button {
		font-size: 22px;
		padding: 5px 10px;
	}
}

@media (min-width: 992px) {
	.hero-buy-button {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.hero-buy-button {
		font-size: 40px;
		padding: 10px 20px;
	}
}

.hero-buy-button:focus,
.hero-buy-button:hover {
	background-color: #0069a7;
	color: #fff;
	text-decoration: none;
}

.hero-buy-discounts {
	color: #454545;
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

@media (min-width: 768px) {
	.hero-buy-discounts {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.hero-buy-discounts {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.hero-buy-discounts {
		font-size: 20px;
	}
}

.located-at a,
.located-at a:hover,
.located-at a:focus {
	color: #454545;
	text-decoration: underline;
}


/**
 * 12.16 - Theater List
 */

.page-template-page_theaters .site-main {
	margin-bottom: 0;
}

.page-template-page_theaters .site-main > article {
	background-color: transparent;
	padding: 0;
}

body.page-template-page_theaters article .entry-header {
	background-color: #fff;
	padding: 20px;
}

@media (min-width: 992px) {
	body.page-template-page_theaters article .entry-content {
		background-color: #ccc;
		padding: 30px 20px;
	}
}

@media (min-width: 520px) {
	.theater-list-group {
		margin-bottom: 0;
	}
}

.theater-list-group-item:first-child,
.theater-list-group-item:last-child {
	border-radius: 0;
}

.theater-list-group-item {
	text-align: center;
}

.theater-list-group-item address {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.theater-list-group-item {
		text-align: left;
	}

	.theater-list-group-item address {
		margin-bottom: 0;
	}

	.theater-list-group-item a.btn {
		position: absolute;
		right: 10px;
		top: 10px;
	}
}


/**
 * 12.17 - Theater Info
 */

.single-branson_theater .site-main {
	margin-bottom: 0;
}

.single-branson_theater .site-main > article {
	background-color: transparent;
	padding: 0;
}

body.single-branson_theater article.type-branson_theater .entry-header {
	background-color: #fff;
	padding: 20px;
}

@media (min-width: 992px) {
	body.single-branson_theater article.type-branson_theater .entry-content {
		background-color: #ccc;
		padding: 30px 20px;
	}
}


/**
 * 12.18 - Video List
 */

.page-template-page_videos .site-main {
	margin-bottom: 0;
}

.page-template-page_videos .site-main > article {
	background-color: transparent;
	padding: 0;
}

body.page-template-page_videos article .entry-header {
	background-color: #fff;
	padding: 20px;
}

body.page-template-page_videos article .entry-header > div > div > :last-child {
	margin-bottom: 0;
}

.video-list-group {
	background-color: #fff;
	padding: 20px;
}

.video-list-group:last-of-type {
	margin-bottom: 0;
}

.video-list-group > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.video-list-group > h2 {
	background-color: #454545;
	color: #fff;
	font-family: 'Crossten', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 -20px 20px;
	padding: 5px 20px;
	text-align: left;
	text-transform: uppercase;
}

@media (min-width: 470px) {
	.video-list-group > h2 {
		font-size: 28px;
	}
}

.video-list-group-featured > h2 {
	background-color: #0074b8;
}

.video-list-group > h2 > a {
	color: #fff;
	color: rgba(255, 255, 255, .75);
	float: right;
	font-size: 12px;
	line-height: 25px;
	text-decoration: underline;
}

.video-list-group > h2 > a:hover {
	color: #fff;
}

@media (min-width: 470px) {
	.video-list-group > h2 > a {
		line-height: 39px;
	}
}

.video-list-group > [class*="col-"]:nth-of-type(1n+1) {
	clear: none;
}

.video-list-group > [class*="col-"]:nth-of-type(2n+1) {
	clear: left;
}

@media (min-width: 768px) {
	.video-list-group > [class*="col-"]:nth-of-type(2n+1) {
		clear: none;
	}

	.video-list-group > [class*="col-"]:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width: 992px) {
	.video-list-group > [class*="col-"]:nth-of-type(3n+1) {
		clear: none;
	}

	.video-list-group > [class*="col-"]:nth-of-type(4n+1) {
		clear: left;
	}
}

@media (min-width: 1200px) {
	.video-list-group > [class*="col-"]:nth-of-type(4n+1) {
		clear: none;
	}

	.video-list-group > [class*="col-"]:nth-of-type(6n+1) {
		clear: left;
	}
}

.video-list-group-item {}


.video-list-group-item-image {
	margin-bottom: 3px;
}

.video-list-group-item-body h3 {
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 0;
}

.video-list-group-item-body h3 a {
	color: #888;
	text-decoration: underline;
}

.video-list-group-item-body h3 a:hover {
	color: #454545;
	text-decoration: underline;
}


/**
 * 12.19 - Video Info
 */

.single-branson_video .site-main {
	margin-bottom: 0;
}

.single-branson_video .site-main > article {
	background-color: transparent;
	padding: 0;
}

.single-branson_video .site-main > article .embed-responsive {
	background-color: #000;
}

body.single-branson_video article.type-branson_video .entry-header {
	background-color: #fff;
	padding: 20px;
}

body.single-branson_video article.type-branson_video .entry-content {
	background-color: #fff;
	padding: 20px;
}

.single-branson_video .entry-title {
	font-size: 22px;
	font-weight: 400;
}

.video-sidebar {}

@media (min-width: 992px) {
	.video-sidebar .col-xs-6,
	.video-sidebar .col-sm-4,
	.video-sidebar .col-md-3,
	.video-sidebar .col-lg-2 {
		width: 100%;
	}

	.video-sidebar .video-list-group-item {
		margin-bottom: 15px;
	}

	.video-sidebar .video-list-group-item-image,
	.video-sidebar .video-list-group-item-body {
		float: left;
		width: 50%;
	}

	.video-sidebar .video-list-group-item-body {
		padding-left: 10px;
	}

	.video-sidebar .video-list-group-item-body h3 {
		margin-bottom: 0;
		margin-top: 5px;
	}
}


/**
 * 12.20 - Package List
 */

.page-template-page_packages .site-main {
	margin-bottom: 0;
}

.page-template-page_packages .site-main > article {
	background-color: transparent;
	padding: 0;
}

body.page-template-page_packages article .entry-header {
	background-color: #fff;
	padding: 20px;
}

@media (min-width: 992px) {
	body.page-template-page_packages article .entry-content {
		background-color: #ccc;
		padding: 30px 20px;
	}
}

.packages-group {
	background-color: #fff;
	padding: 20px;
}

.packages-group:last-of-type {
	margin-bottom: 0;
}

.packages-group > h2 {
	background-color: #0074b8;
	color: #fff;
	font-family: 'Crossten', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 -20px 20px;
	padding: 5px 20px;
	text-align: left;
	text-transform: uppercase;
}

@media (min-width: 470px) {
	.packages-group > h2 {
		font-size: 28px;
	}
}

.package-listing .tooltip-inner {
	border-radius: 0;
	font-family: 'Crossten', sans-serif;
	font-size: 16px;
	padding: 5px 10px;
	white-space: nowrap;
}

.package-listing {
	border-bottom: 1px solid #eee;
	padding: 7px 60px 7px 30px;
	position: relative;
}

@media (min-width: 768px) {
	.package-listing {
		padding-right: 135px;
	}
}

.package-listing.open,
.package-listing:focus,
.package-listing:hover {
	background-color: #eee;
}

.package-listing:last-of-type {
	margin-bottom: 0;
}

.package-listing h3 {
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.package-listing h3 a {
	color: #454545;
	text-decoration: underline;
}

.package-listing .price {
	line-height: 13px;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 7px;
}

.package-listing .price:after {
	color: #888;
	content: 'And Up';
	display: block;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 9px;
	text-transform: lowercase;
}

.package-listing .quicklook {
	left: 5px;
	position: absolute;
	top: 7px;
}

.package-listing .quicklook .fa {
	color: #777;
	font-size: 18px;
}

.package-listing .quicklook .fa + .tooltip .tooltip-arrow {
	border-top-color: #777;
}

.package-listing .quicklook .fa + .tooltip .tooltip-inner {
	background-color: #777;
}

.package-listing .featured {
	background-color: #0074b8;
	border-radius: 0;
	display: inline-block;
	height: 20px;
	line-height: 22px;
	margin-top: 3px;
	padding-bottom: 0;
	padding-top: 0;
	right: 60px;
	text-transform: uppercase;
	top: 7px;
}

@media (min-width: 768px) {
	.package-listing .featured {
		margin-top: 0;
		position: absolute;
	}
}

.quicklook-package h3.entry-title {
	font-size: 22px;
	margin: 5px 0;
	text-transform: uppercase;
}


/**
 * 12.21 - Package Info
 */

.single-branson_package .site-main {
	margin-bottom: 0;
}

.single-branson_package .site-main > article {
	background-color: transparent;
	padding: 0;
}

body.single-branson_package article.type-branson_package .entry-header {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

body.single-branson_package article.type-branson_package .entry-content,
body.single-branson_package article.type-branson_package .entry-footer {
	background-color: #fff;
	padding: 20px;
}

body.single-branson_package article.type-branson_package .entry-title {
	margin-bottom: 0;
}

.package-sidebar {}

.package-seasons > .nav-tabs > li {
	float: none;
	margin-bottom: 0;
}

.package-seasons > .nav-tabs > li > a {
	background-color: #e3e3e3;
	border-bottom-color: #fff;
	border-radius: 0;
	color: #454545;
	font-weight: bold;
	margin-right: 0;
	text-decoration: underline;
}

@media (min-width: 520px) {
	.package-seasons > .nav-tabs > li {
		float: left;
		margin-bottom: -1px;
	}
	.package-seasons > .nav-tabs > li > a {
		border-bottom-color: transparent;
		margin-right: 2px;
	}
}

.package-seasons > .nav-tabs > li > a:hover {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	border-top-color: #454545;
}

@media (min-width: 520px) {
	.package-seasons > .nav-tabs > li > a,
	.package-seasons > .nav-tabs > li > a:hover {
		border-top-color: transparent;
	}
}

.package-seasons > .nav-tabs > li.active > a,
.package-seasons > .nav-tabs > li.active > a:hover,
.package-seasons > .nav-tabs > li.active > a:focus {
	background-color: #454545;
	border: 1px solid #454545;
	color: #fff;
	text-decoration: none;
}

.package-nights > .nav-pills {
	background-color: #454545;
	padding: 10px;
}

.package-nights > .nav-pills > li > a {
	background-color: #565656;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.package-nights > .nav-pills > li > a:hover {
	background-color: #5e5e5e;
	color: #fff;
}

.package-nights > .nav-pills > li.active > a,
.package-nights > .nav-pills > li.active > a:hover,
.package-nights > .nav-pills > li.active > a:focus {
	background-color: #fff;
	border: none;
	color: #454545;
	text-decoration: none;
}

.package-nights .tab-content {
	position: relative;
}

.package-nights .tab-content .alert {
	margin-bottom: 0;
}

.package-dates {
	background-color: #ddd;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

.package-price-info {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.package-price {
	color: #454545;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
}

.package-price-was {
	color: #aaa;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-decoration: line-through;
	vertical-align: bottom;
}

.package-qty-note {
	font-size: 12px;
	font-weight: bold;
}

.package-compare-prices a,
.package-compare-prices a:hover,
.package-compare-prices a:focus,
.package-items a,
.package-items a:hover,
.package-items a:focus {
	color: #454545;
	font-weight: 700;
	text-decoration: underline;
}

.package-buy-button {
	background-color: #0074b8;
	color: #fff;
	display: block;
	font-family: 'Crossten', sans-serif;
	font-size: 40px;
	margin: 0 auto;
	max-width: 280px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.package-buy-button:focus,
.package-buy-button:hover {
	background-color: #0069a7;
	color: #fff;
	text-decoration: none;
}

.package-sold-out {
	background-color: rgba(255, 255, 255, .65);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 500;
}

.package-sold-out img {
	position: absolute;
	top: 100px;
}

.package-sidebar {
	background-color: #fff;
	padding: 20px;
}

.package-media .media-object {
	width: 100px;
}

.package-media .media-heading a {
	color: #454545;
}


/**
 * 12.22 - Pop Ups
 */

#buy-online-modal,
#request-info-modal,
#price-compare-modal {
	padding: 0 0 20px;
}

.mfp-close-out .mfp-close {
	color: #fff;
	height: auto;
	right: 0;
	top: -40px;
	width: 34px;
}

#request-info-phone .h1,
#request-info-phone .h3 {
	margin-top: 0;
}

#bogo-offer-modal > div {
	padding: 0 20px;
}

#bogo-offer-modal .modal-header {
	background-color: #d9534f;
	color: #fff;
	margin: -20px -40px 20px;
	padding: 30px 20px;
}

#bogo-offer-modal .bcom-accent {
	color: #d9534f;
}

.mfp-wrap .bogo-offer {
	display: none;
}

.mfp-bogo-free .bogo-offer.bogo-free,
.mfp-bogo-half-off .bogo-offer.bogo-half-off {
	display: block;
}

#buy-online-modal > div {
	padding: 0 20px;
}

#price-compare-modal > div {
	padding: 20px 20px 0;
}


/**
 * 12.23 - Blog Sections
 */

.blog-sections .panel {
	margin-bottom: 1px;
}

.blog-sections .panel .section-title {
	color: #999;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.blog-sections .panel-body > ul {
	list-style: none;
	margin-left: 0;
}

.blog-sections .panel-body > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
}

.blog-sections .panel-body > ul > li a {
	display: inline-block;
	padding: 2px;
}

.blog-sections .panel-body > ul > li ul {
	border-top: 1px solid #ddd;
	list-style: none;
	margin-left: 0;
}

.blog-sections .panel-body > ul > li ul ul {
	border-top: 1px solid #eee;
	padding-left: 15px;
}

.blog-sections .panel-body > ul > li li {
	border-bottom: 1px solid #eee;
	line-height: 1.3;
}

.blog-sections .panel-body > ul > li ul li:last-of-type {
	border-bottom: none;
}
div#golf-header {
	height: 115px;
	margin-bottom: 30px;
	position: relative;
}

div#golf-header div.golf-header-bg {
	background: url("/images/golfheader.jpg") no-repeat center -295px;
	height: 115px;
	position: absolute;
	top: 0;
	width: 100%;
	/*filter: grayscale(1);*/
}

div#golf-header h1 {
	font-size: 60px;
	font-variant: small-caps;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
	color: #fff;
}

/**
 * 12.24 - Photo Gallery
 */

.page-template-page_photo_gallery .btn-group {
	margin-bottom: 20px;
}

.photo-gallery {
	margin-bottom: 20px;
}

.photo-gallery .loading {
	background: #ddd;
	padding: 40px 20px;
	text-align: center;
}

.photo-gallery .thumbnails {
	background-color: #ddd;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1px;
	-moz-column-gap: 1px;
	column-gap: 1px;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 470px) {
	.photo-gallery .thumbnails {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media (min-width: 768px) {
	.photo-gallery .thumbnails {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

.photo-gallery .thumbnails li {
	background-color: #222;
	margin: 0 0 1px 0;
}

.photo-gallery .thumbnails li img {
	/* Just in case there are inline attributes */
	width: 100% !important;
	height: auto !important;
}

.photo-gallery .thumbnails li img:hover {
	opacity: .5;
}


/**
 * 12.25 - Weather
 */
.weather-nav,
.weather-wrap {
	margin-bottom: 20px;
}

.weatherTableHeader {
	font-weight: bold;
}

.weatherTableHeader > :first-child {
	display: none;
}

@media (min-width: 470px) {
	.weatherTableHeader > :first-child {
		display: table-cell;
	}
}

.weatherTableHeaderBG {
	background-color: #ddd;
}

.locName {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

.curObsTemp {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.curObsName {
	color: #333;
	font-size: 11px;
}

.curObsValue {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

.fcstHeader {
	background-color: #fff;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.fcstWxText {
	color: #333;
	font-size: 10px;
}

.fcstHighText {
	color: #ae1f23;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.fcstLowText {
	color: #006;
	font-size: 12px;
	text-decoration: none;
}

.fcstTextAlign {
	text-align: center;
	width: 100%;
}

.lightCellColor {
	display: none;
}

@media (min-width: 470px) {
	.lightCellColor {
		background-color: #f1f1f1;
		display: table-cell;
		width: 150px;
	}
}

.dateHeader {
	color: #fff;
	font-size: 9px;
}

.dateGeneral {
	color: #666;
	font-size: 9px;
}

.bodyText {
	color: #000;
}

.wxhistory {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

div#weather_mobile_buttons {
	display: none;
}

@media ( min-width: 0 ) and ( max-width: 469px ) {
	div#weather_mobile_buttons {
		display: block;
		margin-bottom: 1rem;
	}

	/*
	leaving this in case we only want to show only the next 3 days
	table.fcstTextAlign tbody tr td:nth-child(n+4){
	*/
	div.weather-nav,
	td.weatherTableHeaderBG.current_weather,
	tr td.weather_almanac {
		display: none !important;
	}

	td.forecast_table,
	td.current_weather {
		display: block;
	}

	td.current_weather {
		width: 100%;
	}

	td.current_weather table {
		margin: 0 auto;
	}

	td.current_weather table:before {
		content: 'Current Weather';
		font-weight: bold;
		line-height: 20px;
	}

}

/**
 * 12.26 - Gas Discounts
 */

.gas-coupon {
	border: 5px dashed #454545;
	margin: 20px auto;
	max-width: 700px;
	padding: 20px;
	text-align: center;
}

.gas-coupon h3 {
	margin-top: 0;
}


/**
 * 12.27 - Search Results
 */

.search-page {
	margin-bottom: 10px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.search-page {
		margin-top: 0;
	}
}

.search-page .search-field {
	border-left: 0;
	border-right: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #454545;
	font-size: 16px;
	height: 44px;
	line-height: 20px;
	padding: 11px 12px;
}

.search-page .search-field:focus {
	border-color: #ccc;
}

.search-page .search-submit {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 11px 14px;
}

.search-groups {
	background-color: #eee;
	margin-top: -10px;
}

.search-groups .btn {
	color: #454545;
}

.search-groups .btn.active {
	background-color: #fff;
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
}


/**
 * 13.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

/*.entry-content a img,*/
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 20px;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 13.1 - Captions
 */

.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	font-style: italic;
	padding-top: 5px;
}


/**
 * 13.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 20px;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1.538461538;
	padding-top: 5px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 14.0 - Jumpsix Marketing Stuff
 */

.menutoggle .fa-bars{
	cursor: pointer;
}
/*
@media(max-width:767px){
	body:not(.elementor-editor-active) .widemenu{
		display:none!important;
	}
}
*/
body:not(.elementor-editor-active) .widemenumain {
	display: block;
	max-height: 100000px;
	position: absolute;
	transition: max-height .25s, padding .5s, opacity .6s !important;
	width: 100%;
	z-index: 999;
}
body:not(.elementor-editor-active) .widemenumain.hideit {
	max-height: 0 !important;
	opacity: .5;
	overflow: hidden;
	padding: 0;
	transition: max-height .25s, padding .5s, opacity .6s !important;
}
.wasclicked .fa-bars:before {
	content: "\f00d" !important;
}
/* Adding to keep the green bar from flashing on page load. */
body:not(.elementor-editor-active) .hideonload {
	display: none;
}

#clear-dates {
	background-color: #ccc;
	margin-top: 12px;
}

.bcom-elementor-form-lodging #clear-dates {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.bcom-elementor-form-lodging #clear-dates:hover {
	color: #aaa;
}

.bcom-elementor-form-lodging #clear-dates .elementor-button-text {
	display: none;
}

@media (min-width: 1060px) {
	#clear-dates {
		margin-left: 12px;
		margin-top: 0;
	}
}

.bcom-elementor-form-lodging #clear-dates.elementor-button .elementor-align-icon-right {
	margin-left: 0;
}

#clear-filters {
	border: 0;
}

#clear-filters[disabled],
#clear-filters[disabled]:hover {
	background-color: #25bdbf;
	opacity: .5;
}

/* Party Picker */
.bcom-elementor-form-lodging {
	margin-top: -10px;
}

.bcom-elementor-form-lodging .elementor-message.elementor-message-danger:before {
	content: "\f06a";
}

.elementor-269653 .elementor-element.elementor-element-110a1735 .elementor-button.bcom-button-party,
.elementor-269653 .elementor-element.elementor-element-110a1735 .elementor-button.bcom-button-party:hover {
	background-color: #fff;
	border: 1px solid #818a91;
	color: #7a7a7a;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: none;
	width: 100%;
}

.bcom-button-party span + span {
	margin-left: 6px;
}

.bcom-col-party {
	position: relative;
}

.e6-party-picker {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
	margin-top: 5px;
	max-width: 320px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

@media (max-width: 349px) {
	.e6-party-picker {
		max-width: 280px;
	}
}

.e6-party-picker:before,
.e6-party-picker:after {
	bottom: 100%;
}

.e6-party-picker:before,
.e6-party-picker:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	left: 22px;
}

.e6-party-picker:before {
	border-bottom-color: #e6e6e6;
	border-width: 5px;
	margin: 0 -5px;
}

.e6-party-picker.open {
	display: inline-block;
	opacity: 1;
	overflow: visible;
	visibility: visible;
}

.e6-party-picker.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.e6-party-picker-main {}

.e6-room-wrapper,
.e6-room-data {
	padding: 12px;
}

.e6-room-wrapper,
.e6-room-data + .e6-room-data {
	border-top: solid 2px #c7c7c7;
}

.e6-room-data-title {
	color: #c7c7c7;
	font-family: 'Crossten', sans-serif;
	font-size: 17px;
	font-weight: 300;
}

.e6-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.e6-col {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.e6-all-col-fill {
	width: 1px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.e6-all-col-shrink {
	width: auto !important;
}

.e6-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.e6-step-input {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.e6-step-input-value-label-wrapper {
	font-family: 'Crossten', sans-serif;
	font-size: 17px;
	font-weight: 500;
}

.e6-step-input-value-label-wrapper span {
	display: block;
}

.e6-step-input-sub-text {
	font-size: 13px;
	font-weight: 400;
}

.e6-step-input-value {
	color: #616161;
	display: inline;
	font-size: 17px;
}

.e6-step-input-button {
	background: transparent;
	border-width: 0;
	color: #25bdbf;
	display: inline;
	font-size: 30px;
	height: 50px;
	margin: 0;
	outline: none;
	padding: 0;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	width: 50px;
}

.e6-step-input-button:hover {
	color: #0c77bd;
}

.e6-step-input-button:active {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.e6-step-input-button-stop,
.e6-step-input-button-stop:active,
.e6-step-input-button-stop:hover {
	color: #ccc;
	cursor: default;
	outline: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.e6-children-data {
	margin: 0 -12px 12px;
}

.e6-children-data-disabled {
	display: none;
}

.e6-child-field {
	float: left;
	margin: 12px 12px 0;
	position: relative;
	width: auto;
}

.e6-child-field span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 3px;
}

.e6-child-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23333333'><polygon points='0,0 100,0 50,50'/></svg>");
	background-color: #f7f7f7;
	background-size: 7px;
	background-position: calc(100% - 7px) calc(50% + 1px);
	background-repeat: no-repeat;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #818a91;
	color: inherit;
	font-size: 14px;
	font-family: inherit;
	font-weight: 400;
	font-style: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	max-width: 100%;
	min-height: 20px;
	padding: 3px 18px 3px 9px;
	text-transform: inherit;
	vertical-align: middle;
	width: 100%;
}

.elementor-269653 .elementor-element.elementor-element-110a1735 .invalid > .elementor-button.bcom-button-party,
.elementor-widget-form .elementor-field-group.invalid > .elementor-field,
.bcom-elementor-form-lodging .invalid > input,
.bcom-elementor-form-lodging .invalid > input:focus,
.bcom-elementor-form-lodging .invalid > select {
	/*b80000 expedia*/
	border-color: #d9534f;
	box-shadow: 0 0 0 0.13333333em #d9534f;
	color: #d9534f;
}

.e6-child-field-disabled {
	display: none;
}

.e6-party-picker-footer {
	background: #f5f5f5;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #e0e0e0;
	color: #616161;
	font-size: 13px;
	line-height: 1.45;
}

.e6-menu-close {
	padding: 6px 9px;
	text-align: right;
}

.e6-close {
	background: 0;
	border-radius: 0;
	border: 0;
	color: #616161;
	display: inline;
	font-weight: normal;
	margin: 0;
	outline: none;
	position: static;
	text-align: left;
}


/* List Filter Controls */
.fltr-control-item {
	cursor: pointer;
}

/* Property Ratings */
.prop-listing-stars .stars {
	color: #f2bc0c;
	font-size: 150%;
	letter-spacing: 10px;
}

.prop-listing-image {
	cursor: pointer;
}

.shwdet-related-section .elementor-section .elementor-widget-wrap {
	cursor: pointer;
}

.prop-listing-badges span:not(:empty) + span:before {
	content: " | ";
	display: inline-block;
	padding: 0 3px;
	white-space: pre;
}

.prop-listing-badges span:empty {
	display: none;
}

.prop-listing-badges span.offer-bogo50 {
	cursor: pointer;
	color: #ea1c2b;
}

.prop-listing-badges span.offer-4for97 {
	cursor: pointer;
	color: #25bdbf;
}

#bcom-list-loading {
	background-color: #25bdbf;
	border-radius: 10px;
	color: #fff;
	display: none;
	font-size: 30px;
	height: auto;
	left: 0;
	margin: auto;
	max-width: 425px;
	padding: 30px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 120px;
	z-index: 9999999;
}

body.filtering-list #bcom-list-loading {
	display: block;
}

#bcom-list-loading span {
	display: block;
	font-family: 'Crossten', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}

#bcom-list-loading .fa {
	color: rgba(255, 255, 255, .5);
}

#bcom-listings {
	/*-webkit-transition: opacity 0.1s linear;*/
	/*transition: opacity 0.1s linear;*/
}

body.filtering-list #bcom-listings {
	opacity: .36;
	transition-duration: .45s;
}

#bcom-no-results {
	font-size: 30px;
	padding: 50px;
	text-align: center;
}

#bcom-listings-map #map {
	background-color: #f7f7f7;
	border: 1px solid #dbdbdb;
	height: 500px;
	margin-bottom: 20px;
	position: relative;
}

#bcom-map-loading {
	display: block;
	font-size: 30px;
	height: auto;
	left: 0;
	margin: auto;
	max-width: 425px;
	padding: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 25%;
	z-index: 3;
}

#bcom-map-loading span {
	display: block;
	font-family: 'Crossten', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}

#bcom-map-loading .fa {}

.aslowas {
	color: #7a7a7a;
	font-size: 12px;
	font-weight: normal;
}

/* Borrowed from Elementor */
.bcom-elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: 0 none;
}
.bcom-elementor-form .elementor-button > span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bcom-elementor-form .elementor-button .elementor-align-icon-right {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.bcom-elementor-form .elementor-button .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}
.bcom-elementor-form .elementor-button.elementor-size-xs { min-height: 33px; }
.bcom-elementor-form .elementor-button.elementor-size-sm { min-height: 40px; }
.bcom-elementor-form .elementor-button.elementor-size-md { min-height: 47px; }
.bcom-elementor-form .elementor-button.elementor-size-lg { min-height: 59px; }
.bcom-elementor-form .elementor-button.elementor-size-xl { min-height: 72px; }

/* Elementor override classes */
.elementor .text-underline,
.elementor .text-underline a,
.text-underline,
.text-underline a {
	text-decoration: underline;
}

.elementor .text-color-blue,
.elementor .text-color-blue a,
.text-color-blue,
.text-color-blue a {
	color: #0c77bd;
}

.elementor .text-color-inherit,
.elementor .text-color-inherit a,
.text-color-inherit,
.text-color-inherit a {
	color: inherit;
}

.elementor .text-color-orange,
.elementor .text-color-orange a,
.text-color-orange,
.text-color-orange a {
	color: #f08122;
}

.elementor .text-color-teal,
.elementor .text-color-teal a,
.text-color-teal,
.text-color-teal a {
	color: #25bdbf;
}

.elementor .text-bold,
.elementor .text-bold a,
.text-bold,
.text-bold a {
	font-weight: bold;
}

/* SHWDET Hierarchy */

.shwdet-hero-section {}
.shwdet-offer-section {}
.shwdet-description-section {}

.shwdet-media-section {}
	.shwdet-media-carousel {}

.shwdet-schedule-section {}

.shwdet-prices-section {}
	.shwdet-prices-note {}
	.shwdet-price-heading {}
	.shwdet-price-section {}
		.shwdet-price-line {}
			.shwdet-price-title {}
			.shwdet-price-amount {}
		.shwdet-price-divider {}
		.shwdet-price-note {}
		.shwdet-price-button {}
		.shwdet-price-info {}

.shwdet-packages-section {}
	.shwdet-package-row {}
		.shwdet-package-column {}
			.shwdet-package-heading {}
			.shwdet-package-image {}
			.shwdet-package-starts {}
			.shwdet-package-price {}
			.shwdet-package-details {}

.shwdet-map-section {}
	.shwdet-map {}

.shwdet-related-section {}

/* SHWDET CSS */

.shwdet-header-section .stars {
	color: #f2bc0c;
	font-size: 140%;
	letter-spacing: 3px;
}

.shwdet-schedule-section .slick-slide:focus {
	outline: none;
}

@media (max-width: 767px) {
	.elementor-264947 .elementor-element.elementor-element-361ed1c6 > .elementor-element-populated {
		border-width: 0 0 4px 0;
	}
	.elementor-264947 .elementor-element.elementor-element-1c8698d0 > .elementor-element-populated {
		border-width: 0 0 4px 0;
	}
}

/* LODDET CSS */

.loddet-room-section .elementor-269653 {
	margin: 0 -20px;
}

.loddet-room-section .elementor-269653 .elementor-element.elementor-element-56db792c {
	background-color: transparent;
}

.loddet-room-section .elementor-269653 .elementor-element.elementor-element-56db792c > .elementor-background-overlay {
	background-image: none;
}

.loddet-room-section .elementor-269653 .elementor-element.elementor-element-110a1735 .elementor-field-group > label {
	color: inherit;
}

.loddet-room-section .elementor-element-4ac33076 > .elementor-container {
	margin-left: 0;
	margin-right: 0;
}

.loddet-header-section .stars {
	color: #f2bc0c;
	font-size: 120%;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	.elementor-260087 .elementor-element.elementor-element-11469a5c > .elementor-element-populated {
		border-width: 0 0 4px 0;
	}
}

body.filtering-list .loddet-hero-room-section,
body.filtering-list #bcom-room-listings {
	opacity: .36;
	transition-duration: .45s;
}

.loddet-room-price .error-message {
	font-size: 16px;
	letter-spacing: 0;
}

.fa-circle-o-notch.price-loading {
	opacity: .23;
}

.loddet-nightly-price {}

/* SHWLIS CSS */

@media (min-width: 768px) and (max-width: 940px) {
	.elementor-shortcode .elementor-259907 .elementor-element.elementor-element-c281059 {
		width: 0;
	}

	.elementor-shortcode .elementor-259907 .elementor-element.elementor-element-4f3855f2 {
		width: calc(100% - 280px);
	}

	.elementor-shortcode .elementor-259907 .elementor-element.elementor-element-8087859 {
		width: 280px;
	}
}

@media (min-width: 940px) and (max-width: 1650px) {
	.elementor-shortcode .elementor-259907 .elementor-element.elementor-element-c281059 {
		width: calc(100% - 560px);
	}

	.elementor-shortcode .elementor-259907 .elementor-element.elementor-element-4f3855f2 {
		width: 280px;
	}

	.elementor-shortcode .elementor-259907 .elementor-element.elementor-element-8087859 {
		width: 280px;
	}
}

/* LODLIS CSS */

.prop-listing-price .aslowas {}

.prop-listing-price .error-message {
	font-size: 16px;
}

.prop-listing-per-night {}


/**
 * 15.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * Note: The best way to structure the use of media queries is to create the queries
 * near the relevant code. For example, if you wanted to change the styles for buttons
 * on small devices, paste the mobile query code up in the buttons section and style it
 * there.
 * Thanks, Skeleton. https://github.com/dhg/Skeleton/blob/master/css/skeleton.css
*/

/* Larger than mobile */
@media (min-width: 470px) {}

/* Larger than phablet */
@media (min-width: 520px) {}

/* Larger than tablet */
@media (min-width: 768px) {}

/* Larger than desktop */
@media (min-width: 992px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* Larger than life */
@media (min-width: 1360px) {}

/* Because sometimes you need'em */
@media (max-width: 469px) {}
@media (max-width: 767px) {}
@media (max-width: 991px) {}


/**
 * 16.0 - Print
 */

/* Nothing yet. */
