/*
	Theme Name: San Antonio Zoo
	Template: genesis
	Template Version: 2.2.3
	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
	- Screen Reader Text
- 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
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## 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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.625;
	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;
}

a {
	color: #7BBD54;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0px;
	text-transform: uppercase;
}

h1, h2, h3 {
	font-family: 'Comfortaa', sans-serif;
}

h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 20px;
	font-size: 2.0rem;
}

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;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	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;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #7BBD54;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 15px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #F29C52;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
	width: 100%;
}

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding-top: 0px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

.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;
}

/* ## 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;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## 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;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

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-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	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 {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #4F463E;
	margin-top: 40px;
}

.site-header > .wrap {
	padding: 0px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 250px;
	padding: 0;
}

.header-full-width .title-area {
	float: left;
	width: 100%;
	padding-left: 20px;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	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;
	margin-top: 30px;
}

.site-header .widget-area a {
	color: #fff;
	font-size: 16px;
	font-size:1.6rem;
	font-weight: 600;
	text-decoration: none;
}

.site-header .widget-area a:hover {
	color: #F09C59;
}


span.op-closed {
    color: #6AAF47 !important;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 15px 50px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.genesis-nav-menu li a:hover {
	color: #F29C52;
	text-decoration: none;
}

.genesis-nav-menu li:first-child a {
    padding: 15px 50px 15px 0px;
}

.genesis-nav-menu li:last-child a {
    padding: 15px 0px 15px 50px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #F29C52;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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 {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #4F463E;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0px;
}

.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;
	margin-bottom: 8px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	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 a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets .wrap {
	max-width: 1024px;
}

.footer-widgets {
	background-color: #4F463E;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
	padding: 60px 0;
	border-top: 1px solid #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
}

.footer-widgets h2,
.footer-widgets h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets h2 {
	padding-bottom: 10px;
}

.footer-widgets h3 {
	padding-bottom: 5px;
}

.footer-widgets h3 {
	text-transform: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets .widget-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

.footer-widgets .widget ul > li {
    margin-bottom: 0px;
    padding-bottom: 5px;
    text-indent: 15px;
}

.footer-widgets .widget ul > li a {
    color: #fff;
}

.footer-widgets-2 .textwidget h2 a {
	color:#fff;
	text-decoration: underline;
}

.footer-widgets-2 .textwidget h2 a:hover {
	text-decoration: none;
}


/* 4-Column Footer (Overrides default 3-column setup in Genesis, so that code must remain in place)
---------------------------------------------------------------------------*/

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3, 
.footer-widgets-4 {
	width: 21.875%; /* 252px / 1152px */
}

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3 {
	float: left;
	margin-right: 4.166666666%; /* 48px / 1152px */
}
.footer-widgets-4 {
	float: right;
}

@media only screen and (max-width: 768px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 47.9166666666%; /* 552px / 1152px */
	}
	
	.footer-widgets-2 {
		float: right;
		margin: 0;
	}

}

@media only screen and (max-width: 480px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #4F463E;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.container-subscribe {
	text-align: center;
	background: url(images/spotted-pattern-blue.png) repeat;
	border-bottom: 1px solid #ffffff;
}

.container-footer {
	background: #4F463E;
}

.container-subscribe .widget,
.footer-social-icons .widget {
	max-width: 1280px;
    width: 98%;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
}

.footer-social-icons img {
	margin: 0px 15px;
}



/* Uniques to Site
---------------------------------------------------------------------------------------------------- */

/*Global*/

body .container {
    max-width: 1280px;
    width: 98%;
    margin: 0 auto;
    float: none;
}

.container-fullwidth .vc_row.vc_column-gap-15,
.container-fullwidth .vc_row.vc_column-gap-30,
.container-fullwidth .vc_row.vc_column-gap-35,
.container-900 .vc_row.vc_column-gap-15,
.container-900 .vc_row.vc_column-gap-30,
.container-900 .vc_row.vc_column-gap-35 {
	margin-left: 0px; 
    margin-right: 0px;
    margin: 0 auto;
}

.container .vc_row.vc_column-gap-15,
.container .vc_row.vc_column-gap-30,
#plan-your-visit .vc_row.vc_column-gap-30 {
    margin-left: 0px; 
    margin-right: 0px;
    margin: 0 auto;
}

