/*
Theme Name: KS Ranches
Theme URI: http://www.builtbym.com
Author: Joel Murphy
Author URI: http://www.builtbym.com
Description: Responsive theme created by Boel Murphy
Version: 1.5

*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
#page hr {
	border-color: #ddd;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */
:root{
  --red: #a92437;
  --green: #10cea2;;
  --gray: #d7d7d7;
  --dark-gray: #363636;
  --light-gray: #ebebeb;
  --white: #ffffff;
}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

.entry-content th{
	font-size: 12px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #744d97;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin: 0 auto 12px auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0;
  color: #5a5a5a;
  font-family: "Raleway" !important;
}
body.home {
	text-align: center;
}
#page {
	background: #fff;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
#top-bar {
	background: var(--dark-gray);
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#top-bar a {
	display: inline-block;
	color: #fff;
	padding: 12px 0;
}
#top-bar a.btn-default {
	padding: 6px 12px;
}
#top-bar span.phone-number a {
	color: #d63249;
}
#top-bar .btn-default,
#mobile-contact-buttons .btn-default,
footer .btn-default {
	background: none;
	color: var(--dark-gray);
}
footer a {
	color:#636363;
}
footer#colophon {
	background: var(--dark-gray);
	color: #fff;
	padding: 24px 0;
}
footer#colophon .row {
	padding-bottom: 24px;
}
.footer-bottom {
	font-size: 11px;
}
#page h4.srp-post-title {
	font-size: 14px;
}
#powered {
	padding: 6px 0 6px 30px;
	background: url(https://killershark.me/images/shark-icon.png) 0 50% no-repeat;
	display: inline;
}
#page .btn {
	font-family: "Raleway";
	letter-spacing: 1px;
	white-space: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#page .btn-primary,
#page .btn-success,
#page .btn-info {
	color: #fff;
}
.btn-gray {
	background: var(--dark-gray);
	border-color: var(--dark-gray);
	color: #fff;
}
.btn-gray:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}
.btn i {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.btn:hover i {
	padding-left: 6px;
}
#page .btn-block {
	margin-bottom: 12px;
}
#page .btn-info {
	background-color: var(--dark-gray);
	border-color: var(--dark-gray);
}
#page .btn-info:hover {
	background-color: #000;
	border-color: #000;
}
.btn small {
	font-size:12px;
}
.bottom-0 {
	margin-bottom: 0 !important;
}
.bottom-1 {
	margin-bottom: 1rem !important;
}
.bottom-2 {
	margin-bottom: 2rem !important;
}
.bottom-3 {
	margin-bottom: 3rem !important;
}
.bottom-4 {
	margin-bottom: 4rem !important;
}
.bottom-5 {
	margin-bottom: 5rem !important;
}
.bottom-6 {
	margin-bottom: 6rem !important;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  /* margin-top: 24px; */
}
.home .navbar-wrapper {
	position: absolute;
	margin-bottom: 0;
}
.navbar-wrapper .shader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}
.navbar-collapse {
	position: relative;
}
#page .navbar-collapse {
	box-shadow: 0 12px 15px -15px rgba(0, 0, 0, 0.2) inset;s
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
 -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
#navbar .nav > li > a {
  padding: 15px;
  color: #444;
}
#page .navbar-brand, 
#page .navbar-nav > li > a {
	text-shadow: none;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}
.navbar .nav .active > a, 
.navbar .nav .active > a:hover, 
.navbar .nav .active > a:focus,
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: #dddddd !important;
}
#page .navbar-header {
	position: relative;
	float: none;
	padding: 1rem;
}
.home #page .navbar-header {
	padding: 0;
}
#navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: var(--white);
}
#page .navbar {
	margin-bottom: 0;
}
#page .nav {
	text-align: center;
}
.nav li {
	position: relative;
}
#page .nav > li > a {
	padding: 10px 8px;
	font-size: 11px;
	text-transform: uppercase;
}
#page #navbar .navbar-btn:hover {
	color: #444;
}
.nav li ul {
	display: none;
	position: absolute;
	top: auto;
	left: 0;
	background: #fff;
	margin-left: 0;
	-moz-box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.176);
	-webkit-box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.176);
	box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.176);
	z-index: 20;
}
.nav li ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 10;
	background: #ebebeb;
}
.in .nav li ul {
	position: static;
	background: var(--dark-gray);
	box-shadow: none;
}
.nav li:hover > a {
	color: #444;
}
.nav li.menu-item-has-children:hover > ul {
	display: block;
}
.nav li ul li:hover ul {
	display: block;
}
.nav li ul li a {
	display: block;
	padding: 6px 12px;
}
.nav li ul li a,
.nav li ul li ul a {
	color: #fff;
	font-size: 14px;
}
.nav li.menu-item-has-children ul li:hover {
	background: #e1e1e1;
}
.nav li.menu-item-has-children > a:after {
	font-family: FontAwesome;
	content: "\f105";
	padding-left: 6px;
	opacity: 0.3;
	font-weight: normal;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.nav li.menu-item-has-children a:after {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.nav li.menu-item-has-children:hover > a:after {
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}
.nav li ul li:hover > a:after {
	margin-left: 12px;
	transform: rotate(0deg) !important;
}

/* MODALS
-------------------------------------------------- */
#page .modal-dialog {
	z-index: 1050;
}
.modal-pop-up, .info-box {
	padding: 18px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 8px solid var(--dark-gray);
}
.modal .modal-content {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
body.modal-open {
	overflow: hidden;
	position: relative;
}
.modal-pop-up h3 {
	margin-top: 0;
}
.info-box h3{
	font-size: 55px !important;
    margin-bottom: 10px !important;
    color: #D7BC89 !important;
}
#page .info-box hr {
	border-color: rgb(215, 188, 137);
}
#page .modal h4 {
	margin-bottom: 6px;
}
.info-box p {
	font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FDF4D3;
}

