@charset "UTF-8";
/*!
Theme Name: Gerardo Litvak
Theme URI: http://underscores.me/
Author: Sebastián Pöthe
Author URI: http://sebastianpothe.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gerardo-litvak
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.

Gerardo Litvak 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/
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700");
/*--------------------------------------------------------------
>>> 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.
 */
/* line 11, sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, sass/_normalize.scss */
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.
 */
/* line 45, sass/_normalize.scss */
hr {
  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.
 */
/* line 56, sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, sass/_normalize.scss */
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.
 */
/* line 77, sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, sass/_normalize.scss */
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.
 */
/* line 97, sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 125, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, sass/_normalize.scss */
sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, sass/_normalize.scss */
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.
 */
/* line 168, sass/_normalize.scss */
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.
 */
/* line 178, sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, sass/_normalize.scss */
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.
 */
/* line 210, sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, sass/_normalize.scss */
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.
 */
/* line 232, sass/_normalize.scss */
legend {
  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.
 */
/* line 245, sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, sass/_normalize.scss */
[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.
 */
/* line 282, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, sass/_normalize.scss */
[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.
 */
/* line 300, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in all browsers.
 */
/* line 320, sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #222;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0 0 1em;
}
/* line 4, sass/typography/_headings.scss */
h1 a, h1 a:visited, h1 a:active, h2 a, h2 a:visited, h2 a:active, h3 a, h3 a:visited, h3 a:active, h4 a, h4 a:visited, h4 a:active, h5 a, h5 a:visited, h5 a:active, h6 a, h6 a:visited, h6 a:active {
  color: inherit;
  text-decoration: none;
}

/* line 28, sass/typography/_headings.scss */
h1 {
  font-size: 1.57352rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .03em;
}

/* line 34, sass/typography/_headings.scss */
h2 {
  font-size: 1.40493rem;
}

/* line 38, sass/typography/_headings.scss */
h3, .loop-grid .entry-title {
  font-size: 1.2544rem;
}

/* line 42, sass/typography/_headings.scss */
h4, .hentry .entry-meta,
.hentry .entry-epigraph, .site-title {
  font-size: 0.952rem;
  letter-spacing: .05em;
  opacity: .7;
  letter-spacing: .1em;
  font-weight: 400;
}

/* line 49, sass/typography/_headings.scss */
h5 {
  font-size: 0.896rem;
}

/* line 54, sass/typography/_headings.scss */
h6 {
  font-size: 0.84rem;
}

@media screen and (min-width: 720px) {
  /* line 94, sass/typography/_headings.scss */
  h1 {
    font-size: 2.0736rem;
  }

  /* line 97, sass/typography/_headings.scss */
  h2 {
    font-size: 1.728rem;
  }

  /* line 100, sass/typography/_headings.scss */
  h3, .loop-grid .entry-title {
    font-size: 1.44rem;
  }

  /* line 103, sass/typography/_headings.scss */
  h4, .hentry .entry-meta,
  .hentry .entry-epigraph, .site-title {
    font-size: 1.02rem;
  }

  /* line 106, sass/typography/_headings.scss */
  h5 {
    font-size: 0.96rem;
  }

  /* line 110, sass/typography/_headings.scss */
  h6 {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 960px) {
  /* line 130, sass/typography/_headings.scss */
  h1 {
    font-size: 2.44141rem;
  }

  /* line 133, sass/typography/_headings.scss */
  h2 {
    font-size: 1.95313rem;
  }

  /* line 136, sass/typography/_headings.scss */
  h3, .loop-grid .entry-title {
    font-size: 1.5625rem;
  }

  /* line 139, sass/typography/_headings.scss */
  h4, .hentry .entry-meta,
  .hentry .entry-epigraph, .site-title {
    font-size: 1.0625rem;
  }

  /* line 142, sass/typography/_headings.scss */
  h5 {
    font-size: 1rem;
  }

  /* line 146, sass/typography/_headings.scss */
  h6 {
    font-size: 0.9375rem;
  }
}
/* line 1, sass/typography/_copy.scss */
p {
  margin: 0 0 1em;
}

/* line 6, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 10, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 14, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 18, sass/typography/_copy.scss */
strong {
  font-weight: 700;
}

/* line 22, sass/typography/_copy.scss */
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;
}

/* line 33, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 38, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 43, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 48, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/elements/_elements.scss */
*,
*: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/ */
  box-sizing: inherit;
}

/* line 11, sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 15, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 24, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 29, sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
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;
}
/* line 14, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
/* line 18, sass/forms/_buttons.scss */
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;
}

/* line 1, sass/forms/_fields.scss */
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;
}
/* line 22, sass/forms/_fields.scss */
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;
}

