@charset "UTF-8";
/*!
Theme Name: ha
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ha
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ha is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*------------------------- COLORS -------------------------*/
/**green**/
/**red**/
/**off-white**/
/** new blue **/
/*------------------------- TYPOGRAPHY  -------------------------*/
/*------------------------- STRUCTURE  -------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
main, #page {
  overflow: hidden;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-smoothing: antialiased;
  background: #f7f7ff !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 40px;
  color: #f5f5f5;
  font-family: "Raleway", sans-serif;
  margin: 0.67em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
  color: #b46b5a;
  font-family: "Cabin", sans-serif;
  margin: 0.67em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 600px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 25px;
  color: #f5f5f5;
  font-family: "Raleway", sans-serif;
  margin: 0.47em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 600px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  color: #f5f5f5;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin: 0.27em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 600px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  color: #b46b5a;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 600px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 600px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  color: #f5f5f5;
  font-family: "Cabin", sans-serif;
  margin: 0.67em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*------------------------ ELEMENTS ------------------------*/
.gform_wrapper h3.gform_title {
  color: #455563;
}

a {
  color: #b46b5a;
}
a:hover {
  text-decoration: underline;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ececec;
  /* Fallback for when there is no custom background color defined. */
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*------------------------ LISTS ------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style-image: url("/wp-content/uploads/2021/03/Circle-Z-Color-Logo-Small.png");
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

li {
  color: #455563;
  font-size: 16px;
  font-family: "Cabin", sans-serif;
  margin: 10px 0;
  font-weight: 400;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*------------------------ TABLES ------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*------------------------ BUTTONS ------------------------*/
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

/*------------------------ FIELDS ------------------------*/
#gf_progressbar_wrapper_2 {
  display: none !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*------------------------ LINKS ------------------------*/
/*------------------------ MENUS ------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
  position: relative;
  display: inline-block;
}

img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
  position: relative;
  display: inline-block;
  max-width: 70%;
}
@media (max-width: 500px) {
  img.alignleft {
    max-width: 100%;
    width: 100%;
  }
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.mtnbottom {
  padding-bottom: 150px !important;
}

.mtn-row {
  margin-top: -175px;
  z-index: 9;
  position: relative;
  min-width: 800px;
}

.mtn-row2 {
  margin-top: -140px;
  z-index: 9;
  position: absolute;
  min-width: 800px;
}

.mtn-row-left {
  margin-top: -100px;
  z-index: 9;
  position: absolute;
  left: 0;
  width: 700px;
  min-width: 700px;
}

.mtn-row-right {
  margin-top: -100px;
  z-index: 9;
  position: absolute;
  right: 0;
  width: 700px;
  min-width: 700px;
}

.z-logo {
  margin-bottom: -8px;
  height: 30px;
  width: 30px;
}

.pum p {
  color: #000000;
  font-size: 18px;
}

.navigation-row {
  background-color: #404e5c;
  background-image: url(/wp-content/uploads/2018/08/ice-age.png);
}
.navigation-row .navigation {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.navigation-row .navigation .prev-posts {
  display: inline;
}
.navigation-row .navigation .next-posts {
  display: inline;
}

.single .navigation {
  background-color: #f7f7ff;
  background-image: none;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-top: 100px;
}
.single .navigation .prev-posts {
  display: inline;
}
.single .navigation .next-posts {
  display: inline;
}

.blog .content {
  position: relative;
}
.blog .content .mtn-row {
  margin-top: -175px;
  position: absolute;
  bottom: 130px;
}
.blog .content .intro-section {
  height: 500px;
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.blog .content .intro-section .logo-row {
  width: 100%;
  background-color: #f7f7ff;
}
.blog .content .intro-section .logo-row h1 {
  color: #384553;
  margin-top: 46px;
}
@media (max-width: 1200px) {
  .blog .content .intro-section {
    height: 330px;
  }
}

.page-title {
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 800px;
  align-items: center;
  margin: 0 auto;
  padding: 190px 20px 0;
  font-size: 60px;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 600px) {
  .page-title {
    font-size: 30px;
    top: 50%;
    left: calc(50% - 100px);
  }
}

.page-title2 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 190px 20px 0;
  font-size: 60px;
  font-family: "Raleway", sans-serif;
  z-index: 2;
  position: relative;
}
@media (max-width: 600px) {
  .page-title2 {
    font-size: 30px;
    top: 0%;
  }
}

.hidden {
  display: none;
}

.header-photo {
  margin-bottom: -4px;
  height: 600px;
}

.head-photo {
  position: relative;
}

.full-width-header {
  position: relative;
}
.full-width-header .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  background-position-y: 0;
}
.full-width-header .full-width-header-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin-top: 230px;
}
.full-width-header .full-width-header-text .main-header-centered, .full-width-header .full-width-header-text .main-header-2-centered {
  position: relative;
  font-weight: bold;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.full-width-header .full-width-header-text .main-header-centered {
  font-size: 45px;
}
.full-width-header .full-width-header-text .main-header-2-centered {
  font-size: 55px;
}
.full-width-header .full-width-header-text a {
  margin-top: 50px;
}
.full-width-header .main-header, .full-width-header .main-header-2 {
  position: absolute;
  left: 10%;
  font-weight: bold;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.full-width-header .main-header {
  top: 420px;
  font-size: 45px;
}
@media (max-width: 1000px) {
  .full-width-header .main-header {
    font-size: 35px;
  }
}
@media (max-width: 700px) {
  .full-width-header .main-header {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .full-width-header .main-header {
    font-size: 15px;
  }
}
.full-width-header .main-header-2 {
  top: 458px;
  font-size: 55px;
}
@media (max-width: 1000px) {
  .full-width-header .main-header-2 {
    font-size: 45px;
  }
}
@media (max-width: 700px) {
  .full-width-header .main-header-2 {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .full-width-header .main-header-2 {
    font-size: 25px;
  }
}
.full-width-header .brush-stroke-row {
  position: absolute;
  bottom: -5px;
}
.full-width-header .brush-stroke-row2 {
  position: absolute;
  top: -1px;
}
.full-width-header .z-brand {
  position: absolute;
  bottom: -20px;
  left: 5%;
  width: 150px;
  opacity: 0.5;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.content-row {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
}

.light {
  border: 1px solid #f7f7ff;
  color: #f7f7ff;
  background-color: transparent;
  font-family: "Cabin Condensed", sans-serif;
  border-radius: 0px;
  font-size: 17px;
  padding: 8px 15px !important;
  transition: 0.5s;
}
.light a {
  color: #f7f7ff;
}
.light:hover {
  border: 1px solid #000000;
  background-color: #f7f7ff;
  color: #000000;
}
.light:hover a {
  color: #337d59;
  text-decoration: none;
}
@media (max-width: 500px) {
  .light {
    font-size: 12px;
  }
}

.dark {
  border: 1px solid #5e3a48;
  color: #5e3a48;
  background-color: transparent;
  font-family: "Cabin Condensed", sans-serif;
  border-radius: 0px;
  font-size: 17px;
  padding: 8px 15px !important;
  transition: 0.5s;
}
.dark a {
  color: #b46b5a;
}
.dark:hover {
  border: 1px solid #f7f7ff;
  background-color: #5e3a48;
  color: #f7f7ff;
}
.dark:hover a {
  color: #f7f7ff;
  text-decoration: none;
}
@media (max-width: 500px) {
  .dark {
    font-size: 12px;
  }
}

.inline {
  color: #116648;
  border: none;
  background-color: transparent;
}

#booking_engine {
  width: 960px;
  padding: 20px;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.main-container h2 {
  color: #404e5c;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  align-items: center;
  text-align: center;
}
.main-container hr {
  color: #404e5c;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.main-container .content-row {
  padding: 0;
}
.main-container .content-row p {
  color: #333333;
  text-align: justify;
}

.intro-section .content-row {
  padding: 0 10px;
}
.intro-section .content-row p {
  color: #f7f7ff;
  text-align: justify !important;
}
.intro-section .content-row h2 {
  color: #f5f5f5;
  margin: 50px 0 0 0;
  font-weight: 100;
}

.secondary p {
  color: #f7f7ff;
  text-align: justify !important;
}

.rates a:hover {
  text-decoration: none !important;
}

.package-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  max-width: 720px;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
}
.package-row:hover {
  text-decoration: none !important;
}
.package-row .dark {
  height: 37px;
}
.package-row .day-container {
  margin: 30px;
  flex-basis: 250px;
  text-decoration: none !important;
  transition: all 0.5s ease;
  flex-direction: column;
}
.package-row .day-container .day-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.package-row .day-container .day-row img {
  width: 75px;
  margin: 10px;
}
.package-row .day-container .day-row .day-num {
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  margin-right: 20px;
  color: #b46b5a;
}
.package-row .day-container .day-row span {
  font-size: 60px;
  font-family: "Cabin", sans-serif;
  color: #333333;
  font-weight: bold;
}
.package-row .day-container .specialh2, .package-row .day-container .specialh3 {
  font-size: 35px;
  font-weight: bold;
  color: #333333;
  margin: 0 auto;
  padding-bottom: 10px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  position: relative;
  display: block;
}
.package-row .day-container .specialh3 {
  font-weight: 500;
}
.package-row .day-container .dates {
  display: block;
  text-align: center;
  font-family: "Raleway", sans-serif;
}
.package-row .day-container:hover {
  transition: all 0.5s ease;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  transform: scale(1.02);
}
@media (max-width: 760px) {
  .package-row .day-container {
    flex-basis: 1px;
  }
}
@media (max-width: 760px) {
  .package-row {
    flex-direction: column;
  }
}

.fab {
  font-family: fontAwesome;
}

.header-photo {
  width: 100%;
}

.intro-section {
  background-color: #3094b6;
  background-image: url("/wp-content/uploads/2018/08/ice-age.png");
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 200px;
}
.intro-section .logo-row {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.intro-section .logo-row .lefthr {
  max-width: 500px;
  margin-right: 10px;
  margin-top: 80px;
  flex-grow: 1;
  margin-left: 40px;
  width: 100%;
}
.intro-section .logo-row img {
  min-height: 120px;
  height: 120px;
  width: 120px;
  min-width: 120px;
  position: relative;
  display: inline-block;
  z-index: 99;
  margin: 10px 10px 40px 10px;
}
.intro-section .logo-row .righthr {
  max-width: 500px;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 40px;
  flex-grow: 1;
  width: 100%;
}
.intro-section .content-row h1 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.intro-section .content-row .subcopy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.intro-section .content-row .subcopy .leftcontent {
  padding-top: 20px;
}
.intro-section .content-row .subcopy .leftcontent p {
  margin-bottom: 5px !important;
}
.intro-section .content-row .subcopy .leftcontent h4 {
  padding-top: 0px;
}
.intro-section .content-row .subcopy a {
  margin-top: 44px;
}
@media (max-width: 550px) {
  .intro-section .content-row .subcopy {
    flex-direction: column;
  }
}

/*------------------------- COMMENTS -------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*------------------------ Single  Page  ------------------------*/
.single .bcgimage {
  background-position: center;
  max-width: 900px;
}

.minimal-header {
  background-color: #3094b6;
  background-image: url("/wp-content/uploads/2018/08/ice-age.png");
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 200px;
}
@media (max-width: 600px) {
  .minimal-header {
    padding-bottom: 130px;
  }
}

.page-template-default .header, .single .header {
  position: relative;
}
.page-template-default .header .header-photo, .single .header .header-photo {
  min-height: 575px;
}
@media (max-width: 1000px) {
  .page-template-default .header .header-photo, .single .header .header-photo {
    min-height: 475px;
  }
}
@media (max-width: 600px) {
  .page-template-default .header .header-photo, .single .header .header-photo {
    min-height: 375px;
  }
}
@media (max-width: 600px) {
  .page-template-default .header, .single .header {
    height: 375px;
  }
}
.page-template-default .content .dark-content, .single .content .dark-content {
  padding-bottom: 50px;
}
.page-template-default .content .secondary, .single .content .secondary {
  border-bottom: 1px solid #455563;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.page-template-default .image-row, .single .image-row {
  margin-bottom: 50px;
}

.first-section {
  background-color: #f7f7ff;
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 9999;
}
.first-section .logo-row {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.first-section .logo-row .lefthr {
  max-width: 500px;
  width: 100%;
  margin-right: 10px;
  margin-top: 110px;
  flex-grow: 1;
  margin-left: 40px;
  color: #404e5d;
}
.first-section .logo-row img {
  min-height: 120px;
  height: 120px;
  width: 120px;
  min-width: 120px;
  position: relative;
  display: inline-block;
  z-index: 99;
  margin: 40px 10px;
}
.first-section .logo-row .righthr {
  max-width: 500px;
  width: 100%;
  margin-left: 10px;
  margin-top: 110px;
  margin-right: 40px;
  flex-grow: 1;
  color: #404e5d;
}
.first-section .content-row h1 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #455563;
}
.first-section .content-row p {
  margin-bottom: 5px !important;
  color: #455563;
}

/*------------------------POSTS AND PAGES ------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*------------------------ WIDGETS ------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*------------------------ Forms ------------------------*/
.gform_body li {
  color: #666666;
}

/*------------------------ tables ------------------------*/
.Table {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
  font-size: 1rem;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  padding: 20px;
}
@media (max-width: 500px) {
  .Table {
    padding: 0;
    font-size: 0.7rem;
  }
}

.Table-header {
  display: none;
}

.Table-header .Table-row-item {
  background-color: #3094b6;
  background-image: url(/wp-content/uploads/2018/08/ice-age.png);
  color: #f7f7ff;
}

@media (min-width: 500px) {
  .Table-header {
    font-weight: 700;
    background-color: #404e5c;
  }
}
.Table-row {
  width: 100%;
}

.Table-row:nth-of-type(even) {
  background-color: #f2f2f2;
}

.Table-row:nth-of-type(odd) {
  background-color: #ffffff;
}

@media (min-width: 500px) {
  .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }

  .Table-row:nth-of-type(even) {
    background-color: #ffffff;
  }

  .Table-row:nth-of-type(odd) {
    background-color: #f2f2f2;
  }
}
.Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
@media (max-width: 500px) {
  .Table-row-item {
    justify-content: space-between;
  }
}
.Table-row-item::before {
  width: 51%;
}

.abril {
  font-family: "Abril Fatface", sans-serif;
  font-size: 40px;
  position: absolute;
  top: 9px;
  left: 85px;
}

.raleway {
  position: absolute;
  top: 60px;
  left: 85px;
}

#item1, #item2 {
  padding: 1em 0.5em 1em 70px;
  position: relative;
  height: 100px;
}
@media (max-width: 576px) {
  #item1, #item2 {
    height: 120px;
  }
}