/** Mobile Nav **/
#page .nav-toggle {
	background: none;
	text-transform: uppercase;
	font-size: 24px;
	color: var(--dark-gray);
	border: none;
	padding: 0;
	margin: 0;
}
.home #page .nav-toggle {
	color: var(--gray);
}
#page .search-btn {
	right: 0;
	left: auto;
	margin-right: 15px;
}
#page .navbar button {
	
}
.mobile-search-container {
	padding: 6px;
}
.mobile-search-container i {
	color: #fff;
}
.mobile-search-container .btn {
	margin-top: 3px;
}
.nav-toggle .icon-bar {
	background: #000;
}
#page .light .nav-toggle {
	background: rgba(0, 0, 0, 0.5) !important;
}
#page .light .nav-toggle .icon-bar {
	background: fff;
}
#page .search-box input[type="text"] {
	max-width: 71%;
	margin-right: 12px;
}
#page .search-box .btn {
	margin-top: -5px;
}
#page .search-box .btn:hover i {
	padding-left: 0;
}
.location-dropdown {
	margin-top: 36px;
}
#page .dropdown-header {
	font-size: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 12px;
	font-weight: bold;
	color: #a278c8;
}
#page .dropdown-header i {
	font-weight: normal;
	color: #744d97;
}
#page .open > .dropdown-toggle.btn-primary {
	background: #a278c8;
	border-color: #a278c8;;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#myCarousel {
	margin-bottom: 48px;
}
.home #myCarousel {
  height: auto;
  clear: both;
  margin-bottom: 0;
}
.carousel,
.carousel .item {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.home #myCarousel .item {
  height: auto;
  padding-top: 165px;
}

#myCarousel .item img {
	display: block;
	margin: 0 auto;
}
.home .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.home #myCarousel .carousel-caption {
	top: 30%;
	left: 5%;
	right: 5%
}
.home #myCarousel .carousel-caption h1,
.home #myCarousel p.lead {
	padding: 6px 12px;
	display: inline-block;
	color: #fff;
	text-shadow: none;
	margin-bottom: 0;
}
.home #myCarousel .carousel-caption h1 {
	font-size: 12px;
}
.home #myCarousel p.lead {
	font-size: 12px;
}
.carousel-title{
	position: absolute;
	text-align: center;
	top: 60px;
	left: 0;
	right: 0;
}
.carousel-title h1 {
	font-size: 18px;
	color: #744d97;
	text-transform: uppercase;
}

/* BOOK A WEEKEND SLIDER
-------------------------------------------------- */
.page-template-book-a-weekend #myCarousel .item h2 {
	color: #fff;
	position: absolute;
	top: 45%;
	left: 48px;
	right: 48px;
	text-align: center;
	z-index: 20;
}
.page-template-book-a-weekend #myCarousel .item .shader {
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 10;
}

/* HOMEPAGE VIDEO
-------------------------------------------------- */
.ytvideo-container.header-video {
    height:400px;
    position: relative;
    width: 100%;
    background: url(images/video-poster-horses-2.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}
#bgvid iframe{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ytvideo-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    min-height: 100%;
}
.ytvideo-container .shader {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}
.feature-text-container {
    position: absolute;
    z-index: 15;
    color: #c8f1fe;
	text-align: center;
	bottom: 36px;
	left: 0;
	right: 0;
}
.feature-text-container h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 800 !important;
    text-transform: uppercase;
    padding: 12px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 3px;   
}
.feature-text-container .qbutton{
	margin: 20px 0px 0px 0px;
}
.feature-text-container .btn {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
}
.tv .screen.active{
    opacity: 1;
}
.cta-bar{
	text-align: center;
	background-color: #2c2c2c;
	padding: 20px 0px	
}

/* MOBILE CONTACT BUTTONS
-------------------------------------------------- */
#mobile-contact-buttons {
	background: var(--light-gray);
	margin-bottom: 48px;
}
.home #mobile-contact-buttons {
	margin-bottom: 0;
}
/* POP OUT FORM
-------------------------------------------------- */
#popout {
	background: #F7F5F2;
	border: 1px solid #dddddd;
	width: 400px;
	left: -400px;
	padding: 24px;
	position: fixed;
	top: 45px;
	z-index: 10000;
	font-size: 14px;
}
#open-box {
	background: #5bc0de url(images/ask2.png) no-repeat;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	width: 32px;
	height: 184px;
	padding: 10px;
	position: absolute;
	right: -33px;
	text-indent: -9999px;
	top: 20%;
	z-index: 300;
	padding: 0;
}
#close-box {
	cursor: pointer;
	left: 24px;
	position: absolute;
	top: -15px;
	background: #027e73;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 3px 9px;
	color: #fff;
}
#popout p {
	margin-bottom: 12px;
}
#popout input[type="text"],
#popout textarea {
	width: 91%;
	font-size: 14px;
	border: 1px solid #dddddd;
}
#popout textarea {
	height: 165px;
}
#popout .wpcf7-list-item {
	display: block;
	margin-bottom: 2px;
}
#appointment-button {
	background: #5bc0de;
	position: fixed;
	left: 0;
	top: 400px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

