@charset "UTF-8";
/*!
Theme Name: Travel Montana
Theme URI: http://underscores.me/
Author: Pressable Concierge Team
Author URI: https://pressable.com
Description: Custom theme for Travel Montana
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zephyr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Travel Montana is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.has-blue-background-color {
  background-color: #1c4497;
}

.has-blue-color {
  color: #1c4497;
}

.has-green-background-color {
  background-color: #daa520;
}

.has-green-color {
  color: #daa520;
}

.has-charcoal-background-color {
  background-color: #58585a;
}

.has-charcoal-color {
  color: #58585a;
}

.has-grey-background-color {
  background-color: #333333;
}

.has-grey-color {
  color: #333333;
}

.has-light-grey-background-color {
  background-color: #F5F5F5;
}

.has-light-grey-color {
  color: #F5F5F5;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #58585a;
  font-family: "Open Sans", sans-serif;
  font-size: calc(16px + 2 * (100vw - 400px) / 500);
}
@media screen and (max-width: 400px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    line-height: 26px;
  }
}
@media screen and (min-width: 900px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    line-height: 28px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", serif;
  clear: both;
  font-weight: 400;
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 28px;
  line-height: 38px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.page .entry-content h1 {
  line-height: 58px;
}
.page .entry-content h2 {
  font-size: calc(40px + 2 * (100vw - 400px) / 500);
  line-height: 42px;
}
@media screen and (max-width: 400px) {
  .page .entry-content h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 900px) {
  .page .entry-content h2 {
    font-size: 42px;
  }
}
.page .entry-content h3 {
  font-size: calc(32px + 4 * (100vw - 400px) / 500);
  line-height: 36px;
}
@media screen and (max-width: 400px) {
  .page .entry-content h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 900px) {
  .page .entry-content h3 {
    font-size: 36px;
  }
}
.page .entry-content h4 {
  font-size: calc(28px + 2 * (100vw - 400px) / 500);
  line-height: 30px;
}
@media screen and (max-width: 400px) {
  .page .entry-content h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 900px) {
  .page .entry-content h4 {
    font-size: 30px;
  }
}
.page .entry-content h5 {
  font-size: calc(24px + 2 * (100vw - 400px) / 500);
  line-height: 26px;
}
@media screen and (max-width: 400px) {
  .page .entry-content h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  .page .entry-content h5 {
    font-size: 26px;
  }
}
.page .entry-content h6 {
  font-weight: 600;
  font-size: calc(20px + 2 * (100vw - 400px) / 500);
  line-height: 24px;
}
@media screen and (max-width: 400px) {
  .page .entry-content h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .page .entry-content h6 {
    font-size: 22px;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, em, i {
  font-style: italic;
}

blockquote {
  font-family: "Raleway", serif;
  color: #1c4497;
  font-size: 22px;
}

cite {
  text-transform: uppercase;
  font-family: "Raleway", serif;
  font-style: normal;
  color: #58585a;
  font-size: 16px;
  font-weight: 600;
}

.wp-block-quote {
  margin: 0 0 1.5em 0;
}
.wp-block-quote p {
  display: inline;
}
.wp-block-quote cite {
  display: inline;
}
.wp-block-quote cite:before {
  content: " - ";
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

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

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.list-center {
  margin: 0 auto;
  max-width: 800px;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}
table td.date span {
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.wp-block-button .wp-block-button__link,
#main #infinite-handle span button {
  border: none;
  border-radius: 0;
  background: #1c4497;
  color: #fff;
  font-family: "Raleway", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 1.3em 72px 1.1em;
  transition: all 0.1s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
button:hover, button:active, button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
.button:hover,
.button:active,
.button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
#main #infinite-handle span button:hover,
#main #infinite-handle span button:active,
#main #infinite-handle span button:focus {
  background: #daa520;
  color: #fff;
}
button.has-white-color,
input[type=button].has-white-color,
input[type=reset].has-white-color,
input[type=submit].has-white-color,
.button.has-white-color,
.wp-block-button .wp-block-button__link.has-white-color,
#main #infinite-handle span button.has-white-color {
  color: #fff;
}
button.green, button.has-green-background-color,
input[type=button].green,
input[type=button].has-green-background-color,
input[type=reset].green,
input[type=reset].has-green-background-color,
input[type=submit].green,
input[type=submit].has-green-background-color,
.button.green,
.button.has-green-background-color,
.wp-block-button .wp-block-button__link.green,
.wp-block-button .wp-block-button__link.has-green-background-color,
#main #infinite-handle span button.green,
#main #infinite-handle span button.has-green-background-color {
  background: #daa520;
}
button.green:hover, button.green:active, button.green:focus, button.has-green-background-color:hover, button.has-green-background-color:active, button.has-green-background-color:focus,
input[type=button].green:hover,
input[type=button].green:active,
input[type=button].green:focus,
input[type=button].has-green-background-color:hover,
input[type=button].has-green-background-color:active,
input[type=button].has-green-background-color:focus,
input[type=reset].green:hover,
input[type=reset].green:active,
input[type=reset].green:focus,
input[type=reset].has-green-background-color:hover,
input[type=reset].has-green-background-color:active,
input[type=reset].has-green-background-color:focus,
input[type=submit].green:hover,
input[type=submit].green:active,
input[type=submit].green:focus,
input[type=submit].has-green-background-color:hover,
input[type=submit].has-green-background-color:active,
input[type=submit].has-green-background-color:focus,
.button.green:hover,
.button.green:active,
.button.green:focus,
.button.has-green-background-color:hover,
.button.has-green-background-color:active,
.button.has-green-background-color:focus,
.wp-block-button .wp-block-button__link.green:hover,
.wp-block-button .wp-block-button__link.green:active,
.wp-block-button .wp-block-button__link.green:focus,
.wp-block-button .wp-block-button__link.has-green-background-color:hover,
.wp-block-button .wp-block-button__link.has-green-background-color:active,
.wp-block-button .wp-block-button__link.has-green-background-color:focus,
#main #infinite-handle span button.green:hover,
#main #infinite-handle span button.green:active,
#main #infinite-handle span button.green:focus,
#main #infinite-handle span button.has-green-background-color:hover,
#main #infinite-handle span button.has-green-background-color:active,
#main #infinite-handle span button.has-green-background-color:focus {
  background: #1c4497;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small,
.wp-block-button .wp-block-button__link.small,
#main #infinite-handle span button.small {
  padding: 0.3em 1em;
  font-size: 0.8em;
}
button.white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white,
.button.white,
.wp-block-button .wp-block-button__link.white,
#main #infinite-handle span button.white {
  border: 1px solid #58585a;
  background: #fff;
  color: #58585a;
}
button.white:hover, button.white:active, button.white:focus,
input[type=button].white:hover,
input[type=button].white:active,
input[type=button].white:focus,
input[type=reset].white:hover,
input[type=reset].white:active,
input[type=reset].white:focus,
input[type=submit].white:hover,
input[type=submit].white:active,
input[type=submit].white:focus,
.button.white:hover,
.button.white:active,
.button.white:focus,
.wp-block-button .wp-block-button__link.white:hover,
.wp-block-button .wp-block-button__link.white:active,
.wp-block-button .wp-block-button__link.white:focus,
#main #infinite-handle span button.white:hover,
#main #infinite-handle span button.white:active,
#main #infinite-handle span button.white:focus {
  background: #daa520;
  border: none;
  color: #fff;
}
button.ghost,
input[type=button].ghost,
input[type=reset].ghost,
input[type=submit].ghost,
.button.ghost,
.wp-block-button .wp-block-button__link.ghost,
#main #infinite-handle span button.ghost {
  background: none;
  border: 1px solid #fff;
}
button.ghost:hover,
input[type=button].ghost:hover,
input[type=reset].ghost:hover,
input[type=submit].ghost:hover,
.button.ghost:hover,
.wp-block-button .wp-block-button__link.ghost:hover,
#main #infinite-handle span button.ghost:hover {
  border: 1px solid #daa520;
  background: #daa520;
}
button.bordered,
input[type=button].bordered,
input[type=reset].bordered,
input[type=submit].bordered,
.button.bordered,
.wp-block-button .wp-block-button__link.bordered,
#main #infinite-handle span button.bordered {
  border: 1px solid #fff;
  outline: 25px solid #1c4497;
}
button.bordered:hover, button.bordered:active, button.bordered:focus,
input[type=button].bordered:hover,
input[type=button].bordered:active,
input[type=button].bordered:focus,
input[type=reset].bordered:hover,
input[type=reset].bordered:active,
input[type=reset].bordered:focus,
input[type=submit].bordered:hover,
input[type=submit].bordered:active,
input[type=submit].bordered:focus,
.button.bordered:hover,
.button.bordered:active,
.button.bordered:focus,
.wp-block-button .wp-block-button__link.bordered:hover,
.wp-block-button .wp-block-button__link.bordered:active,
.wp-block-button .wp-block-button__link.bordered:focus,
#main #infinite-handle span button.bordered:hover,
#main #infinite-handle span button.bordered:active,
#main #infinite-handle span button.bordered:focus {
  background: #fff;
  color: #1c4497;
}
button.full-width,
input[type=button].full-width,
input[type=reset].full-width,
input[type=submit].full-width,
.button.full-width,
.wp-block-button .wp-block-button__link.full-width,
#main #infinite-handle span button.full-width {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 420px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .button,
  .wp-block-button .wp-block-button__link,
  #main #infinite-handle span button {
    padding: 1.1em 72px 0.9em;
  }
}

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,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0.6em;
}
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,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  height: 49px;
  line-height: 49px;
}

textarea {
  width: 100%;
}

#newsletter-cta input[type=text],
#newsletter-cta input[type=email],
#newsletter-cta input[type=url],
#newsletter-cta input[type=number],
#newsletter-cta input[type=tel],
#newsletter-cta textarea,
#newsletter-cta .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 1em;
}
#newsletter-cta .gform_wrapper.gf_browser_chrome .top_label .ginput_container_email {
  margin-top: 10px;
}

#ui-datepicker-div.ui-datepicker {
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #daa520;
}
a:hover, a:focus, a:active {
  color: #1c4497;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
  border-bottom: 1px solid #1c4497;
  position: relative;
  z-index: 100;
}
#masthead .site-branding {
  padding: 17.5px 0;
}
#masthead .site-branding .site-title {
  margin: 0;
  display: none;
}
#masthead .site-branding .site-title svg {
  width: 468px;
  height: 78px;
}
#masthead .contact-icons {
  display: none;
}

@media screen and (max-width: 1650px) {
  #masthead .site-branding .site-title svg {
    width: 350px;
    height: 58px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  #masthead .site-branding .site-title svg {
    height: 52px;
    width: 218px;
  }
}
@media screen and (min-width: 1331px) and (max-width: 1400px) {
  #masthead .site-branding .site-title svg {
    width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  #masthead .width-wrapper {
    width: 100%;
  }
  #masthead .site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  #masthead .contact-icons {
    display: block;
  }
  #masthead .contact-icons .button {
    padding: 1.15em;
    font-size: 30px;
    position: relative;
  }
  #masthead .contact-icons .button.phone {
    left: 6px;
  }
  #masthead .contact-icons svg {
    height: 50px;
    width: 50px;
    fill: #fff;
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #masthead .site-branding {
    display: block;
  }
  #masthead .site-branding .site-title {
    text-align: center;
  }
  #masthead .site-branding .site-title svg {
    max-width: 96%;
  }
  #masthead .contact-icons {
    float: right;
    z-index: 200;
  }
  #masthead .contact-icons .button {
    width: 62px;
    height: 62px;
    padding: 0;
    text-align: center;
  }
  #masthead .contact-icons .button svg {
    width: 35px;
    height: 35px;
    position: relative;
    top: 14px;
  }
  #masthead .menu-toggle {
    width: calc(100% - 120px);
    padding: 1.3em 0 1.1em;
    text-align: center;
    margin-top: -61.5px;
  }
}
@media screen and (max-width: 700px) {
  #masthead {
    display: flex;
    flex-flow: row wrap;
  }
  #masthead > div {
    width: 100%;
  }
  #masthead > nav {
    width: 100%;
  }
  #masthead #home-hero {
    order: 3;
  }
}
@media screen and (min-width: 900px) {
  #masthead.fixed-header,
  body:not(.home) #masthead {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
  }
  body.admin-bar #masthead.fixed-header,
  body.admin-bar:not(.home) #masthead {
    top: 32px;
  }
  #masthead.fixed-header + .site-content,
  body:not(.home) {
    padding-top: 193px;
  }
}
.main-navigation {
  clear: both;
  display: block;
  position: static;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: none;
}
.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #daa520;
  line-height: 49px;
  padding: 0.75em 0;
  margin-left: -70px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  line-height: 23px;
  padding: 0 10px;
}
.main-navigation ul ul li.focus > a, .main-navigation ul ul li:hover > a {
  color: #fff;
}
.main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 300px;
  color: #fff;
  padding: 20px 10px;
}
.main-navigation ul ul a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.main-navigation ul ul .current_page_item a {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .main-navigation ul li.focus > ul,
  .main-navigation ul li:hover > ul {
    left: auto;
  }
}
.main-navigation li {
  display: inline-block;
  position: relative;
  height: 120px;
  line-height: 120px;
  padding: 0 1.5em;
  font-size: 16px;
}
.main-navigation li.blue {
  background: #1c4497;
  padding: 0;
}
.main-navigation li.blue a {
  color: #fff;
  height: 100%;
  padding: 0 1.5em;
  align-items: center;
  display: flex;
}
.main-navigation li.blue:hover {
  background: #daa520;
}
.main-navigation li.blue:hover a {
  color: #fff;
}
.main-navigation li.focus > a, .main-navigation li:hover > a {
  color: #daa520;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #58585a;
}
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_item > a {
  color: #daa520;
}

@media screen and (max-width: 1650px) {
  .main-navigation li {
    padding: 0 1em;
  }
}
@media screen and (min-width: 1001px) {
  #masthead.fixed-header + .site-content,
  body:not(.home) {
    padding-top: 120px;
  }
  #masthead {
    display: flex;
  }
  #masthead .site-branding {
    display: inline-block;
    margin: 0 2%;
    width: auto;
  }
  .main-navigation {
    display: flex;
    flex-grow: 2;
    position: static;
  }
  .main-navigation .menu-main-menu-container {
    display: flex;
    width: 100%;
  }
  .main-navigation #primary-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .main-navigation li {
    align-items: center;
    display: flex;
    height: auto;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (min-width: 1401px) {
  #masthead.fixed-header + .site-content,
  body:not(.home) {
    padding-top: 130px;
  }
}
.menu-toggle {
  width: 100%;
  position: relative;
  z-index: 100;
}
.menu-toggle svg {
  fill: #fff;
  position: relative;
  top: 2px;
  margin-right: 0.25em;
}

/* Small menu. */
.main-navigation.toggled ul,
.menu-toggle {
  display: block;
}

