@charset "UTF-8";
/*
Theme Name: Just One Tree
Theme URI: http://components.underscores.me/
Author: Automattic Team 51
Author URI: http://automattic.com
Description: A custom theme for justonetree.org
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: justonetree
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Just One Tree is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Rubik:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #faf6f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #332F25;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #332F25;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: #7d735b;
  font-family: "Rubik", sans-serif;
  line-height: 1.2;
  margin: 2rem 0 0.25rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #729b65;
  border: none;
}

h1 {
  font-size: 2.1rem;
  font-weight: 300;
}

h2 {
  font-size: 1.8rem;
  font-weight: 300;
}

h3 {
  font-size: 1.6rem;
  font-weight: 400;
}

h4 {
  font-size: 1.4rem;
  font-weight: 400;
}

h5 {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1rem;
}

h6 {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.script {
  font-family: "Dancing Script", cursive;
  font-size: 126%;
}

p {
  margin: 20px 0;
}

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

blockquote {
  margin: 0 1.5em;
  border-left: 4px solid #7d735b;
  padding: 0 1em;
  word-break: break-word;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #faf6f1;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark, ins {
  background: #f9f0cc;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
/* Make sure to hide your sprite! */
.hide {
  display: none;
}

/* Default colouration & size */
.easy-as-svg-icon {
  fill: #729b65;
  height: 28px;
  width: 28px;
}

/* Jetpack social menus */
.jetpack-social-navigation a::before {
  display: none !important;
}

.jetpack-social-navigation li {
  margin-right: 5px !important;
}

.menu-social-container li {
  display: inline-block;
}

.jetpack-social-navigation a,
.widget .menu-social-container ul a {
  background: #729b65;
  border-radius: 50%;
  display: inline-block;
  height: 40px !important;
  padding: 8px;
  width: 40px !important;
}
.jetpack-social-navigation a svg,
.widget .menu-social-container ul a svg {
  fill: #faf6f1;
  height: 24px;
  width: 24px;
}
.jetpack-social-navigation a:hover,
.widget .menu-social-container ul a:hover {
  transform: scale(1.1);
}

.jetpack-social-navigation a[href*="wordpress.org"],
.jetpack-social-navigation a[href*="wordpress.com"],
.widget .menu-social-container ul a[href*="wordpress.org"],
.widget .menu-social-container ul a[href*="wordpress.com"] {
  background-color: #21759b;
}
.jetpack-social-navigation a[href*="facebook.com"],
.widget .menu-social-container ul a[href*="facebook.com"] {
  background-color: #3b5998;
}
.jetpack-social-navigation a[href*="twitter.com"],
.widget .menu-social-container ul a[href*="twitter.com"] {
  background-color: #55acee;
}
.jetpack-social-navigation a[href*="dribbble.com"],
.widget .menu-social-container ul a[href*="dribbble.com"] {
  background-color: #ea4c89;
}
.jetpack-social-navigation a[href*="plus.google.com"],
.widget .menu-social-container ul a[href*="plus.google.com"] {
  background-color: #dd4b39;
}
.jetpack-social-navigation a[href*="pinterest.com"],
.widget .menu-social-container ul a[href*="pinterest.com"] {
  background-color: #cb2027;
}
.jetpack-social-navigation a[href*="github.com"],
.widget .menu-social-container ul a[href*="github.com"] {
  background-color: #000000;
}
.jetpack-social-navigation a[href*="tumblr.com"],
.widget .menu-social-container ul a[href*="tumblr.com"] {
  background-color: #32506d;
}
.jetpack-social-navigation a[href*="youtube.com"],
.widget .menu-social-container ul a[href*="youtube.com"] {
  background-color: #bb0000;
}
.jetpack-social-navigation a[href*="flickr.com"],
.widget .menu-social-container ul a[href*="flickr.com"] {
  background-color: #ff0084;
}
.jetpack-social-navigation a[href*="vimeo.com"],
.widget .menu-social-container ul a[href*="vimeo.com"] {
  background-color: #aad450;
}
.jetpack-social-navigation a[href*="instagram.com"],
.widget .menu-social-container ul a[href*="instagram.com"] {
  background-color: #e95950;
}
.jetpack-social-navigation a[href*="codepen.io"],
.widget .menu-social-container ul a[href*="codepen.io"] {
  background-color: #000000;
}
.jetpack-social-navigation a[href*="linkedin.com"],
.widget .menu-social-container ul a[href*="linkedin.com"] {
  background-color: #007bb5;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7d735b;
  display: block;
}