#item1:after {
  content: "";
  background: url("/wp-content/uploads/2018/09/4.png");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-size: 60px;
  position: absolute;
  left: 15px;
  top: 20px;
}

#item2:after {
  content: "";
  background: url("/wp-content/uploads/2018/09/7.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  background-size: 60px;
  position: absolute;
  left: 15px;
  top: 20px;
}

.Table-row-item:before {
  content: attr(data-header);
  width: 51%;
  font-weight: 700;
}

@media (min-width: 500px) {
  .Table-row-item {
    border: 1px solid #ffffff;
    padding: 0.5em;
  }

  .Table-row-item:before {
    content: none;
  }
}
#page {
  margin-top: 0px;
}

.hello-bar {
	display: none;
  position: absolute;
  top: 0;
  background-color: #5e3a48;
  width: 100%;
  height: 45px;
  z-index: 9;  
  justify-content: center;
  align-items: center;
}
.hello-bar p {
  font-size: 18px;
}
@media (max-width: 480px) {
  .hello-bar p {
    font-size: 14px;
  }
}
.hello-bar button {
  padding: 1.3px 15px !important;
  font-size: 13px;
}
@media (max-width: 480px) {
  .hello-bar button {
    padding: 1.3px 5px !important;
    font-size: 11px;
  }
}

