@charset "UTF-8";
/*
Theme Name: visitalpinetx-3
Description: Updated custom theme for the City of Alpine.
Author: Vast Graphics
Author URI: http://www.vastgraphics.com
Template: twentyten
*/
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%; }

#content {
  margin: 0 280px 0 20px; }

#primary,
#secondary {
  float: right;
  overflow: hidden;
  width: 220px; }

#secondary {
  clear: right; }

#footer {
  clear: both;
  width: 100%; }

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
  margin: 0 auto;
  width: 640px; }

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
  margin: 0 auto;
  width: 900px; }

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: Georgia, "Bitstream Charter", serif; }

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

input[type="submit"] {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace; }

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
  margin: 0 auto;
  width: 940px; }

#wrapper {
  background: #fff;
  margin-top: 20px;
  padding: 0 20px; }

/* Structure the footer area */
#footer-widget-area {
  overflow: hidden; }

#footer-widget-area .widget-area {
  float: left;
  margin-right: 20px;
  width: 220px; }

#footer-widget-area #fourth {
  margin-right: 0; }

#site-info {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 700px; }

#site-generator {
  float: right;
  width: 220px; }

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
  background: #f1f1f1; }

body,
input,
textarea {
  color: #666;
  font-size: 12px;
  line-height: 18px; }

hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px; }

/* Text elements */
p {
  margin-bottom: 18px; }

ul {
  list-style: square;
  margin: 0 0 18px 1.5em; }

ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 0 24px 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 18px; }

strong {
  font-weight: bold; }

cite,
em,
i {
  font-style: italic; }

big {
  font-size: 131.25%; }

ins {
  background: #ffc;
  text-decoration: none; }

blockquote {
  font-style: italic;
  padding: 0 3em; }

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal; }

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em; }

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

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: smaller; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px; }

a:link {
  color: #0066cc; }

a:visited {
  color: #743399; }

a:active,
a:hover {
  color: #ff4b33; }

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px; }

/* =Header
-------------------------------------------------------------- */
#header {
  padding: 30px 0 0 0; }

#site-title {
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 18px 0;
  width: 700px; }

#site-title a {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

#site-description {
  clear: right;
  float: right;
  font-style: italic;
  margin: 15px 0 18px 0;
  width: 220px; }

/* This is the custom header image */
#branding img {
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  float: left; }

/* =Menu
-------------------------------------------------------------- */
#access {
  background: #000;
  display: block;
  float: left;
  margin: 0 auto;
  width: 940px; }

#access .menu-header,
div.menu {
  font-size: 13px;
  margin-left: 12px;
  width: 928px; }

#access .menu-header ul,
div.menu ul {
  list-style: none;
  margin: 0; }

#access .menu-header li,
div.menu li {
  float: left;
  position: relative; }

#access a {
  color: #aaa;
  display: block;
  line-height: 38px;
  padding: 0 10px;
  text-decoration: none; }

#access ul ul {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  float: left;
  width: 180px;
  z-index: 99999; }

#access ul ul li {
  min-width: 180px; }

#access ul ul ul {
  left: 100%;
  top: 0; }

#access ul ul a {
  background: #333;
  line-height: 1em;
  padding: 10px;
  width: 160px;
  height: auto; }

#access li:hover > a,
#access ul ul :hover > a {
  background: #333;
  color: #fff; }

#access ul li:hover > ul {
  display: block; }

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: #fff; }

* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
  color: #fff; }

/* =Content
-------------------------------------------------------------- */
#main {
  clear: both;
  overflow: hidden;
  padding: 40px 0 0 0; }

#content {
  margin-bottom: 36px; }

#content,
#content input,
#content textarea {
  color: #333;
  font-size: 16px;
  line-height: 24px; }

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
  margin-bottom: 24px; }

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

#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 15px;
  line-height: 21px; }

#content code {
  font-size: 13px; }

#content dt,
#content th {
  color: #000; }

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  color: #000;
  line-height: 1.5em;
  margin: 0 0 20px 0; }

#content table {
  border: 1px solid #e7e7e7;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%; }

#content tr th,
#content thead th {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px; }

#content tr td {
  border-top: 1px solid #e7e7e7;
  padding: 6px 24px; }

#content tr.odd td {
  background: #f2f7fc; }

.hentry {
  margin: 0 0 48px 0; }

.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px; }

.single .hentry {
  margin: 0 0 36px 0; }

.page-title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 36px 0; }

.page-title span {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: normal; }

.page-title a:link,
.page-title a:visited {
  color: #777;
  text-decoration: none; }

.page-title a:active,
.page-title a:hover {
  color: #ff4b33; }

#content .entry-title {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0; }

.entry-title a:link,
.entry-title a:visited {
  color: #000;
  text-decoration: none; }

.entry-title a:active,
.entry-title a:hover {
  color: #ff4b33; }

.entry-meta {
  color: #777;
  font-size: 12px; }

.entry-meta abbr,
.entry-utility abbr {
  border: none; }

.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666; }

.entry-content,
.entry-summary {
  clear: both;
  padding: 12px 0 0 0; }

.entry-content .more-link {
  white-space: nowrap; }

#content .entry-summary p:last-child {
  margin-bottom: 12px; }

.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px; }

.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px; }

.entry-content input {
  margin: 0 0 24px 0; }

.entry-content input.file,
.entry-content input.button {
  margin-right: 24px; }

.entry-content label {
  color: #777;
  font-size: 12px; }

.entry-content select {
  margin: 0 0 24px 0; }

.entry-content sup,
.entry-content sub {
  font-size: 10px; }

.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%; }

.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%; }

.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  line-height: 48px;
  word-spacing: 0.5em; }

.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none; }

.home .sticky .page-link a {
  background: #d9e8f7; }

.page-link a:active,
.page-link a:hover {
  color: #ff4b33; }

body.page .edit-link {
  clear: both;
  display: block; }

#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px; }

#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px; }

#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px; }

#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0; }

.entry-utility {
  clear: both;
  color: #777;
  font-size: 12px;
  line-height: 18px; }

.entry-meta a,
.entry-utility a {
  color: #777; }

.entry-meta a:hover,
.entry-utility a:hover {
  color: #ff4b33; }

#content .video-player {
  padding: 0; }

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
  margin-bottom: 24px; }

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0; }

.home .hentry.format-aside,
.home .hentry.category-asides {
  padding: 0; }

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
  padding-top: 0; }

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0; }

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px; }

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px; }

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px; }

.attachment .entry-content .nav-previous a:before {
  content: '\2190\00a0'; }

.attachment .entry-content .nav-next a:after {
  content: '\00a0\2192'; }

/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

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

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center; }

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */ }

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

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

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

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl {
  margin: 0; }

.gallery img {
  border: 10px solid #f1f1f1; }

.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

/* =Navigation
-------------------------------------------------------------- */
.navigation {
  color: #777;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden; }

.navigation a:link,
.navigation a:visited {
  color: #777;
  text-decoration: none; }

.navigation a:active,
.navigation a:hover {
  color: #ff4b33; }

.nav-previous {
  float: left;
  width: 50%; }

.nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#nav-above {
  margin: 0 0 18px 0; }

#nav-above {
  display: none; }

.paged #nav-above,
.single #nav-above {
  display: block; }

#nav-below {
  margin: -18px 0 0 0; }

/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both; }

