@charset "UTF-8";
/*
Theme Name:         Aspire
Theme URI:          http://aspire-wp.aspirethemes.com/
Description:        News & Magazine Clean WordPress Theme by - <a href="http://aspirethemes.com">Aspire Themes</a>
Version:            1.2.8
Author:             Aspire Themes
Author URI:         http://aspirethemes.com
Text Domain:        aspire
Tags:               one-column, two-columns, featured-images, sticky-post, translation-ready, custom-menu

License:            ''
License URI:        ''
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize & Reset
2.0 Typography
3.0 Icons
  3.1 Evil Icons
  3.2 Genericons
4.0 Elements
  4.1 Forms
  4.2 Buttons
  4.3 Tables
  4.4 Code
5.0 Components
  5.1 Grid
  5.2 Box
  5.3 Share
  5.4 Widgets
  5.5 Flex Embed
  5.6 Calendar
  5.7 Post Card
  5.8 Headings
  5.9 Accessibility
6.0 Navigation
  6.1 Navigation
  6.2 Pagination
7.0 Media
  9.1 Captions
  9.2 Galleries
8.0 Sections
  8.1 Header
  8.2 Off canvas
  8.3 Footer
  8.4 Posts & Pages
  8.5 Search
  8.6 Comments
  8.7 Author
9.0 Helpers
  9.1 Alignments
  9.2 Clearfix
  9.3 Colors
  9.4 Layout
  9.5 Lists
  9.6 Typography
10.0 Plugins
  10.1 WPML
  10.2 Contact Form 7
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize & Reset
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body {
  color: #222222;
  background-color: #fff;
  font-size: 19px;
  font-weight: 300;
  font-family: "Merriweather", "Georgia", serif;
  line-height: 32px;
  direction: ltr;
}

@media only screen and (max-width: 40em) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 19px;
  font-weight: 300;
  margin: 0 0 25px;
}

@media only screen and (max-width: 40em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

.post-content h1 {
  font-size: 32px;
}

.post-content h2 {
  font-size: 28px;
}

.post-content h3 {
  font-size: 26px;
}

.post-content h4 {
  font-size: 22px;
}

.post-content h5 {
  font-size: 19px;
}

.post-content a:not(.button) {
  text-decoration: underline;
}

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

p.font-small {
  margin: 0 0 22px;
}

p.font-tiny, p.comment-metadata,
.pingback p.edit-link {
  margin: 0 0 19px;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
  padding: 0 64px 0 64px;
  font-style: italic;
}

@media only screen and (max-width: 40em) {
  blockquote {
    padding: 0 44px 0 44px;
  }
}

blockquote p {
  margin-bottom: 25px;
}

hr {
  border: 0;
  height: 1px;
  background-color: #ECF0F1;
  margin: 0 0 32px;
}

@media only screen and (max-width: 40em) {
  hr {
    margin: 0 0 25px;
  }
}

p,
ul,
ol,
dl {
  font-size: 16px;
  margin: 0 0 25px 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

li ul, li
ol {
  margin-bottom: 0;
  padding-left: 16px;
}

dl dd {
  margin-left: 25px;
}

a {
  color: #222222;
  text-decoration: none;
  transition: 0.4s;
}

a:visited {
  color: #222222;
}

a:hover {
  color: #7E7E7E;
}

a:active {
  color: #222222;
}

a.custom {
  text-decoration: none;
}

/*--------------------------------------------------------------
3.0 Icons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Evil 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;
  vertical-align: bottom;
}

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

/*--------------------------------------------------------------
3.2 Genericons
--------------------------------------------------------------*/
/**

	Genericons

*/
/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url("./Genericons.eot");
  src: url("./Genericons.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Genericons";
    src: url("./Genericons.svg#Genericons") format("svg");
  }
}

/**
 * All Genericons
 */
.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/**
 * Helper classes
 */
.genericon-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.genericon-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/**
 * Individual icons
 */
.genericon-404:before {
  content: "\f423";
}

.genericon-activity:before {
  content: "\f508";
}

.genericon-anchor:before {
  content: "\f509";
}

.genericon-aside:before {
  content: "\f101";
}

.genericon-attachment:before {
  content: "\f416";
}

.genericon-audio:before {
  content: "\f109";
}

.genericon-bold:before {
  content: "\f471";
}

.genericon-book:before {
  content: "\f444";
}

.genericon-bug:before {
  content: "\f50a";
}

.genericon-cart:before {
  content: "\f447";
}