body .container-plan,
body .container-grid {
    max-width: 1280px;
    width: 98%;
    margin: 0 auto;
    float: none;
}

body .container-ticket {
    max-width: 900px;
    width: 98%;
    margin: 0 auto;
    float: none;
}

body .container-content {
    max-width: 1280px;
    width: 98%;
    margin: 0 auto;
    float: none;
    padding-top: 150px;
    padding-bottom: 50px;
}

body .container-900 {
    max-width: 900px;
    width: 98%;
    margin: 0 auto;
    float: none;
}

body .container-800 {
    max-width: 800px;
    width: 98%;
    margin: 0 auto;
    float: none;
}

.left-col-content {
	padding-right: 80px !important;
}

.left-col-content h4 {
	color: #1cace1;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    padding-bottom: 15px;
    text-transform: none;
    font-size:
}

.right-col-content {
	border: 1px solid #DADADA;
	padding-top: 30px;
	padding-right: 30px !important;
	padding-bottom: 30px;
	padding-left: 30px !important;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}

.right-col-content .copy-sml {
	font-size: 14px;
}

.page-title {
	background: url(images/pattern-giraffe.gif) repeat;
	padding: 30px 0px;
	border-bottom: 1px solid #DADADA;
	text-align: center;
}

.page-title h1 {
	color: #1CACE1;
}

.container-900 h3,
.container-grid h3 {
	color: #1CACE1;
	padding-bottom: 15px;
}

.container-900 h2 {
	font-size: 18px;
	color: #1CACE1;
	padding-bottom: 8px;
}

#blue-box-top-container {
	display: block;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 70%;
    color: #fff;
    text-align: center;
}

.blue-box-top {
	padding: 30px 0px 10px 0px;
}

.blue-box-top h2,.blue-box-top h3 {
	font-family: 'Comfortaa', sans-serif;
}

.blue-box-top h3 {
	padding-bottom: 10px;
}

.btnHolder {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
}

.donate .btnHolder {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
}

.btnGreen {
	display: inline-grid;
	position: relative;
	margin-bottom: 15px;
}

.btnGreen a {
	background-color: #7BBD54;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}

.btnGreen a:hover {
	background-color: #4F463E;
}

.btnOrange {
	display: inline-grid;
	position: relative;
	margin-bottom: 15px;
}

.btnOrange a,
.donate .vc_btn3-container a {
	background-color: #F29C52;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;

}

.btnOrange a:hover,
.donate .vc_btn3-container a:hover {
	background-color: #4F463E !important;
}

.cta-box-headline h2 {
	text-transform: uppercase;
}

.cta-box-copy p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 23px;
	line-height: 2.3rem;
}

.border-gray {
	border: 1px solid red;
}

#plan-your-visit {
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin-top: 50px;
	padding: 50px 0px;
}

#plan-your-visit .left-col {
	border: 1px solid #DADADA;
	background: #fff;
}
#plan-your-visit .right-col {
	background: red;
}

.two-col-grid .wpb_text_column {
	margin-right: 40px;
}

.wpb_text_column h4 {
	padding-bottom: 10px;
	color: #1CACE1;
}

.icon-holder img {
	margin-right: 20px;
}

.icon-holder img:last-child {
	margin-right: 0px;
}




/* Utility Bar
--------------------------------------------- */
.utility-bar {
	background-color: #7BBD54;
	border-bottom: 0px solid #ddd;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	text-transform: uppercase;
	line-height: 1;
	display:block;
	width: 100%;
	top:0;
	position: fixed;
	z-index: 9999;
}

.utility-bar .wrap {
	width: 100%;
	max-width: 1280px;
	height: auto;
	display: block;
}

.utility-bar .widget {
    margin-bottom: 0px;
    word-wrap: break-word;
}

.utility-bar a {
	color: #ffffff;
	text-decoration:none;	
	width: auto;
	display: inline;
}

.utility-bar img {
	margin-left: 10px;
	border-style: none;
}

.utility-bar a:focus,
.utility-bar a:visited {
  border: none;
  outline: none;
}

.utility-bar a:hover {
	text-decoration: none;
	color: #ffffff;
}

.utility-bar-left {
	width: auto;
	font-weight: 700;
}

