/*
	Theme Name: Selby Custom
	Description: Selby Custom
	Author: Diane Kinney
	Author URI: http://www.theversatilitygroup.com/
	Version: 2.0.0

	Template: genesis
	Template Version: 2.0.0


*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset
----------------------------------------------------------------------------- */
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
----------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  background-color: #fff;
  color: #808080;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -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: #96b225;
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
  margin-bottom: -0.4rem;
}

a:hover {
  color: #333;
}

p {
  margin: 0 0 36px;
  margin: 0 0 3.6rem;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
blockquote::before {
  color: #999;
}

blockquote {
  font-family: Merriweather, Georgia, serif;
  font-size: 2.4rem;
  font-style: italic;
  margin: 40px 80px 24px 80px;
  margin: 4rem 8rem 2.4rem 8rem;
}

.entry-content blockquote p {
  font-style: italic;
  margin: 0;
}

blockquote cite {
  font-size: 1.8rem;
  font-style: italic;
  margin-left: 6rem;
}

blockquote cite::before {
  content: "\2014";
  padding-right: 10px;
}

/*
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

blockquote::after {
  content: "\201D";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

*/
.entry-content code {
  background-color: #333;
  color: #ddd;
}

cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #747474;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}

h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  width: auto;
  /* IE8 */
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #719329;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 24px;
  padding: 1rem 2.4rem;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: rgba(150, 178, 37, 0.4);
}

.entry-content .button:hover {
  color: #fff;
}

.button {
  border-radius: 3px;
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0;
}

.hr {
  height: 1px;
  background: rgba(79, 100, 37, 0.4);
}

.callout {
  padding: 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  width: 85%;
  margin: 0 auto 1rem auto;
  text-align: center;
}

.callout p {
  margin: 0;
}

.rose {
  color: #ba4f6b;
}

.dept-contact {
  font-size: 1.6rem;
  font-weight: 700;
  width: 25%;
  padding: 1.6rem;
}

.lime {
  background: rgba(150, 178, 37, 0.4);
  color: #96b225;
  border-left: 8px solid #96b225;
}

.lime a {
  color: #96b225;
}

.gallery-intro {
  color: #4f6425;
  text-align: center;
  font-family: Merriweather, Georgia, serif;
  text-transform: uppercase;
  margin: 3rem 0 1rem 0;
}

.gallery-intro.hr {
  margin: 0 auto 3rem auto;
  width: 50%;
}

.coname {
  font-family: Merriweather, Georgia, serif;
  font-size: 2.4rem;
  text-shadow: 0 0 1px rgba(190, 194, 172, 0.5);
}

.subnote {
  font-size: 1.4rem;
}

/*
Structure and Layout
----------------------------------------------------------------------------- */
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
  position: relative;
}

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.section .site-inner {
  max-width: 100%;
  padding: 0 6rem;
}

.site-inner {
  clear: both;
}

/* 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: 920px;
}

.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: 900px;
  padding: 5rem 3rem 5rem 5rem;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
  margin-top: 30px;
}

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* 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;
}

.main {
  float: left;
}

.sub {
  float: right;
}

/*
Header
----------------------------------------------------------------------------- */
/* Title Area
--------------------------------------------- */
.title-area {
  position: absolute;
  top: -98px;
  z-index: 1000;
  left: 50px;
  width: 240px;
  height: 160px;
}

.site-title a,
.site-title a:hover {
  background: url(images/logo.png) no-repeat;
  display: inline-block;
  height: 160px;
  width: 240px;
  text-indent: -9999px;
  color: #333;
}

.site-description {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .header-widget-area {
  margin-left: 0;
  text-align: right;
}

.site-header .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header-widget-area {
  overflow: hidden;
  padding: 1rem 0;
  margin-left: 530px;
}

#search-3 {
  width: 300px;
  float: right;
  padding-right: 5rem;
}

#search-3.widget_search {
  padding-right: 0;
  width: 250px;
}

.site-header .search-form input {
  padding: 1rem;
}

/*
Site Navigation
----------------------------------------------------------------------------- */
/* Navigation */
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: #999;
  /*	font-family: Merriweather, sans-serif;*/
  line-height: 1.5;
  text-align: right;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  border: none;
  color: #BCA989;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 14px 14px;
  padding: 1.4rem 1.4rem;
  position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #999;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}

.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;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 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 {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 28px 0;
  padding: 2.8rem 0;
  text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
  padding: 14px 0 0;
  padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background: #5F594F;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #BC9049;
}

.nav-primary .sub-menu a:hover {
  color: #333;
}

.nav-primary ul > li:last-child a,
.nav-secondary ul > li:last-child a {
  padding-right: 0;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #534E45;
}

.genesis-nav-menu.menu-secondary a {
  border: none;
  color: #B39D79;
  display: block;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 24px;
  padding: 1rem 2.4rem;
  position: relative;
}

.menu-secondary a:before {
  color: #8F6593;
}

.menu-secondary li#menu-item-18 a:before {
  content: "\f004";
  font-family: FontAwesome;
  margin-right: 6px;
}

.menu-secondary li#menu-item-17 a:before {
  content: "\f0c0";
  font-family: FontAwesome;
  margin-right: 6px;
}

.menu-secondary li#menu-item-58 a:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 6px;
}

.menu-secondary li#menu-item-1843 a:before {
  content: "\f086";
  font-family: FontAwesome;
  margin-right: 6px;
}

.menu-secondary li#menu-item-1842 a:before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 6px;
}

/*Social Bar*/
#menu-social-1 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu-social-1 a {
  border: none;
  color: #B1C589;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}

#menu-social-1 a:hover {
  color: #96b225;
}

#menu-social-1 li a:before {
  font-size: 3rem;
}

#menu-social-1 li.menu-item-130 a:before {
  content: "\f082";
  font-family: FontAwesome;
  margin-right: 6px;
}

#menu-social-1 li.menu-item-133 a:before {
  content: "\f0d5";
  font-family: FontAwesome;
  margin-right: 6px;
}

#menu-social-1 li.menu-item-134 a:before {
  content: "\f167";
  font-family: FontAwesome;
  margin-right: 6px;
}

#menu-social-1 li.menu-item-131 a:before {
  content: "\f099";
  font-family: FontAwesome;
  margin-right: 6px;
}

#menu-social-1 li.menu-item-132 a:before {
  content: "\f0d2";
  font-family: FontAwesome;
  margin-right: 6px;
}

/*Sidebar Navigation*/
#theme_navigation-2 li {
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 0;
  padding: 10px 0 10px 0;
  word-wrap: break-word;
}

#theme_navigation-2 li:first-of-type {
  border-bottom: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  padding: 10px 0 10px 0;
  word-wrap: break-word;
}

#theme_navigation-2 a {
  border-bottom: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

#theme_navigation-2 li:first-of-type a {
  color: #879C5E;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