.accordion dl, .accordion-list {
  border: 1px solid #b46b5a;
}

.accordion dl {
  margin: 0;
  margin-top: -1px;
}

.accordion dd, .accordion__panel {
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  margin: 30px 0;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle, .accordion__Heading {
  text-align: center;
  font-weight: 700;
  padding: 1.2em;
  font-size: 18px;
  display: block;
  text-decoration: none;
  color: #b46b5a;
  text-transform: uppercase;
  font-family: "Cabin Condensed", sans-serif;
  transition: background-color 0.5s ease-in-out;
}

.accordionTitle::before, .accordion__Heading::before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: right;
  transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover, .accordion__Heading:hover {
  background-color: #975444;
  color: #fff;
  text-decoration: none;
}

.accordionTitleActive, .accordionTitle.is-expanded {
  background-color: #975444;
  color: #fff;
}

.accordionTitleActive::before, .accordionTitle.is-expanded::before {
  content: "-";
  font-size: 1.5em;
  line-height: 0.5em;
  float: right;
  transition: transform 0.3s ease-in-out;
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
  margin: 0 1.5em;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*------------------------ MEDIA ------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*------------------------ CAPTIONS ------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*------------------------ GALLERIES ------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.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-caption {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.altheader {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 55px !important;
  background-color: #f7f7ff;
  z-index: 99999;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
  opacity: 0.95;
}
@media (max-width: 500px) {
  .altheader {
    height: 40px !important;
  }
}

.header {
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.menu-item-516, .menu-item-404, .menu-item-6179 {
  border: 2px solid #ffffff;
  margin: 10px !important;
}
.menu-item-516::hover, .menu-item-404::hover, .menu-item-6179::hover {
  background-color: #337D59 !important;
}

.fa-bars {
  color: #f7f7ff;
}

.header-background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 83px;
  left: 0;
  right: 0;
  background-color: #c2c2c2;
  z-index: 98;
  display: none;
  transition: all 0.4s ease-in;
}

.big-header-logo {
  width: 201px;
  position: absolute;
  top:0px;
  left: 2px;
  z-index: 99;
  display: block;
  transition: all 0.4s ease-in;
}
@media (max-width: 1200px) {
  .big-header-logo {
    width: 100px;
    top: 0px;
  }
}
@media (max-width: 683px) {
  .big-header-logo {
    display: none;
  }
}

.big-header-logo-for-small-screens {
  width: 50px;
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 99;
  transition: all 0.4s ease-in;
  display: none;
}
@media (max-width: 683px) {
  .big-header-logo-for-small-screens {
    display: block;
  }
}

.small-header-logo {
  width: 77px;
  position: fixed;
  top: 15px;
  left: 95px;
  z-index: 99999;
}
@media (max-width: 650px) {
  .small-header-logo {
    width: 40px;
    top: 8px;
    left: 15px;
  }
}
@media (max-width: 500px) {
  .small-header-logo {
    width: 30px;
    top: 5px;
    left: 15px;
  }
}

.shrink {
  display: none !important;
  transition: all 0.4s ease;
}

body .appear {
  position: fixed !important;
  transition: all 0.4s ease-in;
}

body .disappear {
  position: absolute !important;
  transition: all 0.4s ease-in;
}

.booknow {
  position: fixed;
  top: 15px;
  right: 125px;
  z-index: 99999;
  display: inline-block;
  padding: 6px 10px !important;
  border: 1px solid #f7f7ff;
  color: #f7f7ff;
  background-color: transparent;
  font-family: "Cabin Condensed", sans-serif;
  border-radius: 0px;
  font-size: 17px;
  transition: 0.5s;
  height: 35px;
}
.booknow:hover {
  border: 1px solid #5e3a48 !important;
  background-color: #5e3a48 !important;
  transition: all 0.5s ease;
  transform: scale(1.02);
}
.booknow button {
  background-color: transparent;
  border: none;
}
@media (max-width: 500px) {
  .booknow {
    right: 85px;
    font-size: 12px;
    padding: 3px 10px !important;
    margin: 3px 5px 0px 5px !important;
    height: 25px;
  }
}

#shiftnav-toggle-main {
  position: absolute;
  transition: all 0.4s ease-in;
  z-index: 9999999;
  color: #f7f7ff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #shiftnav-toggle-main #shiftnav-toggle-main-button {
    padding: 4px 10px !important;
  }
}
body #shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
  transition: all 0.4s ease-in;
  border: 1px solid #f7f7ff;
  margin: 15px 20px 0px 5px;
  position: fixed !important;
  right: 0px;
  display: inline-block;
  padding: 3.5px 10px !important;
  font-size: 20px;
  font-family: "Cabin Condensed", sans-serif;
  z-index: 9999999;
  width: 95px;
  height: 35px;
}