/* line 27, sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 31, sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: #222;
  text-decoration: none;
}
/* line 5, sass/navigation/_links.scss */
a:visited {
  color: #222;
}
/* line 8, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: #111;
}
/* line 13, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 16, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, sass/navigation/_menus.scss */
.main-navigation {
  font-weight: 300;
  display: block;
}
/* line 5, sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 11, sass/navigation/_menus.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
/* line 19, sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 25, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 31, sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}
/* line 44, sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
/* line 50, sass/navigation/_menus.scss */
.main-navigation li {
  position: relative;
}
/* line 59, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* line 63, sass/navigation/_menus.scss */
.main-navigation a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -.1em;
  width: 100%;
  height: 2px;
  transition: transform .3s ease-in-out;
  transform: scaleX(0);
  background-color: currentColor;
}
/* line 77, sass/navigation/_menus.scss */
.main-navigation a:hover:after {
  transform: scaleX(1);
}
/* line 84, sass/navigation/_menus.scss */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}
/* line 89, sass/navigation/_menus.scss */
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation .current-menu-ancestor > a:after {
  transform: scaleX(1);
}

/* line 97, sass/navigation/_menus.scss */
.site-header nav a {
  font-size: 90%;
}

/* line 101, sass/navigation/_menus.scss */
.site-header a {
  padding: 4px 0;
  display: inline-block;
  border-bottom: solid 2px transparent;
}

/* line 107, sass/navigation/_menus.scss */
.menu-toggle {
  transition: top .2s ease-in-out;
  background: none;
  position: relative;
  display: inline-block;
  margin-top: .8em;
  color: currentColor;
  font-size: .8rem;
  border: none;
  padding: 0;
  width: 25px;
  height: 16px;
  outline: 0;
}
/* line 121, sass/navigation/_menus.scss */
.menu-toggle:before, .menu-toggle:after, .menu-toggle span {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: currentColor;
  transition: all .2s ease-in-out;
}
/* line 131, sass/navigation/_menus.scss */
.menu-toggle:before, .menu-toggle span, .menu-toggle:after {
  transform-origin: 50% 50%;
}
/* line 134, sass/navigation/_menus.scss */
.menu-toggle:before {
  top: 0;
}
/* line 137, sass/navigation/_menus.scss */
.menu-toggle span {
  top: 50%;
}
/* line 140, sass/navigation/_menus.scss */
.menu-toggle:after {
  top: 100%;
}
/* line 144, sass/navigation/_menus.scss */
.menu-toggle[aria-expanded="true"]:before {
  top: 50%;
  transform: rotate(43deg);
}
/* line 148, sass/navigation/_menus.scss */
.menu-toggle[aria-expanded="true"] span {
  transform: scaleX(0);
}
/* line 151, sass/navigation/_menus.scss */
.menu-toggle[aria-expanded="true"]:after {
  top: 50%;
  transform: rotate(-43deg);
}

/* Language */
/* line 163, sass/navigation/_menus.scss */
.secondary-navigation {
  font-weight: 300;
}
/* line 165, sass/navigation/_menus.scss */
.secondary-navigation ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 172, sass/navigation/_menus.scss */
.secondary-navigation li {
  margin-left: 15px;
}
/* line 175, sass/navigation/_menus.scss */
.secondary-navigation a {
  color: inherit;
  text-decoration: none;
}