/*Submenu Navigation*/
.sub {
  background: rgba(253, 245, 238, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  width: 25%;
  padding: 3rem;
}

.sub .menu {
  font-size: 1.4rem;
}

.sub .menu li {
  list-style-type: none;
  border-bottom: 1px solid rgba(81, 75, 61, 0.06);
}

.sub .menu li a {
  color: #4f6425;
  display: block;
  font-weight: 700;
  padding: 15px 0px;
}

.sub .menu li a:hover {
  font-style: italic;
}

/*Social Header*/
#nav_menu-2 {
  display: inline-block;
  padding: 0 2rem 0 0;
  text-align: left;
  width: 360px;
}

#nav_menu-2,
#search-3.widget_search {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.nav-header #menu-social li {
  margin: 0;
  padding: 0;
}

.nav-header #menu-social a {
  border: none;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.nav-header #menu-social a:hover:before {
  color: rgba(150, 178, 37, 0.4);
}

.nav-header #menu-social li a:before {
  color: #96b225;
  font-size: 3rem;
  line-height: 1;
  padding: .6rem 1rem 0 0;
}

.nav-header #menu-social li#menu-item-130 a:before {
  content: "\f082";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px;
}

.nav-header #menu-social li#menu-item-133 a:before {
  content: "\f0d5";
  font-family: FontAwesome;
  margin-right: 6px;
}

.nav-header #menu-social li#menu-item-134 a:before {
  content: "\f167";
  font-family: FontAwesome;
  margin-right: 6px;
}

.nav-header #menu-social li#menu-item-131 a:before {
  content: "\f099";
  font-family: FontAwesome;
  margin-right: 6px;
}

.nav-header #menu-social li#menu-item-132 a:before {
  content: "\f0d2";
  font-family: FontAwesome;
  margin-right: 6px;
}

.menu-footer-container .menu li {
  line-height: 1;
  list-style-type: none;
  text-align: left;
  padding: 5px 0 5px 20px;
}

.menu-footer-container .menu li a {
  color: #B1C589;
  font-size: 16px;
}

/* Sharing icons
-------------------------------------------------------- */
.centered-share {
  text-align: center;
}

.wedding-galleries .centered-share {
  background-color: #a8ae66;
  padding-bottom: .7em;
}

.wedding-galleries .sd-content ul {
  margin-bottom: 0 !important;
}

/* Tabs
-------------------------------------- */
.accordion-tabs {
  position: relative;
  z-index: 10;
}

ul.accordion-tabs {
  list-style-type: none;
}

/* Menu
-------------------------------------- */
.menu-social-container li a:before {
  font-family: FontAwesome;
  margin-right: 6px;
}

.menu-social-container li.facebook a:before {
  content: "\f082";
}

.menu-social-container li.google a:before {
  content: "\f0d5";
}

.menu-social-container li.youtube a:before {
  content: "\f167";
}

.menu-social-container li.twitter a:before {
  content: "\f099";
}

.menu-social-container li.pinterest a:before {
  content: "\f0d2";
}

.menu-social-container .menu {
  list-style-type: none;
}

.footer-widgets .menu-social-container ul.menu li a:before {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
}

.footer-widgets .menu-social-container .menu a {
  display: inline-block;
  vertical-align: middle;
}

/* Responsive Menu
---------------------------------------------- */
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #333;
  color: #fff;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.menu-toggle,
.sub-menu-toggle {
  display: none;
  font-family: 'dashicons';
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 40%;
}

.menu-toggle:before {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  content: "MENU";
}

.sub-menu-toggle:before {
  content: "\f347";
}

.sub-menu-toggle.activated:before {
  content: "\f343";
}

.sub-menu-toggle {
  color: #bca989;
  background-color: transparent;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.sub-menu-toggle:hover,
.sub-menu-toggle.activated {
  background: none;
  box-shadow: none;
  color: #809820;
}

#responsive-menu {
  display: none;
}

#responsive-menu .sub-menu .sub-menu {
  margin: 0;
}

/*
Site Navigation
----------------------------------------------------------------------------- */
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #3a4a1a;
  color: #BEC2AC;
  font-weight: 400;
  padding: 40px 0;
  padding: 4rem 0;
  text-align: center;
}

