/*
Theme Name: Underground World Network
Author: Media Works, LLC / Kory Sutherland
Author URI: http://mediaworksmt.com/
Description: For use exclusively by Underground World Network / John Gambrell with the website at uwnet.org- Usage under other circumstances is prohibited.
Version: 3.1.1
License: Proprietary
Text Domain: Mystic_Turquoise
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Mukta", Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

html, body{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: "Mukta", Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4
h5,
h6 {
	font-family: "Zilla Slab", Helvetica, sans-serif;
	font-weight: 700;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

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

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ffa700;
	text-decoration: none;
	font-weight:700;
}

/*a:visited {
	color: rgba(31,56,110,0.8);
}
*/
/*a:hover,
a:focus,
a:active {
	color: #5c819b;
	transition: color 0.5s ease;
}*/

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

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

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* 
 * Theme Customizations
 */

body.home{
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

body:not(.home) #masthead{
	background-attachment: fixed;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position-y: 65%;
}

#masthead{
	padding-bottom: 1.5em;
}

/* 
 * Site Navigation
 * (See mobile & desktop stylings below)
 */

/* 
 * Post Submission Preview Styling
 */

.PYT_new_place_preview{
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto 1em auto;
	padding: 1em;
	clear: both;
	background: rgba(38,38,38,0.08);
	border: solid 3px rgba(38,38,38,0.18);
	border-radius: 6px;
}

.PYT_new_place_media{
	display: flex;
	position: relative;
	width: 100%;
	margin: 0 auto 1em auto;
	padding: 1em 0;
	clear: both;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	list-style: none;
	border-top: solid 2px rgba(38,38,38,0.38);
	border-bottom: solid 2px rgba(38,38,38,0.38);
}
.PYT_new_place_media > li{
	flex: auto;
	flex-shrink: 0;
	width: 31%;
	max-width: 31%;
	margin: 0 1% 1em 1%;
}
.PYT_new_place_media > li > img,
.PYT_new_place_media > li > iframe{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
}
.PYT_new_place_media > li > iframe{
	min-height: 240px;
}
.PYT_new_place_map{
	display: block;
	position: relative;
	width: 100%;
	clear: both;
}
.PYT_new_place_map strong,
.PYT_new_place_map img{
	display: block;
	position: relative;
	margin: 0.5em auto;
	text-align: center;
	clear: both;
}

/* 
 * Single Place Posts Styling 
 */

.PYT_place_post_display{}

.PYT_place_post_display  .PYT_place_map_frame{
	display: block;
	position: relative;
	width: 100%;
	height: 65vh;
	margin: 0 auto 1em auto;
	padding: 0;
	clear: both;
}

/*
 * Posts Grid Styling
 */

.UWnet_places_grid{
	display: flex;
	position: relative;
	width: 100%;
	margin: 0 auto 1em auto;
	padding: 0.5em 2%;
	clear: both;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
}
.UWnet_places_grid > article{
	display: block;
	position: relative;
	flex: auto;
	flex-basis: auto;
	width: 18%;
	margin: 0 0.5% 1em 0.5%;
	padding: 0.75em;
	border: solid 1px #ccc;
	border-radius: 4px;
	background: rgba(0,0,0,0.08);
}
.UWnet_places_grid > article > figure{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 0.5em auto;
	padding: 0;
	clear: both;
}
.UWnet_places_grid > article > figure a{
	display: block;
	position: relative;
	width: 100%:
	margin: 0;
	padding: 0;
	clear: both;
}

.UWnet_places_grid > article > figure img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
	border: solid 1px rgba(0,0,0,0.18);
}
.UWnet_places_grid > article > figure a strong{
	display: block;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding: 0.35em 3%;
	font-size: 1.2em;
	line-height: 1.1em;
	text-transform: capitalize;
	clear: both;
	bottom: 1.2em;
	left: 0;
	background: rgba(58,58,58,0.88);
	color: #fff;
}

.uw_place_post .UWnet_places_grid_rating,
.PYT_new_place_preview .PYT_new_place_rating,
.PYT_place_post_display .PYT_place_post_rating{
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.25em 0;
	font-family: "dashicons";
	font-size: 1.5em;
	color: #eaa400;
}

.UWnet_places_grid_post .UWnet_places_grid_rating{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0.25em 0;
	clear: both;
	font-family: "dashicons";
	font-size: 1.5em;
	color: #eaa400;
}


.UWnet_places_grid > article .UWnet_places_grid_date{
	font-size: 0.8em;
	color: #555;
}

