@charset "UTF-8";
/*
  Theme Name:         PrimeHammer
  Theme URI:          http://blog.primehammer.com/
  Description:        PrimeHammer Blog Theme
  Version:            1.0.0
  Author:             PrimeHammer
  Author URI:         http://www.primehammer.com/
  Text Domain:        primehammer
  Tags:               one-column
  License:            ''
  License URI:        ''
*/
/*------------------------------------*  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 {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  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 {
  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 */
  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 {
  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"] {
  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: 32px;
}

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

/*------------------------------------*  Elements > Page
\*------------------------------------*/
body {
  color: #1B1C20;
  background-color: #FFFFFF;
  font-size: 18px;
  font-family: Muli, sans-serif;
  font-weight: 400;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*::-moz-selection {
  color: #FFFFFF;
  background-color: #5C78D1;
}

*::selection {
  color: #FFFFFF;
  background-color: #5C78D1;
}

/*------------------------------------*  Elements > Links
\*------------------------------------*/
a {
  color: #1B1C20;
  text-decoration: none;
  -webkit-transition: 0.4s;
          transition: 0.4s;
}

a:hover, a:active, a:focus {
  color: #5C78D1;
}

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

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

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

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

/*------------------------------------*  Elements > code & pre
\*------------------------------------*/
pre {
  font-size: 16px;
  line-height: 25px;
}

pre p:last-child {
  margin-bottom: 0;
}

pre p:empty {
  display: none;
}

pre.hljs {
  padding: 16px;
}

pre.hljs,
code.hljs {
  background-color: #F6F6F6;
}

p code {
  padding: 4px 8px;
}

/*------------------------------------*  Elements > Inputs
\*------------------------------------*/
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='number'],
input[type='email'],
textarea,
select {
  width: 100%;
  padding: 16px;
  border: 1px solid #E4E5EB;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: Muli, sans-serif;
  -webkit-transition: 0.4s;
          transition: 0.4s;
}

input[type='text']:hover, input[type='text']:active, input[type='text']:focus,
input[type='tel']:hover,
input[type='tel']:active,
input[type='tel']:focus,
input[type='url']:hover,
input[type='url']:active,
input[type='url']:focus,
input[type='search']:hover,
input[type='search']:active,
input[type='search']:focus,
input[type='number']:hover,
input[type='number']:active,
input[type='number']:focus,
input[type='email']:hover,
input[type='email']:active,
input[type='email']:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus {
  border: 1px solid #1B1C20;
}

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
\*------------------------------------*/
input[type='submit'] {
  display: inline-block;
  padding: 8px 32px;
  cursor: pointer;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  background-color: #5C78D1;
  font-size: 16px;
  font-family: Muli, sans-serif;
}

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

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

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

th,
td {
  padding: 8px;
}

@-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
\*------------------------------------*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1092px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid__col--raw {
  padding: 0;
}

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