input[type=checkbox] + label,
label.checkbox,
input[type=radio] + label,
label.radio {
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #332F25;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #7d735b;
  border: 1px solid #7d735b;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  max-width: 500px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #729b65;
  border-color: #729b65;
}

select {
  border: 1px solid #332F25;
  padding: 8px;
  width: 100%;
  max-width: 500px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 8px;
}

textarea {
  padding: 8px;
  width: 100%;
  height: 150px;
}

/* Styling specific to Gravity Forms */
.gform_body ul {
  margin: 0;
}
.gform_body li {
  margin: 0;
}
.gform_body li::before {
  display: none;
}

.gfield {
  padding: 10px 0;
}

input[type=radio] + label {
  margin-left: 5px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container,
.gfield_visibility_hidden {
  display: none;
}

/* Jetpack/Grunion forms specific */
.contact-form input,
.contact-form textarea {
  margin-bottom: 20px;
}

.grunion-field-label.checkbox input {
  margin-bottom: 0;
}

.grunion-field-label span {
  margin-left: 5px;
}

.gform_hide_notice .instruction {
  display: none;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #edd672;
  border: 0;
  border-bottom: 4px solid #e7c945;
  border-radius: 5px;
  box-shadow: none;
  color: #514a3a;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.7rem 2rem 0.6rem;
  text-decoration: none;
  text-shadow: 1px 1px rgba(249, 240, 204, 0.5);
  transition: all ease-in-out 50ms;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #e7c945;
  border-color: #ddb91c;
  color: #332F25;
  text-shadow: 1px 1px rgba(250, 246, 241, 0.5);
}
button:active, button:focus,
.button:active,
.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #edd672;
  border-color: #e7c945;
}

.button {
  display: inline-block;
}

button.secondary,
.button.secondary {
  background-color: #8eaf84;
  border-bottom-color: #729b65;
  text-shadow: 1px 1px #729b65;
}
button.secondary:hover,
.button.secondary:hover {
  background-color: #729b65;
  border-color: #5b7c51;
  color: #5b7c51;
  text-shadow: 1px 1px rgba(250, 246, 241, 0.4);
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #edd672;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 20px 0;
  padding: 0;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

li {
  margin-bottom: 0.75em;
}

.entry-content ul li {
  list-style: none;
  position: relative;
}

.entry-content ul li::before {
  content: "•";
  font-size: 0.75em;
  line-height: 2;
  position: absolute;
  right: 100.5%;
}

.entry-content .sd-content ul li::before {
  content: "";
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid #7d735b;
  text-align: left;
  padding: 8px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Ribbon effect. */
.main-navigation {
  background: url("assets/images/ribbon.png") repeat-x;
  background-size: 16px;
  min-height: 90px;
}

/* Actual menu text */
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
  color: #5b7c51;
}
.main-navigation ul a {
  background: none;
  border: none;
  color: #332F25;
  display: block;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 6px;
  text-shadow: 1px 1px rgba(249, 240, 204, 0.5);
}
.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul .current_page_ancestor > a,
.main-navigation ul .current-menu-ancestor > a {
  color: #7d735b;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul {
  background: #faf6f1;
  border-bottom: 2px solid #edd672;
  border-top: 1px solid #edd672;
  font-size: 0.8em;
  line-height: 1.2;
}
.main-navigation ul ul a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #edd672;
  display: block;
  letter-spacing: 0;
  min-width: 200px;
  padding: 10px;
  text-shadow: none;
  text-transform: none;
}
.main-navigation ul ul li:last-of-type a {
  border-bottom: 0;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  background-color: #f9f0cc;
  color: #332F25;
}
.main-navigation ul ul li:first-of-type:hover > a,
.main-navigation ul ul li:first-of-type.focus > a {
  border-top: 1px solid #edd672;
}

