/*
Theme Name: Oklahoma Aquarium
Theme URI: http://underscores.me/
Author: AcrobatAnt
Author URI: http://acrobatant.com
Description: Custom theme for the Oklahoma Aquarium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ok-aquarium
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Oklahoma Aquarium is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 30px 0 !important;
}

td,
th {
	padding: 5px;
	border: 1px solid #ccc;bod
	border-collapse: collapse;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-size: .9rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	clear: both;
}

h1,h3,h4 { text-transform: uppercase; letter-spacing: .03em; }

h2 { font-size: 2.2em; color: #132048 }

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
}

#masthead { background: #d7df21; color: #132048; padding: 10px 0 0 0; position: relative; }
#masthead-container { width: 1200px; max-width: 100%; margin: 0 auto; position: relative; left: -40px; }

#notifications {
	background: #132048;
	color: #fff;
	padding: 5px 30px;
	text-align: center;
}
#notifications h3 { margin: 10px 0 20px 0; }
#notifications h3::before {
	content: url(/wp-content/themes/ok-aquarium/images/icon_notification.png);
	padding: 0 10px 0 0;
	position: relative;
	top: 7px;
}

#sub-header {
	background-color: #132048;
	background-image: url('/wp-content/themes/ok-aquarium/images/sub-banner.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 10%;
	text-align: center;
	border-top: 3px solid #fff;
}
#sub-header-container {
	display: table;
	height: 260px;	
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#sub-header.exhibit #sub-header-container {
	height: 400px;	
}
#sub-header-content {
	display: table-cell;
	height: 100%;	
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#sub-header h1 { 
	color: #ffffff;
	font-family: 'Oswald';
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 3.2em;
	letter-spacing: .03em;
	line-height: 1;
	width: 100%;
	margin: -4px 0 0 0;
	line-height: 1.2;
	text-shadow: 1px 2px 4px rgba(9,10,11,.4);
}

#main { font-size: 1.1em; line-height: 1.8; color: #4e4e4e; letter-spacing: .02em; border-bottom: 1px solid rgba(0,0,0,.1); }

.header-bar { margin: 3px 0; text-align: center; }
.header-bar h2, .header-bar h3, .header-bar h4 { margin: 0; text-transform: uppercase; letter-spacing: .03em; color: #fff; }
#plan-event-callout.header-bar h3 { display: inline; }
#plan-event-callout .vc_btn3-container .vc_btn3 { border-color: #fff !important; background: #097176 !important; color: #fff !important; font-size: 16px !important; text-transform: uppercase; letter-spacing: .03em; font-family: 'Oswald'; font-weight: bold; padding: 3px 16px !important; margin: 0 20px !important; }
#plan-event-callout .vc_btn3-container .vc_btn3:hover { background: #fff !important; color: #097176 !important; }

/* Home specific CSS */
#srm_gmp_embed_1 { margin: 0 !important; }
.location-callout h3, .location-callout h4 { line-height: 1; margin: 0; text-transform: uppercase; letter-spacing: .03em; }
.location-callout .vc_btn3-container .vc_btn3 { background: #d7df21 !important; border: 5px solid #fff; color: #132048 !important; font-family: 'Oswald'; text-transform: uppercase; font-size: 50px !important; font-weight: bold; line-height: 1.1; margin: 16px 0 26px; }
.location-callout .vc_btn3-container .vc_btn3:hover { background: #18a9af !important; }

#home-callouts .vc_column-inner, #home-callouts .wpb_wrapper { padding: 0 !important; }
#home-callouts h3 { display: block; width: 100%; }
#home-callouts h3 a { display: block; width: 100%; padding: 200px 0 20px 0; margin: 0; }
#home-callouts h3 a:hover { background: rgba(0,0,0,.7); color: #d7dd3b; }

#home-news { display: none; }

/* Sub specific CSS */
#featured-exhibit h3, #featured-exhibit p { margin: 0; }
#featured-exhibit { color: #fff; }

.feeding-schedule-sidebar { font-size: 14px; text-align: center; line-height: 1.4; }
.feeding-schedule-sidebar h3 { margin: 6px; padding: 8px 10px; }
.feeding-schedule-sidebar p { margin: 5px 0 15px 0; padding: 10px 0; }

.exhibit-grid { color: #fff; }
.exhibit-grid img { float: left; }
.exhibit-grid h3, .exhibit-grid p { float: right; }

.wpb_single_image figure.wpb_wrapper img.attachment-full { width: 100% !important; max-width: 100% !important; }

.vc_carousel-slideline .vc_carousel-slideline-inner .vc_item .vc_inner img { width: 100% !important; max-width: 100% !important; }

#membership-levels { line-height: 1.3; font-size: .95em; }
#sponsors h4 { margin: 0; }
#sponsors p { margin: 4px 0 30px 0; }

#feeding-schedule { font-size: .9em; margin: 0 !important; padding: 0 !important; width: 100%; display: block; }
#feeding-schedule, #feeding-schedule td { border-color: #d7dd3b; }
#feeding-schedule td { width: 11.111111%; line-height: 1.1; padding: 12px 8px; }
#feeding-schedule th { background: #d7df21; color: #132048; text-transform: uppercase; font-size: 1.1em; font-weight: bold; padding: 5px; border: 0; }
#feeding-schedule td.time, #feeding-schedule td.gallery, #feeding-schedule td.gallery:nth-child(even) { background: #8b5b9e; color: #fff; text-align: center; font-weight: bold; }
#feeding-schedule td { background: #1787bc; color: #fff; }
#feeding-schedule td:nth-child(even) { background: #003661; }

.wpb_images_carousel { position: relative; }
.vc_carousel-control { background: rgba(0,0,0,.8) !important; }
.icon-prev, .icon-next { color: #fff !important; }

/* Calendar CSS */
#bigcalendar1 { margin-top: -40px; }
#bigcalendar1, #bigcalendar1 * { max-width: 100% !important; font-family: 'Roboto Condensed', arial, sans-serif !important; font-weight: normal !important; text-shadow: 0 !important; }
#bigcalendar1 h1, #bigcalendar1 h2, #bigcalendar1 h3, #bigcalendar1 h4 { font-family: 'Oswald', arial, sans-serif !important; text-transform: uppercase !important; letter-spacing: .03em !important; height: auto !important; }


.dark-callout { color: #fff; }
.dark-callout a { color: #fff; font-weight: bold; }
.no-margin { margin: 0px; }
.disclaimer { font-size: .85em; background: #f0f0f0; padding: 40px; margin: 40px 0; }

.news-post { padding: 80px 12%; }
.news-post img { margin: 0 0 40px 0; }
#comments { display: none; }
.single-news-post { padding: 30px; background: #f0f0f0 !important; }
.single-news-post h3, .single-news-post p { margin: 0 0 8px 0; }

.home-news-post { padding-bottom: 0; }
.home-news-post h4 { color: #132048; font-size: 1.3em; margin-bottom: 0; padding-bottom: 0; }
.home-news-post .post-date { text-align: left; font-size: .8em; margin: 0; line-height: 1.3; text-transform: uppercase; letter-spacing: .03em; }

.vc_btn3-container .vc_btn3 { background: #132048 !important; color: #fff !important; font-family: 'Oswald'; letter-spacing: .03em; text-transform: uppercase; font-size: 1.3em !important; font-weight: bold; padding: 8px 30px !important; margin: 10px 0; }
.vc_btn3-container .vc_btn3:hover { background: #18a9af !important; }


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: rgba(0,0,0,.1);
	border: 0;
	height: 1px;
	margin: 40px 0;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 14px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a { color: #006c99; text-decoration: none; }
a:hover { color: #132048; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	border: 0;
	background: #132048;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	padding: 10px 30px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #18a9af;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #18a9af;
}

label { font-family: 'Oswald'; text-transform: uppercase; font-weight: bold; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 1em;
	font-family: 'Roboto Condensed' !important;
	font-weight: normal;
	width: 90%;
}

select {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 1em;
	font-family: 'Roboto Condensed';
	width: 90%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 90%;
	height: 50px;
	padding: 6px;
	font-size: 1em;
	font-family: 'Roboto Condensed';
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#utility-navigation { float: right; }
#utility-navigation ul, #quick-links-navigation ul { list-style: none; margin: 0; padding: 0; }
#utility-navigation li, #quick-links-navigation li { float: left; padding: 0; margin; 0; }

#utility-navigation li, #utility-navigation a { display: block; width: 18px; height: 18px; }
#utility-navigation li { margin: 0 10px; }
#utility-navigation a { text-indent: -9000em; }
#utility-navigation li#menu-item-126 a { background: url('/wp-content/themes/ok-aquarium/images/icon_facebook.png') no-repeat 0 0; }
#utility-navigation li#menu-item-127 a { background: url('/wp-content/themes/ok-aquarium/images/icon_youtube.png') no-repeat 0 0; }
#utility-navigation li#menu-item-128 a { background: url('/wp-content/themes/ok-aquarium/images/icon_twitter.png') no-repeat 0 0; }
#utility-navigation li#menu-item-129 a { background: url('/wp-content/themes/ok-aquarium/images/icon_instagram.png') no-repeat 0 0; }

#site-navigation { clear: both; float: left; font-family: 'Oswald'; padding: 0 0 0 20px; text-transform: uppercase; margin: 30px 0 0 0; }

#logo { float: left; padding: 0 60px 0 20px; margin-top: -20px; }

#quick-links-navigation { float: left; font-family: 'Oswald'; background: #132048; padding: 10px; margin-top: 24px; }
#quick-links-navigation a { display: block; text-decoration: none; color: #d7df21; padding: 4px 20px; letter-spacing: .04em; border-right: 1px solid #fff; text-transform: uppercase; }
#quick-links-navigation li.current-menu-item a, #quick-links-navigation a:hover { color: #fff; }
#quick-links-navigation li:last-child a { border-right: 0; }

.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; }
.main-navigation li { float: left; position: relative; }

.main-navigation li#menu-item-505 a, .main-navigation li#menu-item-506 a, .main-navigation li#menu-item-507 a, .main-navigation li#menu-item-509 a { cursor: default; }

.main-navigation li#menu-item-505 li a, .main-navigation li#menu-item-506 li a, .main-navigation li#menu-item-507 li a, .main-navigation li#menu-item-509 li a { cursor: pointer; }

.main-navigation a { display: block; text-decoration: none; color: #25408f; padding: 5px 20px; letter-spacing: .04em; border-right: 1px solid #fff; line-height: 1.3; }
.main-navigation li:last-child a { border-right: 0; }
.main-navigation li.current-menu-item a, .main-navigation a:hover { color: #fff; }
.main-navigation li:hover a { background: #132048; color: #fff; }

.main-navigation ul ul a, .main-navigation ul ul ul a { border-right: 0; color: #fff; }
.main-navigation ul ul a:hover, .main-navigation ul ul ul a:hover { color: #d7df21; }

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 2em;
	left: -999em;
	z-index: 99999;
	text-transform: none;
	background: #132048;
	padding: 20px 2px;
	font-size: .9em;
	font-family: 'Roboto Condensed';
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

div#exhibits-navigation { font-size: .9em; }
#exhibits-navigation ul { margin: 2px 0 0 0; padding: 0; width: 100%; display: block; }

#exhibits-navigation li {
	display: block;
	float: left;
	width: 11.11111%;
	margin: 0;
	padding: 0;
	position: relative;
	background: 000;
}
#exhibits-navigation li img { width: 100%; display: block; margin: 0; padding: 0; }
#exhibits-navigation li .menu-image-title {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15px;
	left: 0;
	z-index: 5;
	font-size: .9em;
}
#exhibits-navigation li a { color: #fff; font-weight: bold; text-transform: uppercase; font-family: 'Oswald'; }
#exhibits-navigation li:hover a { color: #e9e9e9; }

.exhibits-callout { clear: both; margin: 2px 0 0 0; background: #18a9af; padding: 20px 60px; }


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon { clear: both; position: relative; }
footer#colophon #footer-navigation { text-align: center; padding: 20px; }
footer#colophon #footer-navigation ul, footer#colophon #footer-navigation li { margin: 0; padding: 0; list-style: none; }
footer#colophon #footer-navigation li { padding: 0 10px; display: inline; }
footer#colophon #footer-navigation a { color: #132048; text-decoration: none; }
footer#colophon #footer-navigation a:hover { color: #25408f; }
footer#colophon #site-info { background: #4e4e4e; color: #fff; font-size: .9em; text-align: center; padding: 20px;}
footer#colophon #site-info p { margin: 0; }

footer#colophon #scroll-to-top { display: block; text-align: center; font-size: .8em; text-transform: uppercase; letter-spacing: .05em; font-family: 'Oswald'; font-weight: bold; color: #fff !important; text-decoration: none; position: absolute; bottom: 20px; right: 20px; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
  #rev_slider_1_1 #hero-btn { font-size: 34px !important; line-height: 48px !important; }
}

@media only screen and (max-width: 1400px) {
  #rev_slider_1_1 #hero-btn { font-size: 20px !important; line-height: 30px !important; }
}

@media only screen and (max-width: 1200px) {
	#masthead-container { width: 1050px; }
	#logo { padding: 0 30px 0 10px; margin-top: -10px; }
	#logo img { width: 210px; }
	#site-navigation { margin-top: 18px; }
	#quick-links-navigation { margin-top: 4px; }
}

@media only screen and (max-width: 1050px) {
	#site-navigation, #utility-navigation, #quick-links-navigation { display: none; }
	#masthead-container { left: 0; }
	#logo { float: none; margin-top: 0; padding: 2px 25px 8px 25px; text-align: center; }
	#logo img { width: 260px; margin: 0 auto; }
}

@media only screen and (max-width: 768px) {
  	#rev_slider_1_1 #hero-btn { font-size: 16px !important; line-height: 22px !important; padding: 8px 30px !important; margin-top: 15px !important; }
  	#sub-header.exhibit #sub-header-container { height: 160px; font-size: .8em; }
	#bigcalendar1 { max-width: 700px !important; }
}

@media only screen and (max-width: 480px) {
	#rev_slider_1_1 #hero-btn { font-size: 12px !important; line-height: 18px !important; padding: 4px 20px !important; }
	footer#colophon #footer-navigation ul { display: none; }
	footer#colophon #scroll-to-top { display: inline-block; position: relative; font-weight: bold; color: #132048 !important; bottom: 0; right: 0; }
	.home-news-post h4 { font-size: .9em; }
	#bigcalendar1 { max-width: 400px !important; }

	#exhibits-navigation { background: #000; padding: 5% 0; }
	#exhibits-navigation li { float: none; width: 90%; margin: 0 auto 5% auto; height: 130px; overflow: hidden; font-size: 1.2em; }
	#exhibits-navigation li:last-child { margin-bottom: 0; }
	#exhibits-navigation li .menu-image-title { bottom: 50px; }
	#exhibits-navigation li img { position: relative; top: -200px; width: 100%; display: block; }