/*!
Theme Name: Family Forward Oregon
Theme URI: http://underscores.me/
Author: Christina Leikam
Author URI: http://underscores.me/
Description: Custom Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ffo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Family Forward Oregon is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Yanone+Kaffeesatz");
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("webfonts/fa-solid-900.eot");
  src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("webfonts/fa-brands-400.eot");
  src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.grid-container {
  max-width: 1024px;
  padding-left: 25px;
  padding-right: 25px;
}

@-moz-document url-prefix() {
  .grid-margin-x > .cell {
    margin-right: .9374rem;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #414042;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1em;
}

h1 {
  font-size: 50px;
  margin: 0 0 25px;
}

h1.entry-title, h1.page-title {
  color: #1d5771;
  line-height: 1.1em;
}

h2 {
  font-size: 40px;
  margin: 0 0 25px;
}

h3 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 25px;
}

h4 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 25px;
  color: #1d5771;
}

h5 {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: normal;
}

h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.entry-content h2 {
  color: #1d5771;
}

.entry-content h3 {
  color: #cf4d33;
}

.entry-content h4 {
  color: #aa2c2a;
  font-weight: 400;
}

.entry-content h5 {
  color: #006b64;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 40px;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #cf4d33;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:visited {
  color: #cf4d33;
}

a:hover, a:focus, a:active {
  color: #006b64;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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

.btn, .white-btn, .red-btn {
  padding: 10px 35px;
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  font-size: 25px;
}

.white-btn {
  background-color: #fff;
  color: #006b64;
}

.white-btn:visited {
  color: #006b64;
}

.white-btn:hover {
  background-color: #BC3937;
  color: #fff;
}

.red-btn {
  background-color: #BC3937;
  color: #fff;
}

.red-btn:visited {
  color: #fff;
}

.red-btn:hover {
  background-color: #fff;
  color: #BC3937;
}

.btn-mrg {
  margin: 35px 0;
}

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;
  border-radius: 3px;
  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%;
}

.at-inner,
.fastAction {
  background-color: transparent !important;
}

header.at-title {
  color: #1d5771 !important;
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.2em !important;
  padding: 0 !important;
  margin: 0 0 25px !important;
  display: none !important;
}

.at .btn-at-primary {
  background-color: #BC3937 !important;
  color: #fff !important;
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 25px !important;
  border-radius: 0 !important;
  border: 2px solid #BC3937 !important;
  text-transform: uppercase;
  line-height: .9em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.at .btn-at-primary:hover {
  background-color: #fff !important;
  color: #BC3937 !important;
}

.at-form-submit .at-submit {
  float: none !important;
}

.at-form-submit {
  text-align: center;
}

.at input[type="checkbox"]:checked + span:before {
  background-color: #1d5771 !important;
  border-color: #1d5771 !important;
}

.at input[type="checkbox"]:hover + span:before,
.at input[type="checkbox"]:focus + span:before {
  border-color: #1d5771 !important;
  box-shadow: none !important;
}

.at a {
  color: #1d5771 !important;
}

.at-legal {
  color: #1d5771 !important;
}

.at .at-step.active {
  border-bottom-color: #1d5771 !important;
}

.at form .label-amount input[type="radio"]:checked + a {
  background-color: #1d5771 !important;
}

.at form .label-amount > a {
  background-color: rgba(29, 87, 113, 0.5) !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.at form .label-amount > a:hover {
  background-color: #1d5771 !important;
}

.at .at-step.valid > *:before {
  background-color: #1d5771 !important;
}

.at fieldset legend {
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px !important;
  color: #1d5771 !important;
}

.at .at-checkbox-title,
.at .checkbox-list-label,
.at .SmsLegalDisclaimer,
.at label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@media only screen and (min-width: 768px) {
  header.at-title {
    font-size: 40px !important;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Flexslider
--------------------------------------------- */
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("webfonts/flexslider-icon.eot");
  src: url("webfonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("webfonts/flexslider-icon.woff") format("woff"), url("webfonts/flexslider-icon.ttf") format("truetype"), url("webfonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 33px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: #006b64;
}

.flex-control-paging li a.flex-active {
  background: #006b64;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.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: 100%;
  left: -999em;
  z-index: 99999;
  flex-direction: column;
  justify-content: flex-start;
  text-transform: none;
  background-color: #fff;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: left;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul li a {
  color: #414042;
}