.main-navigation.toggled {
  background: #F5F5F5;
}
.main-navigation.toggled #primary-menu > li {
  display: block;
  height: auto;
  line-height: 60px;
  text-align: left;
  padding-left: 1.5em;
}
.main-navigation.toggled #primary-menu > li.menu-item-has-children {
  position: relative;
}
.main-navigation.toggled #primary-menu > li.menu-item-has-children:after {
  display: inline;
  content: "‹";
  transform: rotate(270deg);
  position: absolute;
  right: 1.5em;
  top: 0;
  font-size: 24px;
}
.main-navigation.toggled #primary-menu > li.menu-item-has-children.toggled:after {
  transform: rotate(90deg);
}
.main-navigation.toggled #primary-menu > li ul {
  display: none;
  position: static;
  background: #F5F5F5;
}
.main-navigation.toggled #primary-menu > li ul li {
  display: block;
}
.main-navigation.toggled #primary-menu > li ul li a {
  color: #58585a;
  display: block;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  color: #58585a;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 80px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

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

.widget_search .search-form {
  position: relative;
}
.widget_search .search-form:after {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("images/search.svg") center center no-repeat;
  right: 22px;
  top: 22px;
}
.widget_search .search-field {
  height: 68px;
  line-height: 68px;
  padding: 0 80px 0 1em;
  width: 100%;
}
.widget_search .search-submit {
  width: 68px;
  height: 68px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  padding: 0;
  text-indent: 300%;
  cursor: pointer;
}

