@charset "UTF-8";
/*!
Theme Name: Jobe Corral
Author: Deborah Lykins
Author URI: https://www.zocalodesign.com
Description: Custom Theme by Zócalo Design
Version: 1.0.0
Text Domain: jobecorral

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
	- Content Classes

--------------------------------------------------------------*/
/* Gutenberg color options*/
.has-smoke-color {
  color: #f7f7f7;
}
.has-smoke-color a, .has-smoke-color a:visited {
  color: #f7f7f7;
}
.has-smoke-color a:hover {
  color: #dedede;
}
.is-style-outline .has-smoke-color {
  color: #f7f7f7;
}
.is-style-outline .has-smoke-color:hover {
  color: #c4c4c4;
}
.has-smoke-color.button {
  border-color: #f7f7f7;
}

.has-smoke-background-color {
  background-color: #f7f7f7;
}

a:hover.has-smoke-background-color {
  background-color: #dedede;
}

.has-gray-color {
  color: #868585;
}
.has-gray-color a, .has-gray-color a:visited {
  color: #868585;
}
.has-gray-color a:hover {
  color: #6c6c6c;
}
.is-style-outline .has-gray-color {
  color: #868585;
}
.is-style-outline .has-gray-color:hover {
  color: #535252;
}
.has-gray-color.button {
  border-color: #868585;
}

.has-gray-background-color {
  background-color: #868585;
}

a:hover.has-gray-background-color {
  background-color: #6c6c6c;
}

.has-darkgray-color {
  color: #3b3939;
}
.has-darkgray-color a, .has-darkgray-color a:visited {
  color: #3b3939;
}
.has-darkgray-color a:hover {
  color: #212020;
}
.is-style-outline .has-darkgray-color {
  color: #3b3939;
}
.is-style-outline .has-darkgray-color:hover {
  color: #070707;
}
.has-darkgray-color.button {
  border-color: #3b3939;
}

.has-darkgray-background-color {
  background-color: #3b3939;
}

a:hover.has-darkgray-background-color {
  background-color: #212020;
}

.has-white-color {
  color: #fff;
}
.has-white-color a, .has-white-color a:visited {
  color: #fff;
}
.has-white-color a:hover {
  color: #e6e6e6;
}
.is-style-outline .has-white-color {
  color: #fff;
}
.is-style-outline .has-white-color:hover {
  color: #cccccc;
}
.has-white-color.button {
  border-color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

a:hover.has-white-background-color {
  background-color: #e6e6e6;
}

.has-black-color {
  color: #1e1d1d;
}
.has-black-color a, .has-black-color a:visited {
  color: #1e1d1d;
}
.has-black-color a:hover {
  color: #040404;
}
.is-style-outline .has-black-color {
  color: #1e1d1d;
}
.is-style-outline .has-black-color:hover {
  color: black;
}
.has-black-color.button {
  border-color: #1e1d1d;
}

.has-black-background-color {
  background-color: #1e1d1d;
}

a:hover.has-black-background-color {
  background-color: #040404;
}

@font-face {
  font-family: "fontello";
  src: url("../jobecorral/assets/webfonts/fontello.eot?25208174");
  src: url("../jobecorral/assets/webfonts/fontello.eot?25208174#iefix") format("embedded-opentype"), url("../jobecorral/assets/webfonts/fontello.woff2?25208174") format("woff2"), url("../jobecorral/assets/webfonts/fontello.woff?25208174") format("woff"), url("../jobecorral/assets/webfonts/fontello.ttf?25208174") format("truetype"), url("../jobecorral/assets/webfonts/fontello.svg?25208174#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-houzz:before {
  content: "";
}

/* '' */
/*********************
BREAKPOINTS
*********************/
/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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: #3b3939;
  font-family: azo-sans-web, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  margin: 1em 0;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 2.9em;
  font-weight: 300;
}
h1.entry-title, .h1.entry-title {
  text-align: center;
}

h2, .h2 {
  font-size: 1.6em;
}
h2.callout, .h2.callout {
  font-size: 1.9em;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 51em) {
  h2.callout, .h2.callout {
    text-align: right;
  }
}
h2.introheader, .h2.introheader {
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}

h3, .h3 {
  font-size: 1.4em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  border-color: rgba(59, 57, 57, 0.75);
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 1.1em;
}

h5, .h5 {
  font-size: 0.95em;
}

h6, .h6 {
  font-size: 0.8em;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

ul {
  list-style: disc;
}
ul.nodot {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding-left: 0;
}

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: #1e1d1d;
  text-decoration: none;
  transition: 0.5s;
}
a:visited {
  color: #1e1d1d;
}
a:hover, a:focus, a:active {
  color: #868585;
  transition: 0.5s;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button, .button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, .button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}
button:active, button:focus, .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: transparent;
}