/* desktop */
@media screen and (min-width: 960px) {
  /* line 184, sass/navigation/_menus.scss */
  .menu-toggle {
    display: none;
  }

  /* line 187, sass/navigation/_menus.scss */
  .secondary-navigation ul {
    display: block;
  }
  /* line 189, sass/navigation/_menus.scss */
  .secondary-navigation ul li {
    display: inline-block;
  }

  /* line 193, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
  }
  /* line 195, sass/navigation/_menus.scss */
  .main-navigation ul li {
    display: inline-block;
    margin-right: 30px;
  }
  /* line 198, sass/navigation/_menus.scss */
  .main-navigation ul li:last-of-type {
    margin-right: 0;
  }
}
/* mobile */
@media screen and (max-width: 960px) {
  /* line 208, sass/navigation/_menus.scss */
  .site-branding {
    position: relative;
    z-index: 2;
  }

  /* line 212, sass/navigation/_menus.scss */
  .main-navigation {
    position: absolute;
    right: 0;
    top: 0;
    padding: 25px 5%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }

  /* line 226, sass/navigation/_menus.scss */
  .main-navigation.toggled ul,
  .secondary-navigation.toggled ul {
    display: block;
    margin: 0;
    line-height: 2.5;
  }
  /* line 232, sass/navigation/_menus.scss */
  .main-navigation.toggled ul a:after,
  .secondary-navigation.toggled ul a:after {
    bottom: .3em;
    right: 0;
    left: auto;
    width: 2em;
    height: 1px;
  }

  /* line 243, sass/navigation/_menus.scss */
  #primary-menu,
  #secondary-menu {
    margin-top: 15px;
  }
}
/* line 254, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 259, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 264, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text, .site-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
/* line 14, sass/modules/_accessibility.scss */
.screen-reader-text:focus, .site-description:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 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. */
/* line 36, sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before, .single #main > .hentry:before,
.page #main > .hentry:before,
.clear:after,
.single #main > .hentry:after,
.page #main > .hentry: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;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after, .single #main > .hentry:after,
.page #main > .hentry:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  /* Make sure select elements fit in widgets. */
}
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* line 10, sass/site/secondary/_widgets.scss */
.so-widget-sow-image .widget-title,
.gallery-description {
  font-weight: 400;
  font-size: .8rem;
  margin: 1.5em 0;
}

