/*!
Theme Name: Urban Bushland
Theme URI: http://underscores.me/
Author: Web Complete
Author URI: http://underscores.me/
Description: Urban Bushland Council
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: urban-bushland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

urban-bushland is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores 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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: none !important;
}

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

b,f
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;
/*   -webkit-appearance: none !important; */
}

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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

strong{font-weight: 500;}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  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: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
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: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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 {
  border-color: #aaa #bbb #bbb;
}*/

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

/*a:focus {
  outline: thin dotted;
}*/

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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: .8em;
    margin-top: .3em;
    margin-bottom: .3em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: .8em;
    margin-top: .3em;
    margin-bottom: .3em;
}

.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

.facebookiframe iframe {
    min-height: 525px;
    margin-left: 0px;
    display: block;
    width: 100%;
}
#ctf.ctf-super-narrow .ctf-context {
    text-align: left;
}
#ctf.ctf-super-narrow .ctf-tweet-content {
    text-align: left;
}
.home .sidebar .widget{
    margin-top: 0;
    margin-bottom: 0;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  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 {
  display: block;
}


/*----------------------------------------------
## Custom styles
------------------------------------------------*/

/***** FONTS *****/

/*@font-face {
  font-family: "FranklinGothicURWMedium";
  src: url("fonts/FranklinGothicURWMedium/FranklinGothicURWMedium.eot");
  src: url("fonts/FranklinGothicURWMedium/FranklinGothicURWMedium.eot?#iefix") format("embedded-opentype"),
       url('fonts/FranklinGothicURWMedium/FranklinGothicURWMedium.woff2') format('woff2'),
       url("fonts/FranklinGothicURWMedium/FranklinGothicURWMedium.woff") format("woff"),
       url("fonts/FranklinGothicURWMedium/FranklinGothicURWMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FranklinGothicURWMediumItalic";
  src: url("fonts/FranklinGothicURWMediumItalic/FranklinGothicURWMediumItalic.eot");
  src: url("fonts/FranklinGothicURWMediumItalic/FranklinGothicURWMediumItalic.eot?#iefix") format("embedded-opentype"),
       url('fonts/FranklinGothicURWMediumItalic/FranklinGothicURWMediumItalic.woff2') format('woff2'),
       url("fonts/FranklinGothicURWMediumItalic/FranklinGothicURWMediumItalic.woff") format("woff"),
       url("fonts/FranklinGothicURWMediumItalic/FranklinGothicURWMediumItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FranklinGothicURWBook";
  src: url("fonts/FranklinGothicURWBook/FranklinGothicURWBook.eot");
  src: url("fonts/FranklinGothicURWBook/FranklinGothicURWBook.eot?#iefix") format("embedded-opentype"),
       url('fonts/FranklinGothicURWBook/FranklinGothicURWBook.woff2') format('woff2'),
       url("fonts/FranklinGothicURWBook/FranklinGothicURWBook.woff") format("woff"),
       url("fonts/FranklinGothicURWBook/FranklinGothicURWBook.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FranklinGothicURWHeavy";
  src: url("fonts/FranklinGothicURWHeavy/FranklinGothicURWHeavy.eot");
  src: url("fonts/FranklinGothicURWHeavy/FranklinGothicURWHeavy.eot?#iefix") format("embedded-opentype"),
       url('fonts/FranklinGothicURWHeavy/FranklinGothicURWHeavy.woff2') format('woff2'),
       url("fonts/FranklinGothicURWHeavy/FranklinGothicURWHeavy.woff") format("woff"),
       url("fonts/FranklinGothicURWHeavy/FranklinGothicURWHeavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FranklinGothicURWCondMedium";
  src: url("fonts/FranklinGothicURWCondMedium/FranklinGothicURWCondMedium.eot");
  src: url("fonts/FranklinGothicURWCondMedium/FranklinGothicURWCondMedium.eot?#iefix") format("embedded-opentype"),
       url('fonts/FranklinGothicURWCondMedium/FranklinGothicURWCondMedium.woff2') format('woff2'),
       url("fonts/FranklinGothicURWCondMedium/FranklinGothicURWCondMedium.woff") format("woff"),
       url("fonts/FranklinGothicURWCondMedium/FranklinGothicURWCondMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}*/


/***** STYLES *****/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a:active,
a:hover {
  outline: 0;
  color: #254a38;
}
a:visited {
  color: inherit;
}

p {
  margin-bottom: 15px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}
input,
button {
  outline: none !important;
}

body {
  /*font-family: "FranklinGothicURWBook", sans-serif;*/
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: 17px;
  color: #121517;
}

/* H group */

h1,
h2,
h3,
h5 {
  /*font-family: "FranklinGothicURWHeavy", sans-serif;
  font-weight: normal;*/
  font-weight: 900;
  line-height: 1.25;
}
h1 {
  font-size: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
h1.underline {
  padding-bottom: 15px;
}
h2 {
  font-size: 27px;
}
h2.underline {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.home h2.underline,
h3.underline {
  text-transform: uppercase;
  padding-bottom: 10px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
}
h5 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}

/* classes */

.entry-header {
  margin-bottom: 15px;
}

.container:before,
.container:after,
.row:before,
.row:after,
.columns:before,
.columns:after {
  display: table;
  content: " ";
}
/*.columns:before,
.columns:after {
  width: 100%;
}*/

.underline {
  position: relative;
  line-height: 1;
}
.underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  color: inherit;
  border-bottom: 1px solid;
}
.underline.underline-center {
  text-align: center;
}
.underline.underline-center:after {
  left: 50%;
  margin-left: -35px;
}
.underline.underline-right {
  text-align: right;
}
.underline.underline-right:after {
  left: auto;
  right: 0;
}

.text-center{
  text-align: center;
}
.text-right {
  text-align: right;
}

.visible-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
}

/* plugin overrides */
.essb_links.essb_template_copy-retina li a .essb_network_name {
    font-size: 12px;
}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.columns {
  margin-right: -15px;
  margin-left: -15px;
}
.col-item {
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 768px) {
  .col-item {
    float: left;
    position: relative;
  }
  .columns--two .col-item {
    width: 50%;
  }
  .columns--three .col-item {
    width: 33.33333%;
  }
  .columns--four .col-item {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/* buttons */

.btn,
a.tribe-events-read-more,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button, .ddownload-button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  color: #121517;
  border: 1px solid;
  line-height: 1;
  padding: 12px 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) {
  .article .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn:hover {
  background-color: #203c2e;
  color: #fff;
}
.btn.innerpage:hover {
  background-color: #203c2e;
  color: #fff;
}


.btn.btn-green,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background-color: #254a38;
}

a.tribe-events-read-more:hover,
.btn.btn-green:hover,
.btn.btn-big-green:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff !important;
  background-color: #203c2e;
}
.btn.btn-big-green,
.btn.btn-big-orange {
  color: #fff;
  /*font-family: "FranklinGothicURWCondMedium", sans-serif; */
  font-family: "franklin-gothic-urw-cond",sans-serif;
  border: none;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 13px;
  white-space: nowrap;
}
.btn.btn-big-green {
  background-color: #254a38;
  border-bottom: 7px solid #203c2e;
}
.btn.btn-big-orange {
  background-color: #e4ad06;
  border-bottom: 7px solid #d19f06;
}
.btn.btn-big-orange:hover {
  background-color: #d19f06;
}