input.gform_button {
  padding: 1em 2em;
  text-transform: uppercase;
  border-radius: 0;
  background: #fff;
  border: 4px solid #ebebeb;
}
input.gform_button:hover {
  border: 4px solid #868585;
}

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;
  padding: 3px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 4px solid #ebebeb;
}
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 {
  padding: 3px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 4px solid #ebebeb;
}

textarea {
  width: 100%;
}

.gform_wrapper.gf_browser_chrome select {
  padding: 9px 4px 9px 2px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 300 !important;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
body.admin-bar .site-header {
  margin-top: 46px;
}
@media (min-width: 48.875em) {
  body.admin-bar .site-header {
    margin-top: 32px;
  }
}

.site-header {
  padding: 0 2em;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: white;
  position: fixed;
  box-shadow: 0 0 5px rgba(134, 133, 133, 0.51);
}
@media (min-width: 51em) {
  .site-header {
    height: 100px;
  }
}
body.home .site-header {
  background: rgba(255, 255, 255, 0.8);
}

.max-headwidth {
  margin: auto;
  position: relative;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  flex-wrap: wrap;
}
@media (min-width: 51em) {
  .max-headwidth {
    justify-content: flex-start;
  }
}

.site-branding {
  position: relative;
  display: inline-block;
  flex: 0 1 210px;
  z-index: 9;
}
@media (min-width: 51em) {
  .site-branding {
    vertical-align: middle;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 41.625em) {
  .site-branding {
    margin: 0 auto 0 0;
  }
}

.custom-logo-link {
  display: inline-block;
}

.custom-logo {
  width: 163px;
  vertical-align: middle;
  padding: 10px 0 10px 0;
}
@media (min-width: 51em) {
  .custom-logo {
    width: 210px;
    padding: 5px 0 5px 0;
  }
}

body:not(.home) .site {
  margin-top: 56px;
}
@media (min-width: 51em) {
  body:not(.home) .site {
    margin-top: 100px;
  }
}

/* Footer
--------------------------------------------- */
.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5em 2em;
  max-width: 1344px;
  margin: auto;
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.site-footer .site-info {
  font-size: 0.8em;
  font-weight: 300;
}
.footer-widget-container {
  padding: 0.5em;
}

.site-info {
  margin: 1em;
}

.entry-footer {
  position: absolute;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  flex: 1;
}
@media (min-width: 51em) {
  .main-navigation {
    display: block;
  }
}
.main-navigation ul {
  position: absolute;
  left: -100%;
  list-style: none;
  margin: 0;
  padding-left: 0;
  transition: 0.5s;
}
@media (min-width: 51em) {
  .main-navigation ul {
    position: relative;
    left: 0;
  }
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  display: block;
  height: auto;
  top: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  left: -2.5em;
  transform: translateZ(0);
  transform: translateY(-10px);
  transition: all 0.65s ease 0s, visibility 0s linear 0.3s;
  padding-bottom: 1em;
  min-width: 140%;
  width: auto;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  visibility: visible;
  display: block;
  left: -2.5em;
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0s;
}
.main-navigation li {
  position: relative;
}
.main-navigation li.ss-icon a {
  padding: 0.5em 0.2em;
  position: relative;
  top: 2px;
}
.main-navigation li.leftpad a {
  padding-left: 1em;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.5em 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
  font-weight: 400;
}
.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: #868585;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
}

.menu-menu-1-container {
  position: fixed;
  top: 0;
  left: -100%;
  background: #fff;
  width: 300px;
  height: 130vh;
  transition: 0.5s;
}
@media (min-width: 51em) {
  .menu-menu-1-container {
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    width: auto;
    height: auto;
  }
}

.main-navigation .ss-delete {
  display: none;
}
.main-navigation .ss-rows {
  display: block;
}

.main-navigation.toggled .ss-delete {
  display: block;
}
.main-navigation.toggled .ss-rows {
  display: none;
}

.toggled .menu-menu-1-container {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 300px;
  height: 130vh;
  box-shadow: 0 0 5px rgba(134, 133, 133, 0.51);
}
.toggled .menu-menu-1-container ul#primary-menu {
  margin-top: 120px;
  left: 17px;
}
.toggled .menu-menu-1-container li.ss-icon {
  display: inline-block;
}
.toggled .menu-menu-1-container li.ss-icon a {
  padding-right: 0.2em;
  position: relative;
  top: 2px;
}
.toggled .menu-menu-1-container a {
  display: block;
  text-decoration: none;
  padding: 1em 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}

