/*
	Theme Name: Lifestyle Pro Theme
	Theme URI: http://my.studiopress.com/themes/lifestyle/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1
 
	Tags: green, tan, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis 
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents 

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Lifestyle Pro Blue
		- Lifestyle Pro Green
		- Lifestyle Pro Mustard
		- Lifestyle Pro Purple
		- Lifestyle Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background: url("images/bg.jpg") no-repeat fixed center top #000000;
  	color: #8d8b8b;
  	font-family: Arial,Tahoma,Verdana;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.625;
  	text-align: justify;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #8d8b8b;
	text-decoration: none;
}


a:hover {
	color: #fff;
	text-decoration: underline;
}

.content a, a:visited {
  color: #a14e1c;
  text-decoration: none;
  font-weight: 600;
}

p {
	margin: 0 0 16px;
	padding: 5px 0;
}

strong {
	//font-weight: 700;
	font-weight: bold;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "“";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Arial', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 14px;
}

h1,
.entry-title {
	font-family: 'papyrus', Arial, Sans-Serif;
	color: #D09A06;
	font-size: 23px;
	/*margin: 0 !important;*/
	margin: 0 0 15px !important;
}

h2,
.home-top .entry-title {
	font-size: 24px;
}

h3
{
	color: #d79f03;
	padding: 18px 0 0;
	font-size: 20px;
}