/* @media screen and (max-width:768px){
	body #shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
		margin-top:24px;
	} */
}
body #shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger::before {
  content: "MENU";
  color: #f7f7ff;
  font-size: 18px;
  font-family: "Cabin Condensed", sans-serif;
  padding-right: 10px;
}
@media (max-width: 500px) {
  body #shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger::before {
    font-size: 12px;
  }
}
body #shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger:hover {
  background-color: #5e3a48 !important;
  border: 1px solid #5e3a48 imp !important;
  transition: all 0.5s ease;
  transform: scale(1.02);
}
@media (max-width: 500px) {
  body #shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
    font-size: 12px;
    padding: 4.5px 10px !important;
    top: 5px;
    margin: 13px 7px 0px 0px;
    height: 25px;
    width: 75px;
  }
}

@media (max-width: 320px){
	.big-header-logo-for-small-screens {
		display:none !important;
	}
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.page-template-homepage #vacation-section {
  background-color: #f7f7ff;
  margin-bottom: 70px;
}
.page-template-homepage #vacation-section .center {
  padding-bottom: 40px;
}
.page-template-homepage #vacation-section .featured-section {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.page-template-homepage #vacation-section .featured-section .promo-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-homepage #vacation-section .featured-section .promo-container .promo {
  text-decoration: none;
  flex-basis: 530px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  border: 1px solid #c5c5c5;
  margin: 10px;
  transition: all 0.5s ease;
}
.page-template-homepage #vacation-section .featured-section .promo-container .promo .image {
  min-width: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 660px) {
  .page-template-homepage #vacation-section .featured-section .promo-container .promo .image {
    height: 225px;
    max-width: 400px;
    width: 100%;
    min-width: 275px;
  }
}
.page-template-homepage #vacation-section .featured-section .promo-container .promo .promo-content {
  padding: 15px;
  background-color: #ffffff;
}
.page-template-homepage #vacation-section .featured-section .promo-container .promo .promo-content h6 {
  margin: 0 0 5px 0;
}
.page-template-homepage #vacation-section .featured-section .promo-container .promo .promo-content h5 {
  margin: 5px 0;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  color: #b46b5a;
}
.page-template-homepage #vacation-section .featured-section .promo-container .promo .promo-content p {
  color: #333333;
  font-size: 13px;
  line-height: 15px;
}
.page-template-homepage #vacation-section .featured-section .promo-container .promo:hover {
  transition: all 0.5s ease;
  transform: scale(1.02);
}
@media (max-width: 1239px) {
  .page-template-homepage #vacation-section .featured-section .promo-container .promo {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media (max-width: 660px) {
  .page-template-homepage #vacation-section .featured-section .promo-container .promo {
    flex-wrap: wrap;
    max-width: 400px;
    max-height: none;
  }
}
.page-template-homepage #vacation-section .featured-section .right {
  margin: 30px 10px;
}
@media (max-width: 1239px) {
  .page-template-homepage #vacation-section .featured-section .right {
    margin: 30px 10px;
  }
}
.page-template-homepage .explore-section {
  background-color: #f7f7ff;
}
.page-template-homepage .explore-section .main-container .bla {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 50px;
  max-width: 790px;
  margin: 0 auto;
  width: 100%;
}
.page-template-homepage .explore-section .main-container .bla img {
  max-width: 700px;
  width: 100%;
}
.page-template-homepage .explore-section .main-container .bla span {
  width: 30%;
  min-width: 190px;
  position: absolute;
  top: 0;
  padding: 10px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  opacity: 0.85;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(1) {
  margin-left: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(1) span {
  background-color: #b46b5a;
  left: 0px;
  text-align: left;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(2) {
  margin-right: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(2) span {
  background-color: #b46b5a;
  right: 0px;
  text-align: right;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(3) {
  margin-left: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(3) span {
  background-color: #b46b5a;
  left: 0px;
  text-align: left;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(4) {
  margin-right: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(4) span {
  background-color: #b46b5a;
  right: 0px;
  text-align: right;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(5) {
  margin-left: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(5) span {
  background-color: #b46b5a;
  left: 0px;
  text-align: left;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(6) {
  margin-right: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(6) span {
  background-color: #b46b5a;
  right: 0px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(7) {
  margin-left: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(7) span {
  background-color: #b46b5a;
  left: 0px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(8) {
  margin-right: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(8) span {
  background-color: #b46b5a;
  right: 0px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(9) {
  margin-left: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(9) span {
  background-color: #b46b5a;
  left: 0px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(10) {
  margin-right: 50px;
}
.page-template-homepage .explore-section .main-container .bla a:nth-of-type(10) span {
  background-color: #b46b5a;
  right: 0px;
}
.page-template-homepage .explore-section .main-container .explore-repeater {
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease;
}
.page-template-homepage .explore-section .main-container .explore-repeater:hover {
  transition: all 0.5s ease;
  transform: scale(1.02);
}
.page-template-homepage .news-section {
  background-color: #3094b6;
  background-image: url("/wp-content/uploads/2018/08/ice-age.png");
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 130px;
}
.page-template-homepage .news-section .main-container .title-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0 20px;
}
.page-template-homepage .news-section .main-container .title-container img {
  width: 70px;
  height: 70px;
}
.page-template-homepage .news-section .main-container .title-container h2 {
  color: #f7f7ff;
  margin: 0;
  padding: 19px 0 0 10px;
}
.page-template-homepage .news-section .main-container hr {
  max-width: 967px;
}
.page-template-homepage .news-section .main-container .news-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .page-template-homepage .news-section .main-container .news-wrapper .news-container {
    margin: 10px;
  }
}
.page-template-homepage .news-section .main-container .news-wrapper a {
  text-decoration: none;
}
.page-template-homepage .news-section .main-container .news-wrapper .column-container {
  display: flex;
  flex-direction: column;
  width: 300px;
  transition: all 0.5s ease;
}
.page-template-homepage .news-section .main-container .news-wrapper .column-container .post-nail {
  width: 300px;
  height: 225px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 360px) {
  .page-template-homepage .news-section .main-container .news-wrapper .column-container .post-nail {
    width: 260px;
  }
}
.page-template-homepage .news-section .main-container .news-wrapper .column-container .main-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: #f7f7ff;
}
.page-template-homepage .news-section .main-container .news-wrapper .column-container .main-content h5 {
  margin: 0px;
  text-transform: uppercase;
  color: #7b4834;
  font-size: 19px;
  font-weight: 600;
}
.page-template-homepage .news-section .main-container .news-wrapper .column-container .main-content hr {
  width: 180px;
  margin: 10px 0 0 0;
}
.page-template-homepage .news-section .main-container .news-wrapper .column-container .main-content p {
  color: #333333;
  font-size: 14px;
  margin-top: 0;
}
.page-template-homepage .news-section .main-container .news-wrapper .column-container .main-content .inline {
  font-family: "raleway";
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
}
.page-template-homepage .news-section .main-container .news-wrapper .column-container:hover {
  transition: all 0.5s ease;
  transform: scale(1.02);
}
@media (max-width: 360px) {
  .page-template-homepage .news-section .main-container .news-wrapper .column-container {
    width: 260px;
  }
}
@media (max-width: 1050px) {
  .page-template-homepage .news-section .main-container .news-wrapper {
    flex-wrap: wrap;
    width: auto;
  }
}
.page-template-homepage .news-section .main-container a {
  width: 200px;
  margin: 0 auto;
  justify-content: space-around;
}
.page-template-homepage .news-section #events h2 {
  color: #f7f7ff;
  margin: 0 auto;
  padding: 70px 0 0 10px;
}
.page-template-homepage .news-section #events p {
  color: #f7f7ff;
}
.page-template-homepage .news-section #events .content-row {
  max-width: 660px;
}
.page-template-homepage .news-section #events .event-listing {
  background-color: #f7f7ff;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.page-template-homepage .news-section #events .event-listing .single-event {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
.page-template-homepage .news-section #events .event-listing .single-event .date-box {
  min-width: 80px;
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #5e3a48;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5px;
}
.page-template-homepage .news-section #events .event-listing .single-event .date-box .day {
  font-size: 40px;
  font-family: "Abril Fatface", sans-serif;
  color: #b46b5a;
  text-align: center;
}
.page-template-homepage .news-section #events .event-listing .single-event .date-box .month {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #b46b5a;
  text-align: center;
}
.page-template-homepage .news-section #events .event-listing .single-event .event-content {
  margin: 0 0 0 15px;
}
.page-template-homepage .news-section #events .event-listing .single-event .event-content h5 {
  margin: 0;
  font-weight: 500;
  color: #b46b5a;
}
.page-template-homepage .news-section #events .event-listing .single-event .event-content p {
  color: #333333;
  margin-top: 5px;
}
.page-template-homepage .news-section #events .event-listing .single-event .event-content .button-wrapper {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
}
.page-template-homepage .news-section #events .event-listing .single-event .event-content .button-wrapper a {
  width: 137px;
  margin: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer #social-section {
  position: relative;
  background-color: #f7f7ff;
}
footer #social-section .main-container {
  padding: 0px;
}
footer #social-section .main-container h2 {
  z-index: 9999;
  padding: 40px 0;
}
footer #social-section .main-container #social-title::before {
/*   content: ""; */
/*   color: #404e5c;
  font-family: FontAwesome;
  font-size: 34px;
  display: inline-block;
  position: relative;
  z-index: 100;
  margin-right: 15px; */
}
footer #social-section .main-container .social-container {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
footer #social-section .main-container .social-container .follow {
  text-align: center;
}
footer #social-section .main-container .social-container .social-row {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
footer #social-section .main-container .social-container .social-row .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #666666;
  font-size: 20px;
}
footer #social-section .main-container .social-container .social-row .social img {
  width: 30px;
  margin-right: 15px;
}
@media (max-width: 630px) {
  footer #social-section .main-container .social-container .social-row .social img {
    width: 20px;
    margin-right: 5px;
  }
}
@media (max-width: 430px) {
  footer #social-section .main-container .social-container .social-row .social img {
    width: 30px;
    margin-right: 15px;
  }
}
@media (max-width: 630px) {
  footer #social-section .main-container .social-container .social-row .social {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  footer #social-section .main-container .social-container .social-row .social {
    margin: 8px;
    font-size: 20px;
  }
}
footer #social-section .main-container .social-container .social-row .seperator {
  border: 1px solid #666666;
  margin: 0 20px 0 20px;
}
@media (max-width: 630px) {
  footer #social-section .main-container .social-container .social-row .seperator {
    margin: 0 10px 0 10px;
  }
}
@media (max-width: 430px) {
  footer #social-section .main-container .social-container .social-row .seperator {
    display: none;
  }
}
@media (max-width: 430px) {
  footer #social-section .main-container .social-container .social-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer #newsletter-row {
  background-color: #b46b5a;
  padding-bottom: 100px;
}
footer #newsletter-row .main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer #newsletter-row .main-container .title-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0 15px;
}
footer #newsletter-row .main-container .title-container img {
  width: 70px;
  height: 70px;
}
footer #newsletter-row .main-container .title-container h2 {
  color: #f7f7ff;
  margin: 0;
  padding: 19px 0 0 10px;
}
footer #newsletter-row .main-container span {
  font-size: 16px;
  color: #ffffff;
}
footer #newsletter-row .main-container #gform_wrapper_1 #gform_1 {
  display: flex;
  flex-direction: row;
}
footer #newsletter-row .main-container #gform_wrapper_1 #gform_1 #field_1_1 {
  padding: 0;
  margin-top: 0;
}
footer #newsletter-row .main-container #gform_wrapper_1 #gform_1 #field_1_1 .gfield_label {
  display: none;
}
footer #newsletter-row .main-container #gform_wrapper_1 #gform_1 #field_1_1 .ginput_container {
  margin-top: 0;
}
footer #newsletter-row .main-container #gform_wrapper_1 #gform_1 #field_1_1 .ginput_container #input_1_1 {
  width: 240px;
  border: 2px solid #337d59;
}
footer #newsletter-row .main-container #gform_wrapper_1 #gform_1 .gform_footer {
  margin: 0;
  padding: 0;
}
footer #newsletter-row .main-container #gform_wrapper_1 #gform_1 .gform_footer input[type=submit] {
  padding: 0.4em 1em 0.45em;
  background-color: #a78492;
  border: 2px solid #5e3a48;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}
