/*!
Theme Name: Adventure Us
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: adventure_us
Tags:

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Added Colors */
/*--------------------------------------------------------------
# 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;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h2.entry-title a, h2.entry-title a:visited {
  color: #000;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1.5em;
  display: inline-block;
}
h2.entry-title a:hover {
  color: #999;
}

h1 {
  font-size: 2.5em;
}

p {
  margin-bottom: 2em;
  font-family: "Aleo", serif;
  font-size: 1.1em;
  line-height: 1.65em;
}

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%;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?akp4zq");
  src: url("fonts/icomoon.eot?akp4zq#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?akp4zq") format("truetype"), url("fonts/icomoon.woff?akp4zq") format("woff"), url("fonts/icomoon.svg?akp4zq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-paw:before {
  content: "\e900";
}

.icon-map .path1:before {
  content: "\e901";
  color: #000;
}

.icon-map .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: #000;
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-camera:before {
  content: "\e904";
}

/*--------------------------------------------------------------
# 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: url(images/gray-pattern.png) repeat;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  font-family: "Aleo", sans-serif;
}

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%;
}

/* Header, Logo and Navigation */
header {
  background: #fff;
}

.site-logo {
  float: left;
  display: inline-block;
  margin: 7px 0 30px 0;
  width: 250px;
}

.site-branding-title {
  float: left;
  display: inline-block;
}

.header-search {
  display: inline-block;
  float: right;
  margin: 35px 0 0 25px;
}
.header-search .header-search-bar {
  display: none;
  opacity: 0;
  margin: 0;
}
.header-search .reveal {
  display: inline-block;
  margin: 0;
  opacity: 1;
}
.header-search .search-icon-close {
  display: none;
  float: right;
  margin: 7px 0 0 10px;
  cursor: pointer;
}
.header-search .search-icon {
  display: inline-block;
  margin: 7px 0 0 0;
  float: right;
  cursor: pointer;
}
.header-search input[type=submit] {
  background: #b98822;
  color: #fff;
  border: 0px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
  line-height: 0px;
  padding: 17px 15px 14px 15px;
}
.header-search input[type=submit]:hover {
  background: #333;
  color: #fff;
  border: 0px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
}
.header-search input[type=search] {
  border-radius: 0px;
}

nav.main-navigation {
  display: inline-block;
  float: right;
  margin: 35px 0 0 0;
  width: auto;
  clear: none;
}
nav.main-navigation li {
  margin: 0 0 0 20px;
}
nav.main-navigation li a {
  padding: 5px 0px;
  color: #24232b;
  font-weight: 400;
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
}
nav.main-navigation li a:before,
nav.main-navigation li a:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b98822;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav.main-navigation li a:before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav.main-navigation li a:after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
nav.main-navigation li a:hover,
nav.main-navigation li a:focus {
  color: #b98822;
}
nav.main-navigation li a:hover:before,
nav.main-navigation li a:focus:before,
nav.main-navigation li a:hover:after,
nav.main-navigation li a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
nav.main-navigation ul ul {
  background: #fff;
  top: 2.125em;
}
nav.main-navigation ul ul .menu-item-has-children {
  background: url(images/down-caret.jpg);
  height: auto;
  width: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: 93% 50%;
  padding: 0 13px 0 0;
}
nav.main-navigation ul ul a:hover:before, nav.main-navigation ul ul a:hover:after {
  content: "";
  opacity: 0;
  height: 0px;
}

.menu-item-has-children {
  background: url(images/down-caret.jpg);
  height: auto;
  width: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 0 13px 0 0;
}

nav.main-navigation li.donate-highlight {
  margin: -2px 0 0 20px;
}

li.donate-highlight a {
  background: #a7251c;
  padding: 5px 20px !important;
  transition: background-color 0.5s ease;
  border: 2px #a7251c solid;
}

li.donate-highlight a:hover {
  background: #fff;
  transition: background-color 0.5s ease;
  border: 2px #a7251c solid;
}

nav.main-navigation li.donate-highlight a,
nav.main-navigation li.donate-highlight a:visited {
  color: #fff !important;
}

nav.main-navigation li.donate-highlight a:hover {
  color: #a7251c !important;
}

/* Featured Image */
.banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.header-image {
  height: auto;
  width: 100%;
  position: relative;
}

.hero-cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-cta-section a.hero-button {
  color: #fff !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  background-color: #a7251c;
  padding: 10px 50px;
  text-decoration: none;
  border: 2px #a7251c solid;
  transition: background-color 0.5s ease;
  margin: 0 0 45px 0;
}
.hero-cta-section a.hero-button:hover {
  color: #a7251c !important;
  border: 2px #a7251c solid;
  background-color: #fff;
  transition: background-color 0.5s ease;
}

