#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: #F5F5F5;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: #222;
	min-height: 100%;
	position: relative;
	padding-bottom: 6rem;
}

#inner-content-wrapper {
	padding-top: 80px;
}

header {
	width: 100%;
    height: 80px;
    background: #222222;
    opacity: 0.92;
    position: fixed;
    z-index: 999;
}

header .container {
	padding: 0.5em 0;
}

header nav {
    line-height: 64px;
}

header ul {
	list-style-type: none;
	color: #F5F5F5;
	font-size: 1.2em;
	float: right;
}

header li {
	margin-right: 1.2em;
	display: inline-block;
}

header li:last-of-type {
	margin-right: 0;
}

header li a {
    margin-left: 20px;
    color: #F5F5F5;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
    color: #E75E14;
    text-decoration: none;
}

/*
header {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #222;
    opacity: 0.9;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

header h1#logo {
    float: left;
    margin: 0;
}

header img {
    height: 120px;
    -webkit-transition: height .4s ease,opacity .3s ease;
    -moz-transition: height .4s ease,opacity .3s ease;
    -ms-transition: height .4s ease,opacity .3s ease;
    -o-transition: height .4s ease,opacity .3s ease;
    transition: height .4s ease,opacity .3s ease;
}

header nav {
	display: inline-block;
    float: right;
    line-height: 120px;
}

header ul {
	list-style-type: none;
	color: #F5F5F5;
	font-size: 1.2em;
}

header li {
	float: left;
	margin-right: 1.2em;
}

header li:last-of-type {
	margin-right: 0;
}

header li a {
    margin-left: 20px;
    color: #F5F5F5;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
    color: #E75E14;
    text-decoration: none;
}

header.smaller {
    height: 60px;
    opacity: 0.95;
}

header.smaller h1#logo {
    width: 150px;
    height: 60px;
    font-size: 30px;
}

header.smaller img {
	height: 60px;
}

header.smaller nav {
    line-height: 60px;
}
*/

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;
}

#page-title {
	text-align: center;
}

#page-title > h1,
h1#page-title {
	margin: 0.6em 0;
	padding-bottom: 0.2em;
	font-weight: 600;
	font-size: 40px;
	color: #EB9C57;
	border-bottom: 1px solid #DEDEDE;
}

#content {
	font-size: 1.2em;
	line-height: 28px;
	color: #555;
}

/***** FRONT PAGE *****/

#hero {
	background: url(https://dev.explorezion.net/wp-content/uploads/2017/01/zioncanyon.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 100vh;
  	position: relative;
}

#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%);  
}

.more {
	position:absolute;
  	bottom:4%;
  	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;
}

#icon-boxes {
	margin-bottom: 2em;
}

.icon-box {
	position:relative;
	overflow: hidden; 
	display: inline-block;
	margin: 0 1em;
}
  
.icon-box img {
	max-width: 100%; 
	height: auto;
	display: block; /* added this */
	border-radius: 50%;
	border: 1px #DDDDDD solid;
}

.icon-box a {
	position:absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	z-index:2;
}

.icon-box .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%;
}

#icon-boxes > div:nth-child(1) > div { background: rgba(89,190,115, 0.65); }
#icon-boxes > div:nth-child(2) > div { background: rgba(223,133,59, 0.65); }
#icon-boxes > div:nth-child(3) > div { background: rgba(55,168,226, 0.65); }

.icon-box:hover .image-overlay{
	opacity:1;
}

.icon-box .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: 20px;
}

#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;
}



#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; }
}


/****** XS Devices ******/
@media (max-width: 767px) {
	.visible-xs { display: block!important; }
	.hidden-xs { display: none; }

	body {
		padding-bottom: 13rem;
	}

	.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;
	}
}

