/**handles:andi18-style**/
/*!
Theme Name: Andi2018
Theme URI: http://underscores.me/
Author: LUA Design
Author URI: http://luadesign.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: andi18
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 with others.

Andi2018 is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

body, html, .entry-content p.links,
input[type=submit] {
  font-family: 'filson-pro', sans-serif;
  font-weight: 500; }

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

h1, h2, h3 {
  font-family: 'continuo', sans-serif;
  margin: 0 0;
  font-weight: normal; }
  .wf-loading h1, .wf-loading h2, .wf-loading h3 {
    visibility: hidden; }

h1 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: .9;
  text-align: center;
  margin-top: 10px; }
  @media only screen and (min-width: 540px) and (orientation: portrait) {
    h1 {
      font-size: 68px;
      font-size: 4.25rem; } }
  @media only screen and (min-width: 800px) {
    h1 {
      font-size: 64px;
      font-size: 4rem; } }
  @media only screen and (min-width: 960px) {
    h1 {
      font-size: 76px;
      font-size: 4.75rem; } }
  @media only screen and (min-width: 1120px) {
    h1 {
      font-size: 88px;
      font-size: 5.5rem; } }
  @media only screen and (min-width: 1340px) {
    h1 {
      font-size: 112px;
      font-size: 7rem; } }

h1.site-title a {
  color: #fffef8;
  margin: 0 0; }

h2.site-description,
h2.entry-title,
#wdsi-slide_in h1.wdsi-slide-title {
  font-family: 'filson-pro', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 27.2px;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin-left: -2px; }
  @media only screen and (min-width: 800px) {
    h2.site-description,
    h2.entry-title,
    #wdsi-slide_in h1.wdsi-slide-title {
      font-size: 31.2px;
      font-size: 1.95rem; } }

.n2-ss-layer a.n2-ow:after {
  font-family: 'icomoon';
  content: "\0020\f04e"; }

h3 {
  font-family: 'filson-pro', sans-serif;
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-top: 0;
  padding: 0; }
  @media only screen and (min-width: 800px) {
    h3 {
      font-size: 20.8px;
      font-size: 1.3rem; } }

@font-face {
  font-family: 'icomoon';
  src: url("https://www.andiosho.co.uk/wp-content/themes/andi18/fonts/icomoon.eot");
  src: url("https://www.andiosho.co.uk/wp-content/themes/andi18/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("https://www.andiosho.co.uk/wp-content/themes/andi18/fonts/icomoon.ttf") format("truetype"), url("https://www.andiosho.co.uk/wp-content/themes/andi18/fonts/icomoon.woff") format("woff"), url("https://www.andiosho.co.uk/wp-content/themes/andi18/fonts/icomoon.woff") format("woff2"), url("https://www.andiosho.co.uk/wp-content/themes/andi18/fonts/icomoon.svgi#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-spotlight:before {
  content: "\e900"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-download:before {
  content: "\f019"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-retweet:before {
  content: "\f079"; }

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

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-link:before {
  content: "\f0c1"; }

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

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-reply:before {
  content: "\f112"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-newspaper-o:before {
  content: "\f1ea"; }

.icon-imdb:before {
  content: "\f2d8"; }

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

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

.entry-content {
  font-family: 'commuters-sans', sans-serif;
  font-weight: 300; }
  .entry-content strong {
    font-weight: 700; }
  .entry-content p {
    text-align: justify;
    padding: 20px 0 0;
    margin: 0; }

.entry-content blockquote {
  margin: 20px 0 0;
  padding: 0; }
  .entry-content blockquote:before {
    font-family: 'icomoon';
    display: inline-block;
    content: '\f10d';
    font-size: 32px;
    font-size: 2rem;
    line-height: .9;
    width: 15%;
    text-align: center;
    vertical-align: top; }
  .entry-content blockquote p {
    display: inline-block;
    width: 85%;
    font-family: 'filson-pro', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: top;
    text-align: left;
    padding: 0; }
  .entry-content blockquote small {
    text-transform: uppercase;
    padding-left: 15%; }

.nav-previous a:before,
.nav-next a:after {
  font-family: 'icomoon';
  display: inline-block; }

.post-navigation,
.entry-meta {
  font-family: 'filson-pro', sans-serif;
  font-weight: 700; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(12.5%, #7a8ea7), color-stop(12.5%, #93acc7), color-stop(50%, #93acc7), color-stop(50%, #7a8ea7), color-stop(62.5%, #7a8ea7), color-stop(62.5%, #93acc7), to(#93acc7));
  background-image: linear-gradient(0deg, #7a8ea7 12.5%, #93acc7 12.5%, #93acc7 50%, #7a8ea7 50%, #7a8ea7 62.5%, #93acc7 62.5%, #93acc7 100%);
  background-size: 8.00px 8.00px; }
  @media only screen and (min-width: 540px) and (orientation: portrait) {
    html {
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(16.67%, #7a8ea7), color-stop(16.67%, #93acc7), color-stop(50%, #93acc7), color-stop(50%, #7a8ea7), color-stop(66.67%, #7a8ea7), color-stop(66.67%, #93acc7), to(#93acc7));
      background-image: linear-gradient(0deg, #7a8ea7 16.67%, #93acc7 16.67%, #93acc7 50%, #7a8ea7 50%, #7a8ea7 66.67%, #93acc7 66.67%, #93acc7 100%);
      background-size: 12.00px 12.00px; } }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-blank-mobile.jpg);
  background-size: contain;
  background-position: center top;
  background-repeat: repeat-y; }
  @media only screen and (min-width: 540px) and (orientation: portrait) {
    body {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-blank-small.jpg); } }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    body {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-blank-small-l.jpg);
      background-size: contain;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 800px) {
    body {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-blank.jpg);
      background-size: cover;
      background-position: left center;
      background-repeat: no-repeat;
      background-attachment: fixed; } }

body.error404,
body.page-template-default,
body.page-template-page-about,
body.page-template-page-press,
body.page-template-page-contact {
  background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-about-mobile.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    body.error404,
    body.page-template-default,
    body.page-template-page-about,
    body.page-template-page-press,
    body.page-template-page-contact {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-about-small-l.png);
      background-size: contain; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    body.error404,
    body.page-template-default,
    body.page-template-page-about,
    body.page-template-page-press,
    body.page-template-page-contact {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-about.jpg);
      background-size: contain; } }
  @media only screen and (min-width: 540px) and (orientation: portrait) {
    body.error404,
    body.page-template-default,
    body.page-template-page-about,
    body.page-template-page-press,
    body.page-template-page-contact {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-about-small.jpg); } }
  @media only screen and (min-width: 800px) {
    body.error404,
    body.page-template-default,
    body.page-template-page-about,
    body.page-template-page-press,
    body.page-template-page-contact {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-about.jpg);
      background-size: cover;
      background-attachment: fixed; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    body.error404,
    body.page-template-default,
    body.page-template-page-about,
    body.page-template-page-press,
    body.page-template-page-contact {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-about.jpg);
      background-size: 140%; } }

body.home {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    body.home {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-homepage-small-l.png);
      background-size: contain;
      background-attachment: fixed;
      background-position: right top; } }
  @media only screen and (min-width: 540px) and (orientation: portrait) {
    body.home {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-homepage-small.jpg); } }
  @media only screen and (min-width: 800px) {
    body.home {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-homepage.jpg);
      background-size: cover;
      background-attachment: fixed; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    body.home {
      background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-homepage.jpg);
      background-size: cover; } }

body.home .site {
  background-image: url(https://www.andiosho.co.uk/wp-content/themes/andi18/images/AndiOsho-homepage-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 100vh; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    body.home .site {
      background-image: none; } }
  @media only screen and (min-width: 800px) {
    body.home .site {
      background-image: none; } }
  @media only screen and (min-width: 540px) and (orientation: portrait) {
    body.home .site {
      background-image: none;
      min-height: auto; } }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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; }

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #cb4a7e; }
  a:visited {
    color: #cb4a7e; }
  a:hover, a:focus, a:active {
    color: #e9f49d; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

button, a, a:hover, a:focus, .menu-item, input {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding,
.main-navigation {
  width: 100%; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .site-branding,
    .main-navigation {
      display: inline-block;
      width: 45%;
      vertical-align: middle; } }
  @media only screen and (min-width: 800px) {
    .site-branding,
    .main-navigation {
      display: inline-block;
      width: 45%;
      vertical-align: middle; } }

.site-branding {
  margin-top: 2em; }
  @media only screen and (min-width: 800px) {
    .site-branding {
      margin-top: 0; } }

.main-navigation {
  position: fixed;
  width: 100%;
  top: 10px;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  @media only screen and (min-width: 800px) {
    .main-navigation {
      position: relative;
      top: auto;
      left: auto;
      display: inline-block;
      width: 54%; } }
  .main-navigation .menu-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 15%;
            flex: 1 1 15%;
    background-color: transparent;
    font-size: 28px;
    font-size: 1.75rem;
    color: #fffef8;
    padding: 0 5%;
    border: none;
    line-height: 1em;
    text-transform: uppercase;
    width: 20%;
    text-align: left; }
    .main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:focus {
      color: #e9f49d; }
    @media only screen and (min-width: 800px) {
      .main-navigation .menu-toggle {
        display: none; } }
    .main-navigation .menu-toggle:focus, .main-navigation .menu-toggle:hover {
      outline: 0;
      color: #e9f49d; }
  .main-navigation .navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%; }
    @media only screen and (min-width: 800px) {
      .main-navigation .navigation-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0 0; } }
    .main-navigation .navigation-container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      list-style: none;
      margin: 0;
      padding-left: 0; }
      .main-navigation .navigation-container ul li {
        position: relative;
        text-transform: uppercase;
        font-size: 24px;
        font-size: 1.5rem; }
        @media only screen and (min-width: 800px) {
          .main-navigation .navigation-container ul li {
            font-size: 17.6px;
            font-size: 1.1rem; } }
        @media only screen and (min-width: 960px) {
          .main-navigation .navigation-container ul li {
            font-size: 17.6px;
            font-size: 1.1rem; } }
        @media only screen and (min-width: 1120px) {
          .main-navigation .navigation-container ul li {
            font-size: 17.6px;
            font-size: 1.1rem; } }
        @media only screen and (min-width: 1340px) {
          .main-navigation .navigation-container ul li {
            font-size: 21.6px;
            font-size: 1.35rem; } }
        .main-navigation .navigation-container ul li:hover > a,
        .main-navigation .navigation-container ul li.focus > a {
          color: #e9f49d; }
      .main-navigation .navigation-container ul a {
        display: block;
        text-decoration: none;
        color: #fffef8; }
        @media only screen and (min-width: 960px) {
          .main-navigation .navigation-container ul a:before, .main-navigation .navigation-container ul a:after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #e9f49d; } }
        @media only screen and (min-width: 960px) {
          .main-navigation .navigation-container ul a:before {
            opacity: 0;
            -webkit-transform: translateY(-18px);
                    transform: translateY(-18px);
            -webkit-transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
            transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275); } }
        @media only screen and (min-width: 960px) {
          .main-navigation .navigation-container ul a:after {
            opacity: 0;
            -webkit-transform: translateY(9px);
                    transform: translateY(9px);
            -webkit-transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
            transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); } }
        @media only screen and (min-width: 960px) {
          .main-navigation .navigation-container ul a:hover:before, .main-navigation .navigation-container ul a:hover:after, .main-navigation .navigation-container ul a:focus:before, .main-navigation .navigation-container ul a:focus:after {
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0); } }
        @media only screen and (min-width: 960px) {
          .main-navigation .navigation-container ul a:hover:before, .main-navigation .navigation-container ul a:focus:before {
            -webkit-transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
            transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); } }
        @media only screen and (min-width: 960px) {
          .main-navigation .navigation-container ul a:hover:after, .main-navigation .navigation-container ul a:focus:after {
            -webkit-transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
            transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); } }
    .main-navigation .navigation-container .current_page_item > a,
    .main-navigation .navigation-container .current-menu-item > a,
    .main-navigation .navigation-container .current_page_ancestor > a,
    .main-navigation .navigation-container .current-menu-ancestor > a {
      opacity: .6;
      border-bottom: 2px solid; }
      .main-navigation .navigation-container .current_page_item > a:hover, .main-navigation .navigation-container .current_page_item > a:focus,
      .main-navigation .navigation-container .current-menu-item > a:hover,
      .main-navigation .navigation-container .current-menu-item > a:focus,
      .main-navigation .navigation-container .current_page_ancestor > a:hover,
      .main-navigation .navigation-container .current_page_ancestor > a:focus,
      .main-navigation .navigation-container .current-menu-ancestor > a:hover,
      .main-navigation .navigation-container .current-menu-ancestor > a:focus {
        cursor: default;
        color: #fffef8; }
        .main-navigation .navigation-container .current_page_item > a:hover:before, .main-navigation .navigation-container .current_page_item > a:hover:after, .main-navigation .navigation-container .current_page_item > a:focus:before, .main-navigation .navigation-container .current_page_item > a:focus:after,
        .main-navigation .navigation-container .current-menu-item > a:hover:before,
        .main-navigation .navigation-container .current-menu-item > a:hover:after,
        .main-navigation .navigation-container .current-menu-item > a:focus:before,
        .main-navigation .navigation-container .current-menu-item > a:focus:after,
        .main-navigation .navigation-container .current_page_ancestor > a:hover:before,
        .main-navigation .navigation-container .current_page_ancestor > a:hover:after,
        .main-navigation .navigation-container .current_page_ancestor > a:focus:before,
        .main-navigation .navigation-container .current_page_ancestor > a:focus:after,
        .main-navigation .navigation-container .current-menu-ancestor > a:hover:before,
        .main-navigation .navigation-container .current-menu-ancestor > a:hover:after,
        .main-navigation .navigation-container .current-menu-ancestor > a:focus:before,
        .main-navigation .navigation-container .current-menu-ancestor > a:focus:after {
          opacity: 0;
          -webkit-transform: none;
                  transform: none; }
        .main-navigation .navigation-container .current_page_item > a:hover:before, .main-navigation .navigation-container .current_page_item > a:focus:before,
        .main-navigation .navigation-container .current-menu-item > a:hover:before,
        .main-navigation .navigation-container .current-menu-item > a:focus:before,
        .main-navigation .navigation-container .current_page_ancestor > a:hover:before,
        .main-navigation .navigation-container .current_page_ancestor > a:focus:before,
        .main-navigation .navigation-container .current-menu-ancestor > a:hover:before,
        .main-navigation .navigation-container .current-menu-ancestor > a:focus:before {
          -webkit-transition: none;
          transition: none; }
        .main-navigation .navigation-container .current_page_item > a:hover:after, .main-navigation .navigation-container .current_page_item > a:focus:after,
        .main-navigation .navigation-container .current-menu-item > a:hover:after,
        .main-navigation .navigation-container .current-menu-item > a:focus:after,
        .main-navigation .navigation-container .current_page_ancestor > a:hover:after,
        .main-navigation .navigation-container .current_page_ancestor > a:focus:after,
        .main-navigation .navigation-container .current-menu-ancestor > a:hover:after,
        .main-navigation .navigation-container .current-menu-ancestor > a:focus:after {
          -webkit-transition: none;
          transition: none; }
    .main-navigation .navigation-container .nav-menu {
      display: none;
      text-align: center;
      -webkit-box-flex: 2;
          -ms-flex: 2 1 80%;
              flex: 2 1 80%; }
      @media only screen and (min-width: 800px) {
        .main-navigation .navigation-container .nav-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      @media only screen and (min-width: 960px) {
        .main-navigation .navigation-container .nav-menu {
          -webkit-box-flex: 2;
              -ms-flex: 2 1 80%;
                  flex: 2 1 80%; } }
    .main-navigation .navigation-container .socialicons {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 28px;
      font-size: 1.75rem; }
      @media only screen and (min-width: 800px) {
        .main-navigation .navigation-container .socialicons {
          font-size: 28px;
          font-size: 1.75rem;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media only screen and (min-width: 960px) {
        .main-navigation .navigation-container .socialicons {
          font-size: 28px;
          font-size: 1.75rem;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 15%;
                  flex: 1 0 15%;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      .main-navigation .navigation-container .socialicons li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding: 0  .2em 0 .75em;
        text-align: center; }
        @media only screen and (min-width: 800px) {
          .main-navigation .navigation-container .socialicons li {
            padding: 0  .25em; } }

/* Small menu. */
.main-navigation.toggled {
  z-index: 2; }
  .main-navigation.toggled .navigation-container {
    overflow: visible;
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
  .main-navigation.toggled .current_page_item > a,
  .main-navigation.toggled .current-menu-item > a,
  .main-navigation.toggled .current_page_ancestor > a,
  .main-navigation.toggled .current-menu-ancestor > a {
    border-bottom: none; }
  .main-navigation.toggled .nav-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    opacity: 1;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    -webkit-animation: come-in .3s ease forwards;
            animation: come-in .3s ease forwards;
    width: 100%;
    margin-left: -15%; }
    .main-navigation.toggled .nav-menu li {
      text-align: left;
      padding: 5px 10px;
      margin-bottom: 5px;
      background-color: #cb4a7e; }
      .main-navigation.toggled .nav-menu li:hover, .main-navigation.toggled .nav-menu li:focus {
        background-color: #1b324c; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    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; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  padding: 0; }
  @media only screen and (min-width: 800px) {
    .site {
      padding: 10px 15px; } }

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media only screen and (min-width: 800px) {
    .site-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.content-area {
  width: 100%; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .content-area {
      display: block;
      width: 45%; } }
  @media only screen and (min-width: 800px) {
    .content-area {
      display: block;
      width: 45%; } }

.site-content {
  min-height: 90vh; }

.site-footer {
  text-align: center;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #fffef8;
  padding-top: 40px; }
  @media only screen and (min-width: 960px) {
    .site-footer {
      width: 45%; } }
  .site-footer a {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #fffef8; }
    @media only screen and (min-width: 800px) {
      .site-footer a {
        display: inline;
        padding: 0 0 0 20px; } }
    .site-footer a:first-of-type {
      padding-top: 10px; }
      @media only screen and (min-width: 800px) {
        .site-footer a:first-of-type {
          padding-top: 0; } }
    .site-footer a:hover {
      color: #e9f49d; }

.site-news,
.entry-content {
  padding: 15px;
  max-width: 100%;
  margin-top: 440px; }
  .site-news a:hover,
  .site-news a:focus,
  .entry-content a:hover,
  .entry-content a:focus {
    text-decoration: underline;
    color: #78103a; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .site-news,
    .entry-content {
      margin: 20px auto;
      max-width: 320px; } }
  @media only screen and (min-width: 540px) and (orientation: portrait) {
    .site-news,
    .entry-content {
      margin: 70vh auto 0; } }
  @media only screen and (min-width: 800px) {
    .site-news,
    .entry-content {
      margin: 30px auto;
      border: 2px solid #fffef8;
      max-width: 430px; } }

.site-news {
  margin-top: 440px;
  padding: 0; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .site-news {
      padding: 15px;
      margin-top: 40px;
      margin: 20px auto;
      background-image: none; } }
  @media only screen and (min-width: 540px) and (orientation: portrait) {
    .site-news {
      margin-top: 90vh;
      padding: 15px;
      background-image: none; } }
  @media only screen and (min-width: 800px) {
    .site-news {
      padding: 15px;
      margin: 20px auto;
      background-image: none; } }

.site-main {
  margin-left: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
  display: block; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .site-main {
      background-color: rgba(255, 255, 255, 0.85);
      padding: 30px 60px;
      margin-left: 45%; } }
  @media only screen and (min-width: 800px) {
    .site-main {
      background-color: rgba(255, 255, 255, 0.75);
      padding: 30px 60px;
      margin-left: 45%; } }
  @media only screen and (min-width: 800px) {
    .site-main .entry-title {
      text-align: left; } }
  .site-main .column-large, .site-main .column-small {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 960px) {
      .site-main .column-large, .site-main .column-small {
        display: inline-block;
        width: 60%;
        vertical-align: top; } }
  @media only screen and (min-width: 960px) {
    .site-main .column-small {
      width: 40%;
      padding-left: 5%; } }
  .site-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .site-main ul li {
      padding: 20px 0 10px; }
      .site-main ul li strong {
        display: block;
        width: 100%;
        text-transform: uppercase; }

.entry-content {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ffffff), color-stop(10%, #f0f9ff), color-stop(50%, #f0f9ff), color-stop(50%, #ffffff), color-stop(60%, #ffffff), color-stop(60%, #f0f9ff), to(#f0f9ff));
  background-image: linear-gradient(0deg, #ffffff 10%, #f0f9ff 10%, #f0f9ff 50%, #ffffff 50%, #ffffff 60%, #f0f9ff 60%, #f0f9ff 100%);
  background-size: 10.00px 10.00px; }
  @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .entry-content {
      background-image: none;
      margin: 0;
      padding: 0;
      border: none;
      max-width: 100%; } }
  @media only screen and (min-width: 800px) {
    .entry-content {
      background-image: none;
      margin: 0;
      padding: 0;
      border: none;
      max-width: 100%; } }

body.page-template-page-photos .site-main,
body.page-template-page-video .site-main,
body.page-template-page-credits .site-main,
body.single .site-main,
body.archive .site-main {
  background-image: none;
  background-color: transparent;
  margin: 0 0;
  padding: 0 0; }
  @media only screen and (min-width: 800px) {
    body.page-template-page-photos .site-main .entry-title,
    body.page-template-page-video .site-main .entry-title,
    body.page-template-page-credits .site-main .entry-title,
    body.single .site-main .entry-title,
    body.archive .site-main .entry-title {
      text-align: center;
      max-width: 45%; } }
  body.page-template-page-photos .site-main .entry-content,
  body.page-template-page-video .site-main .entry-content,
  body.page-template-page-credits .site-main .entry-content,
  body.single .site-main .entry-content,
  body.archive .site-main .entry-content {
    background-image: none;
    margin-top: 0; }
    @media only screen and (min-width: 800px) {
      body.page-template-page-photos .site-main .entry-content,
      body.page-template-page-video .site-main .entry-content,
      body.page-template-page-credits .site-main .entry-content,
      body.single .site-main .entry-content,
      body.archive .site-main .entry-content {
        padding: 30px; } }

body.page-template-page-video .site-main .entry-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0; }

body.single .site-main,
body.archive .site-main {
  margin: 0px auto; }
  body.single .site-main .entry-title,
  body.archive .site-main .entry-title {
    margin-top: 20px;
    max-width: 100%;
    line-height: 1.5; }
    @media only screen and (min-width: 800px) {
      body.single .site-main .entry-title,
      body.archive .site-main .entry-title {
        margin-top: 0; } }
  body.single .site-main .entry-content,
  body.archive .site-main .entry-content {
    margin: 30px 0 0;
    background-color: rgba(255, 255, 255, 0.75); }
    @media only screen and (min-width: 800px) {
      body.single .site-main .entry-content,
      body.archive .site-main .entry-content {
        margin: 30px; } }
    body.single .site-main .entry-content p,
    body.archive .site-main .entry-content p {
      padding: 0 0 20px; }

.entry-meta {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12.8px;
  font-size: 0.8rem;
  opacity: .7;
  margin-bottom: 20px;
  text-align: right;
  border-bottom: 1px solid #fffef8;
  padding-bottom: 10px; }
  @media only screen and (min-width: 800px) {
    .entry-meta {
      padding-bottom: 20px; } }

.post-navigation {
  margin-top: 20px;
  border-top: 1px solid #fffef8;
  padding-top: 20px; }
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: 0 0 auto;
            flex-direction: 0 0 auto;
    flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 12.8px;
      font-size: 0.8rem; }
      @media only screen and (min-width: 800px) {
        .post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
          font-size: 14.4px;
          font-size: 0.9rem;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 40%;
                  flex: 0 0 40%; } }
    .post-navigation .nav-links .nav-previous a:before {
      content: '\f04a\00a0';
      padding-bottom: 10px; }
      @media only screen and (min-width: 800px) {
        .post-navigation .nav-links .nav-previous a:before {
          padding-bottom: 0; } }
    .post-navigation .nav-links .nav-next a:after {
      content: '\00a0\f04e'; }

ul.credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  ul.credits li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background-color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
    padding: 0; }
    @media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
      ul.credits li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%; } }
    @media only screen and (min-width: 960px) {
      ul.credits li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%; } }
  ul.credits img {
    width: 100%;
    display: block;
    padding: 20px; }
    @media only screen and (min-width: 540px) and (orientation: portrait) {
      ul.credits img {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        padding: 0; } }
    @media only screen and (min-width: 800px) {
      ul.credits img {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        padding: 0; } }
  ul.credits .details {
    width: 100%;
    display: block;
    padding: 20px; }
    @media only screen and (min-width: 540px) and (orientation: portrait) {
      ul.credits .details {
        width: 70%;
        display: inline-block;
        vertical-align: top; } }
    @media only screen and (min-width: 800px) {
      ul.credits .details {
        width: 70%;
        display: inline-block;
        vertical-align: top; } }

