@charset "UTF-8";
/*
  Theme Name:         Maxima
  Theme URI:          https://aspirethemes.com/themes/maxima-wordpress/
  Description:        Minimal Blog & Magazine WordPress Theme by - <a href="http://aspirethemes.com">Aspire Themes</a>
  Version:            1.2.4
  Author:             Aspire Themes
  Author URI:         http://aspirethemes.com
  Text Domain:        maxima
  Tags:               one-column, two-columns, featured-images, sticky-post, translation-ready

  License:            GNU General Public License v2 or later
  License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/
/*------------------------------------*\
  Generic > Box Sizing
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
  Generic > Reset
\*------------------------------------*/
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
  Generic > Shared
\*------------------------------------*/
/**
 * Shared declarations for certain elements.
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 18px;
}

/*------------------------------------*\
  Elements > Page
\*------------------------------------*/
body {
  color: #222222;
  font-family: Muli, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
  Elements > Links
\*------------------------------------*/
a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: 500ms;
  transition: 500ms;
}

a:hover, a:active, a:focus {
  color: #207CDF;
  text-decoration: none;
}

/*------------------------------------*\
  Elements > img
\*------------------------------------*/
img {
  display: block;
  height: auto;
  max-width: 100%;
  font-style: italic;
}

/*------------------------------------*\
  Elements > hr
\*------------------------------------*/
hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 32px 0;
  background-color: #E1E0E1;
}

/*------------------------------------*\
  Elements > Typography
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: initial;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

b,
strong {
  font-weight: 700;
}

/*------------------------------------*\
  Elements > Blockquote
\*------------------------------------*/
blockquote {
  padding-left: 16px;
  border-left: 3px solid #222222;
  font-style: italic;
}

/*------------------------------------*\
  Elements > code & pre
\*------------------------------------*/
pre,
code {
  font-family: Courier, monospace;
  background-color: #F6F9FC;
}

pre {
  overflow: auto;
  padding: 32px;
  font-size: 16px;
  line-height: 25px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

p code {
  padding: 3px 6px;
}

/*------------------------------------*\
  Elements > Inputs
\*------------------------------------*/
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
select {
  width: 100%;
  display: block;
  padding: 16px;
  border: 1px solid #E1E0E1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background-color: #FFFFFF;
  font-size: 16px;
  font-family: Muli, Helvetica, Arial, sans-serif;
  -webkit-transition: 500ms;
  transition: 500ms;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

input[type='text']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='date']::-ms-input-placeholder,
input[type='datetime']::-ms-input-placeholder,
input[type='datetime-local']::-ms-input-placeholder,
input[type='month']::-ms-input-placeholder,
input[type='week']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='time']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='color']::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='date']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='month']::placeholder,
input[type='week']::placeholder,
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='time']::placeholder,
input[type='url']::placeholder,
input[type='color']::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 1;
  color: #5D738D;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
  border-color: #222222;
}