.recent-posts-widget-with-thumbnails a {
  text-decoration: none;
}
.recent-posts-widget-with-thumbnails h4 {
  color: #1c4497;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
  font-family: "Raleway", serif;
  color: #58585a;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0.5em;
  display: block;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title:hover {
  color: #1c4497;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-date {
  font-size: 16px;
}

#contact-cta {
  background: #F0F8F0;
  padding: 45px;
}
#contact-cta header {
  display: flex;
}
#contact-cta svg {
  width: 75px;
  height: 75px;
  position: relative;
  top: -10px;
}
#contact-cta svg path {
  fill: #1c4497;
}
#contact-cta h4 {
  margin: 0 0 0.5em 0;
  padding-left: 0.5em;
  color: #1c4497;
}
#contact-cta p {
  margin-bottom: 3em;
}
#contact-cta .button {
  padding: 1.1em 0;
  width: 100%;
  text-align: center;
}
#contact-cta .email {
  margin: 2em 0 0 0;
}
#contact-cta .email a {
  color: #1c4497;
}
#contact-cta .email a:hover {
  color: #daa520;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
  #sidebar-content-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #333333;
  }
  #sidebar-content-wrapper .entry-header {
    width: 100%;
  }
  #sidebar-content-wrapper #primary {
    width: 66%;
  }
  #sidebar-content-wrapper #secondary {
    width: 29.5%;
  }
}
.page-intro {
  font-size: calc(20px + 2 * (100vw - 400px) / 500);
}
@media screen and (max-width: 400px) {
  .page-intro {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .page-intro {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) {
  .page-intro {
    line-height: 32px;
  }
}
@media screen and (min-width: 900px) {
  .page-intro {
    line-height: 36px;
  }
}

.width-wrapper {
  width: 96%;
  max-width: 1494px;
  margin: 0 auto;
}

.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .columns.columns-4 .column {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .columns.columns-4 .column {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  .columns.columns-4 .column {
    width: 23%;
  }
}
@media screen and (max-width: 900px) {
  .columns.columns-3 .column {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .columns.columns-3 .column {
    width: 32%;
  }
}

div:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

.entry-meta {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 25px;
}
.entry-meta a {
  text-decoration: none;
}
.entry-meta a:hover {
  color: #1c4497;
}

.page .entry-content,
.page .blog-header-text.width-wrapper {
  width: 96%;
  max-width: 986px;
  margin: 0 auto;
}
.page .entry-content {
  padding-top: 40px;
}

.single .entry-header h1 {
  width: 75%;
  margin-bottom: 0.5em;
}
.single .entry-footer {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.single .entry-footer span {
  display: block;
}
.single .entry-footer a {
  color: #1c4497;
}
.single .entry-footer a:hover {
  color: #daa520;
}
.single .comments-title {
  font-size: 24px;
}

.entry-content h3 {
  color: #daa520;
}
.entry-content h4 {
  color: #1c4497;
}

#content #jp-relatedposts {
  padding-top: 90px;
}
#content #jp-relatedposts h3.jp-relatedposts-headline {
  font-size: calc(28px + 2 * (100vw - 400px) / 500);
  font-family: "Raleway", serif;
  color: #1c4497;
}
@media screen and (max-width: 400px) {
  #content #jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 28px;
  }
}
@media screen and (min-width: 900px) {
  #content #jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 30px;
  }
}
@media screen and (max-width: 420px) {
  #content #jp-relatedposts h3.jp-relatedposts-headline {
    line-height: 38px;
  }
}
@media screen and (min-width: 900px) {
  #content #jp-relatedposts h3.jp-relatedposts-headline {
    line-height: 42px;
  }
}
#content #jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none;
}
#content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img {
  margin: 0 auto 1.5em auto;
  width: 100%;
}
#content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  color: #58585a;
  font-family: "Raleway", serif;
  font-size: 26px;
  padding: 0.75em 0;
}