#comments .navigation {
  padding: 0 0 18px 0; }

h3#comments-title,
h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0; }

h3#comments-title {
  padding: 24px 0; }

.commentlist {
  list-style: none;
  margin: 0; }

.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative; }

.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0; }

#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px; }

#comments .comment-body p:last-child {
  margin-bottom: 6px; }

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px; }

.commentlist ol {
  list-style: decimal; }

.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0; }

.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold; }

.comment-author .says {
  font-style: italic; }

.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0; }

.comment-meta a:link,
.comment-meta a:visited {
  color: #777;
  text-decoration: none; }

.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33; }

.reply {
  font-size: 12px;
  padding: 0 0 24px 0; }

.reply a,
a.comment-edit-link {
  color: #777; }

.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33; }

.commentlist .children {
  list-style: none;
  margin: 0; }

.commentlist .children li {
  border: none;
  margin: 0; }

.nopassword,
.nocomments {
  display: none; }

#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px; }

.commentlist li.comment + li.pingback {
  margin-top: -6px; }

#comments .pingback p {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0; }

#comments .pingback .url {
  font-size: 13px;
  font-style: italic; }

/* Comments form */
input[type="submit"] {
  color: #333; }

#respond {
  border-top: 1px solid #e7e7e7;
  margin: 24px 0;
  overflow: hidden;
  position: relative; }

#respond p {
  margin: 0; }

#respond .comment-notes {
  margin-bottom: 1em; }

.form-allowed-tags {
  line-height: 1em; }

.children #respond {
  margin: 0 48px 0 0; }

h3#reply-title {
  margin: 18px 0; }

#comments-list #respond {
  margin: 0 0 18px 0; }

#comments-list ul #respond {
  margin: 0; }

#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px; }

#respond .required {
  color: #ff4b33;
  font-weight: bold; }

#respond label {
  color: #777;
  font-size: 12px; }

#respond input {
  margin: 0 0 9px;
  width: 98%; }

#respond textarea {
  width: 98%; }

#respond .form-allowed-tags {
  color: #777;
  font-size: 12px;
  line-height: 18px; }

#respond .form-allowed-tags code {
  font-size: 11px; }

#respond .form-submit {
  margin: 12px 0; }

#respond .form-submit input {
  font-size: 14px;
  width: auto; }

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
  list-style: none;
  margin-left: 0; }

.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em; }

.widget-area select {
  max-width: 100%; }

.widget_search #s {
  /* This keeps the search inputs in line */
  width: 60%; }

.widget_search label {
  display: none; }

.widget-container {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin: 0 0 18px 0; }

.widget-container .wp-caption img {
  margin: auto; }

.widget-title {
  color: #222;
  font-weight: bold; }

.widget-area a:link,
.widget-area a:visited {
  text-decoration: none; }

.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline; }

.widget-area .entry-meta {
  font-size: 11px; }

#wp_tag_cloud div {
  line-height: 1.6em; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left; }

#wp-calendar thead {
  font-size: 11px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  text-align: right; }

.widget_rss a.rsswidget {
  color: #000; }

.widget_rss a.rsswidget:hover {
  color: #ff4b33; }

.widget_rss .widget-title img {
  width: 11px;
  height: 11px; }

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0; }

#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0; }

/* Footer widget areas */
/* =Footer
-------------------------------------------------------------- */
#footer {
  margin-bottom: 20px; }

#colophon {
  border-top: 4px solid #000;
  margin-top: -4px;
  overflow: hidden;
  padding: 18px 0; }

#site-info {
  font-weight: bold; }

#site-info a {
  color: #000;
  text-decoration: none; }

#site-generator {
  font-style: italic;
  position: relative; }

#site-generator a {
  background: url(images/wordpress.png) center left no-repeat;
  color: #666;
  display: inline-block;
  line-height: 16px;
  padding-left: 20px;
  text-decoration: none; }

#site-generator a:hover {
  text-decoration: underline; }

img#wpstats {
  display: block;
  margin: 0 auto 10px; }

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
  -webkit-text-size-adjust: 140%; }

code {
  -webkit-text-size-adjust: 160%; }

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%; }

#site-description {
  -webkit-text-size-adjust: none; }

/* =Print Style
-------------------------------------------------------------- */
@media print {
  body {
    background: none !important; }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important; }
  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt; }
  #colophon {
    border-top: 2pt solid #000; }
  #site-title,
  #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0; }
  #site-title {
    font-size: 13pt; }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em; }
  .entry-title {
    font-size: 21pt; }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important; }
  #container,
  #header,
  #footer {
    margin: 0;
    width: 100%; }
  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%; }
  .wp-caption p {
    font-size: 11pt; }
  #site-info,
  #site-generator {
    float: none;
    width: auto; }
  #colophon {
    width: auto; }
  img#wpstats {
    display: none; }
  #site-generator a {
    margin: 0;
    padding: 0; }
  #entry-author-info {
    border: 1px solid #e7e7e7; }
  #main {
    display: inline; }
  .home .sticky {
    border: none; } }

@font-face {
  font-family: 'kefa_ii_problack';
  src: url("fonts/Kefa_II_Pro_Black-webfont.eot");
  src: local("☺"), url("fonts/Kefa_II_Pro_Black-webfont.woff") format("woff"), url("fonts/Kefa_II_Pro_Black-webfont.ttf") format("truetype"), url("fonts/Kefa_II_Pro_Black-webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

/* LAYOUT ELEMENTS */
body {
  background: #939eb3;
  margin: 0;
  padding: 0; }

#colophon,
#branding,
#main,
#wrapper {
  margin: 0 auto;
  width: 100%; }

#wrapper {
  background: none;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 1050px) {
  #wrapper {
    background: url("images/landscape-bg.jpg") repeat-x 140px 65px; } }

#header {
  /* #header includes div#masthead and div#access */
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#385691+0,29365e+100 */
  background: #385691;
  /* Old browsers */
  background: -moz-linear-gradient(top, #385691 0%, #29365e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #385691 0%, #29365e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #385691 0%, #29365e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385691', endColorstr='#29365e',GradientType=0 );
  /* IE6-9 */ }

.home #header,
.page-id-34 #header,
.page-id-1431 #header {
  /* #header includes div#masthead and div#access */
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  top: 0;
  right: 0;
  left: 0; }

#masthead {
  /* #masthead includes div#branding */
  position: relative; }

@supports (display: grid) {
  #masthead {
    display: grid;
    grid-template-columns: minmax(20%, 100px) 1fr; } }

.page-new-home #masthead {
  display: block; }

@media (min-width: 30em) {
  @supports (display: grid) {
    .page-new-home #masthead {
      display: grid;
      grid-template-columns: minmax(20%, 100px) 1fr; } } }

.hdr-logo {
  align-self: center; }

.menu-link-wrap {
  align-self: end;
  justify-self: end;
  padding: 25px; }

.menu-link-wrap .menu-link {
  color: #fff;
  font-size: 20px;
  padding-right: 30px;
  background: url("images/hamburger.gif") right center no-repeat; }

.menu-link-wrap .menu-link.active {
  background: url("images/hamburger-x.gif") right center no-repeat; }

.page-new-home .menu-link-wrap {
  text-align: center;
  padding: 15px 0; }

.super-menu-wrap, .title, #jrs_calendar_form {
  grid-column: 1 / span 2; }

