/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

/* UTILITY STYLES */

* {
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body, html {
	overflow-x: hidden !important;
	text-rendering: geometricPrecision;
    	-webkit-font-smoothing: antialiased;
}

.alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
.alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
        padding: 0 10%;
    }

p {
	margin-left: 8px;
	
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
	font-style: normal;
	
}

.page-id-14932 .wrapper {
	padding-top:0;
}

.page-id-14932 .wp-block-cover a {
	color:white !important;
}

.page-id-14932 #main a:hover {
	color:white !important;
}

.page-tempalte-front-page h1 {
	font-size: 86px;
}

.page-template-front-page h2 {
	font-size: 62px;
}

.page-template-front-page h3 {
	text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size:48px;
}

.page-template-front-page h4 {
	text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size:28px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 28px;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
}

h4 {
	font-size: 22px;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
}

p, a, article li {
	line-height: 1.5em;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.ac_title_class {
	text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

ul {
	font-family: 'Source Sans 3', sans-serif;

}

a {
	line-height: 1em;
	color: #bf5300;

}

.btn {
	padding: 10px 20px;
	margin-top: 25px;
	min-width: 200px;
	text-transform: uppercase;
	font-family: source-sans-3, sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 0px;
	-webkit-box-shadow:
  0px 0.3px 1.1px rgba(0, 0, 0, 0.024),
  0px 0.9px 3.6px rgba(0, 0, 0, 0.036),
  0px 4px 16px rgba(0, 0, 0, 0.06)
;
	box-shadow:
  0px 0.3px 1.1px rgba(0, 0, 0, 0.024),
  0px 0.9px 3.6px rgba(0, 0, 0, 0.036),
  0px 4px 16px rgba(0, 0, 0, 0.06)
;
	transition: all 400ms ease-out;
	border-radius:25px;
}



.video-container {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	height: 565px;
	z-index: 98;
}

.video-container-reveal {width: 100%; top: 0; position: absolute; height: 580px; overflow: hidden; }
.reveal { margin-top: 580px; }
.logged-in .reveal { margin-top: 555px; }

#video-bg {
	width: 100%;
}

.video-vimeo {
	padding-bottom: 56.25%;
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}

.video-vimeo iframe, .video-vimeo object, .video-vimeo embed {
	box-sizing: border-box;
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
	z-index: 98;
}

#travel-planner {
	position: absolute;
	top: 0px;
	right: 100px;
	background: #42BFC6;
	padding: 15px 25px;
	z-index: 9999;

}

#travel-planner a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#splw-location-weather-15792 .splw-lite-wrapper {
	z-index: 9999 !important;
	position: absolute !important;
	top: 75px !important;
	right: 175px !important;
}

.splw-lite-header {
	display: none;
}

/* MISC */
/*
@media (min-width: 992px) {}
*/

@media (max-width:1200px) {
	.callout .top-spot {
	background-image:none !important;
	}
}


@media (max-width:768px) {
	.hero-title h3 {
		font-size: 26px;
	}
	.hero-title h1 {
		font-size: 36px;
	}
	.video-container {
		height: 65vh;
	}
}

@media (max-width:576px) {
	.hero-title h3 {
		font-size: 18px;
	}
	.hero-title h1 {
		font-size: 30px;
	}
	.video-container {
		height: 50vh;
	}
	.planner {
		display: none;
	}
}

@media (max-width:330px) {
	.hero-title h3 {
		font-size: 22px;
		padding-left: 10%;
		padding-right: 10%;
	}
	.hero-title h1 {
		font-size: 24px;
	}
	.video-container {
		height: 60vh;
	}
}

@media (max-width:991px) {}

.container-fluid {
	padding: 0;
}

.section {
	padding: 50px 0;
}

.text-orange {
	color: #bf5300;
}

.btn-orange {
	background: #bf5300;
	color: white;
}

.btn-orange:hover {
	background: #99431b;
	color:white;
}

