/*
Theme Name: Coho Society
Theme URI: http://www.viscodesign.com/
Author: Visco Design
Author URI: http://www.viscodesign.com/
Description: Custom theme design and build by Visco Design
Version: 1.0.0
License: Copyright Visco Design
License URI: http://www.viscodesign.com/
Text Domain: cohosociety
Tags:

Coho Society 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.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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Custom Variables
--------------------------------------------------------------*/
:root {
  --primary: rgb(255,0,0);
  --secondary: rgb(28,119,195);
  --light: rgb(236,235,242);
  --grey: rgb(109,114,117);
  --slate: rgb(199,214,213);
  --dark: rgb(12,14,12);
  --font-serif: 'PT Serif', 'Times New Roman', serif;
  --font-sans: 'Montserrat', Helvetica, sans-serif;
  --content-width: 900px;
}

/*--------------------------------------------------------------
# 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;
	max-width: 100%;
}

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: var(--dark);
	font-family: var(--font-serif);
	font-size: 1em;
	line-height: 1.5;
}

h1 {
	font: 400 normal 4em/1.25 var(--font-serif);
	color: var(--slate);
	margin: 0 0 0.5em;
}
h2 {
	font: 700 normal 2.5em/1.2 var(--font-sans);
	color: var(--grey);
	text-transform: uppercase;
	margin: 0 0 0.5em;
}
h3 {
	font: 400 italic 2em/1.1 var(--font-serif);
	color: var(--dark);
	margin: 0 0 0.5em;
}
h4 {
	font: 700 normal 1em/1.1 var(--font-sans);
	color: var(--dark);
	text-transform: uppercase;
	margin: 0 0 0.25em;
}
h5 {
	font: 700 normal 1em/1.2 var(--font-serif);
	color: var(--grey);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 0.25em;
}
h6 {
	font: 700 normal 1em/1 var(--font-sans);
	color: var(--grey);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 0.25em;
}

p, ul, ol {
	font: 400 normal 1em/1.5 var(--font-serif);
	color: var(--dark);
	margin: 0 0 1em;
}

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 {
	box-sizing: inherit;
}

body {
	background: url('images/bg-body.jpg') rgb(230,218,200) top center no-repeat; 
/*	background-size: contain; */
}

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 0;
	padding: 0 0 0 1.25em;
}

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; 
	max-width: 100%; 
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

/* Global
--------------------------------------------------------------*/
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 0;
}

/* Layout
--------------------------------------------------------------*/
.site {
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
	min-height: 100vh;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.site-content {
	margin: 0;
	padding: 0;
}
#primary {
	width: 100%;
	margin: 0;
	padding: 75px 25px 25px;
}
.site-main {
	margin: 0 auto;
	padding: 0;
}
#secondary {
	width: 100%;
	margin: 0;
	padding: 25px;
	border-radius: 0 0 0 4px;
	background: rgb(236,235,243);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font: 700 normal 1em/1 var(--font-sans);
	color: #fff;
	padding: 0.75em 1em;
	border: none;
	border-radius: 4px;
	background-color: var(--primary);
	transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--grey);
}

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 {
}

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 {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
}

select {
	border: 1px solid #ccc;
}

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 {
	outline: none;
	color: #111;
}

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"] {
	padding: 8px;
}

textarea {
	padding: 8px;
	width: 100%;
}

