/****************************************/
/************** SETTINGS ****************/
/****************************************/
/****************************************/
/************ MEDIA QUERIES *************/
/****************************************/
/****************************************/
/**************** COLORS ****************/
/****************************************/
/* base colors
/****************************************/
.black {
  color: #222222; }

.black-bg {
  background-color: #222222; }

.white {
  color: white; }

.white-bg {
  background-color: white; }

.fuschia {
  color: #ea008a; }

.fuschia-bg {
  background-color: #ea008a; }

.aqua {
  color: #73dac9; }

.aqua-bg {
  background-color: #73dac9; }

.grey {
  color: #f8f8f8; }

.grey-bg {
  background-color: #f8f8f8; }

.peachy-bg {
  background-color: #fee8de; }

/* rainbow
/****************************************/
.red, .about .heading {
  color: #dc0b0c; }

.red-bg, .about, li.about a::after {
  background-color: #dc0b0c; }

.pink {
  color: #eb008b; }

.pink-bg, .newsevents, li.newsevents a::after {
  background-color: #eb008b; }

.orange {
  color: #fa7f22; }

.orange-bg, .faq, li.faq a::after {
  background-color: #fa7f22; }

.yellow {
  color: #fbdd4b; }

.yellow-bg, .guides, li.guides a::after {
  background-color: #fbdd4b; }

.green {
  color: #44ab02; }

.green-bg, .contact, li.contact a::after {
  background-color: #44ab02; }

.lightblue {
  color: #29cdb2; }

.lightblue-bg {
  background-color: #29cdb2; }

.darkblue {
  color: #4f46f9; }

.darkblue-bg {
  background-color: #4f46f9; }

.purple {
  color: #c732ec; }

.purple-bg {
  background-color: #c732ec; }

/* gradients
/****************************************/
.sherbert {
  background: #faad50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faad50 1%, #e84e7a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color__ltorange', endColorstr='$color__ltpink',GradientType=0 );
  /* IE6-9 */ }

.sherbet-gradient {
  background: #faad50;
  background: -moz-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  background: -webkit-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  background: linear-gradient(to bottom, #faad50 1%, #e84e7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faad50', endColorstr='#e84e7a',GradientType=0 ); }

.vaporwave-gradient {
  background: #1ff7d9;
  background: -moz-linear-gradient(left, #1ff7d9 0%, #90c9ed 52%, #f44aae 100%);
  background: -webkit-linear-gradient(left, #1ff7d9 0%, #90c9ed 52%, #f44aae 100%);
  background: linear-gradient(to right, #1ff7d9 0%, #90c9ed 52%, #f44aae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ff7d9', endColorstr='#f44aae', GradientType=1); }

.sunrise-gradient {
  background: #73dac9;
  background: -moz-linear-gradient(top, #73dac9 22%, #fa994a 100%);
  background: -webkit-linear-gradient(top, #73dac9 22%, #fa994a 100%);
  background: linear-gradient(to bottom, #73dac9 22%, #fa994a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73dac9', endColorstr='#fa994a', GradientType=0); }

.leaf-gradient {
  background: #d2e557;
  background: -moz-linear-gradient(top, #d2e557 0%, #96c11f 100%);
  background: -webkit-linear-gradient(top, #d2e557 0%, #96c11f 100%);
  background: linear-gradient(to bottom, #d2e557 0%, #96c11f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e557', endColorstr='#96c11f', GradientType=0); }

.sky-gradient {
  background: #19a7df;
  background: -moz-linear-gradient(top, #19a7df 0%, #7ee4d7 100%);
  background: -webkit-linear-gradient(top, #19a7df 0%, #7ee4d7 100%);
  background: linear-gradient(to bottom, #19a7df 0%, #7ee4d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a7df', endColorstr='#7ee4d7', GradientType=0); }

/****************************************/
/************* TYPOGRAPHY ***************/
/****************************************/
/* diploma
/****************************************/
@font-face {
  font-family: "Diploma";
  src: url("../fonts/diploma/diploma-webfont.eot?") format("eot"), url("../fonts/diploma/diploma-webfont.woff") format("woff"), url("../fonts/diploma/diploma-webfont.ttf") format("truetype"), url("../fonts/diploma/diploma-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.diploma {
  font-family: "Diploma"; }

/* cooper
/****************************************/
.cooper {
  font-family: "cooper-black-std", serif; }

/* nunito
/****************************************/
.nunito, h1, h2, h3 {
  font-family: 'Nunito', sans-serif; }

/****************************************/
/*************** MAP PAGE ***************/
/****************************************/
/*Overrides*/
* {
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  margin: 0; }

body {
  color: #222 !important; }

body.page-template-page-map-misc,
body.add,
body.map-create {
  background: #faad50;
  background: -moz-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  background: -webkit-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  background: linear-gradient(to bottom, #faad50 1%, #e84e7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faad50', endColorstr='#e84e7a',GradientType=0 ); }

/* hide navbar on these pages */
body.single-map .tf-side-navigation,
body.post-type-archive-map .tf-side-navigation,
body#add .tf-side-navigation,
body#map-create .tf-side-navigation,
body.page-template-page-map-misc .tf-side-navigation {
  display: none; }

body.single-map,
body.post-type-archive-map {
  background: RGB(255, 255, 233); }

body.single-trees {
  background: #fff; }

h1, h2, h3 {
  margin: 0; }

/*************STRUCTURE*********************************/
#content-outer {
  position: absolute;
  overflow-y: auto;
  width: 100%;
  height: 100%; }

#map-container {
  position: fixed;
  top: 40px;
  width: 100%;
  height: calc(60% - 65px);
  z-index: 1; }

#map-canvas {
  height: 100%; }

.overlay-content {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-left: 0px;
  height: 40%;
  bottom: 40px;
  top: calc(60% - 65px);
  border-top: 6px solid #222;
  overflow: scroll;
  margin-top: 40px; }
  .overlay-content.stuck {
    overflow-y: hidden;
    height: calc(100vh - 40px); }

@media (min-width: 750px) {
  #map-container {
    height: calc(100% - 65px); }

  .overlay-content {
    width: 300px;
    margin-left: 50px;
    bottom: auto;
    top: auto;
    border-top: 0;
    height: auto;
    overflow: auto;
    margin-top: 40px; }

  .side-fruit, .overlay-content {
    max-width: 30%; }

  .side-fruit {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background-image: url(/wp-content/themes/TuttiFrutti/images/side-fruit.png);
    background-size: contain;
    z-index: 8; } }
.sherbet-gradient {
  background: #faad50;
  background: -moz-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  background: -webkit-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  background: linear-gradient(to bottom, #faad50 1%, #e84e7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faad50', endColorstr='#e84e7a',GradientType=0 ); }

.vaporwave-gradient {
  background: #1ff7d9;
  background: -moz-linear-gradient(left, #1ff7d9 0%, #90c9ed 52%, #f44aae 100%);
  background: -webkit-linear-gradient(left, #1ff7d9 0%, #90c9ed 52%, #f44aae 100%);
  background: linear-gradient(to right, #1ff7d9 0%, #90c9ed 52%, #f44aae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ff7d9', endColorstr='#f44aae', GradientType=1); }

.sunrise-gradient {
  background: #73dac9;
  background: -moz-linear-gradient(top, #73dac9 22%, #fa994a 100%);
  background: -webkit-linear-gradient(top, #73dac9 22%, #fa994a 100%);
  background: linear-gradient(to bottom, #73dac9 22%, #fa994a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73dac9', endColorstr='#fa994a', GradientType=0); }

.leaf-gradient {
  background: #d2e557;
  background: -moz-linear-gradient(top, #d2e557 0%, #96c11f 100%);
  background: -webkit-linear-gradient(top, #d2e557 0%, #96c11f 100%);
  background: linear-gradient(to bottom, #d2e557 0%, #96c11f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e557', endColorstr='#96c11f', GradientType=0); }

.sky-gradient {
  background: #19a7df;
  background: -moz-linear-gradient(top, #19a7df 0%, #7ee4d7 100%);
  background: -webkit-linear-gradient(top, #19a7df 0%, #7ee4d7 100%);
  background: linear-gradient(to bottom, #19a7df 0%, #7ee4d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a7df', endColorstr='#7ee4d7', GradientType=0); }

.sky-gradient-horizontal {
  background: #19a7df;
  background: -moz-linear-gradient(right, #19a7df 0%, #7ee4d7 100%);
  background: -webkit-linear-gradient(right, #19a7df 0%, #7ee4d7 100%);
  background: linear-gradient(to left, #19a7df 0%, #7ee4d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a7df', endColorstr='#7ee4d7', GradientType=1); }

/********Button styles******/
.button,
.floating-box input[type='button'],
.floating-box input[type='submit'] {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #ea008a;
  border-radius: 30px;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
  margin: 10px 0;
  outline: none;
  border: none;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer; }

.button.small {
  padding: 3px 10px !important; }

.button:hover {
  text-decoration: none !important; }

.button.white {
  color: #ea008a;
  background: #fff; }

.button.black {
  color: #fff;
  background: #000; }

.btn-container {
  text-align: center; }

/* POPUP FORMS FOR COMMENTS ON PUBLIC MAP & TREES ON EDIT MAP */
.popup-form {
  z-index: 1000;
  position: absolute;
  padding: 30px;
  color: #000;
  box-sizing: border-box;
  display: none; }

.popup-form.side {
  z-index: 10;
  height: calc(100% - 65px);
  width: 100%;
  padding: 30px 20px 20px 20px;
  overflow-y: auto;
  max-width: 400px;
  top: 40px; }

.popup-form.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

.popup-form.modal .modal-content {
  position: fixed;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid #222;
  box-shadow: 1px 1px 18px #222;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

#comment-loader {
  width: 100%;
  height: 100%; }

.post-form .description {
  width: auto;
  color: #000; }

.post-form ul li {
  margin: 10px 0; }

.post-form ul li label {
  display: block;
  width: 100%; }

.post-form ul li label span {
  font-style: italic;
  font-size: .8em; }

.post-form input[type='text'],
.post-form select,
.post-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  font-size: 1em;
  outline: none;
  box-sizing: border-box; }

.post-form ul li.coordinates {
  font-size: .8em;
  font-style: italic; }

.post-form #img-preview {
  position: relative;
  width: 150px;
  height: 150px; }

.post-form #img-preview i.fa-spinner {
  color: rgba(255, 255, 255, 0.5);
  font-size: 4em;
  position: absolute;
  top: 30%;
  left: 30%; }

.post-form #img-preview img {
  position: relative; }

.post-form #img-preview .remove-preview {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 35px;
  height: 35px;
  border: none;
  padding-top: 5px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  right: 0;
  z-index: 10;
  display: none; }

.warning {
  padding: 3px 20px;
  border-radius: 30px;
  font-weight: 600;
  background-color: #FFFF13;
  margin: 10px 0;
  display: none; }

/***************COMMENT FORM POPUP*********************/
#comment-loader {
  width: 100vw;
  max-width: 800px;
  height: 80vh; }

.comments_wrapper {
  padding: 3%; }

/***************INFOWINDOWS STYLING*********************/
.infobox-yellow .infowindow-content {
  display: block; }

.infowindow-content {
  font-family: "Nunito", sans-serif;
  font-size: 1.1em;
  position: relative;
  display: flex;
  padding: 0;
  box-sizing: border-box; }
  .infowindow-content .iw-content-inner {
    padding: 10px 10px 0 10px;
    display: inline-block;
    height: 125px;
    overflow-y: auto;
    box-sizing: border-box; }
  .infowindow-content a {
    color: #ea008a;
    cursor: pointer; }
  .infowindow-content h2 {
    font-size: 1.4em;
    margin: 0;
    font-weight: 600; }
  .infowindow-content h3 {
    margin-top: 2px;
    font-weight: normal;
    text-transform: uppercase;
    color: #666;
    font-size: 1.1rem; }
  .infowindow-content p {
    font-size: 1.1rem; }
  .infowindow-content #tree_image_holder {
    width: 150px;
    height: 150px;
    background: #ddd;
    overflow: hidden; }
  .infowindow-content .tree_image {
    width: 100%;
    height: auto; }

.iw-button-container {
  position: fixed;
  bottom: 5px;
  right: 5px; }

a.infowindow-btn {
  font-family: "FontAwesome";
  font-size: 1.3em;
  color: #999;
  border: none;
  outline: none;
  margin-left: 12px;
  float: left;
  transition: background-color .5s; }

a.infowindow-btn:hover {
  color: #ea008a; }

a.infowindow-btn:before:hover {
  color: #ea008a; }

.infowindow-btn.remove-poi:before {
  content: '\f1f8'; }

.infowindow-btn.edit-poi:before {
  content: '\f040'; }

.infowindow-btn.add-comment:before {
  content: '\f27a'; }

.infowindow-btn.view-tree:before {
  content: '\f06e'; }

.infobox-standard:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #222222 transparent transparent transparent;
  bottom: -15px;
  left: 130px;
  position: absolute; }

.infobox-standard > img {
  position: absolute !important;
  z-index: 100;
  right: -12px;
  top: -12px; }

/***************MAP LOADING SCREEN*********************/
#loading {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  #loading .fa-spinner {
    font-size: 7em;
    color: #ea008a;
    opacity: .5; }

/***************SINGLE MAP VIEW**********************/
a.go-back {
  display: inline-block;
  margin-right: 10px;
  color: #222; }

.instructions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  background-color: RGBA(249, 218, 0, 0.85);
  padding: 30px;
  border-radius: 20px;
  z-index: 1000;
  width: 600px;
  box-sizing: border-box;
  text-align: center; }

.instructions h2 {
  font-size: 1.5em;
  font-weight: 600;
  text-align: left; }

.instructions ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px; }

.instructions ol li {
  text-align: left;
  margin: 8px 0; }

.instructions .close_instructions {
  display: inline-block;
  margin: 0 auto;
  background-color: #000;
  padding: 5px 30px;
  border-bottom: 0;
  border-radius: 20px; }

.trail-title {
  position: absolute;
  z-index: 9;
  top: 40px;
  color: #222;
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .trail-title {
      display: flex;
      justify-content: space-between;
      padding: 5px 20px; } }
  .trail-title h2 {
    text-align: center;
    color: #222;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.1; }
    @media only screen and (min-width: 750px) {
      .trail-title h2 {
        font-size: 2.1rem;
        text-align: left; } }

#custom-map-controls {
  display: flex;
  justify-content: center;
  margin-top: 8px; }
  @media only screen and (min-width: 750px) {
    #custom-map-controls {
      justify-content: flex-end;
      margin-top: 0; } }
  #custom-map-controls a {
    padding: 0 6px;
    color: #fff;
    border: 1px solid transparent;
    outline: none;
    background: transparent;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    border-radius: 30px;
    position: relative; }
    @media only screen and (min-width: 750px) {
      #custom-map-controls a {
        padding: 1px 12px 3px 12px; } }
    @media only screen and (min-width: 1200px) {
      #custom-map-controls a {
        padding-top: 3px; } }
    #custom-map-controls a span {
      color: #fff;
      font-size: 1.1rem; }
      @media only screen and (min-width: 750px) {
        #custom-map-controls a span {
          font-size: .7em;
          letter-spacing: 1px;
          opacity: 0;
          position: absolute;
          color: #19a7df;
          border: 1px solid #19a7df;
          background: #fff;
          display: flex;
          padding: 3px 6px;
          left: -50%;
          top: 100%;
          word-wrap: none; } }
      @media only screen and (min-width: 1200px) {
        #custom-map-controls a span {
          position: relative;
          color: #fff;
          border: none;
          background: transparent;
          display: inline;
          padding: 0;
          left: 0;
          top: 0;
          word-wrap: none;
          opacity: 1; } }
    @media only screen and (min-width: 1200px) {
      #custom-map-controls a:hover {
        border-color: rgba(255, 255, 255, 0.5);
        transition: border-color .25s; } }
    #custom-map-controls a:hover span {
      opacity: 1;
      transition: opacity .25s; }
    #custom-map-controls a:before {
      font-size: 2rem;
      line-height: .8em;
      font-family: "FontAwesome";
      position: relative;
      font-weight: normal;
      display: block;
      text-align: center;
      font-weight: normal; }
      @media only screen and (min-width: 750px) {
        #custom-map-controls a:before {
          position: relative;
          margin-right: 5px;
          margin-bottom: 0px;
          top: 1px; } }
      @media only screen and (min-width: 1200px) {
        #custom-map-controls a:before {
          font-size: 1em;
          top: 1px;
          display: inline; } }
    #custom-map-controls a#center-me:before {
      content: '\f05b'; }
    #custom-map-controls a#center-trail:before {
      content: '\f140'; }
    #custom-map-controls a#show-all:before {
      content: '\f041'; }
    #custom-map-controls a#my-trails:before {
      content: '\f007'; }
    #custom-map-controls a#main-map:before {
      content: '\f278'; }

#confirm-delete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  background-color: RGBA(249, 218, 0, 0.85);
  padding: 10px;
  border-radius: 20px;
  z-index: 1000;
  width: 240px;
  box-sizing: border-box;
  text-align: center;
  display: none; }

#confirm-delete h2 {
  font-size: 1.3em; }

#edit-form-container .close {
  position: absolute; }
#edit-form-container #submit-spinner {
  color: white;
  font-size: 40px;
  position: relative;
  top: 4px;
  left: 40px;
  display: none;
  width: 40px; }
  #edit-form-container #submit-spinner.visible {
    display: inline-block; }

.post-form ul li label.fileContainer {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: auto; }

.post-form ul li label.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0; }

/****GENERIC PAGES (select/create trail, login/ registration, etc *******************/
.floating-box {
  position: absolute;
  z-index: 1;
  width: 80%;
  max-width: 600px;
  max-height: calc(100% - 65px);
  min-width: 300px;
  min-height: 300px;
  overflow-y: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8); }

.floating-box.long {
  position: relative;
  margin: 60px auto;
  max-height: 1000%;
  overflow-y: auto;
  left: 0;
  top: 0px;
  transform: translate(0, 0);
  margin-bottom: 40px; }

.floating-box .content-inner {
  padding: 20px;
  text-align: center; }

.floating-box p {
  margin: 10px 20px; }

.floating-box p.description,
.floating-box label {
  text-align: left; }

.floating-box h2 {
  font-size: 1.5em;
  color: #fff;
  background-color: #EA008A;
  padding: 20px 2%;
  text-align: center; }

.floating-box label {
  font-size: 1.2em; }

.floating-box .acf-fields > .acf-field {
  border: none; }

.floating-box a.button,
.floating-box input[type='text'],
.floating-box input[type='password'],
.floating-box input[type='email'],
.floating-box input[type='button'],
.floating-box input[type='submit'],
.floating-box textarea,
.floating-box textarea,
.floating-box select {
  position: relative;
  display: inline-block;
  width: 80%;
  min-width: 250px;
  outline: none !important;
  border: none !important;
  height: 50px;
  font-size: 1.1em; }

.floating-box input[type='text'],
.floating-box input[type='password'],
.floating-box input[type='email'] {
  border-radius: 50px;
  padding-left: 30px; }

.floating-box .button,
.floating-box input[type='button'],
.floating-box input[type='submit'] {
  padding: 15px;
  height: auto;
  font-size: 1em; }

.floating-box textarea {
  font-size: 1em !important; }

.floating-box #pp_registration_6 label {
  display: inline-block;
  width: 30%;
  text-align: left; }

.floating-box #pp_registration_6 input[type='text'],
.floating-box #pp_registration_6 input[type='password'],
.floating-box #pp_registration_6 input[type='email'] {
  position: relative;
  display: inline-block;
  width: 60%;
  min-width: 250px;
  outline: none !important;
  border: none !important;
  height: 50px;
  font-size: 1.1em; }

.floating-box a:not(.button) {
  color: #EA008A; }

#add select, #add select:focus {
  background: #ea008a;
  padding-left: 20px;
  color: #fff;
  font-weight: 600; }

/*Individual POI popup*/
#comment-loader {
  border: none; }

article.tree-info {
  background-color: #fbdd4b;
  max-height: 250px;
  overflow: hidden; }

article.tree-info img {
  width: auto;
  height: 250px;
  float: left;
  margin-right: 20px; }

article.tree-info > div,
article.honored > div {
  padding: 20px; }

article.tree-info h2 {
  margin-bottom: 0;
  font-size: 1.7em; }

article.tree-info h3 {
  margin-top: 0; }

.tree-info:after,
article.honored:after {
  content: "";
  display: table;
  clear: both; }

article.honored {
  background: #f3f3f3;
  padding: 20px; }

article.honored img {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 20px; }

.wc-main-form-wrapper,
h3#wc-comment-header {
  display: none;
  font-size: 1.5em; }

.logged-in .wc-main-form-wrapper,
.logged-in h3#wc-comment-header {
  display: block; }

#wpcomm {
  border: none; }

#wpcomm input,
#wpcomm textarea {
  outline: none;
  -webkit-appearance: none; }

.login-prompt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  background: #ea008a;
  padding: 15px; }

#wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap {
  border: 4px solid #222222; }

#wpcomm .wc-form-wrapper {
  background: transparent !important;
  border: none;
  padding: 0; }

.wpdiscuz-sort-buttons {
  color: #ccc !important; }

.wc_comm_submit {
  font-size: .7em; }

.wpdiscuz-front-actions,
#wpcomm .wc-comment .wc-comment-right {
  background: transparent !important; }

#wpcomm .wc-comment-footer {
  border: none; }

.wc-comment {
  border: 4px solid #222222;
  background: #fee8de;
  margin-bottom: 10px; }

@media only screen and (max-width: 750px) {
  header#header h1 {
    font-size: 1.4em; }

  .instructions {
    width: 100%;
    border-radius: 0;
    padding: 20px; }

  input, select, select:focus {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    font-size: 1.2em; }

  .popup-form.side {
    height: auto;
    overflow-y: visible !important;
    padding-bottom: 50px;
    overflow-x: hidden; }

  .popup-form.modal .modal-content {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    transform: translate(0, 0);
    border: none;
    box-shadow: none;
    height: 100vh; }

  #comment-loader {
    width: 100%;
    height: 100%; }

  /*******SINGLE MAP VIEW***************************/
  body.single-map {
    overflow-y: scroll !important;
    /*background-position:fixed;*/ }

  #map.add-points {
    width: 100%;
    height: calc(100% - 40px);
    top: 40px;
    left: 0; }

  .add-points #map-container {
    width: 100%;
    height: calc(100% - 160px);
    position: fixed;
    top: 135px; }

  footer#footer > ul {
    flex-direction: column; }
    footer#footer > ul > li:first-child, footer#footer > ul > li:last-child {
      display: none; }
  footer#footer #menu-social {
    padding: 0; }
    footer#footer #menu-social a {
      color: #bbb; }

  .floating-box {
    position: relative;
    width: 100%;
    max-width: 750px;
    max-height: 1000%;
    height: calc(100vh - 65px);
    left: 0;
    top: 40px;
    transform: translate(0, 0);
    margin: 0 auto; }

  .floating-box.long {
    margin: 40px auto 25px auto;
    padding-bottom: 20px; }

  .floating-box h2 {
    padding: 10px 2%; }

  .floating-box #pp_registration_6 label {
    width: 100%;
    text-align: center; }

  .floating-box a.button, .floating-box input[type='text'], .floating-box input[type='password'], .floating-box input[type='email'], .floating-box input[type='button'], .floating-box input[type='submit'], .floating-box textarea, .floating-box textarea, .floating-box select {
    width: 100%; }

  article.tree-info img {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 20px; }

  .comments_wrapper {
    max-width: 92%; } }
/*******sass-styles overrides***************************/
body.map-create {
  overflow-y: auto !important; }

/****************************************/
/************** POI CARDS ***************/
/****************************************/
/***SCROLLING TRAIL CARD***************************************************/
#map-poi-cards {
  padding-bottom: calc(100vh - 250px); }

#map-poi-cards li.card {
  display: block;
  margin-top: 0;
  background-color: rgba(235, 235, 235, 0.85);
  width: 95%;
  padding-bottom: 1px;
  border: 6px solid #333;
  border-top: none;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.31);
  position: relative;
  left: 0;
  transition: all .5s; }
  #map-poi-cards li.card img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }

@media (min-width: 750px) {
  #map-poi-cards li.card {
    margin-top: 8px; } }
#map-poi-cards li.card.highlighted {
  border-color: RGB(237, 27, 139);
  background-color: rgba(235, 237, 113, 0.85);
  left: 5%;
  transition: all .5s; }
  #map-poi-cards li.card.highlighted img {
    -webkit-filter: none;
    filter: none;
    transition: filter .5s; }

#map-poi-cards li.call-to-action {
  min-height: 100px;
  border-top: 6px solid #222; }

#map-poi-cards li.call-to-action h3 {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #fff; }

#map-poi-cards li h2 {
  color: #fff;
  background-color: #333;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin: 0; }

#map-poi-cards li h3 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.2em; }

#map-poi-cards li h2 a {
  color: #ddd;
  text-decoration: none; }

#map-poi-cards li.highlighted h2 {
  background-color: RGB(237, 27, 139);
  transition: background-color .5s; }
  #map-poi-cards li.highlighted h2 a {
    color: #fff;
    transition: color .5s; }

/*#map-poi-cards .trail-info{
	margin:20px;
	line-height: 1.3em;
}*/
#map-poi-cards .trail-info .place {
  font-weight: bold; }

#map-poi-cards .trail-image img {
  width: 100%;
  height: auto; }

#map-poi-cards .trail-description .wp-caption-text {
  font-size: .8em;
  line-height: 1.3em;
  padding: 5px 20px;
  font-style: italic; }

#map-poi-cards ul.map-poi-list li a {
  color: #000;
  display: block;
  padding: 5px 15px;
  font-size: .8em;
  border-top: 1px solid #000; }

.poi-info {
  font-size: 16px; }

.poi-info h1 {
  font-size: 2em; }

#filters {
  background: #a052d3;
  width: 100%;
  padding: 50px 20px 20px 20px;
  box-sizing: border-box; }

.trail-buttons a {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: calc(50% - 1px);
  float: left;
  font-weight: 600;
  cursor: pointer;
  background: white;
  color: #ea008a; }

.trail-buttons a:first-child {
  margin-right: 1px; }

.trail-buttons a:first-child {
  margin-left: 1px; }

.trail-buttons:after {
  content: "";
  display: table;
  clear: both; }

#map-poi-cards .directions {
  background-color: #EEEEEE;
  display: none; }

#map-poi-cards .directions .getDirections {
  padding: 10px 20px;
  font-size: .9em; }

.directions-panel {
  background: #fff;
  font-size: .9em !important;
  max-height: 300px;
  overflow-y: scroll; }

.directions-panel > div {
  padding: 20px; }

#map-poi-cards .directions .getDirections input[name="start"] {
  display: block;
  width: 100%;
  padding: 6px; }

#map-poi-cards .directions .getDirections select[name="mode"] {
  width: calc(100% - 75px); }

#map-poi-cards ul.trail-info, #map-poi-cards div.trail-info > .inner, ul.my-trails {
  margin: 2rem;
  line-height: 2.25rem; }

ul.my-trails li {
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

ul.my-trails li a {
  display: inline-block;
  vertical-align: middle; }

ul.my-trails li a:nth-of-type(1) {
  width: calc(100% - 50px); }

ul.my-trails li a:nth-of-type(2) {
  margin-left: 10px;
  font-size: 1.25rem;
  background: #222222;
  padding: 2px 5px;
  border-radius: 50%;
  transition: 0.25s ease-in-out; }

ul.my-trails li a:hover:nth-of-type(2) {
  background: #ea008a;
  transition: 0.25s ease-in-out; }

div#my-trails {
  opacity: 0;
  max-height: 0;
  border: none;
  overflow: hidden;
  transition: 0.25s ease-in-out; }

#map-poi-cards input[type=checkbox] {
  display: none; }

input[type=checkbox]:checked + div#my-trails {
  max-height: 100%;
  opacity: 1;
  transition: 0.25s ease-in-out; }