.hero-cta {
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 2.9em;
  line-height: 1.25em;
}

.hero-cta:before { /*
content:'';
border-top: 2px #a7251c solid;
width: 120px;
display: block;
*/ }

.hero-detail {
  width: 80%;
  margin: 40px auto 20px auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.42em;
}

.cta-bg {
  /* background: #2a2a2a; */
  background: url("images/dark-pattern.png") repeat;
  margin: 0 0 70px 0;
}

.cta-bar {
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
.cta-bar div {
  /* height: 80px; */
  display: flex;
  align-items: center;
}
.cta-bar div:nth-child(2) {
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  padding: 0 80px;
}
.cta-bar a, .cta-bar a:visited {
  text-decoration: none;
  color: #fffce8 !important;
  text-transform: uppercase;
  font-size: 1.125em;
  display: inline-block;
  line-height: 1.3em;
  transition: color 0.5s ease;
}
.cta-bar a:hover {
  color: #a7251c !important;
  transition: color 0.5s ease;
}

.icon-paw {
  font-size: 60px;
  color: #fffce8;
  margin: 0 10px 0 0;
}

.icon-camera {
  font-size: 50px;
  color: #fffce8;
  margin: 0 15px 0 0;
}

.icon-map {
  font-size: 55px;
  color: #fffce8;
  margin: 0 10px 0 0;
}
.icon-map .path1::before, .icon-map .path2::before {
  color: #fffce8;
}

.icon-arrow-right {
  font-size: 30px;
  color: #a7251c;
  margin: 0 0 0 15px;
}

/* Back to Top Styling */
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 50px;
  text-align: center;
  line-height: 10px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  padding: 10px 0;
}
#back-to-top p {
  font-size: 0.6em;
  display: block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

#back-to-top:hover {
  background: #e9ebec;
}

#back-to-top.show {
  opacity: 1;
}

/* Homepage Post Styling */
/* Featured Post */
.featured-post {
  margin: 0 0 65px 0;
}
.featured-post header {
  line-height: 0;
  background: #fff;
}
.featured-post header img {
  width: 100%;
  height: auto;
}
.featured-post .hentry {
  margin: 0;
}
.featured-post .entry-content {
  background: #fff;
  margin: 0;
  padding: 30px;
}
.featured-post .entry-content .category {
  font-size: 0.7em;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0px 0 0;
}
.featured-post .entry-content .category li {
  display: inline-block;
}
.featured-post .entry-content .category li:after {
  content: " . ";
  margin: 0 3px;
}
.featured-post .entry-content .category li:nth-child(3):after {
  content: none;
}
.featured-post .entry-content .category li:nth-child(n+4) {
  display: none;
}
.featured-post .entry-content .category a, .featured-post .entry-content .category a:visited {
  color: #b98822;
  text-decoration: none;
}
.featured-post .entry-content .category a:hover {
  color: #24232b;
}
.featured-post .entry-content .category:after {
  content: " | ";
  margin: 0 3px;
}
.featured-post .entry-content a.readmore {
  text-transform: uppercase;
  color: #b98822;
  display: block;
  border: 2px solid #b98822;
  font-family: "Oswald", sans-serif;
  width: 220px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
}
.featured-post .entry-content a.readmore:hover {
  color: #24232b;
  border: 2px solid #24232b;
}
.featured-post .entry-meta {
  font-size: 0.7em;
  color: #666;
  text-transform: uppercase;
  display: inline-block;
}
.featured-post .entry-meta a, .featured-post .entry-meta a:visited {
  color: #b98822;
  text-decoration: none;
}
.featured-post .entry-meta a:hover {
  color: #24232b;
}

h2.section-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #24232b;
  margin: 0 0 35px 0;
  position: relative;
}

h2.section-title:after {
  position: absolute;
  top: 36px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #b98822;
  content: "";
  opacity: 1;
}

