/*!
Theme Name: Visit Pahrump
Theme URI: http://underscores.me/
Author: Visit Pahrump
Author URI: https://visitpahrump.com/
Description: Custom WordPress theme for visitpahrump.com
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: visitpahrump
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.

Visit Pahrump 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: 0.8735rem;
	display: block;
	line-height: 1.25;
}

/**
 * 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
--------------------------------------------------------------*/
/* Colors
--------------------------------------------- */
:root {
	--maroon: #7E0838;
	--blue: #2D307F;
	--teal: #28B1A7;
	--gold: #B3831B;
	--tan: #E6DAB9;
	--off-white: #FAF6EC;
	--gray: #545454;
	--light-gray: #787878;
	--white: #FFFFFF;
	--black: #000000;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--gray);
	font-family: sentinel, sans-serif;
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	line-height: 1.67;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: greycliff-cf, sans-serif;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
	font-weight: 900;
}

h5,
h6 {
	font-weight: 400;
}

h1 {
	font-size: 4.625rem;
	letter-spacing: 3.7px;
	line-height: 1.12;
}

h1.small {
	font-size: 3.25rem;
}

h2 {
	color: var(--maroon);
	font-size: 3.75rem;
	letter-spacing: 3px;
	line-height: 1.03;
}

h3 {
	font-size: 2.125rem;
	letter-spacing: 1.7px;
	line-height: 1.12;
}

h4 {
	font-size: 2rem;
	letter-spacing: 1.6px;
	line-height: 1.31;
}

h5 {
	font-size: 1.625rem;
	letter-spacing: normal;
	line-height: 1.27;
}

h6 {
	font-size: 1.25rem;
	line-height: 1.27;
	text-transform: none;
}

p {
	margin-bottom: 1.5rem;
}

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

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

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

@media screen and (max-width: 1024px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 1.25rem;
		letter-spacing: 0.5px;
		line-height: 1.5;
	}

	h1 {
		font-size: 3.25rem;
		letter-spacing: 2.6px;
	}

	h1.small {
		font-size: 2.5rem;
		letter-spacing: 2px;
	}

	h2 {
		font-size: 2.75rem;
		letter-spacing: 2.2px;
	}

	h3 {
		font-size: 1.75rem;
		letter-spacing: 1.4px;
	}

	h4 {
		font-size: 1.5rem;
		letter-spacing: 1.2px;
	}

	h5 {
		font-size: 1.25rem;
	}

	h6 {
		font-size: 1rem;
	}
}

@media screen and (max-width: 640px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 1.125rem;
	}

	h1 {
		font-size: 2.5rem;
		letter-spacing: 1.4px;
	}

	h1.small {
		font-size: 1.75rem;
		letter-spacing: 1.2px;
	}

	h2 {
		font-size: 1.75rem;
		letter-spacing: 1.2px;
	}

	h3 {
		font-size: 1.25rem;
		letter-spacing: 1px;
	}
}

/* Elements
--------------------------------------------- */
body {
	background: var(--white);
}

hr {
	background-color: var(--teal);
	border: 0;
	height: 1px;
	margin: 0 auto 1.5rem auto;
	width: 70%
}

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

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,
video {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--blue);
}

a:visited {
	color: var(--blue);
}

a:hover,
a:focus,
a:active {
	color: var(--maroon);
}

a:focus {
	outline: thin dotted;
}

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

.button,
.button:visited {
	background: var(--blue);
	border-radius: 10px;
	color: var(--tan);
	display: inline-block;
	font-family: greycliff-cf, sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 1.2px;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.button:active,
.button:focus,
.button:hover {
	background: var(--teal);
	color: var(--off-white);
}

.button-alt,
.button-alt:visited {
	background: var(--tan);
	color: var(--blue);
	font-size: 1.375rem;
	padding: 10px 20px;
}

.button-alt:active,
.button-alt:focus,
.button-alt:hover {
	background: var(--teal);
	color: var(--off-white);
}

.button-small {
	font-size: 1.125rem;
	padding: 12px 20px;
}

.button svg {
	vertical-align: middle;
	height: 20px;
	width: 20px;
	margin-left: 6px;
	margin-top: -4px;
}

.button svg path {
	fill: var(--tan);
	
}

@media screen and (max-width: 640px) {
	.button,
	.button:visited {
		font-size: 1.25rem;
		padding: 8px 20px;
	}
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 10px;
	background: var(--teal);
	color: var(--off-white);
	font-family: greycliff-cf, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 15px 40px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--blue);
	color: var(--white);
}

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: var(--blue);
	color: var(--white);
}

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 {
	background: var(--off-white);
	color: var(--blue);
	border: 2px solid var(--tan);
	border-radius: 10px;
	font-family: greycliff-cf, sans-serif;
	padding: 6px 12px;
}

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 {
	background: var(--white);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
	color: #111;
	outline: none;
}

select {
	background: var(--off-white);
	border: 2px solid var(--tan);
	font-family: greycliff-cf, sans-serif;
}

textarea {
	font-family: greycliff-cf, sans-serif;
	width: 100%;
}

form,
label,
legend,
.gform_submission_error {
	font-family: greycliff-cf, sans-serif;
	font-weight: 400 !important;
	font-size: 1rem !important;
	letter-spacing: normal;
	text-transform: none;
}

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

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

/* Navigation
--------------------------------------------- */
.site-header {
	background: var(--off-white);
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
	z-index: 1000;
}