ul#mobile-menu {
  margin: 0;
  padding: 1em;
  list-style: none;
}

nav.mobile-navigation {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 85vw;
  max-width: 300px;
  box-shadow: 0 4px 5px rgba(134, 133, 133, 0.51);
}
nav.mobile-navigation li.ss-icon {
  display: inline-block;
}
nav.mobile-navigation li.ss-icon a {
  padding-right: 0.2em;
  position: relative;
  top: 2px;
}
nav.mobile-navigation a {
  display: block;
  text-decoration: none;
  padding: 1em 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}

@media (min-width: 51em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 51em) and (min-width: 51em) {
  .main-navigation ul {
    justify-content: flex-end;
  }
}
.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 {
  text-align: end;
  flex: 1 0 50%;
  order: 2;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: 1 0 50%;
  order: 1;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

.site-main {
  min-height: 80vh;
  padding: 2em 2em 0;
  max-width: 1344px;
  margin: auto;
}

.wp-block-group__inner-container {
  max-width: 1334px;
  margin: auto;
  padding: 2em;
}

body.page-id-40 .site-main {
  padding-top: 0;
}

/* Custom Pages
--------------------------------------------- */
.team-grid.faded .image--basic img {
  opacity: 0.5;
  transition: 0.5s;
}
.team-grid.faded .image__cell.is-expanded .image--basic img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  transition: 0.5s;
}

.image--basic img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: 0.5s;
  display: block;
}

.team-grid {
  overflow: hidden;
  background-color: #f7f7f7;
}

.team-grid-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 5px 0;
}

.bio-content {
  max-width: 815px;
  margin: auto;
  padding: 3em 2em;
}

.image__cell {
  float: left;
  position: relative;
  width: 33%;
  margin-bottom: 2em;
}

.image--basic {
  padding: 0 5px;
  width: 250px;
  margin: auto;
  text-align: center;
  max-width: 100%;
}

.basic__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.image__cell.is-collapsed .arrow--up {
  display: block;
  height: 10px;
  width: 100%;
}

.image--large {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

.image__cell.is-collapsed .image--basic {
  cursor: pointer;
}

.image__cell.is-expanded .image--expand {
  max-height: 1500px;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.05);
  margin-top: 3em;
  margin-bottom: 3em;
  transform: translateX(0%);
  transition-delay: 0.75s;
}

.image--expand {
  position: relative;
  left: 100%;
  padding: 0 5px;
  box-sizing: content-box;
  overflow: hidden;
  background: #fff;
  max-height: 0;
  transform: translateZ(0);
  transform: translateY(-10px);
  transition: all 0.65s ease 0s;
}

.image__cell:nth-of-type(3n+2) .image--expand {
  left: 0;
}

.image__cell:nth-of-type(3n+3) .image--expand {
  left: -100%;
}

.image__cell:nth-of-type(3n+4) {
  clear: left;
}

.image__cell.is-expanded .arrow--up {
  display: block;
  border-bottom: 8px solid #222;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 2px auto 0;
}