/* Ninja Forms */
.nf-form-cont {
	width: 100%;
	margin: 0 auto;
	padding: 25px;
	border-radius: 0;
	background-color: var(--light);
}
.nf-form-title h3 {
	margin: 0;
	padding: 15px 25px;
	background-color: var(--light);
}
.nf-form-fields-required {
	margin: 0 0 1em;
	padding: 10px 25px;
	color: var(--grey);
}
.nf-error-msg {
	margin: 0;
	padding: 5px 25px;
}
.nf-form {
	margin: 0;
	padding: 0;
}
.nf-field {
	margin: 0;
	padding: 5px 25px;
}
.nf-field input,
.nf-field textarea {
	border: none;
}
.nf-field input[type="button"] {
	color: #fff;
}
.horizontal-wrap ul {
	margin: 0 auto;
	padding: 0;
}
.horizontal-wrap ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 0;
}
.list-checkbox-wrap.label-above ul li {
	padding: 0;
}
.horizontal-wrap ul li input[type="checkbox"] {
	margin-right: 6px;
}
.nf-form .datepicker {
	position: relative !important;
}
.ninja-forms-field-description {
	clear: both;
}
.nf-form-cont .one-half,
.nf-form-cont .three-sixths,
.nf-form-cont .two-fourths {
	width: 100% !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgb(255,0,0);
}
a:visited {
	color: rgb(12,14,12);
}
a:hover,
a:focus,
a:active {
	color: rgb(255,0,0);
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	outline: 0;
}

/* Styled Links */
a.btn {
	display: inline-block;
	font: 700 normal 16px/1 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 4px;
	background: rgb(255,0,0);
	transition: all 0.5s ease;
}
.more::after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 8px;
	color: inherit;
	opacity: 0.5;
}
.btn .fa {
	margin-left: 8px;
}
a.btn.light {
	color: #333;
	background: rgb(236,235,243);
}
a.btn.dark {
	background: rgb(199,214,213);
}
a.btn.transparent {
	border: 1px solid #fff;
	background: none;
}
a.btn:hover {
	opacity: 0.85;
}
a.btn.small {
	font-size: 75%;
}
a.btn.alignright {
	margin-top: 5px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: none;
	margin: 0;
	padding: 0;
}

/* Primary Menu */
#primary-menu {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#primary-menu li {
	display: inline-block;
	padding: 0;
}
#primary-menu li a {
	display: block;
	color: rgb(12,14,12);
	font: 700 normal 1em/1 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	padding: 25px 0 25px 15px;
	text-transform: uppercase;
	text-decoration: none;
}
#primary-menu li.menu-item-has-children > a::after {
	float: right;
	content: "\f107";
	font-family: 'FontAwesome';
	text-decoration: none;
	color: inherit;
	opacity: 0.5;
	font-size: 20px;
	padding-left: 8px;
	border: none;
	vertical-align: baseline;
}
#primary-menu ul li.menu-item-has-children > a::after {
	content: "\f105";
}
#primary-menu li:hover > a {
	color: rgb(255,0,0);
}

/* Submenu */
#primary-menu ul {
	display: none;
}
#primary-menu li:hover > ul {
	display: block;
	position: absolute;
	top: 66px;
	left: auto;
	margin: 0 0 0 -10px;
	padding: 10px 0;
	z-index: 9999;
	background: rgb(230,218,200);
}
#primary-menu ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
#primary-menu ul li a {
	color: rgb(12,14,12);
	line-height: 1;
	padding: 10px 25px;
}
#primary-menu ul li:hover > a {
	color: rgb(255,0,0);
}

/* Sub-Submenu */
#primary-menu ul ul {
	display: none;
}
#primary-menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: calc(100% + 10px);
	min-width: 250px;
	border-left: 5px solid rgba(0,0,0,0.05);
	background: rgb(230,218,200);
}

/* Current Page */
#primary-menu .current_page_item > a,
#primary-menu .current-menu-item > a,
#primary-menu .current_page_ancestor > a {
	font-weight: 700;
	color: rgb(255,0,0);
}

/* Footer Menu */
.footer-navigation ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.footer-navigation li {
	display: block;
	width: 100%;
}
.footer-navigation li a {
	display: inline-block;
	color: #111;
	font: 400 normal 1em/1 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	padding: 4px 0;
	text-decoration: none;
}
.footer-navigation li a:hover {
	color: rgb(109,114,117);
}