.main-navigation ul ul li a:visited {
  color: #414042;
}

.main-navigation ul ul li:hover {
  background-color: #006b64;
}

.main-navigation ul ul li:hover a {
  color: #fff;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul li.menu-item-has-children > a:after {
  position: relative;
  display: inline;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #006b64 transparent transparent;
  top: 15px;
  margin: auto;
  margin-left: 10px;
}

.main-navigation ul li.menu-item-has-children > a:hover:after {
  border-color: #BC3937 transparent transparent;
}

.main-navigation li {
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #006b64;
  font-weight: normal;
}

.main-navigation a:visited {
  color: #006b64;
}

.main-navigation a:hover {
  color: #BC3937;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #006b64;
}

.main-navigation .current_page_item.menu-item-has-children > a,
.main-navigation .current-menu-item.menu-item-has-children > a,
.main-navigation .current_page_ancestor.menu-item-has-children > a,
.main-navigation .current-menu-ancestor.menu-item-has-children > a {
  color: #006b64;
}

.main-navigation .current_page_item.menu-item-has-children > a:after,
.main-navigation .current-menu-item.menu-item-has-children > a:after,
.main-navigation .current_page_ancestor.menu-item-has-children > a:after,
.main-navigation .current-menu-ancestor.menu-item-has-children > a:after {
  border-color: #006b64 transparent transparent;
}

