/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>

This program is the intellectual property of User X, LLC. You may
not redistribute and/or modify it without written consent by controlling
entities of User X, LLC.

You should have received a copy of our Web Developer Agreement which
outlines proper use and distribution of this program. If you did not
please email info@userx.co to request your copy.
*/
/*
    Created on : Jun 1, 2016, 2:57:59 PM
    Author     : John M. Woodcock <john@userx.co>
*/
/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>
*/
/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>
*/
.box_transition, body.trail #trail-wrapper .trail-img-container .trail-img-slider {
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.box_shadow {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

/* standard styles for positioning */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.half {
  width: 47.5%;
}

.third {
  width: 30%;
}

.quarter {
  width: 21.25%;
}

.two-thirds {
  width: 65%;
}

.quarter.left, .third.left, .half.left, .two-thirds.left {
  margin-right: 5%;
}

.quarter.last, .third.last, .half.last, .two-thirds.last {
  margin-right: 0 !important;
}

/* style to force divs to resize based on content */
.clearfix:after, body.trail #trail-wrapper #trail-types:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix, body.trail #trail-wrapper #trail-types {
  display: block;
}

html[xmlns] .clearfix, html[xmlns] body.trail #trail-wrapper #trail-types, body.trail #trail-wrapper html[xmlns] #trail-types {
  display: block;
}

* html .clearfix, * html body.trail #trail-wrapper #trail-types, body.trail #trail-wrapper * html #trail-types {
  height: 1%;
}

.border_box, body.trail #trail-wrapper .review-wrapper .review {
  border: 1px solid;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 20px;
  margin: 1em 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

.full {
  padding: 5%;
}

.unpad--top {
  padding-top: 0px !important;
}
.unpad--bottom {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .half, .third, .two-thirds {
    width: 100%;
    margin-right: 0 !important;
  }

  .quarter {
    width: 30%;
  }

  .three-quarters {
    width: 65%;
  }
}
@media screen and (max-width: 320px) {
  .quarter, .three-quarters {
    width: 100%;
    margin-right: 0 !important;
  }
}
/**
 * Created by John Woodcock (john@userx.co) on 3/6/2018.
 */
#adbutler-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100050;
  display: flex;
  justify-content: center;
  align-items: center;
}
#adbutler-overlay #adbutler-popup-container {
  background-color: #fff;
  padding: 5px 20px 20px;
  width: 600px;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
}
#adbutler-overlay #adbutler-popup-container .adbutler-close {
  text-align: right;
  width: 100%;
  display: block;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad {
  width: 50%;
  max-width: 300px;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad .adbutler {
  position: relative;
  padding-top: 100%;
  height: 0px;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad .adbutler div[id^=placement] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad .adbutler div[id^=placement] img {
  margin: 0 !important;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad .adbutler div[id^=placement] iframe {
  width: 100%;
  height: 100%;
}
#adbutler-overlay #adbulter-popup-toolbar .btn-group {
  width: 100%;
  margin-bottom: 15px;
}
#adbutler-overlay #adbulter-popup-toolbar .btn-group > .btn {
  width: 33% !important;
  text-align: center;
}

.adbutler {
  clear: both;
}
.adbutler img {
  display: block;
  margin: 20px auto 0px;
  max-width: 100%;
}
.adbutler .premium-link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.adbutler.adbutler-popup {
  display: block;
  position: absolute;
  width: 500px;
  height: 500px;
  left: 50%;
  margin-left: -262px;
  top: 50%;
  margin-top: -262px;
  padding: 25px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.adbutler.adbutler-popup img {
  margin: 0 !important;
  display: block;
  width: 100% !important;
  max-width: 500px !important;
  height: 100% !important;
  max-height: 500px !important;
}
.adbutler.adbutler-popup .adbutler-close {
  position: absolute;
  top: 0px;
  right: 5px;
}
.adbutler.adbutler-popup .premium-link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
}

#adbutler-map-footer {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -234px;
}