/*--------------------------------------------------------------
# Social Media Lists
--------------------------------------------------------------*/
.social-links {
	display: inline-block;
	list-style-type: none;
	margin: 0 auto 0 -10px;
	padding: 0;
	line-height: 1;
}
.social-links li {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.social-links li:last-of-type {
	margin: 0;
}
.social-links .fa {
	display: inline-block;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
	color: var(--primary);
	text-align: center;
	transition: all 0.5s ease;
}
.social-links .fa:hover {
	color: rgb(126,164,201);
}
span.hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px; 
	width: 1px;
	margin: -1px; 
	padding: 0; 
	border: 0;
}

/*--------------------------------------------------------------
## Numeric Pagination
--------------------------------------------------------------*/
.pagination {
	margin: 0.5em 0;
	padding: 1em 0;
}
.pagination .fa {
	margin: 0;
	padding: 0;
}
.pagination a {
	float: left;
	color: rgb(76,84,84);
	font-weight: 700;
	margin: 0;
	padding: 0.25em 0.8125em;
	text-decoration: none;
	border-left: 1px solid #ddd;
	background: #fff;
	transition: all 0.5s ease;
}
.pagination a:hover,
.pagination a.next:hover,
.pagination a.prev:hover {
	color: #fff;
	background: rgb(76,84,84);
}
.pagination a.prev {
	color: #fff;
	background: rgb(204,209,225);
	border-left: none;
	transition: all 0.5s ease;
}
.pagination a.next {
	color: #fff;
	background: rgb(204,209,225);
	border-left: none;
	transition: all 0.5s ease;
}
.pagination .dots {
	float: left;
	color: #aaa;
	margin: 0;
	padding: 0.25em 0.8125em;
	border-left: 1px solid #ddd;
}
.pagination .current {
	float: left;
	color: #fff;
	background: rgb(126,164,201);
	margin: 0;
	padding: 0.25em 0.8125em;
	border-left: 1px solid #ddd;
}

/*--------------------------------------------------------------
## Posts/Comments Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
	padding: 0;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.nav-links {
	width: 100%;
	display: inline-block;
	margin: 0;
}
.nav-previous,
.nav-next {
	width: 50%;
	max-width: 50%;
	padding: 1.5em;
}
.nav-previous a,
.nav-next a {
	font-size: 1em;
	font-weight: 400;
	color: #777;
}
.nav-previous::before {
	content: '\f104';
	font-family: FontAwesome;
	color: rgb(34,34,34);
	margin-right: 1em;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: rgb(34,34,34);
}
.nav-next::after {
	content: '\f105';
	font-family: FontAwesome;
	color: rgb(34,34,34);
	margin-left: 1em;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	border-right: 1px solid #ddd;
}
.comment-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

/*--------------------------------------------------------------
## Back To Top
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: none;
}
.back-to-top a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	padding: 20px;
	vertical-align: middle;
	background: rgb(255,0,0);
	transition: all 0.5s ease;
}
.back-to-top .fa {
	vertical-align: middle;
}
.back-to-top a:hover {
	background: rgb(12,14,12);
}

/*--------------------------------------------------------------
# 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 {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.zero-waste {
	max-width: 150px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/* Site Header */
.site-header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	background: rgb(230,218,200);
}
h1.site-title {
	display: inline-block;
	margin: -25px 0 0;
	padding: 25px;
	border-radius: 0 0 4px 4px;
	background: #fff;
	box-shadow: 0 4px 6px rgba(0,0,0,0.25);
}
h1.site-title a,
h1.site-title img {
	vertical-align: middle;
}
.site-logo {
/* pm	width: 100%; */
	max-width: 200px; 
	margin: 0;
}
.header-donation-cta {
	margin: 25px auto 0;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
/* Hero Block */
#front-hero {
	position: relative;
	clear: none;
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 50%;
	overflow: hidden;
}
#front-hero img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
}
#front-hero .overlay {
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: auto;
	max-width: calc(100% - 50px);
	height: auto;
	padding: 25px;
	background: rgba(255,0,0,0.75);
	z-index: 99;
}
#front-hero .overlay h1 {
	font: 400 normal 1em/1.2 'Montserrat', sans-serif;
	color: #fff;
	margin: 0;
}