/* BOTTOM CALL OUT
-------------------------------------------------- */
#bottom-call-out {
	position: fixed;
	left: 24px;
	bottom: 18px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #337ab7;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	padding: 6px 12px;
	background: #fff;
	z-index: 1000;
	width: 400px;
}
#bottom-call-out:after {
	border-color: #337ab7 transparent;
	border-style: solid;
	border-width: 15px 15px 0;
	bottom: -15px;
	content: "";
	display: block;
	position: absolute;
	width: 0;
}
#bottom-call-out span.close-callout {
	color: #c20000;
	padding: 3px 8px;
	background: #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.hide {
	display: none !important;
}

/* DISCOVERY WEEKEND & CORPORATE RETREATS PAGES
-------------------------------------------------- */
#discoveryHero {
	position: relative;
	max-height: 600px;
	overflow: hidden;
}
#discoveryHero video {
	width: 100%;
}
#discoveryHero .overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#discoveryHero a {
	position: absolute;
	z-index: 3;
	width: 85px;
	height: 75px;
	left: 50%;
	margin-left: -42.5px;
	bottom: 50%;
	margin-bottom: -37.5px;
	transition: all 0.25s ease-in-out;
}
#discoveryHero a:hover {
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-webkit-transform: scale(1.2, 1.2); /* Safari */
	transform: scale(1.2, 1.2);
}
.page-id-8419 #mobile-contact-buttons,
.page-id-9334 #mobile-contact-buttons {
	margin-bottom: 0;
}
.red {
	background: var(--red);
	color: #fff;
	padding: 24px;
}
.red a {
	color: #fff;
}
#page .red h3 {
	color: #fff;
}
.text-red {
	color: var(--red) !important;
}
.bar {
	padding: 2rem 0;
}
.photo-gallery {
	margin-bottom: 32px;
}
.photo-gallery img {
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	margin-bottom: 16px;
}
.review-item {
	border: none !important;
}
.review-item .fa-user-circle-o {
	display: none;
}
.review-date {
	display: none;
}
.review-text {
	margin-top: .5rem;
}
/* ITINERARY PAGE
-------------------------------------------------- */
.page-template-itinerary #page .nav-toggle {
	color: #a1a1a1;
}
.page-template-itinerary #logo {
	display: none;
}
#itineraryHeroVideo {
	position: fixed;
	height: 100vh;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
#itineraryHeroVideo video {
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
}
#itineraryHeroVideo .overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#itineraryHero {
	position: relative;
	z-index: 3;
	height: 50vh;
	display: flex;
	align-items: center;
}
#itineraryContent,
.page-template-itinerary footer#colophon {
	position: relative;
	z-index: 3;
}
#itineraryInfo {
	text-align: center;
}
#itineraryDays {
	padding: 2rem;
}
section#days {
	padding: 6rem 0;
}
.dracarys {
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	background: rgba(169, 36, 55, 0.9);
}
#montanaMap {
	background: url(images/montana-map.jpg) no-repeat center top; 
	-webkit-background-size: cover;
	background-size: cover;
	height: 65vh;
}
.page-template-itinerary footer#colophon {
	display: none;
}


/* SQUEEZE PAGE
-------------------------------------------------- */
body.page-template-squeeze-page {
	background: url(images/squeeze-page-bg.jpg) no-repeat center center fixed;
	background-size: cover;
}
.page-template-squeeze-page #page {
	background: none;
	box-shadow: none;
}
.page-template-squeeze-page footer,
.page-template-squeeze-page .navbar-wrapper,
.page-template-squeeze-page #mobile-contact-buttons {
	display: none !important;
}
.box-white {
	/*background: var(--white);*/
	background: rgba(255, 255, 255, 0.6);
	padding: 2rem;
	border-left: 4px solid var(--red);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	margin-top: 8rem;
}
.page-template-squeeze-page input[type="text"] {
	box-shadow: none;
	color: var(--dark-gray);
}

/* ANCHOR POST BAR
-------------------------------------------------- */
#anchor-post {
	background: #f2f2f2;
	padding: 24px;
	font-size: 24px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* VIDEOS
-------------------------------------------------- */
.video-container {
	position: relative;
	margin-bottom: 1rem;
}
.video-container .shader {
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 10;
}
.video-container .fa-stack {
	position: absolute;
	width: 55px;
	height: 55px;
	top: 50%;
	left: 50%;
	margin-top: -22.5px;
	margin-left: -22.5px;
	z-index: 20;
}

/** Animated Arrow **/
.arrow {
    bottom: 30px;
    left: 50%;
    position: absolute;
    display: block;
    z-index: 100;
}
.arrow img {
	width: 37px;
    height: 22px;
}
.arrow{
	animation-name: arrow;
	-webkit-animation-name: arrow;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes arrow {
	0% {
		transform: translateY(0);	
	}
	50% {
		transform: translateY(15px);	
	}	
	100% {
		transform: translateY(0);
	}			
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translateY(0);	
	}
	50% {
		-webkit-transform: translateY(15px);	
	}	
	100% {
		-webkit-transform: translateY(0);
	}			
}

