/* # Tucson Botanical Garden
Theme Name: Tucson Botanical Garden
Theme URI: http://www.tucsonbotanical.org/
Description: This is the sample theme created for the Genesis Framework.
Author: Anchorwave
Author URI: https://www.anchorwave.com/
Template: genesis
Template Version: 1.0.10
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #1e1d1b;
    font-family: 'museo_sans_100regular';
    font-size: 14px;
    line-height: 1.7;
    margin: 0;

}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #4e4d4b;
    text-decoration: none;
}

a:hover {
    color: #68af31;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

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

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'JosefinSlab';
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

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

.gallery-columns-3 .gallery-item {
    width: 33%;
}

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

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #719a56;
    color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #496238;
    color: #fff;
}

.entry-content .button:hover {
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

#field_5_5 {
    overflow: hidden;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
    clear: both;
    /*padding-top: 40px;*/
}

.site-container {
    position: relative;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

.tribe-events-page-template .sidebar {
    margin-top: 125px;
}

#tribe-events-content {
    margin-top: 110px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

.show-for-mobile {
    display: none;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #496238;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

.center {
    text-align: center;
}

.bottom-space,
.title.bottom-space {
    margin-bottom: 30px;
}

.italic {
    font-style: italic;
}

.static {
    position: static;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #e5554e;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

.sprite {
    background: url(images/sprite.png) no-repeat;
    display: inline-block;
    text-indent: -999em;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header > .wrap {
    border-top: 10px solid rgba(204, 190, 171, 0.8);
    background-color: rgba(78, 77, 75, 0.95);
    padding: 11px 0 12px;
}

header.site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0 0px 72px;
    width: 360px;
    position: relative;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.top-call {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: -22px;
    right: 93px;
    font-family: 'JosefinSlab-SemiBold';
    display: none;
}

.header-image .site-title > a {
    background: url(/wp-content/uploads/2019/11/Agave_Left_White-scaled-e1574706056185.png) no-repeat left;
    float: left;
    min-height: 65px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 15px 20px 10px;
    font-size: 20px;
    font-family: 'JosefinSlab-SemiBold';
    position: relative;
}


.nav-primary .genesis-nav-menu .sub-menu a {
    border: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current_page_ancestor > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background: #bfb298;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    /*border-top: 1px solid #eee;*/
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    /*background-color: #333;*/
}

.nav-primary .genesis-nav-menu a {
    color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #54514d;
    font-size: 20px;
    padding: 8px;
    background-color: #f5f2e9;
}

.nav-primary .genesis-nav-menu .sub-menu a
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    /*background: #bfb298;*/
}

.nav-secondary .genesis-nav-menu a:hover:before,
.nav-primary .genesis-nav-menu > .current-menu-ancestor > a:before,
.nav-secondary .genesis-nav-menu > .current-menu-ancestor > a:before,
.nav-primary .genesis-nav-menu > .current_page_ancestor > a:before,
.nav-secondary .genesis-nav-menu > .current_page_ancestor > a:before,
.nav-secondary .genesis-nav-menu .current-menu-item > a:before,
.nav-primary .genesis-nav-menu a:hover:before,
.nav-primary .genesis-nav-menu .current-menu-item > a:before {
    background: url('images/sprite.png') no-repeat -2px -2px;
    width: 27px;
    height: 30px;
    position: absolute;
    bottom: -2px;
    left: -4px;
    content: "";
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover:before,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:before,
.nav-primary .genesis-nav-menu .sub-menu a:hover:before,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:before {
    background: none;
}

ul.sub-menu li {
    border-top: 2px solid transparent;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    /*background-color: #fff;*/
}

.nav-secondary .genesis-nav-menu a {
    font-family: 'museo_sans_300regular';
    font-size: 13px;
    color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    background-color: #f5f2e9;
    padding: 8px;
    color: #54514d;
}

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover {
    background-color: #bfb298;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    padding: 50px 60px;
}

.content .entry {
    background-color: #fff;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

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

.entry-content code {
    background-color: #333;
    color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.entry-comments {
    padding: 40px;
}

.comment-header {
    font-size: 16px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
}

.sidebar li {
    border-top: 1px solid #dfdedd;
    margin-bottom: 0;
    padding: 12px 0;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #dfdedd;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color: #999;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px;
}

.footer-widgets-1 {
    margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer .wrap {
    background-color: #d3caaf;
    font-size: 12px;
    font-family: 'museo_sans_300regular';
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #68af31;
}

/*===========CUSTOM============*/
a.banner-link {
    font-size: 22px !important;
    color: #fff !important;
}

a.banner-link:hover {
    color: #68af31 !important;
}

.sprite.arrow-right {
    background-position: -151px -25px;
    width: 14px;
    height: 10px;
}

a.banner-link:hover .sprite.arrow-right {
    background-position: -151px -13px;
}

.billboard {
    position: relative;
}

/*
.tp-rightarrow.default {
    right: 30% !important;
}
.tp-bullets {
    left: 40% !important;
}
*/
.banner_custom_widget section.widget {
    padding: 0;
    margin-bottom: 3px;
}

.banner_custom_widget {
    z-index: 95;
    position: absolute;
    width: 29%;
    top: 20%;
    right: 1px;
}

.info-list {
    background: rgba(195, 181, 153, 0.95);
    min-height: 445px;
}

.info-list li {
    border-bottom: 2px solid #dfd7c6;
    padding: 15px 20px 14px;
}

.info-list li:last-child {
    border-bottom: 0;
}

.info-list li a {
    color: #fff;
    text-decoration: underline;
}

.info-list li a:hover {
    text-decoration: none;
}

.info-list li img {
    float: left;
    margin-right: 13px;
}

.info-list .detail {
    overflow: hidden;
}

.info-list .detail h3 {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    font-family: 'JosefinSlab-SemiBold';
}

.info-list .detail p {
    margin-bottom: 0;
    font-style: italic;
    font-family: 'museo_sans_300regular';
    color: #fff;
    line-height: 1.5;
}

.awe_without_stats .awesome-weather-current-temp {
    font-size: 36px;
    padding: 10px 10px 5px;
    color: #4e4d4b;
    text-shadow: none;
}

.widget-wrap .awesome-weather-current-temp sup {
    font-size: 18px;
    top: -17px;
}

.widget-wrap .awesome-weather-header {
    color: #4e4d4b;
    padding: 6px;
    background: rgba(255, 255, 255, 0.6);
    text-shadow: none;
}

.tp-bannershadow.tp-shadow2 {
    display: none;
}

.highlight-block {
    background-color: #f5f2e9;
    text-align: center;
    padding: 30px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.highlight-block table {
    margin-bottom: 0;
}

.highlight-block th, .highlight-block td {
    line-height: 1;
    padding: 6px 6px;
}

.highlight-block h2 {
    margin: 0;
    font-size: 28px;
    color: #4e4d4b;
    position: relative;
    display: inline-block;
}

.highlight-block h2:after {
    content: "";
    background: url('images/sprite.png') no-repeat -277px -3px;
    width: 9px;
    height: 14px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -4px;
}

.highlight-block.hours h2:after {
    background: none;
}

.highlight-block a,
a.general-link {
    color: #4e4d4b;
    float: right;
    font-size: 18px;
    font-style: italic;
}

/* .highlight-block a{
    margin-top: -31px;
} */

a.general-link {
    float: none;
}

.right-arrow {
    background-position: -150px 0;
    width: 14px;
    height: 10px;
    margin-left: 15px;
}

.highlight-block a:hover,
a.general-link:hover,
.footer-cols .col1 .general-link:hover {
    color: #68af31;
}

.highlight-block a:hover .right-arrow,
a.general-link:hover .right-arrow {
    background-position: -151px -13px;
}

.three-col-layout {
    padding: 50px 0;
    overflow: hidden;
}

.three-col-layout .col {
    float: left;
    margin-right: 5%;
    width: 30%;
    padding-left: 4%;
}

.three-col-layout .col:last-child {
    margin-right: 0;
}

figure.round-holder {
    height: 290px;
    width: 287px;
    /* border-radius: 50%;*/
    margin: 0 auto 20px;
    overflow: hidden;
}

.hours-block figure.round-holder {
    background: rgba(195, 181, 153, 0.95);
    position: relative;
    height: 50px;
    width: 50px;
}

figure.round-holder img {
    display: block;
}

.hours-block figure.round-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hours-block p a {
    text-decoration: underline;
}

.highlight-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f2e9;
}

.teaser-block .col p,
.block p {
    line-height: 2.1;
    margin-bottom: 15px;
}

.block {
    padding: 40px 50px;
}

.dark-block {
    width: 35%;
    background-color: rgba(78, 77, 75, 0.90);
    color: #fff;
}

.page-template-tpl-visit .dark-block {
    width: 45%;
}

.dark-block h2 {
    color: #fff;
}

.dark-block a,
.dark-block .general-link {
    color: #fff;
}

.right-arrow.white {
    background-position: -151px -25px;
}

/*FOOTER*/

.footer-cols .col1 {
    background: url("images/footer-col1bg.jpg") no-repeat center;
    background-size: 100%;
}

.footer-cols .col1 h2,
.footer-cols .col1 p,
.footer-cols .col1 .general-link {
    color: #fff;
}

.three-col-layout.footer-cols {
    padding: 0;
}

.three-col-layout.footer-cols .col {
    padding: 55px 50px 0;
    margin-right: 0;
}

.three-col-layout .col.col1 {
    width: 35%;
    padding: 100px 200px 50px 50px;
}

.footer-cols figure.round-holder {
    height: 200px;
    width: 200px;
}

.address a {
    text-decoration: underline;
}

.sprite.icon-location {
    background-position: -201px -3px;
    width: 17px;
    height: 26px;
}

.sprite.icon-phone {
    background-position: -224px -3px;
    width: 17px;
    height: 25px;
}

.sprite.icon-mail {
    background-position: -247px -5px;
    width: 22px;
    height: 17px;
}

.sprite.icon-location, .sprite.icon-phone, .sprite.icon-mail {
    float: left;
    margin-right: 10px;
    clear: both;
}

.footer-cols .address p,
.footer-cols .phone,
.footer-cols .email {
    margin-bottom: 20px;
}

.social-icons .simple-social-icons ul li {
    margin: 1px !important;
}

.front-events span.end-time.dtend,
.front-events span.date-start.dtstart {
    font-family: 'museo_sans_300regular';
    font-size: 16px;
    color: #4e4d4b;
}

.ico-cal {
    background-position: -172px -2px;
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.front-events h2 {
    margin-bottom: 20px;
}

.front-events p.ecs-excerpt {
    color: #86847f;
    font-style: italic;
    font-family: 'museo_sans_300regular';
    margin-bottom: 15px;
}

.col.col3.front-events {
    width: 35%;
    padding-right: 0;
}


/* # Inner Pages
---------------------------------------------------------------------------------------------------- */
/*VISIT*/

.banner h1.page-title {
    position: absolute;
    top: 30%;
    background-color: rgba(113, 154, 86, 0.90);
    padding: 7px 40px 0px;
    color: #fff;
    font-size: 55px;
    max-width: 70%;
}

.page-content {
    padding: 60px 30px;
}

.sidebar {
    width: 24.75%;
    float: left;
    padding-right: 30px;
}

.main-content {
    width: 75.2%;
    float: left;
}

.section-block {
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.content-box {
    padding: 30px 50px;
}

.admission-list {
    background: #f5f2e9;
}

.admission-list table,
.admission-list table tbody,
.admission-list table tr,
.admission-list table td {
    border: none;
    padding: 20px;
    margin-bottom: 0;
}

.admission-list table td.col2 {
    padding-left: 30px;
}

.admission-list table th {
    position: relative;
    font-size: 18px;
}

.admission-list table th:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    border-bottom: 2px solid #d5d2ca;
    content: "";
}

.admission-list p {
    margin-bottom: 10px;
    line-height: 1.8;
}

.admission-list table table td {
    padding-bottom: 0;
    font-family: 'JosefinSlab';
    font-size: 17px;
}

.admission-list table th span {
    display: block;
    font-size: 12px;
    margin-top: -5px;
    font-style: italic;
}

.admission-list small {
    padding-top: 10px;
    display: block;
}

.title,
.sidebar .gform_wrapper h3.gform_title {
    padding: 7px 30px 5px;
    background-color: #53514c;
    color: #fff;
    margin-bottom: 0;
}

.title span {
    color: #c8baa1;
    font-size: 18px;
    font-style: italic;
}

.sidebar ul li a {
    font-size: 18px;
    font-family: 'museo_sans_300regular';
}

.sidebar ul li.active a {
    padding-left: 30px;
    color: #68af31;
}

.location-box {
    height: 395px;
}

.dark-block.green,
.dark-block.fixed {
    position: absolute;
    background-color: rgba(113, 154, 86, 0.90);
    top: 0;
    left: 0;
    height: 100%;
}

.dark-block.fixed {
    background-color: rgba(78, 77, 75, 0.90);
}

/* .dark-block.green h2{
    padding-top: 80px;
} */
.dark-block.fixed h2 {
    padding-top: 50px;
}

.dark-block.fixed p,
.dark-block.green p {
    line-height: 1.8;
}

.tour-box a.general-link:hover,
.location-box .dark-block a:hover {
    color: #333;
}

.tour-box a.general-link:hover .right-arrow {
    background-position: -150px 0;
}

.dark-block.static {
    position: static;
    height: auto;
}

.dark-block.half {
    width: 50%;
}

.dark-block.green h2.no-top-space,
.no-top-space,
.tour-box .dark-block.green h2 {
    padding-top: 0;
}

.top-space {
    padding-top: 40px;
}

.dark-block.right {
    float: right;
}

.tour-box,
.classes-box {
    background-size: 100%;
}

.cafe-box,
.featured-event-box {
    padding-top: 60px;
}

.cafe-box figure,
.featured-event-box figure {
    margin: 0 40px;
    float: left;
}

.cafe-box figure.round-holder,
.featured-event-box figure.round-holder {
    width: 270px;
    height: 270px;
}

.featured-event-box figure.round-holder img {
    width: auto;
    height: 100%;
}

.garden-list figure.round-holder {
    height: 174px;
    width: 174px;
}

.garden-list li {
    width: 174px;
    margin-right: 50px;
    float: left;
    min-height: 485px;
    margin-bottom: 20px;
}

.garden-list li:nth-child(4n+4) {
    margin-right: 0;
}

a.general-link.green {
    color: #68af31;
}

a.general-link.green:hover {
    color: #4f4e4c;
}

.garden-list li a.general-link {
    font-size: 14px;
}

a.general-link.green .right-arrow {
    background-position: -151px -13px;
}

a.general-link.green:hover .right-arrow {
    background-position: -150px 0;
}

.garden-list {
    overflow: hidden;
}

.sprite.arrow-up,
.sprite.arrow-down {
    background-position: -277px -21px;
    width: 9px;
    height: 14px;
    margin-left: 15px;
}

.general-link:hover .sprite.arrow-down {
    background-position: -288px -21px;
}

.sprite.arrow-up {
    background-position: -277px -38px;
}

a.more, a.less {
    font-size: 18px;
    color: #4e4d4b;
    font-family: 'museo_sans_300regular';
    font-style: italic;
    border-bottom: 0px solid;
    text-align: right;
    padding-bottom: 10px;
}

.cafe-box {
    padding: 60px 30px;
    overflow: hidden;
    background: #f5f2e9;
}

.col figure {
    margin: 0 0 20px 0;
}

.three-col-layout.right-space .col {
    padding-left: 0;
}

.three-col-layout.right-space .col:nth-child(3n+3) {
    margin-right: 0;
}

.two-col-layout .col {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.two-col-layout .col:nth-child(2n+2) {
    margin-right: 0;
}

.main-content .styled-list ul {
    padding-left: 15px;
}

.styled-list ul li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 10px;
}

.styled-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url('images/sprite.png') no-repeat -150px 0;
    width: 14px;
    height: 10px;
}

/*===========Template Two=============*/
.cafe-box.no-bg {
    background: none;
    padding-bottom: 10px;
}

.cafe-box.no-bg h2 {
    font-size: 22px;
}

.gallery-block .col figure {
    margin: 0 0 30px 0;
}

.gallery-block.three-col-layout {
    padding-bottom: 0;
}

.sidebar .gform_wrapper span.gform_description {
    padding: 14px 20px 0px;
    display: inline-block;
    font-size: 14px;
    background-color: #f5f2e9;
    text-align: left;
}

.sidebar .gform_wrapper form {
    background-color: #f5f2e9;
}

.sidebar .gform_wrapper .gform_footer,
.sidebar .gform_body {
    padding: 14px 20px 10px;
}

.sidebar .gform_wrapper .gform_heading {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.gform_title,
.gform_wrapper h3.gform_title {
    padding: 7px 30px 5px;
    background-color: #53514c;
    color: #fff;
    margin-bottom: 0;
}

.gform_title,
.gform_wrapper h3.gform_title,
.sidebar .gform_wrapper h3.gform_title {
    font-size: 28px !important;
    font-family: 'JosefinSlab';
    font-weight: normal !important;
}

.sidebar .gform_wrapper ul li.gfield {
    clear: both;
    padding: 0;
    border: none;
}

.sidebar .gform_wrapper .top_label input.medium {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #1c242a;
    padding: 10px;
    background-color: transparent;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 14px 20px 30px;
    margin: 0;
    text-align: center;
}

#tribe-bar-form.tribe-bar-collapse {
    margin-top: 125px !important;
}

.gform_button.button,
.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit],
.sidebar input#gform_submit_button_5 {
    font-size: 24px;
    font-family: 'JosefinSlab';
    width: 100%;
    padding: 10px;
    background: #719a56;
    text-transform: capitalize;
    font-weight: normal;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
.sidebar input#gform_submit_button_5:hover {
    background: #496238;
}

.main-content ul {
    padding-left: 60px;
}

.main-content li {
    list-style: inside disc;
    margin-bottom: 15px;
}

.intro-date {
    font-size: 18px;
}

.sidebar .gform_wrapper.gplaceholder_wrapper {
    margin-top: -17px;
}

/*===========Form style===========*/

.gfield span textarea,
.gfield span input,
.gfield span select,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, input#input_1_4_other {
    width: 47.5%;
    border: 1px solid #94918b;
    padding: 10px;
}

#gform_wrapper_4 .gform_body,
#gform_wrapper_3 .gform_body,
#gform_wrapper_2 .gform_body,
#gform_wrapper_1 .gform_body {
    padding: 70px;
    background-color: #f5f2e9;
}

#gform_wrapper_4.gform_wrapper .gform_heading,
#gform_wrapper_3.gform_wrapper .gform_heading,
#gform_wrapper_2.gform_wrapper .gform_heading,
#gform_wrapper_1.gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 0;
}

#gform_wrapper_4.gform_wrapper h3.gform_title,
#gform_wrapper_3.gform_wrapper h3.gform_title,
#gform_wrapper_2.gform_wrapper h3.gform_title,
#gform_wrapper_1.gform_wrapper h3.gform_title {
    margin: 0;
}

#gform_wrapper_4.gform_wrapper .gform_footer,
#gform_wrapper_3.gform_wrapper .gform_footer,
#gform_wrapper_2.gform_wrapper .gform_footer,
#gform_wrapper_1.gform_wrapper .gform_footer {
    padding: 0 70px 70px;
    margin: 0;
    clear: both;
    background-color: #f5f2e9;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_footer.top_label .gform_button.button {
    width: auto;
    font-size: 24px;
    padding: 10px 50px;
}