.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	color: #d79f03;
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6,
.sidebar .entry-title {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

.site-header .site-title a{
	height: 150px;
	background-size: 410px auto !important;
	background-position: 80% 0% !important;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
	padding: 5px;
	//width: 95%;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background: none repeat scroll 0 0 #7b7b7b;
    	border-color: #491100;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	width: auto;
	height: 30px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #5A1100;
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	margin-bottom: 3px;
}

tbody {
}

th,
td {
	//text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 0;
}

td p {
	//padding:0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background: none repeat scroll 0 0 #2a1c04;
    border: 1px solid #924900;
	//margin: 32px auto;
	margin: 10px auto;
	//max-width: 1040px;
	max-width: 998px;
	overflow: hidden;
}

.site-inner {
	clear: both;
	padding-top: 10px;
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
/* ==== */
.sidebar-img {
    //margin-left: 13px;
	width: 299px;
	height: 343px;
	margin-bottom: 20px;
}

.home-top {
    width: 670px !important;
}

.home-middle {
    width: 665px;
    /*width: 660px;*/
}

.content-slider {
    //width: 670px;
	padding-bottom: 20px;	
}

.entry-content {
    /*width: 660px;*/
    /*width: 670px;*/
}

/* ==== */

.entry-categories{
	display:none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
  float: right;
  padding: 0 10px;
  //width: 665px;
  width: 687px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.lifestyle-pro-landing .site-container {
	max-width: 772px;
}

.lifestyle-pro-landing .site-inner,
.lifestyle-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	/*float: right;*/
	/*width: 300px;*/
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: center;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
  background: url("images/search.png") no-repeat scroll 15px 6px / 15px 15px #fff;
  padding: 5px 5px 5px 35px;
  width: 190px;
}

.searchsubmit {
  /*background: none repeat scroll 0 0 #7b7b7b !important;*/
  /*border: 1px solid #fff !important;*/
  /*padding: 4px !important;*/
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	//height: 30px;
	margin: 0 0 0 10px;
	/*padding: 0;*/
	//position: absolute;
	//width: 80px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 11px 0 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.alignleft.post-image {
	margin-bottom: 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border: 1px solid #eeeee8;
	font-size: 12px;
	margin-bottom: 32px;
	padding: 16px 32px;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 32px;
}

.author-box-title {
	font-size: 16px;
	margin: 0 0 8px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	text-decoration: none;
}

.entry-title a:hover {
	color: #76d2c5;
}

.archive-title {
	font-size: 20px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget li {
	text-align: left;
}

.widget ol > li {
	border-bottom: 1px solid #eeeee8;
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
  	list-style-type: none;
  	margin-bottom: 0;
  	padding-bottom: 5px;
	font-size: 14px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child.
.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	/*margin-bottom: 15px;*/
	text-align: center;
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
}

.featured-content .entry-title {
	margin-bottom: 8px;
}

.featuredpost.widget li {
	text-align: center;
}

.more-from-category {
	padding-top: 12px;
}

.more-from-category a {
	border-top: 1px solid #eeeee8;
	display: block;
	padding-top: 12px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input {
	margin-bottom: 12px;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget.genesis_responsive_slider li {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background: url("images/header-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
  //padding: 10px 10px 35px;
  padding: 10px 10px 0px;
  height: 160px;
}

.site-header .wrap {
    height: 150px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	//width: 320px;
	width: 370px;
	height: 140px;
}

.site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 16px;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/*.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}*/

.header-full-width.header-image .site-title a {
  background-position: left top !important;
  margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 110px;
	width: 100%;
}

.header-1 {
	color: #c16203;
  text-align: right;
}

.header-2 {
  color: #4e4e4e;
  font-family: Papyrus;
  font-size: 20px;
  font-weight: bold;
  //margin-top: 40px;
  margin-top: 70px;
  text-align: unset;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	width: 600px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
}

.site-header .widget-area a {
	color: #fff;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	//font-size: 14px;
	line-height: 1;
	width: 100%;
	//font-size: 12px;
	//font-weight: 700;
	//font-family: Tahoma, Arial, Verdana !important;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	background: url("images/devider.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
	color: #c16203;
	display: block;
	//padding: 10px 12px;
	padding: 10px 14px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #000;
	/*color: #fff;*/
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 184px;
	z-index: 99;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	  background: none repeat scroll 0 0 #eeeeee;
	  border-bottom: 1px solid #2c343f;
	  border-left: 1px solid #2c343f;
	  border-right: 1px solid #2c343f;
	  color: #2c343f;
	  font-size: 12px;
	  margin: 0;
	  padding: 10px;
	  position: relative;
	  width: 200px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #eeeee8;
	color: #0088b3;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
}

.genesis-nav-menu > .right > a {
	background: none;
	color: #a5a5a3;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #76d2c5;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form input[type="search"] {
	background-position: 12px 12px;
	font-size: 12px;
	padding: 12px 12px 12px 44px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary a {
	color: #a5a5a3;
}

.nav-primary  li.menu-item-has-children:hover > a,
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #222;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: url("images/btns_bg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
	color: #fff;
	background-size: auto 100%;
	text-align: center;
	
	


}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.lifestyle-pro-home .content .widget,
.lifestyle-pro-home .content .widget:last-child {
	margin-bottom: 12px;
}

.lifestyle-pro-home .featured-content .entry {
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
}

.lifestyle-pro-home .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featuredpost .alignleft {
	margin-bottom: 0;
	margin-right: 20px;
}

.home-bottom-left,
.home-bottom-right {
	width: 332px;
}

.home-bottom-left {
	float: left;
}

.home-bottom-right {
	float: right;
}

.lifestyle-pro-home .content .featuredpost p {
	margin: 0;
}

.lifestyle-pro-home .content .widget-title {
	background-color: #76d2c5;
	color: #fff;
	padding: 12px 32px;
}

.widget_slideshow h4 {
  display: none;
}

.widget_slideshow {
}

/* Entries
--------------------------------------------- */

.content .entry {
	margin-bottom: 0;
	padding: 0;
}

.lifestyle-pro-landing .content .entry {
	border: none;
}

.entry-header {
	//border-bottom: 1px solid #eeeee8;
	display: none;
	//margin-bottom: 32px;
	//text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 6px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.footer-widgets-2 .entry-header .entry-meta {
	display: none;

}

p.entry-meta time.entry-time{
	display:none;
}

.entry-meta {
	font-size: 12px;
	font-weight: bold;
}

.entry-header .entry-meta {
	//margin-bottom: 24px;
}

.entry-footer .entry-meta {
	/*border-top: 1px solid #eeeee8;*/
	margin: 0;
	padding: 32px 0 8px;
}

.entry-comments-link{
	float:right;
}

.entry-comments-link::before {
	/*content: "\2014";*/
	content: "---";
	background: url("/images/icon_comments.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	margin: 0 6px 0 2px;
}

.entry-meta .entry-tags {
	float: left;
	padding-bottom: 15px;
}

entry-footer{
	margin-bottom:20px;
}

td.hh_heading {
  background: none repeat scroll 0 0 #5a1100;
  color: #d9b07c !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

td.hh_td_border {
  border: 1px solid #8d8b8b;
}

a.HHStarResultsLink:link, a.HHStarResultsLink:visited {
  color: #000000;
  padding-left: 4px;
  text-decoration: none;
}

tr.hh-row-even {
  background: none repeat scroll 0 0 #d9b07c;
  font-weight: bold;
  text-align: center;
}

tr.hh-row-odd {
  background: none repeat scroll 0 0 #e5c193;
  font-weight: bold;
  text-align: center;
}

.hheader {
  color: #a14e1c;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: right;
}

.hheader p {
  text-align: right;
}

.entry-content .slideshow {
  margin-top: -13px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eeeee8;
	color: #a5a5a3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #76d2c5;
}

div.pagination-previous.alignleft {
	margin-top: 20px; 
}

div.pagination-previous.alignleft a{
	padding: 10px; 
	background: none repeat scroll 0 0 #7b7b7b;
	border-color: #491100;
	box-shadow: none;
	color: #fff;
    	cursor: pointer;
}

div.pagination-next.alignright {
	margin-top: 20px; 
}

div.pagination-next.alignright a{
	padding: 10px; 
	background: none repeat scroll 0 0 #7b7b7b;
	border-color: #491100;
	box-shadow: none;
	color: #fff;
    	cursor: pointer;
}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 0;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-weight: bold;
}

div.comment-meta.commentmetadata{
	font-weight: bold;
	padding-bottom: 10px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	padding-bottom: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	//margin-top: 24px;
	margin-top: 0px;
	//padding: 32px;
	//padding: 0px 30px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	border-bottom: 1px dotted #eeeee8; 
	border-right: none; 
	min-height: 185px;
}

.comment.depth-1 {
	border-right: none; 
}

.comment .avatar {
	margin: 0 10px 2px 0;
}

.comment-reply-title{
	font-weight: 300;
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}

.entry-comments {
  background: none repeat scroll 0 0 #583112;
  padding: 5px 18px;
}

div.comments-pagination.pagination{
	font-size: 16px;
	font-weight: bold;
}

.comment-respond {
  background: none repeat scroll 0 0 #583112;
  padding: 5px 18px;
  font-weight: bold;
}

.required {
  color: #a14e1c;
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 12px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 13px;
	float: right;
	margin-right: 10px;
	width: 299px;
}

.sidebar .widget {
  margin: 0 0 25px;
  padding: 0;
}

.sidebar li {
  background: url("images/icon.gif") no-repeat scroll left center #2a1c04;
  margin: 0;
  padding: 0 0 0 15px;
  word-wrap: break-word;
}

.sidebar h4 {
  background: none repeat scroll 0 0 #663300;
  color: #d79f03;
  font-family: Arial,Tahoma,Verdana;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 5px 5px 5px 10px;
  text-shadow: 2px 2px #333333;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin: 10px 0 0 0;
}

.footer-widgets-1 {
	float: left;
	width: 320px;
	margin-left: 5px;
}

.footer-widgets-2 {
	float: left;
	width: 357px;
}

.footer-widgets-3 {
	float: left;
	width: 309px;
}

.footer-widgets .widget {
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets-1 h4{
	  /*max-width: 300px;*/
}

.footer-widgets h4 {
  background: none repeat scroll 0 0 #663300;
  color: #d79f03;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-shadow: 2px 2px #333333;
  /*text-transform: uppercase;*/
  width: 100%;
}

.footer-widgets h2 a, .footer-widgets h2 a:visited {
  color: #a14e1c;
  font-size: 16px;
  line-height: 20px !important;
  padding: 11px !important;
  text-align: center;
}

.footer-widgets h2 a:hover {
  color: #a14e1c;
  text-decoration: underline;
}

#facebook {
  background: none repeat scroll 0 0 #fff !important;
}

.footer-widgets article {
  background: none repeat scroll 0 0 #fff;
  padding: 0 16px;
  width: 100%;
  text-align: justify;
  min-height: 272px;

}


.footer-widgets a:hover {
	color: #8d8b8b;
	text-decoration: underline;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	  background-color: #000000;
	  color: #fff;
	  font-size: 12px;
	  padding: 6px;
	  text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer p {
	margin-bottom: 0;
}

.gototop {
    display: inline-block;
    text-align: left;
    width: 35%;
}

.copyright-info {
    display: inline-block !important;
    width: 30%;
    text-align: center;
	text-shadow: 1px 1px #333;
	color: #8D8B8B;
	font-size: 12px;
	font-family: Arial,Tahoma,Verdana;
	line-height: 20px;
}

.login-out {
    display: inline-block !important;
    text-align: right;
    width: 35%;
}

.gototop-img {
    margin-right: 8px;
    vertical-align: middle;
}

.footer-widgets-2 .entry-header {
    display: unset;
}

.footer-widgets-2 h2 {
    font-family: Arial,Tahoma,Verdana;
    font-weight: 700;
    padding-top: 5px;
}

.entry-content p {
    /*margin-top: 0px !important;*/
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Lifestyle Pro Blue
--------------------------------------------- */

.lifestyle-pro-blue .archive-pagination li a:hover,
.lifestyle-pro-blue .archive-pagination li.active a,
.lifestyle-pro-blue .entry-title a:hover,
.lifestyle-pro-blue a  {
	color: #4cc4e0;
}

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .genesis-nav-menu a,
.lifestyle-pro-blue .site-footer a,
.lifestyle-pro-blue .site-title a,
.lifestyle-pro-blue .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-blue .entry-title a,
.lifestyle-pro-blue .sidebar .widget-title a,
.lifestyle-pro-blue .site-footer a:hover,
.lifestyle-pro-blue a:hover {
	color: #222;
}

.lifestyle-pro-blue .archive-pagination li a,
.lifestyle-pro-blue .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-blue .genesis-nav-menu .sub-menu a,
.lifestyle-pro-blue .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .entry-content .button,
.lifestyle-pro-blue .site-footer,
.lifestyle-pro-blue .site-header,
.lifestyle-pro-blue button,
.lifestyle-pro-blue input[type="button"],
.lifestyle-pro-blue input[type="reset"],
.lifestyle-pro-blue input[type="submit"],
.lifestyle-pro-blue.lifestyle-pro-home .content .widget-title {
	background-color: #4cc4e0;
}

.lifestyle-pro-blue .button:hover,
.lifestyle-pro-blue .entry-content .button:hover,
.lifestyle-pro-blue button:hover,
.lifestyle-pro-blue input:hover[type="button"],
.lifestyle-pro-blue input:hover[type="reset"],
.lifestyle-pro-blue input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-blue .nav-secondary {
	background-color: #80d2e5;
}

/* Lifestyle Pro Green
--------------------------------------------- */

.lifestyle-pro-green .archive-pagination li a:hover,
.lifestyle-pro-green .archive-pagination li.active a,
.lifestyle-pro-green .entry-title a:hover,
.lifestyle-pro-green a  {
	color: #84cc78;
}

.lifestyle-pro-green .button,
.lifestyle-pro-green .genesis-nav-menu a,
.lifestyle-pro-green .site-footer a,
.lifestyle-pro-green .site-title a,
.lifestyle-pro-green .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-green .entry-title a,
.lifestyle-pro-green .sidebar .widget-title a,
.lifestyle-pro-green .site-footer a:hover,
.lifestyle-pro-green a:hover {
	color: #222;
}

.lifestyle-pro-green .archive-pagination li a,
.lifestyle-pro-green .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-green .genesis-nav-menu .sub-menu a,
.lifestyle-pro-green .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-green .button,
.lifestyle-pro-green .entry-content .button,
.lifestyle-pro-green .site-footer,
.lifestyle-pro-green .site-header,
.lifestyle-pro-green button,
.lifestyle-pro-green input[type="button"],
.lifestyle-pro-green input[type="reset"],
.lifestyle-pro-green input[type="submit"],
.lifestyle-pro-green.lifestyle-pro-home .content .widget-title {
	background-color: #84cc78;
}

.lifestyle-pro-green .button:hover,
.lifestyle-pro-green .entry-content .button:hover,
.lifestyle-pro-green button:hover,
.lifestyle-pro-green input:hover[type="button"],
.lifestyle-pro-green input:hover[type="reset"],
.lifestyle-pro-green input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-green .nav-secondary {
	background-color: #a2d49a;
}

/* Lifestyle Pro Mustard
--------------------------------------------- */

.lifestyle-pro-mustard .archive-pagination li a:hover,
.lifestyle-pro-mustard .archive-pagination li.active a,
.lifestyle-pro-mustard .entry-title a:hover,
.lifestyle-pro-mustard a  {
	color: #edce4a;
}

.lifestyle-pro-mustard .button,
.lifestyle-pro-mustard .genesis-nav-menu a,
.lifestyle-pro-mustard .site-footer a,
.lifestyle-pro-mustard .site-title a,
.lifestyle-pro-mustard .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-mustard .entry-title a,
.lifestyle-pro-mustard .sidebar .widget-title a,
.lifestyle-pro-mustard .site-footer a:hover,
.lifestyle-pro-mustard a:hover {
	color: #222;
}

.lifestyle-pro-mustard .archive-pagination li a,
.lifestyle-pro-mustard .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-mustard .genesis-nav-menu .sub-menu a,
.lifestyle-pro-mustard .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-mustard .button,
.lifestyle-pro-mustard .entry-content .button,
.lifestyle-pro-mustard .site-footer,
.lifestyle-pro-mustard .site-header,
.lifestyle-pro-mustard button,
.lifestyle-pro-mustard input[type="button"],
.lifestyle-pro-mustard input[type="reset"],
.lifestyle-pro-mustard input[type="submit"],
.lifestyle-pro-mustard.lifestyle-pro-home .content .widget-title {
	background-color: #edce4a;
}

.lifestyle-pro-mustard .button:hover,
.lifestyle-pro-mustard .entry-content .button:hover,
.lifestyle-pro-mustard button:hover,
.lifestyle-pro-mustard input:hover[type="button"],
.lifestyle-pro-mustard input:hover[type="reset"],
.lifestyle-pro-mustard input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-mustard .nav-secondary {
	background-color: #f5d85a;
}

/* Lifestyle Pro Purple
--------------------------------------------- */

.lifestyle-pro-purple .archive-pagination li a:hover,
.lifestyle-pro-purple .archive-pagination li.active a,
.lifestyle-pro-purple .entry-title a:hover,
.lifestyle-pro-purple a  {
	color: #816689;
}

.lifestyle-pro-purple .button,
.lifestyle-pro-purple .genesis-nav-menu a,
.lifestyle-pro-purple .site-footer a,
.lifestyle-pro-purple .site-title a,
.lifestyle-pro-purple .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-purple .entry-title a,
.lifestyle-pro-purple .sidebar .widget-title a,
.lifestyle-pro-purple .site-footer a:hover,
.lifestyle-pro-purple a:hover {
	color: #222;
}

.lifestyle-pro-purple .archive-pagination li a,
.lifestyle-pro-purple .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-purple .genesis-nav-menu .sub-menu a,
.lifestyle-pro-purple .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-purple .button,
.lifestyle-pro-purple .entry-content .button,
.lifestyle-pro-purple .site-footer,
.lifestyle-pro-purple .site-header,
.lifestyle-pro-purple button,
.lifestyle-pro-purple input[type="button"],
.lifestyle-pro-purple input[type="reset"],
.lifestyle-pro-purple input[type="submit"],
.lifestyle-pro-purple.lifestyle-pro-home .content .widget-title {
	background-color: #816689;
}

.lifestyle-pro-purple .button:hover,
.lifestyle-pro-purple .entry-content .button:hover,
.lifestyle-pro-purple button:hover,
.lifestyle-pro-purple input:hover[type="button"],
.lifestyle-pro-purple input:hover[type="reset"],
.lifestyle-pro-purple input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-purple .nav-secondary {
	background-color: #8e7197;
}

/* Lifestyle Pro Red
--------------------------------------------- */

.lifestyle-pro-red .archive-pagination li a:hover,
.lifestyle-pro-red .archive-pagination li.active a,
.lifestyle-pro-red .entry-title a:hover,
.lifestyle-pro-red a  {
	color: #e65e52;
}

.lifestyle-pro-red .button,
.lifestyle-pro-red .genesis-nav-menu a,
.lifestyle-pro-red .site-footer a,
.lifestyle-pro-red .site-title a,
.lifestyle-pro-red .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-red .entry-title a,
.lifestyle-pro-red .sidebar .widget-title a,
.lifestyle-pro-red .site-footer a:hover,
.lifestyle-pro-red a:hover {
	color: #222;
}

.lifestyle-pro-red .archive-pagination li a,
.lifestyle-pro-red .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-red .genesis-nav-menu .sub-menu a,
.lifestyle-pro-red .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-red .button,
.lifestyle-pro-red .entry-content .button,
.lifestyle-pro-red .site-footer,
.lifestyle-pro-red .site-header,
.lifestyle-pro-red button,
.lifestyle-pro-red input[type="button"],
.lifestyle-pro-red input[type="reset"],
.lifestyle-pro-red input[type="submit"],
.lifestyle-pro-red.lifestyle-pro-home .content .widget-title {
	background-color: #e65e52;
}

.lifestyle-pro-red .button:hover,
.lifestyle-pro-red .entry-content .button:hover,
.lifestyle-pro-red button:hover,
.lifestyle-pro-red input:hover[type="button"],
.lifestyle-pro-red input:hover[type="reset"],
.lifestyle-pro-red input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-red .nav-secondary {
	background-color: #f2685c;
}

.with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label {
  color: #8d8b8b !important;
}

.frm_style_formidable-style.with_frm_style .frm_left_container label.frm_primary_label{
	max-width: 40% !important;
	width: 255px !important;
	font-size: 12px !important;
}

.page-lists li{
	margin-left: 220px;
}

.sedona-trail-rating-system-image{
	text-align:center;
	margin: 0;
	padding: 5px 0 0;
}

a.alignleft img.entry-image.attachment-post{
	padding: 10px 0 0 !important;
	margin-bottom: -1px !important;

}

.gdmultitable {
    border: 3px solid #999999;
    margin: 3px;
    padding: 3px;
    line-height:2;
}

table.trail-data-table {
    background: none repeat scroll 0 0 #fffcf4;
    border: 3px solid #999999;
    margin: 0;
    padding: 8px;
    width: 100%;
}

table.trail-summary-video-commentary {
    background: none repeat scroll 0 0 #5a1100;
    border: 3px solid #ffffff;
    color: #a14e1c;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 10px;
    width: 360px;
}
table.trail-summary-video-commentary td{
	padding: 10px;
}

.trail-summary-data {
  background: none repeat scroll 0 0 #a14e1c;
  border: 3px solid #ffffff;
  border-collapse: separate;
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  //width: auto;
  width: 100%;
}

.trail-data-heading {
  font-size: 16px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: underline;
}

.trail-rating-heading {
  font-size: 16px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: underline;
}

td.trail-data-td {
    /*border: 1px solid #cdcdcd;*/
    margin-bottom: 0;
    margin-top: 0;
    /*padding: 3px;*/
    /*padding: 3px 20px 3px 3px;*/
    width: 335px;
}

.trail-data-table {
  border-collapse: separate;
  line-height: 1;
  margin: 0;
  padding: 8px;
  width: 100%;
}

div.trail-name-single-line {
  color: #a14e1c;
  font-size: 48px;
  text-align: center;
  line-height: 55px;
  margin: 0 0 20px;
  padding: 0;
}


div.trail-name-double-line-first{
  color: #a14e1c;
  font-size: 48px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  margin-bottom: 12px;
}

div.trail-name-double-line-second{
  color: #a14e1c;
  font-size: 48px;
  text-align: center;
  line-height: 39px;
  margin: 0 0 20px;
  padding: 0;
}

.trail-slideshow-heading {
  color: #a14e1c;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  /*padding-top: 20px;*/
  text-align: center;
}

td.EventHeading {
  color: #d8a00f;
  font-size: 14px;
  text-align: left;
  padding: 10px;
}

td.EventItem {
  font-size: 14px;
  text-align: left;
  padding: 10px;
}

._43qf ._4cg3 {
  background: none repeat scroll 0 0 #fff !important;
}

.starrr {
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: 0px 0 5px 10px;
  display: inline-block;
  vertical-align: top;
}

.rimg {
  float: right;
}

.page-structure .trail-summary-data {
	font-size: 12px ;
	font-weight: bold ;
  	padding: 10px 0 20px 23px;
	margin: 25px 0;
}

.comment-handler {
  margin: 35px auto;
}

/*
CONVERTED IMAGES TO TEXT STYLE
*/

.quoted-text {
  text-align: center;
  /*padding: 25px 0 10px;*/
  padding: 5px 0 10px;
}

.papyrus-text {
  font-family: 'papyrus', Arial, Sans-Serif;
  color: #A95028;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.twnt-px {
  font-size: 14px;
  padding-left: 415px;
  font-weight: 700;
}

.papyrus-text-yellow {
  font-family: 'papyrus', Arial, Sans-Serif;
  color: #D09A06;
  font-size: 16px;
  padding-left: 12px;
}

.big-text-yellow {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 0 !important;
}

.big-white-text {
  color: #fff;
  font-family: 'papyrus', Arial, Sans-Serif;
  font-size: 24px;
}

.small-white-text {
  color: #fff;
  font-family: 'papyrus', Arial, Sans-Serif;
  font-size: 15.6px;
}

.mid-white-text {
  color: #fff;
  font-family: 'papyrus', Arial, Sans-Serif;
  font-size: 21px;
}

.xbig-text-yellow {
  font-size: 24px;
  font-weight: 700;
}

.guided-hike-text {
  font-family: 'papyrus', Arial, Sans-Serif;
  color: #A95028;
  font-size: 25px;
  font-weight: 700;
}

.twnt-pxt {
  font-size: 14px;
  padding-left: 307px;
  font-weight: 700;
}

.footer-widgets-2 .entry-content {
      width: 100%;
	/*padding: 0px 10px 20px;*/
	text-align: justify;
}

/*
Trail Data-------*/

	.ABTrailContainer {
		max-width: 660px;
		width: 100%;
		background-color: #A14E1C;
		border: 3px solid #FFFFFF;
		padding: 10px;
		text-align: center;
	}
	
	.TrailDataContainer {
		max-width: 420px;
		width: 100%;
		display: inline-block;
		margin-right: 5px;
	}
	
	.TrailRatingContainer {
		max-width: 180px;
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	
	.TrailDataBoarder {
		padding: 3px;
		max-width: 407px;
		width: 100%;
		margin-top: 10px;
	}
	
	.TrailRatingBoarder {
  		//border: 1px #999999 solid;
		//padding: 3px;
		max-width: 220px;
		width: 100%;
		margin-top: 10px;
		max-width: 177px;
		height: 130px;
	}
	
	.TrailDataInfo {
	  background: none repeat scroll 0 0 #fffcf4;
          border: 3px #999999 solid;
	  display: inline-block;
	  width: 100%;
	  /*margin-bottom: -15px;*/
	  padding: 8px;
	}
	
	.TrailSpan{
		text-decoration: underline;
		  font-weight: 700;
		  color: #222222;
		  font-family: Arial, Tahoma, Verdana;
		  line-height: 20px;
		  font-size: 15px;
	}
	
	.TrailDataTable td {
		padding-right: 20px;
		margin: 8px;
		color: #222222;
		font-size: 12px;
		font-weight: bold;
		font-family: Arial, Tahoma, Verdana;
		line-height: 15px;
		text-align: left;
	}
	
	.TrailRatingInfo {
		//background: #FFFCF4;
	}
	
	.VideoSlideshowContainer {
	   width: 100%;
	   margin-top: 50px;
	   margin-bottom: 20px;
	   text-align: center;
	}

.VideoSlideshowContainer a {
  color: #a14e1c;
  font-size: 14px;
  text-align: justify;
  font-family: Arial, Tahoma, Verdana;
  line-height: 20px;
}

.VideoSlideshowHandle {
  max-width: 360px;
  width: 100%;
  background: #5A1100;
  border: 3px solid #FFFFFF;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.VideoImage {
  display: inline-block;
  vertical-align: middle;
}

.VideoLink {
  display: inline-block;
  width: 245px;
  text-align: center;
  vertical-align: middle;
  /*margin-top: 30px;*/
  font-weight: bold;
  /*padding: 0 20px;*/
}

.VideoSlideshowHandle p {
    margin: 0;
    padding: 0;
}

.comment-container {
  width: 100%;
  /*display: inline-block;*/
}

.cc-email{
	padding:6px;
	font-family:Arial; 
	font-size:12px; 
	border:1px solid #999999; 
	width: 201px;
	margin-right:10px;"
}


/*-- Trail Data Container New Layout --*/

.listtrailratingcontainer {
    background: #A14E1C;
    border: 3px solid #fff;
	width: 100%;
	padding: 15px 25px;
	margin-top: 20px;
}	

.listtrailratingcontainer p {
    margin: 0;
}

.traildatacontainer {
    display: inline-block;
    width: 71%;
}

.trailratingcontainer {
    display: inline-block !important;
    width: 28%;
	font-weight: bold;
	font-size: 12px;
}

.listtrailratingcontainer h1 {
    font-size: 16px;
    text-decoration: underline;
    font-family: Arial,Tahoma,Verdana;
    color: #222222;
    text-align: center;
    margin-bottom: 15px !important;
}

.traildata-details-container {
    background: #fff;
    padding: 7px;
    border: 3px solid #999;
	margin-right: 20px;
}

.traildata-table {
    color: rgb(34, 34, 34) !important;
    font-weight: bold !important;
    font-size: 12px;
    font-family: Arial,Tahoma,Verdana;
}

.traildata-table td {
    padding: 3px 0px;
}

.traildata-table .traildata-title {
    padding-right: 25px;
}

/* Video Slideshow New Layout */

.videoslideshow-container {
    max-width: 350px;
    width: 100%;
    background: #5A1100;
    padding: 10px;
    border: 3px solid #fff;
}

.twovertival-image-container {
    width: 100%;
    text-align: center;
}

.twovertical-image-left {
    width: 49%;
    display: inline-block !important;
}

.twovertical-image-right {
    width: 49%;
    display: inline-block !important;
}

.twohorizontal-image-container {
    text-align: center !important;
    width: 100%;
}

.oneimage-container {
    text-align: center !important;
}

/* New Comment Section Style */
.comment-content p {
    //width: 72%;
    //max-width: 454px;
}


img[alt="Mike at the Grand Canyon South Rim"] {
    margin: 0px 25px 0px 0px;
}

.sed-hiking-book{
	text-align: center;
}


.indent-hiking-tips{
	padding-bottom: 20px; 
	color: #a14e1c;
	font-weight: bolder;
}

.hiking-clinic-image{
	padding:10px;
}

/* --> Guided Hike 2016 <--
---------------------------------------------------------------------------------------------------- */

.guidedhikingadventure {
    background-color: #E46D0A;
	color: #000;
}

.gha-header {
    background-color: #2a1c04;
    text-align: center;
    padding: 15px 10px;
    color: #000;
}

.gha-header h1 {
    margin: 0px !important;
    color: #000;
	display: inline-block;
	padding: 5px;
}

.gha-header-faq h1,
.gha-header-reservations h1 {
    padding-right: 15px;
	background: rgba(0, 0, 0, 0) linear-gradient(#ddd, #555) repeat scroll 0 0;
	font-family: 'papyrus', Arial, Sans-Serif;
	font-weight: bold;
	border: 2px solid #333;
}

.gha-header .sect {
    display: inline-block;
    margin: 0px 15px;
}

.gha-description {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 50px;
    text-align: center;
    margin: 15px auto;
}

.gha-grid {
    width: 100%;
	background: #2a1c04;
}

.gha-grid-container {
	background: #DDD;
    border: 2px solid #1a1c04;
    float: left;
    margin: 10px 0.64%;
    max-width: 32%;
    min-height: 545px;
    width: 100%;
}

.gha-grid-container.demo-one {
    max-width: 32%;
    width: 100%;
    float: left;
    min-height: 545px;
    margin: 10px 0.64%;
    border: 1px solid #FFF;
}

.gha-grid-img {
    line-height: 0;
}

.gha-grid-title {
    background-color: #000;
    text-align: center;
    padding: 10px 7px
}

.gha-grid-container.three .gha-grid-title {
    background-color: #800000;
}

.gha-grid-title h1 {
    margin: 0px !important;
    color: #FFF;
    font-size: 18px;
}

.gha-header .sect a {
    color: #000;
}

.gha-header p,
.gha-grid-title p,
.book-now p,
.gha-grid-info p {
    padding: 0;
    margin: 0;
}

.gha-grid-description {
    padding: 12px;
    font-weight: bold;
}

.gha-grid-info {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.gha-grid-info h2 {
    font-family: 'papyrus', Arial, Sans-Serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-top: 25%;
}

.gha-grid-info a {
    color: #000;
	font-weight: normal;
}

.gha-info-person,
.gha-info-price,
.gha-info-availability {
    font-style: italic;
}

.book-now {
    font-family: 'papyrus', Arial, Sans-Serif;
    font-size: 15px;
    text-align: center;
	margin-top: 25px;
}

.book-now h2 {
    font-family: 'papyrus', Arial, Sans-Serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px !important;
}

.form_spacing {
    padding: 13px 0px;
}

#frm_form_10_container  label {
    font-size: 14px !important;
}

.gha-header-title h1 {
    color: #D09A06;
}

.img-head-container {
    background: transparent url("/wp-content/uploads/2016/02/sedonas-hiking-center-img-head.jpg") no-repeat 0px 0px /100%;
    min-height: 315px;
}

.gha-imghead .gha-header h1 {
    background-color: #fff;
    border: 2px solid #000;
}

.img-head-container .gha-header-title h1 {
    background-color: #e66d0a;
    color: #FFF;
}

.img-head-container .gha-header {
    background: transparent;
}

.diabetic-boot-camp-contactus {
    float: right;
    max-width: 340px;
    width: 100%;
    padding: 10px 10px 20px;
    border: 4px double #FFF;
    margin: 10px 0px 5px 20px;
}

.hike-label label,
.ghrf-title label {
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-weight: bold;
	font-size: 13px;
	color: #8d8b8b;
}

.diabetic-camp-link a {
    font-size: 14px;
    text-decoration: underline;
}

.phonenum.withmax-width {
    min-width: 242px;
    margin-right: 15px !important;
}

/* Hiking Guide 2 Changes */

.gha-header-left {
	float: left;
}

.gha-header-right {
	float: right;
}

.gha-description h1 {
    color: #FFF;
}

.book-now-btn a {
	background: rgba(0, 0, 0, 0) linear-gradient(#0a7e97, #333333) repeat scroll 0 0;
	padding: 12px 45px;
	color: #FFF;
	font-size: 18px;
	border: 2px solid #0A7E97;
	
}

.three .book-now-btn a {
	background: rgba(0, 0, 0, 0) linear-gradient(#d16b09, #533) repeat scroll 0 0;
	padding: 12px 45px;
	color: #FFF;
	font-size: 18px;
	border: 2px solid #D16B09;
	font-family: 'papyrus', Arial, Sans-Serif;
	font-weight: bold;
	
}

.three .gha-grid-info {
    margin-top: 77px;
}

.sedona-hiking-guide-2 .gha-grid-container {
    background: #DDD;
    border: 2px solid #1a1c04;
    float: left;
    margin: 10px 0.64%;
    max-width: 32%;
    min-height: 545px;
    width: 100%;
}

/* Additional Changes 2016 */

.health-condition-awareness textarea {
    margin-top: 19px;
}

.fb-like-box {
    min-height: 272px;
}

div.frm_submit input[type="submit"] {
	border-color: #dddddd !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
	margin-right: 0.89267299832384%;
}

.frm_style_formidable-style .reservation-request.street {
	margin-right: 0 !important;
}

.frm_style_formidable-style .reservation-request.zip {
	margin-left: 2.3%;
}

.frm_style_formidable-style .reservation-request.health-condition-awareness {
	margin-right: 0;
	margin-left: 1.6%;
}

.hhouse .ngg-slideshow.slick-slider {
	margin: 0 auto !important;
}

.hhouse .ngg-slideshow .ngg-gallery-slideshow-image {
	height: 100% !important;
}

.nfl-permit {
	font-size: 14px;
	font-style: italic;
}

.post-update-date {
	display: none;
}

/** New Changes 2020 */

.sidebar-content {
    margin: 0 auto;
    max-width: 330px;
}

.sidebar-content a,
.sidebar-content a:hover {
    text-decoration: none;
}

.sidebar-image {
    line-height: 0;
}

.sidebar-content.sidebar-destination-jeeping {
    background-color: #000;
    padding: 10px;
}

.sidebar-content-title-wrap {
    color: #FFF;
    padding: 10px;
    text-align: center;
}

.sidebar-content-title {
    padding-top: 0;
    margin-bottom: 3px;
    font-size: 18px;
}

.sidebar-destination-jeeping .sidebar-content-title {
    color: #d20921;
    text-shadow: 0 5px 10px #606060;
}

.sidebar-content-subtitle {
    padding: 0;
    margin: 0;
}

.sidebar-hiking-guide-book .sidebar-content-title-wrap,
.sidebar-guided-hike-adventure .sidebar-content-title-wrap {
    background: rgba(243, 177, 139, 1.0);
    background: -webkit-radial-gradient(center, rgba(243, 177, 139, 1.0), rgba(107, 46, 5, 1.0));
    background: -moz-radial-gradient(center, rgba(243, 177, 139, 1.0), rgba(107, 46, 5, 1.0));
    background: radial-gradient(ellipse at center, rgba(243, 177, 139, 1.0), rgba(107, 46, 5, 1.0));
    font-style: italic;
}

.sidebar-hiking-guide-book .sidebar-content-title {
    color: #000;
    text-shadow: 0 2px 4px #FFF;
}

.sidebar-guided-hike-adventure .sidebar-content-title {
    color: #FFF;
    font-size: 22px;
    text-shadow: 0 3px 5px #000;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1024px) {
	
	.content {
		width: 67.88793103448276%;
		padding: 0px;
	}
	
		
	.sidebar-primary {
		width: 30.71120689655172%;
		margin: 0px;
	}
	
	.site-header .widget-area {
		width: 59.91379310344828%;
	}
	
	.header-2 {
		margin-top: 25px;
	}
	
	.site-inner {
		margin: 0px 10px;
	}
	
	.wrap {
		max-width: 100%;
	}
	
	.nav-secondary {
		text-align: left;
	}
	
	.nav-secondary ul {
		margin-left: 5px;
	}

	.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
		float: left;
		margin: 0px 10px 0px 0px;
	}
	
	.home-middle {
		max-width: 670px;
		width: 100%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 7px;
	}
	
	.site-container {
		max-width: 950px;
		width: 100%
	}		
	
	.footer-widgets {
		margin: 0px 10px;
	}
	
	.footer-widgets .widget-area {
		width: 33.33333%;
		float: left;
		margin: 0;
	}
	
	.search-form input[type="search"] {
		width: 73.2%;
		float: left;
	}
	
	.search-form input[type="submit"] {
		width: 23.2%;
		margin-left: 3.2%;
		float: right;
	}
	
	.cc-email {
		width: 73.2%;
		margin-right: 0;
		float: left;
	}
	
	form[name="ccoptin"] input.searchsubmit {
		width: 23.2%;
		margin-left: 3.2%;
		float: right;
	}
	
	.footer-widgets .textwidget {
		height: 290px;
		background-color: #FFF;
	}
	
	#featured-post-3 article {
		min-height: 290px;
	}
	
	.comment-container {
		width: 100%;
	}
	
	.comment-container p {
		width: 100%;
	}
	
	.footer-widgets h2 a, .footer-widgets h2 a:visited {
		text-align: left !important;
		padding: 0px !important;
	}
	
	/* Homepage */
	
	.sidebar-img[alt="hike-house-trail-image"] {
		height: auto;
	}
	
	.home-top {
		max-width: 670px !important;
		width: 100% !important;
	}
	
	.home-middle {
		max-width: 670px !important;
		width: 100% !important;
	}	
	
	.listtrailratingcontainer {
		padding: 15px 10px;
		clear: both;
		overflow: hidden;
	}
	
	.genesis-nav-menu .menu-item {
		text-align: left;
		float: left;
		list-style-type: none;
	}
	
	.title-area {
		width: 39.87068965517241%;
	}
	
	.site-header .site-title a {
		background-size: 320px auto !important;  
		background-position: left center !important;
	}
	
	.traildatacontainer {
		width: 68.0327868852459%;
		float: left;
	}
	
	.trailratingcontainer {
		width: 30.32786885245902%;
		float: right;
	}
	
	.traildata-details-container {
		margin: 0;
	}

}

@media only screen and (max-width: 853px) {
	.site-container {
		width: 95vw;
		max-width: unset;
	}
	
	.genesis-nav-menu a {
		font-size: 1.35vw;
		padding: 10px 0.5vw !important;
	}
	
	.footer-widgets .textwidget {
		height: 358px;
	}
	
	.widget_slideshow {
		height: 295px;
	}
	
	.ngg-slideshow {
		height: 295px !important;
	}
	
	.twnt-px {	
		padding-left: 64%;
	}
	
	.search-form input[type="search"] {
		background-position-x: 8px;
		background-position-y: center;
		width: 71.2%;
		padding: 5px 5px 5px 30px;
	}
	
	.search-form input[type="submit"] {
		width: 25.2%;
	}
	
	.cc-email {
		width: 71.2%;
	}
	
	form[name="ccoptin"] input.searchsubmit {
		width: 25.2%;
	}
	
	.footer-widgets-1 {
		width: 263px;
	}
	
	.footer-widgets-2 {
		width: 263px;
	}
	
	.footer-widgets-3 {
		width: 262px;
	}
	
	/* Make Facebook Like Box Responsive */
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {

	}
	
	/* Trail Rating Style */
	.listtrailratingcontainer {
		padding: 15px;
	}
	
	.traildata-details-container {
		margin: 0;
		width: 100%;
	}
	
	.traildatacontainer {
		width: 61.033%;
	}
	
	.trailratingcontainer {
		width: 36.328%;
	}
	
	img[src*="hh-map-basic.jpg"] { 
		width: 50%;
	}
	
	.rimg {
		float: none;
	}
	.hiking-clinic-image{
		display: none;
	}
	
	.gha-header h1 {
   		font-size: 18px;
	}
	
	div.three .gha-grid-info {
		margin-top: 35px !important;
	}
	
	div.five .gha-grid-info {
		margin-top: 30px !important;
	}
	
	.gha-grid-title h1 {
    	font-size: 15px;
	}
	
	#frm_field_95_container {
		margin-left: 0 !important;
	}


}

@media only screen and (max-width: 800px) {
	
	/* Trigger Responsive Menu */
	
		.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.nav-secondary {
	  background: url("images/btns_bg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
	  color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.025);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
		font-size: 17px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu li:hover > a {
		color: #222;
	}
	
	.nav-secondary ul {
		border-bottom: 4px double rgb(84, 41, 2);
	}
	
	.genesis-nav-menu a {
		font-size: 17px;
	}

	.nav-secondary {
		text-align: center;
	}

	.genesis-nav-menu a {
		font-size: 14px;
		padding: 10px 15px !important;
	}
	
	.widget_slideshow {
		height: 265px;
	}
	
	.ngg-slideshow {
		height: 265px !important;
	}
	
	.widget_search input[type="submit"] {
		margin: 0px 0px 0px 5px;
	}
	
	.footer-widgets .textwidget {
		height: 379px;
	}

	.traildatacontainer {
		width: 61%;
	}
	.indent-hiking-tips{
		padding-left: 0;
	}
	.hiking-clinic-image{
		display: none;
	}
	
	.gha-grid-title h1 {
		font-size: 16px;
	}
	
	.gha-grid-container {
    	min-height: 540px;
	}
	
	div.three .gha-grid-info {
		margin-top: 14px !important;
	}
	
	div.five .gha-grid-info {
		margin-top: 10px !important;
	}
	
	div.six .gha-grid-info {
		margin-top: 30px !important;
	}
	
	.site-header .site-title a {
		background-size: 275px auto !important;
	}


}

 @media only screen and (max-width: 768px) {	
 
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		margin: 0px;
	}
	
	.search-form input[type="search"] {
		width: 100%;
	}
	
	.widget_search input[type="submit"] {
		margin: 10px 0px 0px;
		display: block;
		width: 100%;
	}
	
	.cc-email {
		margin: 0px;
		width: 100%;
	}
	
	.sidebar .searchsubmit {
		width: 100%;
		display: block;
		margin: 10px 0px 0px;
	}
	
	.footer-widgets-1 {
		width: 243px;
	}
	
	.footer-widgets-2 {
		width: 248px;
	}
	
	.footer-widgets-3 {
		width: 226px;
	}
	
	.footer-widgets-2 .entry-title a {
		display: block;
		text-align: left;
		padding: 0px !important;
	}
	
	.traildatacontainer {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 20px;
	}
	
	.trailratingcontainer {
		width: 100%;
		float: none;
	}
	
	.trailratingcontainer .gdmultitable {
		margin: 0 auto;
	}
	
	.footer-widgets .textwidget {
		height: 349px;
	}
	
	.twnt-pxt {
		padding-left: 60%;
	}

	.indent-hiking-tips{
		padding-left: 45%;
	}
	.hiking-clinic-image{
		display: none;
	}
	
	.gha-grid-title h1 {
		font-size: 15px;
	}
	
	.gha-header .sect {
    	margin: 0px 8px;
	}

} 

@media only screen and (max-width: 753px) {
	
	.footer-widgets .textwidget {
		height: 411px;
	}
	
	/* Comment Section */
	.comment-container p {
		width: 100%;
		max-width: 395px;
	}
	.indent-hiking-tips{
		padding-left: 0;
	}

	.hiking-clinic-image{
		display: none;
	}
	
	#commentform .gdmultitable {
		margin: 0px;
	}
	
	.gha-grid-title h1 {
		font-size: 15px;
	}
	
	.gha-header .sect {
		margin: 0px 6px;
	}

}


@media only screen and (max-width: 700px) {
	
	.site-container {
		max-width: 665px;
	}
	
	.site-inner {
		margin: 0px 15px;
	}
	
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		float: none;
		width: 100%;
		padding: 0px 4.739336492891%;
	}
	
	.sidebar-primary {
		width: 100%;
		float: none;
		max-width: unset;
		padding: 0px 30px;
	}
	
	.sidebar-img[alt="hike-house-trail-image"] {
		display: none;
	}

	.search-form input[type="search"] {
		background: #FFF url("images/search.png") no-repeat scroll 6px 6px / 18px 18px;
		padding: 7px 5px 7px 35px;
		margin-top: 25px;
	}
	
	body {
		font-size: 14px;
	}
	
	.site-header {
	  background: none repeat scroll 0 0 #020202;
	  overflow: hidden;
	  padding: 10px 10px 35px;
	  height: 255px;
	}
	
	.widget_slideshow {
		height: 290px;
	}
	
	.header-1, 
	.header-2 {
	  text-align: center;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .widget-area {
		margin-top: -20px;
		width: 100% !important;
	}

	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.footer-widgets .widget-area {
		width: 100%;
		float: none;
	}
	
	.sedona-trail-rating-system-image img {
		text-align: center;
		margin: 0 auto;
	}
	
	.site-title {
		font-size: 32px;
	}
	
	.entry-meta .entry-tags {
		clear: both;
		float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
	}
	
	.lifestyle-pro-home .featuredpost .alignleft,
	.lifestyle-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}
	
	div.trail-name-single-line {
		font-size: 25px;
		/*word-break: break-all;*/
		line-height: 30px;
	}
	
	.trail-name-double-line-first {
		font-size: 25px !important;
		line-height: 35px !important;
		margin-bottom: 0px !important;
	}
	
	.trail-name-double-line-second {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	
	.sidebar h4 {
		font-size: 13px;
		padding: 10px 5px;
		text-align: center;
	}
	
	.sed-hiking-book {
		text-align: center;
		margin-top: 20px;
	}
	
	.sidebar .widget {
		margin: 0px 0px 20px 0px !important;
		padding: 0px;
	}
	
	.cc-email {
		padding: 10px;
	}
	
	.footer-widgets .textwidget {
		height: auto;
	}

	#text-995190742 {
		margin-top: 20px !important;
	}

	.footer-widgets {
		padding: 0px 30px;
	}
	
	.entry-content img {
		display: block;
	}
	
	#commentform .gdmultitable {
		margin: 0px;
	}

	img[title="The Hike House Map"] {
		width: 350px;
		height: 330px;
	}

	#recent-posts-3 {
		margin-top: 10px !important;
	}

	.search-form {
		margin-top: 10px;
	}


	.site-header .site-title a {
		background: transparent url("/wp-content/uploads/2014/12/logo.png") no-repeat 50% 0% !important;
	}
		
	.title-area {
		float: none;
	}
		
	.entry-content {
		width: 100%;
	}

	.content-slider {
		width: 100%;
	}

	.header-2 {
		margin-top: 10px;
	}

	.TrailRatingBoarder {
		max-width: 179px;
		height: 138px;
	}

	.footer-widgets h4{
		max-width: unset;
		margin-left: 0px;
	}

	.footer-widgets article {
		margin-left: 0px;
		margin: 0 auto;
		max-width: unset;
	}

	.footer-widgets-2 .entry-content {
		width: 100%;
		text-align: justify;
	}

	.rimg {
		display: inline-block !important;
		float: none;
	}

	/* Comment Section */
	.comment-container {
		width: 100%;
	}

	.comment-container p {
		width: 70%;
		max-width: unset;
	}
	
	.footer-widgets-2 h2 {
		padding-top: 15px;
	}
	.hiking-clinic-image{
		display: none;
	}

	.gha-grid-container {
		max-width: 48%;
	}
	
	.gha-grid-title h1 {
		font-size: 18px;
	}
	
	.gha-header h1 {
		font-size: 23px;
	}
	
	.gha-header-left {
		float: none;
		text-align: left;
	}
	
	.gha-header-right {
		float: none;
		display: block;
		margin-bottom: 15px;
	}
	
	.gha-header-left {
    	margin-bottom: 20px;
	}

}

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

	img[title="The Hike House Map"] {
		width: 50%;
		height: auto; 
		margin-top: 31px;
	}

	.home-top {
		height: 280px;
	}
	
	.ngg-slideshow {
		height: 310px !important;
	}
	
	.content-slider {
    margin-bottom: -55px;
	}
	
	.comment-container {
		max-width: 100%;
	}
	
	.twovertical-image-left, .twovertical-image-right {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	
	.twovertical-image-left img, .twovertical-image-right img {
		margin: 0px auto;
	}
	
	/* Comment Section */
	
	.comment-container p {
		width: 67%;
		max-width: unset;
	}
	
	#commentform .gdmultitable {
		margin: 0px;
	}
	.hiking-clinic-image{
		display: none;
	}
	
	.gha-grid-container {
		max-width: 48.72%;
	}
	
	div.three .gha-grid-info {
		margin-top: 60px !important;
	}
	
	.gha-grid-title h1 {
		font-size: 16px;
	}
	
	.health-condition-awareness {
		display: block;
		float: none !important;
	}
	
	.reservation-request.special-preferences,
	.reservation-request.health-condition-awareness	{
		width: 75%;
	}
	
	.reservation-request.radio-group {
		width: 55%;
	}

}

@media only screen and (max-width: 604px) {
	.home-top {
		height: 265px;
	}
	
	/* Comment Section */
	
	.comment-container p {
		width: 65%;
		max-width: unset;
	}
	
	.twnt-px {
		padding-left: 55%;
	}
	
	.hiking-clinic-image{
		display: none;
	}
	
	.gdmultitable td {
		padding: 2px 2px !important;
	}
	
	.gha-grid-container {
		min-height: 560px;
	}
	
	.gha-grid-title h1 {
		font-size: 17px;
	}
	
	.gha-header h1 {
		font-size: 19px;
		width: 100%;
	}
	
	.gha-header .sect {
		margin: 10px auto;
		display: block;
		width: 100%;
	}
	
	div.three .gha-grid-info {
		margin-top: 36px !important;
	}
	
	.reservation-request.number-in-your-party-label {
		display: none;
	}
	
	.reservation-request.radio-group {
		float: none;
		display: block;
		clear: both;
		width: 65%;
	}
	
	.reservation-request.radio-group .frm_primary_label {
		display: block !important;
		font-size: 14px !important;
	}
	
	.reservation-request.hike-section-group {
		margin-bottom: 45px !important;
	}
	
	.reservation-request.hike-label-group {
		width: 45% !important;
	}
	
	.reservation-request.diabetic-boot-camp-hike-label { 
		width: 90% !important;
	}
	
	.reservation-request.date-picker-group {
		width: 20% !important;
	}

}

@media only screen and (max-width: 568px) {
	.home-top {
		height: 245px;
	}
	
	.content-slider {
		margin-bottom: -85px;
	}
	
	/* Comment Section */
	.comment-container p {
		width: 63%;
		max-width: unset;
	}
	
	img[alt="Mike at the Grand Canyon South Rim"] {
		width: 50%;
	}
	
	.page-lists li {
		margin-left: 0px;
	}
	
	.rimg {
		width: 90%;
	}
	
	.hiking-clinic-image{
		display: none;
	}
	
	.gdmultitable .hh_td_border{
		word-break: break-all;
	}
	
	.gha-grid-title h1 {
		font-size: 16px;
	}
	
	.gha-grid-container {
		min-height: 550px;
	}
	
	div.three .gha-grid-info {
		margin-top: 12px !important;
	}
	
	.reservation-request.phone {
		float: none !important;
	}
	
	.reservation-request.diabetic-boot-camp-hike-section {
		width: 85% !important;
	}
	
	.diabetic-boot-camp-contactus {
    	max-width: 285px;
	}
	
		
	.reservation-request.street {
		width: 30% !important;
	}
	
	.reservation-request.zip {
		width: 25%;
	}


}

@media only screen and (max-width: 534px) {
	
	.header-2 {
		font-size: 16px;
	}
	
	.home-top {
		height: 230px;
	}
	
	.gototop {
		display: block;
		text-align: unset;
		width: 100%;
		font-size: 15px;
	}
	
	.copyright-info {
		display: block;
		width: 100%;
	}
	
	.login-out {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.traildata-table .traildata-title {
		padding-right: 10px;
	}
	
	.page-lists li {
		margin-left: 20px;
	}
	
	/* Comment Section */
	.comment-container p {
		width: 59%;
	}
	
	.gdmultitable {
		width: 100%;
		font-size: 10px;
		font-family: "Segoe UI", Arial;
	}
	
	.starrating-container .gdmultitable {
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
	}
	
	#respond .gdmultitable {
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
	}
	.hiking-clinic-image{
		display: none;
	}
	
	.gha-grid-title h1 {
		font-size: 14px;
	}
	
	.gha-grid-container {
		min-height: 565px;
	}


}

@media only screen and (max-width: 480px) {
	
	.ngg_slideshow, 
	.ngg-galleryoverview {
	  height: 210px;
	}
	
	.starrr {
	  float: none;
	  font-size: 12px;
	  font-weight: normal;
	  margin: 0 0 5px 5px;
	}
	
	.rimg {
	  float: none;
	  margin: 5px;
	}
	
	img[title="The Hike House Map"] {
		text-align: center;
		margin: 0px 0px 20px;
		width: 100%;
	}
	
	img.centered, .aligncenter {
		display: none !important;
	}

	.aligncenter[alt="The Grand Canyon South Rim Quote"] {
		display: none !important;
	}

	img[alt="The Grand Canyon Planning Station title"] {
		display: none !important;
	}

	img[src="/images/home_q.jpg"] {
		display: none;
	}

	.header-2 {
		margin-top: 10px;
	}
		
	.footer-widgets-1 {
		margin-left: 0px;
	}

	.footer-widgets-2 {
		margin-left: 0px;
	}

	img[src="/wp-content/themes/the_hike_house/images/sedon_q.jpg"] {
		display: none;
	}
 

	.home-top {
		height: 200px;
	}
	
	.twnt-px {
		padding-left: 40%;
	}

	.content-slider {
		margin-bottom: 20px;
		height: 190px;
	}
	
	img[src*="mrsedona_small.jpg"] {
		width: 50%;
		margin: 0 auto 14px;
		float: none;
	}

	/* Comment Section */

	.comment .avatar {
		margin: 0px 30px 0px 0px !important;
	}

	.comment-container .starrr {
		margin: 0px 0px 10px !important;
	}

	.comment-container p {
		width: 100% !important;
	}

	img[alt="Mike at the Grand Canyon South Rim"] {
		margin: 0px 10% 20px 0px;
	}

	.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
		width: 100%;
	}
	
	.gdmultitable td {
		width: 100%;
		font-size: 10px;
		font-family: "Segoe UI",Arial;
	}
	
	.starrating-container .gdmultitable td {
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
	}
	
	#respond .gdmultitable td {
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
	}
	
	.gha-grid-container {
		max-width: 100%;
	}
	
	.gha-grid-title h1 {
		font-size: 18px;
	}
	
	div.three .gha-grid-info {
		margin-top: 35px !important;
	}
	
	.reservation-request.phone {
		float: none;
	}
	
	.reservation-request.address {
		display: block;
		
	}
	
	.reservation-request.diabetic-boot-camp-hike-section {
		width: 80% !important;
	}
	
	.reservation-request.diabetic-boot-camp-hike-label,
	.reservation-request.diabetic-boot-camp-hike-link	{
		width: 100% !important;
		margin-bottom: 5px !important;
	}
	
	.diabetic-boot-camp-contactus {
		max-width: 100%;
		margin: 10px 0px;
	}

}

@media only screen and (max-width: 424px) {
	.home-top {
		height: 180px;
	}
	
	.twnt-px {
		padding-left: 130px;
	}
	
	.content-slider {
		margin-bottom: -20px;
	}
	
	img[alt="Mr. Sedona"] {
		margin-left: 25%;
	}
	
	img[alt="Mike at the Grand Canyon South Rim"] {
		margin: 0px 8% 20px 0px;
	}
	
	img[src*="hiking_preparedness_images.gif"] {
		width: 260px;
		margin-bottom: 15px;
	}
	
	img[alt="The Hike House Map"] {
		text-align: center;
		margin: 0px 0% 20px;
	}
	
	.gdmultitable td {
		font-size: 8px;
	}
	
	.comment-container .gdmultitable td {
		font-size: 11px;
		font-family: Arial;
		font-weight: bold;
	}
	.hiking-clinic-image{
		display: none;
	}
	
	.faq {
		text-align: left;
		font-size: 19px;
	}
	
	.diabetic-boot-camp-title {
		text-align: left;
		font-size: 27px !important;
	}

}

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

	.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
		float: none;
		width: 100%;
		padding: 0px;	
	}
	
	.ngg-slideshow {
		height: 200px !important;
	}

	.home-top {
		height: 180px;
	}
	
	.content-slider {
    margin-bottom: -5px;
	}
	
	/* Trail Rating Section */
	.traildata-details-container {
		padding: 7px 10px;
	}
	
	.traildata-table .traildata-title {
		padding-right: 0px;
	}
	
	.listtrailratingcontainer {
		padding: 15px 10px;
	}
	
	.VideoLink {
		width: 65%;
		margin-top: 15px;
		padding: 0px;
	}
	
	.twnt-pxt {
		padding-left: 40%;
	}
	
	.sidebar-primary {
		padding: 0px;
	}
	
	.footer-widgets {
		padding: 0px;
	}
	
	img[src*="hiking_preparedness_images.gif"] {
		margin-left: 30px;
	}
	.hiking-clinic-image{
		display: none;
	}
	
	.gha-description {
		font-size: 18px;
	}
	
	.gha-description {
    	padding: 0px 25px;
	}
	
	.reservation-request.name input {
		width: 270px !important;
	}
	
	.reservation-request.email input {
		width: 270px !important;
	}
	
	.reservation-request.address input {
		width: 57% !important;
	}
	
	.reservation-request.city input {
		width: 270px !important;
	}
	
	.reservation-request.street {
		width: 30% !important;
	}
	
	.reservation-request.zip {
		width: 20% !important;
	}
	
	.reservation-request.special-preferences,
	.reservation-request.health-condition-awareness {
		width: 60%;
	}
	
	.reservation-request.hike-label-group {
		width: 40% !important;
	}
	
	.diabetic-boot-camp-title {
    	font-size: 26px !important;
	}

}

@media only screen and (max-width: 360px) {
	
	.ngg_slideshow, 
	.ngg-galleryoverview {
	  height: 150px;
	}
	
	td.hh_heading {
	  font-size: 9px;
	  font-weight: normal;
	}
	
	tr.hh-row-odd {
	  font-size: 9px;
	  font-weight: normal;
	}
	
	tr.hh-row-even {
	  font-size: 9px;
	  font-weight: normal;
	}
	
	.searchsubmit {
	  font-size: 9px;
	}
	
	.alignleft {
	  display: block;
	  float: none;
	}
	
	.page-structure .trail-summary-data {
		font-size: 8px;
		font-weight: normal;
	  	padding: 3px;
	}

img[alt="Hiking Preparedness Images"] {
    margin: 0px auto 25px;
	width: 202px;
}

img[src="/wp-content/themes/the_hike_house/images/sedon_q.jpg"] {
    display: none;
}

img[src="/wp-content/uploads/2011/03/sedonatrailratingsystem_reviewtrailratings.jpg"] {
    display: none;
}

.site-header .title-area {
	padding: 0px !important;
}

.header-image .site-title a {
    margin: 0px;
}

.home-top {
    margin-bottom: -20px;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
		width:  100% !important;
		display:block;
		z-index:2000;
		position:relative;
}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style]{
	width: 100% !important;
	display:block;
	z-index:2000;
	position:relative;
}

.site-header .site-title a {
    background: transparent url("./images/logo-small.png") no-repeat scroll 50% 0% !important;
}

.site-header .widget-area {
    margin-top: -20px;
}

	.header-2 {
		font-size: 16px;
	}

	.home-top {
		margin-bottom: -65px;
	}
	
	.entry-title {
		font-size: 18px;
	}
	
	.papyrus-text {
		font-size: 18px;
	}
	
	.twnt-px {
    font-size: 12px;
	}

	.quoted-title {
		margin-bottom: 0px;
	}
	
	.home-top {
    height: 230px;
}

.title-area {
	height: 80px;
}

.site-header .widget-area {
    margin-top: -70px;
}

.site-header {
    height: 215px;
}

.VideoSlideshowContainer {
	margin-top: 30px;
}
	
.search-form input[type="search"] {
    width: 100% !important;
    margin-bottom: 13px;
}

.search-form input[type="submit"] {
    width: 100% !important;
    margin: 0px !important;
}

.cc-email {
    width: 100% !important;
    height: 40px !important;
}

input[type="submit"] {
    width: 100% !important;
    height: 40px !important;
}

input[type="submit"] {
    height: 40px !important;
    width: 131px !important;
    font-size: 14px;
}

.sidebar .searchsubmit {
    width: 100% !important;
    display: block;
    margin: 10px 0px 0px;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea {
	max-width: 96% !important;
}

.footer-widgets-2 img {
    display: none;
}

.footer-widgets-2 .entry-title {
    margin-top: 10px !important;
}

img[alt="Mike at the Grand Canyon South Rim"] {
    width: 100%;
}

img[alt="Apparel Images"] {
    margin: 0 auto;
}

img[alt="Hiking Preparedness Images"] {
    margin: 0 auto;
}

img[alt="Mike at the Grand Canyon South Rim"] {
    margin: 0px 0% 20px;
}

.energy-cafe-img {
    margin: 0 auto 20px !important;
}

img[alt="Mr. Sedona"] {
    margin: 0px auto 20px;
    width: 65%;
}

.papyrus-text-yellow {
	padding: 0px;
}

	.hiking-clinic-image{
		display: none;
	}

	.reservation-request.date-label {
		display: none;
	}
	
	.reservation-request.date-picker-group {
    	display: block;
		float: none;
	}

	.reservation-request.date-picker-group .frm_primary_label {
		display: block !important;
		font-size: 14px !important;
	}
	
	.reservation-request.hike-label-group {
		width: 60% !important;
		margin-bottom: 10px !important;
	}
	
	.reservation-request.date-label,
	.reservation-request.hike-title	{
		display: none !important;
	}
	
	.diabetic-boot-camp-title {
    	font-size: 24px !important;
	}
	
		.frm_submit input[type="submit"] {
		height: 30px !important;
		width: 95px !important;
	}

}

@media only screen and (max-width: 320px) {
	.home-top {
		height: 215px;
	}
	
	.comment-list li {
		padding: 0px;
	}
	
	.content-slider {
		margin-bottom: -30px;
	}

	.searchsubmit {
    		font-size: 14px;
    		font-weight: bold;
	}

	.cc-email{
		width: 170px;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    		margin: 18px 0 0 0px !important;
	}
	
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea {
		max-width: 80% !important;
	}
	
	.twnt-px {
		padding-left: 35%;
	}
	
	.rimg {
		width: 96%;
	}

	.searchsubmit{
		width: 80px;
		font-size: 11px;

	}

	.big-text-yellow {
    		font-size: 19px;
	}

	td.hh_heading {
    		font-size: 8px;
	}

	tr.hh-row-odd {
    		font-size: 8px;
	}

	a.HHStarResultsLink:link, a.HHStarResultsLink:visited {
  		//padding-left: 0 !important;
	}

	.featured-content img, .gallery img {
    		display: none;
	}

	.page-lists li {
    		margin-left: 10px;
	}


	.entry-content ol, .entry-content ul {
    		margin-left: 15px;
	}

	/* Trail Rating Section */
	.starrating-container {
		padding: 7px 0px;
	}
	
	.VideoLink {
		width: 100%;
		margin-top: 0px;
		padding: 0px;
		display: block;
	}
	
	img[alt="Hiking Preparedness Images"] {
		margin: 0px auto 25px;
	}
	
	.footer-widgets-1 .textwidget {
		height: 290px;
	}

	.hiking-clinic-image{
		display: none;
	}
	
	.gha-header h1 {
		font-size: 16px;
	}
	
	.gha-grid-title h1 {
		font-size: 16px;
	}
	
	.faq {
    	font-size: 17px;
	}
	
	.reservation-request.name input {
		width: 250px !important;
	}
	
	.reservation-request.email input {
		width: 250px !important;
	}
	
	.reservation-request.address input {
		width: 53% !important;
	}
	
	.reservation-request.city input {
		width: 250px !important;
	}
	
	.reservation-request.special-preferences,
	.reservation-request.health-condition-awareness {
		width: 55%;
	}
	
	.reservation-request.radio-group {
    	width: 50%;
	}
	
	.diabetic-boot-camp-title {
    	font-size: 22px !important;
	}

	/** New Changes 2020 */

    .sidebar-content-title {
        font-size: 15px;
    }

    .sidebar-guided-hike-adventure .sidebar-content-title {
        font-size: 18px;
    }

}



@media only screen and (max-width: 240px) {
	.home-top {
		margin-bottom: -100px;
	}
	
	h1, .entry-title{
		margin-top: 12px;
	}
	
	.content-slider {
		margin-bottom: -65px;
	}
	
	.alignright[alt="Mr. Sedona"] {
		width: 155px;
	}
	
	
	.alignright {
    float: none;
    text-align: unset;
	}

	img.alignright {
    margin: 0px auto;
	}

	.twnt-px {
		padding-left: 65px;
	}
	
	.site-header {
		height: 260px;
	}
	
	.VideoSlideshowContainer {
		margin-top: 20px;
	}
	
	/* Comment Section */
	
	.comment-container .starrr {
		margin: 5px auto 20px !important;
		width: 100% !important;
	} 
	
	.comment .avatar {
		margin: 0px 10px 0px 0px !important;
	}
	
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea {
		max-width: 60% !important;
	}
	
	.listtrailratingcontainer {
		padding: 15px 3px;
	}
	
	.comment-respond {
		padding: 5px 5px;
	}
	
	.entry-comments-link {
		float: none;
	}
	.hiking-clinic-image{
		display: none;
	}

}

.nav-secondary ul{
	border-top: 3px solid rgba(126, 53, 0, 0.5);
}