.trail-buttons > a, .trail-button, .trail-link {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  background: white;
  color: #ea008a; }

.trail-buttons a {
  width: calc(50% - 1px);
  float: left; }

.trail-link {
  display: none; }

@media (max-width: 750px) {
  body:not(.logged-in) #map-poi-cards li.call-to-action {
    /*position: fixed;*/
    /*width: 60vw;*/
    /*height: 60vh;*/
    /*top: 20vw;*/
    /*margin: auto;*/
    /*left: 20vw;*/
    /*box-shadow: 0 0 500px 50px #000;*/
    display: none; }

  body:not(.logged-in) #signup-form-container {
    display: block; }

  .popup-form#signup-form-container .modal-content {
    background: #19a7df;
    background: -moz-linear-gradient(top, #19a7df 0%, #7ee4d7 100%);
    background: -webkit-linear-gradient(top, #19a7df 0%, #7ee4d7 100%);
    background: linear-gradient(to bottom, #19a7df 0%, #7ee4d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a7df', endColorstr='#7ee4d7', GradientType=0);
    padding: 80px 20px 20px 20px;
    text-align: center; }

  .popup-form#signup-form-container .modal-content h1 {
    line-height: 1.2em; }

  .popup-form#signup-form-container .modal-content p a {
    color: #222; }

  #map-poi-cards li.card:first-of-type {
    margin-top: 0; }

  #map-poi-cards li.call-to-action {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
    max-height: 1000px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    min-height: 0 !important; }

  #map-poi-cards li.call-to-action.shrink {
    /*max-height: 50px;*/
    transition: all .25s ease-in-out; }

  #map-poi-cards li.call-to-action.shrink .inner {
    /*padding: 12px 10px;*/
    /*margin: 0;*/
    display: none;
    transition: all .25s ease-in-out; }

  #map-poi-cards li.call-to-action .my-trails-container {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0; }

  #map-poi-cards li.call-to-action .trail-link {
    display: block; }

  #map-poi-cards li.call-to-action .trail-button {
    display: none; } }