select {
  background-image: url(images/icon-form-dropdown.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 16px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------*\
  Elements > Buttons
\*------------------------------------*/
.c-btn,
input[type='submit'] {
  display: inline-block;
  padding: 8px 24px;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  background-color: #207CDF;
  font-size: 16px;
}

.c-btn:hover, .c-btn:active, .c-btn:focus,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus {
  text-decoration: none;
  background-color: #238cf6;
}

.c-btn.outline,
input[type='submit'].outline {
  border: 1px solid #E1E0E1;
  color: #222222;
  background-color: #FFFFFF;
}

.c-btn.outline:hover, .c-btn.outline:active, .c-btn.outline:focus,
input[type='submit'].outline:hover,
input[type='submit'].outline:active,
input[type='submit'].outline:focus {
  background-color: #FAFAFA;
}

.c-btn.tiny,
input[type='submit'].tiny {
  padding: 4px 16px;
  font-size: 12px;
  line-height: 19px;
}

/*------------------------------------*\
  Elements > Table
\*------------------------------------*/
table {
  width: 100%;
  font-size: 16px;
}

table,
th,
td {
  border: 1px solid #E1E0E1;
}

th,
td {
  padding: 8px;
}

/*------------------------------------*\
  Vendor > Icons
\*------------------------------------*/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  fill: currentColor;
}

.icon__cnt {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  /* Do not catch pointer events */
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* Crisp fix for non-retina */
  -ms-transform: translate(0.5px, -0.3px);
  /* Crisp fix for IE */
}

.icon--m {
  width: 50px;
  height: 50px;
}

.icon--l {
  width: 100px;
  height: 100px;
}

.icon--xl {
  width: 150px;
  height: 150px;
}

.icon--xxl {
  width: 200px;
  height: 200px;
}

.icon__spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon--ei-spinner .icon__spinner,
.icon--ei-spinner-2 .icon__spinner {
  -webkit-animation: spin 1s steps(12) infinite;
  animation: spin 1s steps(12) infinite;
}

.icon--ei-spinner-3 .icon__spinner {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.icon--ei-sc-facebook {
  fill: #3b5998;
}

.icon--ei-sc-github {
  fill: #333;
}

.icon--ei-sc-google-plus {
  fill: #dd4b39;
}

.icon--ei-sc-instagram {
  fill: #3f729b;
}

.icon--ei-sc-linkedin {
  fill: #0976b4;
}

.icon--ei-sc-odnoklassniki {
  fill: #ed812b;
}

.icon--ei-sc-skype {
  fill: #00aff0;
}

.icon--ei-sc-soundcloud {
  fill: #f80;
}

.icon--ei-sc-tumblr {
  fill: #35465c;
}

.icon--ei-sc-twitter {
  fill: #55acee;
}

.icon--ei-sc-vimeo {
  fill: #1ab7ea;
}

.icon--ei-sc-vk {
  fill: #45668e;
}

.icon--ei-sc-youtube {
  fill: #e52d27;
}

.icon--ei-sc-pinterest {
  fill: #bd081c;
}

.icon--ei-sc-telegram {
  fill: #0088cc;
}

/*------------------------------------*\
  Objects > Grid
\*------------------------------------*/
.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.o-grid:after {
  content: '';
  display: table;
  clear: both;
}

.o-grid .o-grid {
  margin-right: -16px;
  margin-left: -16px;
  padding: 0;
}

.o-grid--full {
  max-width: 100vw;
}

.o-grid__col {
  padding-right: 16px;
  padding-left: 16px;
}

.o-grid__col--1-4-s {
  width: 25%;
}

.o-grid__col--1-3-s {
  width: 33.33333%;
}

.o-grid__col--2-4-s {
  width: 50%;
}

.o-grid__col--3-4-s {
  width: 75%;
}

.o-grid__col--4-4-s {
  width: 100%;
}

@media (min-width: 40em) {
  .o-grid__col--1-4-m {
    width: 25%;
  }
  .o-grid__col--1-3-m {
    width: 33.33333%;
  }
  .o-grid__col--2-4-m {
    width: 50%;
  }
  .o-grid__col--3-4-m {
    width: 75%;
  }
  .o-grid__col--1-12-m {
    width: 8.33333%;
  }
  .o-grid__col--10-12-m {
    width: 83.33333%;
  }
}

@media (min-width: 64em) {
  .o-grid__col--1-4-l {
    width: 25%;
  }
  .o-grid__col--1-3-l {
    width: 33.33333%;
  }
  .o-grid__col--2-4-l {
    width: 50%;
  }
  .o-grid__col--3-4-l {
    width: 75%;
  }
  .o-grid__col--1-6-l {
    width: 16.66667%;
  }
  .o-grid__col--4-6-l {
    width: 66.66667%;
  }
}

.o-grid__col--full {
  width: 100%;
}

.o-grid__col--center {
  margin: 0 auto;
}

.o-grid__col--end {
  margin-left: auto;
}

/*------------------------------------*\
  Objects > Wrapper
\*------------------------------------*/
.o-wrapper {
  padding: 32px 0;
}

/**
 * Sticky footer
 */
.c-off-canvas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-off-canvas-container .o-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/*------------------------------------*\
  Objects > Plain List
\*------------------------------------*/
.o-plain-list, .comment-list,
.children, .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------*\
  Components > Header
\*------------------------------------*/
.c-header__inner {
  padding: 16px 0;
  border-bottom: 1px solid #E1E0E1;
}

.c-header__icon {
  vertical-align: middle;
}

/*------------------------------------*\
  Components > Logo
\*------------------------------------*/
.c-logo-link {
  display: block;
  text-align: center;
  font-size: 19px;
  font-family: "Libre Baskerville", Georgia, serif;
}

.c-logo {
  margin: 0 auto;
  width: auto;
  max-height: 32px;
}

/*------------------------------------*\
  Components > Search
\*------------------------------------*/
.c-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 80px;
  background: #FFFFFF;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end, -webkit-transform 250ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end, -webkit-transform 250ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 250ms cubic-bezier(0.694, 0, 0.335, 1), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end;
  transition: transform 250ms cubic-bezier(0.694, 0, 0.335, 1), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end, -webkit-transform 250ms cubic-bezier(0.694, 0, 0.335, 1);
}

@media (min-width: 40em) {
  .c-search {
    padding-top: 64px;
  }
}

.c-search.is-active {
  z-index: 10;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start, -webkit-transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94);
  transition: opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start, -webkit-transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94);
  transition: transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start;
  transition: transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start, -webkit-transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94);
}