/* CONTENT
-------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6,
.raleway {
	font-family: "adobe-caslon-pro",serif !important;
	text-rendering: optimizelegibility;
}
#page h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
#page h1, #page .h1, 
#page h2, #page .h2, 
#page h3, #page .h3 {
	margin-top: 0;
}
#primary {
	margin-bottom: 48px;
}
.site-content h1,
.site-content .h1 {
	font-size: 34px;
}
.site-content h2,
.site-content .h2 {
	font-size: 28px;
}
.site-content h3,
.site-content .h3 {
	font-size: 22px;
}
.site-content h4,
.site-content .h4 {
	font-size: 20px;
}
.text-white {
	color: #fff !important;
}
.text-gray {
	color: #707070 !important;
}
#page h1.entry-title {
	font-size: 28px;
	text-transform: none;
}
.blog h1.entry-title,
.single h1.entry-title {
	margin-bottom: 12px;
}
.post-meta {
	color: #444;
	padding: 6px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	font-size: 12px;
}
.post-meta i {
	color: #959595;
}
.site-content,
.site-content p,
.site-content li {
	font-size: 16px;
	line-height: 1.71249;
}
.site-content p {
	margin-bottom: 24px;
}
.site-content p.lead {
	font-size: 120%;
	text-align: center;
}
.site-content h1, 
.site-content h2, 
.site-content h3, 
.site-content h4, 
.site-content h5, 
.site-content h6,
.site-content p {
	margin-bottom: 24px;
}
.site-content h1 small {
	color: #744d97;
}
.site-content ul {
	list-style: disc;
}
.list-unstyled {
  padding-left: 0 !important;
  list-style: none !important;
}
.list-title {
  font-size: 14px;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #744d97;
}
.site-content ol {
	list-style: decimal;
}
.site-content ul,
.site-content ol {
	padding-left: 36px;
	padding-bottom: 12px;
}
.site-content ul.dropdown-menu {
	padding: 12px;
	list-style: none;
}
.site-content ul.rrssb-buttons {
	padding: 0;
}
.site-content .list-inline {
	padding-left: 0;
}
.site-content li {
	margin-bottom: 12px;
}
.site-content blockquote {
	background: rgba(0, 0, 0, 0.05);
	border-left: 5px solid rgba(0, 0, 0, 0.1);
}
#page input[type="text"],
#page textarea {
	width: 100%;
	max-width: 100%;
	color: #444;
}
#main .bh-sl-container input[type="text"] {
	width: auto;
}
.entry-content span.num {
	background: #00b19f;
	padding: 6px;
	color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	letter-spacing: normal !important;
}
.dropdown-block {
	max-width: 300px;
	margin: 0 auto;
}
section {
	padding: 2rem 0;
}
section.white {
	background: #fff;
}
/** Full Width Sections **/
.full-width {
	margin-left: -24px;
	margin-right: -24px;
}
.wide {
	padding: 24px;
}
.gray {
	/*background: rgba(0, 0, 0, 0.04);*/
	background: var(--light-gray);
}

/** Single Blog Posts **/
h3.assistive-text {
	font-size: 18px;
}
.single article {
	padding-bottom: 12px;
	margin-bottom: 36px;
	border-bottom: 4px double #ddd;
}
.search-results article {
	padding-bottom: 24px;
	margin-bottom: 36px;
	border-bottom: 1px solid #ddd;
}
.comments-link {
	padding-bottom: 6px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-link i {
	opacity: 0.5;
}
.pad-article {
	padding: 12px 0;
}

/** Featured Content Boxes **/
.featured-box {
	padding: 12px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 12px;
}
.featured-white {
	background: rgba(255, 255, 255, 0.9);
}
.featured-centered {
	max-width: 85%;
	margin: 0 auto;
}
.bottom-margin {
	margin-bottom: 12px;
}

/** Sidebar **/
#secondary .widget {
	margin-bottom: 24px;
}
#secondary h3 {
	font-size: 13px;
	font-family: "Raleway";
	font-weight: normal;
	line-height: 1.35em;
	margin-bottom: 24px;
	background: #744d97;
	padding: 6px 12px;
	color: #fff;
}
#page .srp-widget-singlepost {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 18px;
	margin-bottom: 18px;
}
#page .srp-widget-singlepost:last-child {
	border-bottom: none;
}
#page .srp-post-title {
	margin-bottom: 6px;
}
#page .srp-post-content {
	font-size: 12px;
}
.sidebar-image {
	display: block;
	margin: 0 auto 12px auto;
}

/** Image Adjustments **/
.img-circle,
.img-rounded {
	border: 5px solid rgba(255, 255, 255, 0.7);
}

/* LOGO
-------------------------------------------------- */
#logo,
#heroLogo,
#logoWhite {
	max-width: 200px;
	display: block;
	margin: 0 auto;
}
#page .navbar .brand {
	font-weight: normal;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* FEATURED BOXES