.gfield span textarea,
.gfield span input,
.gfield span select,
#gform_wrapper_4.gform_wrapper .top_label input.medium,
#gform_wrapper_4.gform_wrapper .top_label select.medium,
#gform_wrapper_3.gform_wrapper .top_label input.medium,
#gform_wrapper_3.gform_wrapper .top_label select.medium,
#gform_wrapper_2.gform_wrapper .top_label input.medium,
#gform_wrapper_2.gform_wrapper .top_label select.medium,
#gform_wrapper_1.gform_wrapper .top_label input.medium,
#gform_wrapper_1.gform_wrapper .top_label select.medium,
input#input_1_4_other,
textarea#input_4_14 {
    width: 99.5%;
    background: transparent;
}

textarea#input_4_14 {
    border: 1px solid #94918b;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    border: none !important;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    display: none;
}

div.seperator {
    border-bottom: 2px solid #d9d6ce;
    overflow: hidden;
    margin: 50px 0 20px;
    clear: both;
}

div.seperator h3 {
    float: left;
}

.seperator a.general-link {
    float: right;
}

#gform_wrapper_2.gform_wrapper .top_label input#input_2_3 {
    width: 40%;
}

.gfield span textarea,
.gfield span input,
.gfield span select {
    height: 40px;
}

#gform_wrapper_2 .gform_body {
    padding-top: 0;
    overflow: hidden;
}