@media screen and (max-width: 767px) {
  #adbutler-overlay #adbutler-popup-container {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .adbutler.adbutler-popup {
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .adbutler.adbutler-popup .adbutler-close, .adbutler.adbutler-popup .premium-link {
    display: block;
    padding: 20px;
    position: static;
    font-weight: bold;
    font-size: 1.2em;
  }
  .adbutler.adbutler-popup .adbutler-close {
    right: auto;
    display: block;
    text-align: right;
    width: 100%;
  }
  .adbutler.adbutler-popup img {
    height: auto !important;
  }

  #adbutler-overlay #adbutler-popup-container {
    max-width: 340px;
  }
  #adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper #adbuter-popup-content {
    display: none;
  }
  #adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad {
    width: 100%;
  }
}
@media (max-height: 500px) {
  .adbutler.adbutler-popup {
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .adbutler.adbutler-popup .adbutler-close, .adbutler.adbutler-popup .premium-link {
    display: block;
    padding: 5px;
    position: static;
    font-weight: bold;
    font-size: 1.2em;
  }
  .adbutler.adbutler-popup .adbutler-close {
    right: auto;
    display: block;
    text-align: right;
    width: 100%;
  }
  .adbutler.adbutler-popup img {
    height: 250px !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block;
  }
}
body.trail {
  padding: 0px;
  margin: 0px;
  background: transparent;
  width: 100%;
}
body.trail #wrapper {
  overflow: visible;
  height: auto;
}
body.trail h1, body.trail h2, body.trail h3 {
  font-weight: bold;
}
body.trail h1 {
  font-size: 24px;
}
body.trail h2 {
  font-size: 18px;
}
body.trail h3 {
  font-size: 16px;
}
body.trail #trail-wrapper {
  overflow: visible;
  height: auto;
  padding: 5%;
  background-color: #fff;
}
body.trail #trail-wrapper > p {
  clear: both;
}
body.trail #trail-wrapper #trail-meta {
  display: flex;
  flex-wrap: nowrap;
}
body.trail #trail-wrapper #trail-meta #trail-meta-content {
  width: 65%;
}
body.trail #trail-wrapper #trail-meta #trail-meta-tools {
  width: 35%;
}
body.trail #trail-wrapper .trail-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: block;
  margin-bottom: 0.5em;
}
body.trail #trail-wrapper .trail-img-container {
  overflow: hidden;
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 1em;
}
body.trail #trail-wrapper .trail-img-container .trail-img-slider {
  position: relative;
}
body.trail #trail-wrapper .trail-img-container .trail-img-slider .trail-img {
  float: left;
}
body.trail #trail-wrapper .trail-img-container .trails-img-slider-controls {
  position: absolute;
  width: 90%;
  top: 80px;
  left: 5%;
}
body.trail #trail-wrapper .trail-img-container .trails-img-slider-controls a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #333;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-align: center;
  line-height: 40px;
}
body.trail #trail-wrapper .trail-img-container .trails-img-slider-controls a.prev {
  float: left;
}
body.trail #trail-wrapper .trail-img-container .trails-img-slider-controls a.next {
  float: right;
}
body.trail #trail-wrapper .trail-tools {
  padding: 1.5em 0;
  margin: 0;
}
body.trail #trail-wrapper .trail-tools > div, body.trail #trail-wrapper .trail-tools > p {
  font-size: 12px;
  width: 47.5%;
  text-align: center;
  float: left;
  margin-bottom: 1em;
}
body.trail #trail-wrapper .trail-tools > div .trail-tool, body.trail #trail-wrapper .trail-tools > p .trail-tool {
  margin: 0 auto;
}
body.trail #trail-wrapper #trail-types a.trail-type {
  display: block;
  float: left;
  padding: 5px;
  margin: 2px;
  background: #eee;
  color: #aaa;
  border-radius: 3px;
  text-decoration: none;
}
body.trail #trail-wrapper #trail-types a.trail-type.active {
  background-color: #0ff;
  color: #000;
}
body.trail #trail-wrapper #trail-types a.trail-type.active:hover {
  color: #000;
}
body.trail #trail-wrapper #trail-types a.trail-type:hover {
  text-decoration: inherit;
  color: #aaa;
}
body.trail #trail-wrapper form#trail-edit .container {
  color: #999;
  margin-bottom: 1em;
}
body.trail #trail-wrapper form#trail-edit .container label {
  padding: 0;
  margin: 0 0 0.25em 0;
  color: #000;
}
body.trail #trail-wrapper form#trail-edit .container .input-instructions {
  font-size: 11px;
}
body.trail #trail-wrapper form#trail-edit .container input, body.trail #trail-wrapper form#trail-edit .container textarea {
  color: #333;
}
body.trail #trail-wrapper form#trail-edit .container #trail-types a.trail-type {
  cursor: pointer;
}
body.trail #trail-wrapper form#trail-edit .container#trail-images #list span img {
  height: 75px;
  margin: 10px 10px 0 0;
  border: 2px solid #000;
}
body.trail #trail-wrapper form#trail-edit .container#trail-images #list span[data-status=new] img {
  border-color: #0ff;
}
body.trail #trail-wrapper form#trail-edit .container#trail-images #list span.remove img {
  border-color: red;
  opacity: 0.5;
}
body.trail #trail-wrapper form#trail-edit .container#trail-images #trail-images-container img {
  padding: 20px 20px 0 0;
}
body.trail #trail-wrapper .review-wrapper .review .trail-review-form p {
  margin-bottom: 0.5em;
}

