/*
Theme Name: Canada Alamosa
Theme URI: bacongraphic.com
Author: Marc Bacon Design
Author URI: http://bacongraphic.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bacon
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.

bacon is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


@font-face {
    font-family: 'effloresceantique';
    src: url('/wp-content/themes/exibit/font/effloresce_antique-webfont.eot');
    src: url('/wp-content/themes/exibit/font/effloresce_antique-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/exibit/font/effloresce_antique-webfont.woff2') format('woff2'),
         url('/wp-content/themes/exibit/font/effloresce_antique-webfont.woff') format('woff'),
         url('/wp-content/themes/exibit/font/effloresce_antique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'efflorescebold_italic';
    src: url('/wp-content/themes/exibit/font/effloresce_bd_it-webfont.eot');
    src: url('/wp-content/themes/exibit/font/effloresce_bd_it-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/exibit/font/effloresce_bd_it-webfont.woff2') format('woff2'),
         url('/wp-content/themes/exibit/font/effloresce_bd_it-webfont.woff') format('woff'),
         url('/wp-content/themes/exibit/font/effloresce_bd_it-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'efflorescebold';
    src: url('/wp-content/themes/exibit/font/effloresce_bd-webfont.eot');
    src: url('/wp-content/themes/exibit/font/effloresce_bd-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/exibit/font/effloresce_bd-webfont.woff2') format('woff2'),
         url('/wp-content/themes/exibit/font/effloresce_bd-webfont.woff') format('woff'),
         url('/wp-content/themes/exibit/font/effloresce_bd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'effloresceitalic';
    src: url('/wp-content/themes/exibit/font/effloresce_it-webfont.eot');
    src: url('/wp-content/themes/exibit/font/effloresce_it-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/exibit/font/effloresce_it-webfont.woff2') format('woff2'),
         url('/wp-content/themes/exibit/font/effloresce_it-webfont.woff') format('woff'),
         url('/wp-content/themes/exibit/font/effloresce_it-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effloresceregular';
    src: url('/wp-content/themes/exibit/font/effloresce-webfont.eot');
    src: url('/wp-content/themes/exibit/font/effloresce-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/exibit/font/effloresce-webfont.woff2') format('woff2'),
         url('/wp-content/themes/exibit/font/effloresce-webfont.woff') format('woff'),
         url('/wp-content/themes/exibit/font/effloresce-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', 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-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'efflorescebold';
	clear: both;
}

p {
	margin-bottom: 1.3em;
}

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. */
}

.row {
	max-width: 100%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.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%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* 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;
}

.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. */
}