@media (max-width: 639px) {
  .main-navigation {
    margin: 10px -10px;
    padding: 8px 0;
    width: 100%;
    width: calc(100% + 20px);
  }
  .main-navigation::after {
    display: block;
    content: "";
    background: url("assets/images/ribbon.png") bottom right repeat-x;
    background-size: 16px;
    height: 8px;
  }
  .main-navigation ul {
    background-color: #f0dd89;
  }
  .main-navigation ul a {
    padding: 13px 10px;
  }
  .main-navigation li {
    border-bottom: 1px solid #f9f0cc;
    width: 100%;
  }
  .main-navigation .justonetree-split-nav:last-of-type li:last-of-type {
    border-bottom: 0;
  }
  .main-navigation ul ul {
    border: 0;
    display: none;
    height: 0;
    overflow: hidden;
  }
  .main-navigation ul li.focus > ul {
    display: block;
    height: auto;
  }
}
@media (min-width: 640px) {
  .site {
    overflow-x: hidden;
  }
  .main-navigation {
    margin: 0 4%;
    max-width: 92%;
    position: relative;
  }
  .main-navigation::before, .main-navigation::after {
    display: block;
    content: "";
    background: url("assets/images/ribbon-end.png") no-repeat;
    background-size: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    width: 90px;
  }
  .main-navigation::before {
    left: -90px;
  }
  .main-navigation::after {
    right: -90px;
    transform: scaleX(-1);
  }
  .main-navigation ul li.menu-item-has-children:hover::before,
  .main-navigation ul li.menu-item-has-children.focus::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #faf6f1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999999;
  }
  .main-navigation ul ul li.menu-item-has-children:hover::before,
  .main-navigation ul ul li.menu-item-has-children.focus::before {
    border-left: 8px solid #f9f0cc;
    border-right: none;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    right: -11px;
    left: auto;
    top: 11px;
  }
  .main-navigation ul ul ul li:first-of-type:hover > a,
  .main-navigation ul ul ul li.focus:first-of-type > a {
    border-top-color: transparent;
  }
  .main-navigation ul ul {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #edd672;
    position: absolute;
    text-align: left;
    top: 2.6em;
    left: -999em;
    z-index: 99999;
    /* This is just here to make it easier to scroll down to the drop-down without losing focus */
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li {
    margin-bottom: 0;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
    left: calc(100% + 8px);
  }
  .main-navigation ul ul::after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
  }
  .main-navigation .nav-menu {
    margin: 0 -30px;
  }
  .justonetree-split-nav {
    display: inline-block;
    margin-top: 10px;
    width: 50%;
  }
  .justonetree-split-nav:first-of-type {
    padding-right: 50px;
    text-align: right;
  }
  .justonetree-split-nav:last-of-type {
    padding-left: 50px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .main-navigation ul a {
    padding: 10px 12px;
  }
  .main-navigation ul a .hide {
    display: inline;
  }
  .justonetree-split-nav:first-of-type {
    padding-right: 80px;
  }
  .justonetree-split-nav:last-of-type {
    padding-left: 80px;
  }
}
.menu-toggle {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
  overflow: hidden;
}
.comment-navigation .easy-as-svg-icon-caret,
.posts-navigation .easy-as-svg-icon-caret,
.post-navigation .easy-as-svg-icon-caret {
  display: none;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border-bottom: none;
  display: block;
  line-height: 1.2;
  padding: 10px 0;
}
.comment-navigation .nav-previous a span,
.comment-navigation .nav-next a span,
.posts-navigation .nav-previous a span,
.posts-navigation .nav-next a span,
.post-navigation .nav-previous a span,
.post-navigation .nav-next a span {
  color: #8eaf84;
  display: block;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .comment-navigation .nav-previous + .nav-next,
  .posts-navigation .nav-previous + .nav-next,
  .post-navigation .nav-previous + .nav-next {
    border-top: 2px solid #729b65;
  }
}
@media (min-width: 640px) {
  .comment-navigation .easy-as-svg-icon-caret,
  .posts-navigation .easy-as-svg-icon-caret,
  .post-navigation .easy-as-svg-icon-caret {
    display: inline-block;
    fill: #8eaf84;
    height: 40px;
    margin: 0;
    width: 40px;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    padding-right: 10px;
    text-align: left;
    width: 50%;
  }
  .comment-navigation .nav-previous .easy-as-svg-icon-caret,
  .posts-navigation .nav-previous .easy-as-svg-icon-caret,
  .post-navigation .nav-previous .easy-as-svg-icon-caret {
    float: left;
    margin-left: -5px;
    transform: rotate(90deg);
  }
  .comment-navigation .nav-previous .justonetree-nav-label,
  .posts-navigation .nav-previous .justonetree-nav-label,
  .post-navigation .nav-previous .justonetree-nav-label {
    margin-left: 40px;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    padding-left: 10px;
    text-align: right;
    width: 50%;
  }
  .comment-navigation .nav-next .easy-as-svg-icon-caret,
  .posts-navigation .nav-next .easy-as-svg-icon-caret,
  .post-navigation .nav-next .easy-as-svg-icon-caret {
    float: right;
    margin-right: -5px;
    transform: rotate(-90deg);
  }
  .comment-navigation .nav-next .justonetree-nav-label,
  .posts-navigation .nav-next .justonetree-nav-label,
  .post-navigation .nav-next .justonetree-nav-label {
    margin-right: 40px;
  }
}