.utility-bar-left,
.utility-bar-right {
	width: auto;
	font-weight: 700;
}

.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}m

.utility-bar-left p {
	margin-top: 10px;
	font-weight: 700;
}

.utility-bar-left p a {
	color: #FFD52F;
	text-decoration: underline;
}

.utility-bar-left {
	float: left;
	padding: 10px 10px;
}

.utility-bar-right {
	float: right;
	text-align: right;
	font-weight: 700;
	height: auto;
	display: inline-block;
}

.utility-bar-left a {
	margin-right: 20px;
}

.utility-bar-left a:hover {
	color: #4F463E; 
}

.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}

.menuBuyTickets a,
.menuMemberships a,
.menuDonate a {
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 10px 25px;
	position: relative;
	float: right;
}

.menuShoppingcart {
	position: relative;
	top:10px;
}

.menuBuyTickets a {
	background: #F29C52;
}

.menuMemberships a {
	background: #663F91;
}

.menuDonate a {
	background: #E83838;
}

.menuBuyTickets a:hover,
.menuMemberships a:hover,
.menuDonate a:hover {
	background: #1CACE1;
}

.menuBuyTickets a::before,
.menuMemberships a::before,
.menuDonate a::before {
	font-family: FontAwesome;
    font-weight: 200;
    font-size: 20px;
    margin-right: 10px;
}

.menuBuyTickets a::before {
	content: "\f145";
}

.menuMemberships a::before {
	content: "\f2c2";
}

.menuDonate a::before {
	content: "\f004";
}

/*Mobile Menu Styling
---------------------------------------*/

.mobmenu_content a::before {
    font-family: FontAwesome;
    font-weight: 200;
    font-size: 20px;
    margin-right: 10px;
}

.mobTickets {
	background: #F29C52;
	border-bottom: 1px solid #4F463E;
	margin-top: 20px;
}

.mobMemberships {
	background: #65428F;
	border-bottom: 1px solid #4F463E;
}

.mobDonate {
	background: #E53A3E;
	border-bottom: 1px solid #4F463E;
}

.mobTickets a:hover,.mobMemberships a:hover,.mobDonate a:hover {
	background: #1CACE1;
}

.mobTickets a::before {
	content: "\f145";
}

.mobMemberships a::before {
	content: "\f2c2";
}

.mobDonate a::before {
	content: "\f004";
}

.mobSchool,.mobConservation,.mobHost {
	background: #7DBC5A;
	border-bottom: 1px solid #4F463E;
}

.mobSchool a::before {
	content: "\f02d";
}

.mobConservation a::before {
	content: "\f0ac";
}

.mobHost a::before {
	content: "\f133";
}

.utility-bar-left li,
.utility-bar-right li {
	display: inline;
	list-style-type:none;
}

.btnMenuSpanish a {
	margin-right: 20px;
	text-transform: uppercase;
}

.btnMenuSpanish a:hover {
	color: #FFD52F;
}
#menu-item-4188 {
	font-size: 20px;
	margin-right: 30px;
}

.whats-happening h2,
.schedule h2 {
	color: #1CACE1;
	font-weight: 400;
}
.whats-happening h3,
.schedule h3  {
	color: #7BBD54;
	font-weight: 400;
}

.whats-happening h4 {
	color: #1CACE1;
	font-weight: 700;
	text-transform: uppercase;
}

.whats-happening h5 {
	color: #7BBD54;
	font-weight: 400;
}

.whats-happening .vc_single_image-wrapper  {
    background-color: #000;
}

.whats-happening img:hover {
   opacity:0.5;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
/*Plan Your Visit - FAQ - Parking Buttons
---------------------------------------------*/

#plan-your-visit table {
	margin-bottom: 0px;
	line-height: 0;
	background: #fff;
}

#plan-your-visit .btn-lrg-FAQ table {
	border: 1px solid #663F91;
	background: #fff url(images/arrow-purple.png) no-repeat right center;
}


#plan-your-visit .btn-lrg-parking table {
	border: 1px solid #E83838;
	background: #fff url(images/arrow-red.png) no-repeat right center;
}

#plan-your-visit tbody {
    border-bottom: 0px;
}

#plan-your-visit table td:nth-child(1) {
    width: 290px;
}