#masthead a:link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.hdr-logo img {
  display: block;
  margin: 0;
  width: 80%;
  max-width: 170px;
  height: auto;
  filter: drop-shadow(0px 0px 5px #fff); }

.page-new-home .hdr-logo img {
  display: block;
  padding-top: 1.5rem;
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
  height: auto; }

.hdr-logo img {
  padding: 10px; }

@media (min-width: 30em) {
  .page-new-home .hdr-logo img {
    margin: 0;
    display: block;
    max-width: 170px;
    padding: 10px; }
  .page-new-home .menu-link-wrap {
    padding: 25px; } }

@media (min-width: 825px) {
  .menu-link-wrap {
    display: none; }
  .hdr-logo a {
    position: relative;
    top: 45px; } }

@media (min-width: 975px) {
  .hdr-logo a {
    position: relative;
    top: 0; }
  #header .hdr-logo img {
    margin-bottom: -50px; } }

.title {
  padding: 0 6%;
  background: #555;
  height: 75px;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd285+0,e48642+100 */
  background: #ffd285;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd285 0%, #e48642 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd285), color-stop(100%, #e48642));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd285 0%, #e48642 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd285 0%, #e48642 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd285 0%, #e48642 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd285 0%, #e48642 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd285', endColorstr='#e48642',GradientType=0 );
  /* IE6-9 */ }
  .title > li {
    list-style: none; }

@media (min-width: 825px) {
  .title {
    margin-top: -14px; } }

.title h1 {
  background: url(images/welcome-to-alpine.png) no-repeat;
  background-size: contain; }

.page-hotels-lodging .title h1 {
  background: url(images/hotels-lodging.png) no-repeat;
  background-size: contain; }

.page-food-drink .title h1 {
  background: url(images/food-drink.png) no-repeat;
  background-size: contain; }

.page-shopping .title h1 {
  background: url(images/shopping.png) no-repeat;
  background-size: contain; }

.page-services .title h1 {
  background: url(images/services.png) no-repeat;
  background-size: contain; }

.page-events .title h1 {
  background: url(images/events.png) no-repeat;
  background-size: contain; }

.page-big-bend-region .title h1 {
  background: url(images/big-bend-region.png) no-repeat;
  background-size: contain; }

.page-attractions .title h1 {
  background: url(images/attractions.png) no-repeat;
  background-size: contain; }

.title h1 {
  width: 97%;
  height: 56px;
  position: relative;
  top: 18px;
  left: -5%; }

.title h1 span {
  position: absolute;
  top: -1000px; }

#header .social-icons {
  background: #fff;
  text-align: center; }
  #header .social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 20px 5%;
    padding: 0; }
    #header .social-icons a.facebook {
      background: url(images/facebook.png) center/100% no-repeat; }
    #header .social-icons a.instagram {
      background: url(images/instagram.png) center/100% no-repeat; }
    #header .social-icons a.twitter {
      background: url(images/twitter.png) center/100% no-repeat; }
    #header .social-icons a.pinterest {
      background: url(images/pinterest.png) center/100% no-repeat; }

@media (min-width: 825px) {
  #header .social-icons {
    margin: 0 16px 0 10px; }
    #header .social-icons a {
      width: 26px;
      height: 26px;
      margin: 0 12px;
      position: relative;
      top: 5px; }
      #header .social-icons a.facebook {
        background: url(images/facebook-wide-gray.png) center/100% no-repeat;
        -webkit-filter: drop-shadow(0px 0px 3px #fff);
        filter: drop-shadow(0px 0px 3px #fff); }
      #header .social-icons a.facebook:hover {
        background: url(images/facebook-wide.png) center/100% no-repeat; }
      #header .social-icons a.instagram {
        background: url(images/instagram-wide-gray.png) center/100% no-repeat;
        -webkit-filter: drop-shadow(0px 0px 3px #fff);
        filter: drop-shadow(0px 0px 3px #fff); }
      #header .social-icons a.instagram:hover {
        background: url(images/instagram-wide.png) center/100% no-repeat; }
      #header .social-icons a.twitter {
        background: url(images/twitter-wide-gray.png) center/100% no-repeat;
        -webkit-filter: drop-shadow(0px 0px 3px #fff);
        filter: drop-shadow(0px 0px 3px #fff); }
      #header .social-icons a.twitter:hover {
        background: url(images/twitter-wide.png) center/100% no-repeat; }
      #header .social-icons a.pinterest {
        background: url(images/pinterest-wide-gray.png) center/100% no-repeat;
        -webkit-filter: drop-shadow(0px 0px 3px #fff);
        filter: drop-shadow(0px 0px 3px #fff); }
      #header .social-icons a.pinterest:hover {
        background: url(images/pinterest-wide.png) center/100% no-repeat; } }

.no-js .title {
  height: 110px; }

.no-js #masthead .social-icons {
  display: block;
  text-align: center;
  position: relative;
  top: 22px; }

@media (min-width: 825px) {
  .no-js .title {
    height: 75px; }
  .no-js #masthead .social-icons {
    text-align: center;
    position: absolute;
    top: auto; }
  #masthead .social-icons {
    display: block;
    position: absolute;
    right: 0.5em;
    bottom: 0em; } }

#access {
  background: #fff;
  display: block;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: auto; }

#access div.menu,
#access .menu-header {
  /* div.menu includes navigation ul and li */
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

@media (min-width: 825px) {
  #access .menu-header {
    height: 67px; } }

/* .home #access div.menu, 
.page-id-1431  #access div.menu,
.home #access .menu-header,
.page-id-1431 #access .menu-header,
.page-id-34 #access div.menu,
.page-id-34 #access .menu-header {
	width:770px;
} */
div.menu ul {
  margin: 0 -10%; }

#main {
  /* #main includes div#container and widget sidebar(s) */
  clear: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: auto;
  left: 0;
  right: 0; }

.home #main,
.page-id-34 #main,
.page-id-1431 #main {
  /* #main includes div#container and widget sidebar(s) */
  clear: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: auto;
  left: 0;
  right: 0; }

#container {
  /* #container includes div#content*/
  float: none;
  margin: 0;
  width: 100%;
  position: relative; }

#content {
  /* #content includes post div (#post-[number], .post or .page, .hentry, etc.) and div#comments */
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  min-height: 650px;
  background: #fff;
  padding: 20px 6% 40px 6%; }

.home #content {
  padding-top: 0; }

@media screen and (min-width: 1000px) {
  .home #content {
    padding: 0 40px 40px; } }

@media (min-width: 825px) {
  #content {
    padding-top: 40px; } }

@media (min-width: 1250px) {
  #content {
    padding-top: 20px; }
  #content .hentry.has-post-thumbnail {
    padding-top: 30px; } }

#content:after {
  content: "";
  display: block;
  clear: both; }

/* .home #content,
.page-id-34 #content,
.page-id-1431 #content,
.page-id-212 #content {
	padding:40px 10% 40px 10%; 
	width:65%;
} */
.page-id-1431 #content {
  overflow: hidden; }

/* Shooting Alpine Photo Contest Judging Pages */
.wp-pagenavi,
.view-links,
.center {
  text-align: center; }

.navigation .wp-pagenavi a, .navigation .wp-pagenavi span {
  font-size: 115%;
  text-decoration: none;
  border: none;
  background-color: #888;
  color: #fff;
  line-height: 1.5;
  padding: 8px; }