.front-section {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 25px 25px 0;
	border-bottom: 1px solid #ddd;
}

/* CTA Blocks */
#home-cta {
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
}
#home-cta .widget {
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#home-cta .widget article {
	margin: 0;
	padding-right: 25px;
}
#home-cta .widget h3 {
	font: 400 italic 1.5em/1.1 'PT Serif', serif;
}
#home-cta .widget p a {
	color: rgb(12,14,12);
}
#home-cta .entry-thumbnail {
	margin: 0;
}
.coho-redcaps {
	font-family: 'Montserrat', sans-serif;
	color: rgb(255,0,0);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
#home-cta .widget h5 {
	margin: 0 0 1em;
}

/* Front Membership */
.member-join {
	padding: 25px;
	background: url('images/coho-salmon-graphic-white.png') rgb(255,0,0) top center no-repeat;
}
.member-join h2 {
	margin: 0 auto;
	color: #fff;
	font-size: 6vw;
}
.member-join h3 {
	display: inline-block;
	margin: 10px 0;
	padding-right: 25px;
	vertical-align: middle;
}
.member-join a {
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}

.home #primary {
	border-bottom: 1px solid #ddd;
}
.home #primary article {
	margin: 0;
	padding-bottom: 25px;
}
#home-video {
	width: 100%;
	margin: 25px auto;
}

/* Front Volunteer */
#front-volunteer-cta {
	border: none;
}
#front-volunteer-cta h2 {
	color: #fff;
	font-size: 1em;
	margin: 0 auto;
	padding: 15px 25px;
	background: rgb(12,14,12);
}
#front-volunteer-cta h2 a {
	font-size: 12px;
	margin: 0;
	padding: 5px 7px;
}
.volunteer-photo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 55%;
	background: rgb(12,14,12);
}
.volunteer-photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.overlay-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
	background: rgba(12,14,12,0.5);
	z-index: 99;
}
.volunteer-text {
	position: absolute;
	bottom: 15px;
	right: 25px;
	text-align: right;
	max-width: 90%;
}
.volunteer-text h3 {
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.75);
}
.volunteer-text p {
	font-size: 13px;
	color: #fff;
}

/*--------------------------------------------------------------
## FAQs
--------------------------------------------------------------*/
#faqs {
	max-width: 800px;
	margin: 2em 0 1em;
	padding: 0;
	border: 1px solid #ddd;
}
#faqs .faq-item {
	margin: 0;
	padding: 1em;
	border-top: 1px solid #ddd;
	transition: all 0.5s ease;
}
#faqs .faq-item:hover {
	background: #eee;
}
#faqs .faq-item:first-of-type {
	border-top: none;
}
#faqs h3 {
	margin: 0;
	font-size: 1em;
	font-style: normal;
	color: rgb(126,164,201);
	text-decoration: none;
	cursor: pointer;
}
#faqs h3::before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 75%;
	color: rgb(126,164,201);
	margin-right: 0.75em;
}
#faqs h3.ui-state-active a {
	color: #333;
}
#faqs h3.ui-state-active::before {
	content: '\f107';
}
#faqs h3:first-of-type {
	border: none;
}
#faqs h3:focus,
#faqs h3:active {
	outline: none;
}
#faqs .faq-answer {
	display: none;
	padding: 1em 0 0;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/

ul.contact-info {
	margin: 10px auto;
	padding: 0;
}
ul.contact-info li {
	display: block;
}
ul.contact-info li .fa {
	color: rgb(12,14,12);
}

/* Location */
#location-map {
	position: relative;
	margin: 0;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