-------------------------------------------------- */
#feature-boxes {
	padding: 24px 0;
}
#feature-boxes a {
	position: relative;
	display: block;
	color: #fff;
}
.pic-container {
	position: relative;
	z-index: 10;
}
.feature-text {
	position: absolute;
	top: 35%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 30;
}
#feature-boxes .feature-text h3 {
	font-weight: bold;
}
#feature-boxes .shader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 20;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#feature-boxes .col-sm-4 {
	margin-bottom: 12px;
}
#feature-boxes .btn {
	display: none;
	position: absolute;
	top: 35%;
	left: 24px;
	right: 24px;
	z-index: 30;
}
#feature-boxes a:hover .feature-text {
	display: none;
}
#feature-boxes a:hover .shader {
	background: rgba(0, 0, 0, 0.1);
}
#feature-boxes a:hover .btn {
	display: block;
}

/* BLOG POSTS
-------------------------------------------------- */
.feature-image-container {
	max-height: 300px;
	min-height: 100px;
	margin-bottom: 24px;
	overflow: hidden;
}
.feature-image-container img {
	width: 100%;
}
/** Share Buttons **/
#share-buttons {
	margin: 0 0 20px 0;
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#share-buttons {
	margin: 0 0 20px 0;
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#share-buttons .label {
	color: #777;
	font-size: 14px;
	padding: 10px 0 0;
	display: block;
	margin-bottom: 3px;
}

/* REAL ESTATE PAGE
-------------------------------------------------- */
.tabs-wrapper {
	border-bottom: 1px solid #ddd;
	margin-top: 36px;
}
.tab-pane {
	padding: 36px 0;
}
.site-content ul.nav-tabs {
	padding-bottom: 0;
	padding-left: 0;
}
#page .nav-tabs > li > a {
	border-bottom: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#page .nav-tabs li.active a {
	background: var(--red);
	color: #fff;
}
.real-estate-box {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 36px;
}
.real-estate-box i {
	color: var(--red);
	margin-right: 6px;
}
.real-estate-inner {
	padding: 24px;
}
.flex-row {
	height: 100%;
}

/* ACCOMMODATIONS PAGES
-------------------------------------------------- */
#accommodationsList a {
	display: block;
	width: 100%;
	height: 300px;
	color: #fff;
	font-size: 36px;
	position: relative;
	margin-bottom: 24px;
	text-align: center;
	font-family: "adobe-caslon-pro",serif;
}
#accommodationsList a span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 10;
}
#accommodationsList .shader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 5;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#accommodationsList a:hover .shader {
	background: rgba(169, 36, 55, 0.8);
}
.page-template-accommodations-list .navbar-wrapper,
.page-template-accommodations-individual .navbar-wrapper,
.page-template-accommodations-individual #mobile-contact-buttons {
	margin-bottom: 0;
}
.page-template-accommodations-individual p {
	margin-bottom: 24px;
	font-size: 16px;
}
.page-template-accommodations-individual #myCarousel .item {
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.page-template-accommodations-individual #myCarousel .container {
	position: relative;
}
.page-template-accommodations-individual #myCarousel h1 {
	position: absolute;
	bottom: 24px;
	left: 12px;
	text-align: center;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0 2px 3px;
	z-index: 20;
	font-size: 60px;
}
#quickFacts {
	margin-bottom: 24px;
}
#quickFacts h3 {
	margin-bottom: 0 !important;
}
#quickFacts i {
	color: var(--red);
}
#quickFacts ul {
	list-style: disc;
	padding-left: 24px;
}
#quickFacts li {
	margin-bottom: 12px;
}
.photo-section {
	overflow: hidden;
}
.photo-section img {
	margin-bottom: 12px;
}
.page-item-8879 {
	display: none !important;
}
#otherHomes {
	margin-bottom: 36px;
}
#otherHomes .page_item a {
	font-family: 'Raleway';
	letter-spacing: 1px;
	white-space: normal;
	display: block;
	width: 100%;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	color: #fff;
	background: var(--red);
	border-color: var(--red);
	margin-bottom: 12px;
}

/* FLEX ROWS
-------------------------------------------------- */
#page .flex-row {
	margin: 0;
	height: 100%;
}
.flex-col {
	padding: 24px !important;
	border: 7px solid var(--white);
}
.flex-col-color,
.flex-col-color a {
	color: #fff;
}
.flex-col-img {
	background-size: cover !important;
	background-position: center !important;
	min-height: 250px !important;
}
.flex-col-img.top-bg {
	background-position: center top !important;
}
#page .flex-col-color h1,
#page .flex-col-color h3 {
	color: #fff;
}
.flex-col .red {
	margin-bottom: 0;
}

/* SOCIAL ICONS
-------------------------------------------------- */
a.social-icon {
	text-decoration: none !important;
}
a.fb i.fa-circle,
a.linkedin i.fa-circle {
	color: #3b5998 !important;
}
a.gplus i.fa-circle,
a.pinterest i.fa-circle,
a.youtube i.fa-circle {
	color: #ed1c24 !important;
}
a.twitter i.fa-circle {
	color: #00aeef !important;
}
a.instagram i.fa-circle {
	color: #a3620a !important;
}
a.foursquare i.fa-circle {
	color: #39b54a !important;
}
a.flickr i.fa-circle {
	color: #ff0080 !important;
}
a.social-icon:hover i.fa-circle {
	opacity: 0.8;
}