.c-search__form {
  position: relative;
  margin-left: 16px;
  padding-right: 16px;
}

.c-search__icon {
  position: absolute;
  top: 14px;
  left: 16px;
  fill: #5D738D;
  width: 32px;
  height: 32px;
}

.c-search__input[type='search'] {
  width: 100%;
  outline: none;
  margin-bottom: 16px;
  padding-left: 56px;
  font-size: 19px;
  border: 0;
  border-radius: 2px;
  background-color: #F6F9FC;
}

.c-search__input[type='search']::-webkit-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

.c-search__input[type='search']:-ms-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

.c-search__input[type='search']::-ms-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

.c-search__input[type='search']::placeholder {
  opacity: 1;
  color: #5D738D;
}

@media (min-width: 40em) {
  .c-search__input[type='search'] {
    font-size: 24px;
  }
}

.c-search__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 16px;
  right: 32px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #F6F9FC;
}

@media (min-width: 40em) {
  .c-search__close {
    top: 32px;
  }
}

.c-search__close .icon {
  fill: #5D738D;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.c-search__close:hover .icon {
  fill: #222222;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*------------------------------------*\
  Components > Off Canvas
\*------------------------------------*/
.c-off-canvas-toggle {
  position: relative;
  top: 0;
  z-index: 10;
  height: 19px;
  width: 25px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.c-off-canvas-toggle__icon {
  position: absolute;
  left: 0;
  height: 1px;
  width: 25px;
  background: #222228;
  cursor: pointer;
}

.c-off-canvas-toggle__icon:before, .c-off-canvas-toggle__icon:after {
  content: '';
  display: block;
  height: 100%;
  background-color: inherit;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.c-off-canvas-toggle__icon:before {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

.c-off-canvas-toggle__icon:after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon {
  height: 2px;
  background-color: transparent;
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before, .c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
  position: relative;
  visibility: visible;
  background: #222228;
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-off-canvas-toggle--close {
  margin-bottom: 24px;
}

html,
body {
  overflow-x: hidden;
}

.c-off-canvas-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px 32px 32px 32px;
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-off-canvas-content {
    background-color: #FFFFFF;
  }
}

.c-off-canvas-content.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-off-canvas-container {
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 500ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.c-off-canvas-container.is-active {
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
}

@media (max-width: 39.99em) {
  .c-off-canvas-container.is-active {
    position: fixed;
  }
}

.c-off-canvas-container.is-active:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}

.c-off-canvas-container.is-active .c-off-canvas-container__close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}

/*------------------------------------*\
  Components > Post Card
\*------------------------------------*/
.c-post-card {
  overflow: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-bottom: 32px;
  border-bottom: 1px solid #E1E0E1;
}

.c-post-card__image-link {
  display: block;
  position: relative;
  background-color: #F6F9FC;
}

.c-post-card__image-link:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #222228;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0;
}

.c-post-card__image {
  margin: 0 auto;
}

@media (min-width: 40em) {
  .c-post-card__image {
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
  }
  .c-post-card__image.is-inview {
    opacity: 1;
  }
}

@media screen and (min-width: 40em) and (-webkit-min-device-pixel-ratio: 0) {
  .c-post-card__image {
    opacity: 1;
  }
}

.c-post-card__info {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  background-color: #FFFFFF;
}

.c-post-card__info--no-image {
  padding-top: 0;
}

.c-post-card__info:hover {
  text-decoration: none;
  color: #222222;
}

.c-post-card__title {
  margin-bottom: 10px;
  font-size: 19px;
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 25px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.c-post-card__date {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #5D738D;
}

.c-post-card:hover .c-post-card__image-link:after {
  opacity: .1;
}

.c-post-card:hover .c-post-card__title {
  color: #207CDF;
}

.c-post-card__excerpt {
  margin-bottom: 10px;
  font-weight: 400;
}

.c-post-card__featured-icon {
  display: none;
  position: absolute;
  bottom: 8px;
  left: 8px;
  fill: #FFFFFF;
}

.sticky .c-post-card__featured-icon {
  display: block;
}

/*------------------------------------*\
  Components > Post
\*------------------------------------*/
.c-post {
  margin: 0 auto;
  max-width: 700px;
}

.c-post__head {
  text-align: center;
  margin-bottom: 24px;
}

.c-post__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 24px;
}

@media (min-width: 40em) {
  .c-post__title {
    font-size: 32px;
    line-height: 50px;
  }
}

.c-post__title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 64px;
  background: #F6F9FC;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-post__date {
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #5D738D;
}

@media (min-width: 40em) {
  .c-post__date {
    display: inline-block;
  }
}

.c-post__cats {
  margin-left: 8px;
}

.c-post__cats a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.c-post__image {
  margin: 0 auto 24px;
}

/*------------------------------------*\
  Components > Content
\*------------------------------------*/
.c-content {
  font-family: "Libre Baskerville", Georgia, serif;
  margin-bottom: 32px;
}

.c-content:after {
  content: '';
  display: table;
  clear: both;
}

.c-content a:not(.c-btn) {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

.c-content a:not(.c-btn):hover, .c-content a:not(.c-btn):active, .c-content a:not(.c-btn):focus {
  color: #207CDF;
}

.c-content .wp-caption-text,
.c-content figure figcaption {
  width: 100%;
  text-align: center;
  color: #5D738D;
  font-size: 14px;
  font-family: Muli, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 8px 16px 0 16px;
}

.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
  font-family: Muli, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

.c-content h1:not(:first-child),
.c-content h2:not(:first-child),
.c-content h3:not(:first-child),
.c-content h4:not(:first-child),
.c-content h5:not(:first-child),
.c-content h6:not(:first-child) {
  margin-top: 40px;
}

.c-content ol:not(:root:root) {
  -webkit-padding-start: 5px;
}

/*------------------------------------*\
  Components > Share Icons
\*------------------------------------*/
.c-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  border: 1px solid #E1E0E1;
  line-height: 22px;
}

.c-share__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-right: 1px solid #E1E0E1;
}

