/*!
Theme Name: wellsgray2020
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wellsgray2020
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.

wellsgray2020 is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Open Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
	color: #000;
	line-height: 1;
	padding: 0.6em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #68C8C6;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #68C8C6;
}

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;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site {
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	position: absolute;
	width: 100%;
	z-index: 2;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 1.1rem;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	font-size: 1.2rem;
	font-family: "Open Sans Condensed", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.1;
	padding: .5em 1em;
	color: #6D8877;
	background: #fff;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	letter-spacing: .05em;
}
.main-navigation a:active {
	background: #D3CAB8;
}
.main-navigation .current-menu-item > a {
	color: #000;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
	line-height: 1.2;
	font-family: "Open Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: bold;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	opacity: 1.0;
}
.main-navigation li.footer-only {
	display: none;
}

/* Small menu. */
.menu-toggle {
	display: inline-block;
	padding: .5rem 1rem;
	font-weight: bold;
	background: transparent;
	border: 0;
	line-height: unset;
	color: #000;
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
	background: transparent;
}
.main-navigation.toggled ul {
	display: block;
}
.widescreen .menu-toggle {
	display: none;
}
.close-icon,
.hamburger-icon {
	width: 30px;
	height: 20px;
	display: inline;
	vertical-align: middle;
}
.hamburger-icon {
	display: inline;
}
.close-icon {
	display: none;
}
.toggled .hamburger-icon {
	display: none;
}
.toggled .close-icon {
	display: inline;
}

.menu-social {
    display: flex;
    justify-content: flex-end;
}

.mobile-footer-navigation ul,
.extra-footer-navigation ul,
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
    text-align: center;
}
.mobile-footer-navigation {
    margin-bottom: 2em;
}
.site-footer a {
	color: #000;
	text-decoration: none;
}
#fatFooter {
	margin-bottom: 4rem;
}
#fat-footer > li {
	margin-bottom: .25em;
}
#fat-footer > li > a {
    font-weight: bold;
    padding: 0;
	line-height: 1.4;
    display: inline-block;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", sans-serif;
}
#fat-footer ul a {
	line-height: 1.3;
}
#fat-footer > li > ul.sub-menu {
	display: none;
}
#fat-footer ul ul {
	display: none;
}
#thinFooter1 {
    margin-bottom: 1.5rem;
}
.extra-footer-navigation li {
	margin-bottom: .25em;
}
#thinFooter2 {
    margin-bottom: .5rem;
}
#thin-footer a {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
}
#thinFooter2.mobile {
    font-weight: bold;
    text-align: center;
}
.mobile-footer-navigation ul {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
}
.mobile-footer-navigation a {
    padding: .35em;
    display: block;
}
.mobile-footer-navigation a:active {
	color: #6D8877;
}