/* FOOTER
-------------------------------------------------- */
footer .col-sm-4 {
	padding-bottom: 24px;
}
footer#colophon a {
	color: #fff;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	body.home {
		text-align: left;
	}
	/* Photo page, Discovery Weekend, Corporate Retreats page */
	.page-id-35 #logo,
	.page-id-8419 #logo,
	.page-id-9334 #logo {
		display: none;
	}
	.modal-pop-up, .info-box {
		padding: 24px;
	}
	#top-bar {
		text-align: right;
	}
	#page .navbar-header {
		padding: 24px;
	}
	.navbar-wrapper {
		margin-bottom: 48px;
	}
	.page-template-with-slider .navbar-wrapper,
	.page-template-book-a-weekend .navbar-wrapper {
		margin-bottom: 0;
	}
	/* Photo page, Discovery Weekend, & Corporate Retreats page headers*/
	.page-id-35 .navbar-wrapper,
	.page-id-8419 .navbar-wrapper,
	.page-id-9334 .navbar-wrapper {
		position: absolute;
	}
	#itineraryHero {
		height: 60vh;
	}
	#itineraryInfo {
		text-align: left;
	}
	.home .navbar-wrapper {
		margin-bottom: 0;
		position: static;
	}
	#navbar {
		background: var(--light-gray);
		position: static;
	}
	/* Photo page, Discovery Weekend, & Corporate Retreats page */
	.page-id-35 #navbar,
	.page-id-8419 #navbar,
	.page-id-9334 #navbar,
	.home #navbar {
		background: var(--white);
	}
	.navbar .container {
		position: relative;
	}
	.nav li ul li a, .nav li ul li ul a {
		color: inherit;
	}
	#page .navbar-nav > li:hover {
		background: #fff;
	}
	#page .absolute-nav {
		position: absolute;
		top: 50%;
		bottom: 0;
		margin-top: -40px;
		height: 50px;
		left: 185px;
	}
	#page .navbar-collapse {
		box-shadow: none;
	}
	#page .navbar-nav {
		float: none;
	}
	#page .navbar-nav > li {
		float: none;
		display: inline-block;
	}
	#page .navbar-nav > li ul li {
		text-align: left;
	}
	.nav li ul li a {
		width: 220px;
	}
	.ytvideo-container.header-video {
		height: 500px
	}	
	.ytvideo-container.header-video {
	    height:600px;
	}
    .ytvideo-container {
	    min-height: 100%;
	    z-index: 10;
    }
    #discoveryHero a {
		bottom: 6rem;
		margin-bottom: 0;
	}
    #bgvid {
	    display: block;
    }
    .feature-text-container h1 {
    	font-size: 45px;
    }
	.site-content h1 {
		font-size: 40px;
	}
	.site-content h2 {
		font-size: 34px;
	}
	.site-content h3 {
		font-size: 28px;
	}
	.site-content h4 {
		font-size: 22px;
	}
	.alignleft {
		float: left;
		margin: 0 18px 12px 0;
	}
	.alignright {
		float: right;
		margin: 0 0 12px 18px;
	}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin: 0 auto 12px auto;
	}
	#page .home #myCarousel .carousel-caption {
		padding-top: 0;
		padding-bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: left;
	}
	.home #myCarousel,
	.home #myCarousel .item {
		height: 400px;
		padding-top: 0;
	}
	.feature-title-container,
	.feature-descr-container {
		margin-bottom: 0;
	}
	.carousel-title{
		position: absolute;
		text-align: left;
		top: 60px;
		left: 24px;
		right: 0;
	}
	.carousel-title h1 {
		font-size: 32px;
		color: #fff;
		text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 3px;
	}
	.carousel-title h1 small {
		text-shadow: none;
		color: #744d97;
	}
	.home #myCarousel .carousel-caption h1, .home #myCarousel p.lead {
		display: block;
		padding: 6px 24px;
	}
	.home #myCarousel .carousel-caption h1 {
		font-size: 22px;
	}
	.home #myCarousel .carousel-caption p {
	    font-size: 16px;
	    line-height: 1.4;
	}
	.page-template-book-a-weekend #myCarousel .item h2 {
		font-size: 60px;
		top: 65%;
	}
	.page-template-book-a-weekend #myCarousel .item {
		height: 600px;
	}
	.feature-text {
		top: 40%;
	}
	#feature-boxes .btn {
		top: 40%;
		left: 36px;
		right: 36px;
	}
	.featured-centered {
		max-width: 50%;
	}
	#page .featurette-heading {
	  font-size: 36px;
	}
	.wide {
		padding: 36px 24px;
	}
	img.img-circle {
		max-width: 100%;
	}
	#colophon .text-right {
		text-align: right;
	}
	.carousel h1 {
		font-size: 36px;
	}
	.blog .feature-image-container {
		width: 125px;
		height: 125px;
		float: left;
		margin: 0 18px 24px 0;
		border: 1px solid #ddd;
	}
	.blog .feature-image-container img {
		min-height: 100%;
		width: auto;
		max-width: 120%;
	}
	.table>tbody>tr>td {
		font-size: 10px;
	}
	.featured-box,
	.bottom-margin {
		margin-bottom: 24px;
	}
	#share-buttons .label {
		float: left;
		width: 115px;
		margin-bottom: 0;
	}
	#share-buttons .rrssb-buttons {
		float: left;
		width: calc(100% - 116px);
	}
	.flex-row {
		display: flex;
	}
	#page .nav-tabs > li > a {
		font-size: 16px !important;
		padding: 12px 24px !important;
	}
	.photo-section img {
		margin-bottom: 24px;
	}
	#page .flex-row {
		display: flex;
	}
}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {
	footer .col-sm-4 {
		padding-bottom: 0;
	}
}