/* 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: flex;
    justify-content: flex-end;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #414042;
  border-color: #006b64;
  border-width: 5px;
}

blockquote p {
  color: #414042;
}

.red {
  color: #BC3937;
}

.blue {
  color: #1d5771;
}

.green {
  color: #006b64;
}

.off-canvas {
  background-color: #006b64;
  color: #fff;
  padding: 10px 25px;
}

.off-canvas .close-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 3em;
}

.off-canvas .close-button:focus, .off-canvas .close-button:active {
  outline: none;
}

.off-canvas .mobile-navigation {
  margin-top: 35px;
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.off-canvas .mobile-navigation li {
  display: block;
  width: 100%;
}

.off-canvas .mobile-navigation a {
  color: #fff;
  font-weight: normal;
}

.off-canvas .mobile-navigation a:visited {
  color: #fff;
}

.off-canvas .mobile-navigation .sub-menu {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: none;
  text-transform: none;
}

.off-canvas .submenu-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
}

.off-canvas .submenu-toggle:focus, .off-canvas .submenu-toggle:active {
  outline: none;
}

.off-canvas .submenu-toggle::after {
  border-color: #fff transparent transparent;
}

.off-canvas .small-10 img {
  max-width: 150px;
  display: block;
  margin: 10px auto 0;
}

.position-right {
  width: 325px;
  -webkit-transform: translateX(325px);
  -ms-transform: translateX(325px);
  transform: translateX(325px);
}

#masthead {
  padding: 10px 0;
}

#masthead .custom-logo {
  max-width: 175px;
}

#masthead .grid-x {
  align-items: center;
}

#masthead .small-4 {
  text-align: right;
}

#masthead .small-4 button {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #006b64;
  font-size: 2em;
}

#masthead .small-4 button:hover {
  cursor: pointer;
}

.contact {
  background-color: #006b64;
  color: #fff;
  padding: 35px 0;
  text-align: center;
}

.contact h2, .contact h3, .contact h4 {
  color: #fff;
}

.contact .cu-cont a {
  color: #fff;
}

.contact .cu-cont a:visited {
  color: #fff;
}

.contact .cu-cont a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer {
  background-color: #BC3937;
  padding: 35px 0;
  color: white;
  font-weight: 700;
  border-top: 7px solid white;
  text-align: center;
}

.site-footer .foot-logo {
  max-width: 175px;
  margin-bottom: 35px;
}

.site-footer .search {
  margin-bottom: 10px;
}

#menu-footer-menu {
  justify-content: center;
}

.foot-nav {
  margin-top: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.foot-nav a {
  color: #fff;
}

.foot-nav a:visited {
  color: #fff;
}

.foot-nav a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#searchform {
  max-width: 300px;
  margin: 0 auto;
}

#searchform input[type="text"] {
  height: 38px;
}

#searchform input[type="submit"] {
  width: calc(100% - 10px);
  height: 38px;
  margin-left: 10px;
  background-color: #fff;
  color: #006b64;
  border: none;
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#searchform input[type="submit"]:hover {
  background-color: #006b64;
  color: #fff;
  cursor: pointer;
}

.copyright {
  background-color: #aa2c2a;
  padding: 25px 0;
  color: #fff;
  font-size: .85em;
}

.copyright a {
  color: #fff;
  text-decoration: underline;
}

.copyright a:visited {
  color: #fff;
}

.copyright a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.copyright p:last-of-type {
  margin-bottom: 0;
}

.flexslider .flex-caption {
  min-height: 300px;
  height: 300px;
}

.flexslider .flex-caption a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}

.flexslider .flex-caption a h3 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

#home-intro {
  text-align: center;
  padding: 0 0 50px;
}

#wwr {
  text-align: center;
}

#wwr h3 {
  color: #1d5771;
}

#wwr a {
  font-weight: bold;
}

#wwr .large-4 {
  margin-bottom: 50px;
}

#wwr .cont {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

#wwr .cont p {
  display: inline;
}

#wwr .cont .rm {
  display: inline;
  margin-left: 5px;
}

#primary {
  padding: 50px 0;
  background-color: #f8f8f8;
}

#primary .entry-content a {
  font-weight: bold;
}

.admin-bar .off-canvas {
  margin-top: 46px;
}

.team h3 {
  font-weight: normal;
  margin: 0;
}

.team h4 {
  font-size: 28px;
  margin: 0;
  font-weight: normal;
}

.team .email {
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  color: #BC3937;
  display: block;
  margin-bottom: 15px;
}

.team .email:hover {
  color: #006b64;
}

.team .large-2 img {
  max-width: 150px;
}

.team .team-img {
  max-width: 100%;
  width: 175px;
  height: 225px;
  margin-bottom: 15px;
}

.team .grid-x {
  margin-bottom: 50px;
}

.search h2 {
  margin-bottom: 0;
}

.search .entry-meta {
  margin-bottom: 15px;
}

.search .hentry {
  margin-bottom: 50px;
}

.search .post-thumbnail img {
  max-height: 300px;
  width: auto;
}

.hero {
  color: #fff;
  padding: 50px 0;
}

.hero h1 {
  color: #fff;
}

.hero p {
  color: #fff;
}

.hero .hero-cont {
  max-width: 400px;
}

.pum-theme-lightbox .pum-title {
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 36px !important;
  text-align: center !important;
  color: #006b64 !important;
  font-weight: 700 !important;
}

.pum-theme-lightbox .pum-container {
  padding: 25px !important;
}

#home-posts {
  padding: 50px 25px;
}

#home-posts h2 {
  color: #006b64;
  margin: 0 0 50px;
}

#home-posts .fimg {
  min-height: 147px;
  margin-bottom: 15px;
  background-color: #ccc;
}

#home-posts .post {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}

#home-posts .post:last-of-type {
  border-bottom: none;
}

#home-posts .category {
  color: #BC3937;
  margin: 0 0 15px;
}

#home-posts h3 {
  line-height: 1em;
}

#home-posts h3 a {
  color: #BC3937;
}

#home-posts h3 a:visited {
  color: #BC3937;
}

#home-posts h3 a:hover {
  color: #006b64;
}

#home-posts .morelink {
  font-weight: bold;
}

#home-posts .half .post {
  border: 1px solid #cccccc;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

#home-posts .half .post-cont {
  padding: 10px 25px 0;
}

#home-posts .half h3 {
  font-size: 30px;
}

#home-posts .half .full.post {
  border: none;
  border-bottom: 1px solid #ccc;
  max-width: 325px;
  margin: 0 auto 15px;
  padding-bottom: 25px;
}

#home-posts .half .full.post h3 {
  font-size: 36px;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi span {
  border: none;
}

.wp-pagenavi span.current {
  background-color: #006b64;
  color: #fff;
  border: none;
}

.wp-pagenavi a {
  border: none;
  color: #006b64;
}

.wp-pagenavi a:hover {
  background-color: #006b64;
  color: #fff;
}

.single .post-thumbnail {
  text-align: center;
}

.single .entry-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.single .entry-header .grid-x {
  margin-top: 35px;
}

.single .entry-header .category span {
  color: #BC3937;
}

.single .entry-header .share a {
  font-size: 1.2em;
  margin-right: 10px;
}

.single .entry-header .share a:first-of-type {
  margin-left: 10px;
}

.single .entry-header .share a:last-of-type {
  margin-right: 0;
}

.single .hentry {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

.post-navigation .nav-previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.post-navigation .nav-previous a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 40px);
}

.post-navigation .nav-previous:before {
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  color: #BC3937;
  font-size: 25px;
}

.post-navigation .nav-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.post-navigation .nav-next a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 40px);
}

.post-navigation .nav-next:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  color: #BC3937;
  font-size: 25px;
}

.post-navigation .nav-subtitle {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  font-size: .8em;
}

.post-navigation .nav-title {
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1em;
  font-size: 20px;
}

.search-results #home-posts {
  padding-top: 0;
}

.search-results #home-posts h1.page-title {
  margin-top: 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@media only screen and (min-width: 640px) {
  #masthead .custom-logo {
    max-width: 175px;
  }
  .site-footer .foot-logo {
    max-width: 215px;
  }
  #searchform {
    max-width: 400px;
  }
  .flexslider .flex-caption a h3 {
    font-size: 45px;
  }
  #home-intro p {
    font-size: 1.1em;
  }
  #home-posts .half {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #home-posts .half .post {
    max-width: 300px;
  }
  #home-posts .half .fimg {
    height: 128px;
  }
  #home-posts .half .full.post {
    max-width: 100%;
  }
  #home-posts .half .full.post .fimg {
    height: 272px;
  }
  .single .share {
    text-align: right;
  }
  .single .entry-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .post-navigation .nav-previous {
    align-items: center;
  }
  .post-navigation .nav-previous:before {
    font-size: 50px;
    width: 50px;
  }
  .post-navigation .nav-previous a {
    width: calc(100% - 50px);
  }
  .post-navigation .nav-next {
    align-items: center;
  }
  .post-navigation .nav-next:after {
    font-size: 50px;
    width: 50px;
  }
  .post-navigation .nav-next a {
    width: calc(100% - 50px);
  }
  .post-navigation .nav-subtitle {
    font-size: 1em;
  }
  .post-navigation .nav-title {
    font-size: 24px;
  }
  .site-footer .search {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  #masthead .custom-logo {
    max-width: 215px;
  }
  .contact .btn-mrg {
    margin-bottom: 15px;
  }
  .admin-bar .off-canvas {
    margin-top: 32px;
  }
  #home-posts .half {
    max-width: 718px;
  }
  #home-posts .half .post {
    max-width: 340px;
  }
  #home-posts .half .fimg {
    height: 153px;
  }
  #home-posts .half .full.post {
    max-width: 718px;
  }
  #home-posts .half .full.post .fimg {
    height: 325px;
  }
  #home-posts .half .full.post h3 {
    font-size: 44px;
  }
  .post-navigation .nav-title {
    max-width: 300px;
    display: block;
  }
  .post-navigation .nav-next .nav-title {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .site-footer {
    padding: 50px 0;
  }
  .site-footer .grid-container > .grid-x {
    align-items: center;
  }
  .site-footer .foot-logo {
    margin-bottom: 0;
  }
  .foot-nav {
    margin-top: 0;
  }
  .flexslider .flex-caption {
    min-height: 500px;
    height: 500px;
  }
  #home-intro p {
    font-size: 1.2em;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #wwr {
    padding-bottom: 50px;
  }
  .hero {
    padding: 75px 0;
  }
  #home-posts .half {
    max-width: 974px;
  }
  #home-posts .half .post {
    max-width: 625px;
  }
  #home-posts .half .fimg {
    height: 212px;
    margin-left: 0;
  }
  #home-posts .half .full.post {
    max-width: 974px;
  }
  #home-posts .half .full.post .fimg {
    height: 207px;
    margin-left: -.9375rem;
  }
  .site-info {
    text-align: left;
  }
  .single .entry-header .share a {
    font-size: 1.3em;
  }
  .single .entry-content {
    padding-left: 100px;
    padding-right: 100px;
  }
  .post-navigation .nav-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  #masthead {
    padding: 10px 50px;
  }
}

@media only screen and (min-width: 1600px) {
  #home-intro p {
    font-size: 1.4em;
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1920px) {
  .flexslider .flex-caption {
    min-height: 650px;
    height: 650px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