.blog-header {
  color: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 480px;
  background-size: cover;
  background-position: center center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.blog-header .blog-header-text {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  align-items: center;
  flex-flow: row wrap;
}
.blog-header .blog-header-text h1 {
  margin: 0;
}

.blog #sidebar-content-wrapper,
.search #sidebar-content-wrapper {
  padding-top: 80px;
}
.blog .entry-title,
.search .entry-title {
  margin: 0.5em 0;
}
.blog .entry-title a,
.search .entry-title a {
  color: #58585a;
  text-decoration: none;
}
.blog .entry-title a:hover,
.search .entry-title a:hover {
  color: #1c4497;
}
.blog .entry-content,
.search .entry-content {
  margin-top: 0;
}
.blog .entry-footer,
.search .entry-footer {
  padding-bottom: 50px;
}
.blog .cat-links,
.search .cat-links {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.blog .cat-links a,
.search .cat-links a {
  color: #58585a;
}

.read-more {
  text-decoration: none;
}

#main #infinite-handle {
  text-align: center;
}
#main #infinite-handle span {
  background: none;
  padding: 0;
}

/*--------------------------------------------------------------
## Tours
--------------------------------------------------------------*/
#tour-tabs {
  margin-bottom: 60px;
}
#tour-tabs ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #333333;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#tour-tabs ul li {
  list-style-type: none;
  width: 20%;
  text-align: center;
  font-family: "Raleway", serif;
  font-size: 18px;
  font-weight: 600;
  padding: 40px 0;
  cursor: pointer;
}
#tour-tabs ul li a {
  text-decoration: none;
  color: #58585a;
}
#tour-tabs ul li a:hover {
  color: #1c4497;
}
#tour-tabs ul li svg {
  display: block;
  margin: 0 auto 15px;
  width: 80px;
  height: 80px;
  fill: #58585a;
}
#tour-tabs ul li svg:hover {
  fill: #1c4497;
}
#tour-tabs ul li.active {
  color: #1c4497;
}
#tour-tabs ul li.active a {
  color: #1c4497;
}
#tour-tabs ul li.active svg {
  fill: #1c4497;
}
#tour-tabs ul li.active svg path {
  fill: #1c4497;
}
#tour-tabs ul li:nth-of-type(1).active ~ hr, #tour-tabs ul li:nth-of-type(1):not(.active):hover ~ hr {
  margin-left: 0.1%;
}
#tour-tabs ul li:nth-of-type(2).active ~ hr, #tour-tabs ul li:nth-of-type(2):not(.active):hover ~ hr {
  margin-left: 25%;
}
#tour-tabs ul li:nth-of-type(3).active ~ hr, #tour-tabs ul li:nth-of-type(3):not(.active):hover ~ hr {
  margin-left: 50%;
}
#tour-tabs ul li:nth-of-type(4).active ~ hr, #tour-tabs ul li:nth-of-type(4):not(.active):hover ~ hr {
  margin-left: 75%;
}
#tour-tabs hr {
  height: 10px;
  width: 25%;
  margin: 0 0 0 0.1%;
  background: #1c4497;
  border: none;
  transition: 0.3s margin-left ease-in-out;
}