@media screen and (min-width: 768px) {

	.mobile .menu-toggle {
		display: none;
	}
	.main-navigation {
		display: block;
		width: 100%;
		top: 0;
		left: 0;
		background: rgba(153,165,180,.6);
	}
	.main-navigation ul {
		display: flex;
		justify-content: center;
	}
	.main-navigation li {
		flex-basis: 6.5em;
	}
	.main-navigation ul ul li {
		flex-basis: auto;
	}
	.main-navigation a {
		text-align: center;
		font-size: 1rem;
		padding: 1em .5em;
		background: transparent;
		color: #fff;
		border: 0;
		height: 100%;
		transition: background 0.3s ease;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a {
		color: #fff;
		background: rgba(0,0,0,.2);
	}
	.main-navigation a:hover {
		background: rgba(0,0,0,.4);
	}
	.main-navigation a:active {
		background: transparent;
	}
	.main-navigation ul ul .current-menu-item a {
		background: rgba(0,0,0,.2);
	}
	.main-navigation ul ul {
		flex-direction: column;
		box-shadow: none;
		padding-top: 0;
		padding-bottom: 0;
		background: rgba(153,165,180,.6);
	}
	.main-navigation ul ul li:first-child a {
		padding-top: .9em;
	}
	.main-navigation ul ul li:last-child a {
		padding-bottom: .9em;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		max-width: 100%;
		left: 0;
		opacity: 1.0;
	}
	.main-navigation ul ul a {
		font-weight: bold;
		font-size: .9rem;
		text-transform: none;
		padding: .4em;
		max-width: 100%;
	}
	.extra-footer-navigation ul {
		display: flex;
		justify-content: center;
	}
	.extra-footer-navigation li:before {
		content: "|";
		color: #000;
	}
	.extra-footer-navigation li:first-of-type:before {
		content: "";
	}
	.extra-footer-navigation a {
		font-size: .85em;
		color: #000;
		text-decoration: none;
		padding: .2em 1em;
	}
	.extra-footer-navigation a:hover {
		color: #6D8877;
	}
	#fat-footer {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
	}
	#fat-footer li {
		margin: 0 0 .7em 0;
		text-align: center;
	}
	#fat-footer > li {
		padding: 0 1rem;
		margin-bottom: 3em;
	}
	#fat-footer a {
		text-decoration: none;
		display: block;
		font-weight: bold;
		font-size: 1em;
		line-height: 1.25;
	}	
	#fat-footer > li > ul.sub-menu {
		margin-top: .7em;
		display: block;
	}
	#fat-footer > li > ul.sub-menu > li {
		font-size: .82em;
		line-height: 1.3;
		margin: .5em 0;
	}
	#fat-footer > li > ul.sub-menu > li a {
		font-weight: normal;
	}
	#fat-footer a:hover,
	#fat-footer a:active {
		color: #6D8877;
	}
	#fat-footer li.vg-cover a {
		overflow: hidden;
		text-indent: -9999px;
		text-align: left;
		background: url(img/visitor-guide-cover.jpg) no-repeat 0 0;
		background-size: 100% auto;
		height: 0;
		padding-bottom: 131%;
		margin: 0 auto;
	}
	.extra-footer-navigation li {
		margin-bottom: 0;
	}
	.extra-footer-navigation #thin-footer2 a {
		font-weight: bold;
	}
}
@media screen and (min-width: 1100px) {
	.main-navigation a {
		font-size: 1.2rem;
	}
	.main-navigation ul {
		font-size: 1.4rem;
	}
	.site-footer {
		background: url(img/fat-footer-bg.jpg) no-repeat center top;
		background-size: cover;
		padding: 1em;
		min-height: 32vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#fat-footer > li {
		flex: 1;
	}
	
}
@media screen and (min-width: 1500px) {

	.widescreen .menu-toggle {
		display: block;
		position: absolute;
		right: 1em;
		top: 1.8em;
		background: transparent;
		color: #fff;
		border-radius: 0;
		border: 1px solid white;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: .4em .75em;
	}
	.main-navigation ul {
		font-size: 1.7rem;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 auto 1.5em;
	max-width: 1190px;
	width: 90%;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.nav-links a {
    display: inline-block;
    padding: .6em 1.5em;
    border: 2px solid #000;
    text-decoration: none;
    color: #000;
	transition: background 0.3s ease;
}
.nav-links .nav-title {
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: .15em;
	vertical-align: middle;
	display: inline-block;
}
.nav-links .nav-subtitle {
    font-size: 1.75em;
	vertical-align: -25%;
	line-height: .5;
	display: inline-block;
}
.nav-links .nav-previous .nav-subtitle {
	margin-right: .5em;
}
.nav-links .nav-next .nav-subtitle {
	margin-left: .5em;
}
.nav-links a:hover {
	background-color: #68C8C6;
	color: #000;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content {
	margin: 1.5em 0 0;
}
.entry-summary,
.entry-content {
	margin: 0 auto;
	padding: 0 1.5em;
	max-width: 850px;
}
.site-main {
	padding: 0;
}
@media screen and (min-width: 768px) {
	.site-main {
		padding: 0;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center top;
	}
	.entry-summary {
		padding: 0;
	}
}	

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single-post .entry-meta {
    margin-top: 1em;
    margin-bottom: .5em;
}
.single-post .entry-meta .posted-on {
    font-weight: bold;
    font-size: 1.4rem;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.alignwide,
figure.wp-block-gallery.alignwide {
	width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
}
.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.wp-block-image.is-style-fancy-image {
	margin-bottom: 0;
}
.wp-block-image.is-style-fancy-image figcaption {
	background: #68C8C6;
	color: #000;
	font-family: "Open Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	padding: .75em 1em 1.5em;
	margin-top: 0;
	font-size: 1em;
	width: 100vw;
    margin-left: calc(50% - 50vw);	
}
.wp-block-image.is-style-fancy-image img,
.wp-block-image.is-style-first-image img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
figure.wp-block-image.is-style-first-image {
	margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
	.alignfull,
	figure.wp-block-image.is-style-fancy-image,
	figure.wp-block-image.is-style-first-image {
		width: 100vw;
		max-width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.wp-block-image.is-style-fancy-image figcaption {
		width: auto;
		margin-left: 0;
	}
	figure.wp-block-image.is-style-fancy-image {
		background-image: url(img/waves.png), url(img/waves.png);
		background-position: -13% calc(100% - 3.8em), right calc(100% - 3.8em);
		background-repeat: no-repeat, no-repeat;
		background-size: 44% auto, 44% auto;
		margin-top: 2rem;
	}
	figure.wp-block-image.is-style-first-image {
		margin-bottom: 2rem;
	}
	.wp-block-image.is-style-fancy-image img,
	.wp-block-image.is-style-first-image img {
		width: 1190px;
		max-width: 80vw;
	}
	.alignwide, 
	#drts-content,
	figure.wp-block-gallery.alignwide {
		width: 94vw;
		max-width: 94vw;
		margin: 2rem calc(50% - 47vw);
	}
}
@media screen and (min-width: 1190px) {
	.alignwide, 
	#drts-content,
	figure.wp-block-image.is-style-first-image,
	figure.wp-block-gallery.alignwide	{
		width: 1190px;
		max-width: 1190px;
		margin: 3rem calc(50% - 595px);
	}
	.directory_dir_ltg #drts-content,
	.directory_dir_ltg .alignwide {
		margin-top: 2rem;
	}
}

/* Theme specific styles */

h1,
h2.entry-title.level3 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 2.75rem;
	line-height: 1.2;
	color: #6D8877;
    font-weight: normal;
    text-align: center;
}
h1.entry-title.level3 {
	font-family: "Open Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	background: #6D8877;
	color: #fff;
	letter-spacing: .1em;
	padding: .5em .5em .75em;
	margin-top: .15em;
}
h1.entry-title,
h2.entry-title.level3 {
	font-size: 2.5rem;
	margin: 0;
	padding-top: .3em;
}
h2.entry-title.level3 a {
	color: #6D8877;
	text-decoration: none;
}
h2 {
    font-size: 1.5rem;
}
h2.is-style-sub1 {
	background-color: #6D8877;
	color: #fff;
	width: 100vw;
 	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw); 
	margin-bottom: 0;
	text-align: center;
	font-weight: 800;
	letter-spacing: .1em;
	padding: .5em 1em .75em 1em;
	font-size: 1.3rem;
}
h2.is-style-sub2 {
	color: #000;
	margin: .15em 0 1em;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	font-size: 1.1rem;
}
h2.is-style-highlight {
	color: #68C8C6;
	text-align: center;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 2.2rem;
	line-height: 1.1;
}
.search-results h2.entry-title {
	margin-bottom: 0;
}
.search-results h2.entry-title a {
	text-decoration: none;
}
.search-results p {
	margin-top: 0;
}
h3 {
	font-size: 1.1rem;
	margin-bottom: 0;
}
h3 + p {
	margin-top: 0;
}
h4 {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
h5 {
	font-size: 1rem;
    font-weight: normal;
    letter-spacing: .15em;
}

@media screen and (min-width:768px) {
	h2.is-style-sub2 {
		margin-bottom: 2.5em;
		font-size: 1.2rem;
	}
	.single-post h1.entry-title {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}
@media screen and (min-width:1100px) {
	h1.entry-title.level3 {
		font-size: 2.3vw;
	}
	h1.entry-title,
	h2.entry-title.level3 {
		font-size: 5vw;
	}
	h2.is-style-sub2 {
		font-size: 1.6vw;
	}
	h2.is-style-highlight {
		font-size: 3.5vw;
	}
}

/*--------------------------------------------------------------
## Current Travel Info very top banner
---------------------------------------------------------------*/
.cti-bar {
	background: #D3CAB8;
	color: #fff;
	text-align: center;
	padding: .25rem 1rem;
	margin: 0;
}
.cti-bar h2 {
	color: #fff;
	padding: 0;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center; 
	text-transform: capitalize;
	margin: .5em 0;
}
.cti-bar h2 a {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #68C8C6;
	border-radius: 2rem;
	padding: .5em 1.5em;
	margin: 0 1rem;
	text-decoration: none;
	font-size: .7em;
	transition: background 0.5s ease;
}
.cti-bar h2 a:hover {
	background: #000;
	color: #fff;
}
ul.nav-secondary {
    list-style: none;
	margin-bottom: 0;
	color: #000;
	text-align: right;
}
ul.nav-secondary li {
	display: inline-block;
	font-size: .95rem;
}
ul.nav-secondary li:after {
	content: "|";
}
ul.nav-secondary li:last-child:after {
	content: "";
}
ul.nav-secondary li a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	margin-left: .25em;
	margin-right: .5em;
	font-weight: normal;
	padding: 0;
}
ul.nav-secondary li a:hover {
	color: #68C8C6;
}
.wg-social {
    padding: .25em .75em 0 0;
}
.wg-social a {
	display: inline-block;
	margin-left: 1em;
	color: #fff;
    background: #000;
    text-decoration: none;
    border-radius: 50%;
    padding: 5px;
    line-height: 1;
}
.wg-social a:first-child {
	margin-left: 0;
}
#mastheadphantom a.wg-search,
.wg-social a.wg-search {
	background: transparent;
	color: #000;
	border-radius: 0;
	padding: 0;
}
#mastheadphantom .wg-search .dashicons,
#mastheadphantom .wg-search .dashicons-before:before,
.wg-social a.wg-search .dashicons,
.wg-social a.wg-search .dashicons-before:before {
	font-size: 36px;
	width: 36px;
	height: 36px;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.cti-bar {
		z-index: 20;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cti-bar h2 {
		font-size: 1.3rem;
	}
	.cti-bar h2 a {
		font-size: .6em;
		padding: .5rem 1.75rem;
	}
	.wg-social {
		padding: 0;
	}
}
@media screen and (min-width: 1100px) {
	.cti-bar h2 {
		font-size: 2.2vw;
	}
}

/*--------------------------------------------------------------
## Masthead
---------------------------------------------------------------*/
.site-header {
	position: relative;
}
.feature-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 60vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.home .feature-image {
	height: auto;
}
h1.section-title,
h2.section-title {
    font-size: 2rem;
    color: #fff;
    margin: .5em 0;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	line-height: 1.2;
    font-weight: normal;
    text-align: center;
}
h2.section-title {
	margin-bottom: 0;
}
.section-title a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: .5em;
	background: rgba(0,0,0,.3);
}
#mastheadphantom {
	position: fixed;
	display: none;
	width: 100%;
	top:0;
	left:0;
	z-index: 99;
	height: auto;
	background: rgba(255,255,255,.95);
	padding-bottom: 0;
	border-bottom: 2px solid #ccc;
}
.site-branding {
	text-align: center;
	padding: 1rem 4% calc(1rem + 4vw);
	background: url(img/mtns.png) repeat-x center bottom;
	background-size: 250% auto;
}
#mastheadphantom .site-branding {
	padding: 5px;
	background: transparent;
}
.custom-logo-link {
	max-width: 68vw;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.custom-logo-link img {
	display: block;
	margin: 0 auto;
}
.wg-search {
	display: inline-block;
	margin-left: 2em;
}
#mastheadphantom .wg-search {
	color: #fff;
	margin-left: 0;
}
#mastheadphantom .wg-search a {
	text-decoration: none;
	color: #000;
	display: block;
}
.main-navigation.popthrough {
    left: 0;
    position: fixed;
    top: 0;
	right: auto;
	width: auto;
	background: transparent;
    z-index: 100;
}
.main-navigation.popthrough.toggled .menu-mobile-nav-container {
    width: 100vw;
}
.layout-helper {
    margin-left: 110px;
    display: flex;
    justify-content: space-around;
	align-items: center;
}