#plan-your-visit table td:nth-child(2) {
    padding-left: 20px;
    padding-right: 40px;
}

#plan-your-visit table td {
    vertical-align: middle;
    padding: 0;
    border-top: none;
    
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
  .btn-lrg-FAQ,
.btn-lrg-parking {
	min-height: 100px;
	display: inline-table;
	background-color: #fff;
	width: 100%;
}
.grid-text {
	width: 50%;
	float: right;
}
.btn-lrg-FAQ .wpb_wrapper,
.btn-lrg-parking .wpb_wrapper {
    border: 1px solid #DADADA;
    display: inline-block;
    width: 100%;
}
}

.btn-lrg-FAQ .wpb_wrapper a,
.btn-lrg-parking .wpb_wrapper a {
    text-decoration: none;
    color: #000;
}

.btn-lrg-FAQ .wpb_wrapper a h3 {
    color: #663F91;
}

.btn-lrg-parking .wpb_wrapper a h3 {
    color: #E83838;
}

#plan-your-visit p {
	margin: 0 0 0px;
	font-size: 14px;
	line-height: 16px;
}

.schedule-container {
	text-align: center;
}

/*Home - Purchase Section
---------------------------------------------*/

body .container-purchase {
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
    float: none;
}

.home-purchase-heading {
	text-transform: uppercase;	
}

.cta-box-headline {
	padding-top: 20px;
}

.home-member .cta-box-headline {
	padding-top: 20px;
}

.cta-box-copy {
	min-height: 130px;
	padding: 20px 20px;
}

.container-purchase .vc_btn3-container {
	background: #1CACE1;
	padding: 10px 0px;
}

.cta-box-btn .vc_btn3.vc_btn3-style-custom:hover {
    background-color: #4F463E !important;
    bottom: 0;
}

.home-experience .cta-box-copy {
	min-height: 152px;
}

.grid-img img {
    float: left;
    display: inline-block;
}



/*Zoo Grid
---------------------------------------------*/
.zooGrid {
	border: 1px solid #DADADA;
	overflow: hidden;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
	text-align: center;
}

.zooGrid:hover {
	background: #F29C52;
}

.zooGridImage {
	max-height: 280px;
	overflow: hidden;
	background: #fff;
}

.zooGridTitle {
	text-align: center;
}

.zooGridTitle h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	font-size: 1.7rem;
	line-height: 20px;
	line-height: 2rem;
	color: #4F463E;
	padding: 10px 10px;
	font-weight: 700;
}

.plain {
	text-decoration: none;
}

.zooGridTitle a:hover {
	text-decoration: none;
}

.zooGrid img:hover {
  	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.zooGrid img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-filter, -webkit-transform, filter, -webkit-transform;
    transition-property: filter, transform;
    will-change: transform;
    max-height: 280px;
}

.zooGridDescription p {
	color: #4F463E;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 1.5em;
}

.event-grid .vc_column-inner {
	border: 1px solid #DADADA;
	overflow: hidden;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
	text-align: center;
}

.event-grid img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-filter, -webkit-transform, filter, -webkit-transform;
    transition-property: filter, transform;
    will-change: transform;
    max-height: 280px;
}