.gmw-form-wrapper-1{
	display: block;
	position: relative;
	width: 100%:
	margin: 0 auto 1em auto;
	padding: 0 2% 0.5em 2%;
	clear: both;
}
.gmw-form-wrapper-1 > form{
	display: flex;
	position: relative;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto 0.7em auto;
	padding: 0 0 0.7em 0;
	clear: both;
	border-bottom: solid 1px #ccc;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;	
}
.gmw-form-wrapper-1 > form > div{
	flex: auto;
	flex-basis: auto;
}

/* 
 * Registration nag
 */

.UWnet_post_form_modal{
	display: block;
	position: fixed;
	width: 30%;
	min-width: 320px;
	height: 80%;
	padding: 1em 5%;
	top: 4em;
	left: 35%;
	right: 35%;
	background: rgba(33,33,33,0.98);
	border: solid 5px #fff;
	border-radius: 6px;
	box-shadow: 3px 4px 4px rgba(0,0,0,0.38);
	color: #fff;
	opacity: 1;
	z-index: +1;
	transition: opacity 0.5s ease;
}

.UWnet_post_form_modal.closed{
	opacity: 0;
	z-index: -1;
	transition: opacity 0.5s ease;
}

.UWnet_post_form_modal h2{
	text-align: center;
	text-shadow: none;
}

#UWnet_post_form_modal_close{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(/wp-content/plugins/uwnet-customizations/images/close-button.png) center center no-repeat;
	background-size: 99%;
	border: none;
	text-decoration: none;
}

/* 
 * Site Branding / Header
 */

.site-branding{
	display: block;
	position: relative;
	width: 100%;
	max-width: 960px;
	min-width: 240px;
	margin: 0 auto;
	text-align: center;
}
.site-branding h1{
	font-family: "Zilla Slab", Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.68);
	margin-bottom: 0em;
}
.site-branding h1 a{
	color: #fff;
}
.site-branding h1 a img{
	width: 96%;
	max-width: 430px;
	height: auto;
}
.site-branding h2{
	margin-top: 0;
	font-size: 1.8em;
	font-weight: 300;
	font-family: "Zilla Slab", Arial, Helvetica, sans-serif;
	color: #eee;
	text-shadow: 2px 2px #2b3c71;
}

/* 
 * Content Body Styling
 */

	.content-area{
		min-height: 640px;
		clear: both;
	}
	.UWnet_marker_button_inline:after{
		content: "\f230" !important;
		display: inline-block;
		position: relative;
		font-family: "dashicons";
		color: #ffa700;
		font-size: 1.5em;
	}
	body:not(.elementor-page) #primary{
		width: 100%;
		max-width: 1140px;
		padding: 0.35em 2%;
		margin: 0 auto;
	}

/*
 * Footer Styling
 */

	footer.site-footer{
		display: block;
		position: relative;
		width: 100%;
		margin: 1em auto 0 auto;
		padding: 0;
		clear: both;
		font-size: 1.2em;
		text-align: center;
		color: #fff;
		background: rgba(78,78,78,0.78);
	}
	footer #site-footer-navmap{
		display: flex;
		position: relative;
		width: 90%;
		margin: 0 auto;
		padding: 0.5em auto;
		list-style: none;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: center;
	}
	footer #site-footer-navmap li{
		flex: auto;
		min-width: 15%;
	}
	footer #site-footer-navmap a{
		color: #fff;
		font-weight: normal;
	}

/* 
 * Desktop-Only Styles
 */

@media screen and (min-width:1140px){
	nav.main-navigation > label,
	nav.main-navigation > input{
		display: none;
		visibility: hidden;
	}
	nav.main-navigation{
		display: block;
		position: relative;
		width: 100%;
		margin: 2em auto 0 auto;
		padding: 0 2%;
		clear: both;
		background: rgba(28,28,28,0.78);
	}
	nav.main-navigation ul{
		list-style: none;
	}
	nav.main-navigation ul a{
		color: #fff;
	}
	nav.main-navigation > ul{
		display: flex;
		position: static;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: center;
		text-align: center;
		list-style: none;
	}
	nav.main-navigation > ul > li{
		flex: auto;
	}
	nav.main-navigation > ul > li > a{
		display: inline-block;
		position: relative;
		padding: 0.65em 0;
		font-size: 1.5em;
		font-weight: 100;
		font-family: "Oswald", Arial, Helvetica, sans-serif;
	}
	nav.main-navigation > ul > li > ul{
		display: block;
		position: absolute;
		width: 100%;
		max-width: 380px;
		min-width: 240px;
		background: rgba(156,156,156,0.78);
		height: 0;
		max-height: 0;
		margin-left: 0em;
		padding: 0.5em 0;
		overflow: hidden;
		top: 0;
		opacity: 0;
		z-index: -1;
		transition: all 0.5s ease;
	}
	nav.main-navigation > ul > li:hover{
		background: rgba(255,255,255,0.18);
	}
	nav.main-navigation > ul > li:hover > ul{
		height: auto;
		max-height: 380px;
		overflow: visible;
		opacity: 1;
		top: 100%;
		z-index: +1;
		transition: all 0.5s ease;
	}
}