.google-map {
	width: 100%;
	height: 100%;
	border: none;
}
#marker-content {
	padding: 5px;
	font-size: 14px;
	text-align: center;
}
#marker-content p {
	margin: 0 auto 5px;
}
.map-logo {
	max-width: 150px;
	margin: 0 auto 10px;
}
.map-wrapper #location-map {
	border: 1px solid #ccc;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
#page-thumb {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 125px;
	overflow: hidden;
}
#page-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#page-thumb .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	background: rgba(255,0,0,0.75);
	z-index: 99;
}
.page-title h1 {
	color: #fff;
	font-size: 6vw;
	letter-spacing: -0.025em;
	margin: 0;
	padding: 0;
}
.page-title * {
	display: inline-block;
}
.page-title .title-lead {
	margin: 0;
	font-size: 1.5em;
	display: inline-block;
}
.page-title .title-lead a {
	color: #fff;
	font-weight: 400;
}
.page-title .title-lead::after {
	content: '\f105';
	font-family: FontAwesome;
	color: #fff;
	margin: 0 1.25em 0 0.75em;
}

/* Videos */
#videos {
	width: 100%;
	margin: 25px auto;
}
.video-widget {
	flex: 0 1 48%;
	margin: 0 2% 25px 0;
}
/* 404 Page */
.error-404 {
	text-align: center;
}

/*--------------------------------------------------------------
## Documents/Attachments
--------------------------------------------------------------*/
.documents {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 0;
}
.documents h4 {
	margin: 0;
	padding: 20px;
	background: #eee;
}
.documents ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.documents ul li {
	margin: 0;
	padding: 20px;
	border-top: 1px solid #ddd;
	transition: all 0.5s ease;
}
.documents ul li:hover {
	background: #eee;
}
.file-specs * {
	vertical-align: middle;
}
.file-specs {
	color: #333;
	text-transform: uppercase;
}
.file-specs .fa {
	color: #bbb;
	font-size: 30px;
	margin-right: 10px;
	transition: all 0.5s ease;
}
.file-specs .fa:hover {
	color: rgb(11,16,9);
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
/* Event CTAs */
a.event-sidebar-cta {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 0 10px;
	padding: 25px;
	background: rgb(199,214,213);
}

/* Event Costs */
.event .entry-thumbnail {
	margin: 0;
}
.register-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 25px;
	background: rgba(255,0,0,0.75);
}
.register-overlay a {
	color: #fff;
	font: 700 normal 1.25em/1 'Montserrat', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.event-details {
	margin: 0 0 25px;
	padding: 25px;
	background: rgb(236,235,243);
}
.event-info {
	display: inline-block;
	padding-right: 25px;
}
.event-costs {
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
}
.event-costs tr {
	border-bottom: 1px solid #ccc;
}
.event-costs tr td {
	padding: 5px 0;
}
.event-costs tr td:nth-of-type(2) {
	font-weight: 700;
}

#event-video {
	margin: 0 auto 25px;
}

/*--------------------------------------------------------------
## Sponsors
--------------------------------------------------------------*/
#sponsors {
}
#sponsors h3 {
	border-top: 1px solid #ddd;
	margin: 25px auto;
	padding-top: 25px;
}
.sponsor-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.sponsor-list li a {
	vertical-align: middle;
	margin: 0 25px 10px 0;
}
.sponsor-logo img {
	max-width: 200px;
	width: auto;
	max-height: 100px;
	vertical-align: middle;
}
article.sponsor {
	float: left;
	text-align: center;
}
article.sponsor h5 {
	font-size: 14px;
	margin: 0 auto;
}
article.sponsor h5 a {
	font-size: 10px;
	color: rgb(199,214,213);
	text-decoration: none;
}
article.sponsor h5 a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	margin: 10px auto;
	color: #aaa;
}
.posted-on::before {
	content: '\f133';
	font-family: FontAwesome;
	color: inherit;
	margin-right: 8px;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 0 25px;
	padding-top: 56.25%;
	overflow: hidden;
}
.entry-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
#archives {
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
}
article.archive {
	position: relative;
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0 1% 10px 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);	
	transition: all 0.5s ease;
}
article.archive:hover {
	box-shadow: 0 2px 12px rgba(0,0,0,0.75);	
}
article.archive .entry-thumbnail {
	margin: 0;
}
article.archive .entry-header {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 15px 25px;
	width: 100%;
	background: rgba(255,0,0,0.75);
	z-index: 999;
}
article.archive .entry-header h3 {
	font-size: 1.25em;
	margin: 0;
}
article.archive .entry-header a {
	color: #fff;
}
article.archive .entry-footer {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	width: auto;
	background: rgba(12,14,12,0.95);
	z-index: 999;
}
article.archive .entry-footer h6 {
	font-size: 14px;
	margin: 0;
}
article.archive .entry-footer h6 a {
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
article.archive .entry-footer h6 a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
	margin: 0;
	padding: 0 25px;
	border-top: 1px solid #ddd;
	background: url('images/coho-salmon-graphic.png') #fff top center no-repeat;
}