footer #association-row {
  background-color: #f7f7ff;
}
footer #association-row .ranch-row {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 50px 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 999;
}
footer #association-row .ranch-row .dra {
  width: 194.5px;
  height: 129px;
  z-index: 999;
  position: relative;
}
@media (max-width: 660px) {
  footer #association-row .ranch-row .dra {
    margin: 10px;
  }
}
footer #association-row .ranch-row .adra {
  width: 182px;
  height: 70px;
  z-index: 999;
  position: relative;
}
@media (max-width: 660px) {
  footer #association-row .ranch-row .adra {
    margin: 10px;
  }
}
footer #association-row .ranch-row .ata {
  width: 182px;
  height: auto;
  z-index: 999;
  position: relative;
}
footer #association-row .ranch-row .hsp {
  width: 134px;
  height: 134.5px;
  z-index: 999;
  position: relative;
}
@media (max-width: 660px) {
  footer #association-row .ranch-row .hsp {
    margin: 10px;
  }
}
@media (max-width: 660px) {
  footer #association-row .ranch-row {
    flex-direction: column;
  }
}
footer #bottom-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #282a2b;
  padding: 20px;
}
footer #bottom-footer img {
  width: 280px;
  height: auto;
}
@media (max-width: 840px) {
  footer #bottom-footer img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
footer #bottom-footer .right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #abb3b2;
  font-family: "Cabin Condensed", sans-serif;
  justify-content: center;
  padding: 20px;
}
footer #bottom-footer .right-col a {
  font-size: 20px;
}
@media (max-width: 840px) {
  footer #bottom-footer {
    flex-direction: column;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Lodging
--------------------------------------------------------------*/
#lodging-header .intro-section {
  z-index: 99;
  padding-bottom: 50px;
}