/* 
 * Mobile Styles
 */

@media screen and (max-width:1139px){
	/* Header Styling */
	body:not(.home) #masthead{
		background-size: cover;
	}
	
	/* Mobile Navigation Styling */
	nav.main-navigation{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0.35em 0;
		clear: both;
		text-align: center;
		background: rgba(28,28,28,0.78);
		z-index: +1;
	}
	nav.main-navigation > label{
		display: inline-block;
		position: relative;
		width: 42px;
		height: 42px;
		background: rgba(255,255,255,0.88);
		border-radius: 6px;
		overflow: hidden;
		text-indent: -1000px;
		background-image: url(images/mobile_menu_black.png);
		background-position: center center;
		background-size: 90%;
		background-repeat: no-repeat;
	}
	nav.main-navigation input[type="checkbox"]{
		display: none;
		visibility: hidden;
	}
	nav.main-navigation > ul{
		display: block;
		position: absolute;
		width: 100%;
		margin: 0;
		padding: 0 0 0.25em 0;
		color: #fff;
		list-style: none;
		background: rgba(43,61,114,0.97);
		border-bottom: outset 2px rgba(255,255,255,0.68);
		border-radius: 0 0 8px 8px;
		box-shadow: 0 3px 3px rgba(255,255,255,0.28);
		overflow: hidden;
		transition: max-height 0.5s ease, opacity 0.3s ease;
	}
	nav.main-navigation > ul > li{
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
	}
	nav.main-navigation > ul > li:not(:last-of-type){
		border-bottom: inset 2px rgba(255,255,255,0.48);
	}
	
	nav.main-navigation > ul > li > a{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0.35em 2%;
		clear: both;
		font-size: 1.35em;
		color: #fff;
		text-decoration: none;
		background-color: rgba(255,255,255,0.18);
	}
	nav.main-navigation > ul > li > ul{
		display: flex;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: center;
		list-style: none;
	}
	nav.main-navigation > ul > li > ul > li{
		flex: auto;
		position: relative;
	}
	nav.main-navigation > ul > li > ul > li > a{
		display: inline-block;
		position: relative;
		margin: 0;
		padding: 0.35em 0.5em;
		color: #fff;
		text-decoration: none;
		font-weight: 300;
	}
	
	nav.main-navigation input:not(:checked) ~ ul{
		height: 0;
		max-height: 0;
		z-index: -1;
		top: 0;
		opacity: 0;
		transition: max-height 0.5s ease, opacity 0.3s ease;
	}
	nav.main-navigation input:checked ~ ul{
		height: auto;
		max-height: 600px;
		z-index: +1;
		top: 100%;
		opacity: 1;
		transition: max-height 0.5s ease, opacity 0.3s ease;
	}
	
	/* Places Near Me Facets Form Mobile Styling */
	.gmw-form.gmw-form-1{
		flex-flow: row wrap;
		justify-content: center;
	}
	.gmw-form.gmw-form-1 > div{
		width: 100% !important;
		clear: both !important;
		margin-bottom: 0.35em;
	}
	div.gmw-form-wrapper div.gmw-locator-btn-within-wrapper{
		display: inline-block;
		position: relative;
		background: #ccc;
		border: outset 1px #ccc;
		text-align: center;
		margin-left: 0.35em;
		padding: 3px 8px;
		border-radius: 4px;
	}
	div.gmw-form-wrapper div.gmw-locator-btn-within-wrapper i.gmw-locator-btn-within{
		display: inline-block;
		position: relative;
		font-size: 28px;
		vertical-align: middle;
	}
	div.gmw-form-wrapper div.gmw-locator-btn-within-wrapper:after{
		content: "Locate Me";
		display: inline-block;
		position: relative;
		padding-left: 0.25em;
		color: #111;
		vertical-align: middle;
	}
	
	/* Mobile Places List Styling */
	.UWnet_places_grid article{
		width: 48%;
	}
	
	/* Mobile Places Media Styling */
	.PYT_new_place_media > li{
		width: 100%;
		min-width: 99%;
	}
	
	/* Mobile Footer Styling */
	footer.site-footer{
		font-size: 1em;
	}
}

/* 
 * Misc. Styling
 */

#frm_form_6_container{
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	padding: 1em;
	clear: both;
	background: rgba(255,255,255,0.78);
	border: solid 5px #fff;
	border-radius: 6px;
}

#frm_form_6_container #frm_field_83_container input{
	margin-top: 1.1em;
	font-size: 1.2em;
}
