@import url("css/weather-icons.min.css");

#wpadminbar { display:none !important;}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

img { 
	width: 100%; 
}

.row.text-center > div {
    display: inline-block;
    float: none;
}

html {
	height: 100%;
}

body {
	margin: 0;
	background: #FAFAFA;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: #171717;
	min-height: 100%;
	position: relative;
}

header {
	width: 100%;
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 10;
    min-width: 320px;
    transition: all 300ms ease 0ms;
}

a.logo img {
	height: 50px;
	width: auto;
	margin: 10px 0 0 10px;
}

header button {
	position: absolute;
    right: 25px;
    top: 20px;
}

header.smaller {
    background: rgba(30,30,30,0.95);
}

.park-hero {
	background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 70vh;
    position: relative;
    max-height: calc(100vh + 1px) !important;
    overflow: hidden;
    width: 100%;
}

.arches-hero 	  { background-image: url('http://dev.visitutahnationalparks.com/wp-content/uploads/2017/12/arches-min.jpg'); }
.bryce-hero 	  { background-image: url('http://dev.visitutahnationalparks.com/wp-content/uploads/2017/12/bryce-min.jpg'); }
.canyonlands-hero { background-image: url('http://dev.visitutahnationalparks.com/wp-content/uploads/2017/12/canyonlands.jpg'); }
.capitol-hero 	  { background-image: url('http://dev.visitutahnationalparks.com/wp-content/uploads/2017/12/capitol-reef-min.jpg'); }
.zion-hero 		  { background-image: url('http://dev.visitutahnationalparks.com/wp-content/uploads/2017/12/zion-min.jpg'); }

#forecast th { text-align: center; }
#forecast .hi { color: #CC333F; }
#forecast .lo { color: #00A8C6; }
i.wi { font-size: 3.4em; }
td.temps { font-size: 1.2em; text-align: right; }
.table td { vertical-align: middle; padding: .75rem .25rem; }

.page-title { text-align: center; }

h1, h2, h3, h4 {
	margin: 0.4em 0;
	padding-bottom: 0.2em;
	color: #EB9C57;
	border-bottom: 1px solid #DEDEDE;
}

h1 { font-weight: 600; font-size: 36px; }
h2 { font-weight: 500; font-size: 30px; }
h3 { font-weight: 400; font-size: 24px; }
h4 { font-weight: 300; font-size: 20px; }

p { line-height: 1.7em }

#content p:last-of-type {
	margin-bottom: 0;
}

div.j8675309 { text-align: center; }
img.j8675309320100 { width: auto; margin: 0 auto 1em; }
img.j8675309300250 { margin: 0 auto 1em; } /* will need to look into width for adsense */

.tp { margin-bottom: 1em; }
.tp-left { padding-right: 0; }
.tp-right { padding-left: 0; }
.tp-img-outer { position: relative; }
.tp-1 { background: rgba(0,160,176,0.65); } 
.tp-2 { background: rgba(204,51,63,0.65); } 
.tp-3 { background: rgba(235,104,65,0.65); } 
.tp-4 { background: rgba(101,188,122,0.65); }
.tp-img-inner a { color: #F5F5F5; }
.tp-img-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 2.5px;
}

#hotel-name {
	font-size: 28px;
	border-bottom: none;
	padding-bottom: 0;
	text-align: left;
	margin-bottom: 0;
}

#hotel-address, 
#hotel-form label {
	color: #888888;
	font-size: 0.8em;	
}

#hotel-form label {
	margin-bottom: 0.2em;
}

#hotel-slider {
	margin: 0.8em 0 -0.4em;
}

.super-hero-big-wrapper { margin-bottom: -0.8em; }
#availability-form label { margin-bottom: 0; }
#check-in-container { padding-right: 0; }
#check-out-container { padding-left: 0; }
#date-placeholder p { 
	text-align: center;
	padding-top: 30px;
}
#availability { margin-top: 1em !important; }
#hotel-form { margin-bottom: 1em; }