.wp-pagenavi span.current {
  border: none;
  background-color: #666; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #555; }

.navigation .wp-pagenavi a:link, .navigation .wp-pagenavi a:visited {
  color: #fff; }

#finalists li, #finalists ul, #finalists input {
  display: inline;
  list-style-type: none; }

#finalists label {
  margin-right: 1em; }

.page-id-1417 form#judging {
  float: left;
  margin-top: 2em; }

.page-id-1417 form#prizes {
  float: right;
  margin-top: 2em;
  max-width: 350px; }

.page-id-1417 form#prizes em {
  display: block;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0; }

.parent-pageid-1391 h1 {
  text-align: center;
  font-size: 110%; }

.parent-pageid-1391 #nav-above,
.parent-pageid-1391 #nav-below {
  display: block; }

.parent-pageid-1391 .contest-photo,
.contest-video {
  margin: 0 auto 2em;
  border-bottom: 1px solid #bbb;
  text-align: center; }

.contest-video {
  max-width: 500px; }

.parent-pageid-1391 #content .contest-photo img.wp-post-image {
  margin: 0 auto; }

.parent-pageid-1391 .contest-photo h2,
.contest-video h2 {
  font-size: 100%;
  padding-top: 1em;
  text-align: center; }

.what-how {
  display: block; }

.page-id-7120 .what-how {
  display: none; }

.parent-pageid-1391 form {
  text-align: center;
  padding-bottom: 1em; }

#highlight {
  /* div on home page with link to special Permain Basin message */
  float: right;
  margin: -50px -45px 0 0;
  font-size: 80%;
  line-height: 1.2; }

#highlight strong {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em; }

#highlight em {
  font-style: normal; }

#highlight a:link {
  text-decoration: none; }

#highlight a:hover {
  text-decoration: underline; }

/*
 * Slide show =
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.home-slideshow,
.header-image {
  margin: 0 -6.8%; }

@media screen and (min-width: 1000px) {
  .home-slideshow {
    margin: 0 -40px; } }

.home-slideshow img,
.header-image img {
  width: 100%;
  height: auto; }

.home-slideshow div:nth-of-type(n+2) {
  display: none; }

.home-slideshow.slick-initialized .slick-slide {
  display: block; }

.slick-prev:before,
.slick-next:before {
  color: #fff;
  opacity: 1; }

.slick-dots {
  margin: 0;
  bottom: auto;
  display: none !important; }

.slick-next {
  right: 10px;
  z-index: 9; }

.slick-prev {
  left: 10px;
  z-index: 9; }

#home-slideshow {
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 538px;
  margin: 0 auto; }

#home-slideshow a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  max-width: 800px;
  width: 100%;
  border: 3px solid white;
  padding: 0;
  -moz-box-shadow: 0 0 8px #7d728b;
  -webkit-box-shadow: 0 0 8px #7d728b;
  box-shadow: 0 0 8px #7d728b; }

/* slideshow functionality from: http://jonraasch.com/blog/a-simple-jquery-slideshow*/
#home-slideshow a.active {
  z-index: 10;
  opacity: 1.0; }

#home-slideshow a.last-active {
  z-index: 9; }

#content .contest-photo img.wp-post-image {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.single-photos #content .contest-photo img.wp-post-image {
  max-width: 700px;
  width: 100%; }

/* Contest Photos */
.page-template-photo-award-php h2.entry-title {
  text-align: center; }

#content .contest-photo.vertical img.wp-post-image {
  width: auto;
  max-height: 70vh; }

#content .contest-photo img.wp-post-image {
  width: 100%;
  height: auto; }

.page-id-4756 #content .contest-photo img.wp-post-image {
  max-width: 400px; }

#container #content .entry-title.winner {
  color: #000;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 2em;
  font-weight: normal;
  letter-spacing: .1em;
  font-size: 120%;
  text-transform: uppercase;
  padding-bottom: 0;
  clear: none;
  color: #4b3072;
  text-align: center; }

.page-id-3635 #container #content .entry-title.winner {
  padding-bottom: 1em; }

#content .entry-content.winner p {
  text-align: center; }

.judge-comments {
  width: 60%;
  margin: 0 auto;
  font-style: italic; }

.judge-credit {
  font-style: normal;
  text-align: right;
  padding-right: 2em; }

.judge-credit span {
  display: block;
  font-size: 0.7em;
  font-style: italic;
  line-height: 1.4em; }

#content #other-awards h3 {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1em;
  margin-bottom: 0;
  padding: 0 2em; }

#content #other-awards p {
  padding: 0 2em; }

.photo-info {
  margin-top: 1em;
  text-align: center; }

#other-awards {
  text-align: center;
  overflow: hidden; }

#content #other-awards img.wp-post-image {
  margin: 2em auto 0 auto; }

#content #other-awards .vertical img.wp-post-image {
  margin-top: 0; }

.page-template-photo-award-2011-php #content #other-awards .hancock img.wp-post-image {
  margin-top: 4em; }

.page-template-photo-award-2012-php #content #other-awards .kokernot img.wp-post-image {
  margin-top: 0em; }

.page-template-photo-award-2012-php #content #other-awards .trost img.wp-post-image {
  margin-top: 5em; }

.page-id-2498 #content #other-awards .trost img.wp-post-image {
  margin-top: 7em; }

.awards.vertical {
  padding-bottom: 0; }

.awards {
  float: left;
  width: 50%;
  padding-bottom: 4em; }

.page-id-3621 .hancock {
  clear: left; }

.page-id-2491 .awards {
  padding-bottom: 2em; }

.page-template-photo-award-2012-php #content #other-awards .kokernot {
  padding-bottom: 0;
  margin-bottom: -1em; }

.page-id-2498 #content #other-awards .trost {
  margin-bottom: 1em; }

.page-id-5810 #content #other-awards .trost {
  padding-bottom: 2em; }

.page-id-5810 #content #other-awards .twin {
  padding-bottom: 6em; }

.page-id-5813 #content #other-awards .kokernot {
  padding-bottom: 2em; }

.page-id-7959 #content #other-awards .trost {
  padding-bottom: 0; }

.page-id-9630 #content #other-awards .trost {
  padding-bottom: 0; }

.page-id-9630 #content #other-awards .twin {
  padding-bottom: 6em; }

.page-id-9633 #content #other-awards .twin {
  padding-bottom: 4em; }

.page-id-9633 #content #other-awards .kokernot {
  padding-bottom: 0; }

.page-id-9635 #content #other-awards .trost {
  padding-bottom: 0; }

@media screen and (max-width: 700px) {
  .awards {
    float: none;
    width: 100%; } }

.page-template-photo-award-2014-php #content .entry-title,
.page-template-photo-award-2016-php #content .entry-title,
.page-template-photo-award-2017-php #content .entry-title,
.page-template-photo-award-2018-php #content .entry-title {
  text-align: center; }

.page-id-1469 .kokernot,
.page-id-2491 .kokernot,
.page-id-3621 .kokernot,
.page-id-4751 .kokernot,
.page-id-5810 .kokernot,
.page-id-6961 .kokernot,
.page-id-7959 .kokernot,
.page-id-9630 .kokernot,
.page-id-13946 .kokernot,
.page-id-30558 .kokernot {
  display: none; }