@media screen and (min-width:768px) {
	.secondary-menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1000px;
		margin: 0 auto;
		padding: 1rem 1rem 0;
	}
	.feature-image {
		height: 36.2vw;
	}
	.home .feature-image {
		background-image: none;
		height: auto;
		position: relative;
	} 
	.single-directory_dir_ltg .feature-image {
		height: 22vw;
		background-position: center 65%;
	}
	h1.section-title,
	h2.section-title {
		font-size: 4vw;
		margin-bottom: .5em;
	}
	.feature-image.light h1.section-title,
	.feature-image.light h2.section-title,
	.feature-image.light h1.section-title a,
	.feature-image.light h2.section-title a {
		color: #000;
	}
	.section-title a {
		padding: 0;
		background: transparent;
	}
	.admin-bar #mastheadphantom,
	.admin-bar .main-navigation.popthrough {
		top: 44px;
	}
	#mastheadphantom {
		background: rgb(146 157 171 / 90%);
		border-bottom: 0;
	}
	.layout-helper {
		align-items: center;
		justify-content: flex-start;
		margin-left: 0;
	}
	.site-branding {
		padding: 1rem 5% calc(1rem + 2vw);
		background-size: 150% auto;
	}
	#masthead .site-logo img {
		max-width: 70%;
	}
	#mastheadphantom .site-branding {
		padding: 10px 15px 12px;
	}
	#mastheadphantom .site-logo img {
		filter: brightness(2) saturate(0);
	}
	.main-navigation.popthrough {
		left: 230px;
		width: calc(98% - 230px);
	}
	.main-navigation.popthrough ul {
		font-size: 1em;
		justify-content: space-around;
	}
	.main-navigation.popthrough a {
		font-size: .8rem;
		color: #fff;
	}
	.main-navigation.popthrough ul.sub-menu {
		display: none; /* don't show drop downs on fixed menu bar */
	}
	.custom-logo-link {
		max-width: 36vw;
		margin-bottom: 0;
		display: inline-block;
		position: relative;
		z-index: 2;
	}
	.wg-search {
		margin-left: 0;
	}
	.wg-search a {
		padding-right: 34px;
		width: auto;
		background-position: right center;
		overflow: visible;
		text-indent: 0;
		text-decoration: none;
		color: #000;
	}
	#mastheadphantom .wg-search a {
		color: #fff;
		padding-right: 0;
	}
}
@media screen and (min-width: 1024px) {
	.admin-bar #mastheadphantom,
	.admin-bar .main-navigation.popthrough {
		top: 32px;
	}
}
@media screen and (min-width: 1100px) {	
	.site-branding {
		padding: 18px 0 calc(18px + 2vw);
		background-size: 100% auto;
	}
	#mastheadphantom .site-branding {
		padding: 10px 30px 6px;
	}
	#masthead .site-logo img {
		max-width: 100%;
	}
	.wg-search {
		margin-left: .2em;
	}
	.main-navigation.popthrough {
		left: 300px;
		width: calc(98% - 300px);
		max-width: 1100px;
	}
	.main-navigation.popthrough a {
		font-size: .92rem;
	}
}
@media screen and (min-width: 1440px) {	
	.custom-logo-link {
		max-width: unset;
	}
}