/* loops */
/* line 19, sass/site/secondary/_widgets.scss */
.loop-grid {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 22, sass/site/secondary/_widgets.scss */
.loop-grid .hentry {
  width: 50%;
  margin: 0;
  margin-right: -2px;
  margin-left: -2px;
  display: inline-block;
  vertical-align: top;
  padding: 30px 10px;
}
/* line 25, sass/site/secondary/_widgets.scss */
.loop-grid .wp-post-image {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
/* line 30, sass/site/secondary/_widgets.scss */
.loop-grid .entry-title {
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  /* line 19, sass/site/secondary/_widgets.scss */
  .loop-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 40, sass/site/secondary/_widgets.scss */
  .loop-grid .hentry {
    width: 33.33333%;
    margin: 0;
    margin-right: -2px;
    margin-left: -2px;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
  }
}

/* Slider */
/* line 49, sass/site/secondary/_widgets.scss */
.lg-gallery .slider {
  position: relative;
  transition: opacity .5s ease-in-out;
  opacity: 1;
}
/* line 55, sass/site/secondary/_widgets.scss */
.lg-gallery.loading .slider {
  opacity: 0;
}

/* line 61, sass/site/secondary/_widgets.scss */
.main.slider {
  margin-bottom: 15px;
}

/* line 66, sass/site/secondary/_widgets.scss */
.slide-wrapper {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  background: #111;
}
/* line 73, sass/site/secondary/_widgets.scss */
.slide-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 79, sass/site/secondary/_widgets.scss */
.slide-wrapper img {
  object-fit: contain;
}

/* line 85, sass/site/secondary/_widgets.scss */
.pager.slider .slide {
  opacity: .6;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}
/* line 90, sass/site/secondary/_widgets.scss */
.pager.slider .slide.flex-active-slide {
  opacity: 1;
}

/* line 97, sass/site/secondary/_widgets.scss */
.flex-direction-nav a {
  opacity: 1 !important;
  width: 20px !important;
  height: 20px !important;
  margin: -10px 0 0 !important;
}
/* line 102, sass/site/secondary/_widgets.scss */
.flex-direction-nav a:before {
  content: '' !important;
  width: 100%;
  height: 100%;
}
/* line 108, sass/site/secondary/_widgets.scss */
.flex-direction-nav a.flex-prev {
  left: -25px !important;
}
/* line 111, sass/site/secondary/_widgets.scss */
.flex-direction-nav a.flex-prev:before {
  background-image: url("icons/left-arrow.svg");
  background-size: contain;
}
/* line 117, sass/site/secondary/_widgets.scss */
.flex-direction-nav a.flex-next {
  right: -25px !important;
}
/* line 120, sass/site/secondary/_widgets.scss */
.flex-direction-nav a.flex-next:before {
  background-image: url("icons/right-arrow.svg");
  background-size: contain;
}
@media screen and (min-width: 960px) {
  /* line 127, sass/site/secondary/_widgets.scss */
  .flex-direction-nav a.flex-prev {
    left: -40px !important;
  }
  /* line 130, sass/site/secondary/_widgets.scss */
  .flex-direction-nav a.flex-next {
    right: -40px !important;
  }
}

/* popup */
/* line 138, sass/site/secondary/_widgets.scss */
body .mfp-bg {
  background: white;
}

/* line 143, sass/site/secondary/_widgets.scss */
.mfp-close {
  color: #222 !important;
}

/* line 150, sass/site/secondary/_widgets.scss */
.mfp-container button.mfp-arrow:before {
  content: '';
  border: none;
}
/* line 154, sass/site/secondary/_widgets.scss */
.mfp-container button.mfp-arrow:after {
  content: none;
}
/* line 158, sass/site/secondary/_widgets.scss */
.mfp-container button.mfp-arrow-left:before {
  height: 40px;
  width: 40px;
  background-image: url("icons/left-arrow.svg");
  background-size: contain;
}
/* line 164, sass/site/secondary/_widgets.scss */
.mfp-container button.mfp-arrow-right:before {
  height: 40px;
  width: 40px;
  background-image: url("icons/right-arrow.svg");
  background-size: contain;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 10, sass/site/primary/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 14, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 20, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Single*/
/* line 33, sass/site/primary/_posts-and-pages.scss */
.single #main > .hentry .entry-footer,
.page #main > .hentry .entry-footer {
  clear: both;
}
/* line 37, sass/site/primary/_posts-and-pages.scss */
.single #main > .hentry .entry-content h1, .single #main > .hentry .entry-content h2, .single #main > .hentry .entry-content h3, .single #main > .hentry .entry-content h4, .single #main > .hentry .entry-content h5, .single #main > .hentry .entry-content h6,
.page #main > .hentry .entry-content h1,
.page #main > .hentry .entry-content h2,
.page #main > .hentry .entry-content h3,
.page #main > .hentry .entry-content h4,
.page #main > .hentry .entry-content h5,
.page #main > .hentry .entry-content h6 {
  margin: 0 0 15px;
}

/* line 48, sass/site/primary/_posts-and-pages.scss */
.hentry > .entry-header .entry-title {
  margin: 0 0 15px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/* line 14, sass/site/_site.scss */
.site-title {
  letter-spacing: inherit;
  font-weight: bold;
  margin: 0;
}
/* line 21, sass/site/_site.scss */
.site-title a {
  color: inherit;
  text-decoration: none;
}

/* line 34, sass/site/_site.scss */
.site-header,
.site-footer {
  padding: 30px 5%;
}

/* line 39, sass/site/_site.scss */
.site-header {
  position: relative;
  height: 100px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
/* line 45, sass/site/_site.scss */
.site-header .site-branding {
  float: left;
}
/* line 48, sass/site/_site.scss */
.site-header .main-navigation {
  text-align: right;
}
/* line 51, sass/site/_site.scss */
.site-header .secondary-navigation {
  text-align: right;
}

/* line 57, sass/site/_site.scss */
.home .site-branding {
  display: none;
}

/* line 61, sass/site/_site.scss */
.site-content {
  min-height: 70vh;
  padding: 130px 5%;
}

/* line 67, sass/site/_site.scss */
.site-footer .site-info {
  border-top: solid 1px;
  padding-top: 1em;
}
/* line 71, sass/site/_site.scss */
.site-footer .credit {
  font-size: 10px;
  text-align: right;
  opacity: .5;
}

@media screen and (min-width: 960px) {
  /* line 79, sass/site/_site.scss */
  .site-header,
  .site-footer {
    padding: 30px 60px;
  }

  /* line 83, sass/site/_site.scss */
  .site-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 87, sass/site/_site.scss */
  .site-header {
    display: flex;
    align-items: center;
  }
  /* line 91, sass/site/_site.scss */
  .site-header .site-branding {
    flex: 0 0 auto;
  }
  /* line 94, sass/site/_site.scss */
  .site-header .main-navigation {
    flex: 1 1 auto;
  }
  /* line 97, sass/site/_site.scss */
  .site-header .secondary-navigation {
    flex: 0 0 auto;
  }

  /* line 102, sass/site/_site.scss */
  .home .main-navigation {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 108, sass/site/_site.scss */
  .site-header,
  .site-footer {
    padding: 30px 90px;
  }

  /* line 113, sass/site/_site.scss */
  .site-content {
    padding-left: 90px;
    padding-right: 90px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.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. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.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. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 18, sass/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 19, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}