@media screen and (max-width: 900px) {
  #tour-tabs ul li {
    font-size: 13px;
    line-height: 16px;
    width: 20%;
    padding: 25px 0;
  }
  #tour-tabs ul li svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #tour-tabs ul li {
    width: 50%;
  }
  #tour-tabs ul li.active a {
    color: #1c4497;
  }
  #tour-tabs ul li.active svg {
    fill: #1c4497;
  }
  #tour-tabs ul li.active svg path {
    fill: #1c4497;
  }
  hr {
    display: none;
  }
}
#tour-content #tour-information > div:not(.visible) {
  display: none;
}
#tour-content #tour-information > div {
  padding-top: 100px;
}
#tour-content #tour-information h1:first-child,
#tour-content #tour-information h2:first-child,
#tour-content #tour-information h3:first-child,
#tour-content #tour-information h4:first-child,
#tour-content #tour-information h5:first-child,
#tour-content #tour-information h6:first-child {
  margin-top: 0;
}
#tour-content #tour-information .private-info h2:first-child,
#tour-content #tour-information .testimonials h2:first-child {
  margin: 80px 0 10px;
}
#tour-content #tour-information .overview blockquote {
  margin: 0 0 1.5em;
}
#tour-content #tour-information .overview .tour-testimonials h3 {
  font-weight: 400;
}
#tour-content #tour-information .overview .tour-testimonials blockquote {
  margin: 1.5em 0 40px;
  line-height: 1.6;
}
#tour-content #tour-information .overview .tour-testimonials blockquote cite {
  display: block;
  text-align: center;
  padding-bottom: 40px;
}
#tour-content #tour-information .overview .tour-testimonials blockquote:after {
  display: block;
  content: "";
  width: 200px;
  border-bottom: 1px solid #333333;
  margin: 0 auto;
}
#tour-content #tour-information .overview .details-box {
  background: rgba(63, 165, 72, 0.08);
  padding: 50px;
}
#tour-content #tour-information .overview .details-box h3 {
  margin-top: 0;
}
#tour-content #tour-information .overview .details-box h4.variation-header {
  margin: 5px;
  font-size: 24px;
  line-height: 34px;
  padding-top: 10px;
}
#tour-content #tour-information .overview .details-box ul {
  margin: 0;
  padding: 0;
}
#tour-content #tour-information .overview .details-box ul li {
  list-style-type: none;
}
#tour-content #tour-information .overview .details-box ul li a:hover {
  color: #1c4497;
}
#tour-content #tour-information .overview #star-rating {
  padding-top: 50px;
}
#tour-content #tour-information .overview #star-rating .rating {
  position: relative;
  width: 325px;
  height: 57px;
}
#tour-content #tour-information .overview #star-rating .rating svg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#tour-content #tour-information .overview #star-rating .rating progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  height: 100%;
  width: 99%;
  background-color: #FFC975;
}
#tour-content #tour-information .overview #star-rating .rating progress::-webkit-progress-bar {
  background-color: #ccc;
  width: 99%;
}
#tour-content #tour-information .overview #star-rating .rating progress {
  /* for FF target directly the element */
  background-color: #ccc;
  width: 99%;
}
#tour-content #tour-information .overview #star-rating .rating progress::-webkit-progress-value {
  background-color: #FFC975 !important;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#tour-content #tour-information .overview #star-rating .rating progress::-moz-progress-bar {
  /* for FF ::progress-bar is the value bar */
  background-color: #FFC975 !important;
  transition: all 0.7s;
}
#tour-content #tour-information .overview #star-rating span {
  display: block;
  font-size: 0.9em;
  font-family: "Raleway", serif;
}
#tour-content #tour-information .overview .highlights {
  padding-top: 80px;
}
#tour-content #tour-information .overview .highlights ul {
  margin: 0;
  padding: 0;
}
#tour-content #tour-information .overview .highlights ul li {
  list-style-position: outside;
  margin-left: 1em;
}
#tour-content #tour-information .right h3 {
  color: #1c4497;
  font-size: 30px;
}
#tour-content #tour-information .right h2,
#tour-content #tour-information .right h4,
#tour-content #tour-information .right h5,
#tour-content #tour-information .right h6 {
  color: #1c4497;
}
#tour-content #tour-information .right h6 {
  margin-bottom: 0.5em;
}
#tour-content #tour-information .button:not(:first-child):not(.small) {
  margin-top: 2em;
}
@media screen and (min-width: 900px) {
  #tour-content #tour-information .itinerary,
  #tour-content #tour-information .overview {
    display: flex;
    justify-content: space-between;
  }
  #tour-content #tour-information .itinerary .left,
  #tour-content #tour-information .overview .left {
    width: 57.5%;
  }
  #tour-content #tour-information .itinerary .right,
  #tour-content #tour-information .overview .right {
    width: 37.5%;
  }
}
#tour-content #tour-information .narrow-wrapper {
  width: 96%;
  max-width: 986px;
  margin: 0 auto;
}
#tour-content #tour-information .narrow-wrapper h2,
#tour-content #tour-information .narrow-wrapper h3,
#tour-content #tour-information .narrow-wrapper h4,
#tour-content #tour-information .narrow-wrapper h5,
#tour-content #tour-information .narrow-wrapper h6 {
  color: #daa520;
}
#tour-content #tour-information .tour-related-posts {
  padding-top: 50px;
}
#tour-content #tour-information .tour-related-posts h3,
#tour-content #tour-information .tour-related-posts h4 {
  color: #1c4497;
}
#tour-content #tour-information .tour-related-posts h3 a,
#tour-content #tour-information .tour-related-posts h4 a {
  color: #1c4497;
  text-decoration: none;
}
#tour-content #tour-information .tour-related-posts h3 a:hover,
#tour-content #tour-information .tour-related-posts h4 a:hover {
  color: #daa520;
}
#tour-content #tour-information .tour-related-posts .related-post {
  display: flex;
  margin-bottom: 30px;
}
#tour-content #tour-information .tour-related-posts .related-post .image {
  margin-right: 1.5em;
}
#tour-content #tour-information .tour-related-posts .related-post h4 {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.5em;
}
#tour-content #tour-information .book-tour-cta {
  background: rgba(63, 165, 72, 0.08);
  margin-bottom: 40px;
  padding: 40px;
}
#tour-content #tour-information .book-tour-cta h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
#tour-content #tour-information .columns .column h4 {
  margin-bottom: 0.5em;
}
#tour-content #tour-information .columns .column a:hover {
  color: #1c4497;
}
@media screen and (min-width: 900px) {
  #tour-content #tour-information .book-tour-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #tour-content #tour-information .book-tour-cta .pitch {
    margin-right: 40px;
  }
  #tour-content #tour-information .book-tour-cta .button-wrapper {
    width: 394px;
  }
}