/* Tile Menus */

ul.tile-menu {
	list-style: none;
	padding: 0 5%;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 3rem;
}
ul.tile-menu.level3 {
	margin-top: 2rem;
}
ul.tile-menu a {
	text-decoration: none;
	color: #000;
}
ul.tile-menu.level2 a,
ul.tile-menu.level3 a {
	color: #fff;
}
ul.tile-menu.level1 li {
	margin: .5em .5% 2em;
	padding: 0;
}
ul.tile-menu.level2 li {
	margin: .5em 2% 2em;
	padding: 0;
}
ul.tile-menu.level3 li {
	margin: .5em 1% 2em;
	padding: 0;
}
ul.tile-menu .tile-image {
	background: url(img/default-feature-m.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 72.5%;
	position: relative;
}
ul.tile-menu.level2 .tile-image,
ul.tile-menu.level3 .tile-image {
	padding-top: 45%;
}
ul.tile-menu .tile-image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: background-color 0.3s ease;
}
ul.tile-menu .tile-label {
	border: 2px solid #000;
	text-align: center;
	padding: .75em .25em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.1;
	letter-spacing: .1em;
	margin: .3em 0 0 0;
	transition: background-color 0.3s ease;
}
ul.tile-menu.level2 .tile-label,
ul.tile-menu.level3 .tile-label {
	border: none;
	background-color: #6D8877;
	margin-top: 0;
	padding: 1em .25em;
}
ul.tile-menu a:hover .tile-image:after {
	background-color: rgba(255,255,255,.25);
}
ul.tile-menu li.current-page .tile-image:after {
	background: transparent;
}
ul.tile-menu a:hover .tile-label,
ul.tile-menu li.current-page .tile-label {
	background-color: #68C8C6;
}
ul.tile-menu li.current-page a:hover {
	cursor: default;
}
@media screen and (min-width: 415px) {
	ul.tile-menu.level1,
	ul.tile-menu.level3 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	ul.tile-menu.level1 li	{
		flex: 0 1 49%;
	}
	ul.tile-menu.level3 li	{
		flex: 0 1 48%;
	}
	ul.tile-menu.level3 .tile-label {
		font-size: 2vw;
	}
}
@media screen and (min-width: 768px) {
	ul.tile-menu.level1 li {
		flex: 0 1 24%;
		max-width: 469px;
	}
	ul.tile-menu.level2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	ul.tile-menu.level2 li {
		flex: 0 1 46%;
		max-width: 763px;
	}	
	ul.tile-menu .tile-label {
		font-size: 1.5vw;
	}
	ul.tile-menu.level1 .tile-label {
		border-width: .22vw;
	}
}
@media screen and (min-width: 1200px) {
	ul.tile-menu.level3 li {
		flex: 0 1 23%;
		max-width: 469px;
	}
	ul.tile-menu.level3 .tile-label {
		font-size: 1vw;
	}
}
@media screen and (min-width: 1400px) {
	ul.tile-menu .tile-label {
		font-size: 1.4rem;
	}
	ul.tile-menu.level3 .tile-label {
		font-size: 1rem;
	}
}