.c-share__item:last-child {
  border-right: 0;
}

.c-share__link {
  display: block;
  padding: 4px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.c-share__link:hover {
  background-color: #FAFAFA;
}

.c-share__link:hover .c-share__icon--twitter {
  fill: #55ACEE;
}

.c-share__link:hover .c-share__icon--facebook {
  fill: #3B5998;
}

.c-share__icon {
  fill: #5D738D;
  vertical-align: middle;
}

/*------------------------------------*\
  Components > Tags
\*------------------------------------*/
.c-tags a {
  display: inline-block;
  padding: 4px 16px;
  margin: 0 8px 4px 0;
  font-size: 12px;
  line-height: 22px;
  background-color: #FAFAFA;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.c-tags a:hover, .c-tags a:active, .c-tags a:focus {
  text-decoration: none;
  background-color: #F6F9FC;
}

@media (max-width: 39.99em) {
  .c-tags {
    margin-bottom: 22px;
  }
}

/*------------------------------------*\
  Components > Author
\*------------------------------------*/
.c-author {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E1E0E1;
}

@media (min-width: 64em) {
  .c-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-author__img-link {
  float: left;
  display: block;
  margin-right: 16px;
  margin-bottom: 16px;
  height: 64px;
  width: 64px;
}

@media (min-width: 64em) {
  .c-author__img-link {
    margin-right: 32px;
    margin-bottom: 0;
    height: 96px;
    width: 96px;
  }
}

.c-author__img {
  border-radius: 100%;
}

@media (min-width: 40em) {
  .c-author__body {
    overflow: hidden;
  }
}

.c-author__name {
  margin-bottom: 8px;
}

.c-author__description {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

/*------------------------------------*\
  Components > Archive
\*------------------------------------*/
.c-archive {
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E1E0E1;
}

.c-archive__name {
  margin-bottom: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 28px;
  line-height: 50px;
}

.c-archive__description {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

/*------------------------------------*\
  Components > Footer
\*------------------------------------*/
.c-footer {
  padding: 16px 0 16px 0;
  background-color: #FAFAFA;
}

.c-footer__top {
  padding-top: 48px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E1E0E1;
}

@media (min-width: 40em) {
  .c-footer__copyright {
    padding: 5px 0;
  }
}

@media (max-width: 39.99em) {
  .c-footer__copyright {
    text-align: center;
  }
}

/*------------------------------------*\
  Components > Social Icons / Footer
\*------------------------------------*/
@font-face {
  font-family: "social-logos";
  src: url("social-logos/social-logos.eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "social-logos";
  src: url("social-logos/social-logos.eot");
  src: url("social-logos/social-logos.eot?#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("social-logos/social-logos.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.c-social-icons {
  text-align: center;
}

@media (min-width: 40em) {
  .c-social-icons {
    text-align: right;
  }
}

.c-social-icons li {
  display: inline-block;
}

.c-social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-social-icons a:before {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  content: '-';
  font-family: social-logos;
  font-size: 19px;
  line-height: 25px;
  text-decoration: inherit;
  speak: none;
}

.c-social-icons a[href*='amazon.com']:before {
  content: '\f600';
}

.c-social-icons a[href*='behance.com']:before {
  content: '\f101';
}

.c-social-icons a[href*='blogger.com']:before {
  content: '\f602';
}

.c-social-icons a[href*='codepen.com']:before {
  content: '\f216';
}

.c-social-icons a[href*='dribbble.com']:before {
  content: '\f201';
}

.c-social-icons a[href*='dropbox.com']:before {
  content: '\f225';
}

.c-social-icons a[href*='eventbrite.com']:before {
  content: '\f603';
}

.c-social-icons a[href*='facebook.com']:before {
  content: '\f203';
}

.c-social-icons a[href*='flickr.com']:before {
  content: '\f211';
}

.c-social-icons a[href*='foursquare.com']:before {
  content: '\f226';
}

.c-social-icons a[href*='ghost.org']:before {
  content: '\f61c';
}

.c-social-icons a[href*='github.com']:before {
  content: '\f200';
}

.c-social-icons a[href*='plus.google.com']:before {
  content: '\f218';
}

.c-social-icons a[href*='google.com']:before {
  content: '\f103';
}

.c-social-icons a[href*='instagram.com']:before {
  content: '\f215';
}

.c-social-icons a[href*='linkedin.com']:before {
  content: '\f207';
}

.c-social-icons a[href*='mailto:']:before {
  content: '\f410';
}

.c-social-icons a[href$='/feed/']:before {
  content: "\f413";
}

.c-social-icons a[href*='medium.com']:before {
  content: '\f623';
}

.c-social-icons a[href*='path.com']:before {
  content: '\f219';
}

.c-social-icons a[href*='pinterest.com']:before {
  content: '\f209';
}

.c-social-icons a[href*='pocket.com']:before {
  content: '\f224';
}

.c-social-icons a[href*='polldaddy.com']:before {
  content: '\f217';
}

.c-social-icons a[href*='reddit.com']:before {
  content: '\f222';
}

.c-social-icons a[href*='skype.com']:before {
  content: '\f220';
}

.c-social-icons a[href*='spotify.com']:before {
  content: '\f515';
}

.c-social-icons a[href*='squarespace.com']:before {
  content: '\f605';
}

.c-social-icons a[href*='stumbleupon.com']:before {
  content: '\f223';
}

.c-social-icons a[href*='telegram.com']:before {
  content: '\f606';
}

.c-social-icons a[href*='tumblr.com']:before {
  content: '\f214';
}

.c-social-icons a[href*='twitch.com']:before {
  content: '\f516';
}

.c-social-icons a[href*='twitter.com']:before {
  content: '\f202';
}

.c-social-icons a[href*='vimeo.com']:before {
  content: '\f212';
}

.c-social-icons a[href*='whatsapp.com']:before {
  content: '\f608';
}

.c-social-icons a[href*='wordpress.com']:before,
.c-social-icons a[href*='wordpress.org']:before {
  content: '\f205';
}

.c-social-icons a[href*='xanga.com']:before {
  content: '\f609';
}

.c-social-icons a[href*='youtube.com']:before {
  content: '\f213';
}

/*------------------------------------*\
  Components > Comments
\*------------------------------------*/
.comments-title {
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #E1E0E1;
}

.comment-body {
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E1E0E1;
}

.comment-list > .comment:first-child > .comment-body:first-child {
  padding-top: 0;
}

.comment .children {
  margin-left: 16px;
}

.comment .reply {
  margin-top: 16px;
}

.comment-meta {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 8px;
}

.comment-author .avatar {
  float: left;
  position: relative;
  top: 5px;
  height: 32px;
  width: 32px;
  margin-right: 16px;
}

.comment-author .says {
  display: none;
}

.bypostauthor .fn:after {
  content: ' ✯';
}

.comment-metadata,
.comment-metadata time,
.pingback .edit-link {
  color: #5D738D;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-content,
.pingback .comment-body {
  font-size: 16px;
  line-height: 25px;
}

.comment-content {
  font-family: "Libre Baskerville", Georgia, serif;
}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content dl {
  margin-bottom: 25px;
  font-size: 14px;
}

.comment-content p:last-child,
.comment-content ul:last-child,
.comment-content ol:last-child,
.comment-content dl:last-child {
  margin-bottom: 0;
}

.comment-form label {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
  color: #5D738D;
}

@media (min-width: 64em) {
  .comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    clear: none;
    width: 32%;
  }
  .comment-form-author, .comment-form-email {
    margin-right: 2%;
  }
}

.comment-form-comment label {
  display: none;
}

.form-allowed-tags code {
  font-family: Courier, monospace;
}

.comment-reply-title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.comment-reply-title small {
  float: right;
}

.logged-in-as,
.comment-notes {
  display: none;
  font-size: 14px;
  line-height: 25px;
}

.comment-awaiting-moderation {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 14px;
  font-style: italic;
  color: #207CDF;
  line-height: 25px;
}

.no-comments {
  margin: 0;
  padding-top: 25px;
}

@media (min-width: 64em) {
  .no-comments {
    padding-top: 32px;
  }
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-form-cookies-consent label {
  margin-bottom: 0;
  margin-left: 8px;
}

.comment-navigation {
  margin-top: 25px;
}

/*------------------------------------*\
  WordPress > Accessibility
\*------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  padding: 16px;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  display: block;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #207CDF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*------------------------------------*\
  Components > Calendar
\*------------------------------------*/
.calendar_wrap table {
  margin: 0;
  font-size: 12px;
}

.calendar_wrap table,
.calendar_wrap thead th,
.calendar_wrap tfoot td {
  border: 0;
}

.calendar_wrap tbody td {
  padding: 0;
  text-align: center;
  background: #F6F9FC;
}

.calendar_wrap tbody td a {
  font-weight: 700;
}

.calendar_wrap tbody td:hover {
  background: #FFFFFF;
}

.calendar_wrap tbody .pad {
  background: none;
}

/*------------------------------------*\
  Components > Widget
\*------------------------------------*/
.widget {
  margin-bottom: 32px;
}

.widget--sidebar:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid #E1E0E1;
  margin-bottom: 32px;
}

.widget--sidebar:last-child {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.widget__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget ul li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
}

.widget ul li .sub-menu {
  padding-left: 8px;
}

.widget ul li .post-count {
  position: absolute;
  top: 8px;
  right: 0;
  left: auto;
  font-size: 12px;
}

.widget ul li:first-child a {
  padding-top: 0;
}

.widget ul li:last-child a {
  padding-bottom: 0;
}

.widget a {
  display: inline-block;
  padding: 4px 0;
  letter-spacing: 1px;
}

.widget iframe {
  display: block !important;
}

.widget p:last-child {
  margin-bottom: 0;
}

.widget .wp-caption.alignnone {
  margin: 0;
  margin-bottom: 8px;
}

.widget .rss-date,
.widget .post-date {
  display: block;
  color: #5D738D;
}

.textwidget {
  font-size: 14px;
  line-height: 22px;
}

.textwidget img {
  width: 100%;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-form label {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.search-form .search-submit {
  position: relative;
  left: -1px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.widget_rss ul li a {
  display: block;
}

.widget_rss .rss-widget-icon {
  display: inline-block;
  margin-right: 16px;
}

.widget_recent_comments .recentcomments {
  line-height: 25px;
}

.widget_recent_comments .recentcomments a,
.widget_recent_comments .recentcomments .comment-author-link {
  font-weight: 400;
}

.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li {
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.widget_rss ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a {
  padding: 0;
}

/*------------------------------------*\
  WordPress > Align
\*------------------------------------*/
.alignnone {
  margin: 0 0 16px 0;
}

.aligncenter {
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 16px;
}

.alignleft {
  float: left;
  margin-right: 16px;
}

/*------------------------------------*\
  Content Width specific classes
  http://codex.wordpress.org/Content_Width
\*------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.mejs-audio {
  margin-bottom: 24px;
}

/*------------------------------------*\
  WordPress > Pagination
\*------------------------------------*/
.posts-navigation {
  width: 100%;
}

.nav-links {
  line-height: 25px;
}

.nav-links:after {
  content: '';
  display: table;
  clear: both;
}

.pagination__text {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.rtl .pagination__text {
  letter-spacing: 0;
}

.pagination__icon {
  position: relative;
  vertical-align: bottom;
}

@media (min-width: 40em) {
  .nav-previous,
  .nav-next {
    max-width: 50%;
  }
}

.nav-previous {
  float: left;
  text-align: left;
}

.nav-previous .pagination__text,
.nav-previous .pagination__icon {
  left: -8px;
}

.rtl .nav-previous .pagination__icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav-next {
  float: right;
  text-align: right;
}

.nav-next .pagination__text,
.nav-next .pagination__icon {
  right: -8px;
}

.rtl .nav-next .pagination__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-navigation .meta-nav {
  display: block;
  position: relative;
  padding-bottom: 6px;
}

.post-navigation .meta-nav,
.post-navigation .post-title {
  font-size: 14px;
}

.post-navigation .post-title {
  display: block;
  font-weight: 400;
}

/*------------------------------------*\
  WordPress > Caption
\*------------------------------------*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 16px;
}

.wp-caption.alignleft {
  margin-right: 32px;
}

.wp-caption.alignright {
  margin-left: 32px;
}

.wp-caption img {
  margin-bottom: 8px;
}

.wp-caption .wp-caption-text {
  padding: 0 16px;
  color: #5D738D;
  font-style: italic;
  font-family: Muli, Helvetica, Arial, sans-serif;
  line-height: 25px;
}

/*------------------------------------*\
  WordPress > Galleries
\*------------------------------------*/
.gallery {
  margin-bottom: 16px;
}

.gallery-item {
  margin-bottom: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gallery-item img {
  width: 100%;
  border: 2px solid #FFFFFF;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-caption {
  padding: 2px;
  font-size: 14px;
  line-height: 22px;
  font-family: Muli, Helvetica, Arial, sans-serif;
}

div.wpcf7 p {
  color: #5D738D;
  font-style: italic;
  font-size: 14px;
}

div.wpcf7 input,
div.wpcf7 textarea {
  margin-top: 16px;
}

div.wpcf7 img.ajax-loader {
  display: inline-block;
}

div.wpcf7-response-output {
  font-size: 14px;
}

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

/*------------------------------------*\
  Trumbs > Hide
\*------------------------------------*/
.u-hidden {
  display: none;
}

/*------------------------------------*\
  Trumbs > Typography
\*------------------------------------*/
.u-font-medium, .widget_rss ul li a {
  font-size: 16px;
  line-height: 25px;
}

.u-font-small, .widget p, .widget .rss-date,
.widget .post-date, .widget_rss .rssSummary {
  font-size: 14px;
  line-height: 22px;
}

.u-font-tiny, .comment-metadata,
.comment-metadata time,
.pingback .edit-link {
  font-size: 12px;
  line-height: 19px;
}

/*------------------------------------*\
  Trumbs > Align
\*------------------------------------*/
.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

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

/*------------------------------------*\
  Trumbs > Layout
\*------------------------------------*/
.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

/*------------------------------------*\
  Trumbs > Clearfix
\*------------------------------------*/
.u-clearfix:after {
  content: '';
  display: table;
  clear: both;
}