.page-template-page-private-tours .blog-header-text.width-wrapper,
.page-template-page-public-tours .blog-header-text.width-wrapper {
  width: 96%;
  max-width: 986px;
  margin: 0 auto;
}
.page-template-page-private-tours #content,
.page-template-page-public-tours #content {
  width: 96%;
  max-width: 986px;
  margin: 0 auto;
}

#featured-tours .tour-key {
  border: 2px solid #daa520;
  border-radius: 10px;
  padding: 8px;
  margin: 0;
  font-family: "Raleway", serif;
  font-weight: 600;
  margin-bottom: 50px;
}
#featured-tours .tour-key a {
  text-decoration: none;
}
#featured-tours .tour-category {
  margin-top: 20px;
}
#featured-tours .tour-category + .tour-category {
  margin-top: 80px;
}
#featured-tours .tour-header .image {
  text-align: center;
  margin-bottom: 20px;
}
#featured-tours .tour-header .image svg {
  width: 60px;
  height: auto;
  fill: #1c4497;
}
#featured-tours .tour-header h2 {
  color: #1c4497;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #featured-tours .tour-header {
    display: flex;
  }
  #featured-tours .tour-header h2 {
    text-align: left;
  }
  #featured-tours .image {
    padding-right: 30px;
  }
  #featured-tours .image svg {
    width: 100px;
  }
}
#featured-tours .tour-table {
  border-collapse: collapse;
}
#featured-tours .tour-table td:first-of-type,
#featured-tours .tour-table th:first-of-type {
  text-align: left;
  max-width: none;
}
#featured-tours .tour-table td,
#featured-tours .tour-table th {
  border-bottom: 1px solid #333333;
  padding: 20px 0;
  text-align: center;
}
#featured-tours .tour-table .name a {
  font-weight: 600;
  text-decoration: none;
}
#featured-tours .tour-table .name a:hover {
  color: #1c4497;
}
#featured-tours .tour-table tr.variable-tour td {
  border-bottom: 0px;
  padding-bottom: 8px;
}
#featured-tours .tour-table tr.variation-row td {
  color: #58585a;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  padding: 5px 0px;
  border: 0px;
  font-size: 16px;
}
#featured-tours .tour-table tr.variation-row td a {
  color: #58585a;
  font-weight: 100;
}
#featured-tours .tour-table tr.variation-row td.name {
  padding-left: 20px;
}
#featured-tours .tour-table tr.variation-row td.last-row {
  border-bottom: 1px solid #333333;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #featured-tours .tour-table td {
    display: block;
    border: none;
    padding: 5px 0;
    text-align: center;
  }
  #featured-tours .tour-table td.details {
    border-bottom: 1px solid #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#featured-tours .all-adventures a {
  text-transform: uppercase;
  color: #1c4497;
  font-family: "Raleway", serif;
  font-weight: 600;
  text-decoration: none;
}
#featured-tours .all-adventures a:hover {
  color: #daa520;
}
#featured-tours .all-adventures a:hover span {
  position: relative;
  left: 0.5em;
}

#cowboy-hat {
  height: 22px;
  position: relative;
  margin-left: 8px;
  margin-right: 9px;
  top: 4px;
}
#cowboy-hat polygon {
  fill: #1c4497;
}
#cowboy-hat path {
  stroke: #1c4497;
}

#private-cta {
  padding: 50px;
  text-align: center;
}

.tax-tour_category .archive-description {
  margin-top: 50px;
  font-size: 22px;
  line-height: 36px;
}
.tax-tour_category h2 {
  color: #1c4497;
}
.tax-tour_category #main {
  width: 96%;
  max-width: 986px;
  margin: 0 auto;
}
.tax-tour_category article.tour {
  margin-bottom: 80px;
}
.tax-tour_category article.tour .tour-thumbnail {
  display: block;
  position: relative;
}
.tax-tour_category article.tour .tour-thumbnail img {
  display: block;
}
.tax-tour_category article.tour .tour-thumbnail:after {
  display: block;
  content: "Details";
  background: #daa520;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 0.5em 1em;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  font-family: "Raleway", serif;
  font-weight: 600;
  font-size: 16px;
}
.tax-tour_category article.tour .tour-thumbnail:hover:after {
  background: #1c4497;
}
.tax-tour_category article.tour h4 {
  margin: 0.5em 0;
}
.tax-tour_category article.tour h4 a {
  color: #1c4497;
  text-decoration: none;
}
.tax-tour_category #private-tour-list article {
  max-width: 478px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .tax-tour_category #private-tour-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .tax-tour_category #private-tour-list article {
    width: 48%;
  }
}