/* Footer tagline */

footer.is-style-footer-tagline {
    text-align: center;
    background: #397C2C;
    color: white;
    padding: 1.5em;
	margin-bottom: 2em;
}
footer.is-style-footer-tagline p {
    text-align: center;
    font-weight: bold;
	margin: 0 auto;
	max-width: 900px;
}
@media screen and (min-width: 1100px) {
	footer.is-style-footer-tagline {
		margin-bottom: 0;
	}
}

/* modals */
.modal-search-form, .modal-content-box { display: none; }
.my-modal-box {
	background: rgba(255,255,255,.9);
	padding: 10px;
}
.vbox-content .vbox-inline { 
	height: 275px; 
	width: 500px; 
	max-width: 90%; 
	padding: 20px 2% !important; 
	box-sizing: border-box; 
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.vbox-num, .vbox-title {
	font-size: 18px;
}
.vbox-close {
	width: 90px;
	font-size: 50px;
	height: 50px;
}
.search-form {
	text-align: center;
	align-self: stretch;
	margin-bottom: 1rem;
}
.search-form input {
    font-size: 1rem;
}
.search-form input[type="search"] {
	width: 70%;
	padding: .3em .8em;
}
.search-form input[type="submit"] {
    text-transform: uppercase;
}
.search-form label {
	display: block;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.search-form label {
		display: inline;
		margin-bottom: 0;
	}
}

#toplink {
    position: fixed;
    bottom: 10px;
    right: 10px;
	display: none;
	z-index: 99;
}
#toplink a {
	display: inline-block;
	background: #68C8C6;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 14px;
	font-size: .9em;
	transition: all 0.3s ease;
}
#toplink a:hover {
	background: #6D8877;
	color: #fff;
}
#toplink a:after {
	content: "\276F";
	display: inline-block;
	margin-left: 10px;
	transform: rotate(270deg);
}

.wp-block-button__link {
	border-radius: 0;
	text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
	padding: .667em 2em;
	background-color: #6d8877;
	transition: all 0.3s ease;
}
.wp-block-button__link:visited {
	color: #fff;
}
.is-style-outline > .wp-block-button__link {
	background-color: transparent;
	/* border-color: #6d8877; */
}
.is-style-outline > .wp-block-button__link:not(.has-text-color), 
.wp-block-button__link.is-style-outline:not(.has-text-color),
.is-style-outline > .wp-block-button__link:not(.has-text-color):visited, 
.wp-block-button__link.is-style-outline:not(.has-text-color):visited {
    color: #000;
}
.wp-block-button.is-style-outline a {
	transition: background 0.3s ease;
}
.wp-block-button a:hover {
	background-color: #397c2c;
}
.wp-block-button.is-style-outline a:hover {
	background: #68C8C6 !important;
}
.wp-block-latest-posts__list.is-grid {
    padding: 0 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: .5em;
}
.wp-block-latest-posts__featured-image {
    margin-bottom: .5em;
}
.wp-block-latest-posts__featured-image img {
    display: block;
}
.wp-block-latest-posts a {
    font-size: 1.5rem;
    display: block;
    line-height: 1.1;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: black;
	transition: color 0.3s ease;
}
.wp-block-latest-posts a.read-more {
	font-size: .9rem;
	letter-spacing: .1em;
	color: #68C8C6;
}
.wp-block-latest-posts a:hover {
	color: #68C8C6;
}
.wp-block-latest-posts a.read-more:hover {
	color: #000;
}
time.wp-block-latest-posts__post-date {
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: .95rem;
}
.wp-block-latest-posts__post-excerpt {
    font-size: .95rem;
    line-height: 1.4;
    margin: 0;
}
.wp-block-latest-posts__post-excerpt p {
	margin: 0 0 .4em 0;
}
.wp-block-latest-posts.is-grid li,
.wp-block-latest-posts.is-grid article {
    margin: 0 0 1.25em 0;
}
@media screen and (min-width: 600px) {
	.wp-block-latest-posts__list.is-grid {
		padding: 0;
	}
	.wp-block-latest-posts.is-grid li,
	.wp-block-latest-posts.is-grid article {
		margin: 0 1.5em 1.25em 0;
	}
	.wp-block-latest-posts.columns-4 article:nth-child(4n) {
		margin-right: 0;
	}
	.wp-block-latest-posts.columns-4 li,
	.wp-block-latest-posts.columns-4 article {
		width: calc(25% - 1.1875em);
	}
	.wp-block-latest-posts a {
		min-height: 2.2em;
	}
	.wp-block-latest-posts .read-more a {
		min-height: 1.1em;
	}
}
@media screen and (min-width: 1100px) {
	.wp-block-latest-posts a {
		font-size: 2rem;
	}
}

.wp-block-cover.is-style-get-newsletter {
    height: 48%;
    margin-bottom: 4%;
}
.wp-block-cover.is-style-get-newsletter .wp-block-cover__inner-container p {
	margin: 0 0 1em;
    line-height: 1;
    font-size: 1.5rem;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
.wp-block-cover.is-style-get-newsletter .wp-block-cover__inner-container a {
	color: #fff;
	text-decoration: none;
}
.is-style-footer1 h2 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: .6em;
    line-height: 1;
}
.is-style-footer1 a {
	text-decoration: none;
	color: #fff;
}
.is-style-footer1 figure.wp-block-image {
	margin: 0;
}
.is-style-footer1 .wp-block-group {
    padding: 0px 24px 10px;
	height: 48%;
}
.is-style-footer1 .wp-block-group .wp-block-group__inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width:768px) {
	.wp-block-cover.is-style-get-newsletter .wp-block-cover__inner-container p,
	.is-style-footer1 h2 {
		font-size: 1.75rem;
	}
}
.is-style-footer-logos .wp-block-columns {
	justify-content: center;
}
.is-style-footer-logos .wp-block-image {
    max-width: 200px;
	margin: 0 auto 1.5rem;
}
@media (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		width: auto;
		flex: 0 1 auto;
	}
}
.wp-block-column :first-child {
    margin-top: 0;
}
.past-event-notice {
    font-weight: normal;
    font-style: italic;
}