.amenity {
    background-image: url(images/amenity-sprite.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 32px;
    width: 32px;
}

.ha_ac 			{ background-position: -5px -5px; }
.ha_accessible 	{ background-position: -47px -5px; }
.ha_bar 		{ background-position: -89px -5px; }
.ha_business 	{ background-position: -131px -5px; }
.ha_family 		{ background-position: -5px -47px; }
.ha_fitness 	{ background-position: -47px -47px; }
.ha_hottub 		{ background-position: -89px -47px; }
.ha_kitchenette	{ background-position: -131px -47px; }
.ha_laundry 	{ background-position: -5px -89px; }
.ha_parking 	{ background-position: -47px -89px; }
.ha_pet 		{ background-position: -89px -89px; }
.ha_pool 		{ background-position: -131px -89px; }
.ha_restaurant 	{ background-position: -5px -131px; }
.ha_smokefree 	{ background-position: -47px -131px; }
.ha_spa 		{ background-position: -89px -131px; }
.ha_wifi 		{ background-position: -131px -131px; }

.amenity-txt {
	float: left;
	font-size: 0.7em;
	line-height: 32px;
	margin-left: 0.5em;
}

.amenity-container {
	margin-bottom: 0.6em;
}

.nearby-hotel { 
	margin: 0 0.5em;
	position: relative;
}

.nearby-hotel img {
	height: auto;
	max-width: 300px;
	max-height: 300px;
}

@media (max-width: 576px) {  
	.nearby-hotel img {
		height: 150px;
	}	
}

.nearby-hotel { max-width: 140px; }
@media (min-width: 576px) { .nearby-hotel { max-width: 160px; } }
@media (min-width: 768px) { .nearby-hotel { max-width: 190px; } }
@media (min-width: 992px) { .nearby-hotel { max-width: 240px; } }
@media (min-width: 1200px) { .nearby-hotel { max-width: 300px; } }

.nearby-hotel-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0.3em;
	color: #F5F5F5;
	background: rgba(0,0,0,0.3);
}


.mt-6 {
	margin-top: 5rem !important;
}

footer {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	letter-spacing: 0.6px;
	/*position: absolute;
	right: 0;
	bottom: 0;
	left: 0;*/
	padding: 1rem 0; /*0;*/
	background: #222222;
    opacity: 0.92;
    color: #F5F5F5;
}

#copyright,
#footer-links {
	line-height: 32px;
}

#footer-links a {
	margin-left: 1em;
}

#footer-links a:first-of-type {
	margin-left: 0;
}

#social-icons {
	text-align: right;
}

#social-icons img {
	width: 32px;
	margin-left: 0.3em;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#social-icons a:hover img,
#social-icons a:focus img {
	opacity: 0.5;
}


/*
#content {
	font-size: 1.2em;
	line-height: 28px;
}
*/

/***** FRONT PAGE *****/

.front-hero {
	background-repeat: no-repeat;
	background-position: center top;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 100vh;
  	position: relative;
  	min-height: 475px !important;
  	max-height: calc(100vh + 1px) !important;
  	overflow: hidden;

}

.front-hero h1 {
	position:absolute;
  	top:50%;
  	width:100%;
  	font-size: 60px;
	text-align: center;
	color: #FFFFFF;
  	-ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);  
}

.front-hero .more {
	position:absolute;
  	bottom: 10%;
  	width:100%;
	text-align: center;
  	-ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.btn-primary-outline {
	background-color: #222222;
	border-color: #CCCCCC;
	color: #FFFFFF;
	height: 40px;
	width: 80px;
	opacity: 0.8;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
}

.btn-primary-outline:hover {
	color: #FFFFFF;
	background-color: #189BCE;
}

.btn-primary-outline:focus {
	background-color: #222222;
	color: #FFFFFF;
	border-color: #CCCCCC;
}

#iconboxes {
	margin-bottom: 2em;
}

.iconbox {
	position:relative;
	overflow: hidden; 
	display: inline-block;
	margin: 0 1em;
}
  
.iconbox img {
	max-width: 100%; 
	height: auto;
	display: block; /* added this */
	border-radius: 50%;
	border: 1px #DDDDDD solid;
}

.iconbox a {
	position:absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	z-index:2;
}

.iconbox .image-overlay{
	opacity:0;
	position:absolute;
	color: #fff;
	width: 90%;
	height: 100%;
	top: 0;
	left: 5%;
	padding: 0;
	text-align:center;
	font-size:40px;  
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	z-index:1;
	border-radius: 50%;
}

#iconboxes > div:nth-child(1) > div { background: rgba(89,190,115, 0.65); }
#iconboxes > div:nth-child(2) > div { background: rgba(223,133,59, 0.65); }
#iconboxes > div:nth-child(3) > div { background: rgba(55,168,226, 0.65); }

.iconbox:hover .image-overlay{
	opacity:1;
}

.iconbox .image-overlay i {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}  

.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#quick-facts {
	background: #EBD257;
	box-shadow: 5px 5px 5px #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 1em 1.5em;
	font-size: 1.1em;
}

#quick-facts h4 {
	margin: 0 0 1em;
	text-align: center;
	font-weight: 600;
}

#quick-facts p {
	margin-bottom: 1em;
}

#quick-facts p:last-of-type {
	margin-bottom: 0;
}