.site-header .inner {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.site-logo {
	vertical-align: middle;
	width: 220px;
}

.site-menu {
	align-items: center;
	display: flex;
	gap: 30px;
}

.weather-widget {
	font-family: Arial, sans-serif;
	min-width: 101px;
	min-height: 41px;
}

.main-navigation {

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/* Base submenu state */
.main-navigation ul ul {
    background: var(--off-white);
    box-shadow: 4px 8px 14px rgba(0, 0, 0, 0.15);
	display: block;
    opacity: 0;
    padding: 10px 20px;
    pointer-events: none;
    position: absolute;
		top: 100%;
		left: -999em;  
    transform: translateX(20px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto; 
    opacity: 1; 
    pointer-events: auto;
    transform: translateX(0);
}

.main-navigation ul ul a {
	padding: 10px 0;
	width: 160px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a,
.main-navigation a:visited {
	color: var(--maroon);
	display: block;
	font-family: greycliff-cf, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 1px;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover {
	color: var(--teal);
	transition: color 0.3s ease;
}

.main-navigation ul ul a,
.main-navigation ul ul a:visited {
    position: relative;
    color: var(--blue);
    font-size: 0.875rem;
	padding-left: 0;
	transition: padding-left 0.25s ease;
}

.main-navigation ul ul a:hover {
	color: var(--teal);
	padding-left: 10px;
	transition: padding-left 0.25s ease;
}

.main-navigation ul ul a::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    font-size: 0.875rem;
}

.main-navigation ul ul a:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

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

.menu-toggle {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	position: relative;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background: transparent;
}

.menu-icon {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: var(--maroon);
	position: relative;
}

.menu-icon::before,
.menu-icon::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: var(--maroon);
	position: absolute;
	left: 0;
	transition: all 0.3s ease;
}

.menu-icon::before {
	top: -14px;
}

.menu-icon::after {
	top: -7px;
}

.toggled .menu-icon {
	background-color: transparent;
}

.toggled .menu-icon::before {
	transform: rotate(45deg);
	top: 0;
}

.toggled .menu-icon::after {
	transform: rotate(-45deg);
	top: 0;
}

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

	.main-navigation ul {
		display: flex;
		gap: 30px;
	}
}

@media screen and (max-width: 1600px) {
	.main-navigation ul {
		gap: 20px;
	}
	
	.main-navigation a,
	.main-navigation a:visited {
		font-size: 1.125rem;
		letter-spacing: normal;
	}
}

@media screen and (max-width: 1440px) {
	.main-navigation a,
	.main-navigation a:visited {
		font-size: 1rem;
	}

	.weather-widget {
		position: fixed;
			bottom: 25px;
			left: 25px;
	}
}

@media screen and (max-width: 1100px) {
	.site-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.main-navigation ul li {
		margin-bottom: 1rem;
	}

	.main-navigation ul ul {
		box-shadow: none;
		opacity: 1; 
		padding: 0 0 0 1.5rem;
		pointer-events: auto;
		position: relative;
			left: auto; 
		transform: translateX(0);
	}

	.main-navigation ul ul li {
		margin-bottom: 0;
	}

	.menu-main-menu-container {
		background: var(--off-white);
		box-shadow: 4px 8px 14px rgba(0, 0, 0, 0.15);
		position: absolute;
			top: 86px;
			right: 0;
			left: 0;
			z-index: 9999;
	}

	.toggled .menu-main-menu-container {
		padding: 20px;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
}

.post-navigation {
	margin-top: 50px;
}

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

.post-navigation .nav-links {
	justify-content: center;
	gap: 1rem;
}

.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 .page-numbers {
	border: 1px solid var(--tan);
	font-family: greycliff-cf, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: normal;
	padding: 5px 15px;
	text-decoration: none;
}

.nav-links .page-numbers:hover {
	background: var(--off-white);
}

.nav-links .page-numbers.current {
	background: var(--tan);
	color: var(--blue);
}

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

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

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

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

.page-links {
	clear: both;
}

/* 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 {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0.5rem -10px 0 -10px;
}

.gallery-item {
	border-radius: 20px;
	display: inline-block;
	flex-basis: calc(33.3% - 20px);
	margin: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.gallery-item a {
	display: block;
	position: relative;
}

.gallery-item img {
	border-radius: 20px;
	display: block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

.gallery-item a::before {
	background: rgba(40, 177, 167, 0.40);
	backdrop-filter: blur(2.5px);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	content: "";
	inset: 0;
	position: absolute;
		z-index: 1;
	transform: translateY(100%);
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-item a::after {
	color: var(--white);
	content: "＋";
	font-size: 120px;
	font-weight: 300;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
	transform: translate(-50%, -50%) scale(0.2);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.gallery-item a:hover::before {
	transform: translateY(0);
}

.gallery-item a:hover::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.gallery-item img {
	transition: transform 0.5s ease;
}

.gallery-item a:hover img {
	transform: scale(1.05);
}

@media screen and (max-width: 900px) {
	.gallery-item {
		flex-basis: calc(50% - 20px);
	}

	.gallery-item a::after {
		font-size: 80px;
	}
}

@media screen and (max-width: 480px) {
	.gallery-item {
		flex-basis: 100%;
	}
}

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

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/* Container Classes
--------------------------------------------- */
.inner {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1200px;
}

.inner-wide {
	width: 1640px;
}

.inner-narrow {
	width: 780px;
}

/* Text alignment helpers
--------------------------------------------- */
.text-center {
	text-align: center;
}

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

/* Text colors
--------------------------------------------- */
.text-maroon {
	color: var(--maroon);
}

.text-teal {
	color: var(--teal);
}

/* Background colors
--------------------------------------------- */
.background-off-white {
	background: var(--off-white);
}

.background-tan {
	background: var(--tan);
}

/* Flexbox Basics
--------------------------------------------- */
.flex-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.vertical-align-start,
.vertical-align-start .flex-container {
	align-items: flex-start;
}

.vertical-align-end,
.vertical-align-end .flex-container {
	align-items: flex-end;
}

.flex-container.reverse {
	flex-direction: row-reverse;
}

.flex-25 {
	flex-basis: calc(25% - 30px);
}

.flex-33 {
	flex-basis: calc(33.3% - 30px);
}

.flex-40 {
	flex-basis: calc(40% - 30px);
}

.flex-45 {
	flex-basis: calc(45% - 30px);
}

.flex-50 {
	flex-basis: calc(50% - 30px);
}

.flex-55 {
	flex-basis: calc(55% - 30px);
}

.flex-60 {
	flex-basis: calc(60% - 30px);
}

.flex-67 {
	flex-basis: calc(66.7% - 30px);
}

.flex-75 {
	flex-basis: calc(75% - 30px);
}

.widths-33-67 .flex-first {
	flex-basis: calc(33% - 30px);
}	

.widths-33-67 .flex-last {
	flex-basis: calc(66% - 30px);
}

.widths-67-33 .flex-first {
	flex-basis: calc(66% - 30px);
}

.widths-67-33 .flex-last {
	flex-basis: calc(33% - 30px);
}

.widths-40-60 .flex-first {
	flex-basis: calc(40% - 30px);
}

.widths-40-60 .flex-last {
	flex-basis: calc(60% - 30px);
}

.widths-60-40 .flex-first {
	flex-basis: calc(60% - 30px);
}

.widths-60-40 .flex-last {
	flex-basis: calc(40% - 30px);
}

.widths-50-50 .flex-first,
.widths-50-50 .flex-last {
	flex-basis: calc(50% - 30px);
}

@media screen and (max-width: 800px) {
	.flex-container {
		flex-wrap: wrap;
		gap: 0;
	}

	.flex-container.reverse {
		flex-direction: row;
	}

	.flex-25,
	.flex-33,
	.flex-40,
	.flex-45,
	.flex-50,
	.flex-55,
	.flex-60,
	.flex-67,
	.flex-75,
	.flex-first,
	.flex-last {
		flex-basis: 100% !important;
	}
}

/* Functional helpers
--------------------------------------------- */
.clickable-div,
.clickable-div * {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Basic Builder Blocks
--------------------------------------------------------------*/
/* Spacing Between Blocks
--------------------------------------------- */
.builder-block {
	padding-top: 60px;
	padding-bottom: 60px;
}

.builder-block.no-spacing {
	padding-top: 0;
	padding-bottom: 0;
}

.builder-block.half-spacing {
	padding-top: 30px;
	padding-bottom: 30px;
}

.builder-block.double-spacing {
	padding-top: 120px;
	padding-bottom: 120px;
}

.builder-block.no-spacing-top {
	padding-top: 0;
}

.builder-block.no-spacing-bottom {
	padding-bottom: 0;
}

.builder-block.half-spacing-top {
	padding-top: 30px;
}

.builder-block.half-spacing-bottom {
	padding-bottom: 30px;
}

.builder-block.double-spacing-top {
	padding-top: 120px;
}

.builder-block.double-spacing-bottom {
	padding-bottom: 120px;
}

@media screen and (max-width: 800px) {
	.builder-block {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.builder-block.half-spacing {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.builder-block.double-spacing {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.builder-block.half-spacing-top {
		padding-top: 15px;
	}

	.builder-block.half-spacing-bottom {
		padding-bottom: 15px;
	}	

	.builder-block.double-spacing-top {
		padding-top: 60px;
	}	

	.builder-block.double-spacing-bottom {
		padding-bottom: 60px;
	}
}

/* Section Titles
--------------------------------------------- */
.section-title {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	/* margin-top: 60px; */
}

/* Footer Map
--------------------------------------------- */
.footer-map {
	background-color: var(--tan);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow:  0 14px 24px 0 rgba(0, 0, 0, 0.25);
	min-height: 300px;
	position: relative;
}

.footer-map h2 {
	color: var(--blue);
	margin: 0;
	position: absolute;
		top: 50%;
	transform: translateY(-50%);
	width: 300px;
}

.footer-map img {
	display: none;
}

@media screen and (max-width: 2400px) {
	.footer-map {
		background-size: cover;
	}
}

@media screen and (max-width: 800px) {
	.footer-map {
		background: var(--tan);
		background-image: none !important;
		min-height: auto;
	}

	.footer-map h2 {
		font-size: 1.5rem;
		padding: 20px 0;
		position: relative;
			top: auto;
			transform: none;
		text-align: center;
		width: 100%;
	}
	
	.footer-map img {
		display: block;
		width: 100%;
	}
}

/* Footer Signup
--------------------------------------------- */
.footer-newsletter-container {
	background: var(--off-white);
}

.footer-newsletter {
	background: var(--blue);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: var(--white);
	padding: 45px 60px 60px 60px;
}

.footer-newsletter h3 {
	color: var(--tan);
	text-align: center;
}

.signup-form_wrapper {
	margin-top: 20px;
}

.signup-form {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.signup-form .gform_body {
	flex-basis: calc(100% - 120px);
}

.signup-form .gform_footer {
	flex-basis: 120px;
	margin: 34px 0 0 0 !important;
	padding: 0 !important;
}

.signup-form .gform_footer input[type="submit"] {
	padding: 10px 40px 11px 40px;
}

.gform_wrapper.gravity-theme .signup-form .gfield_required {
	color: var(--white);
	font-style: italic;
}

.signup-form a,
.signup-form a:visited {
	color: var(--white);
}

.signup-form a:active,
.signup-form a:focus,
.signup-form a:hover {
	color: var(--off-white);
}

.footer-newsletter-logo {
	background: var(--blue);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	display: inline-block;
	padding: 0 40px 20px 40px;
	position: relative;
		top: -15px;
}

.footer-newsletter-logo svg {
	vertical-align: middle;
}

@media screen and (max-width: 800px) {
	.footer-newsletter {
		padding: 30px 20px 40px 20px;
	}

	.signup-form {
		align-items: stretch;
		flex-direction: column;
		gap: 6px;
	}

	.signup-form .gform_footer input[type="submit"] {
		width: 100%;
	}

	.signup-form .gform-footer {
		flex-basis: auto;
		width: 100%;
	}
}

/* Footer Menu
--------------------------------------------- */
.footer-menu-container {
	background: var(--off-white);
	padding: 50px 0 40px 0;
	text-align: center;
}

.footer-menu-container ul {
	border-bottom: 1px solid var(--blue);
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	gap: 6px 28px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

.footer-menu-container a,
.footer-menu-container a:visited {
	color: var(--blue);
	font-family: greycliff-cf, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.footer-menu-container a:active,
.footer-menu-container a:focus,
.footer-menu-container a:hover {
	color: var(--teal);
	transition: color 0.3s ease;
}

@media screen and (max-width: 1200px) {
	.footer-menu-container ul {
		border-bottom: 0;
	}
}

/* Footer Copyright
--------------------------------------------- */
.footer-copyright-container {
	background: var(--off-white);
	padding-bottom: 20px;
}

.social-icons {
	display: flex;
	gap: 23px;
	list-style: none;
	height: 30px;
	margin: 0;
	padding: 0;
}

.social-icons li a svg path {
	fill: var(--blue);
}

.social-icons li a:hover svg path {
	fill: var(--teal);
	transition: fill 0.3s ease;
}

.copyright-text p {
	color: var(--light-gray);
	font-family: greycliff-cf, sans-serif;
	font-size: 1rem;
	letter-spacing: normal;
	margin: 0;
	padding: 20px 0;
	text-align: right;
}

@media screen and (max-width: 640px) {
	.footer-copyright-container .flex-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-copyright-container .flex-item,
	.copyright-text p {
		text-align: center;
	}

	.social-icons {
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Page Heroes
--------------------------------------------------------------*/
.hero-section {
	background: var(--off-white);
	margin-bottom: 30px;
	padding: 52px 0 60px 0;
	position: relative;
}

.hero-section:after {
	background: var(--off-white) url('/wp-content/themes/visitpahrump/assets/hero-background-min.png') repeat-x center bottom;
	background-size: contain;
	content: "";
	position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 200px;
}

.hero-section .inner {
	position: relative;
	z-index: 2;
}

.hero-section h1 {
	color: var(--teal);
}

@media screen and (max-width: 2400px) {

}

@media screen and (max-width: 800px) {
	.hero-section {
		margin-bottom: 40px;
		padding: 30px 0 40px 0;
	}
}

/*--------------------------------------------------------------
# Content Block
--------------------------------------------------------------*/
.block-builder-content img {
	border-radius: 20px;
	vertical-align: middle;
}

.display-content-accent .inner,
.display-accent-content .inner {
	width: 1300px;
}

.display-callout .inner {
	padding-left: 60px;
	padding-right: 60px;
}

.display-callout .flex-container {
	background: var(--off-white);
	border-radius: 20px;
	padding: 0;
}

.display-callout .flex-item:first-child {
	padding: 40px 0 40px 40px;
}

.display-callout img {
	box-shadow: 10px 12px 24px 0 rgba(0, 0, 0, 0.15);
	position: relative;
		top: -30px;
		right: -30px;
	width: 100%;
}

.callout-box .flex-first {
	flex-basis: calc(55% - 30px);
}

.callout-box .flex-last {
	flex-basis: calc(40% - 30px);
}

@media screen and (max-width: 800px) {
	.display-callout .inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.display-callout .flex-container {
		padding: 20px;
	}

	.display-callout .flex-item:first-child {
		padding: 0;
	}

	.display-callout img {
		top: 0;
		right: 0;
	}
}

/*--------------------------------------------------------------
# Gallery Block: Gallery Mode (see also Galleries component)
--------------------------------------------------------------*/
.fancybox__caption {
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Gallery Block: Slider Mode 
--------------------------------------------------------------*/
.gallery-slider {
	position: relative;
}

.gallery-slide img {
	border-radius: 20px;
}

.gallery-slider .owl-nav {
	align-items: center;
	background: rgba(126, 8, 56, 0.8);
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	display: flex;
	gap: 30px;
	padding: 12px 24px;
	position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 10;
	transform: translateX(-50%);
}

.gallery-slider .owl-nav button {
	background: none;
	border: 0;
	padding: 0;
}

.gallery-slider .owl-nav img {
	display: block;
	opacity: 0.7;
	height: auto;
	width: 28px;
}

.gallery-slider .owl-nav button:hover img {
	filter: brightness(1.2);
	opacity: 1;
}

/*--------------------------------------------------------------
# Quote Block
--------------------------------------------------------------*/
.block-builder-quote .inner {
	width: 900px;
}

.quote-callout {
	background: var(--maroon) url('/wp-content/themes/visitpahrump/assets/blockquote-background-min.png') no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	color: var(--off-white);
	margin: 0 auto;
	padding: 48px 70px;
	position: relative;
	text-align: center;
}

.quote-callout::before {
	background: url('/wp-content/themes/visitpahrump/assets/quote-open-min.png') no-repeat center center;
	top: -15px;
	left: -10px;
}

.quote-callout::after {
	background: url('/wp-content/themes/visitpahrump/assets/quote-close-min.png') no-repeat center center;
	bottom: -15px;
	right: -10px;
}

.quote-callout::before,
.quote-callout::after {
	background-size: contain;
	height: 60px;
	width: 80px;
	content: "";
	position: absolute;
		z-index: 1;
}

.quotation {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
}

.attribution {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: normal;
	margin: 1.5rem 0 0 0;
	text-transform: uppercase; 
}

@media screen and (max-width: 1024px) {
	.quote-callout {
		padding: 30px;
	}

	.quote-callout::before,
	.quote-callout::after {
		height: 40px;
		width: 60px;
	}

	.quotation {
		font-size: 1.75rem;
	}

	.attribution {
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
# Accordions Block
--------------------------------------------------------------*/
.block-accordions .inner {
	width: 1000px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

.accordion-item {
	background: var(--off-white);
	border: 2px solid var(--tan);
	border-radius: 20px;
	margin-bottom: 1.5rem;
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.accordion-item:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.accordion-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding: 20px;
}

.accordion-title h3 {
	color: var(--blue);
	font-size: 1.67rem;
	margin: 0;
}

.accordion-icon {
	position: relative;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border: 0;
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
	display: grid;
	place-items: center;
}

.accordion-icon::before,
.accordion-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 3px;
	background: var(--blue);
	transform: translate(-50%, -50%);
	transition: transform 220ms ease, opacity 220ms ease, background 220ms ease;
}

.accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-title:hover .accordion-icon {
	background: transparent;
	border-color: var(--blue);
}

.accordion-item.is-visible .accordion-icon {
	transform: rotate(45deg);
	background: transparent;
	border-color: var(--blue);
}

.accordion-content {
	display: none;
	padding: 0 30px 30px 30px;
}

.accordion-trigger,
.accordion-trigger:active,
.accordion-trigger:focus,
.accordion-trigger:hover {
	background: transparent;
	border-radius: 0;
	color: var(--blue);
	padding: 0 5px 0 0;
}

@media screen and (max-width: 800px) {
	.accordion-title h3 {
		font-size: 1.25rem;
		font-weight: 600;
		letter-spacing: normal;
		text-transform: none;
	}

	.accordion-icon {
		flex: 0 0 28px;
		width: 28px;
		height: 28px;
	}

	.accordion-icon::before,
	.accordion-icon::after {
		width: 24px;
		height: 2px;
	}

	.accordion-trigger,
	.accordion-trigger:active,
	.accordion-trigger:focus,
	.accordion-trigger:hover {
			padding: 0;
	}
}

/*--------------------------------------------------------------
# Video Block
--------------------------------------------------------------*/
.block-builder-video .video-poster {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	padding: 0;
	position: relative;
	width: 100%;
}

.block-builder-video .video-poster img {
	border-radius: 20px;
	display: block;
	height: auto;
	width: 100%;
}

.block-builder-video .video-play {
	backdrop-filter: blur(2px);
	background: rgba(126, 8, 56, 0.8);
	border-radius: 20px;
	height: 86px;
	inset: 0;
	margin: auto;
	position: absolute;
	transform: scale(1);
	transition: transform 200ms ease, background 200ms ease;
	width: 86px;
}

.block-builder-video .video-poster:hover .video-play {
	background: rgba(126, 8, 56, 1);
	transform: scale(1.08);
}

.block-builder-video .video-play:before {
	border-left: 22px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	content: "";
	height: 0;
	position: absolute;
		top: 50%;
		left: 52%;
	transform: translate(-50%, -50%);
	width: 0;
}

.block-builder-video .video-embed {
	aspect-ratio: 16 / 9;
	position: relative;
	width: 100%;
}

.block-builder-video .video-embed iframe,
.block-builder-video .video-embed video {
	border: 0;
	border-radius: 20px;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.block-builder-video .video-play {
		border-radius: 4px;
		height: 48px;
		width: 48px;
	}

	.block-builder-video .video-play:before {
		border-left: 16px solid #fff;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
}

/*--------------------------------------------------------------
# Card Block
--------------------------------------------------------------*/
.cards-container {
	align-items: stretch;
	gap: 15px;
}

.card {
	background: var(--off-white);
	border-radius: 20px;
	display: flex;
	flex-basis: calc(33.3% - 15px);
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 20px;
}

.card-title {
	color: var(--teal);
	font-family: greycliff-cf, sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 1.7px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 1rem 0;
	text-align: center;
}

.card-image {
	aspect-ratio: 3/2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.card-bottom .button {
	display: block;
}

@media screen and (max-width: 1200px) {
	.card-title {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.card {
		flex-basis: calc(50% - 15px);
	}
}

@media screen and (max-width: 640px) {
	.card {
		flex-basis: 100%;
	}
}

/*--------------------------------------------------------------
# Home Page Hero
--------------------------------------------------------------*/
.block-home-hero + section {
	position: relative;
	z-index: 5;
}

.home-hero-slider-container,
.home-hero-video-container {
	position: relative;
}

.home-hero-slider-logo {
	opacity: 1;
	pointer-events: none;
	position: absolute;
		bottom: -10px;
		right: 0;
		left: 0;
		z-index: 5;
	transform: translateY(0);
	vertical-align: middle;
	width: 100%;
	will-change: transform, opacity;
}

.home-hero-slider,
.home-hero-video-container {
    overflow: hidden;
}

.home-hero-slide {
	max-height: calc(100vh - 132px);
}

.home-hero-slide img {
	object-fit: cover;
}

.home-hero-video {
	max-height: calc(100vh - 132px);
	object-fit: cover;
	vertical-align: middle;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.home-hero-slider-logo {
		bottom: -2px;
	}

}
@media (prefers-reduced-motion: reduce) {
	.home-hero-slider-logo {
		transition: none !important;
	}
}

/*--------------------------------------------------------------
# Links List Block
--------------------------------------------------------------*/
.block-builder-list-links {
	background: #F4EEDD;
	overflow-x: hidden;
	padding-top: 50px;
	padding-bottom: 0;
	position: relative;
}

.block-builder-list-links:before {
	content: "";
	height: 150px;
	position: absolute;
		top: -1px;
		left: 0;
		z-index: 3;
	width: 100%;
	background: var(--off-white);
	clip-path: polygon(0 0, 0 100%, 100% 0);
}

.block-builder-list-links .inner {
	width: 1300px;
}

.links-list-content {
	padding: 100px 0 50px 0;
}

/* Swapping accent image */
.topo-accent-frame {
  	width: min(620px, 100%);
  	height: 620px;  
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin: -100px auto 25px auto;
}

.topo-accent {
  	width: 100%;
	height: 100%;
	object-fit: contain; 
	display: block;
	transition: opacity 140ms ease;
}

.topo-accent.is-fading-out {
	opacity: 0;
}

.topo-accent {
	transition: opacity 200ms ease;
}

.topo-accent.is-swapping {
	opacity: 0.85;
}

@media screen and (max-width: 900px) {
	.topo-accent-frame {
		height: 400px;
		margin: -50px auto 0 auto;
		max-width: calc(100vw - 40px);
		width: 400px;
	}

	.links-list-content {
		padding: 25px 0;
	}
}

/* Video Background
--------------------------------------------- */
.topo-video {
	height: 100%;
	opacity: 0.6;
	position: absolute;
  		top: 0;
	  	left: 50%;
  		z-index: 1;
	transform: translateX(-50%);
	width: 1600px;
}

.topo-video:before,
.topo-video:after {
	content: "";
	position: absolute;
		top: 0;
		bottom: 0;
		z-index: 2;
	width: 200px;
}

.topo-video:before {
	left: 0;
	background: linear-gradient(90deg,rgba(244, 238, 221, 1) 0%, rgba(244, 238, 221, 0) 100%);
}

.topo-video:after {
	right: 0;
	background: linear-gradient(-90deg,rgba(244, 238, 221, 1) 0%, rgba(244, 238, 221, 0) 100%);
}

.topo-video video {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.block-builder-list-links .inner {
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 1600px) {
	.topo-video {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.block-builder-list-links {
		background: #F4EEDD url('/wp-content/themes/visitpahrump/assets/topo-poster-v2.jpg') no-repeat top center;
		background-size: contain;
	}

	.block-builder-list-links::before,
	.block-builder-list-links::after {
		display: none;
	}

	.topo-video {
		display: none;
	}
}

/* Content + Image
--------------------------------------------- */
.list-links-title {
	margin-bottom: 2rem;
	text-wrap: balance;
}

/* Links List
--------------------------------------------- */
.links-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.links-list li {
	margin-bottom: 1rem;
}

.links-list li a,
.links-list li a:visited {
	text-decoration: none;
}

.link-icon-container {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.link-icon {
	flex-basis: 80px;
	text-align: center;
}

.link-icon img {
	max-height: 50px;
	max-width: 45px;
	vertical-align: middle;
	width: auto;
}

.link-icon-title {
	color: var(--gold);
	font-family: greycliff-cf, sans-serif;
	font-size: 1.9375rem;
	font-weight: 900;
	letter-spacing: 1.4px;
	padding-right: 0;
	padding-left: 0;
	position: relative;
	text-transform: uppercase;
	transition: color 0.3s ease, padding-right 0.3s ease, padding-left 0.3s ease;
}

.link-icon-title::after {
	background: url('/wp-content/themes/visitpahrump/assets/arrow-right-blue.png') no-repeat center center;
	background-size: contain;
	content: "";
	height: 20px;
	opacity: 0;
	position: absolute;
		right: -26px;
		top: 50%;
	transform: translateY(-50%) translateX(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	width: 22px;
}

.links-list li a:hover .link-icon-title {
	color: var(--blue);
	padding-left: 8px;
	padding-right: 12px;
}

.links-list li a:hover .link-icon-title::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

@media screen and (max-width: 1200px) {
	.link-icon-container {
		gap: 0.5rem;
	}

	.link-icon {
		flex-basis: 60px;
	}

	.link-icon img {
		max-height: 40px;
		max-width: 35px;
	}

	.link-icon-title {
		font-size: 1.5rem;
	}

	.link-icon-title::after {
		height: 16px;
		width: 18px;
		right: -20px;
	}
}

/*--------------------------------------------------------------
# Events Block
--------------------------------------------------------------*/
.block-builder-events {
	overflow-x: hidden;
	position: relative;
	padding-top: 100px;
}

.block-builder-events:after {
	background: var(--maroon);
	clip-path: polygon(0% 100%, 100% 100%, 100% 41%, 73% 15%, 52% 40%, 25% 0%, 0% 20%);
	content: "";
	height: 400px;
	position: absolute;
		bottom: 200px;
		left: 0;
		right: 0;
		z-index: 1;
	width: 100%;
}

.block-builder-events:before {
	background: var(--maroon);
	content: "";
	height: 205px;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	width: 100%;
}

.events-slider-title {
	color: var(--blue);
}

.events-slider {
	margin: 30px 0 30px 0;
	position: relative;
	z-index: 2;
}

.events-slider .owl-stage-outer {
	overflow: visible;
}

.events-slider .owl-stage {
	padding-right: 120px;
}

.events-slider.no-peek .owl-stage {
	padding-right: 0;
}

.events-slider-navigation {
	min-width: 150px;
}

.events-slider-navigation.disabled {
	display: none;
}

.events-slider-navigation button {
	aspect-ratio: 1 / 1;
	background: transparent;
	border: 0;
	border-radius: 50%;
	padding: 5px 10px 5px 10px;
	position: relative;
}

.events-slider-navigation button:hover {
	background: var(--off-white);
}

.events-slider-navigation button img {
	height: auto;
	width: 30px;
}

.events-slider .owl-stage {
	display: flex;
}

.events-slider .owl-item {
	display: flex;
}

.events-slider .owl-item > * {
	display: flex; 
	flex: 1 1 auto;
}

.event-card {
	background: var(--off-white);
	border-radius: 20px;
	height: 100%;
	justify-content: flex-start;
	padding: 0;
}

.event-card .card-image {
	aspect-ratio: 19/9;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	overflow: hidden;
}

.event-card:hover .card-image img {
	transform: scale(1.05);
	transition: transform 0.3s ease;
}

.event-card .card-image img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.event-card .card-content {
	padding: 30px 30px 0 30px;
}

.event-card a,
.event-card a:visited {
	text-decoration: none;
}

.event-card h3,
.event-card h3 a,
.event-card h3 a:visited {
	color: var(--teal);
	font-weight: 900;
	margin-bottom: 0.25rem;
	text-align: left;
}

.event-card .card-bottom {
	margin-top: auto;
	padding: 30px;
}

.event-card .button {
	display: inline-block;
}

.meta-item.event-date {
	color: var(--blue);
	font-family: greycliff-cf, sans-serif;
	font-weight: 800;
	letter-spacing: normal;
}

.event-location {
	align-items: center;
	display: flex;
	gap: 12px;
}

.event-location img {
	vertical-align: middle;
	width: 32px !important;
}

.event-location p {
	color: #787878;
	font-size: 1.375rem;
	line-height: 1.2;
	margin: 0;
}

.events-slider-cta {
	padding: 50px 0 20px 0;
	position: relative;
	z-index: 2;
}

.events-slider-cta .button {
	display: inline-flex;
	align-items: center;
	gap: 15px;
}

.events-slider-cta .button img {
	width: 32px;
}

.events-slider-cta .button:hover img {
	filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200px) {
	.events-slider .owl-stage {
		padding-right: 0;
	}
}

@media screen and (max-width: 800px) {
	.block-builder-events {
		padding-top: 50px;
	}

	.events-slider-cta {
		padding: 20px 0;
	}
}

/*--------------------------------------------------------------
# Blog Slider
--------------------------------------------------------------*/
.block-blog-slider {
	background: var(--maroon);
	overflow-x: hidden;
	position: relative;
}

.block-blog-slider:after {
	background: transparent url('/wp-content/themes/visitpahrump/assets/topo-texture-home-press.png') no-repeat center top;
	background-size: cover;
	content: "";
	height: 600px;
	opacity: 0.5;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	width: 100%;
}

.blog-slider-title {
	color: var(--off-white);
	text-wrap: balance;
}

.blog-slider-navigation {
	min-width: 150px;
	text-align: right;
}

.blog-slider-navigation button {
	aspect-ratio: 1 / 1;
	background: transparent;
	border: 0;
	border-radius: 50%;
	padding: 5px 10px 5px 10px;
	position: relative;
}

.blog-slider-navigation button:hover {
	background: #60062a;
}

.blog-slider-navigation button img {
	height: auto;
	width: 30px;
}

.blog-slider {
	margin: 30px 0 30px 0;
	position: relative;
	z-index: 3;
}

.blog-slider .owl-stage-outer {
	overflow: visible;
}

.blog-slider .owl-stage {
	align-items: stretch;
	display: flex;
	padding: 0 60px;
}

.blog-slider .owl-item {
	padding: 50px 0 0 50px;
}

.card-callout {
	background: var(--off-white);
	border-radius: 20px;
	height: 100%;
}

.card-callout .flex-container {
	align-items: stretch;
	height: 100%;
	min-height: 400px;
}

.card-callout-image {
	border-radius: 20px;
	margin: -40px -40px 40px -40px;
	position: relative;
}

.card-callout-image img {
	border-radius: 20px;
	box-shadow: 10px 12px 24px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.card-callout-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 40px 40px 0;
	position: relative;
	left: -40px;
}

.card-callout-content h3 {
	color: var(--blue);
	font-weight: 800;
	letter-spacing: 1.7px;
}

.card-callout-content p {
	font-size: 1.25rem;
	margin-top: 0;
}

.blog-slider-cta {
	padding: 60px 0 40px 0;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 1200px) {
	.blog-slider .owl-stage {
		padding: 0 20px;
	}

	.blog-slider .owl-item {
		padding: 30px 0 0 30px;
	}

	.card-callout-content p {
		font-size: 1.125rem;
		line-height: 1.4;
	}
}

@media screen and (max-width: 800px) {
	.blog-slider-navigation {
		text-align: left;
	}

	.blog-slider .owl-stage {
		align-items: flex-start;
		padding: 0;
	}

	.blog-slider .owl-item {
		padding: 0;
	}

	.card-callout-image {
		aspect-ratio: 19/9;
		margin: 0;
		position: relative;
	}

	.card-callout-image img {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		object-fit: cover;
		object-position: center center;
		position: relative;
	}

	.card-callout-content {
		left: 0;
		padding: 20px;
	}
}

/*--------------------------------------------------------------
# Top Level Page Block / Child Page Links
--------------------------------------------------------------*/
h2 + .top-level-pages {
	margin-top: 30px;
}

.top-level-pages,
.blog-listing-cards {
	justify-content: flex-start;
	gap: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.top-level-pages .event-card,
.blog-listing-cards .event-card {
	height: auto;
	margin: 0 15px 30px 15px;
	flex-basis: calc(33.3% - 30px);
}

.top-level-pages .card-bottom .button {
	display: inline-block;
}

.top-level-pages .card-description p {
	color: #787878;
	font-size: 1.25rem;
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.top-level-pages .event-card,
	.blog-listing-cards .event-card {
		flex-basis: calc(50% - 30px);
	}
}

@media screen and (max-width: 640px) {
	.top-level-pages,
	.blog-listing-cards {
		margin-left: 0;
		margin-right: 0;
	}

	.top-level-pages .event-card,
	.blog-listing-cards .event-card {
		flex-basis: 100%;
		margin: 0 0 30px 0;
	}
}

/*--------------------------------------------------------------
# Listing Page Template - Wide Hero Image
--------------------------------------------------------------*/
.hero-section.hero-wide {
	padding-top: 0;
}

.hero-image-wide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	height: 420px;
	margin-bottom: 40px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.hero-image-wide {
		height: 320px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 800px) {
	.hero-image-wide {
		height: 200px;
	}
}

/*--------------------------------------------------------------
# Post Heroes
--------------------------------------------------------------*/
.hero-split-container {
	background: var(--off-white) url('/wp-content/themes/visitpahrump/assets/hero-background-min.png') repeat-x center bottom;
	background-size: auto 200px;
	margin-bottom: 60px;
}

.hero-split-container h1 {
	color: var(--teal);
	text-wrap: balance;
}

.hero-split {
	align-items: stretch;
	display: flex;
}

.split-content {
	flex-basis: 50%;
	padding: 40px 40px 40px calc(50vw - 580px);
}

.split-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	flex-basis: 50%;
	margin-bottom: -60px;
	max-width: 1000px;
}

.meta-item {
	margin: 0 0 1rem 0;
}

.meta-item span {
	color: var(--maroon);
	display: inline-block;
	font-family: greycliff-cf, sans-serif;
	font-weight: 700;
	letter-spacing: normal;
	margin-right: 6px;
}

.meta-item .button {
	margin-top: 0.5rem;
}

.share-icons {
	margin-top: 1.5rem;
}

@media screen and (max-width: 2000px) {
	.split-image {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
}

@media screen and (max-width: 1200px) {
	.split-content {
		padding: 30px 40px 30px 20px;
	}
}

@media screen and (max-width: 800px) {
	.hero-split-container {
		margin-bottom: 20px;
	}

	.hero-split {
		flex-direction: column-reverse;
	}

	.split-content {
		flex-basis: 100%;
		padding: 20px;
	}

	.split-image {
		border-radius: 20px;
		flex-basis: calc(100% - 40px);
		margin: 0 20px;
		min-height: 240px;
	}
}

/*--------------------------------------------------------------
# Listing Page Template
--------------------------------------------------------------*/
/* Hero Filters
--------------------------------------------- */
.hero-filters .flex-first {
	flex-basis: calc(40% - 30px);
}

.hero-filters .flex-last {
	flex-basis: calc(60% - 30px);
}

.filter-header {
	color: var(--maroon);
	font-family: greycliff-cf, sans-serif;
	font-size: 1rem;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 1.5rem;
}

.filter-title p {
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.filter-clear .facetwp-type-reset {
	margin-bottom: 0;
}

.filter-clear .facetwp-type-reset button {
	background: transparent;
	color: var(--maroon);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: normal;
	padding: 0;
	text-transform: none;
}

.filter-clear .facetwp-type-reset button:before {
	content: "✕";
	padding-right: 4px;
}

.facetwp-type-checkboxes {
  	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 6px;
	margin-bottom: 0;
	overflow: hidden;
}

.facetwp-checkbox {
	background-color: rgba(230, 218, 185, 0.5) !important;
	background-image: none !important;
	border: 1px solid var(--maroon) !important;
	border-radius: 30px;
	color: var(--maroon);
	font-family: greycliff-cf, sans-serif;
	font-size: 0.9375rem;
	letter-spacing: normal;
	line-height: 1;
	margin: 0;
	padding: 0.375rem 0.75rem 0.5rem 0.75rem !important;
	position: relative;
	text-transform: uppercase;
}

.facetwp-checkbox.checked {
	background: var(--teal) !important;
	border-color: var(--teal) !important;
	color: var(--off-white);
}

.facetwp-counter {
	display: none;
}

.facetwp-display-value {
	padding-right: 0 !important;
}

@media screen and (max-width: 1200px) {
	.facetwp-checkbox {
		align-items: center;
		display: flex;
		font-size: 0.9375rem;
	}
}

@media (max-width: 900px) {
	.hero-filters {
		align-items: flex-start;
		flex-direction: column;
  	}

	.filter-header {
		align-items: center;
		cursor: pointer;
		margin-bottom: 0.75rem;
		user-select: none;
	}

	.filter-header .filter-title p {
		display: inline-flex;
		align-items: center;
		gap: 0.5rem;
		margin: 0;
	}

	.filter-header .filter-title p:after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 200ms ease;
		margin-top: -2px;
	}

	.hero-filters .filters-panel {
		height: 0;
		overflow: hidden;
		transition: height 260ms ease;
		padding-top: 0;
	}

	.hero-filters .filters-panel.is-open {
		height: auto;
		overflow: auto;
		padding-top: 0.75rem;
		-webkit-overflow-scrolling: touch;
	}

	.filter-header.is-open .filter-title p:after {
		transform: rotate(-135deg) translateY(-2px)
	}
}

/* Listing Intro
--------------------------------------------- */
.listing-introduction {
	margin-bottom: 40px;
}

/* Listing Cards
--------------------------------------------- */
.listing-cards {
	justify-content: flex-start;
	gap: 20px;
}

.listing-cards .card {
	height: auto;
}

.listing-cards .card h3 {
	font-size: 2rem;
	letter-spacing: 1px;
}

.listing-cards .event-location {
	margin-bottom: 1rem;
}

.listing-cards .event-location img {
	width: 24px !important;
}

.listing-cards .event-location p {
	font-size: 1.125rem;
}

/* WordPress built-ins
--------------------------------------------- */
.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}