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

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

--------------------------------------------------------------*/
/* Gutenberg color options*/
.has-orange-color {
  color: #e4861c;
}
.has-orange-color a, .has-orange-color a:visited {
  color: #e4861c;
}
.has-orange-color a:hover {
  color: #b76b16;
}
.is-style-outline .has-orange-color {
  color: #e4861c;
}
.is-style-outline .has-orange-color:hover {
  color: #8a5110;
}
.has-orange-color.button {
  border-color: #e4861c;
}

.has-orange-background-color {
  background-color: #e4861c;
}

a:hover.has-orange-background-color {
  background-color: #b76b16;
}

.has-green-color {
  color: #5b7040;
}
.has-green-color a, .has-green-color a:visited {
  color: #5b7040;
}
.has-green-color a:hover {
  color: #41502d;
}
.is-style-outline .has-green-color {
  color: #5b7040;
}
.is-style-outline .has-green-color:hover {
  color: #262f1b;
}
.has-green-color.button {
  border-color: #5b7040;
}

.has-green-background-color {
  background-color: #5b7040;
}

a:hover.has-green-background-color {
  background-color: #41502d;
}

.has-gray-color {
  color: #666666;
}
.has-gray-color a, .has-gray-color a:visited {
  color: #666666;
}
.has-gray-color a:hover {
  color: #4d4d4d;
}
.is-style-outline .has-gray-color {
  color: #666666;
}
.is-style-outline .has-gray-color:hover {
  color: #333333;
}
.has-gray-color.button {
  border-color: #666666;
}

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

a:hover.has-gray-background-color {
  background-color: #4d4d4d;
}

.has-lightgray-color {
  color: #f0f2ee;
}
.has-lightgray-color a, .has-lightgray-color a:visited {
  color: #f0f2ee;
}
.has-lightgray-color a:hover {
  color: #d7dcd1;
}
.is-style-outline .has-lightgray-color {
  color: #f0f2ee;
}
.is-style-outline .has-lightgray-color:hover {
  color: #bdc6b4;
}
.has-lightgray-color.button {
  border-color: #f0f2ee;
}

.has-lightgray-background-color {
  background-color: #f0f2ee;
}

a:hover.has-lightgray-background-color {
  background-color: #d7dcd1;
}

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

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

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

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

.has-black-background-color {
  background-color: #333333;
}

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

/*********************
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: #666666;
  font-family: "Cabin", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

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

h1, .h1 {
  text-align: center;
  color: #e4861c;
  font-weight: normal;
  font-size: 1.875em;
  margin-bottom: 0;
}
.page-id-46 h1.entry-title, .page-id-46 .h1.entry-title {
  visibility: hidden;
  margin: 0;
}

h2, .h2 {
  font-size: 1.65em;
}
h2.intro, .h2.intro {
  margin: 0 0 1em;
  padding: 0 0.75em;
  position: relative;
  font-family: "Archer A", "Archer B";
  font-weight: 800;
  line-height: 1.12;
  color: #333333;
}
h2.intro:before, .h2.intro:before {
  content: "";
  width: 10px;
  height: 100%;
  background: #e4861c;
  top: 0;
  position: absolute;
  left: 0;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 0 1em;
  padding: 0 1.375em;
  position: relative;
}
blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
  padding: 0 1.1em;
}
blockquote.wp-block-quote.is-large p, blockquote.wp-block-quote.is-style-large p {
  font-family: "Archer A", "Archer B";
  font-style: normal;
  font-weight: 800;
  margin-top: 0;
  font-size: 1.65em;
  line-height: 1.15;
  color: #333333;
}
blockquote.wp-block-quote.is-large:before, blockquote.wp-block-quote.is-style-large:before {
  width: 10px;
}
blockquote p {
  margin-top: 0;
}
blockquote:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #e4861c;
  top: 0;
  position: absolute;
  left: 0;
}

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;
}
body:not(.home) {
  display: none;
}

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: #5b7040;
  text-decoration: none;
}
a:visited {
  color: #5b7040;
}
a:hover, a:focus, a:active {
  color: #e4861c;
}
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: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, .button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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: #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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  padding: 0 1em;
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /*@include breakpoint(phablet) {
       padding: 0 2em;
     }

  	@include breakpoint(tablet) {
     // height: 130px;
  }*/
}