.entry-content p.links {
  font-weight: 700;
  padding: 20px;
  margin: 20px auto 0;
  width: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75); }
  .entry-content p.links a {
    display: block;
    width: 100%;
    padding: 5px;
    margin-top: 5px; }
    @media only screen and (min-width: 540px) and (orientation: portrait) {
      .entry-content p.links a {
        display: inline;
        width: auto;
        margin-top: 0; } }

.contact-item {
  margin-top: 20px; }
  .contact-item p {
    padding: 0 0; }

#mc_embed_signup {
  margin: 40px 0 20px; }
  #mc_embed_signup label {
    margin: 10px 0; }
  #mc_embed_signup input {
    width: 100%;
    display: block;
    border: none;
    margin: 10px 0;
    border: 1px solid #1b324c;
    padding: 5px; }
    #mc_embed_signup input:focus, #mc_embed_signup input:hover {
      background-color: #e9f49d; }
  #mc_embed_signup input[type=submit] {
    font-weight: 700;
    font-size: 21.6px;
    font-size: 1.35rem;
    text-transform: uppercase;
    background-color: #cb4a7e;
    border: none;
    color: #fffef8; }
    #mc_embed_signup input[type=submit]:hover, #mc_embed_signup input[type=submit]:focus {
      background-color: #78103a; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1b324c; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1b324c; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1b324c; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #1b324c; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.hustle-modal-article {
  text-align: center;
  color: #fffef8;
  font-weight: 700; }

.wph-modal.inc_opt_slidein_n .hustle-modal, #wph-preview-modal.inc_opt_slidein_n .hustle-modal {
  margin-top: 20px !important; }

.hustle-modal-close {
  padding: 10px;
  margin: 0 0 !important;
  background-color: #284566; }

@media only screen and (min-width: 800px) {
  body.page-template-page-contact .site-main {
    padding: 30px 15%; } }

.come-in {
  -webkit-transform: none;
          transform: none; }
  @media only screen and (min-width: 800px) {
    .come-in {
      -webkit-transform: translateX(2000px);
              transform: translateX(2000px);
      -webkit-animation: come-in 1.25s ease forwards;
              animation: come-in 1.25s ease forwards; } }

@media only screen and (min-width: 800px) {
  .fade-in {
    -webkit-animation: fadein 2s;
            animation: fadein 2s; } }

@-webkit-keyframes come-in {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes come-in {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*--------------------------------------------------------------
# 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%; }

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

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