#gform_wrapper_2 #field_2_3 label {
    display: none;
}

input#input_1_4_other {
    width: 93%;
}

form#gform_3 input#input_3_1 {
    width: 30%;
}

form#gform_3 li#field_3_1 {
    position: relative;
}

form#gform_3 li#field_3_1:before {
    content: "$";
    position: absolute;
    bottom: 8px;
    left: -16px;
    font-weight: bold;
}

div.gform_wrapper .gfield_radio li input[type=radio] {
    margin-top: 4px !important;
}

.gform_wrapper div.validation_error {
    font-size: 13px;
    padding: 10px;
}

/*==========Events pages==========*/
.post-type-archive-tribe_events article,
.single-tribe_events .entry,
.single-tribe_events article {
    padding: 50px 0;
}

.post-type-archive-tribe_events .tribe-events-loop.vcalendar {
    margin: 0;
    max-width: 100%;
}

.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-filters-inner {
    margin: 0;
    background-color: #53514c;
    color: #fff;
}

.post-type-archive-tribe_events #tribe-bar-form label {
    font-size: 22px;
    font-family: 'JosefinSlab';
    text-transform: capitalize;
    font-weight: normal;
}

.post-type-archive-tribe_events #tribe-bar-form input[type=text] {
    color: #fff;
    border-bottom: 1px solid #67655f;
}