.home .site-footer .wrap, .site-footer .wrap {
  max-width: 1200px;
  overflow: hidden;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-widgets .wrap {
  background: url(images/curious.svg) no-repeat 400px 25px;
  background-size: 735px 118px;
}

.footer-widgets h4 {
  color: #fff;
}

.footer-widget-1 {
  width: 30%;
}

.footer-widget-1 img {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.footer-widget-1 p.orgname.fine {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-widget-1 p.orgname.bold {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}

.site-footer .hr {
  width: 70%;
  margin: 10px auto 10px auto;
  height: 1px;
  background: rgba(79, 100, 37, 0.7);
}

.footer-widget-2, .footer-widget-3, .footer-widget-4 {
  padding-top: 175px;
}

.footer-widget-3, .footer-widget-4 {
  width: 18%;
}

/*
Common Classes
----------------------------------------------------------------------------- */
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.archive-description,
.author-box {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.archive-description {
  padding: 40px 40px 24px;
  padding: 4rem 4rem 2.4rem;
}

.author-box {
  padding: 40px;
  padding: 4rem;
}

.author-box-title {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

.author-box a {
  border-bottom: 1px solid #ddd;
}

.author-box p {
  margin-bottom: 0;
}

.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover {
  color: #666;
}

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

.sidebar .widget-title a {
  border: none;
}

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

/*
Content
----------------------------------------------------------------------------- */
/* Content */
h1.entry-title {
  color: rgba(255, 255, 255, 0.95);
  font-size: 4.2rem;
  font-weight: 900;
}

h1.entry-title {
  color: #719329;
  font-size: 3rem;
  font-weight: 700;
}

.page h1.entry-title {
  color: #696762;
  margin-bottom: 0px;
}

.page h2.secondary-title {
  font-family: Merriweather, Georgia, serif;
  font-style: italic;
}

/*Section Colors*/
.page.visit h2.secondary-title {
  color: #8937B1;
}

.page.visit .entry-content a, .page.visit .content a {
  color: #8937B1;
}

.page.the-gardens h2.secondary-title {
  color: #96b225;
}

.page.the-gardens .entry-content a, .page.the-gardens .content a {
  color: #96b225;
}

.page.get-involved h2.secondary-title {
  color: #CD9540;
}

/*.page.get-involved .entry-content a, .page.get-involved .content a {
  color: #CD9540;
}*/
.page.programs h2.secondary-title {
  color: #3792B1;
}

.page.programs .entry-content a, .page.programs .content a {
  color: #3792B1;
}

.sharedaddy {
  border-top: 1px solid #D8D8D5;
  padding-top: 10px;
}

.entry-content ul {
  margin: 1rem 0 3.6rem 0;
}

.entry-content li {
  margin: 0 0 2rem 6rem;
}

.entry-content img {
  border: 1px solid #E8E8E8;
  padding: 10px;
}

.section .entry-content img {
  border: none;
  padding: 0;
}

h2.tablepress-table-name-id-4 {
  color: #3798A4;
  text-align: center;
}

.tablepress-id-4 {
  line-height: 1.2;
}

.tablepress-id-4 thead th {
  background-color: #d9edf7;
}

.tablepress-id-4 td.column-1 {
  width: 20%;
}

.tablepress-id-4 td.column-2 {
  width: 40%;
}

.tablepress-id-4 td.column-3 {
  width: 40%;
}

.tablepress-id-4 .column-1 {
  font-weight: bold;
}

.tablepress-id-4 .column-2, .tablepress-id-4 .column-3 {
  font-size: 15px;
  text-align: center;
}

a.doc-link {
  background: #3792B1;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  padding: 20px;
  width: 25%;
}

a:hover.doc-link {
  background: #3798A4;
}

/*Landing Pages*/
.child_page:nth-child(3n+1) {
  clear: left;
}

.child_page {
  height: auto;
}

.child_pages .child_page-container {
  margin: 5px;
  border: none !important;
  background-image: none !important;
  border-radius: 0 !important;
  padding: 10px;
}

.child_pages .post_thumb {
  height: 267px !important;
}

/*Membership*/
.page-header {
  width: 100%;
  max-height: 500px;
}

.page-top .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem 3rem 3rem 3rem;
  position: relative;
  overflow: hidden;
}

.page-top .main {
  margin-top: 14rem;
  width: 75%;
}

.page-top .main h1.entry-title {
  font-weight: 900;
  color: #fff;
}

.page-top .sub {
  background: rgba(253, 245, 238, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  width: 25%;
  padding: 3rem;
}

.intro {
  padding-right: 6rem;
  font-size: 18px;
}

.membership .intro {
  color: #fff;
}

.page-id-945.membership .content {
  padding-top: 0;
  margin-top: -5rem;
}

.membership .content .main {
  width: 75%;
}

.membership .content .sub {
  width: 25%;
}

ul.slats li.membership-levels {
  overflow: hidden;
  margin: 0 6rem 0 0;
  border-bottom-color: rgba(150, 178, 37, 0.4);
}

.membership-details {
  float: left;
  width: 30%;
}

.level-benefits {
  float: right;
  width: 70%;
}

.membership-details .label {
  color: rgba(72, 50, 4, 0.5);
  font-size: 1.4rem;
  text-transform: uppercase;
}

.membership-details .level-title {
  color: #719329;
  font-family: Merriweather, Georgia, serif;
  font-size: 2.4rem;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px #719329;
}

.level-details .fa {
  font-size: 1.4rem;
  padding: 0 1rem;
  position: relative;
  top: -2px;
}

.membership-details .level-price {
  color: #719329;
  font-family: Merriweather, Georgia, serif;
  font-size: 2.4rem;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px #719329;
}

.level-benefits ul {
  padding: 3rem 0 0 0;
}

.level-benefits li {
  font-size: 1.4rem;
}

a.level_link.button {
  font-size: 1.2rem;
  padding: .5rem 1rem;
  margin-right: 1rem;
}

.membership ul.slats li li {
  margin: 0;
  padding: 0;
}

.membershipbenefitslist li {
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
  line-height: 1.2;
  list-style-type: none;
  padding: 1.6rem 0 1.6rem 0;
}

.volunteer .benefits {
  background: rgba(205, 149, 64, 0.2);
  font-size: 15px;
  float: right;
  padding: 20px;
  width: 30%;
}

/*Giving*/
p.annual_button, p.tribbutton {
  text-align: center;
}

p.tribbutton a.button {
  background-color: #7D3C61;
}

/*Basic List Column*/
ul.listcol li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
}

ul.listcol li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

ul.listcol a {
  color: #fff;
}

/*Basic Image Grid*/
ul.image-grid li {
  float: left;
  width: 22%;
  margin: 0 5% 5% 0;
  list-style: none;
}

ul.image-grid li:nth-child(3n+3) {
  margin-right: 0;
}

ul.image-grid li a img {
  width: 100%;
}

/*Basic Slat Layout*/
ul.slats li {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee;
  list-style: none;
}

ul.slats li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

ul.slats li img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border: 1px solid #eee;
}

ul.slats li p {
  margin: 0 0 0 76px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}

ul.slats li li {
  border-bottom: none;
}

.accordion-tabs {
  *zoom: 1;
  border: 1px solid #dddddd;
  border-radius: 0.1875em;
  margin-bottom: 1.5em;
}

.accordion-tabs:before, .accordion-tabs:after {
  content: " ";
  display: table;
}

.accordion-tabs:after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .accordion-tabs {
    border: none;
  }
}
@media screen and (min-width: 40em) {
  .accordion-tabs li.tab-header-and-content {
    display: inline;
  }
}
.accordion-tabs li.tab-header-and-content:first-child a.tab-link {
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  border-top: 0;
}

.accordion-tabs li.tab-header-and-content:last-child a.tab-link {
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}

@media screen and (min-width: 40em) {
  .accordion-tabs li.tab-header-and-content:last-child a.tab-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.accordion-tabs li.tab-header-and-content a.tab-link {
  background-color: white;
  border-top: 1px solid #dddddd;
  color: #333333;
  display: block;
  font-weight: bold;
  padding: 0.75em 0.809em;
}

@media screen and (min-width: 40em) {
  .accordion-tabs li.tab-header-and-content a.tab-link {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    border-top: 0;
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
  }
}
.accordion-tabs li.tab-header-and-content a.tab-link:hover {
  color: #477dca;
}

.accordion-tabs li.tab-header-and-content a.tab-link:focus {
  outline: none;
}

.accordion-tabs li.tab-header-and-content a.tab-link.is-active {
  background-color: #f7f7f7;
  border-bottom: 0;
}

@media screen and (min-width: 40em) {
  .accordion-tabs li.tab-header-and-content a.tab-link.is-active {
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: -1px;
  }
}
.accordion-tabs li.tab-header-and-content .tab-content {
  padding: 1.5em 1.618em;
  background: #f7f7f7;
  display: none;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .accordion-tabs li.tab-header-and-content .tab-content {
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    border: 1px solid #dddddd;
    float: left;
    left: 0;
    padding: 0.75em 0.809em;
  }
}
.accordion-tabs-minimal {
  *zoom: 1;
  border: 1px solid #dddddd;
  border-radius: 0.1875em;
  margin-bottom: 1.5em;
}

.accordion-tabs-minimal:before, .accordion-tabs-minimal:after {
  content: " ";
  display: table;
}

.accordion-tabs-minimal:after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .accordion-tabs-minimal {
    border: none;
  }
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content {
    display: inline;
  }
}
.accordion-tabs-minimal li.tab-header-and-content:first-child a.tab-link {
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  border-top: 0;
}

.accordion-tabs-minimal li.tab-header-and-content:last-child a.tab-link {
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}

@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content:last-child a.tab-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link {
  background-color: white;
  border-top: 1px solid #dddddd;
  color: #333333;
  display: block;
  font-weight: 400;
  padding: 0.75em 1.618em;
}

@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    border-top: 0;
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
  }
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link:hover {
  color: #477dca;
}

.accordion-tabs-minimal li.tab-header-and-content a.tab-link:focus {
  outline: none;
}

.accordion-tabs-minimal li.tab-header-and-content a.tab-link.is-active {
  background-color: white;
  border-bottom: 0;
}

@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content a.tab-link.is-active {
    background-color: white;
    border: 1px solid #dddddd;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
  }
}
.accordion-tabs-minimal li.tab-header-and-content .tab-content {
  padding: 1.5em 1.618em;
  background: white;
  display: none;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content .tab-content {
    border-top: 1px solid #dddddd;
    float: left;
    left: 0;
    padding: 0.75em 0.809em;
  }
}
.giving .post_thumb {
  height: 160px  !important;
}