/* Regular Post */
.regular-post {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}
.regular-post header {
  margin: 0;
  vertical-align: top;
  display: table-cell;
  line-height: 0;
  background: #fff;
}
.regular-post header img {
  margin: 0;
  max-width: 300px;
}
.regular-post .hentry {
  margin: 0;
}
.regular-post .entry-content {
  background: #fff;
  display: table-cell;
  padding: 10px 20px 20px;
}
.regular-post .entry-content .entry-title {
  margin: 10px 0;
}
.regular-post .entry-content p {
  margin: 0;
}
.regular-post .entry-content .category {
  font-size: 0.7em;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0px 0 0;
}
.regular-post .entry-content .category li {
  display: inline-block;
}
.regular-post .entry-content .category li:after {
  content: " . ";
  margin: 0 3px;
}
.regular-post .entry-content .category li:nth-child(3):after {
  content: none;
}
.regular-post .entry-content .category li:nth-child(n+4) {
  display: none;
}
.regular-post .entry-content .category a, .regular-post .entry-content .category a:visited {
  color: #b98822;
  text-decoration: none;
}
.regular-post .entry-content .category a:hover {
  color: #24232b;
}
.regular-post .entry-content .category:after {
  content: " | ";
  margin: 0 3px;
}
.regular-post .entry-content .entry-meta {
  font-size: 0.7em;
  color: #666;
  text-transform: uppercase;
  display: inline-block;
}
.regular-post .entry-content .entry-meta a, .regular-post .entry-content .entry-meta a:visited {
  color: #b98822;
  text-decoration: none;
}
.regular-post .entry-content .entry-meta a:hover {
  color: #24232b;
}
.regular-post a.readmore {
  text-transform: uppercase;
  color: #b98822;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  font-size: 0.7em;
}
.regular-post a.readmore:hover {
  color: #24232b;
}

/* Pagination and Post Navigation Styling */
.pagination {
  float: left;
}
.pagination .nav-links .page-numbers {
  background: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #24232b;
  padding: 6px 0 0 0;
  text-align: center;
  text-decoration: none;
}
.pagination .nav-links span.current {
  background: #24232b;
  color: #fff;
}
.pagination .nav-links .page-numbers:hover {
  background: #24232b;
  color: #fff;
}
.pagination .nav-links a.next, .pagination .nav-links a.prev {
  width: auto;
  padding: 6px 10px 0 10px;
}
.pagination .nav-links a.prev:before {
  content: "\f177";
  font-family: FontAwesome;
  margin: 0 10px 0 0px;
  text-decoration: none;
}
.pagination .nav-links a.prev:hover::before {
  text-decoration: none;
}

.post-navigation {
  float: right;
  margin: 0 !important;
}
.post-navigation .nav-previous {
  display: inline-block;
  width: auto !important;
}
.post-navigation .nav-previous a, .post-navigation .nav-previous a:visited {
  color: #24232b;
  background: #fff;
  text-decoration: none;
  padding: 6px 15px;
  display: inline-block;
  margin: 0 0 10px 0;
}
.post-navigation .nav-previous a:after {
  content: "\f178";
  font-family: FontAwesome;
  margin: 0 0 0 10px;
}
.post-navigation .nav-previous a:hover {
  color: #fff;
  background: #24232b;
}
.post-navigation .nav-next {
  display: none;
}

/* Sidebar Styling */
/*
.widget {
	padding: 20px;

	background: $color__card-background;
	ul {
		margin: 0;
		padding: 0;
	}
	li {
		list-style-type: none;
		font-size: .75em;
		margin: 0 15px 10px 0;
		color: $color__site-theme;
		display: inline-block;

		a, a:visited {
			text-decoration: none;
			color: #636363;
		}
		a:hover {
			text-decoration: underline;
		}
	}
	.tagcloud {
		a {
			font-size: .75em !important;
			margin: 0 15px 10px 0;
			color: #636363;
			display: inline-block;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
	}
}
*/
.widget-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #24232b;
  margin: 0 0 15px 0;
  position: relative;
  font-size: 1.1em;
}

.widget-title:after {
  position: absolute;
  top: 27px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #b98822;
  content: "";
  opacity: 1;
}

.sidebar-about-me {
  background: #fff;
  margin: 0 0 25px 0;
}
.sidebar-about-me img {
  width: 100%;
}
.sidebar-about-me .sidebar-text {
  padding: 20px;
}
.sidebar-about-me h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #24232b;
  margin: 0 0 15px 0;
  position: relative;
  font-size: 1.1em;
}
.sidebar-about-me h2:after {
  position: absolute;
  top: 27px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #b98822;
  content: "";
  opacity: 1;
}

.sidebar-social {
  padding: 20px;
  background: #fff;
}
.sidebar-social h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #24232b;
  margin: 0 0 15px 0;
  position: relative;
  font-size: 1.1em;
}
.sidebar-social h2:after {
  position: absolute;
  top: 27px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #b98822;
  content: "";
  opacity: 1;
}
.sidebar-social a, .sidebar-social a:visited {
  color: #a9a9a9;
  font-size: 2em;
  margin: 0 25px 0 0;
}
.sidebar-social a:hover {
  color: #333;
}
.sidebar-social a:last-child {
  margin: 0;
}