.genericon-category:before {
  content: "\f301";
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-checkmark:before {
  content: "\f418";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.genericon-cloud:before {
  content: "\f426";
}

.genericon-cloud-download:before {
  content: "\f440";
}

.genericon-cloud-upload:before {
  content: "\f441";
}

.genericon-code:before {
  content: "\f462";
}

.genericon-codepen:before {
  content: "\f216";
}

.genericon-cog:before {
  content: "\f445";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-day:before {
  content: "\f305";
}

.genericon-digg:before {
  content: "\f221";
}

.genericon-document:before {
  content: "\f443";
}

.genericon-dot:before {
  content: "\f428";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-download:before {
  content: "\f50b";
}

.genericon-draggable:before {
  content: "\f436";
}

.genericon-dribbble:before {
  content: "\f201";
}

.genericon-dropbox:before {
  content: "\f225";
}

.genericon-dropdown:before {
  content: "\f433";
}

.genericon-dropdown-left:before {
  content: "\f434";
}

.genericon-edit:before {
  content: "\f411";
}

.genericon-ellipsis:before {
  content: "\f476";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-external:before {
  content: "\f442";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-fastforward:before {
  content: "\f458";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-flickr:before {
  content: "\f211";
}

.genericon-foursquare:before {
  content: "\f226";
}

.genericon-fullscreen:before {
  content: "\f474";
}

.genericon-gallery:before {
  content: "\f103";
}

.genericon-github:before {
  content: "\f200";
}

.genericon-googleplus:before {
  content: "\f206";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-handset:before {
  content: "\f50c";
}

.genericon-heart:before {
  content: "\f461";
}

.genericon-help:before {
  content: "\f457";
}

.genericon-hide:before {
  content: "\f404";
}

.genericon-hierarchy:before {
  content: "\f505";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-image:before {
  content: "\f102";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-italic:before {
  content: "\f472";
}

.genericon-key:before {
  content: "\f427";
}

.genericon-leftarrow:before {
  content: "\f503";
}

.genericon-link:before {
  content: "\f107";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-location:before {
  content: "\f417";
}

.genericon-lock:before {
  content: "\f470";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-maximize:before {
  content: "\f422";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-microphone:before {
  content: "\f50d";
}

.genericon-minimize:before {
  content: "\f421";
}

.genericon-minus:before {
  content: "\f50e";
}

.genericon-month:before {
  content: "\f307";
}

.genericon-move:before {
  content: "\f50f";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-notice:before {
  content: "\f456";
}

.genericon-paintbrush:before {
  content: "\f506";
}

.genericon-path:before {
  content: "\f219";
}

.genericon-pause:before {
  content: "\f448";
}

.genericon-phone:before {
  content: "\f437";
}

.genericon-picture:before {
  content: "\f473";
}

.genericon-pinned:before {
  content: "\f308";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-play:before {
  content: "\f452";
}

.genericon-plugin:before {
  content: "\f439";
}

.genericon-plus:before {
  content: "\f510";
}

.genericon-pocket:before {
  content: "\f224";
}

.genericon-polldaddy:before {
  content: "\f217";
}

.genericon-portfolio:before {
  content: "\f460";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-print:before {
  content: "\f469";
}

.genericon-quote:before {
  content: "\f106";
}

.genericon-rating-empty:before {
  content: "\f511";
}

.genericon-rating-full:before {
  content: "\f512";
}

.genericon-rating-half:before {
  content: "\f513";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-refresh:before {
  content: "\f420";
}

.genericon-reply:before {
  content: "\f412";
}

.genericon-reply-alt:before {
  content: "\f466";
}

.genericon-reply-single:before {
  content: "\f467";
}

.genericon-rewind:before {
  content: "\f459";
}

.genericon-rightarrow:before {
  content: "\f501";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-send-to-phone:before {
  content: "\f438";
}

.genericon-send-to-tablet:before {
  content: "\f454";
}

.genericon-share:before {
  content: "\f415";
}

.genericon-show:before {
  content: "\f403";
}

.genericon-shuffle:before {
  content: "\f514";
}

.genericon-sitemap:before {
  content: "\f507";
}

.genericon-skip-ahead:before {
  content: "\f451";
}

.genericon-skip-back:before {
  content: "\f450";
}

.genericon-skype:before {
  content: "\f220";
}

.genericon-spam:before {
  content: "\f424";
}

.genericon-spotify:before {
  content: "\f515";
}

.genericon-standard:before {
  content: "\f100";
}

.genericon-star:before {
  content: "\f408";
}

.genericon-status:before {
  content: "\f105";
}

.genericon-stop:before {
  content: "\f449";
}

.genericon-stumbleupon:before {
  content: "\f223";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-subscribed:before {
  content: "\f465";
}

.genericon-summary:before {
  content: "\f425";
}

.genericon-tablet:before {
  content: "\f453";
}

.genericon-tag:before {
  content: "\f302";
}

.genericon-time:before {
  content: "\f303";
}

.genericon-top:before {
  content: "\f435";
}

.genericon-trash:before {
  content: "\f407";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitch:before {
  content: "\f516";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-unapprove:before {
  content: "\f446";
}

.genericon-unsubscribe:before {
  content: "\f464";
}

.genericon-unzoom:before {
  content: "\f401";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-user:before {
  content: "\f304";
}

.genericon-video:before {
  content: "\f104";
}

.genericon-videocamera:before {
  content: "\f517";
}

.genericon-vimeo:before {
  content: "\f212";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-website:before {
  content: "\f475";
}

.genericon-week:before {
  content: "\f306";
}

.genericon-wordpress:before {
  content: "\f205";
}

.genericon-xpost:before {
  content: "\f504";
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-zoom:before {
  content: "\f402";
}

.social-icons a:before {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  content: "\f415";
  font-family: Genericons;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icons a[href*="codepen.io"]:before {
  content: "\f216";
}

.social-icons a[href*="digg.com"]:before {
  content: "\f221";
}

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

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

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

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

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

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

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

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

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

.social-icons a[href*="linkedin.com"]:before {
  content: "\f208";
}

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

.social-icons a[href*="pinterest.com"]:before {
  content: "\f210";
}

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

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

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

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

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

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

.social-icons a[href*="twitch.tv"]:before {
  content: "\f516";
}

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

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

.social-icons a[href*="vine.co"]:before {
  content: "\f517";
}

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

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

.social-icons a[href*="vk.com"]:before {
  content: "";
  width: 20px;
  margin-left: 7px;
  vertical-align: text-top;
  background-image: url("fonts/vk.svg");
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Forms
--------------------------------------------------------------*/
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='number'],
input[type='email'],
textarea,
select {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: block;
  border: 1px solid #ECF0F1;
  padding: 6px 11px;
  font-family: "Merriweather", "Georgia", serif;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  letter-spacing: 1px;
  outline: none;
  color: #222222;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  transition: 0.4s;
}

@media only screen and (min-width: 64.063em) {
  input[type='text'],
  input[type='tel'],
  input[type='url'],
  input[type='search'],
  input[type='number'],
  input[type='email'],
  textarea,
  select {
    padding: 8px 16px;
  }
}

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

.comment-form input[type='text'], .comment-form
input[type='tel'], .comment-form
input[type='url'], .comment-form
input[type='search'], .comment-form
input[type='number'], .comment-form
input[type='email'], .comment-form
textarea, .comment-form
select {
  border-color: #ECF0F1;
}

.comment-form input[type='text']:focus, .comment-form
input[type='tel']:focus, .comment-form
input[type='url']:focus, .comment-form
input[type='search']:focus, .comment-form
input[type='number']:focus, .comment-form
input[type='email']:focus, .comment-form
textarea:focus, .comment-form
select:focus {
  border-color: #7E7E7E;
}

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

/*--------------------------------------------------------------
4.2 Buttons
--------------------------------------------------------------*/
.button,
input[type='submit'] {
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  font-size: 12px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  background-color: #222222;
  transition: 0.4s;
}

.button:active, .button:focus, .button:hover,
input[type='submit']:active,
input[type='submit']:focus,
input[type='submit']:hover {
  color: #fff;
  background-color: #7E7E7E;
}

.button:visited,
input[type='submit']:visited {
  color: #fff;
}

.button.info,
input[type='submit'].info {
  background-color: #a0d3e8;
}

.button.info:active, .button.info:focus, .button.info:hover,
input[type='submit'].info:active,
input[type='submit'].info:focus,
input[type='submit'].info:hover {
  background-color: #61b6d9;
}

.button.success,
input[type='submit'].success {
  background-color: #43AC6A;
}

.button.success:active, .button.success:focus, .button.success:hover,
input[type='submit'].success:active,
input[type='submit'].success:focus,
input[type='submit'].success:hover {
  background-color: #368a55;
}

.button.alert,
input[type='submit'].alert {
  background-color: #ec5454;
}

.button.alert:active, .button.alert:focus, .button.alert:hover,
input[type='submit'].alert:active,
input[type='submit'].alert:focus,
input[type='submit'].alert:hover {
  background-color: #e61a1a;
}

.button.outline,
input[type='submit'].outline {
  border: 1px solid #222222;
  background-color: #fff;
  color: #222222;
}

.button.outline:active, .button.outline:focus, .button.outline:hover,
input[type='submit'].outline:active,
input[type='submit'].outline:focus,
input[type='submit'].outline:hover {
  color: #fff;
  background-color: #222222;
}

.button.large,
input[type='submit'].large {
  padding: 16px 32px;
  line-height: 25px;
}

.button.small,
input[type='submit'].small {
  padding: 6px 11px;
  line-height: 22px;
}

.button.tiny,
input[type='submit'].tiny {
  padding: 5px 10px;
  line-height: 19px;
}

.button.expand,
input[type='submit'].expand {
  width: 100%;
}

/*--------------------------------------------------------------
4.3 Tables
--------------------------------------------------------------*/
table,
th,
td {
  border: 1px solid #ECF0F1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  font-size: 16px;
  margin-bottom: 25px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px;
}

/*--------------------------------------------------------------
4.4 Code
--------------------------------------------------------------*/
pre,
code {
  font-family: "Courier", monospace;
  background-color: #FAFAFA;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 25px;
  font-size: 16px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media only screen and (max-width: 40em) {
  pre {
    margin-bottom: 22px;
    padding: 25px;
  }
}

p code {
  padding: 3px 6px;
}

/*--------------------------------------------------------------
5.0 Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Grid
--------------------------------------------------------------*/
.row {
  margin: 0 auto;
  padding-left: 13px;
  padding-right: 13px;
  max-width: 1100px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .row {
  padding: 0;
  margin-right: -13px;
  margin-left: -13px;
}

@media only screen and (min-width: 64.063em) {
  .row .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media only screen and (min-width: 64.063em) {
  .row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.row--full {
  max-width: 100%;
}

.column {
  position: relative;
  float: left;
  padding-right: 13px;
  padding-left: 13px;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .column {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.column--center {
  float: none;
  margin: 0 auto;
}

@media only screen {
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
5.2 box
--------------------------------------------------------------*/
.box {
  padding-bottom: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}

@media only screen and (min-width: 64.063em) {
  .box {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

.box__icon {
  float: left;
  left: -7px;
  width: 32px;
}

.box__title {
  margin: 0;
  line-height: 25px;
}

.box__body {
  overflow: hidden;
}

.box__text {
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.box--author {
  padding: 25px;
  background-color: #FAFAFA;
}

@media only screen and (min-width: 64.063em) {
  .box--author {
    padding: 32px;
  }
}

.box a {
  text-decoration: none;
}

/*--------------------------------------------------------------
5.3 share
--------------------------------------------------------------*/
.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 1px solid #ECF0F1;
  margin-bottom: 25px;
  line-height: 32px;
  list-style: none;
}

@media only screen and (min-width: 64.063em) {
  .share-list {
    margin-bottom: 32px;
  }
}

.share-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0;
  border-right: 1px solid #ECF0F1;
}

.share-list li:first-child {
  border-left: 0;
}

.share-list li:last-child {
  border-right: 0;
}

.share-list__link {
  display: block;
  font-size: 14px;
  transition: 0.4s;
}

.share-list__link .genericon {
  vertical-align: middle;
}

.share-list__link:hover {
  background-color: #FAFAFA;
}

.share-list__link:hover .share-list__icon--twitter {
  color: #55acee;
}

.share-list__link:hover .share-list__icon--facebook {
  color: #3b5998;
}

.share-list__link:hover .share-list__icon--google {
  color: #dc4e41;
}

@media only screen and (min-width: 40.063em) {
  .share-list__link {
    padding: 5px;
  }
}

.share-list__icon {
  fill: #222222;
}

@media only screen and (max-width: 40em) {
  .share-list {
    margin-bottom: 25px;
  }
}

/*--------------------------------------------------------------
5.4 widget
--------------------------------------------------------------*/
.widget {
  margin-bottom: 25px;
}

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

.widget ul li {
  margin-bottom: 0;
  position: relative;
  font-size: 12px;
}

.widget ul li a {
  display: inline-block;
  text-decoration: none;
}

@media only screen and (max-width: 40em) {
  .widget ul li a {
    display: block;
    margin-bottom: 6px;
  }
}

.widget ul li .children {
  padding-left: 25px;
}

.widget ul li .children li {
  border-bottom: 0;
}

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

.widget ul li .post-count {
  position: absolute;
  top: 6px;
  right: 13px;
  font-size: 12px;
  transition: all 0.4s ease-out;
}

.widget iframe {
  display: block !important;
}

.widget p {
  font-size: 14px;
  line-height: 25px;
}

.textwidget {
  font-size: 14px;
}

.widget--sidebar {
  padding: 25px;
  border: 1px solid #ECF0F1;
}

.widget--sidebar ul li {
  border-bottom: 1px solid #ECF0F1;
}

.widget--sidebar ul li a {
  padding: 6px 13px;
}

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

.widget--sidebar__title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ECF0F1;
}

@media only screen and (min-width: 64.063em) {
  .widget--sidebar__title {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.widget--sidebar__title:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 80%;
  display: block;
  background-color: #ECF0F1;
}

.widget--sidebar .post-card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

@media only screen and (min-width: 64.063em) {
  .widget--sidebar {
    padding: 32px;
  }
}

.widget--footer.widget_rss li,
.widget--footer .recentcomments {
  border-bottom: 1px solid #DADFE1;
}

.widget--footer__title {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.widget_rss ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.widget_rss ul li a {
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 25px;
}

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

.widget_rss .rss-date {
  font-size: 12px;
  line-height: 19px;
  color: #7E7E7E;
}

.widget_rss .rssSummary {
  font-size: 12px;
  line-height: 19px;
}

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

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

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

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

.search-form {
  position: relative;
}

input[type='search'].search-field {
  width: calc(100% - 42px);
}

.search-submit:before {
  display: block;
  content: '\f400';
  font-size: 24px;
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.search-submit {
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 42px;
}

.widget .search-submit:before {
  font-size: 21px;
}

/*--------------------------------------------------------------
5.5 Flex Embed
--------------------------------------------------------------*/
.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
}

.FlexEmbed:before {
  content: "";
  display: block;
  width: 100%;
}

.FlexEmbed--3by1:before {
  padding-bottom: 33.33333%;
}

.FlexEmbed--2by1:before {
  padding-bottom: 50%;
}

.FlexEmbed--16by9:before {
  padding-bottom: 56.25%;
}

.FlexEmbed--4by3:before {
  padding-bottom: 75%;
}

.CoverImage {
  max-height: 300px;
  max-width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
5.6 calendar
--------------------------------------------------------------*/
.calendar_wrap table {
  margin: 0;
  width: 100%;
}

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

.calendar_wrap caption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 6px;
}

.calendar_wrap thead {
  font-size: 12px;
}

.calendar_wrap thead th {
  padding-bottom: 6px;
  font-weight: 300;
}

.calendar_wrap tbody {
  color: #7E7E7E;
}

.calendar_wrap tbody td {
  padding: 6px;
  background: #FAFAFA;
  border: 1px solid #fff;
  text-align: center;
  font-size: 12px;
}

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

.calendar_wrap tbody .pad {
  background: none;
}

.calendar_wrap tfoot td {
  padding: 0;
}

.calendar_wrap tfoot #next,
.calendar_wrap tfoot #prev {
  padding-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
}

.calendar_wrap tfoot #next {
  text-align: right;
}

/*--------------------------------------------------------------
5.7 Post Card
--------------------------------------------------------------*/
.post-card {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ECF0F1;
}

.post-card__header {
  margin-bottom: 16px;
}

.post-card__image {
  margin-bottom: 16px;
  transition: 0.4s;
}

@media only screen and (max-width: 40em) {
  .post-card__image {
    margin-bottom: 13px;
  }
}

.post-card__title {
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  word-wrap: break-word;
}

.post-card__title a {
  display: block;
  border-bottom: none;
  transition: 0.4s;
}

.post-card__title a:hover {
  color: #a60505;
}

.post-card__meta {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 22px;
  color: #7E7E7E;
}

.post-card__meta a {
  color: #7E7E7E;
  text-decoration: none;
}

.post-card__meta__date {
  display: inline-block;
}

.post-card:hover .post-card__image {
  opacity: 0.9;
}

.post-card:hover .post-card__title a {
  color: #a60505;
}

.post-card--featured__icon {
  display: none;
  position: absolute;
  bottom: 8px;
  left: 8px;
  fill: #fff;
}

.sticky .post-card--featured__icon {
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .post-card {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

.post--first {
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  .post--first .post-card {
    position: relative;
  }
  .post--first .post-card__info {
    display: table;
    position: absolute;
    top: 50%;
    width: 60%;
    z-index: 100;
    left: 96px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 64.063em) {
  .post--first .post-card__info {
    width: 50%;
  }
}

@media only screen and (min-width: 40.063em) {
  .post--first .post-card__meta {
    color: #fff;
    display: table-footer-group;
  }
  .post--first .post-card__meta a {
    color: #fff;
  }
  .post--first .post-card__image {
    position: relative;
    z-index: 100;
    margin-bottom: 0;
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: -10.66667px;
  }
  .post--first .post-card__image:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.15);
  }
  .post--first .post-card__title {
    color: #fff;
  }
  .post--first .post-card__title a {
    color: #fff;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .post--first .post-card__title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 64.063em) {
  .post--first .post-card__title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 40.063em) {
  .post--first .post-card--featured__icon {
    bottom: 16px;
    left: 16px;
  }
  .post--first .post-card:hover .post-card__title a {
    color: #fff;
  }
  .post--first .post-card:hover .post-card__image {
    outline: 2px solid rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (min-width: 64.063em) {
  .post-card--has-outline {
    position: relative;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .post-card--has-outline .post-card__info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 100;
    display: table;
    padding: 25px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
  }
  .post-card--has-outline .post-card__image {
    position: relative;
    z-index: 100;
    margin-bottom: 0;
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: -10.66667px;
  }
  .post-card--has-outline .post-card__image:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
  }
  .post-card--has-outline .post-card__title {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
  }
  .post-card--has-outline .post-card__title a {
    color: #fff;
  }
  .post-card--has-outline .post-card__title a:hover {
    color: #000;
  }
  .post-card--has-outline .post-card__meta {
    display: table-footer-group;
  }
  .post-card--has-outline .post-card__meta__date {
    position: relative;
    color: #fff;
    margin-top: 13px;
  }
  .post-card--has-outline .post-card__meta__date:before, .post-card--has-outline .post-card__meta__date:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 1px;
    width: 25px;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .post-card--has-outline .post-card__meta__date:after {
    top: -6px;
    width: 13px;
  }
  .post-card--has-outline:hover .post-card__image {
    outline: 2px solid rgba(255, 255, 255, 0.8);
  }
  .post-card--has-outline:hover .post-card__title a {
    color: #fff;
  }
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.post-list .post-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.post-list .post-card {
  width: 100%;
}

/*--------------------------------------------------------------
5.8 Headings
--------------------------------------------------------------*/
.heading {
  padding-bottom: 13px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ECF0F1;
}

.separator {
  position: relative;
  margin: 32px auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.separator:before, .separator:after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
}

.separator:before {
  top: 46%;
  border-bottom: 2px solid #ECF0F1;
}

.separator:after {
  top: 58%;
  border-bottom: 1px dotted #ECF0F1;
}

.separator__title {
  position: relative;
  z-index: 1;
  padding: 0px 16px;
  background-color: #fff;
  border-left: 1px solid #ECF0F1;
  border-right: 1px solid #ECF0F1;
  letter-spacing: 1px;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
.site-header__navigation .menu-item {
  position: relative;
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
}

@media only screen and (min-width: 64.063em) {
  .site-header__navigation .menu-item {
    display: inline-block;
    margin-right: 11px;
  }
}

@media only screen and (min-width: 64.063em) {
  .site-header__navigation ul li {
    display: inline-block;
  }
}

.site-header__navigation .sub-menu {
  padding-right: 0;
  padding-left: 16px;
}

@media only screen and (min-width: 64.063em) {
  .site-header__navigation ul {
    text-align: center;
  }
  .site-header__navigation .menu-item-has-children > a {
    /*rtl:ignore*/
    padding-right: 16px;
    /*rtl:ignore*/
  }
  .site-header__navigation .menu-item-has-children > a:after {
    content: '\f431';
    position: absolute;
    right: 0;
    left: auto;
    display: inline-block;
    font-size: 14px;
    font-family: 'Genericons';
    color: #7E7E7E;
  }
  .site-header__navigation .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .site-header__navigation .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 45px;
    z-index: 1000;
    padding: 0;
    width: 228px;
    text-align: left;
    background-color: #fff;
    transition: opacity 0.4s;
    box-shadow: 0px 3px 5px rgba(190, 190, 190, 0.46);
  }
  .site-header__navigation .sub-menu .menu-item {
    display: block;
    margin-right: 0;
    line-height: 25px;
    border-bottom: 1px solid #ECF0F1;
  }
  .site-header__navigation .sub-menu .menu-item:last-child {
    border-bottom: 0;
  }
  .site-header__navigation .sub-menu .menu-item.menu-item-has-children > a:after {
    right: auto;
    left: auto;
    top: 50%;
    color: #7E7E7E;
    -webkit-transform: rotate(-90deg) translate(50%);
            transform: rotate(-90deg) translate(50%);
  }
  .site-header__navigation .sub-menu .menu-item a {
    display: block;
    padding: 16px;
    color: #222222;
    line-height: 16px;
  }
  .site-header__navigation .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    border-left: 1px solid #ECF0F1;
  }
}

.site-header__navigation a {
  padding: 32px 0;
  text-decoration: none;
  transition: 0.4s;
}

@media only screen and (max-width: 64em) {
  .site-header__navigation a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ECF0F1;
  }
}

@media only screen and (max-width: 64em) {
  .site-header__navigation {
    margin-bottom: 8px;
  }
}

.site-header__social-nav {
  text-align: right;
}

@media only screen and (max-width: 64em) {
  .site-header__social-nav {
    text-align: center;
  }
}

.site-header__social-nav li {
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 32px;
  margin-bottom: 0;
}

@media only screen and (max-width: 64em) {
  .site-header__social-nav li a {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.toggle-search-button {
  cursor: pointer;
  margin-left: 3px;
  margin-right: auto;
}

.toggle-search-button__icon {
  font-size: 19px;
  vertical-align: middle;
  transition: 0.4s;
}

.toggle-search-button__icon:hover {
  color: #7E7E7E;
}

/*--------------------------------------------------------------
6.1 Pagination
--------------------------------------------------------------*/
.nav-links {
  line-height: 19px;
}

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

.pagination__text {
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: .2em;
  transition: 0.4s;
}

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

.pagination__text--with-icon {
  position: relative;
  top: 1px;
  right: -25px;
}

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

.nav-previous .pagination__text--with-icon,
.nav-previous .pagination__icon {
  left: -8.33333px;
}

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

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

.nav-next .pagination__text--with-icon,
.nav-next .pagination__icon {
  right: -8.33333px;
}

.rtl .nav-next .pagination__text--with-icon, .rtl
.nav-next .pagination__icon {
  right: 8.33333px;
}

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

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

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

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

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

/*--------------------------------------------------------------
7.0 Media
--------------------------------------------------------------*/
img,
iframe {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

.post-content iframe,
.post-content .twitter-tweet {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 40em) {
  .post-content iframe,
  .post-content .twitter-tweet {
    margin-bottom: 22px;
  }
}

.post-content p img {
  margin-bottom: 0;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
7.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
  background: #fff;
  border: 1px solid #ECF0F1;
  padding: 6px;
  text-align: center;
  margin-bottom: 25px;
}

.wp-caption.alignnone {
  margin: 6px 25px 25px 0;
}

.wp-caption.alignleft {
  margin: 6px 25px 25px 0;
}

.wp-caption.alignright {
  margin: 6px 0 25px 25px;
}

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

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 6px;
}

/*--------------------------------------------------------------
7.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 25px;
}

.gallery-item {
  position: relative;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

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

.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: 4px;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}

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

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
.wrapper {
  padding: 25px 0;
}

@media only screen and (min-width: 64.063em) {
  .wrapper {
    padding: 32px 0;
  }
}

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

.off-canvas-container .site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/*--------------------------------------------------------------
8.1 Header
--------------------------------------------------------------*/
.site-header {
  padding: 13px 0;
  border-bottom: 1px solid #ECF0F1;
}

.site-header__logo {
  margin-bottom: 0;
  line-height: 32px;
}

.site-header__logo a {
  transition: 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
}

.site-header__logo--img {
  max-height: 25px;
  vertical-align: middle;
}

@media only screen and (min-width: 40.063em) {
  .site-header__logo--img {
    max-height: 32px;
  }
}

@media only screen and (max-width: 40em) {
  .site-header__logo {
    line-height: 25px;
  }
}

.page .site-header,
.single-post .site-header {
  border-bottom: 0;
}

/*--------------------------------------------------------------
8.2 Off Canvas
--------------------------------------------------------------*/
.off-canvas-toggle {
  display: none;
}

.off-canvas-toggle__icon {
  vertical-align: middle;
}

@media only screen and (max-width: 64em) {
  .off-canvas-toggle {
    float: right;
    display: block;
    margin-right: 13px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 64em) {
  html,
  body {
    overflow-x: hidden;
  }
  .off-canvas-content {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 250px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #ECF0F1;
    -webkit-transform: translate3d(0, 0, 0) translateX(250px);
            transform: translate3d(0, 0, 0) translateX(250px);
    transition: all 0.4s cubic-bezier(0.16, 0.63, 0.45, 0.98) 0s;
  }
  .off-canvas-container {
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
            transform: translate3d(0, 0, 0) translateX(0);
    transition: all 0.4s cubic-bezier(0.16, 0.63, 0.45, 0.98) 0s;
  }
  .off-canvas-container.is-active {
    -webkit-transform: translate3d(0, 0, 0) translateX(-250px);
            transform: translate3d(0, 0, 0) translateX(-250px);
  }
}

/*--------------------------------------------------------------
8.3 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #ECF0F1;
}

@media only screen and (max-width: 40em) {
  .site-footer .site-footer__section {
    margin-bottom: 16px;
  }
  .site-footer .site-footer__section:last-child {
    margin-bottom: 0;
  }
}

.site-footer .textwidget {
  font-size: 12px;
  line-height: 25px;
}

.site-footer__top {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DADFE1;
}

@media only screen and (min-width: 64.063em) {
  .site-footer__top {
    padding-top: 64px;
  }
}

.site-footer__bottom {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

/*--------------------------------------------------------------
8.4 Posts & Pages
--------------------------------------------------------------*/
.post__header {
  margin-bottom: 16px;
}

.post__header__meta {
  font-size: 14px;
  line-height: 22px;
  color: #7E7E7E;
}

.post__title {
  margin-bottom: 13px;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
}

@media only screen and (min-width: 40.063em) {
  .post__title {
    font-size: 24px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 64.063em) {
  .post__title {
    font-size: 32px;
    line-height: 50px;
  }
}

.post__meta {
  font-size: 14px;
  line-height: 22px;
  color: #7E7E7E;
}

.post__date {
  position: relative;
  padding-right: 16px;
  padding-left: 0;
  display: inline-block;
}

.post__date:after {
  position: absolute;
  background: #7E7E7E;
  width: 2px;
  height: 2px;
  bottom: 8px;
  left: auto;
  right: 6px;
  content: "";
  border-radius: 50%;
}

.post__cats a {
  color: #7E7E7E;
}

.post__cats a:hover {
  color: #222222;
}

.post__tags {
  margin-top: 25px;
  margin-bottom: 21px;
  font-size: 14px;
}

@media only screen and (min-width: 64.063em) {
  .post__tags {
    margin-bottom: 28px;
  }
}

.post__tags a {
  padding: 3px 11px;
  margin: 4px 8px 4px 0;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #7E7E7E;
  border: 1px solid #ECF0F1;
  text-decoration: none;
  transition: 0.4s;
}

.post__tags a:before {
  content: "#";
  padding-right: 2px;
}

.post__tags a:hover {
  color: #222222;
  border-color: #222222;
}

.entry-footer {
  margin-top: 25px;
}

/*--------------------------------------------------------------
8.5 Search
--------------------------------------------------------------*/
.toggle-search-button {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 4px;
  margin-right: auto;
}

@media only screen and (max-width: 40em) {
  .toggle-search-button {
    margin-left: 8px;
  }
}

.toggle-search-button .icon {
  vertical-align: middle;
  fill: #222222;
}

.toggle-search-button .icon:hover {
  fill: #7E7E7E;
}

.modal-search-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.99);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
}

.modal-search-container__close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  transition: 0.4s;
  fill: #222222;
}

.modal-search-container__close:hover {
  fill: #7E7E7E;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 40em) {
  .modal-search-container__close {
    top: 16px;
    right: 16px;
  }
}

.modal-search-container.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
}

.modal-search__field {
  padding: 0;
  width: 100%;
  outline: none;
  font-size: 28px;
  line-height: 44px;
  border: 0;
  border-bottom: 1px solid #ECF0F1;
  background-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .modal-search__field {
    font-size: 38px;
    line-height: 64px;
  }
}

.modal-search__fieldset {
  border: 0;
  padding: 0;
  margin: 64px 0 0;
}

/*--------------------------------------------------------------
8.6 Comments
--------------------------------------------------------------*/
.comments-title {
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #ECF0F1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: #7E7E7E;
}

@media only screen and (min-width: 64.063em) {
  .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: 25px;
  margin-bottom: 25px;
  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: #007acc;
  line-height: 25px;
}

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

@media only screen and (min-width: 64.063em) {
  .no-comments {
    padding-top: 32px;
  }
}

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

/*--------------------------------------------------------------
8.7 Author
--------------------------------------------------------------*/
.author-image {
  float: left;
  margin: 0;
  margin-right: 25px;
}

@media only screen and (min-width: 64.063em) {
  .author-image {
    margin-right: 32px;
  }
}

.author-image__img {
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

@media only screen and (min-width: 64.063em) {
  .author-image__img {
    height: 88px;
    width: 88px;
  }
}

.author-meta {
  text-indent: -1px;
}

.author-location {
  margin-right: 16px;
}

/*--------------------------------------------------------------
9.0 Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Alignments
--------------------------------------------------------------*/
.text-left {
  text-align: left;
}

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

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

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

.alignnone {
  margin: 0 0 25px 0;
}

.aligncenter {
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 6px 0 25px 25px;
}

.alignleft {
  float: left;
  margin: 6px 25px 25px 0;
}

a img.alignright {
  float: right;
  margin: 6px 0 25px 25px;
}

a img.alignnone {
  margin: 6px 25px 25px 0;
}

a img.alignleft {
  float: left;
  margin: 6px 25px 25px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
9.2 Clearfix
--------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
9.3 Colors
--------------------------------------------------------------*/
.grey-bg {
  background-color: #FAFAFA;
}

/*--------------------------------------------------------------
9.4 Layout
--------------------------------------------------------------*/
.inline {
  display: inline;
}

.block {
  display: block;
}

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

.hide {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*--------------------------------------------------------------
9.5 Lists
--------------------------------------------------------------*/
.no-bullets, .list-bare, .widget ul, .site-header__navigation ul, .comment-list,
.children {
  list-style: none;
}

.bullets-inside {
  list-style: inside;
}

.list-bare, .widget ul, .site-header__navigation ul, .comment-list,
.children {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
9.6 Typography
--------------------------------------------------------------*/
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.cap {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.font-base {
  font-size: 19px;
}

.font-medium {
  font-size: 16px;
  line-height: 25px;
}

.font-small {
  font-size: 14px;
  line-height: 25px;
}

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

/*--------------------------------------------------------------
10.0 Plugins
--------------------------------------------------------------*/
.iclflag {
  display: inline-block;
}

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

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