.max-headwidth {
  margin: auto;
  position: relative;
  max-width: 1270px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  height: 100%;
}
body.admin-bar .site-header {
  margin-top: 46px;
}
@media (min-width: 51em) {
  body.admin-bar .site-header {
    margin-top: 32px;
  }
}

.site-branding {
  position: relative;
  display: inline-block;
  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: 168px;
  vertical-align: middle;
  padding: 5px 0 5px 0;
  /*@include breakpoint(phablet) { 
         width: 410px;
     } 
  @include breakpoint(smalldesktop) { 
     width: 410px;    
  }*/
}
.post-type-archive-projects .custom-logo {
  -webkit-filter: saturate(0) brightness(0) invert(1);
          filter: saturate(0) brightness(0) invert(1);
}

.site {
  position: relative;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #5b7040;
  text-align: center;
  padding: 0.5em 1em;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .site-footer-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1270px;
  margin: auto;
}
.site-footer .site-info {
  font-weight: 300;
  text-align: left;
  margin: 0.5em 1em;
}
.site-footer .site-info p {
  text-transform: uppercase;
}
.site-footer .site-info a {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .site-info a:hover {
  color: white;
}
.site-footer ul.menu {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
  margin: 0 auto;
}
.site-footer ul.menu li {
  margin: 0 0.5em;
}
.site-footer ul.menu li a {
  font-size: 1.5em;
}
.site-footer p {
  margin: 0.5em 0;
  letter-spacing: 1px;
  font-size: 8px;
  letter-spacing: 2px;
}

.footer-widget-container {
  padding: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex: 1 1 66%;
          flex: 1 1 66%;
}
.footer-widget-container p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 1em;
}
.footer-widget-container a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget-container a:hover {
  color: white;
}

#nav_menu-2 {
  margin: 0 auto;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  opacity: 0.8;
}

section#custom_html-2 {
  margin-right: 1.5em;
}

#media_image-2 img {
  -webkit-filter: saturate(0) brightness(0) invert(1);
          filter: saturate(0) brightness(0) invert(1);
  opacity: 0.8;
  width: 110px;
  margin-top: 0.45em;
}

.entry-footer {
  position: absolute;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  display: block;
  height: auto;
  top: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  left: -2.5em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateY(-10px);
          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;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition-delay: 0s;
}
.main-navigation li {
  position: relative;
  margin: 0 2em;
}
@media (min-width: 51em) {
  .main-navigation li {
    margin: 0 0em 0 2em;
  }
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border: 1px solid;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.25em 0.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
  border: 1px solid transparent;
}
.post-type-archive-projects .main-navigation a {
  color: #ffffff;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border: 1px solid;
}

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

.menu-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  background: transparent;
  border: 0;
  color: #5b7040;
  font-size: 2em;
  padding: 0.5em;
  width: 60px;
}
.post-type-archive-projects .menu-toggle {
  color: #ffffff;
}

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

.main-navigation #menuclose {
  display: none;
}
.main-navigation #menurows {
  display: block;
}

.main-navigation.toggled #menuclose {
  display: block;
}
.main-navigation.toggled #menurows {
  display: none;
}

.toggled .menu-main-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 300px;
  height: 130vh;
  box-shadow: 0 0 5px rgba(134, 133, 133, 0.51);
}
.post-type-archive-projects .toggled .menu-main-menu-container {
  background: #5b7040;
  box-shadow: 0 0 5px #262f1b;
}
.toggled .menu-main-menu-container ul#primary-menu {
  margin-top: 120px;
  left: 17px;
}
.toggled .menu-main-menu-container li.ss-icon {
  display: inline-block;
}
.toggled .menu-main-menu-container li.ss-icon a {
  padding-right: 0.2em;
  position: relative;
  top: 2px;
}
.toggled .menu-main-menu-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: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-flex;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0;
}

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

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

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

.site-main {
  min-height: 81vh;
  max-width: 1008px;
  margin: 100px auto 0;
  padding: 1px 1em;
}

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