/****************************************/
/************ MAP COMMENTS **************/
/****************************************/
/***TRAIL INFO OVERLAY***************************************************/
#trail-overlay {
  position: fixed;
  width: 100%;
  height: calc(100vh - 65px);
  top: 40px;
  z-index: 1000;
  visibility: hidden;
  max-height: 0;
  overflow-y: auto;
  transition: .25s ease-in-out .25s;
  display: block; }

#trail-overlay.visible {
  display: block;
  visibility: visible;
  max-height: 100%;
  transition: 0.25s ease-in-out; }

#trail-overlay > article {
  width: 80%;
  margin: auto;
  padding: 5% 0;
  opacity: 0;
  transition: 0.25s ease-in-out 0s; }

#trail-overlay.visible > article {
  opacity: 1;
  transition: 0.25s ease-in-out 0.5s; }

/***GRID***************************************************/
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .element-item ---- */
/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 23%; }

.gutter-sizer {
  width: 2%; }

.grid-item {
  float: left;
  overflow: hidden;
  border: 4px solid black;
  height: auto;
  position: relative;
  background: #fde8df;
  background: #fde8df;
  margin-bottom: 2%; }

.grid-item * {
  width: 100%;
  height: auto; }

.grid-item--width2 {
  width: 40%; }

.grid-item--height2 {
  height: 200px; }