.post-type-archive-tribe_events #tribe-bar-form input[type=text]::-webkit-input-placeholder,
.post-type-archive-tribe_events #tribe-bar-form input[type=text]:-moz-placeholder,
.post-type-archive-tribe_events #tribe-bar-form input[type=text]::-moz-placeholder,
.post-type-archive-tribe_events #tribe-bar-form input[type=text]:-ms-input-placeholder {
    color: #fff !important;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-venue-details {
    display: none;
}

.post-type-archive-tribe_events .tribe-bar-date-filter,
.post-type-archive-tribe_events .tribe-bar-search-filter {
    padding: 30px;
}

.post-type-archive-tribe_events .tribe-bar-submit {
    padding-top: 38px;
    padding-right: 20px;
}

.post-type-archive-tribe_events .tribe-events-list-separator-month span {
    padding: 0 2.5%;
    font-size: 15px;
}

.post-type-archive-tribe_events .tribe-events-list-separator-month {
    margin: 0 auto;
}

.tribe-events-list .time-details {
    font-size: 16px;
    font-weight: normal;
}

#tribe-events-content a.tribe-events-read-more {
    position: relative;
    font-size: 18px;
    font-style: italic;
}

.entry-categories {
    display: none;
}

ul.three-col-layout,
ul.garden-list {
    padding-left: 0;
}