/* Footer Widgets */
#footer-widget-area {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#footer-widget-area .widget {
	-ms-flex: 0 1 100%;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0;
	padding: 25px 50px 25px 0;
}
#footer-widget-area .widget h4 {
	color: rgb(255,0,0);
	margin: 0 0 25px;
}

/* Contact */
.schema-address .fa {
	color: rgb(255,0,0);
	margin-right: 10px;
}
.schema-address > span {
	font-weight: 700;
}
.footer-contact a {
	font-weight: 700;
	color: #111;
}
.footer-contact a:hover {
	color: #555;
}

/* Footer Branding */
.footer-branding {
	text-align: right;
}
.footer-branding .site-logo {
	max-width: 250px;
}

.site-info {
	font-size: 14px;
	margin: 0;
	padding: 25px 0;
}
.site-info p {
	margin: 0 auto;
	color: #555;
}
.webdev {
	font-size: 12px;
	color: #aaa;
}
.webdev a {
	color: #aaa;
	font-weight: 400;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	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%;
}
/* Responsive Embeds */
.embed-container {
	position: relative;
	margin: 0;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

/* Gallery Slider */
#photo_gallery {
	max-width: var(--content-width);
	margin: 0 auto 25px;
}
#photo_gallery .gallery-slider {
	margin: 0 auto;
}
#photo_gallery .gallery-slider img {
	width: 100%;
}

/* Gallery Lightbox */
.gallery-lightbox {
	margin: 0 auto;
}
.gallery-lightbox .thumb-wrapper {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
## 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 {
	color: #888;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/

/* 	480px Breakpoint	*/
@media only screen and (min-width: 480px) {

#front-volunteer-cta h2 {
	font-size: 1.75em;
}
#front-volunteer-cta h2 a {
	font-size: 15px;
	padding: 10px 15px;
}
.volunteer-text h3 {
	font-size: 6vw;
}
.volunteer-text p {
	font-size: 14px;
}
#location-map {
	padding-bottom: 50%;
}
#footer-widget-area .widget {
	-ms-flex: 0 1 50%;
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 50%;
}

}