.grid-item img, .grid-item iframe {
  display: block; }

.grid-item a ~ *, .grid-item iframe ~ * {
  display: none; }

.grid-item p {
  padding: 10px 30px; }

.grid-item p:first-of-type {
  padding-top: 60px; }

.grid-item p:last-of-type {
  padding-bottom: 60px; }

.grid-item small {
  display: block;
  padding: 10px;
  color: #888;
  text-align: center; }

@media (max-width: 1000px) {
  .grid-item,
  .grid-sizer {
    width: 31.333%; } }
@media (max-width: 750px) {
  #trail-overlay > article {
    width: 100%;
    padding: 0; }

  #trail-overlay > article .description .image-container {
    width: 100%; }

  #trail-overlay > article .description .image-container img {
    width: 100%;
    height: auto; }

  #trail-info h1,
  #trail-info .address,
  div.description {
    padding: 0 20px; }

  .grid-item,
  .grid-sizer {
    width: 100%; } }
/****************************************/
/************ HEADER  *******************/
/****************************************/
#header {
  display: flex;
  justify-content: space-between; }

nav.header-nav {
  display: flex; }
  nav.header-nav a.top-nav-item {
    display: block;
    position: relative;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: .1em;
    font-weight: 700;
    cursor: pointer; }
    nav.header-nav a.top-nav-item span {
      display: none; }
    nav.header-nav a.top-nav-item:before {
      content: "\f004";
      font-family: "FontAwesome";
      position: relative;
      font-size: 2rem;
      top: 2px; }
      @media only screen and (min-width: 750px) {
        nav.header-nav a.top-nav-item:before {
          margin-right: 10px; } }
    @media only screen and (min-width: 750px) {
      nav.header-nav a.top-nav-item {
        padding: 3px 20px; }
        nav.header-nav a.top-nav-item span {
          display: inline; } }
  nav.header-nav a.donate-link {
    background: #ea008a; }
    nav.header-nav a.donate-link:before {
      content: "\f004"; }
  nav.header-nav a.show-login {
    display: block; }
    @media only screen and (min-width: 750px) {
      nav.header-nav a.show-login {
        display: none; } }
    nav.header-nav a.show-login:before {
      content: "\f090"; }
  nav.header-nav .user-dd {
    position: relative; }
    nav.header-nav .user-dd a.username {
      text-transform: none; }
      nav.header-nav .user-dd a.username:before {
        content: '\f2bd'; }
      @media only screen and (min-width: 750px) {
        nav.header-nav .user-dd a.username {
          min-width: 120px; } }
    @media only screen and (min-width: 1200px) {
      nav.header-nav .user-dd:hover a.username {
        color: #222;
        background: #fff; }
      nav.header-nav .user-dd:hover > ul {
        display: block; } }
    nav.header-nav .user-dd > ul {
      background: #fff;
      border: 4px solid #222;
      border-top: 0px;
      position: absolute;
      right: -4px;
      font-size: 1.3rem;
      width: 275px;
      display: none;
      font-weight: 700; }
      nav.header-nav .user-dd > ul a {
        color: #222; }
      nav.header-nav .user-dd > ul a:hover {
        color: #ea008a; }
      nav.header-nav .user-dd > ul > li {
        margin: 7px 0; }
        nav.header-nav .user-dd > ul > li a, nav.header-nav .user-dd > ul > li span {
          padding: 5px 0 5px 20px;
          display: block; }
      @media only screen and (min-width: 750px) {
        nav.header-nav .user-dd > ul {
          left: -4px;
          right: initial; } }
    nav.header-nav .user-dd .user-trails {
      color: #555; }
      nav.header-nav .user-dd .user-trails ul {
        max-height: 50vh;
        overflow-y: auto; }
        nav.header-nav .user-dd .user-trails ul li {
          border-bottom: 1px solid #ddd; }
          nav.header-nav .user-dd .user-trails ul li span {
            background: #f1f1f1; }
          nav.header-nav .user-dd .user-trails ul li a {
            font-weight: 400;
            background: #f1f1f1; }
    nav.header-nav .user-dd.dd-open a.username {
      color: #222;
      background: #fff; }
    nav.header-nav .user-dd.dd-open > ul {
      display: block; }

/* Multi Tab Sidebar */
.multitab-section {
  display: none;
  text-transform: uppercase;
  position: relative; }
  @media only screen and (min-width: 750px) {
    .multitab-section {
      display: inline-block; } }
  .multitab-section p {
    display: inline-block;
    background: #fff;
    text-transform: lowercase;
    font-size: 14px;
    padding: 20px;
    margin: 0; }
  .multitab-section .multitab-widget {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    width: 160px; }
    .multitab-section .multitab-widget li.multitab-tab {
      list-style: none;
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      text-align: center;
      width: 50%; }
      .multitab-section .multitab-widget li.multitab-tab a {
        color: #fff;
        display: block;
        padding: 10px;
        font-size: 13px;
        letter-spacing: .1em;
        font-weight: 700;
        text-decoration: none; }
        .multitab-section .multitab-widget li.multitab-tab a.multitab-widget-current {
          background: #faad50; }
  .multitab-section .multitab-widget-content {
    padding: 10px;
    display: none;
    width: 250px;
    position: absolute;
    left: 0; }
    .multitab-section .multitab-widget-content#lucidRegistration {
      position: absolute;
      right: 0;
      left: initial; }
    .multitab-section .multitab-widget-content input[type="email"],
    .multitab-section .multitab-widget-content input[type="text"],
    .multitab-section .multitab-widget-content input[type="password"],
    .multitab-section .multitab-widget-content select,
    .multitab-section .multitab-widget-content textarea {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border-radius: 30px;
      border: none;
      background: rgba(255, 255, 255, 0.8);
      margin: 10px auto;
      padding: 10px;
      font-size: 95%;
      color: #555; }
    .multitab-section .multitab-widget-content input[type="submit"] {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 10px auto;
      background: #fff;
      border: 0;
      border-radius: 30px;
      padding: 4%;
      font-size: 100%;
      color: #ea008a;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      cursor: pointer;
      transition: background .3s;
      -webkit-transition: background .3s; }
    .multitab-section .multitab-widget-content input[type="submit"]:hover {
      background: #000; }
    .multitab-section .multitab-widget-content .checkbox-container {
      margin: 10px 0 15px; }
    .multitab-section .multitab-widget-content div.g-recaptcha {
      margin-top: 10px;
      transform: scale(0.75);
      transform-origin: top left; }
    .multitab-section .multitab-widget-content a.lostp {
      text-align: center;
      text-transform: none;
      color: #fff;
      font-size: .9em;
      display: block; }

/* css class for form generated errors */
.profilepress-login-status,
.profilepress-reset-status,
.profilepress-reg-status,
.profilepress-edit-profile-status {
  border-radius: 6px;
  max-width: 250px;
  font-size: 17px;
  line-height: 1.471;
  padding: 10px 19px;
  background-color: #e74c3c;
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 5px auto; }
  .profilepress-login-status a,
  .profilepress-reset-status a,
  .profilepress-reg-status a,
  .profilepress-edit-profile-status a {
    color: #333 !important; }

.lucidSuccess {
  border-radius: 6px;
  max-width: 250px;
  font-size: 17px;
  line-height: 1.471;
  padding: 10px 19px;
  background-color: transparent;
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 5px auto; }