ul.three-col-layout li,
ul.garden-list li {
    list-style: none;
    margin-bottom: 25px;
}

/*ISOTOPE*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

.avaibality {
    height: 62px;
    width: 62px;
    position: absolute;
    top: -15px;
    right: -15px;
}

.avaibality.limited {
    background: url("images/limited-img.png");
}

.avaibality.call {
    background: url("images/call-img.png");
}

.avaibality.full {
    background: url("images/full-img.png");
}

.three-col-layout.isotope {
    padding-bottom: 100px;
}

.three-col-layout.isotope li.col:nth-child(3n+3),
.three-col-layout.isotope li.col {
    margin-right: 3%;
    padding-bottom: 40px;
}

.three-col-layout.isotope li.col h3 {
    font-size: 22px;
}

.three-col-layout.isotope li.col span.date {
    font-size: 18px;
}

.three-col-layout.isotope li.col a.general-link {
    display: inline-block;
    float: left;
}

img.attachment-full.wp-post-image {
    display: block;
}

select.option-set {
    width: 30%;
    margin-right: 40px;
    margin-top: 40px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid;
}

div#filters {
    padding-bottom: 20px;
    border-bottom: 2px solid;
}

ul.package-list {
    padding: 0 20px 20px;
    background-color: #f5f2e9;
}

ul.package-list > li {
    list-style: none;
    border-bottom: 2px solid #9d9c97;
}

ul.package-list > li:last-child {
    border-bottom: 0;
}

ul.package-list ul {
    padding: 0 0 30px 0;
}

ul.package-list > li li {
    margin-bottom: 5px;
}

ul.package-list li .detail {
    overflow: hidden;
}

.block ul {
    padding-left: 0;
}

.block ul li {
    margin-bottom: 0;
}

.half {
    width: 50%;
}

.add {
    margin-bottom: 25px;
    display: block;
}

.add p {
    display: inline;
}

.add p a {
    text-decoration: underline;
}

ul.package-list.bg {
    background-color: transparent;
}

.package-list.no-bg, .no-bg {
    background: none;
    padding: 20px 0;
}

a.general-link.bottom-space {
    display: block;
}

.package-list.no-bg .cafe-box.no-bg {
    padding-bottom: 40px;
}

ul.value-list {
    padding-left: 30px;
    overflow: hidden;
}

ul.value-list li {
    list-style-type: none;
}

ul.value-list li h4 {
    margin-bottom: 0;
}

ul.value-list li p {
    line-height: 1.8;
}

.bg {
    background: #f5f2e9;
}

img.side-image {
    display: block;
    margin: 0 20px 0 0;
}

figure.with-title {
    position: relative;
    margin: 0;
    overflow: hidden;
}

figure.with-title h4 {
    position: absolute;
    bottom: 42%;
    left: 12%;
    color: #fff;
    font-size: 28px;
    -webkit-text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    -moz-text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

.name-list {
    overflow: hidden;
    padding: 40px 10px 0px 30px;
}

.name,
.name-list strong {
    font-family: 'JosefinSlab';
    font-size: 18px;
    font-weight: normal;
    width: 48%;
    margin-bottom: 6px;
    float: left;
}

.main-content ul.three-col-list {
    padding: 60px;
    overflow: hidden;
}

.three-col-list li .name {
    float: none;
}

.three-col-list li {
    float: left;
    list-style: none;
    width: 33%;
    word-wrap: break-word;
}

ul.pdf-list {
    padding-left: 0;
}

ul.pdf-list li {
    list-style: none;
}

ul.pdf-list li a {
    text-decoration: underline;
    font-family: 'museo_sans_300regular';
}

.map-wrap p {
    margin-bottom: 0;
}

.map-wrap p iframe {
    width: 100%;
    height: 400px;
}

.dark-block.green.absolute-right {
    left: auto;
    right: 0;
    height: 98.5%;
}

.direction-list li {
    font-style: italic;
    font-size: 13px;
    list-style: none;
    padding-bottom: 7px;
}

.detail {
    overflow: hidden;
}

.cafe-box.no-bg.top-space {
    padding: 40px 0 0 0;
}

.section-block.repeater {
    margin: 70px 0 0 0;
}

.section-block.repeater:last-child {
    margin-bottom: 70px;
}

.general-link.btn {
    font-size: 24px;
    font-family: 'JosefinSlab';
    font-style: normal;
    color: #fff;
    background: #719a56;
    padding: 0 40px;
    display: inline-block;
    margin-top: 40px;
}

.general-link.btn:hover {
    color: #fff;
    background: #53713F;
}

.value-list.bullets li {
    list-style: outside disc;
}

.value-list.bullets li p {
    line-height: 1.2;
    margin-bottom: 10px;
}

.block-item {
    display: block;
    font-family: 'museo_sans_300regular';
    margin-bottom: 8px;

}

/*back-to-top*/
.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding-top: 1px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    opacity: .5;
    display: none;
    z-index: 100;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