/* 	600px Breakpoint	*/
@media only screen and (min-width: 600px) {

.site-header {
	padding: 25px 50px;
}
h1.site-title {
	position: absolute;
	top: 0;
	left: 50px;
	margin: 0;
	z-index: 9999;
}
.header-donation-cta {
	float: right;
	margin: 25px auto;
}
#primary,
#secondary {
	padding: 75px 50px 25px;
}
#page-thumb {
	padding-bottom: 150px;
}
#page-thumb .overlay {
	padding: 50px;
}
.page-title {
	margin: 25px 0 0;
}
#front-hero .overlay {
	bottom: 50px;
	left: 50px;
	max-width: calc(100% - 100px);
	padding: 35px;
}
#front-hero .overlay h1 {
	font-size: 1.25em;
}
.front-section {
	padding: 50px 50px 0;
}
#home-cta .widget {
	-ms-flex: 0 0 32%;
	-webkit-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
}
.home #primary {
	padding: 75px 50px 0;
}
#home-video {
	float: right;
	width: 50%;
	margin: 0 0 0 50px;
}
.member-join {
	padding: 25px 50px;
}
.member-join h2 {
	font-size: 2em;
}
.member-join a {
	float: right;
	margin: 0;
}
.volunteer-photo {
	padding-bottom: 50%;
}
.volunteer-text {
	right: 50px;
	max-width: calc(100% - 100px);
}
.volunteer-text p {
	color: #fff;
	font-size: 20px;
}
article.archive {
	-ms-flex: 0 1 49%;
	-webkit-flex: 0 1 49%;
	flex: 0 1 49%;
	max-width: 49%;
	margin: 0 0 10px;
}
article.archive:nth-of-type(odd) {
	margin-right: 2%;
}
#location-map {
	padding-bottom: 45%;
}
.nf-form-cont .one-half,
.nf-form-cont .three-sixths,
.nf-form-cont .two-fourths {
	width: 48.717948717948715% !important;
}
.responsive-wrap {
	float: left;
	display: inline-block;
	width: 50%;
}
.responsive-wrap:nth-child(even) {
	max-width: calc(50% - 11px);
	margin-right: 10px;
}
.site-footer {
	padding: 0 50px;
}

}

/* 	800px Breakpoint	*/
@media only screen and (min-width: 800px) {

.site-header {
	min-height: 175px;
}
.header-donation-cta {
	margin: 50px auto 0;
}
.site-logo {
	max-width: 300px;
}
#front-hero .overlay {
	max-width: 70%;
	padding: 35px 50px;
}
#front-hero .overlay h1 {
	font-size: 1.5em;
}
#primary:not(.full-width) {
	float: left;
	width: 70%;
}
#secondary {
	float: right;
	width: auto;
	width: 30%;
	max-width: 30%;
}
#page-thumb {
	padding-bottom: 175px;
}
.member-join h2 {
	font-size: 2.75em;
}
.volunteer-text {
	bottom: 50px;
	max-width: 70%;
}
.sponsor-item {
	-ms-flex: 0 1 33.33%;
	-webkit-flex: 0 1 33.33%;
	flex: 0 1 33.33%;
	max-width: 33.33%;
	padding: 25px;
}
#location-map {
	padding-bottom: 40%;
}
.site-info br {
	display: none;
}
.webdev {
	float: right;
}

}

/* 	1000px Breakpoint	*/
@media only screen and (min-width: 1000px) {

#front-hero .overlay {
	max-width: 62.5%;
}
#front-hero .overlay h1 {
	font-size: 1.75em;
}
.volunteer-text p {
	padding-left: 25%;
}
#page-thumb {
	padding-bottom: 200px;
}
.sponsor-item {
	-ms-flex: 0 1 25%;
	-webkit-flex: 0 1 25%;
	flex: 0 1 25%;
	max-width: 25%;
}
#location-map {
	padding-bottom: 35%;
}
.event-info {
	width: 30%;
}
.map-wrapper {
	display: inline-block;
	float: right;
	width: 60%;
	margin: 0;
}
.map-wrapper #location-map {
	padding-bottom: 60%;
}
#footer-widget-area .widget {
	-ms-flex: 0 1 25%;
	-webkit-flex: 0 1 25%;
	flex: 0 1 25%;
	max-width: 25%;
}

}

/* 	1200px Breakpoint	*/
@media only screen and (min-width: 1200px) {

#front-hero .overlay h1 {
	font-size: 2em;
}
.header-donation-cta {
	margin: 25px auto 0;
}
.main-navigation {
	display: inline-block;
}
#page-thumb {
	padding-bottom: 225px;
}
.page-title h1 {
	font-size: 90px;
}

}