body.admin #wrapper {
  background: transparent;
}
body.admin #wrapper #admin-wrapper {
  padding: 20px;
}
body.admin #wrapper #admin-wrapper #trails-table tr:nth-child(odd) td {
  background-color: #fff;
}
body.admin #wrapper #admin-wrapper #trails-table tr:nth-child(even) td {
  background-color: #f0f0f0;
}
body.admin #wrapper #admin-wrapper #trails-table tr th {
  padding-right: 15px;
}
body.admin #wrapper #admin-wrapper #trails-table tr td:nth-child(3) {
  width: 15%;
}
body.admin #wrapper #admin-wrapper #trails-table tr td:nth-child(4) {
  width: 15%;
}
body.admin #wrapper #admin-wrapper #trails-table tr td:nth-child(5) {
  width: 8%;
  word-break: break-all;
}
body.admin #wrapper #admin-wrapper #trails-table tr td:nth-child(6) {
  width: 8%;
  word-break: break-all;
}
body.admin #wrapper #admin-wrapper #trails-table tr td:last-child {
  max-width: 20%;
}
body.admin #wrapper #admin-wrapper #trails-table tr td span {
  display: block;
}
body.admin #wrapper #admin-wrapper #trails-table tr td img {
  display: block;
  float: left;
  height: 50px;
  width: auto;
  margin: 0 5px 5px 0;
}

@media screen and (max-width: 1280px) {
  body.trail #trail-wrapper .trail-tools > div {
    width: 25%;
  }
  body.trail #trail-wrapper .left .trail-tools > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.trail #trail-wrapper .trail-tools > div {
    float: left;
    width: 47.5% !important;
  }
  body.trail #trail-wrapper #trail-meta {
    display: block;
  }
  body.trail #trail-wrapper #trail-meta #trail-meta-content {
    width: 100%;
  }
  body.trail #trail-wrapper #trail-meta #trail-meta-tools {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body.trail #trail-wrapper #trail-meta #trail-meta-tools > * {
    width: 47%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 480px) {
  body.trail #trail-wrapper .trail-tools > div {
    float: none;
    width: 100% !important;
  }
}

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