.wp-block-group.alignfull {
  padding: 2em 1em;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1142px;
  margin: auto;
  padding: 0 1em;
}
.wp-block-group.alignfull.narrow .wp-block-group__inner-container {
  max-width: 960px;
}

/* Home Page */
body.home .entry-header {
  display: none;
}
body.home .site-main {
  padding: 0;
}
body.home .entry-content {
  margin-top: -100px;
}

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

.bypostauthor {
  display: block;
}

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

.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut ease 8s;
  -webkit-animation: fadeOut ease 8s;
  -moz-animation: fadeOut ease 8s;
  -o-animation: fadeOut ease 8s;
  -ms-animation: fadeOut ease 8s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 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;
}

/* Comparison Slider Blocks */
/* Our wrapper */
.comparison-slider {
  position: relative;
  overflow: hidden;
}

.comparison-slider img {
  width: 100%;
  display: block;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.resize .content-image {
  max-width: none;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 35px;
  margin-left: 1px;
  cursor: ew-resize;
}

/*.handle:after {  
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;
    background: trasparent; 
    border:4px solid #fff; 
    border-radius: 50%;
    transition:all 0.3s ease;
    }*/
.scroller {
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
}

svg.scroller__thumb {
  border: 4px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 5px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
}

.scroller:before,
.scroller:after {
  content: " ";
  display: block;
  width: 4px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}

.scroller:before {
  top: 50%;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.5);
}

.scroller:after {
  bottom: 50%;
  -webkit-transform: translateY(-23px);
          transform: translateY(-23px);
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.5);
}

.scroller:before,
.scroller:after {
  background: #fff;
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}

.parallax-window {
  margin-top: -100px;
  min-height: 300px;
}
@media (min-width: 51em) {
  .parallax-window {
    min-height: 600px;
  }
}

.parallax-window.banner-photo {
  min-height: 50vh;
}
@media (min-width: 51em) {
  .parallax-window.banner-photo {
    min-height: 90vh;
  }
}