div#wow-modal-window-1 {
	border-top: 6px solid #CC2E0B;
}

/***** HIKING ARCHIVE *****/

.page-template-hiking-page #content .row {
	margin-bottom: 30px;
}

.hiking-trail {
	position: relative;
}

.hiking-trail h3 {
	position: absolute; 
	top: 0; 
	left: 15px; 
	right: 15px;
	text-align: center;
	padding: 0.4em 0.2em;
	background: rgba(34,34,34,0.65);
    margin: 0;
    font-size: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #EB9C57;
}

.hiking-trail img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hiking-trail a:hover > h3 {
	color: #FFBC82;
	background: rgba(34,34,34,0.85);
}

.hiking-trail a:hover > img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

/***** HIKING SINGLE *****/

.single-hiking #trail-meta-inner {
	padding: 1em 1em 0.25em;
	background: #EBD257;
	box-shadow: 5px 5px 5px #CCCCCC;
	border: 1px solid #CCCCCC;
	overflow: auto;
	height: auto;
}

.single-hiking #trail-meta-inner h3 {
	margin: 0 0 0.5em;
	text-align: center;
}

.single-hiking .post-meta-key {
	color: #CC2E0B; 
	font-weight: bold;
}

section.product {
	height: auto;
	padding: 1em 1em 1em 0;
	border: none;
	text-align: center;
}

section.product img {
	width: auto;
}

/***** HOTELS ARCHIVE *****/

#hotels-archive-search {
	padding-top: 1em;
	background: #EBD257;
	box-shadow: 5px 5px 5px #CCCCCC;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

#poweredby p:nth-of-type(1) {
	margin: 0;
    text-align: center;
    font-weight: bold;
}

#availability {
	margin-top: 33px;
}

h3.hotel-name {
	margin: 0 0 0.1em;
	font-weight: bold;
	line-height: 18px;
}

p.hotel-address {
	font-weight: bold;
	color: #AAAAAA;
	font-size: 16px;
}

div.amenity {
	line-height: 24px;
	margin-bottom: 0.3em;
}

div.amenity img {
	width: 24px;
}

div.amenity span {
	vertical-align: middle;
	color: #eb9c57;
	margin-left: 0.2em;
}

/***** PAGE - LODGING *****/

.lodging-row {
	margin-bottom: 15px;
}

.lodging-hotel {
	padding: 15px 15px 8px 15px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.lodging-hotel p {
	margin: 10px 0 0;
	line-height: 1.2em;
}

#content,
#page-content {
	padding-bottom: 0.8em;
}

#content p,
#page-content p {
	margin-bottom: 1.2em;
}

#content h1 {
	margin-top: 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 0.2em;
	text-align: center;
	color: #EB9C57;
	font-weight: bold;
	font-size: 40px;
}

aside section {
	padding: 1em 1em 0.2em;
	border: 1px solid #CCC;
	margin-bottom: 2em;
	height: 220px;
}

#hotel-sidebar {
	padding-top: 1em;
	background: #EBD257;
	box-shadow: 5px 5px 5px #CCCCCC;
	border: 1px solid #CCCCCC;
}

#content h2 {
	color: #EB9C57;
	font-weight: bold;
	font-size: 32px;
}

/************* MEDIA QUERIES *************/


/****** LG Devices ******/
@media (min-width: 1200px) {
	.visible-lg { display: block!important; }
	.hidden-lg { display: none;	}	
}


/****** MD Devices ******/
@media (max-width: 1199px) {
	.visible-md { display: block!important; }
	.hidden-md { display: none;	}
}


/****** SM Devices ******/
@media (max-width: 991px) {
	.visible-sm { display: block!important; }
	.hidden-sm { display: none; }
}


@media (min-width: 768px) {
	.tp-left { padding-right: 15px; }
	.tp-right { padding-left: 15px;  }	
}

/****** XS Devices ******/
@media (max-width: 767px) {
	.visible-xs { display: block!important; }
	.hidden-xs { display: none; }

	.page-template-hiking-page #content .row {
		margin-bottom: 0;
	}

	.hiking-trail {
		margin-bottom: 15px;
	}

	.hiking-trail a > h3 {
		color: #FFBC82;
		background: rgba(34,34,34,0.85);
	}

	.hiking-trail a > img {
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		filter: none;
	}

	#copyright {
		line-height: 16px;
		text-align: center;
	}

	#footer-links {
		margin: 0 0.3em;
		font-size: 12px;
    	line-height: 16px;
    	margin-bottom: 12px;
    	text-align: center;
	}

	#social-icons {
		text-align: center;
	}

	#social-icons img {
		margin: 0 0.4em;
	}
}