.posts-navigation .easy-as-svg-icon-caret {
  height: 20px;
  margin: -2px 0;
  width: 20px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #729b65;
  text-decoration: none;
  border-bottom: 2px solid #729b65;
  transition: background 200ms ease-in-out;
}
a:hover, a:focus, a:active {
  background: #f9f0cc;
  border-color: #edd672;
  color: #332F25;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #faf6f1 url("assets/images/background-texture.png");
}

.justonetree-hero {
  display: none;
}

.site-branding a:hover {
  background: none;
}

.custom-logo-link {
  border: none;
}

.site-branding {
  position: relative;
  z-index: 2;
}

.site-title,
.site-description {
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.site-title {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.site-title a {
  color: #729b65;
  border: none;
}
.site-title span {
  color: #e4c22e;
}

.site-description {
  color: #7d735b;
  display: inline-block;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "Dancing Script", cursive;
  position: relative;
}
.site-description .easy-as-svg-icon-fleuron {
  fill: #7d735b;
  height: 45px;
  position: absolute;
  top: -8px;
  width: 45px;
}
.site-description .easy-as-svg-icon-fleuron:nth-of-type(1) {
  left: -52px;
}
.site-description .easy-as-svg-icon-fleuron:nth-of-type(2) {
  right: -50px;
  transform: scaleX(-1);
}

@media (max-width: 639px) {
  .site-branding {
    text-align: center;
  }
  .justonetree-logo {
    max-height: 75px;
  }
}
@media (min-width: 640px) {
  #masthead {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
    text-align: center;
  }
  .justonetree-hero {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
    border: 8px solid #fdfbf9;
    display: block;
    max-width: 94%;
    margin: 1em 3% 0;
    width: 100%;
    z-index: 1;
  }
  .site-branding {
    display: block;
    margin: 0 auto;
    max-width: 160px;
    position: relative;
    z-index: 6;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .justonetree-logo {
    max-width: 100px;
  }
  .justonetree-title-text {
    margin-top: -5px;
  }
  .site-title {
    margin-left: -10%;
    width: 120%;
  }
  .main-navigation {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .site-branding {
    display: block;
    margin: 0 auto;
    max-width: 260px;
    position: relative;
    z-index: 6;
    position: absolute;
    bottom: -140px;
  }
  .justonetree-logo {
    max-width: 150px;
  }
  .site-title {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  .site-description {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
  .site-description .easy-as-svg-icon-fleuron {
    height: 60px;
    top: -10px;
    width: 50px;
  }
  .site-description .easy-as-svg-icon-fleuron:nth-of-type(1) {
    left: -57px;
  }
  .site-description .easy-as-svg-icon-fleuron:nth-of-type(2) {
    right: -55px;
  }
}
.site {
  padding: 10px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 639px) {
  .site-content .content-area {
    margin-bottom: 40px;
  }
}
@media (min-width: 640px) {
  .site-content {
    margin: 10em auto 0;
  }
}
@media (min-width: 840px) {
  .site-content {
    max-width: 1040px;
  }
  .site-content .content-area {
    display: inline-block;
    padding-right: 40px;
    vertical-align: top;
    width: 67%;
  }
  .site-content .widget-area {
    display: inline-block;
    margin-left: -6px;
    padding-left: 40px;
    vertical-align: top;
    width: 33%;
  }
}
.site-footer {
  clear: both;
  width: 100%;
}
.site-footer div {
  margin: 0 auto;
  max-width: 1040px;
}

/* Lemon sprigs in the background. */
.justonetree-lemon-sprigs {
  height: 200px;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .justonetree-lemon-sprigs {
    height: 400px;
    max-width: 1290px;
  }
}
.justonetree-lemon-sprigs img {
  position: absolute;
  width: 160px;
  z-index: -1;
}
@media (min-width: 640px) {
  .justonetree-lemon-sprigs img {
    width: 260px;
  }
}
@media (min-width: 1024px) {
  .justonetree-lemon-sprigs img {
    width: 300px;
  }
}
.justonetree-lemon-sprigs .left-sprig {
  top: -50px;
  left: -30px;
}
@media (min-width: 1290px) {
  .justonetree-lemon-sprigs .left-sprig {
    left: 0;
  }
}
.justonetree-lemon-sprigs .centre-sprig {
  display: none;
}
@media (min-width: 1024px) {
  .justonetree-lemon-sprigs .centre-sprig {
    display: block;
    top: -210px;
    left: 44%;
    transform: rotate(-32deg) translate(-50%, 0);
  }
}
.justonetree-lemon-sprigs .right-sprig {
  right: -30px;
  transform: rotate(-285deg);
  top: -40px;
}
@media (min-width: 1290px) {
  .justonetree-lemon-sprigs .right-sprig {
    right: 0;
  }
}

.site-footer {
  background: #332F25;
  color: #faf6f1;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-top: 40px;
  padding: 20px 0;
}
.site-footer::before, .site-footer::after {
  background: url("assets/images/dark-scalloped-edge.png") 0 -1px repeat-x;
  content: "";
  display: block;
  height: 24px;
}
.site-footer::before {
  margin-top: -40px;
}
.site-footer::after {
  margin-bottom: -40px;
  transform: rotate(180deg);
}
.site-footer a,
.site-footer label {
  color: #faf6f1;
}
.site-footer label {
  font-weight: 400;
}

.site-footer .widget-area {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 640px) {
  .site-footer .widget-area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1040px;
  }
  .site-footer .widget-area .widget {
    flex: 3;
    margin-left: 40px;
  }
  .site-footer .widget-area .widget:first-of-type {
    flex: 4;
    margin-left: 0;
  }
}
.site-footer .widget_text {
  font-size: 16px;
  font-size: 1rem;
}

.site-footer .jetpack-social-navigation ul a {
  border-bottom: 0;
}

.site-footer .menu-social-container {
  text-align: left;
}

.site-footer .widget-area h2 {
  color: #f9f0cc;
  font-family: "Dancing Script", cursive;
}

/* Final made-up widget */
.justonetree-site-info .site-info {
  margin: 20px 0;
}

.justonetree-sponsor-logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  max-width: 1040px;
}
.justonetree-sponsor-logos a {
  border: none;
}
.justonetree-sponsor-logos a:hover {
  background: none;
}
.justonetree-sponsor-logos .sponsor {
  flex-basis: 150px;
  margin: 20px 10px;
  text-align: center;
}
.justonetree-sponsor-logos .sponsor img {
  height: auto;
  max-height: 50px;
  max-width: 100%;
  width: auto;
}

.justonetree-treeometer {
  position: relative;
  margin: 0 auto;
  max-width: 185px;
  overflow-x: hidden;
}

.justonetree-treeometer svg {
  position: absolute;
  width: 184px;
  z-index: -1;
}
.justonetree-treeometer svg .trunk {
  fill: #c3b69e;
}
.justonetree-treeometer svg .leaf {
  fill: #729b65;
}
.justonetree-treeometer svg .lemon {
  fill: #edd673;
}

progress,
progress[value] {
  appearance: none;
}

.progress-bar {
  background-color: #eeede8;
  border: 0px solid #7d735b;
  border-radius: 0;
  transform: rotate(-90deg);
  height: 15px;
  width: 200px;
  transform-origin: bottom left;
  margin: 278px 0 0 97px;
}

.progress-bar::-moz-progress-bar {
  background: #edd672;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress-bar::-webkit-progress-bar {
  background: #eeede8;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress-bar::-webkit-progress-value {
  background: #edd672;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress-bar::-ms-fill {
  background: #edd672;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.fallback-progress-bar {
  margin-top: 0.95em;
  background-color: #eeede8;
  height: 0.3em;
}

.fallback-progress-value {
  background-color: #edd672;
  display: block;
  height: 0.3em;
}

#justonetree-treeometer-text {
  font-size: 0.8em;
  text-align: center;
  margin-top: 40px;
  max-width: 185px;
}

.justonetree-treeometer h3 {
  color: #5b7c51;
  font-size: 0.95em;
  font-weight: 600;
  margin: 5px 0;
}

.justonetree-treeometer .number {
  color: #7d735b;
}

.justonetree-treeometer p {
  display: none;
}

.justonetree-treeometer .button {
  margin-top: 10px;
}

.justonetree-map-container {
  border: 2px solid #7d735b;
  margin-bottom: 20px;
}

.justonetree-tree-map,
.justonetree-orchard-map {
  height: 460px;
}

.justonetree-map-container {
  position: relative;
}

.justonetree-map-info {
  font-size: 14.4px;
  font-size: 0.9rem;
  background-color: #faf6f1;
  border: 1px solid #7d735b;
  padding: 20px;
}
@media (min-width: 640px) {
  .justonetree-map-info {
    position: absolute;
    right: -20px;
    top: 160px;
    width: 240px;
    z-index: 3;
  }
}
.justonetree-map-info .map-neighborhood-name {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #7d735b;
  color: #7d735b;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.justonetree-map-info .map-tree-count {
  margin: 0;
}

@media (max-width: 639px) {
  .justonetree-map-legend {
    display: none;
  }
}
@media (min-width: 640px) {
  .justonetree-map-legend {
    background-color: #faf6f1;
    background: #faf6f1;
    border: 1px solid #7d735b;
    bottom: 5px;
    left: -20px;
    list-style-type: none;
    margin: 0;
    padding: 20px;
    padding: 10px;
    position: absolute;
    width: auto;
  }
}

.legend-label {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7d735b;
  margin: 0 0 5px;
}

.legend-item {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 2px;
}
.legend-item::before {
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
  width: 20px;
}
.legend-item.map-tier1::before {
  background: #d19461;
}
.legend-item.map-tier2::before {
  background: #e0a76e;
}
.legend-item.map-tier3::before {
  background: #eac373;
}
.legend-item.map-tier4::before {
  background: #edd672;
}
.legend-item.map-tier5::before {
  background: #c7c963;
}
.legend-item.map-tier6::before {
  background: #abbf6d;
}
.legend-item.map-tier7::before {
  background: #8ead73;
}
.legend-item.map-tier8::before {
  background: #729b65;
}

.justonetree-area-count {
  display: none;
}

.justonetree-orchard {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  background: #fdfbf9;
  display: none;
  margin: 0 0 40px;
  padding: 20px;
}
.justonetree-orchard.show {
  display: block;
}

.justonetree-orchard-title {
  color: #5b7c51;
  margin: 0;
}

.justonetree-orchard-address {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7d735b;
  list-style: none;
  margin: 0;
}
.justonetree-orchard-address li {
  display: inline;
}
.justonetree-orchard-address li::after {
  content: ", ";
}
.justonetree-orchard-address li:last-of-type::after {
  display: none;
}

/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-content {
  margin: 0 auto;
  max-width: 1040px;
}

.no-sidebar .content-area {
  padding-right: 0;
  margin: 0 auto;
  text-align: left;
  width: auto;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 20px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.entry-header,
.page-header {
  margin-bottom: 20px;
}

.entry-title,
.page-title {
  margin-top: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0;
}

/* Header */
.entry-meta {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1.2;
}
.entry-meta a {
  color: #5b7c51;
  border: none;
}
.entry-meta a:hover {
  color: #729b65;
  background: none;
}
.entry-meta span::after {
  content: " · ";
  display: inline;
}
.entry-meta span:last-of-type::after {
  display: none;
}

.post-thumbnail a {
  border: none;
}
.post-thumbnail a:hover {
  background: none;
}

.wp-block-pullquote cite {
  font-size: 13px;
}

.wp-block-columns .wp-block-column {
  padding-left: 10px;
  padding-right: 10px;
}
.wp-block-columns .wp-block-column:first-child {
  padding-left: 0;
}
.wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
}
.wp-block-columns .wp-block-column p {
  margin-top: 0;
}

.wp-block-embed {
  margin: 0;
}

.wp-block-gallery .blocks-gallery-item:before {
  content: "";
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.archive .page-header,
.search .page-header {
  border-bottom: 2px solid #7d735b;
}

.archive article,
.search article {
  border-bottom: 1px solid rgba(125, 115, 91, 0.5);
  padding: 40px 0;
  margin: 0;
}

.nix-prefix,
.search-results-for {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
}

.justonetree-learnmore-toggle {
  align-items: flex-end;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.justonetree-learnmore-toggle svg {
  height: 14px;
  width: 14px;
  transition: all 300ms ease-in-out;
}
.justonetree-learnmore-toggle.expanded svg {
  transform: scale(-1);
  transform-origin: 50% 50%;
}

.justonetree-learnmore {
  border: 1px solid #729b65;
  padding: 20px;
  transition: height 1s ease-in-out;
}

.justonetree-learnmore.hidden {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.hero-text h2 {
  color: #7d735b;
  font-weight: 500;
  margin: 0;
}
.hero-text h2 .script {
  color: #8eaf84;
}

/* Recent posts widget */
.widget.justonetree-recent-posts {
  font-size: 0.9rem;
}
.widget.justonetree-recent-posts h2 {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-align: left;
}
/* Arrange hero text and tree-o-meter side-by-side on larger screens. */
@media (min-width: 640px) {
  .intro {
    display: flex;
    justify-content: space-between;
    margin: 200px 0 0;
  }
  .hero-text {
    flex: 3;
    margin-right: 40px;
  }
  .justonetree-recent-posts {
    flex: 2;
  }
  .home .justonetree-treeometer {
    margin-left: 40px;
    flex: 2;
  }
}
/* Take action section */
.take-action {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}
.take-action .illustration-badge {
  fill: #7d735b;
}
.take-action a:not(.button) {
  border-bottom: none;
}
.take-action a:not(.button):hover, .take-action a:not(.button):active, .take-action a:not(.button):focus {
  background: none;
}
.take-action a:not(.button):hover .illustration-badge, .take-action a:not(.button):active .illustration-badge, .take-action a:not(.button):focus .illustration-badge {
  fill: #5f5845;
}
.take-action h2 {
  flex-basis: 100%;
}
.take-action h2 .main {
  color: #7d735b;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
.take-action h2 .easy-as-svg-icon-fleuron {
  fill: #7d735b;
  height: 50px;
  position: absolute;
  top: -13px;
  width: 50px;
}
.take-action h2 .easy-as-svg-icon-fleuron:nth-of-type(1) {
  left: -55px;
}
.take-action h2 .easy-as-svg-icon-fleuron:nth-of-type(2) {
  right: -55px;
  transform: scaleX(-1);
}
.take-action h2 .script {
  color: #8eaf84;
  display: block;
  margin-top: 5px;
}

.action-widget {
  flex-basis: 100%;
  padding-top: 40px;
  padding-bottom: 3em;
  position: relative;
}
.action-widget h3 {
  color: #8eaf84;
  font-family: "Dancing Script", cursive;
  font-size: 200%;
  margin: 0;
}
.action-widget svg {
  max-width: 150px;
}
.action-widget p {
  font-size: 0.85em;
  margin-top: 0;
  padding-bottom: 10px;
  text-align: left;
}
.action-widget .justonetree-action-button {
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 640px) {
  .action-widget {
    flex-basis: calc(50% - 20px);
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .action-widget {
    flex-basis: calc(25% - 20px);
    width: 25%;
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 20px;
  /* Make sure select elements fit in widgets. */
  /* And make inputs span the full width. */
}
.widget select {
  max-width: 100%;
}
.widget input {
  width: 100%;
}
.widget input[type=submit] {
  width: auto;
}

.site-content .widget {
  margin-bottom: 40px;
}

.site-content .widget-area .widget-title,
.error404 .page-content .widget-title,
.error404 .page-content .widgettitle {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

.error404 .page-content .widget-title,
.error404 .page-content .widgettitle {
  margin-top: 80px;
}

/* Search form */
.search-form {
  max-width: 400px;
  position: relative;
}

.search-field {
  width: 100%;
}

.search-submit {
  background: #7d735b;
  border: none;
  border-radius: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
.search-submit:hover {
  background-color: #729b65;
}
.search-submit .easy-as-svg-icon {
  fill: #faf6f1;
  height: 14px;
  width: 14px;
}

/* Lists in widgets (pages, categories, comments, etc) */
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  margin: 0;
}
.widget ul a {
  border-bottom: 1px solid rgba(125, 115, 91, 0.25);
  display: block;
  padding: 10px 0;
}
.widget ul a:hover {
  background-color: rgba(125, 115, 91, 0.1);
}
.widget ul .sub-menu {
  margin-left: 1em;
  padding: 0;
}

/* Archive widgets */
.widget_archive ul li,
.widget_categories ul li {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
.widget_archive ul li a,
.widget_categories ul li a {
  border: none;
  order: 1;
}
.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
  background-color: transparent;
}
.widget_archive ul li::before,
.widget_categories ul li::before {
  border-bottom: 1px dotted #332F25;
  content: "";
  flex-grow: 1;
  order: 2;
  margin: 0.25em 3px;
}
.widget_archive ul li .post-count,
.widget_categories ul li .post-count {
  order: 3;
  padding-top: 0.5em;
}
.widget_archive ul li ul,
.widget_categories ul li ul {
  order: 4;
  flex-grow: 0;
  flex-basis: 100%;
  margin-left: 1em;
}

.widget_mc4wp_form_widget p {
  margin-bottom: 0;
}

/* Tag cloud widget */
.widget_tag_cloud .tagcloud a {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 2px solid;
  background: #729b65;
  color: #faf6f1;
  font-size: 12px !important;
  padding: 5px 10px;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #5b7c51;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin: 10px 0;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 13.6px;
  font-size: 0.85rem;
  border-bottom: 1px solid #7d735b;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption.alignright {
  margin-left: 20px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.gallery-icon a {
  border-bottom: none;
  display: block;
  line-height: 0;
}
.gallery-icon a:hover {
  background: none;
}
.gallery-icon a:hover img {
  filter: grayscale(75%);
}

.gallery-item {
  display: inline-block;
  margin: 0;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  border-bottom: none;
  display: block;
  padding: 5px 5px 10px;
}

/* Optimise for thumbnail galleries. */
.gallery-columns-3.gallery-size-thumbnail {
  max-width: 495px;
}

.gallery-size-thumbnail .wp-caption-text {
  font-size: 11.2px;
  font-size: 0.7rem;
}

/*--------------------------------------------------------------
## Jetpack videos
--------------------------------------------------------------*/
.jetpack-video-wrapper {
  margin-bottom: 20px !important;
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    background: white;
    font-size: 10pt;
    margin: 0;
  }
  .justonetree-lemon-sprigs,
  .custom-logo-link,
  .post-edit-link,
  #site-navigation,
  .post-navigation,
  #comments,
  #footer-widgets,
  .justonetree-sponsor-logos,
  .sharedaddy {
    display: none;
  }
  .site-title {
    margin-bottom: 5px;
  }
  .site-title a,
  .posted-on a {
    text-decoration: none;
  }
  .site-title a:after {
    content: "";
  }
  .entry-meta span:not(.posted-on) {
    display: none;
  }
  .posted-on:after,
  .posted-on a:after {
    content: "";
  }
  #header {
    height: 75px;
  }
  #secondary {
    display: none;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  iframe {
    display: none;
  }
  .demo .red {
    color: black;
    font-weight: bold;
  }
  #content a {
    font-weight: bold;
    color: #000066;
    text-decoration: underline;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  #footer, .ad {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h3 {
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  blockquote, table, pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  .tiled-gallery .gallery-row,
  .tiled-gallery .gallery-group {
    width: auto !important;
    height: auto !important;
  }
  .tiled-gallery .tiled-gallery-item a:after {
    content: "";
  }
}

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