.site .gform_footer,
.site .gform_page_footer {
  text-align: center;
}

.site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit] {
  width: 100%;
  max-width: 232px;
  margin: 0 auto;
  font-size: 13px;
}

/*** Header ***/
.site-header {
  padding-top: 15px;
  padding-bottom: 15px;
  /*font-family: "FranklinGothicURWCondMedium", sans-serif;*/
  font-family: "franklin-gothic-urw-cond",sans-serif;
  text-transform: uppercase;
  position: relative;
}
.site-header .logo {
  float: left;
  width: 244px;
}
.top-menu {
  font-size: 14px;
}
.main-menu {
  font-size: 19px;
}
.site-header ul {
  margin: 0;
}
.site-header li {
  list-style-type: none;
}
.site-header a,
.site-header a:active,
.site-header a:visited {
  text-decoration: none
}
.header-actions .serach-wrap {
  float: left;
  width: 190px;
  position: relative;
  padding-left: 40px;
  border-radius: 2px;
  background-color: #f3f3f3;
  margin-top: 10px;
}
.header-actions .serach-wrap .fa {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #cccccc;
}
.header-actions .serach-wrap input {
  width: 100%;
  height: 40px;
  font-size: 15px;
  color: #8c8c8c;
  /*font-family: "FranklinGothicURWBook", sans-serif;*/
  font-family: "franklin-gothic-urw",sans-serif;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
}
.header-actions .btn {
  margin-left: 10px;
  float: left;
}
.site-header .sub-menu {
  display: none;
}

.tribe-mini-calendar-event .list-date .list-dayname, .tribe-mini-calendar-event .list-date .list-daynumber {
  font-weight: 500;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt {
    background-color: #254a38 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #203c2e !important;
    color: #fff;
}
.tribe-block__tickets__item__attendee__fields__form button {
    background-color: #254a38 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 9px 30px;
    transition: .3s all;
}
.tribe-block__tickets__item__attendee__fields__form button:hover {
  background-color: #203c2e !important;
}

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

  .menu-toggle {
    float: right;
    padding: 15px 7px;
    border-radius: 3px;
    width: 50px;
    outline: none !important;
    display: block;
    background-color: transparent;
    border: none;
  }
  .menu-toggle .menu-toggle-line {
    position: relative;
    display: block;
  }
  .menu-toggle .menu-toggle-line:after,
  .menu-toggle .menu-toggle-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  .menu-toggle .menu-toggle-line:after{
    top: 9px;
  }
  .menu-toggle .menu-toggle-line,
  .menu-toggle .menu-toggle-line:after,
  .menu-toggle .menu-toggle-line:before {
    width: 100%;
    height: 5px;
    background-color: #254a38;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  .menu-opened .menu-toggle .menu-toggle-line {
    background-color: transparent;
  }
  .menu-opened .menu-toggle .menu-toggle-line:before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }
  .menu-opened .menu-toggle .menu-toggle-line:after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
  }

  .header-actions {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  .header-actions .serach-wrap {
    width: 100%;
  }

  .header-actions .btn {
    display: inline-block;
    float: none;
    margin-top: 10px;
  }

  .btn.btn-big-green,
  .btn.btn-big-orange {
    padding-top: 15px;
    padding-bottom: 8px;
  }
  .navigation-wrap {
    display: none;
    background-color: #254a38;
    position: absolute;
    left: 0;
    right: 0;
    top: 145px;
    z-index: 999;
  }
  .site-header a,
  .site-header a:active,
  .site-header a:visited {
    color: rgba(255,255,255,.65);
  }

  .top-menu {
    font-size: 16px;
  }
  .main-menu {
    font-size: 17px;
  }
  .top-menu li + li,
  .main-menu li {
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  .top-menu a,
  .main-menu a {
    line-height: inherit;
  }

  .site-header .current-menu-item > a {
    color: #fff;
  }
  .site-header .navigation-wrap a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    display: block;
  }

  .site-header .menu > .menu-item-has-children {
    padding-right: 40px;
  }
  .site-header .sub-menu {
    margin-left: 0;
    margin-right: -40px;
  }

  .site-header .menu-item-has-children {
    position: relative;
  }
  .site-header .menu-item-has-children:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .menu-item-has-children.submenu-opened:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .site-header .sub-menu a {
    padding-left: 25px;
  }
  .site-header .sub-menu .sub-menu a {
    padding-left: 35px;
  }

  .site-header .share-wrap {
    display: none;
  }

}