/*======*/
select.option-set {
    height: 40px;
}

h2.title.link:hover {
    background-color: #719a56;
}

.title a {
    display: block;
    color: #fff;
}

.error404 input[type="search"] {
    float: left;
    width: 60%;
    height: 50px;
}

.error404 input[type="submit"] {
    background-color: #719a56;
}

.error404 input[type="submit"]:hover {
    background-color: #5C7D42;
}


/* # Changes
---------------9-4-2015----------------- */
/*#gform_fields_2 li.gchoice_2_20_2 {*/
/*display: none;*/
/*}*/
.style1 span {
    font-weight: bold;
}

.gallery-block.three-col-layout .col {
    float: none;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

/*==============WEATHER================*/
section#wunderground-2 {
    height: 90px;
    background-color: rgba(246, 246, 245, 0.8);
    text-align: center;
}

.wu-cond-text,
.wu-wrapper div img, .wu-wrapper table img {
    display: none;
}

.wu-current-conditions .wu-day-title {
    width: 100%;
}

.wu-wrapper * {
    color: #4e4d4b;
    font-size: 36px !important;
    font-family: 'museo_sans_100regular';
    vertical-align: top;
}

.wu-wrapper sub,
.wu-wrapper sup {
    font-size: 20px !important;
}

#wunderground-2 .widgettitle {
    font-family: 'museo_sans_300regular';
    background-color: #fff;
    padding: 6px 0 1px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 19px;
}