.text-blue {
	color: #41c0c6;
	text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
}

/*
.btn-blue {}
*/

.text-gold {
	color: #b4a169;
}

.btn-gold {
	background: #b4a169;
	color: #e8e3d2;
}

.btn-gold:hover {
	background:#958756;
	color:white;
}

.btn-ski {
	background: #41c0c6;
	color: #fff;
	padding: 10px;
	min-width: 150px;
}

.btn-ski:hover {
	background: #39a0a6;
	color:white;
}

.text-green {
	color: #606353;
}

.btn-green {
	background: #606353;
	color: #f5e2c8;
}

.btn-green:hover {
	background: #494d40;
	color: #f5e2c8;
}

.btn-tan {
	background: #f5e2c8;
	color:#606353;
}

.btn-tan:hover {
	background: #cabca8;

}

.navbar {
	background: #343233;
	z-index: 101;
}

.navbar a {
	color: #b4a169;
}

#myTab button {
	font-size:18px;
}

/* Style the video: 100% width and height to cover the entire window */

#myVideo {
	height: 600px;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.hero {
	position: absolute;
	top: 30%;
	right: -40%;
	z-index: 99 !important;
}

.hero h2 {
	font-size: 100px;
	text-shadow: 1px 1px 5px #453B15, -4px -5px 12px rgba(69, 59, 21, 0.5);
	filter: drop-shadow(3px 3px 15px #0006);
}

.hero .btn {
	margin-left: 25px;
}

.emergency {
	margin-top: 565px;
	background: #bf5300;
	color: white;
	padding: 20px 0 0 0;
	z-index: 99;
}

.emergency p {
	text-transform: uppercase;
	font-size: 24px;
}

.emergency a {
	color: white;
	font-size: 24px;
}



.nonemergency {
	margin-top: 565px;
	background: #b4a169;
	color: white;
	padding: 20px 0 0 0;
	z-index: 99;
}

.nonemergency p {
	text-transform: uppercase;
	font-size: 24px;
}

.nonemergency a {
	color: white;
	font-size: 24px;
}

.play-here {
	padding: 100px 0;
	background-color: #E8E3D1;
	color: black;
	z-index: 99;
	/*margin-top: 498px;*/
	
}

.play-here h2 {
	color: #bf5300;
}

.play-here img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 100%;
	display: block;
	-webkit-box-shadow: 0 25px 45px -15px rgba(0, 0, 0, 0.59);
	box-shadow: 0 25px 45px -15px rgba(0, 0, 0, 0.59);
}

.callout .banner {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #42BFC6;
	color: #606353;
	padding: 25px;
	width: 100%;
	height:350px;
	margin-top:-50px;
}

.callout .banner h3 {
	
	font-size: 1.7rem;
}

.callout .banner .btn {
	float: left;
	margin:0 auto;
	margin-top: 0px;
	margin-left: 25px;
}

.callout .top-spot {
	background-color: #606353;
	background-image:url('https://i0.wp.com/destinationyellowstone.com/wp-content/uploads/2022/01/top_spot_thumb.jpg.jpg?w=352&ssl=1');
		background-repeat: no-repeat;
		background-size:contain;
		background-position: right;
	color: white;
	margin-top: -50px;
	height:350px;
}

.callout .top-spot .text {
	padding: 50px 0 25px 50px;
}

.callout .top-spot .img {
	padding: 0;
}

.callout .top-spot img {
	height: 100%;
}

.stay-here {
	background: url('img/bg_mountain.png');
	text-align: center;
	padding:100px 0;
}

.stay-here h3 {
	margin-top:25px;
}

.stay-here .button-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*
.stay-here .button-group .btn {
	min-width: 200px;
}
*/

.key-attractions {
	background-color: #E8E3D1;
	color: black;
}

.key-attractions .left {
	padding-top: 75px;
}

.attmap img {
	width: 100%;
}

.attmap p { margin-bottom: 0; }