.expand__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #868585;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}

.expand__close:before {
  content: "×";
}

.expand__close:hover {
  color: #1e1d1d;
}

@media only screen and (max-width: 530px) {
  .image__cell {
    width: 100%;
  }

  .image--expand {
    padding: 0;
  }

  .image--expand, .image__cell:nth-of-type(3n+3) .image--expand {
    left: 0;
  }
}
h2.team-name {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #868585;
  letter-spacing: 0.5px;
  margin: 1em 0 0.1em;
  font-family: acumin-pro-condensed, sans-serif;
}

.team-title {
  margin: 0;
  font-size: 0.95em;
  line-height: 1.2;
}

p.readmorelink {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
}

span.closeit {
  transform: rotate(45deg);
  display: inline-block;
}

.team-member:hover img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  transition: 0.5s;
}

.max-header-width {
  margin: 4em auto 3em;
  max-width: 800px;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.portfolio-item {
  flex: 1 1 100%;
  position: relative;
  margin: 1.5em 0px;
}
@media (min-width: 41.625em) {
  .portfolio-item {
    flex: 0 1 48%;
  }
}
.portfolio-item img {
  display: block;
}
.portfolio-item .portfolio-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.5s;
  transition-delay: 0.3s;
  visibility: hidden;
}
.portfolio-item a h2 {
  color: #1e1d1d;
  font-weight: 300;
  text-align: center;
  visibility: hidden;
  transition: 0.1s;
  transition-delay: 0.3s;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 2px;
}
.portfolio-item a:hover .portfolio-banner, .portfolio-item a:focus .portfolio-banner {
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  visibility: visible;
}
.portfolio-item a:hover h2, .portfolio-item a:focus h2 {
  visibility: visible;
  transition: 0.5s;
}

@media (hover: none) and (pointer: coarse) {
  .portfolio-item .portfolio-banner {
    position: relative;
    visibility: visible;
  }
  .portfolio-item a h2 {
    visibility: visible;
  }
}
/* Single Portfolio Pages */
.portfolio-details {
  background: #f7f7f7;
  padding: 2em 2.875em 2em;
  flex: 0 1 315px;
  align-self: flex-start;
}
.portfolio-details p {
  font-size: 0.95em;
  margin: 0.25em 0;
}

strong.subheader {
  color: #868585;
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 1.1em;
}

body.single-portfolio .site, body.single-ideas .site {
  overflow-x: hidden;
}
body.single-portfolio .site-main, body.single-ideas .site-main {
  padding-top: 0;
}
body.single-portfolio h1.entry-title, body.single-ideas h1.entry-title {
  text-align: left;
  margin-bottom: 0;
  line-height: 1;
}
body.single-portfolio .entry-content, body.single-ideas .entry-content {
  flex: 0 1 860px;
}
body.single-portfolio .metaslider .flex-control-nav, body.single-ideas .metaslider .flex-control-nav {
  text-align: left;
  bottom: 23px;
  margin-left: 2em;
}
@media (min-width: 85.6em) {
  body.single-portfolio .metaslider .flex-control-nav, body.single-ideas .metaslider .flex-control-nav {
    margin-left: 7em;
  }
}
body.single-portfolio .flex-control-paging li a, body.single-ideas .flex-control-paging li a {
  background-color: #fff;
}
body.single-portfolio .flex-control-paging li a.flex-active, body.single-ideas .flex-control-paging li a.flex-active {
  background-color: #000;
}

section.flex-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3em;
}