.page-id-6961 .hancock,
.page-id-13949 .hancock,
.page-id-13946 .hancock,
.page-id-30558 .hancock {
  clear: left; }

.page-id-1447 .trost,
.page-id-2494 .trost,
.page-id-3623 .trost,
.page-id-4754 .trost,
.page-id-5813 .trost,
.page-id-6963 .trost,
.page-id-7961 .trost,
.page-id-9633 .trost,
.page-id-13949 .trost,
.page-id-30560 .trost {
  display: none; }

.page-id-9633 #content .contest-photo img {
  max-height: 600px;
  width: auto; }

.page-id-1453 .twin,
.page-id-2498 .twin,
.page-id-3625 .twin,
.page-id-4756 .twin,
.page-id-5815 .twin,
.page-id-6965 .twin,
.page-id-7963 .twin,
.page-id-9635 .twin,
.page-id-13948 .twin,
.page-id-30561 .twin {
  display: none; }

.page-id-1457 .hancock,
.page-id-2503 .hancock,
.page-id-3627 .hancock,
.page-id-4758 .hancock,
.page-id-5817 .hancock,
.page-id-6967 .hancock,
.page-id-7965 .hancock,
.page-id-9637 .hancock,
.page-id-13950 .hancock,
.page-id-30562 .hancock {
  display: none; }

.page-id-1459 .amtn,
.page-id-2506 .amtn,
.page-id-3629 .amtn,
.page-id-4760 .amtn,
.page-id-5819 .amtn,
.page-id-6969 .amtn,
.page-id-7967 .amtn,
.page-id-9639 .amtn,
.page-id-13951 .amtn,
.page-id-30563 .amtn {
  display: none; }

.contest-links {
  text-align: center;
  line-height: 2em;
  margin-top: 1em; }

.single-photos h1.entry-title {
  text-align: center; }

.instructions {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
  margin-top: -3em;
  padding-bottom: 1em; }

.single-photos .instructions {
  margin-top: 0; }

.single-photos .slick-list {
  padding: 5px; }

.single-photos .slick-slide {
  position: relative;
  left: 5px; }

.single-photos #thumbnails .slick-slide img:hover {
  opacity: 1 !important; }

.page-template-photo-thumbnails-php .instructions {
  margin-top: 0.5em; }

.page-template-photo-thumbnails-php [href="http://visitalpinetx.com/photos/moonrise-over-a-mountain/?gallery=2015-contest"] {
  clear: left; }

#contest-images {
  overflow: hidden; }

#contest-images a {
  float: left;
  margin: 4px; }

/* Contest Form Rules */
.entry-content label.gfield_label {
  font-family: inherit;
  font-size: inherit; }

.entry-content .ginput_container input {
  margin: 0; }

.entry-content .gform_wrapper .ginput_complex label {
  margin-bottom: 0; }

.entry-content .gform_wrapper .top_label .gfield_label {
  margin: 3em 0 0; }

.entry-content .gform_wrapper .top_label .gfield_description {
  font-style: italic; }

#content img.alignleft,
#content img.alignright {
  /* add border & shadow to inserted photos */
  border: 3px solid white;
  -moz-box-shadow: 0 0 8px #4b3072;
  -webkit-box-shadow: 0 0 8px #4b3072;
  box-shadow: 0 0 8px #4b3072;
  margin-bottom: 15px; }

.wp-block-image,
.wp-block-image figure,
.wp-block-image figcaption {
  margin-bottom: 0; }

#content .wp-caption img,
#content figure img,
.col2 img,
.col1 img {
  /* add border & shadow to inserted photos WITH CAPTIONS */
  border: 3px solid white;
  -moz-box-shadow: 0 0 8px #4b3072;
  -webkit-box-shadow: 0 0 8px #4b3072;
  box-shadow: 0 0 8px #4b3072;
  margin: 0; }

@media screen and (max-width: 650px) {
  .entry-content .wp-block-image .alignright {
    float: none;
    margin: 0 auto; } }

#content p img {
  /* add border & shadow to inserted photos WITHOUT CAPTIONS */
  border: 3px solid white;
  -moz-box-shadow: 0 0 8px #4b3072;
  -webkit-box-shadow: 0 0 8px #4b3072;
  box-shadow: 0 0 8px #4b3072; }

#content .wp-caption img,
#content figure img {
  width: 100%;
  max-width: 100%;
  height: auto; }

#content .full-width {
  /* div wrapping inserted photos with captions */
  background: none;
  max-width: 98% !important;
  width: 98% !important; }

#content .wp-caption {
  background-color: transparent; }

/* #big-bend-parks .wp-caption,
.page-alpine-overview #content .wp-caption,
#content .wp-caption.aligncenter,
#content .wp-caption.alignright,
#content .wp-caption.alignleft {
	max-width: 98% !important;
	width: auto !important;
} */
#content .wp-caption p.wp-caption-text,
#content p.wp-caption-text {
  margin: 0;
  text-align: center;
  line-height: 1.6em;
  font-size: 60%;
  font-family: Tahoma, Geneva, sans-serif;
  color: #000;
  margin-top: 2px;
  padding-right: 5px; }

#content p.wp-caption-text a {
  text-decoration: none; }

.page-id-212 #content p.wp-caption-text {
  padding-right: 10px;
  width: 220px;
  margin-left: -18px; }

.home #content h3 {
  /* Clear home page subheads for photo wraps 
	clear:both;*/ }

.hentry {
  /* post div includes h2.entry-title and div.entry-content */
  margin: 0 0 48px; }

.post-8 {
  /* override .hentry bottom margin for event page */
  margin-bottom: 0px; }

.type-events {
  /* override .hentry bottom margin for event listings */
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #CCC; }

#content .featured-image {
  /* wrapping div on subpages for featured image */
  margin: 0 auto; }

#content img.wp-post-image {
  display: block;
  border: 3px solid white;
  -moz-box-shadow: 0 0 8px #4b3072;
  -webkit-box-shadow: 0 0 8px #4b3072;
  box-shadow: 0 0 8px #4b3072;
  margin: 0 auto; }

#content .tribe-events-event-image img.wp-post-image {
  border: none; }

#content .tribe-events-event-image {
  padding: 0; }

@media screen and (min-width: 650px) {
  #content .featured-image {
    /* wrapping div on subpages for featured image */
    float: left;
    margin: 10px 35px 30px 0; }
  #content img.wp-post-image {
    margin: 0; }
  .single-events #content img.wp-post-image {
    margin: 0 auto; }
  #content .wp-caption p.wp-caption-text,
  #content p.wp-caption-text {
    text-align: right; } }

.event-image img {
  width: 100%;
  height: auto;
  max-width: 600px; }

.post-893 {
  max-width: 550px;
  margin: 0 auto; }

.page-id-893 #content .featured-image {
  float: none;
  margin: 0 auto; }

.page-id-893 #content .entry-title {
  text-transform: none;
  letter-spacing: normal; }

.page-id-893 #content img.wp-post-image {
  margin: 0 auto; }

.page-id-893 #content .wp-caption-text {
  text-align: center;
  margin-bottom: 2em; }

.page-id-893 #content form p,
#content form.wpcf7-form p {
  margin-bottom: 1.8em;
  font-size: 85%; }

.page-id-893 .entry-content input,
#content form.wpcf7-form input {
  margin-bottom: 0; }