/* HOME PAGE ELEMENTS */

.wp-block-group.is-style-home-bar {
    padding: 1rem;
	margin-top: 2rem;
}
.is-style-home-bar .wp-block-buttons {
	margin-bottom: 0;
	text-align: center;
	justify-content: center;
}
.is-style-home-bar h2 {
    font-family: "Oswald", sans-serif;
    text-align: center;
    line-height: 1.1;
    font-size: 1.75rem;
	margin: 0 0 .75em 0;
}
.is-style-home-bar .wp-block-columns {
    margin-bottom: 0;
}
.is-style-home-bar .wp-block-buttons .wp-block-button {
	margin-bottom: 0;
}

h1.is-style-home-h1 {
	text-align: left;
	text-transform: uppercase;
	color: black;
	margin-bottom: 0;
}
h1.is-style-home-h1 + h5 {
	margin-top: .1em;
}
.wp-block-cover.is-style-home-cover {
	height: 66vw;
	margin-top: 2rem;
	margin-bottom: 2rem;
	min-height: 200px;
	justify-content: center;
}
.wp-block-cover.is-style-home-cover.right {
	justify-content: center;
}
.wp-block-cover.is-style-home-cover.right .wp-block-cover__inner-container {
	width: 80%;
}
.video-holder {
	margin: 0;
	position: relative;
}
.video-holder video {
	display: block;
}
.video-overlay {
	position: absolute;
	top: 40%;
	right: 8%;
	transform: translateY(-50%);
	z-index: 98;
	color: #fff;
}
.under-video {
    display: flex;
    gap: 0.5em;
    justify-content: center;
	background: #D3CAB8;
	margin-bottom: 1rem;
	padding: 1rem;
}
.under-video .wp-block-button__link {
	line-height: 1.3;
}
.video-overlay h2,
.wp-block-cover.is-style-home-cover h2 {
    margin: .5em 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1;
}
.video-overlay h2 {
	text-align: right;
}
.video-overlay h2:not(.has-text-color) {
	color: inherit;
}
.video-overlay .wp-block-buttons,
.is-style-home-cover .wp-block-buttons {
	justify-content: flex-end;
}
.video-overlay .is-style-outline>.wp-block-button__link:not(.has-background),
.video-overlay .wp-block-button__link.is-style-outline:not(.has-background),
.video-overlay .wp-block-button__link,
.is-style-home-cover .is-style-outline >.wp-block-button__link:not(.has-background), 
.is-style-home-cover .wp-block-button__link.is-style-outline:not(.has-background),
.is-style-home-cover .wp-block-button__link {
	line-height: 1.3;
	background: rgba(0,0,0,.5);
}
@media screen and (min-width: 768px) {
	.is-style-home-bar .wp-block-columns {
		flex-wrap: nowrap;
		justify-content: center;
	}
/* 	.is-style-home-bar .wp-block-column:first-child {
		flex-basis: 66.66%;
	}
	.is-style-home-bar .wp-block-column:last-child {
		flex-basis: 33.33%;
	} */
	.is-style-home-bar h2 {
		margin-bottom: 0;
		font-size: 2.2rem;
		text-align: right;
	}
	.is-style-home-bar .wp-block-buttons {
		text-align: left;
		justify-content: flex-start;
	}
	.wp-block-cover.is-style-home-cover {
		height: 50vw;
		margin-top: 3rem;
		margin-bottom: 3rem;
		min-height: 300px;
		justify-content: center;
	}
	.wp-block-cover.is-style-home-cover .wp-block-cover__inner-container {
		width: 40% !important;
		transform: translatex(-50%);
	}
	.wp-block-cover.is-style-home-cover.right .wp-block-cover__inner-container {
		transform: translatex(50%);
	}
	.video-overlay {
		top: 52%;
		right: 20%;
	}
	.video-overlay h2,
	.wp-block-cover.is-style-home-cover h2 {
		font-size: 5vw;
	}
	.wp-block-cover.is-style-home-cover h2 {
		text-align: right;
	}
	.video-overlay .is-style-outline >.wp-block-button__link:not(.has-background), 
	.video-overlay .wp-block-button__link.is-style-outline:not(.has-background),
	.video-overlay .wp-block-button__link,
	.is-style-home-cover .is-style-outline >.wp-block-button__link:not(.has-background), 
	.is-style-home-cover .wp-block-button__link.is-style-outline:not(.has-background),
	.is-style-home-cover .wp-block-button__link {
		background: transparent;
		padding: 1em;
	}
	.video-overlay .wp-block-button__link {
		font-size: .9em;
	}
}
@media screen and (min-width: 1100px) {
	.is-style-home-bar h2 {
		font-size: 2.5rem;
	}
	.wp-block-cover.is-style-home-cover .wp-block-cover__inner-container {
		width: 425px !important;
	}
	.video-overlay h2,
	.wp-block-cover.is-style-home-cover h2 {
		font-size: 5rem;
	}
	.video-overlay .wp-block-button__link {
		font-size: 1.125em;
	}

}