/* Footer Styling */
footer {
  background: #fff;
  margin: 35px 0 0 0;
  padding: 0 0 50px 0;
}
footer .site-info {
  text-align: center;
}
footer .site-info .footer-nav {
  margin: 0px auto 20px;
  display: inline-block;
}
footer .site-info p.footer-tagline {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25em;
  font-family: "Oswald", sans-serif;
  margin: 0;
  color: #636363;
  float: left;
}
footer .site-info p.footer-tagline:after {
  content: "|";
  margin: 0 0 0 25px;
  font-weight: 400;
}
footer .site-info .footer-social-media {
  margin: 0 0 80px 0;
}
footer .site-info .footer-social-media a, footer .site-info .footer-social-media a:visited {
  color: #a9a9a9;
  font-size: 2em;
  margin: 0 15px 0 0;
}
footer .site-info .footer-social-media a:hover {
  color: #333;
}
footer .site-info .footer-social-media a:last-child {
  margin: 0;
}

.site-footer-logo {
  margin: 35px auto;
  width: 300px;
}

.supporters-links {
  display: flex;
  justify-content: space-evenly;
  margin: 50px 0;
  align-items: flex-end;
  text-align: left;
}
.supporters-links p {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #c8c8c8;
  margin: 0 0 25px 0;
  font-size: 0.875em;
}

.instagram-feed {
  background: url("images/dark-pattern.png") repeat;
  padding: 35px 0 45px 0;
}
.instagram-feed h2 {
  color: #fff;
}

/*Footer Navigation */
nav.footer-navigation {
  display: inline-block;
  float: left;
  margin: 0 auto 0px auto;
  width: auto;
  clear: none;
}
nav.footer-navigation li {
  margin: 0 0 0 20px;
}
nav.footer-navigation li a {
  padding: 5px 0px;
  color: #24232b;
  font-weight: 400;
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 0.85em;
}
nav.footer-navigation li a:before,
nav.footer-navigation li a:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b98822;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav.footer-navigation li a:before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav.footer-navigation li a:after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
nav.footer-navigation li a:hover,
nav.footer-navigation li a:focus {
  color: #b98822;
}
nav.footer-navigation li a:hover:before,
nav.footer-navigation li a:focus:before,
nav.footer-navigation li a:hover:after,
nav.footer-navigation li a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
nav.footer-navigation ul ul {
  display: none;
}
nav.footer-navigation ul ul a:hover:before, nav.footer-navigation ul ul a:hover:after {
  content: "";
  opacity: 0;
  height: 0px;
}
nav.footer-navigation .menu-item-has-children {
  background: none;
  height: auto;
  width: auto;
  display: block;
  padding: 0;
}

/* Interior Page Styling */
.single-post-card {
  margin: 35px 0 20px 0;
  background: #fff;
  padding: 10px 30px 50px 30px;
}
.single-post-card .entry-title {
  margin: 10px 0 20px 0;
}
.single-post-card .entry-meta {
  text-transform: uppercase;
  color: #999;
  font-size: 0.7em;
}

body.single aside,
body.page aside,
body.archive aside,
body.archive main,
body.search main,
body.search aside,
body.error404 main,
body.error404 aside {
  margin-top: 35px;
}

body.archive header.page-header,
body.search header.page-header,
body.error404 header.page-header {
  background: none;
}

body.archive h2.page-title,
body.search h2.page-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #24232b;
  margin: 0 0 35px 0;
  position: relative;
  background: none;
  font-size: 1.5em;
}

body.archive h2.page-title:after,
body.search h2.page-title:after {
  position: absolute;
  top: 36px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #b98822;
  content: "";
  opacity: 1;
}

body.single footer,
body.page footer {
  margin-top: 35px;
}

body.single-fullpage .entry-header {
  display: none;
}

body.single-fullpage .header-image {
  margin: 0 auto;
}

body.single-fullpage .single-post-card {
  margin: 0px auto 20px auto;
}

.site-quote .date-meta {
  font-size: 0.4em;
}

.search-error {
  background: #fff;
  display: block;
  padding: 20px;
}
.search-error p {
  margin: 0 0 20px 0;
  font-family: "Oswald", sans-serif;
}

body.error404 .page-content p {
  font-family: "Oswald", sans-serif;
}

a, a:visited {
  color: #b98822;
}

a:hover {
  color: #24232b;
}

/*--------------------------------------------------------------
# Skeleton Grid
--------------------------------------------------------------*/
/* Grid
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Clearing
 */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Media Queries