#enter-contest {
  margin-top: 1em; }

.page-id-893 #content p.please-note {
  font-style: italic;
  font-size: 75%;
  line-height: 1.2em;
  margin-top: 1em; }

.page-id-893 #content form p.please-note {
  max-width: 400px; }

#content #wpcf7-f2-p826-o1 {
  margin-bottom: 3em; }

input[type=file] {
  margin-top: 1em; }

.entry-content,
.entry-summary,
body.page .edit-link {
  clear: none; }

.page-events .event-content img {
  display: none; }

.event-content .edit-link {
  margin-top: -24px; }

#contestrules {
  font-size: 0.85em; }

#contestrules ul {
  margin-top: 0;
  font-weight: normal;
  padding-top: 0; }

#contestrules p {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0; }

.trail-map-wrap {
  position: relative; }

.trail-map-wrap > :first-child {
  width: 100%; }

.trail-map-wrap::before {
  content: "";
  display: block;
  padding-bottom: 57.47%; }

.trail-map-wrap > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

/* TABS */
#tabs {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-top: 2px solid #d3d3d3; }

#tabs ul.links {
  display: none; }

.no-js #tabs ul.links {
  display: block;
  list-style: none;
  margin-top: 20px;
  text-align: center; }

.no-js #tabs ul.links li {
  display: inline-block;
  margin: 0 5px; }

#tabs .linkselect {
  margin: 20px 0; }

.no-js .linkselect {
  display: none; }

@media screen and (min-width: 550px) {
  #tabs {
    margin: 0 -40px; }
  #tabs ul.links {
    display: block;
    background: #ffde91;
    width: 200px;
    float: left;
    margin: 0 25px 30px 0;
    -moz-box-shadow: -3px 3px 3px #4b3072;
    -webkit-box-shadow: -3px 3px 4px rgba(75, 48, 114, 0.7);
    box-shadow: -3px 3px 3px #4b3072;
    list-style-type: none;
    padding: 0 0 20px 0; }
  .linkselect {
    display: none; }
  .no-js #tabs ul.links {
    text-align: left; }
  .no-js #tabs ul.links li {
    display: block;
    margin: 0; } }

#tabs .links li {
  padding: 0;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

#tabs .links li a:link,
#tabs .links li a:visited {
  text-decoration: none;
  display: block;
  padding: 8px 8px;
  color: #af1e23;
  line-height: 1.1em; }

#tabs .links li a:hover {
  background: #ffcd67;
  color: #49188c; }

#tabs .links li.active a {
  background: #fff; }

#tabs .links li.active a:hover {
  color: #af1e23; }

#tabs div.content {
  padding-top: 15px; }

@media screen and (min-width: 550px) {
  #tabs div.content {
    float: left;
    padding-top: 15px;
    width: 50%; }
  .no-js #tabs div.content {
    margin-left: 225px; }
  .no-js #tabs div.content:first-of-type {
    margin-left: 0; } }

@media screen and (min-width: 850px) {
  #tabs div.content {
    float: left;
    padding-top: 15px;
    width: 65%; } }

@media screen and (min-width: 950px) {
  #tabs div.content {
    width: 75%; } }

#tabs div.lists {
  width: 100%; }

#content #tabs .tab-featured-image,
#content #tabs .alignright {
  float: right;
  margin: 0 0 20px 20px;
  text-align: right;
  width: auto;
  padding: 0;
  clear: right; }

#content #tabs img.wp-post-image {
  display: block;
  border: 3px solid white;
  -moz-box-shadow: 0 0 8px #4b3072;
  -webkit-box-shadow: 0 0 8px #4b3072;
  box-shadow: 0 0 8px #4b3072; }

body.page #tabs .edit-link {
  clear: both; }

#tabs h3 {
  text-transform: none;
  font-family: 'kefa_ii_problack',sans-serif;
  letter-spacing: 0.1em;
  color: #555; }

#tabs ul.col1,
#tabs ul.col2 {
  margin: 0; }

@media screen and (min-width: 850px) {
  #tabs ul.col1,
  #tabs ul.col2 {
    float: left;
    width: 40%;
    padding: 10px 2% 10px 0;
    margin: 0; }
  #tabs ul.col2 {
    padding: 10px 0 10px 5%; }
  #tabs ul.col1 {
    border-right: 1px solid #CCC; } }

#tabs ul.col1 li,
#tabs ul.col2 li {
  margin: 0 0 2em 0;
  list-style-type: none;
  position: relative;
  font-size: 100%; }

#tabs ul.col1 h3,
#tabs ul.col2 h3,
#content h3.event-title,
#tabs h4 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 100%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: normal;
  text-transform: none;
  color: #000000; }

.google-map {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 80vh; }

#comments {
  clear: both;
  font-size: 90%; }

#post-1431,
#where-is-alpine {
  float: none;
  width: 90%;
  padding: 5%;
  margin: 0 auto; }

#where-is-alpine {
  text-align: center; }

#content #where-is-alpine .wp-post-image {
  margin: 0 auto; }

.home #content #where-is-alpine .attachment-thumbnail {
  display: block;
  margin: 0 auto; }

#content #where-is-alpine h3 {
  font-size: 1em;
  margin-bottom: 0;
  text-align: center;
  padding: 0; }

#content #where-is-alpine p {
  font-size: 0.85em;
  line-height: 1.5em; }

@media screen and (min-width: 1000px) {
  #post-1431,
  #where-is-alpine {
    float: left;
    width: 40%;
    padding: 5%; }
  #content #where-is-alpine .wp-post-image {
    /* margin:0; */ }
  #content #where-is-alpine h3 {
    /* text-align:left; */
    padding: 0 0.7em; } }

@media screen and (min-width: 1200px) {
  #content #where-is-alpine h3 {
    /* text-align:left; */
    padding: 0 2em; } }

#photo-gallery {
  clear: both;
  border-top: 2px solid #eee;
  padding-top: 1em;
  text-align: center; }

#photo-gallery img {
  max-width: 100%; }

#photo-gallery .image a {
  color: #333;
  text-decoration: none;
  font-size: 75%;
  white-space: nowrap; }

#photo-gallery .text ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#photo-gallery .text ul li {
  background-color: #003158;
  padding: 4px;
  border-radius: 10px; }

#photo-gallery .text ul ul li {
  border-radius: 0; }

#photo-gallery .text ul ul li:last-of-type {
  border-radius: 0 0 10px 10px; }

#photo-gallery .text ul li:hover {
  background-color: #185e95; }

#photo-gallery .text ul ul {
  border-radius: 0 0 8px 8px;
  display: none; }

#photo-gallery .text ul li:hover ul {
  display: block; }

#photo-gallery .text ul a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase; }

#photo-gallery .text ul a:hover {
  color: #fff; }

@media screen and (min-width: 750px) {
  #photo-gallery .image {
    display: block;
    max-width: 50%;
    float: left; }
  #photo-gallery .text {
    float: right;
    width: 45%; } }

#primary,
#secondary {
  /* main widget sidebars (class="widget-area") includes ul.xoxo */
  float: right;
  display: none;
  overflow: hidden;
  width: 220px; }

#main .widget-area ul {
  /*  includes li.widget-container */
  margin-left: 0;
  padding: 0 20px 0 0; }

.widget-container {
  margin: 0 0 18px; }