.giving .child_page-container {
  height: 398px !important;
}

.giving .page-top .main h1.entry-title {
  width: 70%;
}

.giving .intro {
  color: #ffffff;
}

.giving .intro a.button {
  background-color: #8e4a94;
  display: block;
  width: 30%;
  margin: 30px auto;
}

.page .footnote {
  font-size: 15px;
}

.page-id-4291 h1.lptitle {
  text-align: center;
  color: #719329;
  font-weight: bold;
}
.page-id-4291 h2.lpheader {
  color: #719329;
  text-align: center;
  text-transform: uppercase;
}
.page-id-4291 .lpsection {
  overflow: hidden;
}

ul.slats li.plants {
  margin: 0 0 30px 0;
  padding: 0;
  min-height: 320px;
  border-bottom: none;
  list-style: none;
}

ul.slats li.plants p {
  font-size: 18px;
  margin: 0 0 10px 0;
}

ul.slats li.plants p.wp-caption-text {
  font-size: 12px;
  margin: 0;
}

ul.slats li.plants p.description {
  font-size: 14px;
  margin: 0;
}

/*News*/
.single-news h1.entry-title {
  color: #4f6425;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}
.single-news h2.pub-date {
  font-size: 16px;
}
.single-news .news-entry-header {
  margin-bottom: 30px;
}
.single-news .contact-info {
  background-color: rgba(243, 248, 222, 0.4);
  border: 1px solid #f3f8de;
  color: #4f6425;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px;
}
.single-news .contact-info p {
  margin: 0;
}
.single-news footer.entry-meta {
  padding: 0;
}
.single-news .sidebar {
  padding-top: 50px;
}

.file, .sources {
  border-top: 1px solid lightgrey;
  padding: 20px 0;
}

.sources span {
  display: inline-block;
  padding-right: 5px;
}

.sources p {
  margin-bottom: 5px;
}

.image-request {
  position: relative;
}

.image-request a.button {
  display: block;
  position: absolute;
  left: 20%;
  top: 60%;
}

.image-request .button {
  border: none;
}
.image-request button:hover,
.image-request input:hover[type="button"],
.image-request input:hover[type="reset"],
.image-request input:hover[type="submit"],
.image-request .button:hover,
.image-request .entry-content .button:hover {
  background-color: #8e4a94;
  color: white;
  border: none;
}

.news-image img {
  padding: 4px;
  border: 1px solid #eee;
}

.news-title {
  margin-bottom: 5px;
}

h4.pub-date {
  font-size: 16px;
}

.gi-video {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.gi-video .text {
  float: left;
  width: 25%;
  padding-top: 20px;
}
.gi-video .video {
  float: right;
}

/*
Page Styles
----------------------------------------------------------------------------- */
/*Home*/
.home, .home h1, .home h2, .home h3, .home h4 {
  color: #fff;
}

.home .panel .wrap {
  max-width: 100%;
  overflow: hidden;
}

.nav-secondary .wrap {
  max-width: 1200px;
}

.nav-primary .wrap {
  max-width: 1200px;
}

.home .site-inner {
  display: none;
}

/*Promos*/
.promotions {
  margin: 0rem 0 0 0;
}

.promo-display {
  background: #505533;
}

.flip {
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9;
}

.promo-display:hover .flip {
  display: block;
}

.promo-details.flip .inner {
  padding: 0 20px;
  padding: 0 2rem;
}

.flip .cta_copy {
  display: table-cell;
  vertical-align: middle;
}

.promo-details {
  padding: 3rem;
}

.promo-details:hover {
  background: -moz-radial-gradient(center, ellipse cover, rgba(43, 38, 30, 0.5) 0%, rgba(48, 32, 3, 0.88) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(43, 38, 30, 0.5)), color-stop(100%, rgba(48, 32, 3, 0.88)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(43, 38, 30, 0.5) 0%, rgba(48, 32, 3, 0.88) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(43, 38, 30, 0.5) 0%, rgba(48, 32, 3, 0.88) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(43, 38, 30, 0.5) 0%, rgba(48, 32, 3, 0.88) 100%);
  background: radial-gradient(ellipse at center, rgba(43, 38, 30, 0.5) 0%, rgba(48, 32, 3, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#802b261e', endColorstr='#e0302003',GradientType=1 );
}

.promo-details .inner {
  color: #fff;
  display: table;
  padding: 12rem 2rem 0 2rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.55s;
  transition: opacity 0.35s, transform 0.55s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.promo-details:hover .inner {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.promo_cta_title {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.promo_cta_text {
  font-size: 2rem;
}

p.promo_cta_link {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 4rem;
  text-transform: uppercase;
}

p.promo_cta_link:hover {
  border: none;
  background: rgba(255, 255, 255, 0.3);
}

/*Mission*/
.panel.mission {
  background: #7f3f6b;
  background: url(images/fern.svg) no-repeat center center, -moz-radial-gradient(center, ellipse cover, #7f3f6b 0%, #5d304e 100%);
  background: url(images/fern.svg) no-repeat center center, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #7f3f6b), color-stop(100%, #5d304e));
  background: url(images/fern.svg) no-repeat center center, -webkit-radial-gradient(center, ellipse cover, #7f3f6b 0%, #5d304e 100%);
  background: url(images/fern.svg) no-repeat center center, -o-radial-gradient(center, ellipse cover, #7f3f6b 0%, #5d304e 100%);
  background: url(images/fern.svg) no-repeat center center, -ms-radial-gradient(center, ellipse cover, #7f3f6b 0%, #5d304e 100%);
  background: url(images/fern.svg) no-repeat center center, radial-gradient(ellipse at center, #7f3f6b 0%, #5d304e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f3f6b', endColorstr='#5d304e',GradientType=1 );
  background-size: 900px 400px;
}

.panel.mission .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 3rem;
}

.panel.mission .hr {
  height: 2px;
  background: rgba(93, 48, 78, 0.8);
  -webkit-box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, 0.2);
}

.panel.mission p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Merriweather, Georgia, serif;
  font-size: 2.4rem;
  margin: 0;
  padding: 2rem 0;
  text-align: center;
}

/*Visit*/
.home .visit {
  background: url(assets/images/visit_panel.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

.home .visit .wrap {
  padding: 5rem 0;
  max-width: 1200px;
}

.home .visit h2 {
  text-align: center;
  font: italic 700 5rem Merriweather, serif;
  color: #FFF;
}

.home .visit .subpanel {
  padding: 2rem;
}

.home .visit p.subhead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}

.home .visit .left {
  width: 40%;
  float: left;
}

.home .visit .left p {
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
}

.hours p {
  text-align: center;
  font-weight: 700;
}

.visit p.cap {
  font-family: Merriweather, serif;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hours {
  margin: 0 0 5rem;
}

.hours p.sub {
  font-weight: 400;
  font-style: italic;
}

table#admission {
  width: 40%;
  margin: 0 auto;
}

.upcoming {
  text-align: center;
}

.upcoming a {
  color: rgba(150, 178, 37, 0.4);
  font-size: 3rem;
  font-weight: 900;
}

.upcoming i {
  color: rgba(150, 178, 37, 0.4);
  font-size: 5rem;
  margin-right: 1rem;
}

.visit .right {
  width: 60%;
  float: right;
}

.visit .box {
  width: 50%;
  float: left;
  margin-bottom: 3rem;
}

.visit .box img {
  margin: 0;
  padding: 0;
}

.visit .box a {
  background: rgba(151, 76, 145, 0.5);
  display: block;
  font-weight: 700;
  width: 265px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 10px 0;
}

.support {
  background: url(assets/images/support_panel.jpg) no-repeat center center;
  padding: 8rem 0;
  position: relative;
}

.support .wrap {
  width: 80%;
  margin: 0 auto;
}

.support a {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  width: 30%;
  margin-right: 2.564102564102564%;
  position: relative;
}

.support a:last-of-type {
  margin: 0;
}

.support a img {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(96, 91, 82, 0.5);
  border-bottom: 1px solid rgba(96, 91, 82, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.support .caption {
  position: absolute;
  bottom: 2rem;
  left: 5%;
  color: #fff;
  z-index: 2;
  width: 90%;
  padding: 15px 0 0 15px;
}

.support a:hover img {
  opacity: .70;
}

.membership .caption {
  background: rgba(171, 55, 116, 0.8);
}

.membership p.small {
  margin: 0;
}

.membership p.large {
  font-family: Merriweather, Georgia, serif;
  font-size: 4.5rem;
  margin: 0;
}

.give .caption {
  background: rgba(141, 175, 57, 0.8);
}

.give p.large {
  font-family: Merriweather, Georgia, serif;
  font-size: 4.5rem;
  margin: 0;
}

.give p.small {
  margin: 0;
}

.volunteer .caption {
  background: rgba(130, 53, 163, 0.8);
}

.volunteer p.large {
  font-family: Merriweather, Georgia, serif;
  font-size: 4.5rem;
  margin: 0;
}

.volunteer p.small {
  margin: 0;
}

.resources {
  background: linear-gradient(to bottom, rgba(19, 78, 94, 0.5) 0%, rgba(19, 78, 94, 0.5) 1%, rgba(100, 126, 56, 0.88) 100%), url(assets/images/Rainforest-boardwalk_21.jpg) no-repeat center center;
  overflow: hidden;
  background-size: cover;
}

.home .resources .wrap {
  max-width: 1200px;
  padding: 6rem 0;
}

.resources .box {
  float: left;
  margin-left: 0;
  margin-right: 2.564102564102564%;
  padding: 2rem;
  width: 30%;
}

.resources .box:last-of-type {
  margin-right: 0;
}

.resources h5 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}

.resources .events li {
  list-style-type: none;
  line-height: 1.3;
  padding: 1rem;
}

.resources .events .featured-event-date {
  font-size: 15px;
}

.resources .events a {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.bloom a.post-featured-image-link img {
  border: 15px solid rgba(255, 255, 255, 0.2);
}

.bloom a:hover.post-featured-image-link img {
  border: 15px solid white;
}

.bloom a.post-title, .recent-post a.post-title {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-family: Merriweather, Georgia, serif;
  font-size: 2.4rem;
  font-style: italic;
  text-align: center;
}

.bloom a:hover.post-title, .recent-post a:hover.post-title {
  color: #fff;
}

.recent-post a.more-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-family: Merriweather, Georgia, serif;
  font-style: italic;
  padding: 0 0 0 2rem;
  text-transform: lowercase;
}

.recent-post a:hover.more-link {
  color: #fff;
}

.recent-post img {
  float: left;
  border: 15px solid rgba(255, 255, 255, 0.2);
}

/*Pages*/
.page h3 {
  color: #817C81;
}

/*Section Pages*/
.section .page h1.entry-title {
  text-align: center;
}

.section .child_page {
  height: 500px;
}

.child_pages .post_content {
  padding: 2rem 0;
}

.child_pages .post_content h4 {
  font-weight: 400;
  letter-spacing: -.5px;
  margin-top: .5em;
  font-size: 2.2rem;
  line-height: 1.2em;
}

.child_pages .post_content .post_excerpt {
  margin-top: .5em;
  font-size: 1.6rem;
  line-height: 1.611;
}

/*Visit Section*/
.hours-admissions-info {
  overflow: hidden;
  font-size: 2.2rem;
  margin: 0 0 2rem 0;
}

.hours-admissions-info .hours {
  width: 50%;
  float: left;
}

.hours-admissions-info .admission {
  width: 50%;
  float: right;
}

.hours-admissions-info table#admission {
  width: 80%;
}

.hours-admissions-info p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-align: center;
}

.hours-admissions p.cap {
  color: #8e4a94;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hours-admissions .hours p.sub {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

/*Garden Highlights*/
.garden-highlights .site-inner {
  max-width: 100%;
  padding: 0;
}

.garden-highlights .content {
  float: none;
  padding: 3rem 0;
}

.garden-highlights h1.entry-title {
  font-family: Roboto, sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.garden-highlights .entry-content {
  width: 70%;
  margin: 0 auto;
}

.garden-highlights .content li {
  font-size: 1.6rem;
  overflow: hidden;
  list-style-type: none;
}

.feature_copy {
  font-family: Merriweather, Georgia, serif;
  font-size: 2rem;
  width: 34%;
  color: #fff;
  height: 500px;
  padding: 4rem 6rem;
}

h3.feature_title {
  color: #fff;
  font-size: 3.6rem;
  font-style: italic;
  text-align: center;
  -webkit-text-stroke: 0px;
}

.feature_image {
  height: 500px;
  width: 66%;
  float: right;
}

.garden-highlights li .feature_copy {
  float: left;
}

li.conservatory .feature_copy {
  background: #BD4B9A;
}

li.epiphyte-garden .feature_copy {
  background: #AD3C2A;
}

li.fern-garden .feature_copy {
  background: #6F3853;
}

li.bamboo-garden .feature_copy {
  background: #456555;
}

li.banyan-grove .feature_copy {
  background: #82962B;
}

li.the-ann-goldstein-childrens-rainforest-garden .feature_copy {
  background: #0D5F65;
}

li.schimmel-wedding-pavilion .feature_copy {
  background: #A62F72;
}

li.mangroves-and-baywalk .feature_copy {
  background: #B4A33D;
}

li.bromeliad-garden .feature_copy {
  background: #2C598F;
}

li.butterfly-garden .feature_copy {
  background: #903427;
}

.garden-highlights #bx-pager {
  text-align: center;
  padding: 2rem 0;
}

.garden-highlights #bx-pager a {
  display: inline-block;
  padding: 1rem;
}

/*Children's Rainforest Garden*/
.crg .site-inner {
  max-width: 100%;
}

.crg .header {
  color: #817C81;
  width: 95%;
  margin: 0 auto;
}

.crg .title {
  width: 40%;
  float: left;
  padding-top: 3rem;
}

.crg h1 {
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.crg h1.name {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.crg .intro {
  width: 60%;
  float: right;
  padding: 0 0 0 3rem;
}

ul.image-grid.crg li {
  width: 48%;
  height: 680px;
  margin: 0 3rem 0 0;
  padding: 0 3rem;
}

ul.image-grid.crg li:nth-child(even) {
  float: right;
  margin: 0;
}

.content ul.image-grid.crg li {
  height: auto;
  margin: 0 2% 0 0;
}

.content ul.image-grid.crg li:nth-child(2n+1) {
  clear: both;
}

.crg_features_copy {
  font-weight: 300;
}

.crg_feature_title {
  text-transform: uppercase;
}

/*Board of Trustees*/
.board-trustees h1.entry-title {
  margin-bottom: 8px;
}

.board-trustees h2 {
  font-family: Roboto, sans-serif;
  padding-bottom: 3rem;
}

.board-trustees .name {
  font-weight: 500;
  font-size: 24px;
  padding-top: 1.5rem;
}

.board-trustees .role {
  font-weight: 300;
  padding-bottom: 1.5rem;
}

.board-trustees .bio {
  font-size: 15px;
}

.school-programs .tours {
  font-weight: 400;
  font-size: 1.5rem;
  overflow: hidden;
}

.school-programs .tours h2 {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  text-align: center;
}

.school-programs .tours h3 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-align: center;
}

.school-programs .tours p {
  margin: 0 0 10px 0;
}

.school-programs .tours .one-half {
  margin: 0;
  padding: 0 40px;
}

.school-programs .tours:nth-of-type(even) {
  margin-top: 30px;
}

.DTTT_button_xls, .DTTT_button_copy, .DTTT_button_csv {
  display: none;
}

.annual-fund-2014 .page-top .main {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 200px 0 30px 25%;
  padding: 30px;
  width: 65%;
}

.annual-fund-2014 .page-top .main h1.entry-title {
  font-size: 60px;
  text-shadow: 0 0 8px #3F2C1B;
}

.annual-fund-2014 .page-top .main h2.entry-subtitle {
  color: #ffffff;
  font-family: Merriweather, Georgia, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  text-shadow: 0 0 8px #3F2C1B;
}

.annual-fund-2014 .entry-content {
  font-family: Merriweather, Georgia, serif;
  text-align: center;
  padding: 0 50px;
}

.annual-fund-2014 .entry-content .intro {
  font-style: italic;
  font-size: 20px;
  line-height: 1.7;
}

.annual-fund-2014 .entry-content .accent {
  color: #719329;
  font-size: 24px;
  font-weight: 700;
}

.annual-fund-2014 .centered-share {
  display: none;
}

/*
Sidebar
----------------------------------------------------------------------------- */
/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  color: #999;
}

.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 20px;
  padding: 2rem;
}

.sidebar .enews-widget {
  background-color: #333;
}

.widget_theme_navigation, .tribe-events-adv-list-widget {
  background: rgba(232, 230, 227, 0.3);
}

.widget_theme_navigation .widget-wrap, .tribe-events-adv-list-widget .widget-wrap {
  background: #fff;
  padding: 20px;
}

/*
Blog
----------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.single-post h1.entry-title {
  color: #4f6425;
  line-height: 1;
}

.blog h1.entry-title {
  line-height: 1;
}

.blog h1.entry-title a {
  color: #4f6425;
  font-size: 24px;
  line-height: 1;
}

.entry-content a {
  color: #96b225;
}

.entry-content a:hover {
  color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
  margin-left: 40px;
  margin-left: 4rem;
}

.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 .search-form {
  width: 50%;
}

.entry-meta {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

.entry-meta a {
  border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  margin: 0 -40px;
  margin: 0 -4rem;
  padding: 32px 40px 8px;
  padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
  display: block;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 40px 0;
  margin: 4rem 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #f15123;
}

.entry-pagination a {
  border-bottom: 1px solid #ddd;
}

/* Weddings */
.weddings .site-inner {
  background: #A8AE66;
  color: #E2E4CC;
  max-width: 100%;
}

.weddings .content-sidebar-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.weddings-main .content {
  width: 750px;
}

.weddings-main .sidebar-primary {
  width: 450px;
}

.weddings-main .entry-header {
  margin: 0px 0 0 10rem;
}

.weddings-main .page-top .main {
  margin-top: 0;
}

.weddings-main .page-top .main h1.entry-title {
  background: url(images/weddings-01.svg) no-repeat;
  background-size: 600px 344px;
  width: 600px;
  height: 344px;
  font-size: 16rem;
  margin-left: 5rem;
  text-indent: -9999px;
  -webkit-text-stroke: 0;
}

.weddings .page h1.entry-title {
  color: #E2E4CC;
}

.weddings h2 {
  color: #E2E4CC;
  font-weight: 400;
  text-transform: uppercase;
}

.weddings h2.subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-family: Roboto, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  margin-top: -15rem;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
}

.weddings-main .entry-content h3 {
  font-family: Merriweather, Georgia, serif;
  color: #80812C;
  font-size: 4.5rem;
  text-align: center;
  font-style: italic;
}

.weddings-main .entry-content p {
  font-size: 2.2rem;
  line-height: 2;
}

.weddings-main .sidebar {
  color: #E2E4CC;
  padding: 5rem;
}

.weddings .sidebar .widget {
  background: transparent;
  margin: 0;
}

.weddings .sidebar h3.widget-title {
  color: #80812C;
  font-family: Roboto, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
}

h4.venue-name {
  color: #E2E4CC;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.venue-rentals-at-selby-gardens h2.tablepress-table-name {
  color: #966B95;
  text-align: center;
}

.venue-rentals-at-selby-gardens .tablepress-id-11 {
  line-height: 1.2;
}

.venue-rentals-at-selby-gardens .tablepress thead th {
  background-color: #E2E4CC;
  color: #A8AE66;
  font-size: 15px;
}

.tablepress-id-11 td {
  width: 16.667%;
  text-align: center;
}

.tablepress-id-11 .column-1 {
  font-size: 15px;
  font-weight: bold;
  width: 10%;
}

.venue-rentals-at-selby-gardens .tablepress-id-12 {
  line-height: 1.2;
}

.tablepress-id-12 td {
  width: 16.667%;
  text-align: center;
}

.tablepress-id-12 .column-1 {
  font-size: 15px;
  font-weight: bold;
  width: 10%;
}

.sidebar li.venue-list {
  margin: 0 0 2rem 0;
}

.venue-list p {
  font-size: 16px;
  font-weight: 400;
}

/*Wedding Galleries*/
.wedding-galleries .content {
  width: 100%;
}

.wedding-galleries .album {
  width: 33%;
  float: left;
}

a.wedding-thumb {
  border: 15px solid rgba(226, 228, 204, 0.5);
  display: block;
  max-width: 300px;
}

a:hover.wedding-thumb {
  border: 15px solid #e2e4cc;
}

.wedding-galleries .album-info {
  background: #E2E4CC;
  color: #4f6425;
  max-width: 300px;
  padding: 2rem;
}

p.couple-name {
  font-family: Merriweather, Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.wedding-galleries p.photo-credit {
  font-size: 14px;
  line-height: 1;
  margin: 16px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

.wg .content {
  padding: 30px 0 30px 30px;
}

.wg h1.entry-title {
  font-family: Merriweather, Georgia, serif;
  font-weight: 400;
  font-size: 42px;
  font-style: italic;
  text-align: center;
}

.wg .entry-content {
  padding: 0 0 0 80px;
}

.page.weddings .entry-content a, .page.weddings .content a {
  color: #966B95;
}

.wedding-rates h2.tablepress-table-name {
  color: #966B95;
  text-align: center;
}

.wedding-rates .tablepress-id-5 {
  line-height: 1.2;
}

.wedding-rates .tablepress thead th {
  background-color: #E2E4CC;
  color: #A8AE66;
  font-size: 15px;
}

.tablepress-id-5 td {
  width: 16.667%;
  text-align: center;
}

.tablepress-id-5 .column-1 {
  font-size: 15px;
  font-weight: bold;
  width: 10%;
}

.walkway {
  background: url(assets/images/baywalk.jpg) no-repeat center center;
}

.walkway .wrap {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}

.walkway .wrap img {
  background: rgba(142, 74, 148, 0.5);
  padding: 20px;
  margin-right: 30px;
}

.walkway .wrap h3 {
  font-size: 30px;
  -webkit-text-stroke: 0;
}

.walkway .wrap p {
  font-size: 24px;
  color: #181D21;
}

.walkway .wrap a.sbutton {
  border-radius: 4px;
  display: block;
  padding: 10px;
  color: #fff;
  background: #8e4a94;
  float: right;
  margin-right: 100px;
}

.walkway .wrap a:hover.sbutton {
  background: rgba(142, 74, 148, 0.5);
}

.newsletter input[type='checkbox'] {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline;
  width: 2rem;
}

/*
Page Styles
----------------------------------------------------------------------------- */
/*
Event Styles
----------------------------------------------------------------------------- */
/*Calender and Events*/
article.type-event {
  border: 1px solid #E6E7E7;
}

.entry-meta hr {
  border: none;
  height: 1px;
  background-color: #E6E7E7;
}

.event-entry-header img {
  background: #f0f4e5;
  margin: 0;
}

.event-sub-header {
  background: #f0f4e5;
  padding: 1rem 0 1rem 2rem;
  margin: 0;
}

.event-sub-header h1.entry-title {
  color: #768A3F;
  margin: 0;
}

h2.secondary-title {
  color: #768A3F;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

h2.event-date {
  color: #58672F;
  font-size: 18px;
}

.type-event .sd-content {
  padding: 0 0 0 2rem;
}

.type-event .entry-content {
  padding: 2rem 2rem 2rem 2rem;
}

.sponsors h5 {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

.logos {
  text-align: center;
  max-width: 800px;
}

.logos img {
  max-width: 150px;
}

footer.entry-meta {
  padding: 0 0 2rem 2rem;
}

/*Featured Events*/
.featured-events h1.entry-title {
  letter-spacing: 4px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

ul.image-grid li.fe {
  width: 47%;
}

.featured-events ul.image-grid li:nth-child(3n+3) {
  margin: 0 5% 5% 0;
}

.featured-events ul.image-grid li:nth-child(2n) {
  margin-right: 0;
}

.fe:hover {
  border: 10px solid #DFE7CA;
}

.content .featured-events p {
  padding: 0 150px 0 150px;
  margin: 0 0 20px 0;
  text-align: center;
}

/*Event List Shortcode*/
ul.eo-events-shortcode {
  margin: 0 0 0 0;
}

ul.eo-events-shortcode li {
  list-style-type: none;
  margin: 0 0 20px 0;
}

ul.eo-events-shortcode h2.secondary-title {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}

.pricing {
  border-top: 1px solid #E6E7E7;
}

.pricing h4 {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.pricing li {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/*
Sidebar
----------------------------------------------------------------------------- */
/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  color: #999;
}

.sidebar a {
  border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 40px;
  padding: 4rem;
}

.sidebar .enews-widget {
  background-color: #333;
}

/*
Orchid Ball
----------------------------------------------------------------------------- */
.ob {
  background: #000;
  font-family: Montserrat;
  color: #fff;
}

.ob .header {
  background: url(images/ob-header.jpg) no-repeat top center;
  height: 756px;
}

.t-s {
  width: 1000px;
  margin: -300px auto 0 auto;
  overflow: hidden;
}

.sponsorship {
  width: 50%;
  float: left;
  text-align: center;
}

.sponsorship a.button {
  background: #972690;
}

.purchase {
  float: right;
  width: 50%;
  text-align: center;
}

.purchase a.button {
  background: #543293;
  text-align: center;
}

.sponsors {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
  font-size: 16px;
}

.sponsors h2 {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.sponsor-list {
  float: left;
  margin-right: 20px;
  width: 23%;
}

.sponsor-list li {
  list-style-type: none;
}

.committee {
  width: 1000px;
  margin: 0 auto 70px auto;
  overflow: hidden;
}

.committee h2 {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
}

.chairs {
  float: left;
  margin-bottom: 30px;
}

.group {
  float: right;
}

.comm p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.chairs p {
  padding: 10px 0;
  text-align: center;
}

.group .columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
}

.footer {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.footer p {
  margin: 0;
}

/*
Media Queries
----------------------------------------------------------------------------- */
/*
Media Queries
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1900px) {
  .garden-highlights-slider .feature_copy {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 1600px) {
  .page.section .site-inner {
    padding: 0 20px;
    padding: 0 2rem;
  }

  .page.section .content {
    padding: 50px 0;
    padding: 5rem 0;
  }

  .garden-highlights-slider .feature_copy {
    width: 40%;
  }

  .garden-highlights-slider .feature_image {
    width: 60%;
  }
}
@media only screen and (max-width: 1450px) {
  .support .give p.large,
  .support .membership p.large,
  .support .volunteer p.large {
    font-size: 30px;
    font-size: 3rem;
  }

  .section .child_pages .post_thumb {
    height: auto !important;
  }
}
@media only screen and (max-width: 1330px) {
  .garden-highlights-slider h3.feature_title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1250px) {
  .garden-highlights-slider .feature_copy {
    width: 44%;
  }

  .garden-highlights-slider .feature_image {
    width: 56%;
  }
}
@media only screen and (max-width: 1220px) {
  .site-header .wrap {
    max-width: 1200px;
    width: 100% !important;
  }

  .title-area {
    float: left;
    position: static !important;
  }

  .site-header {
    background-color: #fff;
    min-height: 158px;
  }

  .nav-header,
  .nav-primary,
  .nav-secondary,
  .site-header .widget-area {
    display: none;
  }

  #responsive-menu,
  .menu-toggle,
  .sub-menu-toggle {
    display: block;
  }

  #responsive-menu .genesis-nav-menu a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.7;
    padding: 10px 18px;
    padding: 0 1.8rem;
  }

  #responsive-menu .genesis-nav-menu .menu-item,
  #responsive-menu .genesis-nav-menu .sub-menu a {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
  }

  #responsive-menu .genesis-nav-menu .sub-menu a {
    background-color: #333;
    border: 0 none;
    color: #bca989;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 0 30px;
  }

  #responsive-menu .genesis-nav-menu .sub-menu .sub-menu a {
    padding-left: 40px;
  }

  #responsive-menu .genesis-nav-menu .sub-menu {
    background-color: #222;
    border: 0 none;
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%;
  }

  #responsive-menu .genesis-nav-menu a:hover,
  #responsive-menu .genesis-nav-menu .current-menu-item > a,
  #responsive-menu .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background: #333;
    box-shadow: none;
    color: #809820;
  }

  .home .panel.visit .wrap {
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
  }

  .panel.support .wrap {
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
    text-align: center;
    width: 100%;
  }

  .panel.support a {
    display: inline-block;
    float: none;
    text-align: left;
  }

  .content-sidebar .content,
  .sidebar-content .content {
    display: inline-block;
    padding: 50px 0 50px 50px;
    padding: 5rem 0 5rem 5rem;
    width: 800px;
  }

  .sidebar-content .content {
    padding: 50px 50px 50px 0;
    padding: 5rem 5rem 5rem 0;
  }

  .garden-highlights-slider .feature_copy {
    padding: 40px 30px 40px 50px;
    padding: 4rem 3rem 4rem 5rem;
  }
}
@media only screen and (max-width: 1120px) {
  .content-sidebar .content,
  .sidebar-content .content,
  .page.weddings .content {
    width: 700px;
  }

  .page.weddings .sidebar-primary {
    padding: 20px;
    padding: 2rem;
    width: 300px;
  }
}
@media only screen and (max-width: 1040px) {
  .selby-page-header.membership .page-top .main,
  .selby-page-header.membership .page-top .sub,
  .selby-page-header .page-top .main,
  .selby-page-header .page-top .sub,
  .page-top .main,
  .page-top .sub {
    width: 100%;
  }

  .selby-page-header.with-tabs .page-top .inner {
    padding-bottom: 80px;
    padding-bottom: 8rem;
  }

  .selby-page-header.with-tabs.membership .intro {
    padding-right: 0;
  }

  .site-container .page-header {
    max-height: 100%;
  }

  .page.weddings .page-top .entry-header {
    margin: 0 auto;
  }

  .page.weddings h1.entry-title,
  .page.weddings h2.subtitle {
    margin-left: 0;
    text-align: center;
  }

  .page.weddings h2.subtitle {
    margin-right: 160px;
    margin-right: 16rem;
  }

  .garden-highlights-slider .feature_copy {
    width: 48%;
  }

  .garden-highlights-slider .feature_image {
    width: 52%;
  }
}
@media only screen and (max-width: 1020px) {
  .content-sidebar .content,
  .sidebar-content .content,
  .page.weddings .content {
    padding: 50px;
    padding: 5rem;
    width: 600px;
  }

  .content-sidebar .content,
  .sidebar-content .content {
    display: inline-block;
    padding: 50px 0 50px 50px;
    padding: 5rem 0 5rem 5rem;
  }

  .sidebar-content .content {
    padding: 50px 50px 50px 0;
    padding: 5rem 5rem 5rem 0;
  }

  .full-width-content .content {
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
  }

  .content ul.image-grid.crg li {
    margin: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .garden-highlights-slider .feature_copy,
  .garden-highlights-slider .feature_image {
    width: 100%;
  }

  .garden-highlights-slider .feature_copy {
    height: auto;
    padding: 40px 50px;
    padding: 4rem 5rem;
  }

  .garden-highlights-slider h3.feature_title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 959px) {
  .hours .sub {
    float: none;
    width: 40%;
  }

  .visit .left p.sub {
    margin: 0 auto;
  }

  .visit .subpanel.left {
    width: 100%;
  }

  .visit .subpanel.right {
    float: none;
    margin: 0 auto;
    width: 80%;
  }

  .upcoming {
    clear: both;
  }

  .with-tabs .level-benefits {
    padding: 0 20px;
    padding: 0 2rem;
    width: 60%;
  }

  .with-tabs .membership-details {
    width: 40%;
  }
}
@media only screen and (max-width: 920px) {
  .content-sidebar .content,
  .sidebar-content .content,
  .page.weddings .content {
    width: 500px;
  }
}
@media only screen and (max-width: 840px) {
  .panel.support {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .panel.support a {
    margin: 0 auto 30px;
    margin: 0 auto 3rem;
    max-width: 480px;
    width: 100%;
  }

  .content-sidebar .content,
  .sidebar-content .content,
  .site-inner .sidebar-primary,
  .page.weddings .content,
  .page.weddings .sidebar-primary {
    padding: 50px 10px 0 10px;
    padding: 5rem 1rem 0 1rem;
    width: 100%;
  }

  .page.weddings .sidebar-primary {
    padding-bottom: 50px;
    padding-bottom: 5rem;
  }

  .site-inner .sidebar .widget {
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  .panel.resources .box {
    margin-right: 0;
    width: 100%;
  }

  .page .child_pages .child_page {
    width: 50% !important;
  }

  .crg .header .title,
  .crg .header .intro {
    padding-left: 0;
    width: 100%;
  }

  .crg .header .title {
    padding-bottom: 20px;
  }

  .page.weddings h1.entry-title {
    font-size: 100px;
    font-size: 10rem;
  }

  .page.weddings h2.subtitle {
    font-size: 30px;
    font-size: 3rem;
    margin-right: 90px;
    margin-right: 9rem;
  }

  .with-tabs.membership .content .main,
  .with-tabs.membership .content .sub {
    width: 100%;
  }

  .with-tabs.membership .content .sub {
    margin-top: 30px;
    margin-top: 3rem;
    padding: 30px 0 0 10px;
    padding: 3rem 0 0 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .visit .subpanel.right {
    width: 100%;
  }

  .crg .site-inner .header {
    width: 100%;
  }

  .content ul.image-grid.crg li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .visit table#admission {
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
    width: 100%;
  }

  .hours-admissions .hours.left,
  .hours-admissions .admission.right {
    width: 100%;
  }

  .page .child_pages .child_page {
    width: 100% !important;
  }

  .menu-toggle {
    font-size: 14px;
  }

  .page.weddings h1.entry-title {
    font-size: 70px;
    font-size: 7rem;
    text-align: left;
  }

  .page.weddings h2.subtitle {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 0;
    margin-top: -30px;
    margin-top: -3rem;
    text-align: left;
  }

  .with-tabs .membership-details,
  .with-tabs .level-benefits {
    width: 100%;
  }

  .with-tabs .level-benefits {
    padding: 0;
  }

  .with-tabs ul.slats li.membership-levels {
    margin-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .visit .right .box {
    width: 100%;
  }

  .selby-page-header h1.entry-title,
  .selby-page-header.membership h1.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