.event-grid img:hover {
  	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*Hover Flip Box 4-col Grid
---------------------------------------------*/

.gridHover .vc_column-inner  {
    border: 1px solid #DADADA;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
} 

.gridHover h2 {
	font-size: 18px;
	color: #ffffff;
	padding: 7px;
}

.gridHover p {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
}

/*Hover 4-col Grid-Insider Tips
---------------------------------------------*/
.insider-tips-grid .gridHover h2 {
	font-size: 18px;
	color: #ffffff;
	padding: 7px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.insider-tips-grid .vc-hoverbox-wrapper {
	margin-bottom: 20px;
	max-height: 280px;
}

.insider-tips-grid .btnHolder {
	bottom: 0;
}

.insider-tips-grid .vc-hoverbox {
	min-height: 290px;
}

.insider-tips a {
	color: #663F91;
}

.insider-tips a:hover {
	color: #7BBD54;
}

/*Small CTAs - Global Item
---------------------------------------------*/
.cta-sml-funday .vc_btn3-container {
	background: #663F91;
	padding: 10px 0px;
	font-weight: 700;
}

.cta-sml-member .vc_btn3-container {
	background: #1CACE1;
	padding: 10px 0px;
	font-weight: 700;
}
.container-ticket h3 {
	text-transform: none;
}

.cta-sml-funday .vc_column-inner,
.cta-sml-member .vc_column-inner {
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}

/*Guest Information Buttons
---------------------------------------------*/

.btnFAQ .vc_btn3.vc_btn3-size-md,
.btnInsiderTips .vc_btn3.vc_btn3-size-md,
.btnDining .vc_btn3.vc_btn3-size-md {
	font-size: 16px;
    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: 60px;
    padding-right: 20px;
	font-family: 'Comfortaa', sans-serif;
	text-transform: uppercase;
}

.btnFAQ {
	border: 1px solid #7BBD54;
	margin-right: 20px;
}

.btnInsiderTips {
	border: 1px solid #663F91;
	margin-right: 20px;
}

.btnDining {
	border: 1px solid #1CACE1;
}

.btnFAQ .vc_btn3.vc_btn3-size-md,
.btnFAQ .vc_btn3.vc_btn3-style-custom:hover  {
    background: url(images/icon-faq.png) no-repeat 10px center;
}

.btnInsiderTips .vc_btn3.vc_btn3-size-md,
.btnInsiderTips .vc_btn3.vc_btn3-style-custom:hover {
    background: url(images/icon-insider-tips.png) no-repeat 10px center;
}

.btnDining .vc_btn3.vc_btn3-size-md,
.btnDining .vc_btn3.vc_btn3-style-custom:hover {
    background: url(images/icon-dining.png) no-repeat 10px center;
}

/*Insider Tips Box
---------------------------------------------*/
.insider-tips {
	border-color: #663F91 !important;
	margin-top: 50px !important;
}

.insider-tips h2 {
	font-size: 22px;
	color: #663F91 !important;
	padding-right: 50px;
	padding-bottom: 20px;
}

.insider-tips h2::before {
	content: url(images/icon-insider-tips.png);
	padding-right: 10px;
}

.insider-tips p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 30px 15px 0;
    padding: 0;
}

.events .insider-tips {
	margin-top: 20px !important;
}

.right-col-content h3 {
	color: #663F91;
}


/*Zoo FAQ
---------------------------------------------*/
.faq h4,
.vc_toggle h4 {
	font-family: 'Comfortaa', 'Open Sans', Arial, Helvetica, sans-serif;
	color: #1CACE1;
	text-transform: uppercase;
}

.vc_toggle_content h4 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #1CACE1;
	text-transform: none;
	font-size: 18px;
	padding-bottom: 10px;
}

.faq .vc_toggle_title,
.vc_toggle .vc_toggle_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #DADADA;
}

.faq .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon ,
.vc_toggle .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon {
	    top: 30% !important;
}

.two-col-grid .vc_toggle {
        margin: 0 40px 21.73913043px 0px !important;
}

.two-col-grid .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon {
    top: 30% !important;
}

.get-involved .vc_toggle .vc_toggle_title {
	padding-bottom: 10px;
	border-bottom: 0px solid #DADADA;
}

.vc_toggle_content .vc_btn3.vc_btn3-size-md {
    background-color: #F29C52;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.vc_toggle_content .vc_btn3.vc_btn3-size-md:hover {
    background-color: #4F463E !important;
}


/*Event Calendars
---------------------------------------------*/
.ai1ec-agenda-widget-view {
    max-width: 100% !important;
    padding-top:15px;
}

.ai1ec-agenda-widget-view .ai1ec-date-title {
    display: none;
}

.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today {
    border-top: 0 !important;
    background: #fff !important;
    background-repeat: no-repeat;
    width: 100% !important;
}

.ai1ec-agenda-widget-view .ai1ec-date-events {
    margin: 0 auto !important;
    text-align: left !important;
    width: 50% !important;
    display: table;
}

.right-col-content .ai1ec-agenda-widget-view .ai1ec-date-events {
    margin: 0 auto !important;
    text-align: left !important;
    width: 100% !important;
    display: table;
}