.blog #lodging-header .intro-section {
  padding-bottom: 0px;
}
.blog .lodging-option {
  border-top: 1px solid #c5c5c5;
}

.lodging-repeater {
  width: 100%;
}
.lodging-repeater .lodging-option {
  display: flex;
  flex-direction: row;
}
.lodging-repeater .lodging-option .lodging-image {
  flex-basis: 1;
  height: 35vw;
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 850px) {
  .lodging-repeater .lodging-option .lodging-image {
    width: 100%;
    height: 55vw;
  }
}
.lodging-repeater .lodging-option .lodging-content-container {
  flex-basis: 1;
  width: 50%;
  padding: 4vw;
}
.lodging-repeater .lodging-option .lodging-content-container h2 {
  color: #455563;
  margin: 0;
}
@media (max-width: 950px) {
  .lodging-repeater .lodging-option .lodging-content-container h2 {
    font-size: 20px;
  }
}
.lodging-repeater .lodging-option .lodging-content-container h5 {
  margin: 5px 0 20px 0;
}
@media (max-width: 950px) {
  .lodging-repeater .lodging-option .lodging-content-container h5 {
    font-size: 17px;
  }
}
.lodging-repeater .lodging-option .lodging-content-container p {
  color: #455563;
  padding-bottom: 40px;
}
@media (max-width: 1100px) {
  .lodging-repeater .lodging-option .lodging-content-container p {
    padding-bottom: 10px;
  }
}
@media (max-width: 1000px) {
  .lodging-repeater .lodging-option .lodging-content-container p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .lodging-repeater .lodging-option .lodging-content-container {
    padding: 3vw;
  }
}
@media (max-width: 1100px) {
  .lodging-repeater .lodging-option .lodging-content-container {
    padding: 2vw;
  }
}
@media (max-width: 850px) {
  .lodging-repeater .lodging-option .lodging-content-container {
    width: 100%;
    padding: 4vw;
  }
}
@media (max-width: 850px) {
  .lodging-repeater .lodging-option {
    flex-direction: column;
  }
}
.lodging-repeater .lodging-option:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .lodging-repeater .lodging-option:nth-child(even) {
    flex-direction: column;
  }
}