#guide-modal {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  min-height: 300px;
  max-height: 90vh;
  background: #fff;
  padding: 50px;
  overflow-y: scroll;
  z-index: 999;
}
.admin-bar #guide-modal {
  top: 42px;
}
#guide-modal button {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
}
#guide-modal button svg {
  width: 30px;
  height: 30px;
  fill: #58585a;
}
#guide-modal button svg:hover {
  fill: #fff;
}
#guide-modal img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1001px) {
  #guide-modal {
    left: 10%;
    max-height: 78vh;
    right: 10%;
    top: 105px;
  }
  .admin-bar #guide-modal {
    top: 137px;
  }
}
@media screen and (min-width: 1401px) {
  #guide-modal {
    top: 115px;
  }
  .admin-bar #guide-modal {
    top: 147px;
  }
}
@media screen and (min-width: 1651px) {
  #guide-modal {
    top: 135px;
  }
  .admin-bar #guide-modal {
    top: 167px;
  }
}
/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.home #content.width-wrapper {
  max-width: 3000px;
  width: 100%;
}
.home #content.width-wrapper .allan-talking-video iframe {
  display: block;
  margin: auto;
}
.home #content.width-wrapper a {
  text-decoration: none;
  font-weight: 600;
}
.home .wp-block-button__link {
  border: 1px solid #58585a;
  background: transparent;
  color: #58585a;
}
.home .wp-block-button__link:hover {
  border: 1px solid #daa520;
}
.home .big-cap {
  font-family: "Raleway", serif;
  font-size: calc(32px + 8 * (100vw - 400px) / 500);
  text-transform: uppercase;
}
@media screen and (max-width: 400px) {
  .home .big-cap {
    font-size: 32px;
  }
}
@media screen and (min-width: 900px) {
  .home .big-cap {
    font-size: 40px;
  }
}
@media screen and (max-width: 420px) {
  .home .big-cap {
    line-height: 42px;
  }
}
@media screen and (min-width: 900px) {
  .home .big-cap {
    line-height: 50px;
  }
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 90px);
  height: auto;
  top: -1px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #333333;
}
.home-hero .hero-logo-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-hero video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.home-hero video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 1;
}
.home-hero .hero-text {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: "Raleway", serif;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .home-hero .hero-text {
    font-size: 30px;
    line-height: 34px;
  }
}
.home-hero .hero-logo {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 100;
}
.home-hero .hero-logo figure {
  background: white;
  padding: 24px;
  max-width: 75%;
  height: auto;
}
.home-hero .hero-scroll {
  position: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  padding-bottom: 25px;
  z-index: 100;
}
.home-hero .hero-scroll .wp-block-button__link {
  background: #1c4497;
}
.home-hero .hero-scroll .wp-block-button__link:hover {
  background: #daa520;
  border: 1px solid #daa520;
}
.home-hero .hero-scroll a {
  color: #fff;
  text-decoration: none;
}
.home-hero .hero-scroll svg {
  display: block;
  margin: 0 auto;
  width: 50px;
}

.your-adventure-wrapper {
  background: url("images/bg-topo.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 44px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 25px;
}

.your-adventure {
  padding-top: 3%;
}
.your-adventure .choose {
  margin-bottom: 34px;
}
.your-adventure a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.your-adventure .help-three-rows .wp-block-coblocks-row__inner:hover {
  text-decoration: none;
  font-weight: 600;
}
.your-adventure .help-three-rows .wp-block-coblocks-row__inner:hover {
  color: #daa520;
}
.your-adventure .help-three-rows .wp-block-coblocks-row__inner:hover a {
  color: #daa520;
}
.your-adventure .help-three-rows .wp-block-coblocks-row__inner:hover svg .st0 {
  fill: #daa520;
}
@media screen and (max-width: 1024px) {
  .your-adventure .help-three-rows .logo-column {
    width: 19% !important;
    display: block;
    margin: auto;
  }
}
.your-adventure .help-three-rows .wp-block-columns {
  margin-bottom: 5px;
}
.your-adventure .help-three-rows .help-logo-image {
  height: 92px;
}
.your-adventure .help-three-rows .help-logo-image svg {
  margin-top: 12px;
}
.your-adventure .big-cap {
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
  .home .your-adventure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3%;
  }
  .home .your-adventure > div {
    width: 48%;
  }
}
.home .blog-posts .wp-block-coblocks-posts__content a {
  color: #1c4497;
  font-family: "Raleway", serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}
.home .blog-posts .wp-block-coblocks-posts__content a:hover {
  color: #daa520;
}
.home .blog-posts .wp-block-coblocks-posts__content .wp-block-coblocks-posts__excerpt {
  line-height: 28px;
  font-size: 18px;
  color: #58585a;
  font-family: "Open Sans", sans-serif;
}
.home .blog-posts .wp-block-coblocks-posts__item {
  display: block;
}