.ai1ec-agenda-widget-view .ai1ec-event {
    clear: right !important;
    padding: 5px 0px !important;
    position: relative !important;
    width: 100% !important;
    border-bottom: 1px solid #DADADA;
    display: table;
    margin: 0px 0 0px 0 !important;
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title {
    font-family: 'Open Sans';
    color: #505050;
    font-size: 14px;
    line-height: 20px;
    padding-left: 3px;
}

.ai1ec-agenda-widget-view .ai1ec-event-time {
    display: inline-block;
    min-width: 80px;
    text-align: left;
    color: #00abe3;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    padding-right: 2px;
}

.ai1ec-agenda-widget-view .ai1ec-event-time {
    display: inline-block;
    width: auto;
    text-align: left;
    color: #00abe3;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    padding-right: 2px;
}

.ai1ec-agenda-widget-view .ai1ec-event:last-child {
    border-bottom: 0px solid #DADADA;
    background: #ffffff !important;
}

.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
    border-top: 1px solid #e5e5e5 !important;
    background: #ffffff;
    background: none !important;
    background: -webkit-linear-gradient(#f2f2f2,#f2f2f2 1em,#fff);
    background: -moz-linear-gradient(top,#f2f2f2,#f2f2f2 1em,#fff);
    background: -ms-linear-gradient(#f2f2f2,#f2f2f2 1em,#fff);
    background: -o-linear-gradient(#f2f2f2,#f2f2f2 1em,#fff);
    background: linear-gradient(#f2f2f2,#f2f2f2 1em,#fff);
    background-repeat: no-repeat;
}

.ai1ec-load-view {
	display:  none;
}

/*Ticket Page
---------------------------------------------*/

.ticket .cta-box-copy {
    min-height: 120px;
}

.ticket .lrg-text-link a {
	color: #F29C52;
}

.ticket .lrg-text-link a:hover {
	color: #7BBD54;
}


/*Email Signup Form
---------------------------------------------*/
#email_signup {
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 2px solid #fff;
    border-left: 0px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 16px;
    width: 40%;
    margin-right: 30px;
}

#email_signup::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

#email_signup:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#email_signup::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

#email_signup_form button {
    background-color: #F29C52;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
}

#email_signup_form button:hover {
    background-color: #7BBD54;
}

/*Gravity Forms
---------------------------------------------*/
.zoo-form input {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

.zoo-form .file-upload input {
	background-color: RGBA(28, 172, 225, 0.20);
	border: 0px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

.zoo-form input[type="button"], .zoo-form input[type="submit"], .zoo-form .button {
    background-color: #7BBD54;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
}

.zoo-form input[type="button"]:hover, .zoo-form input[type="submit"]:hover, .zoo-form .button:hover {
    background-color: #F29C52;
}

/*Group Sales
---------------------------------------------*/

.vc_carousel-inner {
	margin: 0 auto;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.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 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1170px) {
	
	.nav-primary,
	.site-header {
    display:none;
	}
	
		.zooGridTitle {
	min-height: 60px;
	}

.utility-bar {
	background-color: #7BBD54;
	border-bottom: 0px solid #ddd;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	text-transform: uppercase;
	line-height: 1;
	display:block;
	width: 100%;
	top: 40px;
	position: fixed;
	z-index: 9999;
	}
	
	.utility-bar .wrap {
    width: 100%;
    max-width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
}

.white-col {
	background: #fff !important;
}

.ai1ec-agenda-widget-view .ai1ec-date-events {
    margin: 0 auto !important;
    text-align: left !important;
    width: 70% !important;
    display: table;
}

.ai1ec-agenda-widget-view .ai1ec-event-time {
    min-width: 0px;
}

.btn-lrg-FAQ .wpb_wrapper .grid,
.btn-lrg-parking .wpb_wrapper .grid {
	grid-template-columns: 175px 1fr;
	display: grid;
}

.btn-lrg-FAQ .wpb_wrapper .grid .grid-text,
.btn-lrg-parking .wpb_wrapper .grid .grid-text {
    padding: 10px 10px;
}

}



@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.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-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

		
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	
	
}

@media only screen and (max-width: 971px) {
	
	#menu-item-4188,
	#menu-item-4502,
	#menu-item-4181,
	#menu-item-4640,
	#menu-item-4893,
	#menu-item-5071 {
		display: none;
	}
	
}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.utility-bar .wrap {
		padding-left: 0%;
		padding-right: 0%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.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%;
	}	
	
	.entry-content {
		margin-top: 40px;
	}
	
	.btn-lrg-FAQ .wpb_wrapper .grid,
.btn-lrg-parking .wpb_wrapper .grid {
	display: inline-block;
	grid-template-columns: none;
}

.btn-lrg-FAQ .wpb_wrapper .grid .grid-text,
.btn-lrg-parking .wpb_wrapper .grid .grid-text {
    padding: 10px 10px;
}

}

@media only screen and (max-width: 500px) {


	.zooGrid {
		border: 1px solid #DADADA;
		overflow: hidden;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
		text-align: center;
		max-width: 290px;
		margin: 0 auto;
		min-height: 260px;
	}
	
	.zooGridImage {
    	height: 160px;
		overflow: hidden;
		background: #fff;
		width: 100%;
	}
	
	.zooEventGrid .zooGridImage {
    	height: 100%;
		overflow: hidden;
		background: #fff;
		width: 100%;
	}
	
	.menuBuyTickets a {
    	text-transform: uppercase;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 600;
		padding: 10px 10px;
		position: relative;
		float: right;
	}
	
}

@media only screen and (max-width: 420px) {
	
	.menuBuyTickets a, .menuMemberships a, .menuDonate a {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 8px 11px;
    position: relative;
    float: right;
    font-size: 14px;
    height: 40px;
}	

.utility-bar-left {
    display: none;
}

	.utility-bar-right {
    font-weight: 700;
    height: auto;
    display: inline-block;
    width: 100%;
	}

	#menu-item-4474,
	#menu-item-5025,
	#menu-item-4475 {
		width: 33.333333333333%;
	}



	.btnFAQ .vc_btn3.vc_btn3-size-md,
	.btnInsiderTips .vc_btn3.vc_btn3-size-md,
	.btnDining .vc_btn3.vc_btn3-size-md {
		width: 80px;
		height: 80px; 
	}
	
		
	.btnFAQ .vc_btn3.vc_btn3-size-md, .btnFAQ .vc_btn3.vc_btn3-style-custom:hover {
    	background: url(images/icon-faq.png) no-repeat center 5px;
	}
	
	.btnInsiderTips .vc_btn3.vc_btn3-size-md, .btnInsiderTips .vc_btn3.vc_btn3-style-custom:hover {
    	background: url(images/icon-insider-tips.png) no-repeat center 5px;
	}
	
	.btnDining .vc_btn3.vc_btn3-size-md, .btnDining .vc_btn3.vc_btn3-style-custom:hover {
    	background: url(images/icon-dining.png) no-repeat center 5px;
	}

	.btnFAQ .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty),
	.btnInsiderTips .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty),
	.btnDining .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    	padding-right: 0px;
	}

	.btnFAQ .vc_btn3.vc_btn3-icon-right,
	.btnInsiderTips .vc_btn3.vc_btn3-icon-right,
	.btnDining .vc_btn3.vc_btn3-icon-right {
    	text-align: center;
	}

	.btnFAQ .vc_btn3.vc_btn3-size-md,
	.btnInsiderTips .vc_btn3.vc_btn3-size-md,
	.btnDining .vc_btn3.vc_btn3-size-md {
    	font-size: 16px;
		padding-top: 40px;
		padding-bottom: 14px;
		padding-left: 0px;
		padding-right: 0px;
		font-family: 'Comfortaa', sans-serif;
		text-transform: uppercase;
	}

	.btnFAQ .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon,
	.btnInsiderTips .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon,
	.btnDining .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
	   display: none;
	}
	
	.whats-happening .vc_column-inner {
		margin-bottom: 20px;
	}
	
	.home-purchase-heading {
		margin-bottom: 10px !important;
	}
}




@media only screen and (max-width: 350px) {


	.zooGrid {
		border: 1px solid #DADADA;
		overflow: hidden;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
		text-align: center;
		max-width: 290px;
		margin: 0 auto;
		min-height: 260px;
	}
	
	.zooGridImage {
    	height: 120px;
		overflow: hidden;
		background: #fff;
		width: 100%;
	}
	
	
	
	
	
	

}



/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