#footer {
  /* #footer includes div#colophon */
  clear: both;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  height: 350px;
  position: relative;
  background: url(images/city-seal.png) no-repeat center 5px;
  color: #fff; }

#colophon {
  /* #colophon includes div#site-info and div#site-generator */
  border-top: none;
  margin-top: 0;
  overflow: hidden;
  padding: 0; }

#foot-left,
#foot-right {
  font-size: 14px;
  color: #000;
  line-height: 1.5em;
  padding-top: 15px;
  text-align: center; }

#foot-left {
  margin: 160px 10% 1em; }

#foot-right {
  margin: 1em 10%; }

@media screen and (min-width: 800px) {
  #foot-left,
  #foot-right {
    width: 38%; }
  #foot-left {
    float: left;
    margin: 0 0 0 20px;
    height: 93px;
    text-align: left; }
  #foot-right {
    float: right;
    margin: 0 20px 0 0;
    text-align: right; } }

/* TYPOGRAPHY & COLORS */
body,
input,
textarea {
  color: #666666;
  font-size: 1em;
  line-height: 1.5em; }

body,
input,
textarea,
.page-title span,
#access .menu,
#access div.menu ul,
.pingback a.url {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-style: normal; }

h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace; }

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

a:link {
  color: #af1e23; }

a:visited {
  color: #af1e23; }

a:active,
a:hover {
  color: #49188c; }

.page-title {
  color: #000;
  font-size: 115%;
  font-weight: bold;
  margin: 0 0 36px 0; }

.page-title span {
  color: #333;
  font-size: 125%;
  font-style: italic;
  font-weight: normal; }

.page-title a:link,
.page-title a:visited {
  color: #888;
  text-decoration: none; }

.page-title a:active,
.page-title a:hover {
  color: #ff4b33; }

#content .entry-title,
#content .content-title {
  color: #000;
  line-height: 1.3em;
  margin-bottom: 0;
  font-family: 'kefa_ii_problack',sans-serif;
  font-weight: normal;
  letter-spacing: .05em;
  font-size: 34px;
  text-transform: uppercase;
  padding-top: 10px;
  clear: none;
  color: #000; }

#content .entry-title.fusion-post-title {
  font-family: trade-gothic-next, sans-serif;
  font-weight: bold;
  font-size: 26px; }

@media screen and (min-width: 650px) {
  #content .entry-title,
  #content .content-title {
    padding-bottom: 10px;
    padding-top: 0; } }

.post-2674 .entry-title {
  position: absolute;
  font-size: 0.1em;
  top: -1000px; }

.eventlist-title {
  color: #000;
  line-height: 1.3em;
  margin-bottom: 0;
  font-family: 'kefa_ii_problack',sans-serif;
  font-weight: normal;
  letter-spacing: .1em;
  font-size: 120%;
  text-transform: uppercase;
  padding-bottom: 0px;
  clear: none; }

#content h2.contestform-title {
  margin-bottom: 0; }

.home #content .entry-title,
.page-id-34 .home #content .entry-title,
.page-id-1431 #content .entry-title,
.page-id-3759 #content .entry-title,
.page-id-4832 #content .entry-title {
  display: none; }

.entry-title a:link,
.entry-title a:visited {
  color: #000;
  text-decoration: none; }

.entry-title a:active,
.entry-title a:hover {
  color: #ff4b33; }

.entry-meta {
  color: #888;
  font-size: 100%; }

.page-link {
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em; }

.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none; }

.home .sticky .page-link a,
.page-id-34 .sticky .page-link a,
.page-id-1431 .sticky .page-link a {
  background: #d9e8f7; }

.page-link a:active,
.page-link a:hover {
  color: #ff4b33; }

#site-title {
  font-size: 150%;
  line-height: 1.5em; }

#site-title a {
  color: #000000;
  font-weight: bold;
  text-decoration: none; }

#site-description {
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

#content h3 {
  text-transform: uppercase;
  font-family: 'kefa_ii_problack',sans-serif;
  letter-spacing: 0.1em;
  color: #555; }

#content h3.tribe-events-list-event-title {
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.3; }

#content .tribe-events-list .type-tribe_events .tribe-events-list-event-title {
  background-color: #939eb2;
  font-family: trade-gothic-next, sans-serif;
  font-weight: bold; }

.kokernot .wp-caption-text {
  text-transform: none;
  letter-spacing: normal; }

h3#comments-title,
h3#reply-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 110%; }

#content p.credits {
  clear: both;
  font-size: 90%;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 0; }

#content p.foot-link {
  clear: both;
  font-size: 85%;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 0; }

#footer a:link, #footer a:visited {
  color: #343434;
  letter-spacing: 0.04em; }

#footer a:hover {
  color: #000;
  text-shadow: 0 0 10px white; }

.widget-title {
  color: #222;
  font-weight: bold; }

.widget-area a:link,
.widget-area a:visited {
  text-decoration: none; }

.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline; }

/* MAIN NAVIGATION */
#access .menu-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #fff;
  font-size: 18px; }

#access .menu-header li,
div.menu li {
  float: none;
  position: relative;
  border-bottom: 1px solid #D6DCE6; }

#access a,
.feature-nav a {
  color: #000;
  display: block;
  padding: 0 0 0 30px;
  line-height: 43px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

#access .menu-header .home-link {
  position: absolute;
  top: -400px; }

.sub-menu {
  text-align: left; }

#access ul ul :hover > a {
  background: #5472ae; }

#access li:hover > a {
  background: #e5e5e5;
  color: #000; }

.super-menu-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  max-height: 0; }

.super-menu-wrap.active {
  max-height: 975px; }

.super-menu-wrap.overflow {
  overflow: visible; }

.feature-nav {
  list-style-type: none;
  margin: 0; }

.feature-nav .book-your-room a {
  display: none; }

@media (min-width: 825px) {
  #header {
    display: grid;
    grid-template-columns: minmax(100px, max-content) 1fr; }
  #header #masthead {
    display: block;
    z-index: 9; }
  #access,
  #access .menu-header {
    background: transparent;
    overflow: visible; }
  #access {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    text-align: right;
    z-index: 99; }
  #access .menu-header,
  .social-icons {
    display: inline-block;
    width: auto; }
  .hdr-logo img {
    z-index: 999; }
  .super-menu-wrap {
    max-height: none;
    grid-column: inherit;
    align-self: end;
    overflow: visible; }
  .feature-nav {
    margin: 0 0 0 -12px; }
  .feature-nav li {
    display: inline-block; }
  .feature-nav .book-your-room a {
    display: inline-block;
    position: relative; }
  #jrs_calendar_form {
    display: none; }
  .feature-nav li.book-your-room:hover > #jrs_calendar_form {
    display: block;
    position: absolute;
    z-index: 999; }
  #access a {
    color: #fff;
    padding: 0 0 0 18px; }
  #access li:hover > a {
    background: none;
    text-shadow: 0 0 10px #fff;
    color: #fff; }
  .feature-nav a {
    color: #fff;
    display: block;
    padding: 0 22px 0 0;
    font-weight: 600;
    font-size: 17px; }
  .searchform {
    position: absolute;
    right: 20px; } }

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: #fff;
  color: #000;
  font-weight: bold; }

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
  color: #000;
  font-weight: bold; }