.navigation.post-navigation {
  background: gray;
  padding: 1em;
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  width: 100vw;
  position: relative;
}
.navigation.post-navigation .nav-links {
  max-width: 1344px;
  padding: 0 2em;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.navigation.post-navigation a {
  color: #fff;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navigation.post-navigation a:hover, .navigation.post-navigation a:focus {
  opacity: 0.5;
}

/* .portfolio-nav-container {
    background: gray;
    padding: 1em;
}

.portfolio-nav {
    max-width: 1344px;
    padding: 0 1.5em;
    margin: auto;
    display: flex;
    justify-content: space-between;

    a {
    	color: $white;
    	font-family: $acumin;
    	font-size: .9em;
    	text-transform: uppercase;
    	letter-spacing: 1px;

    	&:hover, &:focus {
    		opacity: .5;
    	}
    }
} */
/* Custom Slider Bullets */
.custom .tp-bullet {
  border-radius: 100px;
  background: rgba(212, 212, 212, 0.8);
  width: 6px;
  height: 6px;
}
@media (min-width: 51em) {
  .custom .tp-bullet {
    width: 9px;
    height: 9px;
  }
}

.custom .tp-bullet:hover, .custom .tp-bullet.selected {
  background: #3b3939;
}

rs-fullwidth-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.publication-grid {
  margin-bottom: 4em;
}

.publication-grid-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media (min-width: 41.625em) {
  .publication-grid-content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3em;
  }
}
@media (min-width: 51em) {
  .publication-grid-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3em;
  }
}

.publication-item {
  position: relative;
}
.publication-item img {
  display: block;
}
.publication-item .publication-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.5s;
  transition-delay: 0.3s;
  visibility: hidden;
}
.publication-item a h2 {
  font-size: 0.9em;
  color: #1e1d1d;
  font-weight: 300;
  text-align: center;
  visibility: hidden;
  transition: 0.1s;
  transition-delay: 0.3s;
  line-height: 1.4;
  text-transform: uppercase;
}
.publication-item:hover .publication-banner {
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  visibility: visible;
}
.publication-item:hover a h2 {
  visibility: visible;
  transition: 0.5s;
}

.wp-block-group.recogniton-text {
  padding: 1em 2em 2em;
  margin-top: 2em;
}
.wp-block-group.recogniton-text .wp-block-group__inner-container {
  max-width: 870px;
  margin: auto;
}
.wp-block-group.recogniton-text h3 {
  margin-top: 1.5em;
}

.zd-publication-details {
  text-align: center;
  letter-spacing: 0.25px;
  padding: 1px 1em;
  margin-bottom: 0.5em;
  border-top: 1px solid rgba(59, 57, 57, 0.5);
}
.zd-publication-details a {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 1px;
}

.tour a {
  font-size: 0.8em;
}

.single-publication .site-main {
  max-width: 1000px;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Slider Arrows */
.custom.tparrows {
  height: 100% !important;
  width: 20% !important;
  background-color: transparent !important;
}

.custom.tparrows:before {
  width: 40px;
  background: rgba(0, 0, 0, 0.25);
  top: 47%;
  position: absolute;
}

.custom.tparrows:hover {
  background-color: transparent !important;
}

.custom.tparrows:hover:before {
  background: rgba(0, 0, 0, 0.5) !important;
}

.custom.tparrows.tp-rightarrow:before {
  right: 0;
}

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

.wp-block-image figcaption {
  font-weight: 500;
  max-width: 900px;
  margin: 0.5em auto 2em;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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;
  -webkit-clip-path: none;
          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;
}

.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  width: 100vw;
  position: relative;
}

.alignwide {
  width: 100%;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 41.625em) {
  .alignwide {
    width: calc(100% + 96px);
    left: -48px;
  }
}

.clearfix {
  clear: both;
}

/* Content Classes
--------------------------------------------- */
.doublelineheight {
  line-height: 2;
}

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

.allcaps {
  text-transform: uppercase;
}

/* Introduction Block at top of pages */
.introblock {
  padding: 0 1em;
  margin-top: 1em;
  letter-spacing: 0.5px;
}
@media (min-width: 51em) {
  .introblock {
    padding: 0 5em 0 1em;
    margin-top: 5em;
    margin-bottom: 6em;
  }
}
@media (min-width: 51em) {
  .introblock .wp-block-column:not(:first-child) {
    padding-left: 3em;
    margin-left: 3em;
    border-left: 1px solid;
  }
  .introblock p {
    margin: 0;
  }
}

@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 0px;
  }
}
/* Animation */
.fade-in {
  -webkit-animation: fade-in 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: fade-in 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-3 14:5:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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