/*--------------------------------------------------------------
# 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;
}
.clearer,
.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%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# 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;
}


#home-head {
	position: relative;
	display: table;
	width: 100%;
	height: 100vh;
	background: url(/wp-content/themes/exibit/img/br-bg.jpg) top left no-repeat;
	background-size: cover;
}
#home-head:after {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	height: 27px;
	background: url(/wp-content/themes/exibit/img/red-pattern.png) top left repeat-x;
	z-index: 2;
}
.red-top {
	position: relative;
}
.red-top::before {
	content: '';
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	height: 27px;
	background: url(/wp-content/themes/exibit/img/red-pattern.png) top left repeat-x;
	z-index: 2;
}
#masthead {
	padding: 40px 30px 30px;
}
#head-right {
	text-align: right;
}
#home-head .menu-btn {
	position: absolute;
	top: 30px;
	right: 30px;
}

.menu-btn {
	display: inline-block;
	border: 2px solid #9e1f22;
	border-radius: 20%/50%;
	padding: 5px 15px;
	background-color: #fff;
	color: #9e1f22;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
}
.menu-btn:hover {
    border: 2px solid #f4be5e;
    color: #fff;
    background-color: #f4be5e;
}
.map-btn {
    display: inline-block;
	padding: 0 6px;
	color: #9e1f22;
    font-size: 33px;
    line-height: 33px;
	cursor: pointer;
}
.map-btn:hover {
    color: #f4be5e;
}
.map-btn i.fa {
    position: relative;
    top: 6px;
}
#home-head .map-btn i.fa {
    position: relative;
    top: 0;
}
#home-head .map-btn {
	position: absolute;
	top: 30px;
	right: 100px;
    padding: 3px 15px;
    color: #fff;
}
#home-head .map-btn:hover {
    color: #f4be5e;
}
.home-logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.home-logo img {
	display: inline-block;
}
.scroll-down {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	font-size: 72px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}
.down-arrow {
	cursor: pointer;
}
footer#colophon {
	position: relative;
	background-color: #f4be5e;
	padding: 30px;
}
footer#colophon:before {
	content: '';
	position: absolute;
	top: -65px;
	right: 0;
	height: 71px;
	width: 222px;
	background: url(/wp-content/themes/exibit/img/montoya.png) top right no-repeat;
}
#content {
	padding: 0;
}
.home-content {
    padding: 30px;
}
.entry-title {
	color: #9e1f22;
	font-size: 48px;
}
.content-head {
	text-align: center;
}

.square-box,
.square-box-red,
.square-box-brown {
	position: relative;
	margin: 53px 0 23px;
    text-align: center;
}
.square-box:before,
.square-box:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 23px;
	background: url(/wp-content/themes/exibit/img/diamond-orange.png) top center no-repeat;
}
.square-box:before {
	top: -23px;
}
.square-box:after {
	bottom: -23px;
}
.square-box-red:before,
.square-box-red:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 23px;
	background: url(/wp-content/themes/exibit/img/diamond-box-red.png) top center no-repeat;
}
.square-box-red:before {
	top: -23px;
}
.square-box-red:after {
	bottom: -23px;
}
.square-box-brown:before,
.square-box-brown:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 23px;
	background: url(/wp-content/themes/exibit/img/diamond-box-brown.png) top center no-repeat;
}
.square-box-brown:before {
	top: -23px;
}
.square-box-brown:after {
	bottom: -23px;
}
.date {
    padding-top: 30px;
    text-align: center;
}

#exhibits {
	padding-top: 30px;
	max-width: 1000px;
}
.section-wrap {
	position: relative;
	padding: 30px;
}
.section-contain {
	overflow: hidden;
	position: relative;
	display: flex;
	width: 100%;
	text-align: center;
	background-size: 100%;
}
.title-contain {
	display: flex;
	position: absolute;
	flex: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-title {
	padding-top: 143px;
	width: 100%;
	background-color: #402c26;
	background-color: rgba(64, 44, 38, 0.6);
	transition: background-color 0.4s ease;
}
.section-title:hover {
	background-color: #9e1f22;
}

.section-title h2 {
	font-size: 25px;
	color: #f4be5e;
}
.bottom-border {
	position: absolute;
	bottom: 21px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 466px;
}

.vc_row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 30px 30px 45px;
}
.vc_row h2 {
    position: relative;
    margin: 30px 0;
    font-size: 45px;
    text-align: center;
}
.vc_row h2:before,
.vc_row h2:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 16px;
	background: url(/wp-content/themes/exibit/img/h2-bar.png) top center no-repeat;
    opacity: 0.65;
}
.vc_row h2:before {
	top: -16px;
}
.vc_row h2:after {
	bottom: -16px;
}

.vc_row h3 {
    position: relative;
    margin: 30px 0;
    /*font-size: 45px;*/
    text-align: center;
}
.vc_row h3:before,
.vc_row h3:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 16px;
	background: url(/wp-content/themes/exibit/img/h2-bar.png) top center no-repeat;
    opacity: 0.65;
}
.vc_row h3:before {
	top: -16px;
}
.vc_row h3:after {
	bottom: -16px;
}

.ceramic-row, .ceramic-row p {
    text-align: center;
}
.caption-row {
    padding: 10px 0;
}