@media only screen and (max-width: 479px) {
  .site-header .logo {
    width: 200px;
  }
  .navigation-wrap {
    top: 125px;
  }
  .header-actions .btn {
    margin-left: 0;
    width: 135px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .header-actions .btn.btn-big-green {
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .site-header li {
    float: left;
  }
  .site-header .container {
    position: relative;
  }
  .top-menu,
  .main-menu,
  .header-actions {
    float: right;
    clear: right;
  }
  .main-menu #menu-menu > li + li {
    padding-left: 15px;
    position: relative;
  }
  .top-menu li + li {
    padding-left: 5px;
  }
  .top-menu {
    position: absolute;
    right: 15px;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .top-menu .share-wrap {
    float: right;
  }
  .top-menu .share-wrap .socials-wrap {
    float: right;
    padding-left: 3px;
    height: 25px;
  }

  .top-menu .share-wrap .socials-wrap a {
    float: left;
  }
  .top-menu .share-wrap .socials-wrap img {
    display: block;
    width: 25px;
    margin-left: 5px;
  }
/*  .top-menu .fb-like {
    margin-top: 0px;
    margin-right: 7px;
  } */
  .fb-like-cont .essb-like .essb-like-facebook {
    height: 21px;
    line-height: 1;
    margin-right: 5px;
  }
  .fb-like-cont .essb-like .essb-like-facebook > div {
    vertical-align: inherit !important;
    height: 21px !important;
    line-height: 21px !important;
  }
  .fb-like-cont .essb_links li a {
    margin: 0;
  }
  .fb-like-cont {
    float: left;
    margin-top: 3px;
    margin-right: 1px;
  }

  .fb-like-cont .essb_links.essb_template_copy-retina .essb_icon {display: none;}
  .fb-like-cont .essb_links.essb_template_copy-retina li a .essb_network_name {
    font-size: 11px;
    padding: 4px 0px 6px 12px;
  }
  .fb-like-cont .essb_links, .fb-like-cont .essb-like {clear: none; float: left; margin: 0;}
  .header-actions {
    margin-top: 33px;
    margin-bottom: 10px;
  }
  .site-header .menu a,
  .site-header .menu a:active,
  .site-header .menu a:visited {
    color: #121517;
    text-decoration: none;
  }
  .site-header .menu a:hover,
  .site-header .menu .current-menu-item > a,
  .site-header .menu .current-page-parent > a {
    color: #254a38;
  }
  .site-header .menu > .menu-item-has-children:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 20px;
  }
  .site-header .sub-menu {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    background-color: #254a38;
    font-size: 17px;
    box-shadow: 0 0 9px rgba(0,0,0,0.56);
    width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 17px;
    z-index: 9
  }
  .site-header .menu > .menu-item:last-child > .sub-menu,
  .site-header .menu > .menu-item:nth-last-child(2) > .sub-menu {
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 0;
  }
  .site-header .sub-menu:before {
    content: "";
    position: absolute;
    border-bottom: 8px solid #254a38;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    left: 50%;
    margin-left: -8px;
  }
  .site-header .menu > .menu-item:last-child > .sub-menu:before,
  .site-header .menu > .menu-item:nth-last-child(2) > .sub-menu:before {
    left: 90%;
  }
  .site-header .sub-menu a:hover,
  .site-header .sub-menu .current-menu-item a,
  .site-header .sub-menu .menu-item-has-children.hover {
    color: #fff;
    background-color: #172a20;
  }
  .site-header .menu .sub-menu a {
    display: block;
    line-height: 58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    color: #fff;
  }
  .site-header .sub-menu li {
    border-bottom: 1px solid #172a20;
    width: 100%;
  }
  .site-header .sub-menu .sub-menu {
    margin-top: 0;
    top: 0;
    left: 100%;
    margin-left: -10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: rgba(35,66,50,0.65);
  }
  .site-header .sub-menu .sub-menu:before {
    display: none;
  }
  .site-header .menu > .menu-item:last-child .sub-menu .sub-menu,
  .site-header .menu > .menu-item:nth-last-child(2) .sub-menu .sub-menu,
  .site-header .menu > .menu-item:nth-last-child(3) .sub-menu .sub-menu {
    left: auto;
    margin-left: 0;
    margin-right: -10px;
    right: 100%;
  }

  .site-header .menu-top_menu-container {
    float: left;
    padding-right: 15px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-actions {
    width: 310px;
  }
  .header-actions .btn-big-orange {
    margin-left: 0;
    float: right;
  }
  .header-actions .btn-big-green {
    margin-left: 0;
  }
  .header-actions .serach-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-menu {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .main-menu #menu-menu > li + li {
    padding-left: 33px;
  }
  .main-menu #menu-menu > li + li:before {
    content: "//";
    position: absolute;
    color: #ccc;
    left: 10px;
    top: 0;
  }
  .header-actions .btn {
    width: 180px;
  }
}

@media only screen and (min-width: 1182px) {
  .site-header {
    background: url(img/header-mask.png) no-repeat 30% 0;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1182px) and (-webkit-min-device-pixel-ratio: 2) {
   .site-header {
    background-image: url(img/header-mask@x2.png);
   }
}

/* home banner */

.banner {
  background-repeat: none;
  background-position: 50% 50%;
  background-size: cover;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 100px 15px 30px;
}

.banner-text {
  background-color: rgba(37,74,56,0.82);
  border: 10px solid rgba(255,255,255,0.5);
  font-size: 23px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 20px 15px;
  text-align: center;
}
.banner-text em {
   /*font-family: "FranklinGothicURWMediumItalic", sans-serif; */
}
.banner-text h1 {
  margin: 0;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .banner-text {
    font-size: 33px;
    background-image: url(img/banner-text-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 50%;
    padding: 40px;
    border-width: 20px;
  }
  .banner-text h1 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 992px) {
  .banner {
    min-height: 100vh;
    padding-top: 300px;
    padding-bottom: 300px;
  }
}

@media only screen and (min-width: 1280px) {
  .banner-text {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/* breadcrumb */

.breadcrumbs {
  background-color: #254a38;
  border-bottom: 3px solid #e4ad06;
  text-align: right;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.breadcrumbs .container {
  padding-right: 10px;
  padding-left: 10px;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs span[typeof="ListItem"] {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/****** Content *****/

.site-content {
  padding-bottom: 50px;
}

.home .article {
  margin-top: 0;
}

/* activites home */
.activities {
  margin-top: 30px;
  overflow: hidden;
}
.activities .activities-headline {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
}
.activities .col-item {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
  border-bottom: 10px solid #203c2e;
}
.activities .col-forever {
  background-color: #254a38;
  color: #fff;
}
.activities .col-groups {
  background-color: #fff;
}
.activities .col-treasures {
  background-image: url(img/activities-treasures.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}
.activities .activities-link, .site-categories-single .activities-link {
  text-transform: uppercase;
  /*font-family: "FranklinGothicURWCondMedium", sans-serif;*/
  font-family: "franklin-gothic-urw-cond",sans-serif;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all .2s;
}
.activities .activities-link:hover, .site-categories-single .activities-link:hover {
  padding-bottom: 4px;

}

.treasgall {margin-bottom: 32px;}

@media only screen and (max-width: 991px) {
  .activities .col-groups {
    box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
  }
}

@media only screen and (min-width: 768px) {

  .activities .col-item {
    padding: 30px 30px 50px;
  }
  .activities .activities-link {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .activities {
    overflow: hidden;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    margin-top: -240px;
  }
  .activities .col-item {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 1280px) {
  .activities .col-item {
    padding: 60px 50px 90px;
  }
  .activities .activities-link {
    bottom: 30px;
    left: 50px;
  }
}

/* campaing slider home */
.campaigns-wrap {
  position: relative;
  margin-top: 30px;
}
.campaigns-wrap .slick-slider {
  display: none;
}
.campaigns-wrap .slick-slider.slick-initialized  {
  display: block;
}
.campaigns-wrap .underline {
  margin-bottom: 20px;
}
.campaigns-wrap .slick-dots li {
  width: 100%;
  height: inherit;
  margin: 0;
  text-align: left;
  border-top: 1px solid #fff;
  background-color: #e8e8e8;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.campaigns-wrap .slick-dots li:hover,
.campaigns-wrap .slick-dots li.slick-active {
  background-color: #f2f2f2;
}
.campaigns-wrap .slick-dots a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #121517;
  /*font-family: "FranklinGothicURWCondMedium", sans-serif;*/
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px 12px 22px;
  border-left: 11px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.campaigns-wrap .slick-dots a:hover,
.campaigns-wrap .slick-dots li.slick-active a {
  padding-left: 30px;
  border-left-color: #254a38;
}
.campaigns-wrap .item-title {
  text-transform: uppercase;
}
.campaigns-wrap .item-title a {
  color: #121517;
  text-decoration: none;
}
.campaigns-wrap .slick-arrow {
  width: 37px;
  height: 37px;
  background-color: #e8e8e8;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 9;
}
.campaigns-wrap .slick-next {
  right: 0;
}
.campaigns-wrap .slick-prev {
  right: 47px;
  left: auto;
}
.campaigns-wrap .slick-arrow:active,
.campaigns-wrap .slick-arrow:focus,
.campaigns-wrap .slick-arrow:hover {
  background-color: #f2f2f2;
}
.campaigns-wrap .slick-prev:before,
.campaigns-wrap .slick-next:before {
  font-family: "FontAwesome";
  color: #121517;
  font-size: 34px;
  line-height: 35px;
}
.campaigns-wrap .slick-prev:before {
  content: '\f104';
}
.campaigns-wrap .slick-next:before {
  content: '\f105';
}
.campaigns-wrap .slide-item {
  outline: none !important;
}

@media only screen and (max-width: 767px) {
  .campaigns-wrap .item-thumbnail,
  .campaigns-wrap .item-thumbnail img {
    width: 100%;
  }
  .campaigns-wrap .item-thumbnail,
  .campaigns-wrap .item-title {
    margin-bottom: 15px;
  }
  .campaigns-wrap .slick-slider .slide-item {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .campaigns-wrap .slick-dots {
    position: absolute;
    left: 0;
    top: 58px;
    width: 30%;
    padding-right: 15px;
  }

  .campaigns-wrap .featured-item {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
  .campaigns-wrap .item-thumbnail {
    width: 165px;
    min-width: 165px;
    padding-right: 15px;
  }
  .campaigns-wrap .slide-item {
    position: relative;
    padding-top: 58px;
  }
  .campaigns-wrap .slick-list {
    margin-top: -58px;
  }
  .campaigns-wrap .item-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 97px;
  }
  .campaigns-wrap .campaigns-news {
    padding-left: 30%;
  }
}

/* site-categories on home */

.site-categories .columns {
  margin-right: -8px;
  margin-left: -8px;
}
.site-categories .columns:after {
  width: 100%;
}
.site-categories .col-item {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.site-categories .col-item img {
  display: block;
  width: 100%;
}
.site-categories .categories-content-wrap {
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  right: 8px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-categories .categories-content {
  text-align: center;
  width: 100%;
}
.site-categories .categories-name {
  text-transform: uppercase;

}
.site-categories .categories-content .categories-text {
  margin: 10px auto 0;
  max-width: 215px;
  line-height: 1.15;
  display: none;
}

.site-categories-single {
  margin-bottom: 30px;
}
.site-categories-single .single-desc {
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-categories-single .single-desc h2 {
  margin-bottom: 10px;
}
.site-categories-single a {
  color: inherit;
}
.site-categories .col-item:hover .categories-content-wrap {
  background-color: rgba(0,0,0,0.75);
}

#tribe-events-adv-list-widget-5 {margin-top: 30px;}

img.featlogo {
  max-width: 213px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .site-categories {
    margin-top: 30px;
  }
  .site-categories .categories-name {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .site-categories-single .single-img {
    background: none !important;
    height: 300px;
  }
  .site-categories-single .single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .site-categories-single .single-img,
  .site-categories-single .single-desc,
  .site-categories-single .single-logo {
    display: inline-block;
    width: 100%;
  }
  .site-categories-single .single-logo {
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .site-categories-single .single-img {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .site-categories-single {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
  .site-categories .col-item,
  .site-categories-single {
    margin-bottom: 60px;
  }
  .site-categories-single .single-img {
    width: 32%;
    min-width: 32%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .site-categories-single .single-logo {
    width: 25%;
    min-width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .site-categories-single .single-desc {
    padding-left: 34px;
  }
}

@media only screen and (min-width: 1280px) {
  .site-categories .categories-content .categories-text {
    display: none;
  }
}

/* fixes potential theme css conflict */
.treasure-map img {
   max-width: inherit !important;
}

/* map filter select */

.map-filter-select-wrap {
  padding-top: 15px;
}
.map-filter-select-title {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.map-filter-select {
  background-color: #254a38;
  background-image: url(img/select-arrows@x2.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10px 17px;
  font-size: 13px;
  color: #fff;
  /*font-family: "FranklinGothicURWBook", sans-serif;*/
  font-family: "franklin-gothic-urw",sans-serif;
  border: none;
  min-width: 207px;
  height: 38px;
  border-radius: 2px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.map-filter-select::-ms-expand {
    display: none;
}
.map-filter-select option {
  background-color: #fff;
  color: #121517;
}

/* pagination */

.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  font-size: 15px;
  display: inline-block;
  margin: 0 2px;
  min-width: 24px;
  text-align: center;
  color: #121517;
}
.wp-pagenavi span.pages {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 15px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #254a38;
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .wp-pagenavi span.pages {
    display: none;
  }
}

/* article */

.article h2 {
  margin-bottom: 15px;
  margin-top: 40px;
}
.article h3 + h3,
.article h3 + p,
.article h4 + p {
  margin-top: 10px;
}
.article h5 {
  margin-top: 30px;
}
.article iframe {
  width: 100% !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

.article .g-recaptcha iframe {
  margin-top: 0px !important;
}

.article .featured-content .row {
  display: inline-block;
  width: 100%;
}
.article .featured-content .underline {
  margin-bottom: -20px;
  margin-top: 0;
}
.article .featured-content .featured-item {
  margin-top: 30px;
}
.article .featured-item .item-thumbnail {
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: rgba(0,0,0,0.25);
}
.article .featured-item .item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tag {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 10px;
  line-height: 20px;
  color: #56585a;
  display: inline-block;
}
.tag--completed,
.tag--win,
.tag--take_action,
.tag--in_progress {
  color: #fff;
}
.tag--completed {
  background-color: #121517;
}
.tag--win {
  background-color: #046e22;
}
.tag--take_action {
  background-color: #b60101;
}
.tag--in_progress {
  background-color: #d28000;
}
.article .item-thumbnail .tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.article .featured-item .item-title {
  /*font-family: "FranklinGothicURWMedium", sans-serif;*/
  font-family: "franklin-gothic-urw-cond",sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 22px;
}
.article .featured-item p {
  line-height: 1.5;
}
.article .featured-item .item-title a {
  text-decoration: none;
}

.article,
.article .post-item {
  margin-top: 50px;
}
.article p {
  line-height: 1.45;
}
.article p a {
  color: #254a38;
  transition: all .5s;
}
.article p a:hover {
  color: #24774f;
}
.article ul,
.article ol {
  margin-left: 18px;
}
.article .post-item .post-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 10px;
}
.article .post-item .post-title a {
  text-decoration: none;
  color: #121517;
}
.article .post-item .post-title a:hover {
  color: #254a38;
}
.article .post-item p {
  line-height: 1.15;
}
.article .post-item .post-thumbnail {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.article .post-item .post-thumbnail a,
.article .post-item .post-thumbnail img {
  display: block;
}
.article .post-item .post-thumbnail img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}

.article .socials {
  margin-bottom: 15px;
}
.article .socials ul {
  margin-left: 0;
}

.single-thumbnail {
  margin-bottom: 15px;
  float: left;
  margin-right: 15px;
  max-width: 50%;
}
.single-thumbnail img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .article .post-item .post-thumbnail {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .article .post-item .post-thumbnail {
    height: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .article {
    width: 70%;
    padding-right: 50px;
    float: left;
  }
  .article.full-width {
    width: 100%;
  }

  .article .post-item {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 70px;
  }
  .article .post-item .post-thumbnail {
    min-width: 49%;
    max-width: 49%;
    width: 49%;
    height: 240px;
    margin-right: 20px;
  }
  .article .featured-content .featured-item {
    margin-top: 60px;
  }
  .article .featured-content .col-item:nth-child(2n) {
    float: right;
  }
  .article .featured-content .item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .article {
    width: 75%;
    padding-right: 80px;
  }
}

/* gallery */

.gallery {
  margin: 0 -10px !important;
}
.gallery .gallery-item {
  width: 50%;
  max-width: 50%;
  float: left;
  padding: 8px 10px;
  list-style-type: none;
  margin: 0;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}
.gallery .wp-caption-text.gallery-caption {
  display: none;
}

.fancybox-inner .fancybox-caption {
  font-family: "franklin-gothic-urw",sans-serif;
}

@media only screen and (min-width: 480px) {
  .gallery .gallery-item {
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .gallery .gallery-item {
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery .gallery-item {
    width: 20%;
    max-width: 20%;
  }
  .gallery .gallery-item a {
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  .gallery .gallery-item a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gallery .gallery-item a:hover:after {
    opacity: 1;
  }
}

/* tribe-events */

ul.tribe-events-sub-nav a {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  background-color: #fff;
  color: #121517;
  padding: 12px 20px;
  border: 1px solid;
  /*font-family: "FranklinGothicURWBook", sans-serif;*/
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.tribe-events-sub-nav a:hover {
  background-color: #254a38;
  color: #ffffff;
}
ul.tribe-events-sub-nav a span {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 14px;
  top: -1px;
}
#tribe-events-footer .tribe-events-sub-nav li {
  margin-right: 0;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  /*font-family: "FranklinGothicURWBook", sans-serif;*/
  font-family: "franklin-gothic-urw",sans-serif;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: #203c2e;
}
#tribe-events .tribe-events-button {
  border-radius: 0;
  padding: 12px 20px;
  font-size: 14px;
}
#tribe-events .tribe-events-button,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-inactive,
#tribe-bar-form .tribe-bar-submit input[type=submit],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background-color: #254a38;
  font-weight: 400;
}
#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button:hover {
  background-color: #203c2e;
}

.tribe-events-notices {
  background-color: #f4f4f4;
  border-color: #203c2e;
  color: #203c2e;
}

#tribe-events-content a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-event-meta a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a,
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #254a38;
}
#tribe-events-content a {
  text-decoration: none;
}
#tribe-events-content .tribe-events-content a {
  text-decoration: underline !important;
}
.post-type-archive-tribe_events #tribe-events-content a, #tribe-events-footer a, .type-tribe_events a, #tribe-events-content a.tribe-events-read-more, #tribe-events-content h3.tribe-events-list-event-title, p.tribe-events-back a, .tribe-events-button {
    text-decoration: none !important;
}
/* .tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a:hover, */
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a:hover {
  color: #fff !important;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100%;
}

.article .tribe-events-schedule h2 {
  margin: 0 !important;
}
.tribe-bar-filters {
  display: none !important;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
    max-width: 100%;
}

.tribe-events-list-event-description.entry-summary {
  margin: 0 !important;
}
.tribe-events-list-event-description.entry-summary p {
    margin-top: -6px !important;
}
.tribe-events-list h2.tribe-events-page-title {
    margin: 0;
    text-align: left;
    font-size: 210%;
}

/* it's not error, here should be 769px */
@media only screen and (min-width: 769px) {
  ul.tribe-events-sub-nav .tribe-events-nav-previous span {
    left: 0;
    margin-right: 5px;
  }
  ul.tribe-events-sub-nav .tribe-events-nav-next span {
    right: 0;
    margin-left: 5px;
  }
  ul.tribe-events-sub-nav .tribe-events-nav-previous a:hover span {
    left: -5px;
  }
  ul.tribe-events-sub-nav .tribe-events-nav-next a:hover span {
    right: -5px;
  }
}

@media only screen and (max-width: 767px) {
  #tribe-events-footer~a.tribe-events-ical.tribe-events-button {
    height: inherit;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #tribe-events-content .tribe-events-calendar td {
    vertical-align: middle;
  }
  .tribe-events-calendar td div[id*=tribe-events-daynum-] {
    margin-top: 0;
  }
  #tribe-events-content
  .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
  .tribe-events-calendar td.tribe-events-present.mobile-active,
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
    background-color: #254a38;
  }
}

/* map */

.map {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
/*.map:not(#bush-forever-map) .gm-style > div:first-child > div:last-child > div:last-child > div,*/
.map .gm-style > div:first-child > div:last-child > div:last-child > div > div:first-child > div:last-child {
  max-width: 205px;
}
.map .gm-style > div:first-child > div:last-child > div:last-child > div > div:first-child > div:nth-child(2) {
  max-width: 207px;
}
.map .map-tooltip,
.map .gm-style-iw {
  max-width: 320px !important;
}
.map .gm-style-iw + div {
  right: 30px !important;
}

.map .tooltip-title {
  font-size: 15px;
  margin-bottom: 2px;
  margin-top: 0;
  padding-right: 10px;
  text-transform: none;
  font-family: "FranklinGothicURWBook", sans-serif;
  font-weight: bold;
}
.map:not(#bush-forever-map) .tooltip-title {
  margin-bottom: 10px;
}
.map .tooltip-content {
  font-size: 14px;
}
.map .tooltip-content .tooltip-location {
  display: block;
  font-size: 15px;
}
.map .tooltip-content .btn {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 175px;
}
.map .tooltip-content p {
  margin-bottom: 5px;
}
.map .tooltip-content .map-thumb-img {
  width: auto;
  height: inherit;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.map .tooltip-content .map-thumb-img img {
  width: auto;
}

.map .gm-iv-address {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .map {
    height: 500px;
  }
  .map#bush-forever-map .gm-style > div:first-child > div:last-child > div:last-child > div > div:first-child > div:last-child {
    max-width: 360px;
  }
  .map#bush-forever-map .gm-style > div:first-child > div:last-child > div:last-child > div > div:first-child > div:nth-child(2) {
    max-width: 362px;
  }
/*   .map#bush-forever-map .map-tooltip,
  .map#bush-forever-map .gm-style-iw {
    width: 320px !important;
  } */
}

/* location-item */

.location-item {

}
.location-item .location-title,
.location-item h3 {
  margin-bottom: 5px;
}
.location-item .location-list,
.location-item ul {
  margin: 0 0 30px;
}
.location-item li {
  list-style-type: none;
}

article a {
  color: #254a38;
  transition: all .5s;
}
article a:hover {
  color: #24774f;
}
.location-item a {
  color: #254a38;
  transition: all .5s;
}
.location-item a:hover {
  color: #24774f;
}

/* bush forever single */
.bush-custom-fields {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bush-custom-fields + .bush-custom-fields {
  border-top: 1px solid #ddd;
}

.bush-fields-title {
  font-size: 23px;
  margin-bottom: 20px;
}

.bush-fields-content {
  font-size: 14px;
}
.bush-fields-content .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
}
.bush-fields-content .item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 1px;
  border-bottom: 1px solid #ddd;
}

.bush-fields-content p {
  margin-bottom: 0;
}

.bush-fields-map {
  width: 100%;
}
.bush-fields-wrap {
  margin-bottom: 20px;
}

.map--small {
  margin-top: 0;
  margin-bottom: 0;
  height: 230px;
}

@media only screen and (max-width: 767px) {
  .bush-fields-map {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .bush-fields-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .bush-fields-content {
    padding-right: 30px;
    -webkit-flex-grow: 2;
    flex-grow: 2;
  }

  .bush-fields-map {
    width: 250px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

@media only screen and (min-width: 1280px) {
  .bush-fields-map {
    width: 350px;
  }
}

.treasure-fields-title {
  margin-bottom: 3px;
}
.map.treasure-map--small {
  margin-top: 15px;
}
/* weeds */

.weeds-form {
  width: 100%;
  max-width: 732px;
}
.weeds-form em {
  font-size: 15px;
  color: #8c8c8c;
  display: block;
  line-height: 1.25;
}
.weeds-form .search-form {
  position: relative;
  margin-bottom: 8px;
}
.weeds-form .search-form .search-field {
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #254a38;
  height: 45px;
  padding-right: 65px;
  padding-left: 20px;
}
.weeds-form .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #254a38;
  color: #fff;
  width: 45px;
  border: none;
  border-radius: 0 2px 2px 0;
  font-size: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.weeds-form .search-form .search-submit:hover {
  background-color: #203c2e;
}
.weeds-buttons {
  margin-top: 10px;
}
.weeds-buttons .btn {
  width: 100%;
  margin-top: 10px;
}

@media only screen and (max-width: 479px) {
  .weeds-form .search-form .search-field {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .weeds-form .search-form .search-field {
    height: 68px;
    padding-right: 88px;
  }
  .weeds-form .search-form .search-submit {
    width: 68px;
  }
  .weeds-buttons {
    margin-top: 30px;
  }
  .weeds-buttons .btn {
    max-width: 48%;
    margin-top: 10px;
  }
  .weeds-buttons .btn + .btn {
    margin-left: 2%;
  }

}

@media only screen and (min-width: 992px) {
  .weeds-buttons .btn {
    max-width: 320px;
  }
}


/* weed single */

.weed-detail {
  display: inline-block;
  width: 100%;
  font-size: 21px;
  line-height: 20px;
}
.weed-detail h2,
.weed-detail h3 {
  /*font-size: 17px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.45;
  font-weight: normal;*/
  margin-top: 0;
  display: inline;
}
.article .weed-detail h2 + p,
.article .weed-detail h3 + p, .article .weed-supp h3 + p {
  margin-top: 0;
}
.article .weed-supp h3 + p {
  font-size: 19px;
  margin-bottom: 25px;
}

.weed-supp h3 {
  margin-bottom: 3px;
}
.weed-supp {margin-top: 30px;}

.weed-detail img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .article a {
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 768px) {
  .weed-detail h5 {
    clear: none;
  }
  .weed-detail .weed-thumbnail + h5 {
    margin-top: 0;
  }
  .weed-thumbnail {
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e8e8e8;
  }
}

option[value="our-wonderfull-wetlands-birdlife"]
{
display: none;
}

/* comments */
#submit, .es_submit_button {
  background: #254a38;
  color: #fff;
  padding: 10px 20px;
  transition: all .5s;
  }
#submit:hover, .es_submit_button:hover {
background:#203c2e;
}
/* subscribe to posts */

.afterblogpost {
  border: 1px solid #c5c5c5;
  padding: 25px 33px 10px;
  margin: 0 0 52px;
}
h5.nopadmar {
  padding: 0 !important;
  margin: 0 !important;
}
.es_msg {
    color: #254a38 !important;
}
@media only screen and (min-width: 978px) {
  .es_textbox, .es_lablebox, .es_button {
  display: inline-block;
  }
  .es_textbox {
  margin-right: 10px;
  }
}

/* contact forms */

.gform_wrapper ul.gform_fields li.gfield span.name_first label,
.gform_wrapper ul.gform_fields li.gfield span.name_last label {
  display: none;
}

@media only screen and (max-width: 767px) {
  .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
    min-height: inherit;
  }
}

/* my account */

.woocommerce-info {
  border-top-color: #254a38;
}
.woocommerce-info:before {
  color: #254a38;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  list-style-type: none;
  border-top: 1px solid #fff;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: block;
  background-color: #e8e8e8;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px 10px 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 11px solid transparent;
  text-decoration: none;
  color: #121517;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  padding-left: 30px;
  border-left-color: #254a38;
  background-color: #f2f2f2;
}

.woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.5;
}
.woocommerce form .form-row input.input-text,
.select2-container .select2-selection--single {
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
.woocommerce-account .addresses .title .edit {
  color: #254a38;
}

/* sidebar */

.sidebar {
  text-align: center;
}
.sidebar li {
  list-style-type: none;
}
.sidebar .widget,
.sidebar .sidebar-item,
.sidebar .fb_iframe_widget {
  margin-top: 50px;
  margin-bottom: 0;
}
aside.sidebar .sidebar-item:first-child {margin-top: 100px;}
/*.sidebar .widget:first-child {
  margin-top: 0;
}*/
.sidebar .widget-title,
.sidebar .sidebar-title {
  text-transform: uppercase;
  font-size: 21px;
  position: relative;
  padding-bottom: 15px;
  line-height: 1;
}
.sidebar .widget-title:after,
.sidebar .sidebar-title:after {
  content: "";
  width: 75px;
  height: 1px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
}
.sidebar .btn {
  width: 100%;
}
.sidebar .btn + .btn {
  margin-top: 12px;
}
.sidebar .widget_nav_menu .widget-title:after {
  display: none;
}
.sidebar .widget_nav_menu .widget-title {
  background-color: #254a38;
  border-bottom: 3px solid #e4ad06;
  color: #fff;
  font-size: 19px;
  /*font-family: "FranklinGothicURWCondMedium", sans-serif;*/
  font-family: "franklin-gothic-urw-cond",sans-serif;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar ul,
.sidebar ol {
  margin: 0;
}
.sidebar .widget_nav_menu li {
  border-top: 1px solid #fff;
}
.sidebar .widget_nav_menu a {
  text-transform: uppercase;
  text-decoration: none;
  /*font-family: "FranklinGothicURWCondMedium", sans-serif;*/
  font-family: "franklin-gothic-urw-cond",sans-serif;
  color: #121517;
  display: block;
  background-color: #e8e8e8;
  padding: 15px 20px;
  line-height: 1;
  width: 100%;
  border-right: 7px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget_nav_menu .current_page_item > a {
  background-color: #f2f2f2;
  border-color: #e4ad06;
}
.sidebar .sub-menu {
  margin-left: 0;
}
/* .sidebar .tribe-list-widget li {
  margin-top: 35px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.sidebar .tribe-list-widget .tribe-event-duration {
  width: 70px;
  background-color: #666;
  text-align: center;
  padding: 2px;
  font-family: "franklin-gothic-urw-cond",sans-serif;
}
.sidebar .tribe-list-widget .day {
  background-color: #fff;
  display: block;
  line-height: 25px;
  color: #666;
  text-transform: uppercase;
  font-size: 15px;
}
.sidebar .tribe-list-widget .number {
  color: #fff;
  font-size: 19px;
  text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.sidebar .tribe-event-title {
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  padding-right: 15px;
}
.sidebar .tribe-event-title a {
  color: #082141;
  text-decoration: none;
} */

.sidebar .widget_text {
  font-size: 16px;
  line-height: 1.25;
}
.sidebar .widget_text .textwidget {
  margin-top: 30px;
}
.sidebar .widget_text p {
  margin-bottom: 0;
}
.sidebar a {
  color: #254a38;
  transition: all .5s;
}
.sidebar a:hover {
  color: #24774f;
}
.sidebar a.btn:hover {
  color: #fff;
}
.sidebar .featured-item {
  position: relative;
  margin-top: 30px;
  border-top: 3px solid #e4ad06;
  border-bottom: 3px solid #e4ad06;
}
.sidebar .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.sidebar .featured-thumbnail img {
  width: 100%;
  display: block;
}
.sidebar .featured-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: normal;
  z-index: 1;
}
.sidebar .featured-title:before,
.sidebar .featured-title:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .featured-title:before {
  background: -moz-linear-gradient(left, rgba(39,54,46,0) 0%, rgba(39,54,46,0.7) 31%, rgba(39,54,46,1) 60%, rgba(39,54,46,1) 100%);
  background: -webkit-linear-gradient(left, rgba(39,54,46,0) 0%,rgba(39,54,46,0.7) 31%,rgba(39,54,46,1) 60%,rgba(39,54,46,1) 100%);
  background: linear-gradient(to right, rgba(39,54,46,0) 0%,rgba(39,54,46,0.7) 31%,rgba(39,54,46,1) 60%,rgba(39,54,46,1) 100%);
}
.sidebar .featured-title:after {
  background: -moz-linear-gradient(left, rgba(228,173,6,0) 0%, rgba(228,173,6,0.7) 31%, rgba(228,173,6,1) 60%, rgba(228,173,6,1) 100%);
  background: -webkit-linear-gradient(left, rgba(228,173,6,0) 0%,rgba(228,173,6,0.7) 31%,rgba(228,173,6,1) 60%,rgba(228,173,6,1) 100%);
  background: linear-gradient(to right, rgba(228,173,6,0) 0%,rgba(228,173,6,0.7) 31%,rgba(228,173,6,1) 60%,rgba(228,173,6,1) 100%);
  opacity: 0;
}
.sidebar .featured-item:hover .featured-title:before {
  opacity: 0;
}
.sidebar .featured-item:hover .featured-title:after {
  opacity: 1;
}
.sidebar .featured-title a {
  color: #fff;
  font-size: 18px;
  /*font-family: "FranklinGothicURWCondMedium", sans-serif;*/
  font-family: "franklin-gothic-urw-cond",sans-serif;
  text-decoration: none;
  display: block;
  padding: 6px 10px
}

.fts-jal-fb-header {display: none !important;}

/* woocmmerce */
.fullwidth article{
  width: 100%;
  padding-right: 0;
}

ol.comment-list li {
  list-style: none;
  margin-left: 0;
  padding: 24px 0;
}

@media only screen and (max-width: 767px) {
  .sidebar .widget-title:after,
  .sidebar .sidebar-title:after {
    right: 50%;
    margin-right: -35px;
  }
  .tribe-events-list-widget .tribe-list-widget {
    display: inline-block;
  }
  .sidebar .widget,
  .sidebar .sidebar-item,
  .sidebar .fb_iframe_widget {
    margin-top: 30px;
  }

  .sidebar .fb_iframe_widget {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  .sidebar .featured-thumbnail {
    height: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar {
    width: 30%;
    float: right;
    text-align: right;
  }

  .sidebar .widget-title,
  .sidebar .sidebar-title {
    text-align: right;
  }
  .sidebar .widget-title:after,
  .sidebar .sidebar-title:after {
    right: 0;
  }
  .sidebar .featured-thumbnail {
    height: 150px;
  }
  .sidebar .featured-title a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar {
    width: 25%;
  }
  .sidebar .featured-thumbnail {
    height: 200px;
  }
  .sidebar .featured-title a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar .widget_nav_menu a:hover {
    background-color: #f2f2f2;
    border-color: #e4ad06;
    padding-right: 27px;
  }
  .sidebar .widget_nav_menu .current_page_item > a {
    padding-right: 27px;
  }
}

/* site-actions */

.site-actions {
  background-color: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-actions .underline {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-actions .btn {
  max-width: 232px;
  width: 100%;
}

.actions-form input {
  width: 100%;
  text-align: center;
}
.actions-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  clear: none;
  margin-top: 0;
  text-align: center;
}

.site-actions .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.site-actions .gform_wrapper .gfield_label {
  display: none  !important;
}

body .site-actions .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .actions-form .gform_wrapper ul.gform_fields li.gfield {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .site-actions .underline {
    text-align: center;
  }
  .site-actions .underline:after {
    left: 50%;
    margin-left: -35px;
  }
  .site-actions .col-item {
    text-align: center;
  }
  .site-actions .col-item + .col-item {
    margin-top: 30px;
  }

  .site .site-actions .gform_wrapper input:not([type="submit"]) {
    margin-bottom: 10px;
    line-height: 1.5 !important;
  }
}

@media only screen and (min-width: 480px) {
  .actions-form .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    padding-right: 2px;
    padding-left: 2px;
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .site-actions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-actions .columns {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
  .site-actions .sub-col {
    max-width: 318px;
    display: inline-block;
    width: 100%;
  }
  .site-actions .col-item {
    padding-bottom: 50px;
  }
  .site-actions .btn,
  .site-actions .gform_wrapper .gform_footer input.button {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
  }
  .site-actions .text-right .btn {
    left: auto;
    right: 15px;
  }
  .site-actions .text-center .btn,
  .site-actions .gform_wrapper .gform_footer input.button {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .site-actions .col-item.text-center {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .site-actions {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

h3#order_review_heading {
  margin: 14px 0;
}

/* my account */
/* li.woocommerce-MyAccount-navigation-link--orders {
  display: none;
}
 */

/* site-map */

.site-map {
  /*font-family: "FranklinGothicURWBook", sans-serif;*/
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.site-map ul {
  margin-left: 0;
}
.site-map li {
  list-style-type: none;
}
.site-map p {
  margin-bottom: 0;
}
.site-map a {
  color: #121517;
  text-decoration: none;
}
.site-map .link-underline {
  border-bottom: 1px solid;
  color: #254a38;
}
.site-map .title {
  font-size: 16px;
  /*font-family: "FranklinGothicURWCondMedium", sans-serif;*/
  font-family: "franklin-gothic-urw-cond",sans-serif;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 10px;
  margin-top: 30px;
}
.site-map .title.underline:after {
  width: 35px;
}
.site-map .links-wrap,
.site-map .contact-info {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .site-map .links-item,
  .site-map .contact-info,
  .site-map .underline-right {
    text-align: center;
  }
  .site-map .title.underline:after {
    left: 50%;
    margin-left: -17px;
  }
  .site-map li {
    margin-top: 10px;
  }
  .site-map .contact-info-item .title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .site-map {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-map .contact-info-item {
    width: 50%;
    float: left;
  }
  .site-map .contact-info-item .title {
    margin-bottom: 20px;
  }
  .site-map .links-item {
    width: 20%;
    float: left;
  }
  .site-map li {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .site-map .contact-info-item .underline.underline-right {
    text-align: left;
  }
  .site-map .contact-info-item .underline.underline-right:after {
    left: 0;
    right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .site-map {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-map .links-wrap {
    width: 75%;
    float: left;
  }
  .site-map .contact-info {
    width: 25%;
    float: right;
    border-left: 1px solid #e6e6e6;
    padding-bottom: 30px;
  }
  .site-map .contact-info-item {
    width: 100%;
    text-align: right;
  }
}

/****** Footer *****/

.site-footer {
  background-color: #f4f4f4;
  color: #636363;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer .copy-text {
  padding-top: 17px;
  line-height: 1.25;
}
.site-footer .copy .social-item {
  margin-left: 15px;
}
.site-footer .copy .social-item img {
  width: 20px;
}
.site-footer .footer-logo {
  width: 145px;
  float: left;
}
.site-footer .social-item {
  float: left;
  width: 25px;
  height: 25px;
}
.site-footer .logos img {
  height: 46px;
  width: auto;
}
.site-footer .website-text {
  font-size: 15px;
}
.site-footer .website-logo {
  float: right;
  height: 45px;
  margin-left: 10px;
  max-width: 181px;
}

@media only screen and (max-width: 767px) {
  .site-footer .copy-text {
    width: 50%;
    float: left;
    clear: left;
  }
  .site-footer .socials-wrap {
    float: right;
    margin-top: 24px;
  }
  .site-footer .website {
    overflow: hidden;
    float: right;
    max-width: 250px;
    padding-top: 14px;
  }
  .site-footer .website-text {
    line-height: 35px;
  }
  .site-footer .website-logo {
    height: 35px;
  }
  .site-footer .website-logo img {
    width: auto;
    height: 111%;
  }
}

@media only screen and (max-width: 530px) {
  .site-footer .website {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .site-footer .footer-logo {
      width: 100%;
      float: none;
      display: block;
  }
  .site-footer .socials-wrap {
    display: none;
  }
  .site-footer .footer-logo img {
    border: none;
      max-width: 32%;
      height: auto;
      margin: 0 auto;
      text-align: center;
      display: block;
  }
  .site-footer .copy-text {
    width: 100%;
    text-align: center;
  }
  .site-footer .website-text {
    display: none;
  }
  .site-footer .website-logo {
    height: 35px;
      margin: 0 auto;
      display: block;
      float: none;
  }
}

@media only screen and (max-width: 479px) {
  .site-footer .copy-text {
    width: 100%;
    text-align: center;
  }

  .site-footer .website {
    width: 195px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .website-text {
    line-height: 25px;
  }
  .site-footer .website-logo {
    height: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer .container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .site-footer .copy {
    float: left;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-grow: 1;
  }
  .site-footer .logos {
    text-align: center;
    flex-grow: 1;
  }
  .site-footer .copy-text {
    border-left: 1px solid #d3d3d3;
    padding-bottom: 17px;
  }
  .site-footer .website {
    flex-grow: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .site-footer .logos {
    width: 150px;
  }
  .site-footer .logos a + a {
    margin-top: 15px;
  }
  .site-footer .copy-text {
    padding-left: 15px;
    margin-left: 15px;
  }
  .site-footer .website-text {
    float: right;
    width: 100%;
    text-align: right;
    display: none;
  }
  .site-footer .website {
    width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .site-footer .footer-logo {
    margin-right: 15px;
  }
  .site-footer .copy-text {
    margin-left: 30px;
    padding-left: 30px;
  }
  .site-footer .logos a + a {
    margin-left: 35px;
  }
  .site-footer .website-text {
    line-height: 45px;
    float: right;
  }

}

/* comments */
#comments {
  background: #f5f5f5;
  padding: 46px;
  margin: 55px 0 0;
  border-left: 5px #c5c5c5 solid;
}
.article #comments ol {
  margin-left: 0;
}

/* plugin overrides */
.fts-feed-type-twitter {text-align: left;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 14px !important;
}

/* special classes */
.force-full-width {
  width: 100% !important;
  display: block !important;
}
.mt-15 {
  margin-top: 15px !important;
}

/* form overrides */
.weeds-template-default #gform_fields_3 {
  margin-top: -40px !important;
}
.weeds-template-default #label_3_2_1 {
  padding: 6px 31px;
  background: #254a38;
  color: #fff;
}

.searchsettings .chosen-container-multi .chosen-choices {
    border: 1px solid #294A38 !important;
    border-radius: 2px !important;
}
#wpdreams_asp_settings_1 div.searchsettings .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #121518 !important;
    height: inherit !important;
    font-size: 14px;
    padding: 10px !important;
}
div.ajaxsearchpro.searchsettings fieldset.asp_custom_f .asp_select_multiple {
    padding: 0 10px 0 0 !important;
}
div.asp_w.asp_sb.searchsettings fieldset legend {
    padding: 0 0 0 0 !important;
    font-size: 18px !important;
}

.tribe-block__tickets__registration__checkout__submit {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border: 1px solid;
    line-height: 1;
    padding: 20px 65px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    border-radius: 0;
    float: none;
    background: #214a38;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
button.tribe-button {
    border-radius: 0px;
    line-height: 1;
    margin: 10px;
    padding: 11px 21px;
    background: #214a38;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
button.tribe-button:hover, .tribe-block__tickets__registration__checkout__submit:hover {
  background-color: #203c2e;
}


.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 116px;
}
input[type="text"] {
  border-radius: 0;
}

.woocommerce table.shop_table {
    border-radius: 0px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    padding: 21px 49px;
}
#tribe-events-header {
  display: none;
}

body.woocommerce-checkout .give_wc_donation_section.give_wc_donation_section .give-wc-give-form-head label.give-wc-give-form-label input[type=checkbox] {
     margin-right: 15px;
}

.woocommerce-checkout .give_wc_donation_section.give_wc_donation_section input[type=checkbox] {
    -webkit-appearance: checkbox;
}

body.woocommerce-checkout .give_wc_donation_section.give_wc_donation_section input[type=checkbox]:checked:before {
    display: none;
}