.need-help {
  background: url("images/bg-topo.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px 2%;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.need-help .big-cap {
  margin: 20px 0;
}
.need-help a {
  font-weight: 600;
}
.need-help a:hover {
  color: #F5F5F5;
}
.need-help .email-us .wp-block-button__link {
  width: 300px;
  border: 1px solid white;
}
.need-help .email-us .wp-block-button__link:hover {
  border: 1px solid #daa520;
}
.need-help .button {
  padding: 1.3em 0 1.1em;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 800px) {
  .need-help {
    padding: 10%;
  }
}
.home .entry-content {
  width: 100%;
  max-width: unset;
  padding-top: 0;
}

.choose-your-adventure-icon-group {
  padding: 20px 2%;
  line-height: 28px;
  font-family: "Raleway", serif;
  font-size: 18px;
}
.choose-your-adventure-icon-group .wp-block-coblocks-column__inner svg {
  max-width: 100px;
  display: block;
  margin: auto;
  max-height: 90px;
  margin-bottom: 30px;
  fill: #1c4497;
}
.choose-your-adventure-icon-group .wp-block-coblocks-column__inner a {
  color: #1c4497;
}
.choose-your-adventure-icon-group .wp-block-coblocks-column__inner:hover svg {
  fill: #daa520;
}
.choose-your-adventure-icon-group .wp-block-coblocks-column__inner:hover a {
  color: #daa520;
}

img.custom-logo {
  max-width: 300px;
}

.gform_wrapper .gfield_required {
  display: none;
}

.action-plan-wrapper {
  background: url("/wp-content/uploads/2020/09/bg-topo-blue.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 44px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
  margin: 50px 0;
}
.action-plan-wrapper h3 {
  color: #fff;
}
.action-plan-wrapper a.wp-block-button__link {
  background: #daa520;
  color: #fff;
  border: 1px solid #daa520;
}

@media screen and (max-width: 768px) {
  .home .wp-block-buttons {
    gap: 1.2em;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .home .wp-block-buttons .wp-block-button a {
    padding: 14px 20px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#newsletter-cta {
  background: linear-gradient(rgba(63, 165, 72, 0.75), rgba(63, 165, 72, 0.75)), url("images/bg-newsletter.jpg") top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 16% 0 3%;
  position: relative;
}
#newsletter-cta svg {
  border-top: 80px solid #fff;
  box-shadow: inset 0px 1px 0px #fff;
  position: absolute;
  top: -2px;
}
#newsletter-cta section {
  width: 96%;
  max-width: 1494px;
  margin: 0 auto;
}
#newsletter-cta .gform_wrapper {
  position: relative;
}
#newsletter-cta .gform_wrapper h3.gform_title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
#newsletter-cta .gform_wrapper span.gform_description {
  text-align: center;
}
#newsletter-cta .gform_wrapper .gform_body .name .gfield_label,
#newsletter-cta .gform_wrapper .gform_body .name label {
  display: none;
}
#newsletter-cta .gform_wrapper .gform_body .email .gfield_label {
  display: none;
}
#newsletter-cta .gform_wrapper .gform_body .interest {
  margin-top: 32px;
}
#newsletter-cta .gform_wrapper .gform_body .interest label {
  font-size: 18px;
  padding-left: 0.5em;
  max-width: 90%;
}

@media screen and (max-width: 1000px) {
  #newsletter-cta {
    margin-top: 0;
  }
  #newsletter-cta svg {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #newsletter-cta .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-flow: row wrap;
  }
  #newsletter-cta .gform_wrapper .gform_body .gform_fields .name {
    width: 50%;
  }
  #newsletter-cta .gform_wrapper .gform_body .gform_fields .email {
    width: 50%;
  }
  #newsletter-cta .gform_wrapper .gform_body .gform_fields .interest {
    width: 80%;
  }
  #newsletter-cta .gform_wrapper .gform_body .gform_fields .interest ul.gfield_checkbox li {
    display: inline-block;
    padding: 0 2em 0 0.5em !important;
  }
  #newsletter-cta .gform_wrapper .gform_footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
  }
}
#footer-widgets {
  padding: 3% 0 0 0;
}
#footer-widgets a {
  color: #1c4497;
}
#footer-widgets a:hover {
  color: #daa520;
}
#footer-widgets h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#footer-widgets .widget {
  margin-bottom: 60px;
  margin-bottom: 6vw;
}
#footer-widgets .textwidget p {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
}
#footer-widgets ul.menu {
  margin: 0;
  padding: 0;
}
#footer-widgets ul.menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 36px;
}
#footer-widgets ul.menu li a {
  font-weight: 600;
  text-decoration: none;
}
#footer-widgets ul.menu li.social {
  display: inline;
  margin-right: 1em;
}
#footer-widgets ul.menu li.social a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 1em;
}
#footer-widgets ul.menu li.social a:hover {
  filter: hue-rotate(220deg) saturate(5);
}
#footer-widgets ul.menu li.social.facebook a {
  background: url("images/icon-fb.svg") center center no-repeat;
}
#footer-widgets ul.menu li.social.instagram a {
  background: url("images/icon-insta.svg") center center no-repeat;
}
#footer-widgets ul.menu li.social.pinterest a {
  background: url("images/icon-pin.svg") center center no-repeat;
}
#footer-widgets .fourth a {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 1.3em 0 1.1em;
}

#taste-tours {
  margin-bottom: 3%;
}
#taste-tours p {
  border: 2px solid #daa520;
  border-radius: 10px;
  display: inline;
  padding: 8px;
  margin: 0;
  font-family: "Raleway", serif;
  font-weight: 600;
}
#taste-tours p a, #taste-tours p span {
  display: inline-block;
}
#taste-tours p span {
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 70px;
}
#taste-tours p a {
  text-align: right;
  font-size: 16px;
  text-decoration: none;
}
#taste-tours p a:hover {
  color: #1c4497;
}

@media screen and (max-width: 900px) {
  #taste-tours p {
    display: inline-block;
  }
  #taste-tours p a {
    clear: both;
    text-align: left;
  }
}
.site-info {
  background: #58585a;
  color: #fff;
}
.site-info svg {
  width: 100%;
  position: relative;
  top: -2px;
}
.site-info p {
  padding-bottom: 40px;
}
.site-info a {
  color: #ffffff;
}
.site-info .purechat-button-expand {
  float: left;
  border-radius: 5px;
  font-size: 18px;
  line-height: 35px;
  padding-top: 0;
  z-index: 1;
}
.site-info .purechat-button-expand.fixed {
  position: fixed;
  bottom: 5px;
  right: 5px;
}
.site-info .purechat-button-expand svg {
  height: 35px;
  width: auto;
  fill: #fff;
  position: relative;
  top: 3px;
}

@media screen and (min-width: 800px) {
  .site-info .purechat-button-expand {
    margin-top: -12px;
  }
}
@media screen and (max-width: 1000px) {
  .site-info {
    padding-top: 40px;
  }
  .site-info svg {
    display: none;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
figure figcaption {
  width: 100%;
}

.wp-caption,
figcaption {
  margin-bottom: 1.5em;
  max-width: 100%;
  font-family: "Raleway", serif;
  font-size: 16px;
  line-height: 24px;
}
.wp-caption img[class*=wp-image-],
figcaption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text,
figcaption .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;
}