.container {
  max-width: 647px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

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

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

/*------------------------------------*  Components > Header
\*------------------------------------*/
.header {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #E4E5EB;
}

@media (min-width: 64em) {
  .header {
    margin-bottom: 32px;
  }
}

.blog-description {
  margin-bottom: 10px;
  color: #5C78D1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.wf-brandongrotesque-n4-active .blog-description {
  font-family: "brandon-grotesque", sans-serif;
}

.blog-author {
  margin-bottom: 0;
  color: #636570;
  font-family: Muli, sans-serif;
  font-size: 14px;
}

@media (min-width: 40em) {
  .blog-author--block {
    text-align: right;
  }
}

.blog-author a {
  margin-left: 8px;
}

.blog-author--block a {
  display: block;
  margin-left: 0;
}

/*------------------------------------*  Components > Logo
\*------------------------------------*/
.logo {
  width: 64px;
  height: 64px;
}

@media (max-width: 39.99em) {
  .logo {
    display: inline-block;
  }
}

/*------------------------------------*  Components > Tags
\*------------------------------------*/
.tags a {
  display: inline-block;
  padding: 0 13px;
  margin: 0 4px 4px 0;
  font-size: 12px;
  line-height: 25px;
  color: #FFFFFF;
  background-color: #5C78D1;
  border-radius: 100px;
}

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

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

/*------------------------------------*  Components > Post Card
\*------------------------------------*/
.post-card {
  padding-bottom: 32px;
}

.post-card:not(:last-child) {
  margin-bottom: 32px;
  border-bottom: 1px solid #E4E5EB;
}

.post-card.sticky {
  border-bottom-width: 2px;
}

.post-card__title {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.wf-brandongrotesque-n4-active .post-card__title {
  font-family: "brandon-grotesque", sans-serif;
}

@media (min-width: 64em) {
  .post-card__title {
    font-size: 32px;
    line-height: 45px;
  }
}

.post-card__author {
  color: #636570;
  font-size: 14px;
  line-height: 25px;
}

.post-card__meta {
  margin-bottom: 29px;
  color: #636570;
  font-size: 14px;
  line-height: 25px;
}

.post-card__image {
  height: 100%;
  max-height: 278px;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-card__excerpt {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.post-card__continue {
  display: block;
  color: #5C78D1;
  font-size: 16px;
}

@media (min-width: 40em) {
  .post-card__continue {
    text-align: right;
  }
}

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

.archive-head__title {
  font-size: 32px;
}

.archive-head__description {
  font-size: 16px;
}

/*------------------------------------*  Components > Post
\*------------------------------------*/
.post__title {
  font-size: 32px;
  font-weight: 700;
}

.post__title {
  margin-bottom: 2px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
}

.wf-brandongrotesque-n4-active .post__title {
  font-family: "brandon-grotesque", sans-serif;
}

.post__author {
  color: #636570;
  font-size: 14px;
  line-height: 25px;
}

.post__meta {
  padding-bottom: 28px;
  margin-bottom: 30px;
  color: #636570;
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px solid #E4E5EB;
}

/*------------------------------------*  Components > Share
\*------------------------------------*/
.social {
  padding: 24px 0;
  margin: 32px 0;
  border-top: 1px solid #E4E5EB;
  border-bottom: 1px solid #E4E5EB;
}

.social__item {
  color: #636570;
  display: inline-block;
  vertical-align: bottom;
}

.social__item--text {
  margin-right: 32px;
  font-weight: 700;
}

.social__link {
  padding: 6px 16px 6px 24px;
  margin-right: 4px;
  border-radius: 3px;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: initial;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-position: 8px center;
}

.social__link:hover, .social__link:active, .social__link:focus {
  color: #FFFFFF;
}

.social__link--facebook {
  background-color: #4267B2;
  background-image: url(images/facebook.svg);
}

.social__link--twitter {
  background-color: #41ABE1;
  background-image: url(images/twitter.svg);
}

/*------------------------------------*  Components > Content
\*------------------------------------*/
.content a {
  background-image: -webkit-linear-gradient(top, #1B1C20, #1B1C20);
  background-image: linear-gradient(to bottom, #1B1C20, #1B1C20);
  text-shadow: -1px -1px 0 #FDFDFD, 1px -1px 0 #FDFDFD, -1px 1px 0 #FDFDFD, 1px 1px 0 #FDFDFD;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 96%;
  text-decoration: none;
}

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

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

.author-bio__img {
  float: left;
  border-radius: 100%;
  margin-right: 16px;
  height: 64px;
  width: 64px;
}

@media (min-width: 64em) {
  .author-bio__img {
    margin-right: 32px;
    height: 96px;
    width: 96px;
  }
}

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

.author-bio__name {
  margin-bottom: 8px;
}

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

/*------------------------------------*  Components > Footer
\*------------------------------------*/
.footer {
  padding: 37px 0;
  border-top: 1px solid #E4E5EB;
}

.footer a {
  color: #636570;
}

.footer a:hover, .footer a:active, .footer a:focus {
  color: #5C78D1;
}

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

.footer-copyright {
  margin: 0;
  line-height: 24px;
  font-size: 13px;
  color: #636570;
}

.footer-policy {
  margin: 0;
  font-size: 13px;
  color: #636570;
}

@media (min-width: 40em) {
  .footer-policy {
    text-align: right;
  }
}

/*------------------------------------*  Components > Comments
\*------------------------------------*/
.comment-body {
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E4E5EB;
}

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

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

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

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

.comment-author .avatar {
  float: left;
  height: 32px;
  width: 32px;
  margin-right: 8px;
}

.comment-author .fn {
  font-weight: 400;
}

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

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

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

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

.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;
  margin-bottom: 6px;
  color: #636570;
}

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

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

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

.comment-awaiting-moderation {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: italic;
  color: #5C78D1;
}

/*------------------------------------*  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: #5C78D1;
  background-color: #FFFFFF;
  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: #ECF0F1;
}

.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__title {
  margin-bottom: 6px;
  font-size: 14px;
  font-family: Muli, sans-serif;
  font-weight: 400;
}

.widget ul li {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}

.widget a {
  color: #636570;
}

.widget a:hover, .widget a:active, .widget a:focus {
  color: #5C78D1;
}

.textwidget {
  font-size: 13px;
  color: #636570;
}

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

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

/*------------------------------------*  WordPress > Pagination
\*------------------------------------*/
.posts-navigation {
  overflow: hidden;
  padding-top: 32px;
  border-top: 1px solid #E4E5EB;
}

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

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

.nav-previous,
.nav-next {
  max-width: 50%;
}

.pagination__icon {
  position: relative;
  vertical-align: text-top;
}

.pagination__icon--left {
  left: -8px;
}

.pagination__icon--right {
  right: -8px;
}

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

.wp-caption .wp-caption-text {
  color: #636570;
  font-style: italic;
  font-size: 16px;
  padding: 0 32px;
}

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

.gallery-item {
  position: relative;
  margin: 0;
  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 {
  opacity: 0;
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  padding: 2px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
          transition: 0.4s;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

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

/*------------------------------------*  Trumbs > Typography
\*------------------------------------*/
.u-font-medium, .comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content dl, .comment-reply-title {
  font-size: 16px;
  line-height: 25px;
}

.u-font-small, .comment-form label {
  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;
}

/*Upgrade Me*/
.upgrade-me {
  text-align: center;
  padding: 70px 0px 40px 0px;
  background: rgb(131,94,147);
  background: -moz-linear-gradient(top,  rgba(131,94,147,1) 0%, rgba(218,69,59,1) 100%); 
  background: -webkit-linear-gradient(top,  rgba(131,94,147,1) 0%,rgba(218,69,59,1) 100%); 
  background: linear-gradient(to bottom,  rgba(131,94,147,1) 0%,rgba(218,69,59,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835e93', endColorstr='#da453b',GradientType=0 );
}
.upgrade-me h4 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}
.upgrade-me > span {
    color: #fff;
    display: block;
    font-size: 25px;
    margin-bottom: 40px;
}
.upgrade-me > a {
    display: table;
    height: 50px;
    margin: 0 auto;
    width: 190px;
    background: #5c78d1;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.7);
}
.upgrade-me > a:hover {
    background: #495ea3;
}