.no-js .parallax-window {
  margin-top: 0;
  min-height: 0;
}
@media (min-width: 51em) {
  .no-js .parallax-window {
    min-height: 0;
  }
}
.no-js .parallax-window.banner-photo {
  min-height: 0;
}
@media (min-width: 51em) {
  .no-js .parallax-window.banner-photo {
    min-height: 0;
  }
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

figcaption {
  border-left: 6px solid #e4861c;
  padding-left: 1em;
}

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

/* Zocalo Custom Projects
--------------------------------------------- */
.team-grid {
  background: #f0f2ee;
  padding: 1em 2em 2em;
}

.team-grid-header, .team-grid-content {
  max-width: 1278px;
  margin: 0 auto 1.75em;
}

.team-grid-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media (min-width: 83.875em) {
  .team-grid-content {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}

.team-member {
  position: relative;
  cursor: pointer;
  -webkit-flex: 0 1 410px;
          flex: 0 1 410px;
  margin: 0.5em;
  background: #ffffff;
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  min-height: 450px;
}
.team-member img {
  display: block;
  width: 100%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  transition: 0.5s;
}
.team-member:hover img, .team-member.open img {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  transition: 0.5s;
}
.team-member .team-name-title {
  padding: 0 1.5em;
}
.team-member h2 {
  font-size: 1em;
  display: inline-block;
  margin-bottom: 0.5em;
  color: #333333;
}
.team-member h2 .suffix {
  font-weight: 500;
}
.team-member p.title {
  display: inline-block;
  margin-bottom: 0.5em;
  color: #e4861c;
}
.team-member p.bio {
  margin-top: 0;
  font-size: 0.75em;
  padding: 0 2em;
}
.team-member.open {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.more {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
}

.show {
  visibility: visible;
  max-height: 1000px;
  height: auto;
  opacity: 1;
  transition: 1s;
}

a.readmore {
  display: block;
  position: absolute;
  bottom: 7px;
  right: 30px;
  text-decoration: none;
  font-size: 0.75em;
  text-transform: uppercase;
}
@media (min-width: 41.625em) {
  a.readmore {
    bottom: 10px;
  }
}

a.readmore.highlight {
  display: inline-block;
  position: relative;
  text-align: right;
  bottom: 10px;
  right: -300px;
}

/* Project Archive */
.post-type-archive-projects .site-main {
  max-width: 1292px;
}
.post-type-archive-projects .site-header {
  background-color: #5b7040;
  box-shadow: none;
}

.project-grid {
  margin: auto;
  max-width: 100%;
}

.project-item h2 {
  font-size: 1.05em;
  letter-spacing: 0.5px;
  margin: 0.75em 0 0;
}
.project-item img {
  display: block;
  transition: 0.5s;
}

.img-container {
  overflow: hidden;
}

a.project-permalink {
  text-decoration: none;
  color: #666666;
}
a.project-permalink:hover, a.project-permalink:focus, a.project-permalink:active {
  color: #e4861c;
}
a.project-permalink:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: 0.5s;
}

/* Filter */
a.small-filter {
  text-align: center;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-top: 1.7em;
}
@media (min-width: 41.625em) {
  a.small-filter {
    display: none;
  }
}

ul.button-group.filter-button-group {
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
  max-height: 0;
  overflow: hidden;
  transition: 0.25s;
}
@media (min-width: 41.625em) {
  ul.button-group.filter-button-group {
    max-height: initial;
    padding: 1em 0;
    margin: 0 0 1.5em;
  }
}
ul.button-group.filter-button-group li.button-filter {
  position: relative;
  margin: 1em;
}
@media (min-width: 41.625em) {
  ul.button-group.filter-button-group li.button-filter {
    display: inline-block;
    opacity: 1;
    margin: auto;
  }
  ul.button-group.filter-button-group li.button-filter:after {
    content: "";
    width: 1px;
    height: 1em;
    background: #666666;
    position: absolute;
    top: 0.25em;
  }
  ul.button-group.filter-button-group li.button-filter:last-of-type:after {
    display: none;
  }
}
ul.button-group.filter-button-group li.button-filter.is-checked.active a {
  color: #e4861c;
}
ul.button-group.filter-button-group a {
  padding: 1em;
  color: #666666;
}
ul.button-group.filter-button-group a:hover, ul.button-group.filter-button-group a:focus, ul.button-group.filter-button-group a:active {
  color: #e4861c;
}
ul.button-group.filter-button-group.showfilter {
  max-height: 1000px;
  transition: 1s;
}

.project-banner {
  display: block;
  margin-bottom: 1.5em;
}
.project-banner p {
  margin: 0;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 0.5px;
}

/* Single Project */
.single-projects .entry-content {
  padding-bottom: 4em;
}

.banner-photo {
  margin-top: -100px;
}
.banner-photo img {
  width: 100%;
  display: block;
}

.infobar {
  background: #f0f2ee;
}

ul.inforow {
  padding: 1em 1em;
  margin: 0 auto;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1142px;
  text-transform: uppercase;
  color: #333333;
  -webkit-justify-content: center;
          justify-content: center;
}
ul.inforow li {
  margin-right: 1.5em;
}
ul.inforow p {
  margin: 0;
  font-size: 0.75em;
  letter-spacing: 0.5px;
}

/* Related Projects */
.related-projects {
  background-color: #f0f2ee;
  padding: 1em 1em 3em;
}
.related-projects h2 {
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  color: #333333;
}

.related-pojects-inner {
  max-width: 1280px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.related-project-item {
  background: #fff;
  -webkit-flex: 0 1 410px;
          flex: 0 1 410px;
  margin: 1em 0.5em;
}
.related-project-item img {
  display: block;
}
.related-project-item a {
  color: #333333;
}
.related-project-item a p {
  color: #666666;
}

.related-project-banner {
  padding: 1em 2em;
}
.related-project-banner h3 {
  margin: 0;
  font-size: 1.05em;
}
.related-project-banner p {
  margin: 0.5em 0;
  font-size: 0.75em;
}

/*--------------------------------------------------------------
# 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%;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 41.625em) {
  .alignwide {
    width: calc(100% + 96px);
    left: -48px;
  }
}

.clearfix {
  clear: both;
}

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

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