.wu-current-conditions .wu-day-title small {
    margin-left: -9px;
    font-size: 20px !important;
}

/*Class Schedule Excerpts*/
.page-id-310 .col p {
    max-height: 70px;
    overflow: hidden;
}

.cafe-box .collapseble{
    overflow: hidden;
}

.cafe-box .detail > .more,
.cafe-box .detail > .less{
    margin-right: 20px;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

    .title-area {
        width: 29%;
        padding: 10px 0 0px 12px;
    }

    .site-header .widget-area {
        width: 70%;
    }

    .banner_custom_widget {
        position: static;
        width: 100%;
    }

    figure.round-holder {
        height: 197px;
        width: 197px;
    }

    .section.visit-block {
        background-size: 100% 100% !important;
    }

    .dark-block {
        width: 50%;
    }

    .three-col-layout .col.col1 {
        padding: 90px 50px 160px 50px;
        background-size: 100% 100%;
    }

    .three-col-layout.footer-cols .col {
        padding: 55px 30px 0 30px;
        min-height: 500px;
    }

    .garden-list li {
        width: 29%;
        margin-right: 4%;
    }

    .garden-list li:nth-child(4n+4) {
        margin-right: 4%;
    }

    .dark-block.half {
        width: 100%;
    }

    .page-content {
        padding: 60px 0;
    }

    .info-list li {
        border-bottom: none;
        float: left;
        width: 25%;
        border-right: 2px solid #dfd7c6;
        min-height: 170px;
        padding-top: 30px;
    }

    ul.info-list {
        min-height: inherit;
    }

    .half {
        width: 100%;
    }

    .map-wrap .dark-block.half {
        width: 50%;
    }
}

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

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    /*.site-header .wrap {
        padding: 20px 5%;
    }*/
    .site-header > .wrap {
        padding: 20px 5%;
    }

    .header-image .title-area {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

    .tribe-events-page-template .sidebar {
        margin-top: 350px;
    }

    #tribe-events-content {
        margin-top: 340px;
    }

    #tribe-bar-form.tribe-bar-collapse {
        margin-top: 350px !important;
    }

    .highlight-block.hours a {
        margin-top: 0;
    }

}

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

    body {
        background-color: #fff;
        font-size: 16px;
    }

    .site-inner,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

    .top-call {
        left: 17%;
        right: auto;
    }

    header.site-header {
        position: static;
    }

    .three-col-layout .col {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
        padding-left: 0;
        text-align: center;
    }

    figure.round-holder {
        height: 290px;
        width: 287px;
        margin: 0 auto 20px;
    }

    .section.visit-block {
        background: none;
    }

    .dark-block {
        width: 100%;
    }

    .site-header .wrap {
        padding: 10px 5% 34px;
    }

    .three-col-layout .col.col1 {
        width: 100%;
        background-size: auto;
    }

    .three-col-layout .col.col1 {
        width: 100%;
        background-size: 100% auto;
        padding-bottom: 40px;
    }

    .footer-cols .address p {
        margin-bottom: 20px;
        display: inline-block;
    }

    .sprite.icon-location, .sprite.icon-phone, .sprite.icon-mail {
        float: none;
    }

    .simple-social-icons ul {
        display: inline-block;
        float: none;
    }

    .col.col3.front-events {
        width: 100%;
    }

    .three-col-layout.footer-cols .col {
        min-height: inherit;
    }

    .info-list li {
        border-bottom: 2px solid #dfd7c6;
        width: 100%;
        border-right: none;
        min-height: inherit;
        padding-top: 10px;
    }

    .sidebar {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 50px;
    }

    .main-content {
        width: 100%;
        float: none;
    }

    .detail {
        overflow: hidden;
        float: left;
    }

    img.attachment-full.wp-post-image {
        display: inline-block;
    }

    .avaibality {
        right: 0;
    }

    ul.info-list {
        margin-bottom: 20px;
    }

    ul.package-list > li {
        overflow: hidden;
    }

    #section2 .block {
        clear: both;
    }

    .gallery-block.three-col-layout .col {
        float: left;
        margin-right: 5%;
        width: 30%;
    }

    .tribe-events-page-template .sidebar {
        margin-top: 0;
    }

    #tribe-events-content {
        margin-top: 0;
    }

    .admission-list,
    .admission-list table,
    .admission-list table tbody,
    .admission-list table tr,
    .admission-list table td,
    .admission-list table td.col2 {
        padding: 0;
    }

    .hide-for-mobile {
        display: none;
    }

    .show-for-mobile {
        display: block;
    }

    .page-template-tpl-visit .dark-block {
        width: 100%;
        position: static;
    }

    .page-id-310 .col p {
        max-height: 100%;
        overflow: visible;
    }

    .three-col-layout.isotope li.col a.general-link {
        float: none;
    }

}

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

    .center {
        text-align: left;
    }

    .site-footer .center {
        text-align: center;
    }

    .banner h1.page-title {
        top: 5%;
        font-size: 25px;
        padding: 7px 15px 0px;
    }

    .garden-list li {
        width: 100%;
        margin-right: 0;
        min-height: inherit;
    }

    .two-col-layout .col {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    input#input_1_4_other {
        width: 70%;
    }

    #gform_wrapper_1 .gform_body {
        padding: 20px;
    }

    #gform_wrapper_4 .gform_body,
    #gform_wrapper_3 .gform_body,
    #gform_wrapper_2 .gform_body,
    #gform_wrapper_1 .gform_body {
        padding: 20px;
    }

    #gform_wrapper_4.gform_wrapper .gform_footer,
    #gform_wrapper_3.gform_wrapper .gform_footer,
    #gform_wrapper_2.gform_wrapper .gform_footer,
    #gform_wrapper_1.gform_wrapper .gform_footer {
        padding: 0 20px 20px;
    }

    .title-area {
        padding: 10px 0 0px 0;
    }

    select.option-set {
        width: 44%;
        margin-right: 10px;
    }

    .name-list {
        clear: both;
    }

    .name-list strong {
        width: 100%;
    }

    .three-col-list li {
        width: 50%;
    }

    .main-content ul.three-col-list {
        padding: 30px;
    }

    .section-block {
        margin-bottom: 30px;
    }

    .three-col-layout.footer-cols .col {
        padding: 0 10px 20px 10px;
    }

    .three-col-layout .col.col1 {
        background-size: cover;
        padding: 40px 10px 40px;
    }

    .dark-block.block.half.green.absolute-right {
        position: static;
        width: 100%;
    }

    #tribe-bar-form.tribe-bar-collapse {
        margin-top: 50px !important;
    }

    .highlight-block.hours a {
        margin-top: -31px;
    }

    .highlight-container {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .highlight-block.hours a {
        margin-top: 0;
    }
}

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

    .header-image .site-title > a {
        width: 80%;
        background-size: 100% auto;
    }

    .block {
        padding: 20px;
    }

    .gallery-block.three-col-layout .col {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .cafe-box figure.round-holder, .featured-event-box figure.round-holder {
        width: 200px;
        height: 200px;
    }

    .three-col-list li {
        width: 100%;
    }

    .general-link.btn {
        font-size: 20px;
        padding: 0 20px;
    }
}