.key-attractions ol {
	list-style: none;
	counter-reset: item;
	margin-top: 15px;
	padding-left: 0;
}

.key-attractions li {
	counter-increment: item;
	margin-top: 10px;
	margin-bottom: 5px;
}

.key-attractions li:before {
	margin-right: 15px;
	content: counter(item);
	color: #bf5300;
}

.plan-here #weather {
	background: #efefef;
	color: black;
	padding: 50px;
}

.plan-here #weather h2 {
	font-size: 20px;
}

#weather h2 a {
	color: #606353;
	text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
}

#weather .btn {
	background-color: #bf5300;
	border: none;
}

/* SUB PAGE STYLES */

.featured-header {
	/* height: 498px; */
	height: 565px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
}

.full-width-page .entry-title {
	position: absolute;
	top: 250px;
	left: 35%;
	background: url(img/brush-2.png);
	background-repeat: no-repeat;
	background-size: 100% 95%;
	padding: 8px 0;
	width: 35%;
	margin: 0 auto;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 5px #453B15, -4px -5px 12px rgba(69, 59, 21, 0.5);
	filter: drop-shadow(3px 3px 15px #0006);
	font-size: 86px;
	line-height: 1em;
	letter-spacing: 5px;
}

h1.entry-title {
	font-size: 72px !important;
}

.page-id-14491 .full-width-page .entry-title { width: 80%; left: 15%; }
.page-id-14535 .full-width-page .entry-title { width: 80%; left: 15%; }
.page-id-14542 .full-width-page .entry-title { width: 80%; left: 15%; }
.page-id-14548 .full-width-page .entry-title { width: 80%; left: 15%; }
.page-id-14553 .full-width-page h1.entry-title { width: 80%; left: 15%; font-size: 50px !important; }


h2.landing { 
	color: #fff; 
	font-size: 3rem;
	display: inline;
}


#landingpage  { background: #000; }
#landingpage h1.entry-title { position: relative !important; top: 0; left: 0;  background-image: none; font-size: 3rem !important; display: inline; color: #41c0c6; }


.full-width-page .wp-post-image {
	display: none;
}

.full-width-page .child-page-thumbnail {
	display: inline-block;
}

.full-width-parent ul {
	-webkit-column-count: 2;
	/* Chrome/Opera, Safari */
	-moz-column-count: 2;
	/* Mozilla Firefox */
	column-count: 2;
	/* Properties below are optional: */
	-webkit-column-gap: 50px;
	/* Chrome/Opera, Safari */
	-moz-column-gap: 50px;
	/* Mozilla Firefox */
	column-gap: 50px;
	list-style-type: none;
}

.full-width-parent ul li {
	margin-left: 5%;
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 2px solid #606353;
}

.full-width-parent ul a {
	font-size: 28px;
	color: #5F6352;
	text-decoration: none;
	line-height: 1em;
}

.child-pages-ul img {
	border-radius: 50%;
	width: 75px;
	margin-right: 15px;
}

.child-right-sidebar .entry-title {
	position: absolute;
	top: 250px;
	left: 35%;
	background: url(img/brush-2.png);
	background-repeat: no-repeat;
	background-size: 100% 95%;
	padding: 8px 0;
	width: 35%;
	margin: 0 auto;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 5px #453B15, -4px -5px 12px rgba(69, 59, 21, 0.5);
	filter: drop-shadow(3px 3px 15px #0006);
	font-size: 86px;
	line-height: 1em;
	letter-spacing: 5px;
}


.child-right-sidebar .wp-post-image {
	display: none;
}

.child-right-sidebar #right-sidebar ul {
	background: #E8E3D0;
	padding: 25px;
	list-style-type: none;
}

.child-right-sidebar #right-sidebar li {
	padding: 10px 0 5px 0;
	border-top: 1px solid #fefefe;
}

.child-right-sidebar #right-sidebar a {
	color: #606353;
	text-decoration: none;
	font-size: 20px;
}