.details-section {
  background-color: #3094b6;
  background-image: url("/wp-content/uploads/2018/08/ice-age.png");
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 110px;
}
.details-section .main-container .title-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0 20px;
}
.details-section .main-container .title-container h2 {
  color: #f7f7ff;
  margin: 0;
  padding: 19px 0 0 10px;
}
.details-section .main-container hr {
  max-width: 967px;
}

.leftcontent {
  list-style-image: url("/wp-content/uploads/2018/09/ul-z-circle.png") !important;
  color: #f7f7ff;
  font-size: 17px;
  font-family: "Cabin", sans-serif;
}
.leftcontent .detail {
  color: #f7f7ff;
  font-size: 20px;
  font-family: "Cabin", sans-serif;
  margin: 20px 0;
}

.detail-container {
  max-width: 900px;
  margin: 0 auto;
  line-height: 22px;
  width: 100%;
  list-style: none;
  list-style-image: none;
  color: #f7f7ff;
  font-size: 17px;
  font-family: "Cabin", sans-serif;
}
.detail-container .detail {
  color: #f7f7ff;
  font-size: 20px;
  font-family: "Cabin", sans-serif;
  margin: 20px 0;
}
.detail-container ::before {
  content: "- ";
}

@media (max-width: 690px) {
  .page-template-single-lodging .intro-section .subcopy .leftcontent ul {
    margin: 0 0 1.5em 0em;
  }
}
.page-template-single-lodging .intro-section .subcopy .rightcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 220px;
}
.page-template-single-lodging .intro-section .subcopy .rightcontent .guest-max {
  font-family: "Abril Fatface", sans-serif;
  font-size: 33px;
  color: #ffffff;
}
.page-template-single-lodging .intro-section .subcopy .rightcontent .guest-count {
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 50px;
  color: #b46b5a;
}
.page-template-single-lodging .intro-section .subcopy .rightcontent img {
  width: 108px;
  height: 108px;
  margin: 5px;
}
.page-template-single-lodging .intro-section .subcopy .rightcontent .per-room {
  font-family: "Abril Fatface", sans-serif;
  font-size: 23px;
  color: #ffffff;
}
@media (max-width: 690px) {
  .page-template-single-lodging .intro-section .subcopy {
    flex-direction: column;
  }
}

.image-row {
  height: 35vw;
  width: 98%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.image-row .left-image {
  width: 50%;
  margin: 5px;
}
@media (max-width: 767px) {
  .image-row .left-image {
    height: 100%;
    width: 100%;
  }
}
.image-row .right-images {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  margin-right: 5px;
}
.image-row .right-images .top-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50%;
  margin: 5px;
}
.image-row .right-images .top-row .small-left-image {
  width: 50%;
  margin-right: 5px;
}
.image-row .right-images .top-row .small-right-image {
  width: 50%;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .image-row .right-images .top-row {
    margin: 5px 0 0 0;
  }
}
.image-row .right-images .bottom-right-image {
  width: 100%;
  height: 50%;
  margin: 5px;
}
@media (max-width: 767px) {
  .image-row .right-images .bottom-right-image {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  .image-row .right-images {
    margin-right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .image-row {
    flex-direction: column;
    height: 150vw;
    justify-content: center;
    align-items: center;
  }
}

.floorplan-row img {
  padding-top: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.rates {
  background-color: #f7f7ff;
  padding-bottom: 50px;
}

.header-photo-blog {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.bcgimage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=style.css.map */