/* Minimum width of 992 pixels. */
@media screen and (min-width: 992px) {
	#heroLogo {
		max-width: 200px;
	}
	.home #myCarousel .carousel-title {
		top: 96px;
	}
	.home #myCarousel .carousel-caption h1 {
		font-size: 30px;
	}
	.home #myCarousel .carousel-caption p {
	    font-size: 16px;
	}
	.ytvideo-container.header-video {
		height: 558px
	}
	#navbar {
		position: static;
		padding: 1rem 0;
	}
	#page .nav > li > a {
		padding: .5rem 1rem;
		font-size: 12px;
	}
	a.book-now {
		border-bottom: 3px solid var(--red);
	}
	.btn-outline {
		color: var(--dark-gray) !important;
		border: 1px solid var(--dark-gray) !important;
	}
	.btn-outline:hover {
		color: var(--white);
		border: 1px solid var(--red);
		background-color: var(--red);
	}
	.nav .btn-outline {
		margin-left: 1rem;
	}
	#page .absolute-nav {
		left: 230px;
		margin-top: -25px;
	}
	#discoveryHero a {
		bottom: 10rem;
		-ms-transform: scale(1.5, 1.5); /* IE 9 */
		-webkit-transform: scale(1.5, 1.5); /* Safari */
		transform: scale(1.5, 1.5);
	}
	#discoveryHero a:hover {
		-ms-transform: scale(1.7, 1.7); /* IE 9 */
		-webkit-transform: scale(1.7, 1.7); /* Safari */
		transform: scale(1.7, 1.7);
	}
	.location-dropdown {
		margin-top: 40px;
	}
	#page .search-box input[type="text"] {
		max-width: 80%;
	}
	.featured-box {
		padding: 24px;
	}
	#main .four-boxes a h3 {
		font-size: 18.5px;
		line-height: 28px;
	}
	#feature-boxes {
		padding: 48px 0;
	}
	#feature-boxes .btn {
		left: 48px;
		right: 48px;
	}
	.wide {
		padding: 36px 40px;
	}
	footer#colophon {
		padding: 24px 0;
	}
	#main #secondary {
		float: right !important;
	}
	#secondary .btn {
		text-align: left;
	}
	.sidebar-image {
		max-width: 248px !important;
	}
	.flex-col {
		padding: 48px !important;
	}
	section {
		padding: 4rem 0;
	}
}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {
	.ytvideo-container.header-video {
		height: 675px
	}
}