ol {
	font-family: 'Source Sans 3', sans-serif;
}

.list-upper-alpha {
	list-style-type: upper-alpha;
}

/* START FOOTER SECTION */

.subscribe {
	background-color: #606353;
	background-image: url('img/bg_topography.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.subscribe h4 {
	font-size: 40px;
}

.subscribe p.brush-text {
	font-size: 36px;
	text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1em;
}

.subscribe a {
	color: white;
	margin-left: 20px;
}

/*.subscribe #form-box {
	background: #E8E3D0;
	margin-top: 75px;
	padding: 25px;
	text-align: center;
}*/

.ctct-form-text {
	text-align: center !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

.ctct-gdpr-text {
	display: none !important;
}

.footer {
	background: url('img/bg_longlat.png') bottom right no-repeat, #343233;
	color: white;
}

.subscribe ul li {
	display: inline-block;
}

#wrapper-footer-full {
	background: transparent;
}

.add-links {
	background: #b4a169;
	padding: 20px 0 0px 0;
}

ul#menu-additional-links {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}

ul#menu-additional-links li {
	display: inline;
	padding-left: 25px;
}

ul#menu-additional-links li a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

.guidebanner { padding: 0; margin: 0; background: #41c0c6; }
.guidebanner p { margin: 0; padding: 5px 0; }
.guidebanner a { text-decoration: none; color: #fff; }
.guidebanner a:hover { color: #606353; }


/* Landing Pages */

.mountains { background: #e8e3d2 url(/wp-content/themes/understrap-child/img/mountains.png) 50% bottom no-repeat; background-size: 100%; padding-top: 3rem; padding-bottom: 3rem; font-size: 1.5rem; }

.mountains #main a.btn-orange { border-radius: 0; }
.mountains #main a.btn-orange:hover { text-decoration: none; font-weight: bold; color: #343233 !important; }


#landingmap { background: #606353; color: #e8e3d2; height: 472px; overflow: hidden; }
#landingmap h2 { color: #41c0c6; font-size: 2rem; }
.float { float: left; width: 35%; padding-top: 1rem; margin-left: 5%; }

#dy-map { float: left; width: 55%; margin: 0; }
#dy-map img { width: 100%; }

.about-west { margin-top: 3rem; background: #4BB3B8; color: #fff; padding: 2rem 15%; }
.alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }


.page-id-16 .wp-block-button__link {
	background: #bf5300;
	color: white;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-top: 25px;
	min-width: 250px;
	min-height: 25px;


}

.page-id-16 .wp-block-button__link:hover {
	color: white !important;

}


.page-id-18 #full-width-page-wrapper { padding-top: 0; }

.directions { background: #f7f5ef; padding: 2rem; margin-bottom: 0!important; }
.directions p { margin-left: 0; }
h3.directions  { margin-bottom: 0; }

.transportation { background: #f7f5ef; padding: 2rem; margin-bottom: 0!important; }
.transportation p { margin-left: 0; }
h3.transportation  { margin-bottom: 0 !important; }

.gateinfo { background: #4ab3b8; padding: 2rem; color: #fff; margin-bottom: 0; }
.gateinfo p { margin-left: 0; }

.flyhere { background: #d4f0f1; padding: 2rem; margin-bottom: 0!important; }
.flyhere p { margin-left: 0; }
h3.flyhere  { margin-bottom: 0; }



.weather { background: #e6effa url(/wp-content/themes/understrap-child/img/travel-mountains.jpg) 50% 50% no-repeat; background-size: cover; background-attachment: fixed; padding: 3rem 0; margin-bottom: 2rem; }
.weather p { margin-left: 0; }


ul.wp-block-latest-posts { margin: 0 0 2rem 0; padding: 0; }
ul.wp-block-latest-posts li { margin: 0; border-bottom: 1px solid #eee; padding: 10px 0; }
ul.wp-block-latest-posts li a { text-decoration: none; display: block; }
ul.wp-block-latest-posts li:hover { background: #f4dbc7; }
ul.wp-block-latest-posts li a:hover { color: #bf5300; }

ul.wp-block-categories { margin: 0 0 2rem 0; padding: 0; list-style: none; }
ul.wp-block-categories li { margin: 0; border-bottom: 1px solid #eee; padding: 10px 0; }
ul.wp-block-categories li a { text-decoration: none; display: block; }
ul.wp-block-categories li:hover { background: #f4dbc7; }
ul.wp-block-categories li a:hover { color: #bf5300; }

article .entry-meta { color: #999; margin: 0 0 15px 0; }
h2.blog-archive, h2.blog-archive a { font-family: cotton, sans-serif; text-decoration: none; font-size: 1.5rem; }
.understrap-read-more-link { display: none; }


.mec-skin-grid-container .mec-event-article {
	min-height: 375px !important;
}

.mec-wrap .mec-event-article .mec-color-hover {
	text-decoration: none;
}

li.mec-category a {
	color: white !important;
}

.tax-mec_category h1 {
	margin-top: 50px;
}

.page-id-13541 .btn-tan {
	display: none;
}

@media screen {

.trail-table {
	display: none;
}

}

@media print {

.trail-table {
	display: table;
	width: 100%;
}

.fas {
	display: block;
}


}


/* START MEDIA QUERIES */


/*
@media (max-width: 1200px) {
	...
}
*/

@media (max-width: 992px) {

	.hero {
		position: absolute;
		top: 30%;
		right: -40%;
		z-index: 99 !important;
}

	.hero h2 {
		font-size: 100px;
		text-shadow: 1px 1px 5px #453B15, -4px -5px 12px rgba(69, 59, 21, 0.5);
		filter: drop-shadow(3px 3px 15px #0006);
}

	.full-width-page .entry-title {
	position: absolute;
	top: 250px;
	left: 35%;
	background-size: 100% 95%;
	padding: 8px 0;
	width: 50%;
	margin: 0 auto;
	font-size: 86px;
	line-height: 1em;
	letter-spacing: 5px;
}
.child-right-sidebar .entry-title {
	position: absolute;
	top: 250px;
	left: 35%;
	background-size: 100% 95%;
	padding: 8px 0;
	width: 50%;
	margin: 0 auto;
	font-size: 86px;
	line-height: 1em;
	letter-spacing: 5px;
}

}



@media (max-width: 768px) {

	.hero {
		position: absolute;
		top: 30%;
		right: -40%;
		z-index: 99 !important;
}

	.hero h2 {
		font-size: 64px;
		text-shadow: 1px 1px 5px #453B15, -4px -5px 12px rgba(69, 59, 21, 0.5);
		filter: drop-shadow(3px 3px 15px #0006);
}

	.play-here {
		margin-top: 475px;
	}
	.callout .banner {
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: #42BFC6;
		color: #606353;
		margin-top: 0px;
		padding: 25px;
		width: 100%;
		text-align: center;
	}
	.callout .banner .btn {
		margin-top: 0px;
		float: none;
		margin-left: 0;
	}
	.callout .top-spot {
		background: #606353;
		color: white;
		margin-top: 0px;
		text-align: center;
	}
	.callout .top-spot .text {
		padding:  50px 0;
	}
	.callout .top-spot img {
		width: 100%;
	}
	.plan-here .button-row {
		text-align: center;
	}
	.plan-here a.btn {
		margin-top: 15px;
		margin-left: 0;
	}
	.plan-here #weather {
		margin-top: 50px;
	}
	.featured-header .page-title {
		width: 100%;
	}
}

@media (max-width: 576px) {

	#splw-location-weather-15792 .splw-lite-wrapper {
	z-index: 9999 !important;
	position: absolute !important;
	top: 75px !important;
	right: 75px !important;
	}


	.alignwide {
        margin-left  : 0px;
        margin-right : 0px;
    }

	.navbar img {
		width: 50%;
	}

	.video-container {
		z-index: 98;
		height: 75vh;
	}

	.video-vimeo iframe {
		height: 100vw;
	}

	.hero {
		position: absolute;
		top: 40%;
		right: 0;
		z-index: 99 !important;
}

	.hero h2 {
		font-size: 58px;
		text-shadow: 1px 1px 5px #453B15, -4px -5px 12px rgba(69, 59, 21, 0.5);
		filter: drop-shadow(3px 3px 15px #0006);
}

	.play-here {
		margin-top: 150px;
		padding-top: 200px;
	}
	.callout .banner {
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: #42BFC6;
		color: #606353;
		margin-top: 0px;
		padding: 25px;
		width: 100%;
	}
	.callout .top-spot {
		background: #606353;
		color: white;
		margin-top: 0px;
	}

	.featured-header {
		height: 350px;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
}

	.full-width-parent ul {
		-webkit-column-count: 1;
		/* Chrome/Opera, Safari */
		-moz-column-count: 1;
		/* Mozilla Firefox */
		column-count: 1;
		/* Properties below are optional: */
		-webkit-column-gap: 50px;
		/* Chrome/Opera, Safari */
		-moz-column-gap: 50px;
		/* Mozilla Firefox */
		column-gap: 50px;
		list-style-type: none;
		padding:0 50px;
}

	.full-width-parent ul li {
		margin-left: 0%;
		padding-top: 2em;
		padding-bottom: 2em;
		border-top: 2px solid #606353;
}

	.full-width-parent ul a {
		text-align: center;
		margin: 0 auto;
		color: #5F6352;
		text-decoration: none;
		line-height: 1em;
}

	.full-widt-parent img {
		margin-bottom: 25px;
	}

	.full-width-parent ul:not(img) {
		text-align: center;
		
}

	.full-width-page .entry-title {
		position: absolute;
		top: 275px;
		left: 15%;
		background-size: 100% 95%;
		padding: 8px 0;
		width: 75%;
		margin: 0 auto;
		font-size: 48px !important;
		line-height: 1em;
		letter-spacing: 5px;
}

	h2.landing { 
		position: absolute;
		top: 330px; 
		text-align: center; 
		width: 100%; 
		text-shadow: 1px 1px 5px #453B15, -4px -5px 12px rgba(69, 59, 21, 0.5);
		filter: drop-shadow(3px 3px 15px #0006);
		font-size: 48px; color: #fff; 
}

	.full-width-parent ul .child-page-thumbnail {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 15px;
	}


	.child-right-sidebar .entry-title {
		position: absolute;
		top: 400px;
		left: 15%;
		background-size: 100% 95%;
		padding: 8px 0;
		width: 75%;
		margin: 0 auto;
		font-size: 48px !important;
		line-height: 1em;
		letter-spacing: 5px;
}

}

.btn-orange-group a { background: #bf5300; color: #fff !important; font-size: 1.3rem !important; font-weight: bold !important; }
.btn-orange-group a:hover { background: #41c0c6; color: #fff !important; }

.contactinfo { border: 1px solid #ccc; padding: 10px; background: #fafafa; margin-top: 20px; }

.directory-link {font-size:16px;}

.page-id-68 iframe { width: 100%; height: 1500px; }
.nav-tabs button { color: #41C0C5; font-size: 24px; }
.nav-tabs { margin-bottom: 20px; }

.wpsm_panel-body a {
	font-size: 16px;
}

@media (max-width: 576px) {
	#below-header {
		padding-top:110px;
	}
	#mainlogo {
		padding-top:35px;
	}
}

.featured-header {
	background-position: center center;
}


#menu-item-171 > a {
	border-top-color: rgba(0, 0, 0, 0.0) !important;
}

#menu-item-135 a { border-top: 1px solid #555; border-bottom: 1px solid #555; }

#menu-item-dropdown-135 { border-top: none !important;}

#menu-item-14215 > a {
	border-top-color: rgba(0, 0, 0, 0.0) !important;
}

.postid-15604 .full-width-page .entry-title { top: 250px; }
.postid-15604  h2 {color: #c1b17e; }
.postid-15604  h5 { margin-top: 20px; padding-top: 10px; border-top: 1px solid #dfdfdf;
	color: #222;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
}
.postid-15604 .wide { background-image: url('https://destinationyellowstone.com/wp-content/themes/understrap-child/img/head_default.jpg'); padding-top: 20px;}


@media print {
    #right-sidebar {
		display: none !important;
	}
	.featured-header{
		display: none !important;
	}
	.entry-title {
		margin-bottom:40px !important;
		position:relative !important;
		background: none !important;
		top: 0 !important;
		left: 0 !important;
		
		color: black !important;
		text-shadow: none !important;
		filter: none !important;

	}
	.content-area{
		width:100% !important;
	}
}


/* scrolling popup */

.popup-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
  }

  /*.popup-content {
	background-color: white;
	padding: 20px;
	position: relative;
  }*/

  .popup-wrap {

  width: 50%;
  height:auto;
  margin: 0 auto;
  background-image: url(https://destinationyellowstone.com/wp-content/uploads/2023/06/shutterstock_2139060795.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px;
  border-radius: 25px;
  background-clip: padding-box;
  text-align: center;

  }

  .popup-content {
  position: relative;
  width: 100%;
  height:100%;
  margin: 0 auto;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.27);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(19.9px);
  -webkit-backdrop-filter: blur(19.9px);
  padding: 50px;
  border-radius: 15px;
  color:white;

  }

  .popup-button {
  	display: inline-block;
  	background:#bf5300;
  	
  	padding:15px 25px;
  	width:200px;
  	color:white;
  	text-decoration: none;
  	margin-top:25px;
  }

  .close-button {
	position: absolute;
	top: -50px;
	right: -35px;
	cursor: pointer;
	color:black;
	font-size:25px;
  }


  @media (max-width: 576px) {
	.popup-wrap {
		width:100%;
		padding:25px;
	}
}

@media (max-width: 768px) {
	.popup-wrap {
		width:90%;
		padding:50px;
	}
}

@media (max-width: 992px) {
	.popup-wrap {
		width:90%;
		padding:50px;
	}
}

#hero-space{
	margin-top:565px;
}

@media (max-width: 992px) {
	#hero-space{
		margin-top:200px;
		padding-bottom:30px;
	}
}


@media print {
.page-id-16443 .col-md-8 { width: 100% !important; margin-left: 0 !important; }
#post-16443, #post-16443 p { font-size: 9pt !important; }
#post-16443 .entry-title { display: none; }
#post-16443 .printme { display: block !important;  text-transform: uppercase;
	font-family: cotton, sans-serif;
	font-weight: 400;
	font-style: normal; font-size: 18pt !important; }
}

#tablepress-5 .column-2 { white-space: nowrap; }

ul.guided_tours { margin: 0; padding: 0; list-style: none; }
ul.guided_tours li { padding: 8px 12px; margin: 0; border-bottom: 1px solid #ccc; float: left; }
ul.guided_tours li a { color: #41C0C5; text-decoration: none; }

.page-id-18414 .current-menu-item,
.page-id-18412 .current-menu-item,
.page-id-18409 .current-menu-item,
.page-id-18406 .current-menu-item,
.page-id-18402 .current-menu-item,
.page-id-18395 .current-menu-item,
.page-id-18383 .current-menu-item { border-left : 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #fff; }


.page-id-18414 h3,
.page-id-18412 h3,
.page-id-18409 h3,
.page-id-18406 h3,
.page-id-18402 h3,
.page-id-18395 h3,
.page-id-18383 h3 { clear: both; padding-top: 40px; }