.type-donation-program .entry-meta {
    display: none;
}

.tribe-events-list .tribe-events-event-image {
    width: 30%;
}

.single-tribe_events .tribe-events-event-meta {
    border: none !important;
    background: none !important;
}

.single-tribe_events .tribe-events-event-image + div.tribe-events-content {
    width: 100% !important;
}

iframe .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 91px;
}

iframe .rc-anchor-normal {
    width: 165px;
}

#rc-imageselect, .g-recaptcha {
    transform: scale(0.70);
    -webkit-transform: scale(0.70);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media only screen and (min-width: 961px) {
    .avaibality {
        right: 20px;
    }
}

.produkt-element {
    position: relative;
}

.gfield p {
    font-weight: 700;
    font-size: 20px;
    color: black;
}

.gfield {
    font-weight: 700;
    font-size: 20px;
    color: black;
}

/*Buy Tickets button==========
 * ============================*/

.site-header .widget-area {
    position: relative;
}

.ticket-button {
    position: absolute;
    top: 10px;
    left: 0;
}

.ticket-button a.btn {
    background: rgba(113, 154, 86, 0.90);
    display: inline-block;
    line-height: 1;
    padding: 20px;
    color: #fff;
    font-family: 'JosefinSlab-SemiBold';
    font-size: 20px;
}

.site-inner {
    margin-top: 50px !important;
}

.three-col-layout.isotope {
    margin: 0 -1.5%;
}

.three-col-layout.isotope .col {
    padding: 0 1.5% !important;
    margin: 0 0 25px !important;
    width: 33.33%;
    word-break: break-word;
}

@media only screen and (max-width: 1200px) {
    .ticket-button {
        top: 0;
    }

    .genesis-nav-menu a {
        padding: 15px 12px 10px;
    }
}

@media only screen and (max-width: 960px) {
    header.site-header {
        position: relative;
    }

    .ticket-button {
        left: auto;
        right: 0;
        top: -52px;
    }

    .site-header .wrap .wrap {
        padding: 0;
    }

    .three-col-layout.isotope .col {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .ticket-button a.btn {
        padding: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .header-image .site-title > a {
        background-position: center;
    }

    .header-image .title-area {
        padding: 0 0 15px;
    }

    section#text-6 {
        text-align: center;
    }

    .ticket-button {
        position: static;
        margin-top: 20px;
    }

    .three-col-layout.isotope .col {
        width: 100%;
    }
}
                  