.wp-block-columns.is-style-spotlight {
    margin-bottom: 0;
	justify-content: center;
}
.wp-block-columns.is-style-spotlight h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.1;
	margin-top: 0;
	margin-bottom: .5rem;
}
.wp-block-columns.is-style-spotlight h2 a {
	text-decoration: none;
	color: #000;
}
.is-style-spotlight .wp-block-button__link {
	line-height: 1.3;
	padding: .5em .5em .75em;
	font-size: .85rem;
}
.is-style-spotlight .wp-block-media-text {
    margin-bottom: 1rem;
}
.is-style-spotlight .wp-block-media-text__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 95%;
}

@media screen and (max-width: 767px) {
	.wp-block-columns.is-style-spotlight {
		width: 90vw;
		margin-left: calc(50% - 45vw);
		margin-right: calc(50% - 45vw);
	}
	.is-style-spotlight .wp-block-media-text .wp-block-buttons,
	.wp-block-columns.is-style-spotlight h2 {
		text-align: right;
	}
	.is-style-spotlight .wp-block-media-text .wp-block-media-text__media {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.is-style-spotlight .wp-block-media-text .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-columns.is-style-spotlight {
		margin-bottom: 2rem;
	}
	.is-style-spotlight .wp-block-media-text {
		margin-bottom: 2rem;
	}
	.wp-block-columns.is-style-spotlight h2 {
		font-size: 2rem;
		margin-bottom: .3rem;
	}
	.is-style-spotlight .wp-block-media-text.has-media-on-the-right .wp-block-buttons {
		justify-content: flex-end;
	}
	.is-style-spotlight .wp-block-media-text.has-media-on-the-right h2 {
		text-align: right;
	}
}
@media screen and (min-width: 1100px) {
	.is-style-spotlight .wp-block-media-text__content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 95%;
	}
	.is-style-spotlight .wp-block-button {
		max-width: 14em;
	}
	.is-style-spotlight .wp-block-button__link {
		padding: 1em 1em 1.33em;
		font-size: 1.25rem;
	}
	.wp-block-columns.is-style-spotlight h2 {
		font-size: 2.75rem;
	}
	
}
.wp-block-group.is-style-home-share-stories {
	padding: 2rem 2rem 1rem;
	margin-bottom: 0;
	margin-top: 2rem;
}
.is-style-home-share-stories h2 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 0 0 .6em 0;
}
.is-style-home-share-stories h2 a {
	color: inherit;
	text-decoration: none;
}
.is-style-home-share-stories h2 span.hashtags {
	display: inline-block;
	font-size: .5em;
	text-align: left;
}
.home article.page {
	margin-bottom: 0;
}
.home footer.is-style-footer-tagline {
	margin-bottom: 1em;
}
figure.home-footer-map {
    margin: 1em 0;
}
figure.home-footer-map img {
    width: 100%;
}
@media screen and (min-width: 768px) {
	.wp-block-group.is-style-home-share-stories {
		padding: 2rem 2rem 4rem;
		margin-top: 4rem;
	}
	.is-style-home-share-stories h2 {
		font-size: 2rem;
	}
	figure.home-footer-map {
		margin: 2em 0;
	}
}
@media screen and (min-width: 1100px) {
	.is-style-home-share-stories h2 {
		font-size: 3.5rem;
	}
	.is-style-home-share-stories h2 span.hashtags {
		font-size: .4em;
	}
	.is-style-home-share-stories .wp-block-gallery {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* TOP 5 EXPERIENCES */

.wp-block-media-text .wp-block-media-text__media[style*="background-image:"] > a > img { 
	opacity: 0; 
	width: 100%; 
	height: 100%; 
} 
.is-style-top-5 {
	margin-bottom: 2rem;
}
.is-style-top-5 h2 {
    font-size: 1.85rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Oswald", sans-serif;
    color: #6D8877;
    line-height: 1.2;
}
.is-style-top-5 h4 {
    margin: 0;
}
.is-style-top-5 p {
	margin-top: 0;
	line-height: 1.3;
}
.is-style-top-5 .wp-block-media-text__content {
    background: #ACDBD8 url(img/top5-waves.png) no-repeat top center;
    padding: 1vw 5%;
	background-size: cover;
}
.wp-block-media-text.is-style-top-5 .wp-block-media-text__content {
	align-self: stretch;
}

@media screen and (min-width: 768px) {
	.is-style-top-5 h2 {
		font-size: 2rem;
	}
}
@media screen and (min-width: 1100px) {
	.is-style-top-5 h2 {
		font-size: 2.5vw;
	}
}
@media screen and (min-width: 1600px) {
	.is-style-top-5 h2 {
		font-size: 2.75rem;
	}
}

/* GETTING HERE PAGE */

.page-getting-here .blocks-gallery-grid .blocks-gallery-image figcaption, 
.page-getting-here .blocks-gallery-grid .blocks-gallery-item figcaption, 
.page-getting-here .wp-block-gallery .blocks-gallery-image figcaption, 
.page-getting-here .wp-block-gallery .blocks-gallery-item figcaption,
.page-getting-here figcaption {
    background: #6D8877;
    color: #fff;
    padding: .5em;
    text-transform: uppercase;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bold;
    font-size: 1.1rem;
    margin-top: -7px;
	letter-spacing: .1em;
}
.wp-block-gallery.is-style-map-gallery figure.wp-block-image figcaption {
	position: static;
	flex: 0 1 auto;
    background: #6D8877;
    color: #fff;
    padding: .5em;
    text-transform: uppercase;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0;
	letter-spacing: .1em;
}

.wp-block-group.alignfull.is-style-table .wp-block-group__inner-container {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
table {
	border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
	border: none;
	border-bottom: 1px solid #000;
}

/* DIRECTORY STYLES */

/* categories page */

.page-service-directory .drts-display-element-with-background {
    height: 0;
	min-height: 100px;
	padding-bottom: 55%;
}
.page-service-directory .directory-category-title {
	margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	color: white;
}
.page-service-directory .drts .drts-bs-mb-2, 
.page-service-directory .drts .drts-bs-my-2 {
    margin-bottom: 0!important;
}
.page-service-directory .directory-category-title a {
	display: block;
	text-decoration: none;
    padding: .5em;
    background: #6D8877;
	color: white;
	font-size: 1rem;
	transition: all 0.3s ease;
	letter-spacing: .05em;
}
.page-service-directory .drts-view-entities-list-grid>div>div>.drts-display:hover .directory-category-title a,
.page-service-directory .directory-category-title a:hover {
	background-color: #68C8C6;
	color: #000;
}
/* category archives */
.directory-category-child-terms {
	padding: 1.5rem 2.25rem;
	background-color: #68C8C6;
}
.directory-category-child-terms a {
	color: #000;
	text-decoration: none;
}
.directory-category-child-terms a:hover {
	text-decoration: underline;
}

.wg-listing-box {
	font-size: .8rem;
}
.drts-view-post-entities .drts-display-default-summary.drts-display--summary {
	padding: 0;
	border: none;
	background: #f6f9f5;
}
.drts-view-post-entities .drts-display-default-summary.drts-display--summary:hover {
	border-color: #959578;
}
.drts-display--summary .directory-listing-title {
	font-weight: normal;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1.5rem !important;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
}
.drts-display--summary .directory-listing-title a {
	display: block;
	padding: .25em 1em;
	background: #6D8877;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}
.drts-display--summary .directory-listing-title a:hover {
	background: #397C2C;
	color: #fff;
}
.drts-display--summary div[data-name="columns"] .drts-display-element-inlineable > div {
	display: inline;
}
.drts-display--summary .drts-entity-field-label {
	font-weight: normal;
}
.drts-display--summary .drts-entity-field-label.drts-entity-field-label-type-icon {
    color: #6D8877;
}
.drts-display--summary a[data-phone-number] {
    text-decoration: none;
    color: black;
}
.drts-display--summary a {
	color: #333;
	text-decoration: none;
}
.drts-display--summary a:hover {
	color: #191970;
}
.drts-display--summary .listing-read-more-button {
    padding-top: 5px;
}
.drts .drts-display--summary .drts-bs-btn-outline-info {
    color: #397C2C;
    border-color: #397C2C;
}
.drts .drts-display--summary .drts-bs-btn-outline-info:hover,
.drts .drts-display--summary .drts-bs-btn-outline-info:not(:disabled):not(.drts-bs-disabled):active {
    color: #fff;
    background-color: #397C2C;
    border-color: #397C2C;
}
.drts .drts-display--summary .drts-bs-btn-info {
    color: #000;
    background-color: #68C8C6;
    border-color: #68C8C6;
	border-radius: 0;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.drts .drts-display--summary .drts-bs-btn-info:hover {
    color: #fff;
    background-color: #397C2C;
    border-color: #397C2C;
}
.drts .drts-display--summary .drts-display-element.drts-display-element-entity_field_directory_photos-1 {
    overflow-y: hidden;
    height: 0;
	padding-bottom: 60%;
    padding-bottom: 72.6%;
}

.drts .detail-view-event-date {
	justify-content: center;
	margin-bottom: 1.5rem;
}

.drts .read-more-cta .drts-bs-btn-group {
	display: flex;
	justify-content: center;
}
.drts .read-more-cta .drts-bs-btn-group>.drts-bs-btn {
	flex: 0 1 auto;
}

.drts .directory-listing-details-container .drts-bs-list-group-item {
    padding: .1rem 0;
}
.drts .directory-listing-contact-info a,
.drts .directory-listing-contact-info a:visited {
    text-decoration: none;
	color: #000;
}
.drts .directory-listing-contact-info a:hover {
	color: #6D8877;
}
.directory-listing-contact-info {
	padding: 2rem 0;
}
.single-listing-categories {
    margin-bottom: 1.5rem;
}
.directory-listing-details-container .drts-entity-field-label {
    display: inline;
    white-space: normal;
	font-weight: normal;
}
.directory-listing-details-container .drts-entity-field-value {
    display: inline;
}
.alignwide #drts-content {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
#drts-content {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.alignwide #drts-content {
		padding-left: 0;
		padding-right: 0;
	}

}
@media screen and (min-width: 1100px) {
	.wg-listing-box {
		font-size: 1rem;
	}
}
.wp-block-columns.contributors .wp-block-image figcaption {
	color: #000;
	font-size: 1rem;
}
@media screen and (min-width: 768px) {
	.wp-block-columns.contributors {
		flex-wrap: inherit !important;
	}
}

/* THEME COLOURS */

.has-black-color {
	color: #000000;
}
.has-black-background-color {
	background-color: #000000;
}
.has-white-color {
	color: #FFFFFF;
}
.has-white-background-color {
	background-color: #FFFFFF;
}
.has-green-color {
	color: #6D8877;
}
.has-green-background-color {
	background-color: #6D8877;
}
.has-bt-green-color {
	color: #397C2C;
}
.has-bt-green-background-color {
	background-color: #397C2C;
}
.has-teal-color {
	color: #68C8C6;
}
.has-teal-background-color {
	background-color: #68C8C6;
}
.has-beige-color {
	color: #D3CAB8;
}
.has-beige-background-color {
	background-color: #D3CAB8;
}
.has-dk-beige-color {
	color: #959578;
}
.has-dk-beige-background-color {
	background-color: #959578;
}
.has-transparent-color {
	color: transparent;
}
.has-transparent-background-color {
	background-color: transparent;
}