.triangle {
    padding-top: 48px;
    background-color: #f4be5e;
    background: url(/wp-content/themes/exibit/img/triangle.png) top left repeat-x, #f4be5e;
    color: #402c26;
}
.triangle h2 {
    color: #9e1f22;
}
.yellow {
    margin-top: 0;
    padding-top: 0;
    background-color: #f4be5e;
    color: #402c26;
}
.or-triangle {
    padding-top: 48px;
    background-color: #d55127;
    background: url(/wp-content/themes/exibit/img/white-triangle.png) top left repeat-x, #d55127;
    color: #402c26;
}
.or-triangle h2 {
    color: #fff;
}
.orange {
    margin-top: 0;
    padding-top: 0;
    background-color: #d55127;
    color: #fff;
}
.brown,
.brown-silo {
    position: relative;
    background-color: #402c26;
    color: #fff;
}
.brown {
    padding-top: 0;
    margin-top: 0;
}
.brown-silo:before {
    content: '';
	position: absolute;
	top: -68px;
	right: 0;
	height: 71px;
	width: 261px;
	background: url(/wp-content/themes/exibit/img/montoya-brown.png) top right no-repeat;
}
.brown-silo h2,
.brown h2 {
    color: #f4be5e;
}
.red-top h2,
.no-top h2 {
    color: #9e1f22;
}
.slide-orbit {
    height: 90vh !important;
    overflow: hidden;
}
.slide-orbit figure,
.slide-orbit img {
    width: auto;
    /*object-fit: cover;
    width: auto;*/
    /*object-fit: fill;*/
    height: auto;
    margin: 0 auto;
    display: block;
    max-height: 90vh;
}
.orbit-timer {
    display: none;
}
.orbit-container .orbit-next,
.orbit-container .orbit-prev {
    outline: none;
}
.orbit-container .orbit-next:focus,
.orbit-container .orbit-prev:focus {
    outline: none;
}
.orbit-container .orbit-next {
    right: 15px;
}
.orbit-container .orbit-prev {
    left: 15px;
}
#menu,
#map,
#lightbox {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #402c26;
    background: url(/wp-content/themes/exibit/img/br-bg.jpg) top left no-repeat;
	background-size: cover;
    color: #fff;
    z-index: 9998;
}
.close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 99999;
    cursor: pointer;
}
.dark-close {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
.x1, .x2 {
    position: absolute;
    top: 25px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.x1 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.x2 {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wpb_single_image {
    margin-bottom: 10px !important;
}
#lightbox img {
    display: block;
    margin: 0 auto;
}
.caption p {
    font-size: .8rem;
}
.wpb_single_image {
    position: relative;
    display: inline-block;
    padding: 5px;
    /*background-color: #f4be5e;*/
}
.wpb_single_image.bordered:after {
    content:'';
    position: absolute;
    margin: 0 auto;
    bottom: -1%;
    left: -2%;
    width: 104%;
    height: 30%;
    background: url(/wp-content/themes/exibit/img/img-bottom.svg) bottom center no-repeat;
}
.wpb_single_image img {
    /*border: 2px solid #9e1f22;*/
}

#section-slide {
    background: url(/wp-content/themes/exibit/img/br-bg.jpg) top left no-repeat;
	background-size: cover;
}
.date-box {
    padding: 30px;
    /*background-color: #9e1f22;*/
    /*color: #fff;*/
}
.date {
    /*color: #f4be5e;*/
}
.date-box  h1.entry-title {
    /*color: #f4be5e;*/
}
.entry-bottom {
    padding: 60px 30px;
    text-align: center;
}
.no-top {
    margin-top: 0;
    padding-top: 0;
}
.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-footer {
    text-align: center;
}

.hsr {

}
.cap {
    margin-top: 20px;
    max-width: 375px;
    width:100%;
}
.frhm {
    margin-top: 20px;
    max-width: 220px;
    width:100%;
}
.menu-contain {
    margin: 120px auto 0;
    max-width: 700px;
}
.menu-title {
    padding-left: 5px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 700;
}
ul#section-menu, ul#primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#section-menu li, ul#primary-menu li {
    margin: 0;
    padding: 0;
}
ul#section-menu li a, ul#primary-menu li a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
}
ul#section-menu li a:hover, ul#primary-menu li a:hover {
    background-color: #f4be5e;
}
ul#section-menu li ul {
    list-style: none;
    list-style-type: none;
}
iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.extra-top {
    padding-top: 60px;
}
.extra-bottom {
    padding-bottom: 80px;
}
.instructions, .details {
    padding-top: 60px;
    color: #fff;
}
.instructions h3, .details h3 {
    color: #fff;
    margin-top: 30px;
}
a.map-link {
    color: #fff;
}
a.map-link:hover {
    color: #9e1f22;
}
a.map-link:hover {
    color: #fff;
}
a.down {
    color: #fff;
}
a.down:hover {
    color: #fff;
}
a.down:visited {
    color: #fff;
}

.posts-page {
    padding: 0 30px 60px;
}
.entry-header h2.single-one {
    color: #9e1f22;
    padding-top: 30px;
}
.wpb_single_image {
    display: block;
}
.wpb_column .vc_row {
    padding-left: 0;
    padding-right: 0;
}
.wpb_column .vc_row .wpb_column:first-of-type {
    padding-left: 0;
}
.wpb_column .vc_row .wpb_column:last-of-type {
    padding-right: 0;
}

.next-section-btn {
    display: inline-block;
    border-bottom: 7px solid #f4be5e;
    font-family: 'efflorescebold';
    font-weight: 700;
    font-size: 18px;
    color: #402c26;
    background-color: #fff;
    padding: 15px;
}
.next-section-btn:hover {
    border-bottom: 7px solid #fff;
    color: #fff;
    background-color: #f4be5e;

}

@media only screen and (min-width: 1100px) {
    .vc_row {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media only screen and (min-width: 1400px) {
    .vc_row {
        padding-left: 20%;
        padding-right: 20%;
    }
}