*/
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Smaller than desktop */
@media (max-width: 1000px) {
  .two-thirds.column, .one-third.column {
    width: 100%;
  }
  .header-image p {
    width: 750px;
  }
  .column {
    margin-left: 0%;
  }
  .menu-toggle {
    background: none;
    color: #000;
  }
  .footer-nav nav, .footer-nav .footer-tagline {
    display: none;
  }
  .site-logo {
    float: none;
    display: block;
  }
  .site-logo a img {
    display: block;
    margin: 0 auto;
  }
  .header-image p {
    width: 600px;
  }
  .cta-bar a, .cta-bar a:visited {
    font-size: 0.6em;
  }
  .icon-arrow-right {
    margin: 0 15px;
  }
  .supporters-links div {
    margin: 0 15px;
  }
  .header-search {
    margin: 15px 0 0 25px !important;
  }
  .header-search .search-icon {
    margin: 17px 0 0 0;
  }
  .header-search .search-icon-close {
    margin: 17px 0 0 7px;
  }
  .header-search .header-search-bar {
    margin: 8px 0 0 0;
  }
  nav#site-navigation {
    display: inline-block;
    float: none;
  }
  nav.main-navigation {
    display: inline-block;
    float: right;
    margin: 20px 0 0 0;
    width: auto;
    clear: none;
  }
  nav.main-navigation li {
    margin: 0 0 0 20px;
    float: none;
  }
  nav.main-navigation li a {
    padding: 5px 0px;
    color: #24232b;
    font-weight: 400;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    text-transform: uppercase;
  }
  nav.main-navigation li a:before,
  nav.main-navigation li a:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: none;
    content: "";
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  nav.main-navigation li a:before {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  nav.main-navigation li a:after {
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  nav.main-navigation li a:hover,
  nav.main-navigation li a:focus {
    color: #b98822;
  }
  nav.main-navigation li a:hover:before,
  nav.main-navigation li a:focus:before,
  nav.main-navigation li a:hover:after,
  nav.main-navigation li a:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  nav.main-navigation ul ul {
    background: #fff;
    top: 2.125em;
  }
  nav.main-navigation ul ul .menu-item-has-children {
    background: url(images/down-caret.jpg);
    height: auto;
    width: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: 93% 50%;
    padding: 0 13px 0 0;
  }
  nav.main-navigation ul ul a:hover:before, nav.main-navigation ul ul a:hover:after {
    content: "";
    opacity: 0;
    height: 0px;
  }
}
/* Smaller than tablet */
@media (max-width: 750px) {
  .two-thirds.column, .one-third.column {
    width: 100%;
  }
  .header-image p {
    width: 400px;
  }
  .regular-post .entry-content {
    display: block;
  }
  .regular-post .hentry {
    background: #fff;
  }
  .regular-post header img {
    max-width: 100%;
  }
  .column {
    margin-left: 0%;
  }
  .pagination {
    margin: 0 0 20px 0;
    float: none;
  }
  .post-navigation {
    float: left;
  }
  .header-search {
    display: none;
  }
  nav#site-navigation {
    display: block;
  }
  nav#site-navigation .menu-toggle {
    margin: 0 auto;
  }
  nav.main-navigation ul ul li:hover > ul, nav.main-navigation ul ul li.focus > ul {
    left: 20%;
    top: 100%;
  }
  .hero-detail {
    font-size: 0.8em;
  }
}
/* Smaller than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
  .two-thirds.column, .one-third.column {
    width: 100%;
  }
  .header-image p {
    width: 400px;
  }
  .column {
    margin-left: 0%;
  }
  nav.main-navigation ul ul li:hover > ul, nav.main-navigation ul ul li.focus > ul {
    left: 20%;
    top: 100%;
  }
  h2.section-title {
    font-size: 1em;
  }
  .cta-bar {
    height: 300px;
    flex-direction: column;
  }
}
/* Smaller than mobile */
@media (max-width: 400px) {
  .header-image p {
    width: 300px;
  }
  aside input {
    margin: 10px 0 0 0;
  }
  nav.main-navigation ul ul li:hover > ul, nav.main-navigation ul ul li.focus > ul {
    left: 20%;
    top: 100%;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #b98822;
  color: #fff;
  border: 0px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
  line-height: 0px;
  padding: 17px 15px 14px 15px;
  font-size: 0.8em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #333;
  color: #fff;
  border: 0px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  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],
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: 3px;
}
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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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 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 li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
  top: -8%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
    background: #24232b;
  }
}
.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. */
}

/* 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,
.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;
}/*# sourceMappingURL=style.css.map */