/* PRINT */
@media print {
	.ytvideo-container.header-video {
		height: 675px
	}
	body.home {
		text-align: left;
	}
	#heroLogo {
		max-width: 200px;
	}
	/* Photo page, Discovery Weekend, Corporate Retreats page */
	.page-id-35 #logo,
	.page-id-8419 #logo,
	.page-id-9334 #logo {
		display: none;
	}
	.modal-pop-up, .info-box {
		padding: 24px;
	}
	#top-bar {
		text-align: right;
	}
	#page .navbar-header {
		padding: 24px;
	}
	.navbar-wrapper {
		margin-bottom: 48px;
	}
	.home #myCarousel .carousel-title {
		top: 96px;
	}
	.page-template-with-slider .navbar-wrapper,
	.page-template-book-a-weekend .navbar-wrapper {
		margin-bottom: 0;
	}
	/* Photo page, Discovery Weekend, & Corporate Retreats page headers*/
	.page-id-35 .navbar-wrapper,
	.page-id-8419 .navbar-wrapper,
	.page-id-9334 .navbar-wrapper {
		position: absolute;
	}
	#itineraryHero {
		height: 60vh;
	}
	#itineraryInfo {
		text-align: left;
	}
	.home .navbar-wrapper {
		margin-bottom: 0;
		position: static;
	}
	#navbar {
		background: var(--light-gray);
		position: static;
	}
	/* Photo page, Discovery Weekend, & Corporate Retreats page */
	.page-id-35 #navbar,
	.page-id-8419 #navbar,
	.page-id-9334 #navbar,
	.home #navbar {
		background: var(--white);
	}
	.navbar .container {
		position: relative;
	}
	.nav li ul li a, .nav li ul li ul a {
		color: inherit;
	}
	#page .navbar-nav > li:hover {
		background: #fff;
	}
	#page .absolute-nav {
		position: absolute;
		top: 50%;
		bottom: 0;
		margin-top: -40px;
		height: 50px;
		left: 185px;
	}
	#page .navbar-collapse {
		box-shadow: none;
	}
	#page .navbar-nav {
		float: none;
	}
	#page .navbar-nav > li {
		float: none;
		display: inline-block;
	}
	#page .navbar-nav > li ul li {
		text-align: left;
	}
	.nav li ul li a {
		width: 220px;
	}
	.ytvideo-container.header-video {
		height: 500px
	}	
	.ytvideo-container.header-video {
	    height:600px;
	}
    .ytvideo-container {
	    min-height: 100%;
	    z-index: 10;
    }
    #discoveryHero a {
		bottom: 6rem;
		margin-bottom: 0;
	}
    #bgvid {
	    display: block;
    }
    .feature-text-container h1 {
    	font-size: 45px;
    }
	.site-content h1 {
		font-size: 40px;
	}
	.site-content h2 {
		font-size: 34px;
	}
	.site-content h3 {
		font-size: 28px;
	}
	.site-content h4 {
		font-size: 22px;
	}
	.alignleft {
		float: left;
		margin: 0 18px 12px 0;
	}
	.alignright {
		float: right;
		margin: 0 0 12px 18px;
	}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin: 0 auto 12px auto;
	}
	#page .home #myCarousel .carousel-caption {
		padding-top: 0;
		padding-bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: left;
	}
	.home #myCarousel,
	.home #myCarousel .item {
		height: 400px;
		padding-top: 0;
	}
	#navbar {
		position: static;
		padding: 1rem 0;
	}
	#page .nav > li > a {
		padding: .5rem 1rem;
		font-size: 12px;
	}
	a.book-now {
		border-bottom: 3px solid var(--red);
	}
	.btn-outline {
		color: var(--dark-gray) !important;
		border: 1px solid var(--dark-gray) !important;
	}
	.btn-outline:hover {
		color: var(--white);
		border: 1px solid var(--red);
		background-color: var(--red);
	}
	.nav .btn-outline {
		margin-left: 1rem;
	}
	#page .absolute-nav {
		left: 230px;
		margin-top: -25px;
	}
	#discoveryHero a {
		bottom: 10rem;
		-ms-transform: scale(1.5, 1.5); /* IE 9 */
		-webkit-transform: scale(1.5, 1.5); /* Safari */
		transform: scale(1.5, 1.5);
	}
	#discoveryHero a:hover {
		-ms-transform: scale(1.7, 1.7); /* IE 9 */
		-webkit-transform: scale(1.7, 1.7); /* Safari */
		transform: scale(1.7, 1.7);
	}
	.location-dropdown {
		margin-top: 40px;
	}
	#page .search-box input[type="text"] {
		max-width: 80%;
	}
	.featured-box {
		padding: 24px;
	}
	#main .four-boxes a h3 {
		font-size: 18.5px;
		line-height: 28px;
	}
	#feature-boxes {
		padding: 48px 0;
	}
	#feature-boxes .btn {
		left: 48px;
		right: 48px;
	}
	.wide {
		padding: 36px 40px;
	}
	footer#colophon {
		padding: 24px 0;
	}
	#main #secondary {
		float: right !important;
	}
	#secondary .btn {
		text-align: left;
	}
	.sidebar-image {
		max-width: 248px !important;
	}
	.flex-col {
		padding: 48px !important;
	}
	section {
		padding: 4rem 0;
	}
	.feature-title-container,
	.feature-descr-container {
		margin-bottom: 0;
	}
	.carousel-title{
		position: absolute;
		text-align: left;
		top: 60px;
		left: 24px;
		right: 0;
	}
	.carousel-title h1 {
		font-size: 32px;
		color: #fff;
		text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 3px;
	}
	.carousel-title h1 small {
		text-shadow: none;
		color: #744d97;
	}
	.home #myCarousel .carousel-caption h1, .home #myCarousel p.lead {
		display: block;
		padding: 6px 24px;
	}
	.home #myCarousel .carousel-caption h1 {
		font-size: 22px;
	}
	.home #myCarousel .carousel-caption p {
	    font-size: 16px;
	    line-height: 1.4;
	}
	.page-template-book-a-weekend #myCarousel .item h2 {
		font-size: 60px;
		top: 65%;
	}
	.page-template-book-a-weekend #myCarousel .item {
		height: 600px;
	}
	.feature-text {
		top: 40%;
	}
	#feature-boxes .btn {
		top: 40%;
		left: 36px;
		right: 36px;
	}
	.featured-centered {
		max-width: 50%;
	}
	#page .featurette-heading {
	  font-size: 36px;
	}
	.wide {
		padding: 36px 24px;
	}
	img.img-circle {
		max-width: 100%;
	}
	#colophon .text-right {
		text-align: right;
	}
	.carousel h1 {
		font-size: 36px;
	}
	.blog .feature-image-container {
		width: 125px;
		height: 125px;
		float: left;
		margin: 0 18px 24px 0;
		border: 1px solid #ddd;
	}
	.blog .feature-image-container img {
		min-height: 100%;
		width: auto;
		max-width: 120%;
	}
	.table>tbody>tr>td {
		font-size: 10px;
	}
	.featured-box,
	.bottom-margin {
		margin-bottom: 24px;
	}
	#share-buttons .label {
		float: left;
		width: 115px;
		margin-bottom: 0;
	}
	#share-buttons .rrssb-buttons {
		float: left;
		width: calc(100% - 116px);
	}
	.flex-row {
		display: flex;
	}
	#page .nav-tabs > li > a {
		font-size: 16px !important;
		padding: 12px 24px !important;
	}
	.photo-section img {
		margin-bottom: 24px;
	}
	#page .flex-row {
		display: flex;
	}
}