@media (max-width: 825px) {
  #access ul ul {
    display: block;
    position: relative;
    float: none;
    top: 0;
    width: inherit;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out; }
  #access ul ul.active {
    max-height: 8em;
    border-bottom: 2px solid #d2d2d2; }
  #access ul ul a {
    background: none;
    line-height: 43px;
    padding: 0 0 0 30px;
    width: inherit; }
  #header #access ul ul li {
    border-bottom: none;
    border-top: 1px solid #D6DCE6;
    background: #f1f1f1; }
  #access li.menu-item-has-children > a::after {
    content: '\25BC';
    font-size: 0.85em;
    padding: 0 1.5em 0 0;
    float: right;
    color: #73819c; }
  #access li.menu-item-has-children.active > a::after {
    content: "\25B2"; }
  .searchform {
    padding: 4px 0 8px 30px;
    border-bottom: 1px solid #D6DCE6;
    background: #fff; }
  .search-small {
    display: inline-block; }
  .search-wide {
    display: none; }
  .searchform #s {
    position: relative;
    top: -3px; } }

.searchform input[type='image'] {
  position: relative;
  top: 7px;
  left: -6px; }

.searchform input[type='submit'] {
  border: none;
  background: none;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  top: -2px;
  left: -2px;
  cursor: pointer; }

@media (min-width: 825px) {
  #header .social-icons {
    background: transparent; }
  #access .menu-header {
    z-index: 0; }
  #access .menu-header ul,
  div.menu ul {
    list-style: none; }
  #access .menu-header li,
  div.menu li {
    display: inline-block;
    position: relative;
    border-bottom: none; }
  #access a {
    height: 54px;
    line-height: 54px; }
  #access ul li.current_page_item > a,
  #access ul li.current-menu-ancestor > a,
  #access ul li.current-menu-item > a,
  #access ul li.current-menu-parent > a {
    color: #fff; }
  #access .menu-header .home-link {
    margin-top: 0; }
  .logo-moved #access .menu-header .home-link {
    margin-top: 1em;
    display: block;
    width: 100%; }
  .no-svg #access .home-link a,
  .no-svg #access li.home-link:hover > a,
  .svg #access .home-link a,
  .svg #access li.home-link:hover > a {
    width: 206px;
    height: 54px; }
  .no-svg .logo-moved #access .home-link a,
  .no-svg .logo-moved #access li.home-link:hover > a,
  .svg .logo-moved #access .home-link a,
  .svg .logo-moved #access li.home-link:hover > a {
    width: 100%;
    height: 31px; }
  .svg #access .home-link a,
  .svg #access li.home-link:hover > a {
    background-position: 0 12px; }
  .svg .logo-moved #access .home-link a,
  .svg .logo-moved #access li.home-link:hover > a {
    background-position: center; }
  #access ul ul {
    box-shadow: 0px 4px 6px rgba(2, 1, 1, 0.5);
    -moz-box-shadow: 0px 4px 6px rgba(2, 1, 1, 0.5);
    -webkit-box-shadow: 0px 4px 6px rgba(2, 1, 1, 0.5);
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    float: left;
    width: 196px;
    z-index: 99999; }
  #access ul ul li {
    min-width: 180px; }
  .home .menu-item-38 {
    display: none; }
  #access ul ul ul {
    left: 100%;
    top: 0; }
  #access ul ul a {
    background: #3c578e;
    line-height: 1em;
    padding: 10px 18px;
    width: 160px;
    height: auto; }
  #access ul li:hover > ul {
    display: block; }
  #access ul ul li:hover > a {
    background: #4e6ba6; }
  /* {
	color:#fff;
	text-transform:none;
	font-size:13px;
	line-height:30px;
	letter-spacing:normal;
	margin-left:10px;
	display:block;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
} */
  #access a.facebook:hover {
    text-decoration: underline; }
  #access a.facebook img {
    vertical-align: middle;
    padding-bottom: 5px; }
  #access .menu-link,
  .logo-moved #access .menu-link {
    display: none; }
  #access .menu-header > ul,
  #access .menu-footer > ul,
  #access .menu-header > ul ul,
  #access .menu-footer > ul ul {
    overflow: visible;
    max-height: none; }
  .search-small {
    display: none; }
  .search-wide {
    display: inline-block; }
  .searchform input[type='submit'] {
    color: #fff;
    text-shadow: 0 0 10px #000;
    background: #2a3a64; }
  #header #s {
    line-height: 1.2;
    position: relative;
    top: -2px;
    box-shadow: 0 0 6px #2d3f6d; }
  .collapse-search {
    opacity: 0;
    transform: scale(0, 1); }
  .collapse-search.open {
    opacity: 1;
    transform: scale(1, 1); } }

.collapse-search {
  display: inline-block;
  transform-origin: center right;
  transition: transform .5s ease, opacity .5s ease; }

@media (min-width: 1125px) {
  .collapse-search {
    opacity: 1;
    transform: scale(1, 1); }
  .searchform input[type='submit'] {
    background: transparent; } }

/* Book Direct Widget Styles */
img[width="1"] {
  position: absolute; }

#wrapper #jrs_calendar_form {
  box-shadow: none;
  padding: 0 6%;
  background: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a6582+0,687393+100 */
  background: #5a6582;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5a6582 0%, #687393 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5a6582 0%, #687393 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5a6582 0%, #687393 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6582', endColorstr='#687393',GradientType=0 );
  /* IE6-9 */
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center; }

#jrs_calendar_form:before,
#jrs_calendar_form:after {
  content: "";
  display: table; }

#jrs_calendar_form:after {
  clear: both; }

#jrs_calendar_form {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

#widget_booking_form:before {
  content: "Book Your Room Now";
  position: relative;
  top: 6px;
  display: block;
  margin-top: 6px; }

#wrapper #jrs_lodging_select_div {
  float: none;
  display: block;
  position: relative;
  margin: 18px 0;
  width: 100%; }

#wrapper #jrs_lodging_select_div .jrs_form_select_item {
  height: 30px;
  padding: 4px;
  font-size: 14px !important;
  width: 225px !important;
  border: none;
  max-width: 100%;
  cursor: pointer; }

#wrapper #jrs_arrival_input,
#wrapper #jrs_departure_input {
  margin: 0 auto;
  display: block;
  position: relative;
  float: none;
  height: 54px;
  width: 214px;
  max-width: 100%;
  left: -6px; }

#wrapper #jrs_arrival_input input,
#wrapper #jrs_departure_input input {
  border: none; }

#wrapper .date-pick {
  height: 26px;
  font-size: 14px !important;
  padding-left: 8px !important;
  width: 100%; }

#wrapper .ui-datepicker-trigger {
  position: absolute;
  right: 0px;
  top: 7px; }

#jrs_search_submit2 {
  display: none; }

#wrapper #jrs_search_submit2 {
  display: block;
  margin: 0 0 25px; }

#wrapper #jrs_search_submit2 input {
  font-size: 14px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 225px;
  line-height: 30px;
  background-color: #424f75;
  border: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px;
  border-radius: 20px;
  cursor: pointer; }

.book-link {
  position: relative;
  background: #73819c;
  text-align: center;
  padding: 8px;
  max-width: 870px;
  margin: 0 auto;
  padding: 8px 6%;
  height: 30px; }

.book-link:hover {
  background: #515c72; }

.book-link a {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F2F7FC; }

/*# sourceMappingURL=style.css.map */